@charset "utf-8";

body.mui-scroll-lock {
  overflow: visible !important;
  padding-right: 0 !important;
}
body.menu-active {
  overflow: hidden;
}
body.active {
  overflow: hidden !important;
}

.wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  word-break: keep-all;
}
.header {
  border-top: 7px solid #07459b;
  background: #fff;
  z-index: 999;
  width: 100%;
  height: 110px;
  margin: 0;
  position: static;
  left: 0;
  top: 0;
  background-size: cover !important;
}
.header .rela {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 110px;
  margin: 0 auto;
}
.header .rela h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 242px;
  height: 32px;
  overflow: Hidden;
  background: url(../image/etc/etc-logo.png) no-repeat;
  background-size: 242px 31px;
}
.header .rela h1 a {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 0;
  text-indent: -2000px;
}
.header .gnb-box {
  position: relative;
  width: calc(100% - 250px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .gnb-box .gnb-close {
  display: none;
}
.header .gnb {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.header .gnb li {
  margin-left: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: auto;
}
.header .gnb > li {
  position: relative;
}
.header .gnb > li > a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  height: 49px;
  overflow: hidden;
  color: #333;
  font-size: 19px;
  color: #000;
}
.header .gnb-box .active-line {
  transition: all 0.4s;
  display: none;
  width: 140px;
  height: 7px;
  overflow: hidden;
  background: #0064d0;
  position: absolute;
  left: -50px;
  bottom: -30px;
}
.header.active .gnb-box .active-line {
  display: block;
}
.header.active.m01 .gnb-box .active-line {
  left: 80px;
}
.header.active.m02 .gnb-box .active-line {
  left: 290px;
}
.header.active.m03 .gnb-box .active-line {
  left: 450px;
}
.header.active.m04 .gnb-box .active-line {
  left: 590px;
}
.header.active.m05 .gnb-box .active-line {
  left: 730px;
}
.header.active.m06 .gnb-box .active-line {
  left: 850px;
}
.header .side-cont {
  display: none;
  justify-content: flex-start;
  align-items: center;
}
.header .side-cont .btn-total-nav {
  background: #545868;
  position: relative;
  width: 49px;
  height: 49px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
}
.header .side-cont .btn-total-nav span {
  position: absolute;
  transition: all 0.4s;
  left: 14px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.header .side-cont .btn-total-nav span:nth-of-type(1) {
  top: 17px;
}
.header .side-cont .btn-total-nav span:nth-of-type(2) {
  top: 25px;
  width: 10px;
}
.header .side-cont .btn-total-nav span:nth-of-type(3) {
  top: 33px;
  width: 15px;
}
.header .side-cont .btn-total-nav.on span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
  top: 5px;
}
.header .side-cont .btn-total-nav.on span:nth-of-type(2) {
  left: 200%;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-animation: active-menu-bar06 0.8s forwards;
  animation: active-menu-bar06 0.8s forwards;
}
@-webkit-keyframes active-menu-bar06 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar06 {
  100% {
    height: 0;
  }
}
.header .side-cont .btn-total-nav.on span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
  width: 20px;
  top: 45px;
}
/*상단스크롤시
.header.on{position:fixed;height:49px;}
.header.on .rela{height:49px;}
.header.on:before{top:0;}
.header.on h1{background:transparent;height:49px;}
.header.on h1 a{height:49px;background:rgba(84, 88, 104, 0.9) url(../image/etc/etc-logo-sm.png) no-repeat center center;background-size:129px 30px}
.header.on .alim-wrap{top:-2000px;}
*/
/*전체메뉴 활성시
.header.active{display:block;height:49px;}
.header.active .rela{height:49px;overflow:hidden;}
.header.active:before{top:0}
.header.active .gnb{display:none;}
.header.active h1{background:transparent;height:49px;}
.header.active h1 a{height:49px;background:url(../image/etc/etc-logo-sm.png) no-repeat center center;background-size:129px 30px}
*/
.container {
  width: 100%;
  height: auto;
  overflow: Hidden;
}

/*header_banner*/
.evnt_top_banner.topbtn {
  display: block;
  width: 100%;
  height: 115px;
  background: #3d9bff;
  box-sizing: border-box;
}
.evnt_top_banner.inner {
  position: relative;
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
}
.evnt_top_banner .inner a img {
  width: 100%;
  max-width: 1120px;
}
.evnt_top_banner.topbtn a {
  display: block;
  text-align: center;
}
.evnt_top_banner.topbtn a.btn_close {
  position: absolute;
  top: 12px;
  right: 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("#") no-repeat;
  z-index: 1;
  cursor: pointer;
}
.evnt_top_banner.topbtn a.btn_close:hover {
  background: url("https://daouoffice.com/images/btn_close06.png") no-repeat;
}
.evnt_top_banner.topbtn .blind {
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  border: 0 none;
  font-size: 0;
  line-height: 0;
}
/*header_banner*/

/*totalmenu*/
.total-menu-wrap {
  border-bottom: 1px solid #0064d0;
  border-top: 1px solid #0064d0;
  background: #fff;
  position: absolute;
  z-index: 20;
  left: 0;
  top: 117px;
  width: 100%;
  height: 310px;
  display: none;
}
.header.active .total-menu-wrap {
  display: block;
  position: relative;
  top: 0;
}
.total-rela {
  position: relative;
  width: 1250px;
  height: auto;
  margin: 0 auto;
}
.total-menu-list > li {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: none;
  justify-content: space-between;
  align-items: flex-start;
}
.total-menu-list > li.on {
  display: flex;
}
.total-menu-list > li > a {
  display: none;
}
.total-menu-list li .sub-title {
  width: 360px;
  height: auto;
  overflow: hidden;
}
.total-menu-list li .sub-title .tit {
  margin-top: 35px;
  font-size: 25px;
  color: #333;
  font-weight: 500;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.total-menu-list li .sub-title .desc {
  font-size: 14px;
  color: #bababa;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.total-menu-list li .total-sub-wrap {
  margin-top: 20px;
  margin-right: 20px;
  width: 100%;
  flex: 1;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.total-menu-list li .total-sub-wrap dl {
  /*width: 25%;*/
  height: auto;
  overflow: hidden;
}
.total-menu-list li .total-sub-wrap dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*border-bottom: 1px solid #ddd;*/
  width: 100%;
  height: 55px;
  overflow: hidden;
  font-size: 17px;
  color: #404040;
  font-weight: 500;
}
.total-menu-list li .total-sub-wrap dl dt a {
  font-size: 17px;
  color: #404040;
  font-weight: 500;
}
.total-menu-list li .total-sub-wrap dl dt a:hover,
.total-menu-list li .total-sub-wrap dl dt a.on {
  color: #0064d0;
}
.total-menu-list li .total-sub-wrap dl dd {
  margin-top: 12px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.total-menu-list li .total-sub-wrap dl dd a {
  padding: 0;
  width: 100%;
  height: auto;
}
.total-menu-list li .total-sub-wrap dl dd ul li {
  height: 35px;
}
.total-menu-list li .total-sub-wrap dl dd ul li a {
  font-size: 16px;
  color: #666666;
  background: transparent;
  text-align: left;
  padding-right: 0;
  width: 100%;
}
.total-menu-list li .total-sub-wrap dl dd ul li a:hover {
  font-weight: 500;
  color: #0064d0;
}
.total-menu-list li .total-sub-wrap dl dd ul li a > span {
  font-size: 16px;
}
.total-menu-list li .total-sub-wrap dl dd ul li a:hover > span {
  font-size: 16px;
  font-weight: 300;
  color: #0064d0;
}
.total-menu-list .newline {
  display: block;
  font-size: 16px;
  color: #666666;
  font-weight: 500;
}
/*totalmenu*/

/*footer*/
.footer {
  width: 100%;
  height: auto;
}
.footer .fnb-wrap {
  width: 100%;
  height: 70px;
  background: #07459b;
}
.footer .fnb-wrap .rela {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1100px;
  height: 70px;
  margin: 0 auto;
}
.footer .fnb-wrap ul {
  width: calc(100% - 200px);
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .fnb-wrap ul li {
  position: relative;
  display: flex;
  padding: 0 20px;
}
.footer .fnb-wrap ul li:before {
  content: "";
  width: 2px;
  height: 14px;
  overflow: hidden;
  display: block;
  background: #6881b7;
  position: absolute;
  left: 0;
  top: 3px;
}
.footer .fnb-wrap ul li:first-child:before {
  display: none;
}
.footer .fnb-wrap ul li:first-child {
  padding-left: 0;
}
.footer .fnb-wrap ul li a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}
.footer .fnb-wrap .mui-select {
  padding: 0;
  margin: 0;
  width: 190px;
  height: 33px;
  border: 1px solid #fff;
  border-radius: 3px;
}
.footer .fnb-wrap .mui-select > select {
  background: url(../image/bg/bg-arr-down.png) no-repeat 170px center;
  padding: 0 16px;
  color: #fff;
  font-size: 13px;
}

.footer .fcont-wrap {
  width: 1100px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 60px 0;
}
.footer .fcont-wrap .pic {
  width: 210px;
  height: auto;
  overflow: hidden;
  float: left;
}
.footer .fcont-wrap .pic img {
  width: 100%;
}
.footer .fcont-wrap .fcont-item {
  width: calc(100% - 250px);
  height: auto;
  overflow: hidden;
  float: right;
}
.footer .fcont-wrap .fcont-item .fcont-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.footer .fcont-wrap .fcont-item .fcont-info dl {
  width: 680px;
  height: auto;
  overflow: hidden;
}
.footer .fcont-wrap .fcont-item .fcont-info dl dt {
  font-size: 16px;
  color: #363636;
  font-weight: 500;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.footer .fcont-wrap .fcont-item .fcont-info dl dd {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.footer .fcont-wrap .fcont-item .fcont-info dl dd ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.footer .fcont-wrap .fcont-item .fcont-info dl dd ul li {
  margin-top: 3px;
  font-size: 14px;
  color: #363636;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.footer .fcont-wrap .fcont-item .fcont-info .side-footer {
  height: auto;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer .fcont-wrap .fcont-item .fcont-info .side-footer .blog-link {
  margin-bottom: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 63px;
  overflow: hidden;
  border: 1px solid #dcdae5;
}
.footer .fcont-wrap .fcont-item .fcont-info .side-footer .blog-link img {
}
.footer .fcont-wrap .fcont-item .fcont-info .side-footer .blog-link span {
  margin-left: 15px;
  font-size: 16px;
  color: #363636;
}
.footer .fcont-wrap .fcont-item .fcont-info .sns-list {
  margin-left: 7px;
  width: 93px;
}
.footer .fcont-wrap .fcont-item .fcont-info .sns-list li {
  margin-left: 6px;
  float: left;
}
.footer .fcont-wrap .flogo-list {
  margin-top: 33px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.footer .fcont-wrap .flogo-list li {
  display: flex;
  margin-left: 33px;
}
.footer .fcont-wrap .flogo-list li:first-child {
  margin-left: 0;
}
.btn-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
}
.btn-top > a {
  display: block;
}
.btn-top > .top {
  text-decoration: none !important;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  overflow: hidden;
  font-size: 16px;
  background: rgb(83, 144, 214);
  color: #fff;
  line-height: 1em;
}
.btn-top > .top i {
  text-decoration: none !important;
  transition: all 0.3s;
  color: #fff;
  font-size: 32px;
  line-height: 0.8em;
}
.btn-top > .top:hover i {
  transform: translateY(-5px);
}

/*main*/
.visiual-box {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.visiual-slide {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.visiual-slide .item {
  width: 100%;
  height: 650px;
  overflow: hidden;
  position: relative;
}
.visiual-slide .item .bgbox {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.visiual-slide .item .bgbox.bg01 {
  background: #1c1c1e;
  background-size: cover;
}
.visiual-slide .item .bgbox.bg02 {
  background: url(../image/bg/bg_mslide01.jpg) no-repeat center top;
  background-size: cover;
}
.visiual-slide .item .bgbox.bg03 {
  background: url(../image/bg/bg_mslide01.jpg) no-repeat center top;
  background-size: cover;
}
.visiual-slide .item .bgbox .my-background-video {
  width: 100%;
  height: 100%;
}
.visiual-slide .item .cont {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 650px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.visiual-slide .item .cont .desc {
  font-weight: 500;
  color: #fff;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  font-family: "Nanum Pen Script";
  font-size: 86px;
}
.visiual-slide .item .cont .tit {
  font-weight: 500;
  font-size: 120px;
  color: #fff;
  line-height: 1.5em;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.visiual-slide .item .cont a {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 38px;
  border-radius: 19px;
  font-size: 14px;
  color: #fff;
  background: #0080ff;
}
.visiual-prev {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -620px;
  top: 50%;
  margin-top: -36px;
}
.visiual-prev img {
}
.visiual-next {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: absolute;
  right: 50%;
  margin-right: -620px;
  top: 50%;
  margin-top: -36px;
}
.visiual-next img {
}
#navigation-menu {
  z-index: 90;
  position: fixed;
  right: 20px;
  top: 50%;
  width: 20px;
  height: auto;
  overflow: hidden;
}
#navigation-menu ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#navigation-menu ul li {
  margin: 5px 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#navigation-menu ul li a {
  border: 1px solid #ccc;
  display: block;
  width: 10px;
  height: 10px;
  font-size: 0;
  text-indent: -2000px;
  background: #ccc;
  border-radius: 50%;
  overflow: hidden;
}
#navigation-menu ul li a.mPS2id-highlight {
  background: #fff;
  border: 1px solid #000;
}
@keyframes ani_slide_img {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1) rotate(0.001deg);
  }
}
.section {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 100px 0;
}
.section#section-1 {
  padding: 0;
}
.section#section-2 {
  padding-bottom: 0;
}
.section#section-3 {
  background: #f5f5f5;
}
.section#section-4 {
  background: #edf6ff;
}
.section .title-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.section .title-wrap h2 {
  line-height: 1.5em;
  font-size: 40px;
  color: #363636;
  text-align: center;
  font-weight: 500;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.section .title-wrap h2 .blue {
  color: #288ad3;
  font-size: 40px;
  font-weight: bold;
}
.section .title-wrap .desc {
  margin-top: 20px;
  line-height: 1.5em;
  font-size: 18px;
  color: #363636;
  text-align: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.section_global {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 70px 0;
}
.section_global .title-wrap_global {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.section_global .title-wrap_global h2 {
  line-height: 1.3em;
  font-size: 40px;
  color: #363636;
  text-align: center;
  font-weight: 300;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.section_global .title-wrap_global h2 .blue {
  color: #288ad3;
  font-size: 40px;
  font-weight: bold;
}
.section_global .title-wrap_global .desc {
  margin-top: 20px;
  line-height: 1.5em;
  font-size: 18px;
  color: #363636;
  text-align: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.section_global#section-4 {
  background: #edf6ff;
}

.section_iptop {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 70px 0;
}
.section_iptop .title-wrap_iptop {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.section_iptop .title-wrap_iptop h2 {
  line-height: 1.5em;
  font-size: 40px;
  color: #363636;
  text-align: center;
  font-weight: 300;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.section_iptop .title-wrap_iptop h2 .blue {
  color: #288ad3;
  font-size: 40px;
  font-weight: 500;
}
.section_iptop .title-wrap_iptop .desc {
  margin-top: 20px;
  line-height: 1.5em;
  font-size: 18px;
  color: #363636;
  text-align: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.section_iptop#section-3 {
  background: #f5f5f5;
}

.section_remote {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 70px 0;
}
.section_remote .title-wrap_remote {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.section_remote .title-wrap_remote h2 {
  line-height: 1.5em;
  font-size: 40px;
  color: #363636;
  text-align: center;
  font-weight: 300;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.section_remote .title-wrap_remote h3 {
  line-height: 1.3em;
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.section_remote .title-wrap_remote h2 .blue {
  color: #288ad3;
  font-size: 40px;
  font-weight: 500;
}
.section_remote .title-wrap_remote h3 .remote_tx {
  color: #fff;
  font-size: 25px;
  line-height: 1.3em;
}
.section_remote .title-wrap_remote h3 .remote_tx strong {
  font-size: 25px;
  color: #fff;
  font-weight: 500;
}
.section_remote .title-wrap_remote h2 .remote_tx {
  color: #fff;
  font-size: 25px;
  line-height: 1.3em;
}
.section_remote .title-wrap_remote h2 .remote_tx strong {
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  line-height: 1.3em;
}
.section_remote .title-wrap_remote .desc {
  margin-top: 20px;
  line-height: 1.5em;
  font-size: 25px;
  color: #fff;
  text-align: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.section_remote#section-3 {
  background: #20324a;
}

.sub-section.line-type h3 .remote_tx {
  color: #242424;
  font-size: 25px;
  line-height: 1.3em;
  margin-top: 10px;
}
.sub-section.remote-header h3 .remote_tx {
  color: #242424;
  font-size: 25px;
  line-height: 1.3em;
  margin-top: 10px;
}

.service-wrap {
  margin-top: 220px;
  width: 100%;
  height: 550px;
  background: #edf6ff url(../image/bg/bg-servcie01.jpg) no-repeat center top;
  position: relative;
}
.service-wrap ul {
  position: relative;
  top: -150px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-wrap ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  width: 243px;
  height: 260px;
}
.service-wrap ul li a {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 243px;
  height: 260px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 8px;
}
.service-wrap ul li a img {
  width: 120px;
  height: 120px;
}
.service-wrap ul li a .tit {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  font-size: 21px;
  color: #07459b;
  font-weight: 500;
}
.service-wrap ul li a .desc {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  color: #363636;
  line-height: 1.5em;
}
.service-wrap ul li a:hover {
  opacity: 1;
  border: 3px solid #0057b9;
  border-radius: 10px;
  box-shadow: 3px 5px 20px 2px rgba(0, 0, 0, 0.2);
}

.network-tabs {
  margin-top: 70px;
  width: 100%;
  height: 59px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.network-tabs ul {
  border: 1px solid #ddd;
  border-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1098px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.network-tabs ul li {
  border-left: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  flex: 1;
  overflow: hidden;
}
.network-tabs ul li:first-child {
  border-left: 0;
}
.network-tabs ul li a {
  text-decoration: none;
  font-size: 17px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 58px;
  overflow: hidden;
}
.network-tabs ul li a.on {
  font-weight: 500;
  color: #fff;
  background: #07459b;
}
.tabs-area {
  width: 1100px;
  height: 480px;
  overflow: hidden;
  margin: 0 auto;
  display: none;
}
#tabs-area01 {
  display: block;
}
.tabs-area#tabs-area01 {
  background: url(../image/bg/bg-netword-list01.jpg) no-repeat right bottom;
}
.tabs-area#tabs-area02 {
  background: url(../image/bg/bg-netword-list01.jpg) no-repeat right bottom;
}
.tabs-area#tabs-area03 {
  background: url(../image/bg/bg-netword-list01.jpg) no-repeat right bottom;
}
.tabs-area dl {
  margin-top: 80px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.tabs-area dl dt {
  font-size: 43px;
  color: #07459b;
  font-weight: 500;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.tabs-area dl dd {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.tabs-area dl dd ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 10px;
}
.tabs-area dl dd ul li {
  position: relative;
  font-size: 22px;
  color: #363636;
  font-weight: 500;
  width: calc(100% - 20px);
  padding-left: 20px;
  height: 40px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tabs-area dl dd ul li:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  overflow: hidden;
  border-radius: 50%;
  background: #07459b;
  position: absolute;
  left: 0;
  top: 17px;
}
.tabs-area dl dd a {
  margin-top: 30px;
  font-size: 22px;
  color: #07459b;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 178px;
  height: 48px;
  border: 2px solid #4977b6;
  border-radius: 24px;
}

.contact-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1100px;
  height: auto;
  overflow: hidden;
  margin: 50px auto 0 auto;
}
.contact-wrap li {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 337px;
  height: 170px;
  overflow: hidden;
  border-radius: 8px;
}
.contact-wrap li:nth-child(1) {
  background: #73cbfd;
}
.contact-wrap li:nth-child(2) {
  background: #487ffb;
}
.contact-wrap li:nth-child(3) {
  background: #254294;
}
.contact-wrap li h2 {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 28px;
  color: #fff;
  font-weight: 500;
}
.contact-wrap li a {
  margin-top: 15px;
  font-size: 17px;
  color: #44bbff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 40px;
  border-radius: 20px;
  background: #fff;
}
.contact-wrap li:nth-child(2) a {
  color: #fff;
  border: 2px solid #fff;
  width: 134px;
  height: 36px;
  background: transparent;
}
.contact-wrap li .phone {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 42px;
  color: #fff;
  font-weight: 500;
}

.contact-wrap-voucher {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  height: auto;
  overflow: hidden;
  margin: -30px auto 0 auto;
}
.contact-wrap-voucher li {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 337px;
  height: 130px;
  overflow: hidden;
  border-radius: 8px;
}
.contact-wrap-voucher li:nth-child(1) {
  background: #73cbfd;
}
.contact-wrap-voucher li:nth-child(2) {
  background: #487ffb;
}
.contact-wrap-voucher li:nth-child(3) {
  background: #254294;
}
.contact-wrap-voucher li h2 {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 28px;
  color: #fff;
  font-weight: 500;
}
.contact-wrap-voucher li a {
  margin-top: 15px;
  font-size: 17px;
  color: #44bbff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 50px;
  border-radius: 20px;
  background: #fff;
}
.contact-wrap-voucher li:nth-child(2) a {
  color: #fff;
  border: 2px solid #fff;
  width: 134px;
  height: 36px;
  background: transparent;
}
.contact-wrap-voucher li .phone {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 42px;
  color: #fff;
  font-weight: 500;
}

.lastest-wrap {
  margin: 0 auto;
  width: 1310px;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.lastest-wrap .latest-item {
  width: 496px;
  height: auto;
  overflow: hidden;
}
.lastest-wrap .latest-item .item-header {
  border-bottom: 2px solid #363636;
  width: 100%;
  height: 100px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lastest-wrap .latest-item .item-header h2 {
  display: flex;
  font-size: 27px;
  color: #363636;
  font-weight: 500;
}
.lastest-wrap .latest-item .item-header a {
  display: flex;
  font-size: 16px;
  color: #989898;
}
.lastest-wrap .latest-item ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.lastest-wrap .latest-item ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.lastest-wrap .latest-item ul li a {
  font-size: 16px;
  color: #666;
  width: calc(100% - 110px);
  height: auto;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.lastest-wrap .latest-item ul li span {
  font-size: 16px;
  color: #a8a8a8;
}
.lastest-wrap .latest-item .desc {
  font-size: 16px;
  color: #363636;
  line-height: 1.5em;
  width: 100%;
  height: 303px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.lastest-wrap .latest-blog {
  margin-top: 30px;
  margin-left: 42px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  flex: 1;
  height: auto;
  overflow: hidden;
  display: flex;
}
.lastest-wrap .latest-blog .blog-view-wrap {
  width: 285px;
  padding-right: 15px;
  height: 466px;
  border-right: 1px solid #ddd;
}
.lastest-wrap .latest-blog .item-header {
  width: 100%;
  height: 40px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lastest-wrap .latest-blog .item-header h2 {
  display: flex;
  font-size: 20px;
  color: #07459b;
  font-weight: 500;
}
.lastest-wrap .latest-blog .item-header a {
  display: flex;
  font-size: 16px;
  color: #989898;
}
.lastest-wrap .latest-blog .blog-view-wrap .pic {
  width: calc(100% - 4px);
  height: auto;
  overflow: hidden;
  padding: 1px;
  border: 1px solid #dfdeda;
}
.lastest-wrap .latest-blog .blog-view-wrap .pic img {
  float: left;
  width: 100%;
  height: 242px;
}
.lastest-wrap .latest-blog .blog-view-wrap .subj {
  display: block;
  margin-top: 5px;
  font-size: 18px;
  color: #487ffb;
  font-weight: 500;
}
.lastest-wrap .latest-blog .blog-view-wrap .desc {
  margin-top: 8px;
  width: 100%;
  height: 142px;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.lastest-wrap .latest-blog ul {
  margin-top: 47px;
  margin-left: 15px;
  width: calc(100% - 316px);
  height: auto;
  overflow: hidden;
}
.lastest-wrap .latest-blog ul li {
  margin-top: 15px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.lastest-wrap .latest-blog ul li:first-child {
  margin-top: 0;
}
.lastest-wrap .latest-blog ul li a {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.lastest-wrap .latest-blog ul li a .pic {
  width: 90px;
  height: 90px;
  overflow: hidden;
}
.lastest-wrap .latest-blog ul li a .pic img {
  width: 90px;
  height: 90px;
}
.lastest-wrap .latest-blog ul li a .desc01 {
  padding-left: 15px;
  font-size: 12px;
  color: #363636;
  width: calc(100% - 110px);
  line-height: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.sub-header-bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 160px;
  overflow: hidden;
  background: url(../image/bg/bg-sub-header-bar01.jpg) no-repeat center top;
  background-size: cover;
}

.sub-header-bar .rela .remote_manual {
  width: 165px;
  height: 54px;
  position: relative;
  border: 1px solid #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 5px;
  margin: 5px;
}
.sub-header-bar .rela .remote_manual .tit01 {
  text-align: center;
}
.sub-header-bar .rela .remote_manual .tit01 a {
  color: #fff;
  font-size: 13px;
}

.sub-header-bar.bg01 {
  background: url(../image/bg/bg-sub-header-bar02.jpg) no-repeat center top;
  background-size: cover;
}
.sub-header-bar.bg03 {
  background: url(../image/bg/bg-sub-header-bar03.jpg) no-repeat center top;
  background-size: cover;
}
.sub-header-bar.bg04 {
  background: url(../image/bg/bg-sub-header-bar04.jpg) no-repeat center top;
  background-size: cover;
}
.sub-header-bar.bg05 {
  background: #eaeaea;
}
.sub-header-bar.bg05 h2 {
  color: #525252;
}
.sub-header-bar.bg05 h2 span {
  color: #525252;
}
.sub-header-bar .rela {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1200px;
  height: 160px;
  overflow: hidden;
}
.sub-header-bar h2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  margin: 0 auto;
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  width: 100%;
  height: auto;
}
.sub-header-bar h2.vc {
  align-items: center;
}
.sub-header-bar h2 span {
  margin-left: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 1.5em;
}
.sub-header-bar h2 a.btn-detail {
  margin-top: 5px;
  margin-left: 10px;
  position: static;
  background: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 28px;
  overflow: hidden;
  border: 1px solid #fff;
}
.sub-header-bar h2 a.btn-detail span {
  display: flex;
  font-size: 15px;
  color: #fff;
}
.sub-header-bar h2 a.btn-detail i {
  display: flex;
  color: #fff;
  font-size: 15px;
  margin-left: 5px;
}

.sub-section {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 30px 0;
}
.sub-section.pb0 {
  padding-bottom: 0;
}
.sub-section.line-type {
  border-bottom: 1px solid #ddd;
}
.sub-section.black {
  background: #2a354a;
}
.sub-section.black h3 {
  color: #fff;
}
.sub-section.black .consulting-list li {
  border-color: #fffff8;
}
.sub-section.black .consulting-list li a span {
  color: #fffff8;
}
.sub-section.black .consulting-phone span {
  color: #fffff8;
}
.sub-section.gray {
  background: #f5f5f5;
}
.sub-section.sky {
  background: #e7f1fa;
}
.sub-section.blue {
  background: #0380ff;
}
.sub-section.blue h3 {
  color: #fff;
  font-weight: 500;
}
.sub-section.blue01 {
  background: #0081c5;
}
.sub-section.blue01 h3 {
  color: #fff;
  font-weight: 500;
}
.sub-section.blue02 {
  background: #2a354a;
}
.sub-section.blue02 h3 {
  color: #fff;
  font-weight: 500;
}
.sub-section.blue02 h3 .blue {
  color: #69aaff;
}
.sub-section.blue03 {
  background: #eaf6ff;
}
.sub-section.org {
  background: #e37d22;
}
.sub-section.org h3 {
  color: #fff7c3;
  font-weight: 500;
}
.sub-section.vpn-about01 {
  background: url(../image/bg/bg-vpn-about01.jpg) no-repeat center top;
  background-size: cover;
}
.sub-section.vpn-about01.type01 {
  background: url(../image/bg/bg-vpn-about01-type01.jpg) no-repeat center top;
  background-size: cover;
}
.sub-section.vpn-about01 h3 {
  color: #fff;
}
.sub-section.vpn-about02 {
  background: url(../image/bg/bg-vpn-about02.jpg) no-repeat center top;
  background-size: cover;
}
.sub-section.vpn-about02 h3 {
  color: #fff;
}
.sub-section.vpn-about03 {
  background: url(../image/bg/bg-vpn-about03.jpg) no-repeat center top;
  background-size: cover;
}
.sub-section.vpn-about03 h3 {
  color: #fff;
}
.sub-section.vpn-about04 {
  background: url(../image/bg/bg-vpn-about04.jpg) no-repeat center top;
  background-size: cover;
}
.sub-section.vpn-about04 h3 {
  color: #fff;
}
.sub-section.vpn-about05 {
  background: url(../image/bg/bg-vpn-about05.jpg) no-repeat center top;
  background-size: cover;
}
.sub-section.vpn-about05 h3 {
  color: #fff;
}
.sub-section.vpn-about06 {
  background: url(../image/bg/bg-vpn-about06.jpg) no-repeat center top;
  background-size: cover;
}
.sub-section.vpn-about06 h3 {
  color: #fff;
}
.sub-section.vpn-about07 {
  background: url(../image/bg/bg-vpn-about07.jpg) no-repeat center top;
  background-size: cover;
}
.sub-section.vpn-about07 h3 {
  color: #fff;
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.sub-section.vpn-about07 .desc {
  color: #c7dffe;
  width: 1200px;
  margin: 30px auto 0 auto;
  text-align: left;
}
.sub-section.vpn-about08 {
  background: url(../image/bg/bg-vpn-about08.jpg) no-repeat center top;
  background-size: cover;
}
.sub-section.vpn-about09 {
  background: url(../image/bg/bg-vpn-about09.jpg) no-repeat center top;
  background-size: cover;
}
.sub-section.vpn-about09 h3 {
  color: #fff;
}
.sub-section.vpn-about09 .desc {
  color: #fff;
}
.sub-section.vpn-about09 .desc strong {
  color: #c7dffe;
  font-weight: 300;
}
.sub-section.vpn-about10 {
  background: #fff;
  background-size: cover;
}
.sub-section.vpn-about10 h3 {
  color: #fff;
}
.sub-section.vpn-about10 a {
  width: 180px;
  height: 54px;
  border: 1px solid #fff;
  margin: 30px auto 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #fff;
}
.sub-section.mail-func {
  background: url(../image/bg/bg-mail-func.jpg) no-repeat center top;
  background-size: cover;
}
.sub-section.mail-func h3 {
  color: #fff;
}
.sub-section.boan-about01 {
  background: url(../image/bg/bg-boan-about01.jpg) no-repeat center top;
  background-size: cover;
}
.sub-section.boan-about01 h3 {
  color: #fff;
}
.sub-section.dlp-about01 {
  background: url(../image/bg/bg-dlp-about01.jpg) no-repeat center top;
  background-size: cover;
}
.sub-section.dlp-about01 h3 {
  color: #fff;
}
.sub-section.privacy-about01 {
  background: url(../image/bg/bg-privacy-about01.jpg) no-repeat center top;
  background-size: cover;
}
.sub-section.privacy-about01 h3 {
  color: #fff;
}
.sub-section.privacy-sol-about01 {
  background: url(../image/bg/bg-privacy-sol-about01.jpg) no-repeat center top;
  background-size: cover;
}
.sub-section.privacy-sol-about01 h3 {
  color: #fff;
}
.sub-section.privacy-sol-about02 {
  background: url(../image/bg/bg-privacy-sol-about02.jpg) no-repeat center top;
  background-size: cover;
}
.sub-section.privacy-sol-about02 h3 {
  color: #fff;
}
.sub-section.privacy-sol-about02 a {
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 186px;
  height: 50px;
  overflow: hidden;
  background: #298bd4;
}
.sub-section.privacy-sol-about02 a span {
  font-size: 19px;
  color: #fff;
}
.sub-section.privacy-sol-about02 a img {
  margin-left: 5px;
}
.sub-section.privacy-sol-about03 {
  background: url(../image/bg/bg-privacy-sol-about03.jpg) no-repeat center top;
  background-size: cover;
}
.sub-section.privacy-sol-about03 h3 {
  color: #fff;
}
.sub-section.privacy-sol-about03 a {
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 186px;
  height: 50px;
  overflow: hidden;
  background: #298bd4;
}
.sub-section.privacy-sol-about03 a span {
  font-size: 19px;
  color: #fff;
}
.sub-section.privacy-sol-about03 a img {
  margin-left: 5px;
}
.sub-section.vaccine-about01 {
  background: url(../image/bg/bg-hgx-header.jpg) no-repeat center top;
  background-size: cover;
}
.sub-section.vaccine-about01 h3 {
  color: #fff;
  margin-top: 50px;
  size: 25px;
}
.sub-section.vaccine-about01 h3 strong {
  font-weight: bold;
  font-size: 25px;
  color: #fff;
}

.sub-dl {
  background: #fff;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 50px 0;
}
.sub-dl dt {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 20px;
  position: relative;
  text-align: center;
  font-size: 40px;
  color: #363636;
  font-weight: 500;
  margin-bottom: 10px;
}
.sub-dl dt:before {
  content: "";
  width: 106px;
  height: 3px;
  overflow: hidden;
  display: block;
  background: #598dd2;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -53px;
}
.sub-dl dd {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  font-size: 24px;
  color: #363636;
}
.sub-dl dd a {
  font-size: 24px;
  color: #363636;
}
.hgx-tit {
  height: 75px;
  line-height: 75px;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  background: #fff;
  border-top: 3px solid #598dd2;
  border-bottom: 3px solid #598dd2;
  font-size: 40px;
  color: #598dd2;
}

.sub-section.hgx-header {
  background: url(../image/bg/bg-hgx-header.jpg) no-repeat center top;
  background-size: cover;
}
.sub-section.hgx-header h3 {
  color: #fff;
  margin-top: 0px;
  padding-bottom: 20px;
  font-size: 25px;
}
.sub-section.hgx-header h3 strong {
  font-weight: bold;
  font-size: 25px;
  color: #fff;
}

.sub-section.remote-header {
  background: url(../image/bg/bg-remote-header.jpg) no-repeat center top;
  background-size: cover;
}
.sub-section.remote-header h3 {
  color: #fff;
  margin-top: 0px;
  padding-bottom: 20px;
  font-size: 25px;
}
.sub-section.remote-header h3 strong {
  font-weight: bold;
  font-size: 25px;
  color: #fff;
}

.sub-section.remote-header h3 .desc02_remote_tx02 {
  font-weight: 500;
  font-size: 40px;
  color: #fff;
}
.sub-section.remote-header h3 .remote_tx {
  font-weight: 300;
  font-size: 25px;
  color: #fff;
  line-height: 1.3em;
}

.sub-section.pt0 {
  padding-top: 0;
  padding-bottom: 0;
}
.sub-section.pt0 .pic-cont {
  margin-top: 0;
}

.sub-section.pt0 {
  padding-top: 0;
  padding-bottom: 0;
}
.sub-section.pt0 .pic-cont_voucher {
  margin: 50px 0 50px;
}

.boan-service-list {
  background: url(../image/bg/bg-cross01.png) no-repeat center 220px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1070px;
  height: auto;
  margin: 90px auto 0 auto;
}
.boan-service-list li {
  width: 378px;
  height: 535px;
  overflow: hidden;
  box-shadow: 2px 2px 10px 10px rgba(0, 0, 0, 0.03);
  background: #fff;
}
.boan-service-list li .pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.boan-service-list li .tit {
  margin-top: 40px;
  font-size: 25px;
  font-weight: 500;
  color: #171717;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.boan-service-list li .desc {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.3em;
  color: #808080;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.boan-service-list li .num {
  margin-top: 50px;
  font-size: 25px;
  color: #558acf;
  font-weight: 500;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.boan-service-list.type01 {
  background: url(../image/bg/bg-cross02.png) no-repeat center 220px;
}
.boan-service-list.type01 li {
  height: 410px;
}
.boan-service-list.type01 .tit01 {
  padding: 20px 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 30px;
  color: #558acf;
  font-weight: 500;
}
.boan-service-list.type01 a {
  background: #298bd4;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 50px;
  overflow: hidden;
  font-size: 19px;
  color: #fff;
}

.guide-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -143px 0 0 -280px;
  width: 560px;
  height: 285px;
  overflow: hidden;
  background: #333;
  display: none;
}
.guide-popup.on {
  display: block;
}
.guide-popup .rela {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(100% - 22px);
  height: 263px;
  border: 1px solid #318dd6;
  overflow: hidden;
  margin: 10px;
}
.guide-popup .rela h1 {
  font-size: 30px;
  color: #fff;
  width: 100%;
  height: auto;
  text-align: center;
}
.guide-popup .rela .desc {
  font-size: 23px;
  color: #fff;
  width: 100%;
  height: auto;
  text-align: center;
  line-height: 1.5em;
  margin-top: 10px;
}
.guide-popup .rela .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.guide-popup .rela .btn-link {
  background: #2c8cd8;
  margin: 10px auto 0 auto;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 55px;
  overflow: hidden;
}

.sub-section.co-detail {
  background: url(../image/bg/bg-co-detail01.jpg) no-repeat center top;
  background-size: cover;
}
.sub-section.hgx-type {
  background: url(../image/bg/bg-hgx-type01.jpg) no-repeat center top;
  background-size: cover;
}
.sub-section.hgx-type h3 {
  font-size: 34px;
  color: #fff;
  font-weight: 500;
}
.sub-section.hgx-type .desc {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}
.sub-section.vn-compare {
  background: url(../image/bg/bg-vn-compare.jpg) no-repeat center top;
  background-size: cover;
}

.sub-section.hgx-type h3 {
  font-size: 34px;
  color: #fff;
  font-weight: 500;
}
.hgx-subj01 {
  font-weight: 500;
  font-size: 27px;
  color: #116db8;
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 80px auto 20px auto;
}
.hgx-subj02 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 2px solid #2a4797;
  font-weight: 500;
  font-size: 27px;
  color: #116db8;
  width: 854px;
  height: 74px;
  overflow: hidden;
  margin: 80px auto 0px auto;
}
.contry-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: auto;
  margin: 60px auto 0 auto;
}
.contry-list li {
  box-shadow: 2px 2px 10px 10px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 260px;
  height: 210px;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
}
.contry-list li .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
}
.contry-list li:nth-child(1) .tit {
  background: #04ccff;
}
.contry-list li:nth-child(2) .tit {
  background: #0380ff;
}
.contry-list li:nth-child(3) .tit {
  background: #2a5fa7;
}
.contry-list li:nth-child(4) .tit {
  background: #004098;
}

.contry-list li a {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 134px;
  height: 38px;
  overflow: hidden;
  border-radius: 19px;
  font-size: 17px;
  color: #73cbfd;
  font-weight: 500;
}
.contry-list li:nth-child(1) a {
  color: #04ccff;
  border: 1px solid #04ccff;
}
.contry-list li:nth-child(2) a {
  color: #0380ff;
  border: 1px solid #0380ff;
}
.contry-list li:nth-child(3) a {
  color: #2a5fa7;
  border: 1px solid #2a5fa7;
}
.contry-list li:nth-child(4) a {
  color: #004098;
  border: 1px solid #004098;
}

.tbl-con-wrap {
  position: relative;
  background-color: #fff;
  width: 750px;
  height: auto;
  padding: 50px;
  overflow: hidden;
  border-radius: 10px;
  margin: 120px auto 0 auto;
  position: relative;
}
.tbl-con-wrap table {
  border-top: 2px solid #08449a;
  width: 100%;
}
.tbl-con-wrap table tr th {
  letter-spacing: -1px;
  font-weight: 500;
  text-align: center;
  height: 62px;
  font-size: 20px;
  color: #4c62a5;
  border-bottom: 1px solid #08449a;
}
.tbl-con-wrap table tr .cell {
  background: #f4f5f9;
}
.tbl-con-wrap table tr td {
  letter-spacing: -1px;
  font-weight: 500;
  text-align: center;
  height: 62px;
  font-size: 18px;
  color: #363636;
  border-bottom: 1px solid #08449a;
  padding: 0 10px;
}
.tbl-con-wrap table tr td .through {
  text-decoration: line-through;
  font-size: 18px;
  color: #363636;
}
.tbl-con-wrap table tr td .select {
  width: calc(100% - 20px);
  border-radius: 4px;
  border: 1px solid #ddd;
}
.tbl-con-wrap.type01 {
  padding: 50px 0;
  width: 980px;
  margin-top: 0;
}
.tbl-con-wrap th.hl {
  background-color: #1682fc !important;
  color: #ffff !important;
  border-left: 5px solid #1682fc;
  border-right: 5px solid #1682fc;
  border-top: 5px solid #1682fc;
  border-bottom: 1px solid #1682fc;
  font-size: 24px;
}
.tbl-con-wrap td.hl {
  background-color: #fff !important;
  border-left: 5px solid #1682fc;
  border-right: 5px solid #1682fc;
  border-bottom: 0;
  color: #2283f9;
}
.tbl-con-wrap tr:last-child td.hl {
  border-bottom: 5px solid #1682fc;
}
.tbl-con-wrap.type02 {
  padding: 50px 0;
  width: 980px;
  margin-top: 0;
}
.tbl-con-wrap.type02 table {
  border-top: 2px solid #598dd2;
}
.tbl-con-wrap.type02 table.t01 {
  margin-top: 66px;
}
.tbl-con-wrap.type02 table tr th {
  background: #fafbfc;
  color: #598dd2;
  border-color: #e0dfdf;
}
.tbl-con-wrap table tr td strong {
  font-size: 20px;
  color: #363636;
  font-weight: 500;
}
.tbl-con-wrap table tr td strong.price {
  font-size: 36px;
  color: #363636;
  font-weight: 700;
}
.tbl-con-wrap .price_wrapper {
  padding: 20px 0;
  background-color: #f3f9ff;
}
.tbl-con-wrap.type02 table tr td {
  font-weight: 300;
  color: #212121;
  font-size: 18px;
  border-color: #e0dfdf;
}
.tbl-con-wrap.type02 tr .cell {
  text-align: center;
  font-size: 30px;
  color: #333;
}
.tbl-con-wrap.type02 tr .cell2 {
  text-align: center;
  font-size: 20px;
  color: #333;
}
.tbl-con-wrap.line-type table tr th,
.tbl-con-wrap.line-type table tr td {
  border-left: 1px solid #e1dfe0;
}
.tbl-con-wrap.line-type table tr > th:first-child,
.tbl-con-wrap.line-type table tr > td:first-child {
  border-left: 0;
}

.tbl-con-wrap table tr td .rela {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
}
.tbl-con-wrap table tr td .rela .t01 {
  font-size: 22px;
  font-weight: 500;
  color: #8e6faa;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.tbl-con-wrap table tr td .rela .t02 {
  margin-top: 5px;
  font-size: 18px;
  color: #242424;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.tbl-con-wrap table tr td .rela .t03 {
  margin-top: 10px;
  font-size: 14px;
  color: #a3a3a3;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.tbl-con-wrap table tr td .rela .btn-org {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #fea72c;
  border-radius: 5px;
}

.tbl-con-wrap.type03 {
  width: 1200px;
  padding: 0;
  margin-top: 0;
}
.tbl-con-wrap.type03 tr th,
.tbl-con-wrap.type03 tr td {
  border-color: #e0dfdf;
  font-size: 18px;
  font-weight: 300;
}
.tbl-con-wrap.type03 tr th {
  background: #fafbfc;
  font-weight: 300;
  font-size: 20px;
  color: #212121;
}
.tbl-con-wrap.type03 tr th.bg01 {
  background: #fffed7;
}
.tbl-con-wrap.type03 tr th.bg02 {
  background: #f2d7ff;
}
.tbl-con-wrap.type03 tr th.bg03 {
  background: #efffd7;
}
.tbl-con-wrap.type03 tr .cell {
  background: #fafbfc;
  font-size: 18px;
  font-weight: 300;
}
.tbl-con-wrap.type03 tr th .th-cell {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.tbl-con-wrap.type03 tr th .th-cell .t01 {
  font-weight: 500;
  font-size: 21px;
  color: #212121;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.tbl-con-wrap.type03 tr th .th-cell .t02 {
  margin-top: -5px;
  font-size: 17px;
  color: #696969;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.tbl-con-wrap.type03 tr th .th-cell .t02 strong {
  font-size: 28px;
  color: #393939;
  font-weight: 500;
}
.tbl-con-wrap.type03 tr td .org {
  font-size: 18px;
  color: #e37d22;
  font-weight: 500;
}

.tbl-con-wrap.type04 {
  border-radius: 0;
  padding: 0;
  width: 1280px;
  margin-top: 0;
}
.tbl-con-wrap.type04 table {
  border-top: 2px solid #598dd2;
}
.tbl-con-wrap.type04 table.t01 {
  margin-top: 66px;
}
.tbl-con-wrap.type04 table tr th {
  background: #fafbfc;
  color: #598dd2;
  border-color: #e0dfdf;
}
.tbl-con-wrap.type04 table tr td {
  font-weight: 300;
  color: #212121;
  font-size: 18px;
  border-color: #e0dfdf;
}
.tbl-con-wrap.type04 tr .cell {
  text-align: center;
  font-size: 18px;
  color: #333;
}

.tbl-con-wrap.type05 {
  border-radius: 0;
  padding: 0;
  width: 1280px;
  margin-top: 50px;
}
.tbl-con-wrap.type05 table {
  border-top: 2px solid #308ed6;
}
.tbl-con-wrap.type05 table.t01 {
  margin-top: 66px;
}
.tbl-con-wrap.type05 table tr th {
  padding: 0 20px;
  text-align: left;
  background: #c7e5ff;
  color: #308ed6;
  border-color: #e0dfdf;
}
.tbl-con-wrap.type05 table tr td {
  font-weight: 500;
  color: #308ed4;
  font-size: 18px;
  border-color: #e0dfdf;
}
.tbl-con-wrap.type05 tr .cell {
  text-align: center;
  font-size: 18px;
  color: #333;
}

.tbl-con-wrap.type06 {
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  padding-top: 10px;
  width: 80%;
}
.tbl-con-wrap.type06 table {
  border-top: 0;
}
.tbl-con-wrap.type06 table.t01 {
  margin-top: 66px;
}
.tbl-con-wrap.type06 table tr th {
  padding: 0 20px;
  text-align: left;
  background: #336bce;
  color: #fff;
  text-align: center;
}
.tbl-con-wrap.type06 table tr td {
  padding: 10px 0;
  font-weight: 500;
  color: #333;
  font-size: 18px;
  border-color: #e0dfdf;
  text-align: center;
}
.tbl-con-wrap.type06 tr .cell {
  text-align: center;
  font-size: 18px;
  color: #333;
}
.tbl-con-wrap.type06 tr.active td {
  background-color: #eaeffe;
}
.tbl-con-wrap.type06 td > strong {
  color: #558acf;
}
.tbl-con-wrap.type06 .mid {
  border-left: 1px solid #e0dfdf;
  border-right: 1px solid #e0dfdf;
}

.normal-btn-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.normal-btn-wrap a {
  width: 138px;
  height: 50px;
  background: #298bd4;
  font-size: 19px;
  color: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.normal-btn-wrap a.type01 {
  width: 284px;
}
.normal-btn-wrap a.btn-org {
  width: 253px;
  background: #ff7e0c;
}

.ccon-sub-wrap {
  box-shadow: 2px 2px 10px 10px rgba(0, 0, 0, 0.05);
  right: 245px;
  top: 38px;
  background: #fff;
  width: 250px;
  height: calc(100% - 80px);
  position: absolute;
  border: 5px solid #0080ff;
  border-radius: 40px;
}
.tbl-con-wrap.type01 .ccon-sub-wrap.type01 {
  left: 190px;
  width: 200px;
}
.ccon-subcon {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ccon-subcon li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  width: 100%;
  font-size: 18px;
  letter-spacing: -1px;
  color: #0080ff;
  font-weight: 500;
}
.ccon-sub-tit {
  box-shadow: 2px 2px 10px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #0081ff;
  width: 100%;
  height: 74px;
  overflow: hidden;
  color: #fff;
  font-weight: 500;
  font-size: 25px;
}
.tbl-con-wrap.type01 table tr .cell {
  text-align: left;
  padding-left: 20px;
}
.tbl-con-wrap.type01 .ccon-sub-wrap {
  width: 350px;
}
.tbl-con-wrap.type01 .ccon-subcon li {
  height: 63px;
}
.tbl-etc-msg {
  width: 760px;
  overflow: hidden;
  margin: 0 auto;
  padding-left: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: url(../image/bg/bg-tbl-msg01.jpg) no-repeat left top;
  font-size: 20px;
  color: #363636;
  font-weight: 500;
  height: 42px;
}

.together-service-list {
  width: 640px;
  height: auto;
  overflow: hidden;
  margin: 50px auto 0 auto;
}
.together-service-list li {
  margin-top: 20px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.together-service-list li:first-child {
  margin-top: 0;
}
.together-service-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 73px;
  border-radius: 37px;
  background: #fff;
  overflow: hidden;
  font-size: 35px;
  color: #487ffb;
  font-weight: 500;
}

.sub-section.vpn-product01 {
  background: #ff7e0c;
}
.sub-section.vpn-product01 h3 {
  color: #fff;
}
.sub-section.vpn-product01 h3 strong {
  font-size: 40px;
  color: #fdf6c2;
  display: block;
  font-weight: 500;
}
.sub-section h3 {
  line-height: 1.3em;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 40px;
  color: #363636;
  font-weight: 300;
}
.sub-section h3.str {
  margin: 30px 0;
  color: #116db8;
}
.sub-section h3.remote {
  margin: 30px 0;
  color: #363636;
  font-size: 25px;
}
.sub-section h3.remote_bottom_tx {
  color: #fff;
  font-size: 40px;
  line-height: 1.1em;
}
.sub-section h3.remote_linkhome {
  position: absolute;
}
.sub-section h3.remote_linkhome a {
  position: relative;
  top: 1414px;
  right: 331px;
  letter-spacing: -2px;
  margin: 30px 0;
  color: #ffffff;
  font-size: 20px;
}
.sub-section h3 .bold {
  font-size: 40px;
  color: #363636;
  font-weight: 500;
}
.sub-section h3 .blue {
  font-weight: 500;
  font-size: 40px;
  color: #116db8;
}
.sub-section h3 .blue01 {
  font-weight: 500;
  font-size: 40px;
  color: #116db8;
}
.sub-section h3 .blue02 {
  font-weight: 500;
  font-size: 25px;
  color: #116db8;
}
.sub-section h3 .yellow01 {
  font-weight: 500;
  font-size: 40px;
  color: #fdf6c2;
}
.sub-section h3 .etc {
  font-weight: 300;
  font-size: 40px;
  color: #9e9e9e;
}
.sub-section h3.type01 {
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px;
}
.sub-section h3.type02 {
  font-weight: 500;
  margin-top: 50px;
  border-top: 1px solid #ddd;
  padding-top: 50px;
}
.sub-section > .desc {
  line-height: 1.5em;
  margin-top: 20px;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 16px;
  color: #212121;
  font-weight: 300;
}
.sub-section > .desc.text-lg {
  font-size: 20px;
}
.sub-section > .desc.idc_tx strong {
  line-height: 1.5em;
  margin-top: 20px;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 16px;
  color: #ff0000;
  font-weight: 300;
}
.sub-section h4 {
  margin: 20px 0 0 0;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4em;
  color: #363636;
}

.sub-section > .desc_remote_tx {
  line-height: 1.5em;
  margin-top: 20px;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 20px;
  color: #212121;
  font-weight: 300;
}
.sub-section > .desc_remote_tx.idc_tx strong {
  line-height: 1.5em;
  margin-top: 20px;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 16px;
  color: #ff0000;
  font-weight: 300;
}

.vpn-detail-list {
  width: 1200px;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px auto 0 auto;
}
.vpn-detail-list li {
  position: relative;
  box-shadow: 2px 2px 10px 10px #eee;
  background: #fff;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 280px;
  height: 415px;
  overflow: hidden;
}
.vpn-detail-list.col2 li {
  width: calc(100% / 2 - 20px);
  margin: 0 10px;
}
.vpn-detail-list li .tit {
  margin-top: 30px;
  font-size: 25px;
  color: #171717;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.vpn-detail-list li .pic {
  width: 100%;
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.vpn-detail-list li .desc {
  font-size: 16px;
  color: #808080;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  line-height: 1.3em;
}
.vpn-detail-list li .desc strong {
  font-size: 16px;
  font-weight: 500;
  color: #343434;
}
.vpn-detail-list li a {
  background: #558acf;
  font-size: 19px;
  width: 140px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 40px;
  margin-left: -70px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vpn-detail-list.type01 li {
  box-shadow: none;
  height: 330px;
  padding: 40px 0;
}
.vpn-detail-list.type01 li a {
  background: #558acf;
}
.vpn-detail-list.type02 li {
  padding: 20px 0;
  height: 300px;
}

.pic-cont {
  margin-top: 70px;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.pic-cont01 {
  max-width: 1198px;
  margin: 0 auto;
  text-align: center;
  width: calc(100% - 2px);
  border: 1px solid #ddd;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.pic-cont01 img {
  max-width: 100%;
}

.boan-skill-list {
  width: 850px;
  height: auto;
  overflow: hidden;
  margin: 60px auto 0 auto;
}
.boan-skill-list li {
  margin-top: 34px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 6px);
  border: 3px solid #254294;
  height: 165px;
  overflow: hidden;
  border-radius: 15px;
}
.boan-skill-list li .dt {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 165px;
  overflow: hidden;
  width: 170px;
  background: #254294;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.boan-skill-list li .dt .t01 {
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.boan-skill-list li .dt .t02 {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.boan-skill-list li .dd {
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 205px);
  padding-left: 45px;
  height: auto;
  overflow: hidden;
}
.boan-skill-list li .dd .t01 {
  font-size: 20px;
  color: #254294;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.boan-skill-list li .dd .t02 {
  font-size: 17px;
  color: #666666;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.boan-skill-list li:first-child {
  margin-top: 0;
  border: 3px solid #0380ff;
}
.boan-skill-list li:first-child .dt {
  background: #0380ff;
}
.boan-skill-list li:first-child .dd .t01 {
  color: #0380ff;
}

.consulting-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 470px;
  height: 80px;
  overflow: hidden;
  margin: 32px auto;
}
.consulting-list:before {
  content: "";
  width: 1px;
  height: 80px;
  overflow: hidden;
  background: #ddd;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
}
.consulting-list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 180px;
  height: 54px;
  border: 1px solid #2e2c2f;
}
.consulting-list li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 54px;
  overflow: hidden;
}
.consulting-list li a img {
  display: flex;
  width: 54px;
  height: 54px;
}
.consulting-list li a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex: 1;
  height: 54px;
  overflow: hidden;
  font-size: 17px;
  color: #323232;
}
.consulting-phone {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.consulting-phone img {
  display: flex;
}
.consulting-phone span {
  margin: 0 10px 0 20px;
  display: flex;
  font-size: 40px;
  color: #363636;
}
.consulting-phone strong {
  display: flex;
  font-size: 40px;
  color: #598dd2;
  font-weight: 500;
}

.features-list {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.features-list li {
  width: calc(25% - 20px);
  height: auto;
  overflow: hidden;
  float: left;
  padding: 0 10px;
}
.features-list li .pic {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 230px;
  overflow: hidden;
  position: relative;
}
.features-list li .pic:before {
  content: "";
  width: 40px;
  height: 3px;
  overflow: hidden;
  display: block;
  background: #1591d9;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
}
.features-list li .tit {
  margin-top: 15px;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  font-size: 22px;
  color: #363636;
  font-weight: 500;
}
.features-list li .desc {
  letter-spacing: -1px;
  margin-top: 10px;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  font-size: 15px;
  color: #808080;
  line-height: 1.5em;
}
.features-list li a {
  font-size: 19px;
  color: #fff;
  width: 140px;
  height: 50px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #298bd4;
  margin: 20px auto 0 auto;
}
.features-list li .pic.s01 {
  height: 160px;
}
.hgx-etc-pic {
  max-width: calc(100% - 40px);
  margin: 0 auto;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}

.hgx-etc-popup {
  display: none;
  position: absolute;
  left: 50%;
  margin: -700px 0 0 -483px;
  width: 965px;
  height: auto;
  overflow: hidden;
}
.features-list li .hgx-etc-popup img {
  width: 100%;
  float: left;
}
.features-list li .hgx-etc-popup a {
  float: left;
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #474747;
  margin: 0;
  display: block;
}
.hgx-etc-popup img {
  max-width: 965px;
  width: 100%;
}
.features-list li a.on + .hgx-etc-popup {
  display: block;
}

.haiview-choice-wrap {
  padding: 100px 0;
  width: calc(100% - 100px);
  max-width: 1500px;
  height: auto;
  overflow: hidden;
  background: #fff;
  margin: 0 auto;
}
.features-list.type01 {
  width: 1220px;
}
.features-list.type01 > li {
  padding: 0;
  margin: 0 10px;
  width: calc(25% - 22px);
  height: 447px;
  border: 1px solid #ccc;
}
.features-list.type01 > li > ul {
  margin-top: 15px;
  width: calc(100% - 60px);
  padding: 0 30px;
  height: auto;
  overflow: hidden;
}
.features-list.type01 > li > ul > li {
  font-size: 15px;
  color: #666;
  margin-bottom: 5px;
  position: relative;
  width: calc(100% - 10px);
  padding-left: 10px;
  height: auto;
  overflow: hidden;
}
.features-list.type01 > li > ul > li:before {
  content: "";
  width: 4px;
  height: 4px;
  overflow: hidden;
  background: #646464;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
}
.features-list.type01 > li > ul > li strong {
  font-size: 15px;
  color: #5390d5;
  font-weight: 500;
}
.features-list.type01.ac > li {
  height: 370px;
}
.features-list.type01.ac > li > ul li {
  text-align: center;
}
.features-list.type01.ac > li > ul li:before {
  display: none;
}

.features-list.mail-type {
  margin-top: 50px;
  width: 1220px;
}
.features-list.mail-type > li {
  padding: 0;
  margin: 0 10px;
  width: calc(25% - 22px);
  height: 370px;
  border: 1px solid #ccc;
}
.features-list.mail-type li .pic:before {
  background: #ff7335;
}
.features-list.mail-type > li > ul {
  margin-top: 15px;
  width: calc(100% - 60px);
  padding: 0 30px;
  height: auto;
  overflow: hidden;
}
.features-list.mail-type > li > ul > li {
  text-align: center;
  font-size: 15px;
  color: #666;
  margin-bottom: 5px;
  position: relative;
  width: calc(100% - 10px);
  padding-left: 10px;
  height: auto;
  overflow: hidden;
}

.features-list.type02 li .pic {
  height: 130px;
}
.features-list.type03 li {
  width: calc(20% - 20px);
}
.features-list.type03 li .tit {
  font-size: 18px;
  letter-spacing: -1px;
}

.features-list.func01 {
  margin-top: 50px;
}
.features-list.func01 li .tit {
  color: #58f6ff;
}
.features-list.func01 li .pic:before {
  background: #58f6ff;
}
.features-list.func01 li .desc {
  color: #fff;
}
.features-list.func02 {
  margin-top: 50px;
  width: 1220px;
}
.features-list.func02 > li {
  padding: 0;
  margin: 0 10px;
  width: calc(25% - 22px);
  height: 447px;
  border: 1px solid #ccc;
}
.features-list.func02 li .pic:before {
  background: #fff;
}
.features-list.func02 li .tit {
  color: #fff9bf;
}
.features-list.func02 li .desc {
  color: #fff;
}
.features-list.func02 li .desc span {
  font-size: 15px;
  color: #fff8c1;
}

.features-list.dlp-type {
}
.features-list.dlp-type li {
  width: calc(33% - 20px);
}
.features-list.dlp-type li .tit {
  color: #558acf;
}

.features-list.vaccine-type {
}
.features-list.vaccine-type li {
  position: relative;
  width: calc(33% - 20px);
}
.features-list.vaccine-type li .cate {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  font-size: 15px;
  color: #808080;
}
.features-list.vaccine-type li .tit {
  color: #363636;
}
.features-list.vaccine-type li .tit span {
  font-size: 22px;
  font-weight: 500;
  color: #558acf;
}
.features-list.vaccine-type li .desc {
  color: #808080;
}

.service-product-list {
  width: 1200px;
  height: auto;
  margin: 80px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-product-list li {
  width: calc(25% - 30px);
  padding: 5px;
  height: 506px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-product-list li a {
  position: relative;
  width: 100%;
  border: 1px solid #fff;
  flex-direction: column;
  height: 496px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.service-product-list li a:hover {
  border: 5px solid #fef7c1;
}
.service-product-list li a.nohover:hover {
  border: 1px solid #fff;
  cursor: default;
  opacity: 1;
}
.service-product-list li a .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.service-product-list li a .pic:before {
  width: 40px;
  height: 3px;
  overflow: hidden;
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
}
.service-product-list li a .tit {
  font-size: 22px;
  color: #fff;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  margin-top: 10px;
}
.service-product-list li a .desc {
  letter-spacing: -1px;
  font-size: 15px;
  color: #fff;
  width: 100%;
  height: 75px;
  overflow: hidden;
  text-align: center;
  line-height: 1.3em;
  margin-top: 15px;
}
.service-product-list li a .desc strong {
  letter-spacing: -1px;
  font-size: 15px;
  color: #fff8c1;
  font-weight: 500;
}

.service-product-list li a .desc_hgx_remotetx {
  letter-spacing: -1px;
  font-size: 15px;
  color: #fff;
  width: 100%;
  height: 110px;
  overflow: hidden;
  text-align: center;
  line-height: 1.3em;
  margin-top: 15px;
}
.service-product-list li a .desc_hgx_remotetx strong {
  letter-spacing: -1px;
  font-size: 15px;
  color: #fff8c1;
  font-weight: 500;
}

.service-product-list li a .price {
  font-size: 30px;
  letter-spacing: -1px;
  color: #fff;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.service-product-list li a .btn {
  position: absolute;
  left: 50%;
  bottom: 43px;
  margin-left: -65px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 45px;
  overflow: hidden;
  background: #fff;
  font-size: 15px;
  color: #363636;
}

.benefit-list {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 50px auto 0 auto;
}
.benefit-list li {
  width: 560px;
  height: 140px;
  overflow: hidden;
  float: left;
}
.benefit-list li:nth-child(even) {
  float: right;
}
.benefit-list li .pic {
  float: left;
  width: 100px;
  height: auto;
  overflow: hidden;
}
.benefit-list li .cont {
  float: left;
  width: calc(100% - 100px);
  height: auto;
  overflow: hidden;
}
.benefit-list li .cont .tit {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 22px;
  color: #558acf;
  font-weight: 500;
}
.benefit-list li .cont .desc {
  width: calc(100% - 10px);
  padding-left: 10px;
  position: relative;
  height: auto;
  overflow: hidden;
  font-size: 15px;
  color: #808080;
}
.benefit-list li .cont .desc:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  overflow: hidden;
  background: #666;
  border-radius: 50%;
}

.benefit-list.type01 li {
  height: 180px;
}
.benefit-list.type01 li .cont .desc {
  width: 100%;
  padding-left: 0;
}
.benefit-list.type01 li .cont .desc:before {
  display: none;
}

.haiLink-list {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 80px auto 0 auto;
}
.haiLink-list li {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #fff;
}
.haiLink-list li .pic {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 200px;
  overflow: Hidden;
}
.haiLink-list li .cont {
  margin-top: 40px;
  float: left;
  width: calc(100% - 180px);
  height: auto;
  overflow: hidden;
}
.haiLink-list li .cont .tit {
  font-size: 24px;
  color: #558acf;
  font-weight: 500;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.haiLink-list li .cont .desc {
  margin-top: 20px;
  font-size: 16px;
  color: #808080;
  width: calc(100% - 20px);
  height: auto;
  overflow: hidden;
  line-height: 1.5em;
}
.haiLink-list li a {
  background: #298bd4;
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 50px;
  overflow: hidden;
  font-size: 19px;
  color: #fff;
}
.haiLink-list.type01 .cont {
  margin-top: 0;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.vpn-dlist {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.vpn-dlist dt {
  font-size: 24px;
  color: #558acf;
  font-weight: 500;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 55px;
}
.vpn-dlist dd {
  font-size: 16px;
  color: #808080;
  width: 100%;
  line-height: 1.5em;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
}

.sub-section .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 60px auto 0 auto;
}
.sub-section .btn-wrap a {
  width: 180px;
  height: 54px;
  overflow: hidden;
  border: 1px solid #2e2e2e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #323232;
}
.sub-section .btn-wrap.type01 {
  justify-content: flex-end;
  margin-top: 15px;
  max-width: 1180px;
}
.sub-section .btn-wrap.type01 a {
  width: 80px;
  margin-left: 10px;
  height: 37px;
  border: 1px solid #a3a3a3;
  font-size: 22px;
  color: #3e3e3e;
}
.sub-section .msg {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  font-size: 22px;
  color: #363636;
  line-height: 1.5em;
  margin: 60px auto 0 auto;
}
.sub-section .msg strong {
  font-size: 22px;
  color: #598dd2;
  font-weight: 500;
}

.desc-list {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 80px auto 0 auto;
}
.desc-list li {
  position: relative;
  width: calc(100% - 10px);
  font-size: 15px;
  color: #808080;
  padding-bottom: 8px;
  height: auto;
  overflow: hidden;
  padding-left: 10px;
}
.desc-list li:before {
  content: "";
  width: 4px;
  height: 4px;
  overflow: hidden;
  border-radius: 50%;
  background: #666;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
}

.recommend-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: auto;
  overflow: hidden;
  position: relative;
  margin: 60px auto 0 auto;
}
.recommend-list:before {
  content: "";
  width: 100%;
  height: 1px;
  overflow: hidden;
  display: block;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
}
.recommend-list li {
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #ccc;
  overflow: hidden;
}
.recommend-list li img {
  margin-top: 40px;
}
.recommend-list li span {
  position: absolute;
  left: 0;
  top: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #363636;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.recommend-list li a {
  display: block;
  width: 248px;
  height: 248px;
  text-align: center;
}

.table-wrap {
  width: calc(100% - 40px);
  max-width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 30px auto 0 auto;
  position: relative;
}
.table-wrap:before {
  content: "";
  top: 0;
  right: 249px;
  border: 2px solid #ff7d0b;
  height: calc(100% - 4px);
  width: 397px;
  display: block;
  position: absolute;
}
.acon-table {
  border-top: 2px solid #598dd2;
  width: 100%;
}
.acon-table th {
  height: 65px;
  border: 1px solid #e0dfdf;
  font-size: 20px;
  color: #212121;
  border-left: none;
  background-color: #fafbfc;
  text-align: center;
}
.acon-table th.blue {
  font-weight: 500;
  color: #318dd6;
}
.acon-table th.al {
  text-align: left;
  padding-left: 40px;
}
.acon-table td {
  height: 65px;
  padding: 0 20px;
  border: 1px solid #e0dfdf;
  text-align: center;
  font-size: 18px;
  color: #212121;
}
.acon-table tr > th:first-child,
.acon-table tr > td:first-child {
  border-left: 0;
}
.acon-table tr > th:last-child,
.acon-table tr > td:last-child {
  border-right: 0;
}

.table-wrap.type01 {
  margin-top: 90px;
}
.table-wrap.type01:before {
  width: 540px;
  left: 148px;
  height: calc(100% - 14px);
  border: 7px solid #e37d22;
}
.table-wrap.type01 td {
  padding: 10px 0;
  height: 45px;
}
.table-wrap.type01 .org {
  color: #e37d22;
  border: 0;
  background: #fff;
}
.table-wrap.type01 th.org {
  font-weight: 500;
}

.help-msg {
  width: calc(100% - 40px);
  max-width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 80px auto 20px auto;
  font-size: 22px;
  color: #598dd2;
}

.mang-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: auto;
  margin: 100px auto 0 auto;
}
.mang-list > li {
  box-shadow: 2px 2px 10px 10px #eee;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 378px;
  height: 535px;
  background: #fff;
  overflow: hidden;
}
.mang-list li .pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.mang-list li .pic img {
  width: 100%;
}
.mang-list li .tit {
  text-align: center;
  margin-top: 35px;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 25px;
  color: #171717;
  font-weight: 500;
}
.mang-list li .desc {
  text-align: center;
  margin-top: 35px;
  width: 100%;
  height: 100px;
  line-height: 1.5em;
  overflow: hidden;
  font-size: 16px;
  color: #808080;
}
.mang-list li .point {
  text-align: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 25px;
  color: #558acf;
  font-weight: 500;
}
.mang-list li ul {
  width: calc(100% - 80px);
  height: auto;
  overflow: hidden;
  margin: 20px auto 0 auto;
}
.mang-list li ul li {
  font-size: 16px;
  color: #808080;
  width: calc(100% - 10px);
  padding-left: 10px;
  height: auto;
  overflow: hidden;
  position: relative;
}
.mang-list li ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  overflow: hidden;
  display: block;
  background: #676767;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.voucher_withhome {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 380px;
  height: auto;
  margin: 100px auto 0 auto;
}
.voucher_withhome > li {
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 378px;
  height: 555px;
  background: #335a9b;
  overflow: hidden;
}
.voucher_withhome li .pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.voucher_withhome li .pic img {
  width: 100%;
}
.voucher_withhome li .tit {
  text-align: center;
  margin-top: 35px;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 25px;
  color: #00eaff;
  font-weight: 500;
}
.voucher_withhome li .desc {
  text-align: center;
  margin-top: 35px;
  width: 100%;
  height: 220px;
  line-height: 1.5em;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.2px;
}
.voucher_withhome li .point {
  text-align: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 25px;
  color: #558acf;
  font-weight: 500;
}
.voucher_withhome li ul {
  width: calc(100% - 80px);
  height: auto;
  overflow: hidden;
  margin: 20px auto 0 auto;
}
.voucher_withhome li ul li {
  font-size: 16px;
  color: #808080;
  width: calc(100% - 10px);
  padding-left: 10px;
  height: auto;
  overflow: hidden;
  position: relative;
}
.voucher_withhome li ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  overflow: hidden;
  display: block;
  background: #676767;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.remote_highlink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 380px;
  height: auto;
  margin: 100px auto 0 auto;
}
.remote_highlink > li {
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 378px;
  height: 555px;
  background: #47bcff;
  overflow: hidden;
}
.remote_highlink li .pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.remote_highlink li .pic img {
  width: 100%;
}
.remote_highlink li .tit {
  text-align: center;
  margin-top: 35px;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 25px;
  color: #00eaff;
  font-weight: 500;
}
.remote_highlink li .desc {
  text-align: center;
  margin-top: 35px;
  width: 100%;
  height: 220px;
  line-height: 1.5em;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
}
.remote_highlink li .point {
  text-align: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 25px;
  color: #558acf;
  font-weight: 500;
}
.remote_highlink li ul {
  width: calc(100% - 80px);
  height: auto;
  overflow: hidden;
  margin: 20px auto 0 auto;
}
.remote_highlink li ul li {
  font-size: 16px;
  color: #808080;
  width: calc(100% - 10px);
  padding-left: 10px;
  height: auto;
  overflow: hidden;
  position: relative;
}
.remote_highlink li ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  overflow: hidden;
  display: block;
  background: #676767;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.remote_highlink01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 800px;
  height: auto;
  margin: 100px auto 0 auto;
}
.remote_highlink01 > li {
  box-shadow: 2px 2px 10px 10px #eee;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 378px;
  height: 535px;
  background: #47bcff;
  overflow: hidden;
}
.remote_highlink01 > li.right_img {
  box-shadow: 2px 2px 10px 10px #eee;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 378px;
  height: 535px;
  background: #e2a453;
  overflow: hidden;
}
.remote_highlink01 li .pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.remote_highlink01 li .pic img {
  width: 100%;
}
.remote_highlink01 li .tit {
  text-align: center;
  margin-top: 35px;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 25px;
  color: #00eaff;
  font-weight: 500;
}
.remote_highlink01 li .tit_right {
  text-align: center;
  margin-top: 35px;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 25px;
  color: #fff000;
  font-weight: 500;
}
.remote_highlink01 li .desc {
  text-align: center;
  margin-top: 35px;
  width: 100%;
  height: 200px;
  line-height: 1.5em;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
}
.remote_highlink01 li .desc a {
  text-align: center;
  margin-top: 35px;
  width: 100%;
  height: 200px;
  line-height: 1.5em;
  overflow: hidden;
  font-size: 16px;
  color: #00eaff;
  font-weight: 500;
}
.remote_highlink01 li .desc a.menual {
  text-align: center;
  margin-top: 35px;
  width: 100%;
  height: 200px;
  line-height: 1.5em;
  overflow: hidden;
  font-size: 16px;
  color: #fff000;
  font-weight: 500;
}
.remote_highlink01 li .point {
  text-align: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 25px;
  color: #558acf;
  font-weight: 500;
}
.remote_highlink01 li ul {
  width: calc(100% - 80px);
  height: auto;
  overflow: hidden;
  margin: 20px auto 0 auto;
}
.remote_highlink01 li ul li {
  font-size: 16px;
  color: #808080;
  width: calc(100% - 10px);
  padding-left: 10px;
  height: auto;
  overflow: hidden;
  position: relative;
}
.remote_highlink01 li ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  overflow: hidden;
  display: block;
  background: #676767;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.remote_highlink02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 800px;
  height: auto;
  margin: 100px auto 0 auto;
}
.remote_highlink02 > li {
  box-shadow: 2px 2px 10px 10px #eee;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 378px;
  height: 535px;
  background: #47bcff;
  overflow: hidden;
}
.remote_highlink02 > li.right_img {
  box-shadow: 2px 2px 10px 10px #eee;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 378px;
  height: 535px;
  background: #e2a453;
  overflow: hidden;
}
.remote_highlink02 li .pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.remote_highlink02 li .pic img {
  width: 100%;
}
.remote_highlink02 li .tit {
  text-align: center;
  margin-top: 5px;
  padding: 7px;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 25px;
  color: #00eaff;
  font-weight: 500;
}
.remote_highlink02 li .tit_right {
  text-align: center;
  margin-top: 5px;
  padding: 7px;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 25px;
  color: #fff000;
  font-weight: 500;
}
.remote_highlink02 li .desc {
  text-align: center;
  margin-top: 35px;
  width: 100%;
  height: 370px;
  line-height: 1.5em;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
}
.remote_highlink02 li .point {
  text-align: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 25px;
  color: #558acf;
  font-weight: 500;
}
.remote_highlink02 li ul {
  width: calc(100% - 80px);
  height: auto;
  overflow: hidden;
  margin: 20px auto 0 auto;
}
.remote_highlink02 li ul li {
  font-size: 16px;
  color: #808080;
  width: calc(100% - 10px);
  padding-left: 10px;
  height: auto;
  overflow: hidden;
  position: relative;
}
.remote_highlink02 li ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  overflow: hidden;
  display: block;
  background: #676767;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.mang-list_iptop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: auto;
  margin: 100px auto 0 auto;
}
.mang-list_iptop > li {
  box-shadow: 2px 2px 10px 10px #eee;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 378px;
  height: 535px;
  background: #fff;
  overflow: hidden;
}
.mang-list_iptop li .pic {
  width: 100%;
  height: 223px;
  overflow: hidden;
}
.mang-list_iptop li .pic img {
  width: 100%;
}
.mang-list_iptop li .tit {
  text-align: center;
  margin-top: 15px;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 25px;
  color: #171717;
}
.mang-list_iptop li .desc {
  text-align: center;
  margin-top: 35px;
  width: 100%;
  height: 100px;
  line-height: 1.5em;
  overflow: hidden;
  font-size: 16px;
  color: #808080;
}
.mang-list_iptop li .point {
  text-align: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 25px;
  color: #558acf;
  font-weight: 500;
}
.mang-list_iptop li ul {
  width: calc(100% - 20px);
  height: auto;
  overflow: hidden;
  margin: 20px auto 0 auto;
}
.mang-list_iptop li ul li {
  font-size: 16px;
  color: #808080;
  width: calc(100% - 10px);
  padding-left: 10px;
  height: auto;
  overflow: hidden;
  position: relative;
}
/*텍스트옆에점추가.mang-list_iptop li ul li:before{content:"";width:5px;height:5px;overflow:hidden;display:block;background:#676767;border-radius:50%;position:absolute;left:0;top:10px;}*/

.mang-list_iptop li a {
  background: #298bd4;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 50px;
  overflow: hidden;
  font-size: 19px;
  color: #fff;
}

.remote_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: auto;
  margin: 100px auto 0 auto;
}
.remote_tit > li {
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 378px;
  height: 535px;
  background: #fff;
  overflow: hidden;
}
.remote_tit li .pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.remote_tit li .pic img {
  width: 100%;
}
.remote_tit li .tit {
  text-align: center;
  margin-top: 15px;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 30px;
  color: #558acf;
  font-weight: 500;
}
.remote_tit li .desc {
  text-align: center;
  margin-top: 35px;
  width: 100%;
  height: 100px;
  line-height: 1.5em;
  overflow: hidden;
  font-size: 16px;
  color: #808080;
}
.remote_tit li .point {
  text-align: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 25px;
  color: #558acf;
  font-weight: 500;
}

.remote_tit li ul {
  height: auto;
  overflow: hidden;
  margin: 20px auto 0 auto;
}
.remote_tit li ul li {
  font-size: 16px;
  color: #808080;
  text-align: center;
  height: auto;
  overflow: hidden;
  position: relative;
}

/*텍스트옆에점추가.mang-list_iptop li ul li:before{content:"";width:5px;height:5px;overflow:hidden;display:block;background:#676767;border-radius:50%;position:absolute;left:0;top:10px;}*/

.remote_tit li a {
  background: #298bd4;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 50px;
  overflow: hidden;
  font-size: 19px;
  color: #fff;
}

.mang-list_ipbottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: auto;
  margin: 30px auto 0 auto;
}
.mang-list_ipbottom > li {
  box-shadow: 2px 2px 10px 10px #eee;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 378px;
  height: 535px;
  background: #fff;
  overflow: hidden;
}
.mang-list_ipbottom li .pic {
  width: 100%;
  height: 223px;
  overflow: hidden;
}
.mang-list_ipbottom li .pic img {
  width: 100%;
}
.mang-list_ipbottom li .tit {
  text-align: center;
  margin-top: 15px;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 25px;
  color: #171717;
  font-weight: 500;
}
.mang-list_ipbottom li .desc {
  text-align: center;
  margin-top: 35px;
  width: 100%;
  height: 100px;
  line-height: 1.5em;
  overflow: hidden;
  font-size: 16px;
  color: #808080;
}
.mang-list_ipbottom li .point {
  text-align: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 25px;
  color: #558acf;
  font-weight: 500;
}
.mang-list_ipbottom li ul {
  width: calc(100% - 80px);
  height: auto;
  overflow: hidden;
  margin: 20px auto 0 auto;
}
.mang-list_ipbottom li ul li {
  font-size: 16px;
  color: #808080;
  width: calc(100% - 10px);
  padding-left: 10px;
  height: 91px;
  overflow: hidden;
  position: relative;
}
/*텍스트옆에점추가.mang-list_iptop li ul li:before{content:"";width:5px;height:5px;overflow:hidden;display:block;background:#676767;border-radius:50%;position:absolute;left:0;top:10px;}*/

.mang-list_ipbottom li a {
  background: #298bd4;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 50px;
  overflow: hidden;
  font-size: 19px;
  color: #fff;
}

.hai-vpn-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: auto;
  margin: 100px auto 0 auto;
}
.hai-vpn-list li {
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #ddd;
  width: 336px;
  height: 394px;
  background: #fff;
  overflow: hidden;
}
.hai-vpn-list li .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.hai-vpn-list li .pic:before {
  content: "";
  width: 40px;
  height: 3px;
  overflow: hidden;
  display: block;
  background: #ff9046;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
}
.hai-vpn-list li .pic > p.cate {
  margin: 0 0 12px 0;
  font-weight: 500;
  color: #888;
}
.hai-vpn-list li .tit {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  margin-top: 10px;
  font-size: 22px;
  color: #363636;
  font-weight: 500;
}
.hai-vpn-list li .desc {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  color: #808080;
}

.hai-vpn-list.vaccine-type {
}
.hai-vpn-list.vaccine-type li {
  height: 450px;
}
.hai-vpn-list.vaccine-type li .pic:before {
  background: #2a8bd2;
}
.hai-vpn-list.vaccine-type li .tit span {
  font-size: 22px;
  color: #2a8bd2;
  font-weight: 500;
}

.hai-process-list {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 30px auto 0 auto;
}
.hai-process-list li {
  float: left;
  padding-left: 50px;
  background: url(../image/bg/bg-arr01.png) no-repeat left 22px center;
  font-size: 19px;
  letter-spacing: -1px;
  color: #e37d22;
  font-weight: 500;
}
.hai-process-list li:first-child {
  padding-left: 0;
  background: none;
}

.network-process-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  height: auto;
  margin: 50px auto 0 auto;
}
.network-process-list li {
  margin-left: -1px;
  flex-direction: column;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 6 - 2px);
  height: 150px;
  border: 1px solid #ccc;
}
.network-process-list li:first-child {
  margin-left: 0;
}
.network-process-list li .num {
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  background: #979596;
  align-items: center;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 50%;
}
.network-process-list li .desc {
  font-size: 20px;
  color: #363636;
  width: 100%;
  height: 90px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.3em;
  margin-top: 10px;
}
.network-process-list li .etc {
  font-size: 20px;
  color: #797979;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -35px;
  text-align: center;
}

.case-dlist {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.case-dlist dt {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 100px;
  font-size: 25px;
  color: #363636;
  font-weight: 500;
}
.case-dlist dt span {
  display: block;
  font-size: 20px;
  color: #808080;
  margin-top: 15px;
}
.case-dlist dd {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.case-dlist dd .tit {
  margin-top: 30px;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 22px;
  color: #116db8;
  font-weight: 500;
}
.case-dlist dd .desc {
  margin-top: 30px;
  line-height: 1.5em;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 20px;
  color: #808080;
}

.spec-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: auto;
  margin: 100px auto 0 auto;
}
.spec-list li {
  box-shadow: 2px 2px 10px 10px #eee;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  height: 535px;
  background: #fff;
  overflow: hidden;
}
.spec-list li .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 265px;
  position: relative;
  overflow: hidden;
}
.spec-list li .pic:before {
  background: #1591d9;
  content: "";
  width: 40px;
  height: 3px;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
}
.spec-list li .pic img {
}
.spec-list li .tit {
  text-align: center;
  margin-top: 15px;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 25px;
  color: #171717;
  font-weight: 500;
}
.spec-list li .desc {
  text-align: center;
  margin-top: 35px;
  width: 100%;
  height: auto;
  line-height: 1.5em;
  overflow: hidden;
  font-size: 16px;
  color: #808080;
}

.item-desc-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 50px auto 0 auto;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-desc-wrap dt {
  display: inline-flex;
  position: relative;
  background: #fff;
  padding: 0 10px;
  font-size: 40px;
  color: #363636;
  font-weight: 500;
}
.item-desc-wrap dd {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1014px;
  height: 230px;
  overflow: hidden;
  border: 1px solid #ddd;
  margin-top: -30px;
}
.item-desc-wrap dd .desc {
  text-align: center;
  font-size: 20px;
  color: #363636;
  line-height: 1.5em;
  width: calc(100% - 40px);
  padding: 0 20px;
  height: auto;
  overflow: hidden;
}
.item-desc-wrap dd strong {
  font-size: 20px;
  color: #e37d22;
  font-weight: 300;
}
.item-desc-wrap.type01 dt {
  background: #f5f5f5;
  font-size: 30px;
  font-weight: 300;
}
.item-desc-wrap.type01 dt strong {
  font-size: 30px;
  color: #298ad1;
  font-weight: 300;
}
.item-desc-wrap.type01 dd {
  margin-top: -20px;
  width: 1198px;
  height: auto;
}
.item-desc-wrap.type01 dd ul {
  padding: 70px 0 50px 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.item-desc-wrap.type01 dd ul li {
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  height: auto;
  float: left;
}
.item-desc-wrap.type01 dd ul li .pic {
  width: 100%;
  height: 110px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.item-desc-wrap.type01 dd ul li .desc01 {
  width: 100%;
  height: auto;
  font-size: 22px;
  color: #363636;
  text-align: center;
  line-height: 1.2em;
}

.item-desc-wrap.type02 {
  margin-top: 0;
}
.item-desc-wrap.type02 dt {
  background: #fff;
  font-size: 40px;
  font-weight: 300;
}
.item-desc-wrap.type02 dt strong {
  font-size: 30px;
  color: #298ad1;
  font-weight: 300;
}
.item-desc-wrap.type02 dd {
  margin-top: -25px;
  width: 1198px;
  height: auto;
}
.item-desc-wrap.type02 dd ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 0 50px 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.item-desc-wrap.type02 dd ul li {
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  height: auto;
  float: left;
}
.item-desc-wrap.type02 dd ul li .pic {
  padding-bottom: 50px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  height: 110px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.item-desc-wrap.type02 dd ul li .pic:before {
  content: "";
  width: 40px;
  height: 3px;
  overflow: hidden;
  background: #598dd2;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
}
.item-desc-wrap.type02 dd ul li .desc01 {
  width: 100%;
  height: auto;
  font-size: 22px;
  color: #363636;
  text-align: center;
  line-height: 1.2em;
}

.advantages-list {
  width: calc(100% - 40px);
  height: auto;
  overflow: hidden;
  margin: 90px auto 0 auto;
  max-width: 1200px;
}
.advantages-list li {
  width: 25%;
  height: auto;
  overflow: hidden;
  float: left;
}
.advantages-list li .pic {
  width: 227px;
  height: 227px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.advantages-list li .pic span {
  display: block;
  width: 100%;
  height: auto;
  font-size: 19px;
  color: #fff;
  overflow: hidden;
  text-align: center;
  line-height: 1.3em;
  position: absolute;
  left: 0;
  bottom: 40px;
}

.haiview-func-list01 {
  width: 1220px;
  height: auto;
  overflow: hidden;
  margin: 100px auto 0 auto;
}
.haiview-func-list01 li {
  box-shadow: 2px 2px 10px 10px rgba(0, 0, 0, 0.03);
  background: #0092db;
  float: left;
  border-radius: 8px;
  width: calc(50% - 20px);
  margin: 10px;
  height: 210px;
  overflow: hidden;
}
.haiview-func-list01 li .tit {
  display: inline-flex;
  padding-right: 20px;
  background: url(../image/bg/bg-arr02.png) no-repeat right center;
  height: auto;
  overflow: hidden;
  margin: 40px auto 0 40px;
  font-size: 34px;
  color: #fff;
}
.haiview-func-list01 li .desc {
  width: calc(100% - 80px);
  height: auto;
  overflow: hidden;
  margin: 10px auto 0 auto;
  font-size: 30px;
  color: #fff;
}

.haiview-func-list02 {
  width: 1220px;
  height: auto;
  overflow: hidden;
  margin: 10px auto 0 auto;
}
.haiview-func-list02 li {
  float: left;
  margin: 10px;
  text-align: center;
  width: calc(20% - 24px);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 158px;
  border: 2px solid #fff;
  border-radius: 8px;
  overflow: hidden;
  font-size: 32px;
  color: #fff;
}

.haiview-equ-wrap {
  width: 1098px;
  height: auto;
  overflow: hidden;
  padding: 30px;
  border: 1px solid #ccc;
  margin: 50px auto 0 auto;
}
.haiview-equ-wrap .equ-item-wrap {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
}
.haiview-equ-wrap .equ-item-wrap dl {
  width: 50%;
  height: auto;
  overflow: hidden;
  float: left;
}
.haiview-equ-wrap .equ-item-wrap dl dt {
  margin: 20px 0 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.haiview-equ-wrap .equ-item-wrap dl dt span {
  font-size: 25px;
  color: #272727;
  display: flex;
  margin-left: 10px;
}
.haiview-equ-wrap .equ-item-wrap dl dt img {
  display: flex;
}
.haiview-equ-wrap .equ-item-wrap dl dd {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.haiview-equ-wrap .equ-item-wrap dl dd ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.haiview-equ-wrap .equ-item-wrap dl dd ul > li {
  float: left;
  width: calc(50% - 40px);
  margin: 0 20px;
  height: 340px;
  overflow: hidden;
}
.haiview-equ-wrap .equ-item-wrap dl dd ul > li.full {
  width: calc(100% - 40px);
}
.haiview-equ-wrap .equ-item-wrap dl dd ul li .tit {
  max-width: 245px;
  background: #019aff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 43px;
  overflow: hidden;
  font-size: 22px;
  color: #fff;
}
.haiview-equ-wrap .equ-item-wrap dl dd ul li .pic {
  max-width: 245px;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.haiview-equ-wrap .equ-item-wrap dl dd ul li ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.haiview-equ-wrap .equ-item-wrap dl dd ul li ul li {
  margin: 0;
  width: calc(100% - 10px);
  padding-left: 10px;
  position: relative;
  height: auto;
  overflow: hidden;
  font-size: 15px;
  color: #808080;
}
.haiview-equ-wrap .equ-item-wrap dl dd ul li ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  overflow: hidden;
  display: block;
  border-radius: 50%;
  background: #666;
  position: absolute;
  left: 0;
  top: 8px;
}
.haiview-equ-wrap .help-msg01 {
  font-size: 18px;
  color: #3982b3;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}

.section-subj {
  margin-top: 60px;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 40px;
  color: #4c6ac3;
}

.game-pic-wrap {
  margin: 80px auto 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 1200px;
  height: 850px;
  position: relative;
  overflow: hidden;
}
.game-pic-wrap .pic-cont {
}
.game-pic-wrap .item-wrap {
  position: absolute;
  height: auto;
  overflow: hidden;
}
.game-pic-wrap .item-wrap.pos01 {
  width: 500px;
  left: 50%;
  top: 0;
  margin-left: -250px;
}
.game-pic-wrap .item-wrap.pos02 {
  left: 0;
  top: 300px;
}
.game-pic-wrap .item-wrap.pos03 {
  right: 0;
  top: 300px;
}
.game-pic-wrap .item-wrap .num {
  margin: 0 auto;
  width: 33px;
  height: 33px;
  overflow: hidden;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 33px;
  text-align: center;
}
.game-pic-wrap .item-wrap .tit {
  text-align: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
  font-size: 22px;
  color: #363636;
  font-weight: 500;
  margin: 10px auto 20px auto;
}
.game-pic-wrap .item-wrap .tit:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 0;
  width: 30px;
  height: 2px;
  overflow: hidden;
  display: block;
}
.game-pic-wrap .item-wrap ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.game-pic-wrap .item-wrap ul li {
  position: relative;
  width: calc(100% - 10px);
  padding-left: 10px;
  height: auto;
  overflow: hidden;
  font-size: 20px;
  color: #808080;
}
.game-pic-wrap .item-wrap ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  overflow: hidden;
  border-radius: 50%;
  background: #666;
  position: absolute;
  left: 0;
  top: 11px;
}
.game-pic-wrap .item-wrap.pos01 .num {
  background: #ef2690;
}
.game-pic-wrap .item-wrap.pos02 .num {
  background: #7b24d3;
}
.game-pic-wrap .item-wrap.pos03 .num {
  background: #e8751c;
}
.game-pic-wrap .item-wrap.pos01 .tit:before {
  background: #ef2690;
}
.game-pic-wrap .item-wrap.pos02 .tit:before {
  background: #7b24d3;
}
.game-pic-wrap .item-wrap.pos03 .tit:before {
  background: #e8751c;
}

.service-about-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.service-about-wrap dl {
  width: 400px;
  height: auto;
  overflow: hidden;
}
.service-about-wrap dl dt {
  margin-top: 40px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.service-about-wrap dl dt span {
  font-size: 30px;
  color: #c7dffe;
  font-weight: 500;
}
.service-about-wrap dl dt img {
  margin-left: 10px;
}
.service-about-wrap dl dd {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.service-about-wrap dl dd ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.service-about-wrap dl dd ul li {
  width: calc(100% - 10px);
  padding-left: 10px;
  margin-top: 10px;
  position: relative;
  height: auto;
  overflow: hidden;
  font-size: 22px;
  color: #fff;
}
.service-about-wrap dl dd ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}
.service-about-wrap .arr {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.service-about-wrap .sa-result-wrap {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 288px;
  overflow: hidden;
  border: 1px solid #bedffe;
}
.service-about-wrap .sa-result-wrap img {
}
.service-about-wrap .sa-result-wrap .desc {
  width: calc(100% - 40px);
  padding: 0 20px;
  margin-top: 20px;
  line-height: 1.5em;
  letter-spacing: -1px;
  font-size: 35px;
  color: #c7dffe;
  font-weight: 500;
}

.features-boan-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 60px auto 0 auto;
}
.features-boan-list li {
  width: 336px;
  height: 394px;
  overflow: hidden;
  border: 1px solid #92c1ef;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.features-boan-list li .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.features-boan-list li .pic:before {
  content: "";
  width: 40px;
  height: 3px;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
  background: #308ed4;
}
.features-boan-list li .tit {
  text-align: center;
  line-height: 1.4em;
  margin-top: 15px;
  font-size: 22px;
  color: #363636;
}

.vn-Introduction {
  width: 1450px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

.vn-Introduction-main h3 {
  TEXT-ALIGN: CENTER;
  FONT-SIZE: 40PX;
  MARGIN-TOP: 60PX;
  font-weight: 300;
  margin-bottom: 60px;
}

.sub-section.vpn-about10 {
  background: url(../image/bg/bg-vpn-about10.jpg) no-repeat center top;
  background-size: cover;
}

.sub-section.vpn-about10 h3 {
  color: #fff;
}

.vn-compare-list {
  width: 1100px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vn-compare-list li {
  width: 340px;
  height: auto;
  overflow: hidden;
  background: #fff;
}
.vn-compare-list li .tit {
  font-size: 22px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  overflow: hidden;
}
.vn-compare-list li .desc {
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 148px;
  overflow: hidden;
}
.vn-compare-list li:nth-child(1) {
  border: 1px solid #0078c6;
}
.vn-compare-list li:nth-child(2) {
  border: 1px solid #00c381;
}
.vn-compare-list li:nth-child(3) {
  border: 1px solid #01bcc5;
}
.vn-compare-list li:nth-child(1) .tit {
  background: #0078c6;
}
.vn-compare-list li:nth-child(2) .tit {
  background: #00c381;
}
.vn-compare-list li:nth-child(3) .tit {
  background: #01bcc5;
}

.idc-wrap {
  width: calc(100% - 40px);
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1120px;
}
.sub-section .idc-wrap h3 {
  text-align: left;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 40px;
  color: #4c6ac3;
  padding-top: 10px;
}
.sub-section .idc-wrap h3:before {
  content: "";
  background: #396ac7;
  display: block;
  width: 47px;
  height: 5px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.idc-wrap dl {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idc-wrap dl dt {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 40px;
  color: #363636;
  margin-top: 50px;
}
.idc-wrap dl dt:first-child {
}
.idc-wrap dl dd {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idc-wrap dl dd .pic-cont {
  margin-top: 10px;
}
.idc-wrap dl dd .addr {
  font-size: 26px;
  color: #363636;
  margin-top: 10px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idc-wrap dl dd .addr strong {
  font-size: 26px;
  font-weight: 500;
  color: #558acf;
}

.hosting-price-subj {
  max-width: 1200px;
  width: calc(100% - 40px);
  height: auto;
  overflow: hidden;
  position: relative;
  padding-top: 5px;
  margin: 80px auto 20px auto;
  font-size: 40px;
  color: #4c6ac3;
  font-weight: 500;
}
.hosting-price-subj:before {
  content: "";
  display: block;
  width: 47px;
  height: 5px;
  overflow: hidden;
  background: #356cc6;
  position: absolute;
  left: 0;
  top: 0;
}
.hosting-price-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.hosting-price-list > li {
  width: 280px;
  height: 518px;
  box-shadow: 2px 2px 10px 10px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  background: #fff;
}
.hosting-price-list li .tit {
  letter-spacing: -1px;
  margin-top: 60px;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  font-size: 23px;
  color: #171717;
}
.hosting-price-list li .price {
  letter-spacing: -1px;
  margin-top: 25px;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  font-size: 15px;
  color: #b6b6b6;
}
.hosting-price-list li .price strong {
  font-size: 33px;
  color: #393939;
  font-weight: 500;
}
.hosting-price-list li ul {
  margin: 40px auto 0 auto;
  width: calc(100% - 120px);
  height: auto;
  overflow: hidden;
}
.hosting-price-list li ul li {
  margin-top: 15px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.hosting-price-list li ul li:first-child {
  margin-top: 0;
}
.hosting-price-list li ul li .item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.hosting-price-list li ul li .item .key {
  letter-spacing: -1px;
  width: 80px;
  height: auto;
  overflow: hidden;
  font-size: 17px;
  color: #b6b6b6;
}
.hosting-price-list li ul li .item .value {
  letter-spacing: -1px;
  width: calc(100% - 80px);
  height: auto;
  overflow: hidden;
  font-size: 17px;
  color: #393939;
  font-weight: 500;
}
.hosting-price-list li ul li .item .value strong {
  font-size: 17px;
  color: #393939;
  font-weight: 500;
}
.hosting-price-list li ul li .item .value span {
  font-size: 17px;
  color: #b6b6b6;
  font-weight: 300;
}
.hosting-desc {
  font-size: 35px;
  color: #363636;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  margin-top: 40px;
}
.hosting-desc strong {
  font-size: 35px;
  color: #4c6ac3;
  font-weight: 300;
}

.ebea-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1174px;
  height: auto;
  overflow: hidden;
  margin: 90px auto 0 auto;
}
.ebea-list li {
  width: 378px;
  height: 407px;
  overflow: hidden;
  background: #fff;
}
.ebea-list li .pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ebea-list li .desc {
  margin-top: 60px;
  font-size: 16px;
  color: #808080;
  text-align: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ebea-list li .tit {
  font-size: 30px;
  font-weight: 500;
  color: #558acf;
  text-align: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.tabs-list {
  margin: 90px auto 90px auto;
  width: 1200px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabs-list li {
  margin-left: -1px;
  border: 1px solid #b9bbb8;
  width: 236px;
  height: 72px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabs-list li:first-child {
  margin-left: 0;
}
.tabs-list li a {
  text-decoration: none;
  font-size: 31px;
  color: #353535;
  width: 100%;
  height: 72px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1em;
}
.tabs-list li a.on {
  background: #0081c5;
  color: #fff;
}

.tab-area {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  display: none;
}
.tab-area.full-type {
  width: 100%;
}
.tab-area.on {
  display: block;
}
.utm-cont-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.utm-cont-wrap .cont {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: hidden;
}
.utm-cont-wrap .cont .tit {
  font-size: 30px;
  color: #2580c2;
  font-weight: 500;
}
.utm-cont-wrap .cont .subj01 {
  font-size: 22px;
  color: #598dd2;
  font-weight: 500;
  margin: 40px 0 0px 0;
}
.utm-cont-wrap .cont .desc {
  margin-top: 20px;
  line-height: 1.5em;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 22px;
  color: #686868;
}
.utm-cont-wrap .cont .desc img {
  vertical-align: middle;
}
.utm-cont-wrap .pic {
  width: 400px;
  height: auto;
  overflow: hidden;
}

.vpn-tc-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1190px;
  height: auto;
  overflow: hidden;
  margin-top: 60px;
  background: url(../image/bg/bg-cross02.jpg) no-repeat center center;
}
.vpn-tc-wrap .item {
  width: 485px;
  height: 526px;
  overflow: hidden;
  border: 1px solid #386bc7;
}
.vpn-tc-wrap .item .tit {
  letter-spacing: -1px;
  margin-top: 30px;
  width: calc(100% - 60px);
  height: auto;
  overflow: hidden;
  padding: 0 30px;
  font-size: 56px;
  color: #4c6ac3;
  font-weight: 500;
}
.vpn-tc-wrap .item .desc {
  letter-spacing: -1px;
  margin-top: -10px;
  width: calc(100% - 60px);
  height: auto;
  overflow: hidden;
  padding: 0 30px;
  font-size: 30px;
  color: #808080;
}
.vpn-tc-wrap .item ul {
  margin-top: 20px;
  width: calc(100% - 60px);
  height: auto;
  overflow: hidden;
  padding: 0 30px;
}
.vpn-tc-wrap .item ul li {
  letter-spacing: -1px;
  width: calc(100% - 10px);
  padding-left: 10px;
  position: relative;
  height: auto;
  overflow: hidden;
  font-size: 22px;
  color: #808080;
}
.vpn-tc-wrap .item ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
  background: #818181;
  position: absolute;
  left: 0;
  top: 15px;
}

.firewall-dlist {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.firewall-dlist dt {
  margin-top: 50px;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 30px;
  color: #363636;
  font-weight: 500;
}
.firewall-dlist dd {
  margin-top: 20px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.firewall-dlist dd .item {
  background: url(../image/bg/bg-arr03.jpg) no-repeat left 10px;
  width: calc(100% - 20px);
  padding-left: 20px;
  font-size: 27px;
  color: #558acf;
  font-weight: 500;
}
.firewall-dlist dd .item span {
  font-size: 22px;
  color: #808080;
  font-weight: 300;
}
.firewall-dlist dd ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 10px auto 30px auto;
}
.firewall-dlist dd ul li {
  width: calc(100% - 20px);
  padding-left: 20px;
  position: relative;
  height: auto;
  overflow: hidden;
  font-size: 22px;
  color: #808080;
}
.firewall-dlist dd ul li strong {
  font-weight: 500;
  color: #1dafbc;
  font-size: 20px;
}
.firewall-dlist dd ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  overflow: hidden;
  background: #666;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 12px;
}
.firewall-dlist dd .pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.firewall-dlist dd ul.nlist01 {
  margin-top: 0;
  width: calc(100% - 20px);
  padding-left: 20px;
}
.firewall-dlist dd ul.nlist01 li {
  margin-top: 5px;
}
.firewall-dlist dd ul.nlist01 li:before {
  left: 0;
  top: 0;
  background: None;
  width: auto;
  height: auto;
  overflow: visible;
}
.firewall-dlist dd ul.nlist01 > li:nth-child(1):before {
  content: "1.";
}
.firewall-dlist dd ul.nlist01 > li:nth-child(2):before {
  content: "2.";
}
.firewall-dlist dd ul.nlist01 > li:nth-child(3):before {
  content: "3.";
}
.firewall-dlist dd ul.nlist01 > li:nth-child(4):before {
  content: "4.";
}
.firewall-dlist dd ul.nlist01 > li:nth-child(5):before {
  content: "5.";
}
.firewall-dlist dd ul.nlist01 > li:nth-child(6):before {
  content: "6.";
}
.firewall-dlist dd ul.nlist01 > li:nth-child(7):before {
  content: "7.";
}
.firewall-dlist dd ul.nlist02 {
  margin-bottom: 10px;
  margin-top: 5px;
  width: 100%;
  padding-left: 0px;
}
.firewall-dlist dd ul.nlist02 li:before {
  left: 0;
  top: 0;
  background: None;
  width: auto;
  height: auto;
  overflow: visible;
}
.firewall-dlist dd ul.nlist02 li {
  font-size: 20px;
  color: #a4a4a4;
}
.firewall-dlist dd ul.nlist02 > li:nth-child(1):before {
  content: "1.";
}
.firewall-dlist dd ul.nlist02 > li:nth-child(2):before {
  content: "2.";
}
.firewall-dlist dd ul.nlist02 > li:nth-child(3):before {
  content: "3.";
}
.firewall-dlist dd ul.nlist02 > li:nth-child(4):before {
  content: "4.";
}
.firewall-dlist dd ul.nlist02 > li:nth-child(5):before {
  content: "5.";
}
.firewall-dlist dd ul.nlist02 > li:nth-child(6):before {
  content: "6.";
}
.firewall-dlist dd ul.nlist02 > li:nth-child(7):before {
  content: "7.";
}
.firewall-dlist dd ul.nlist03 {
  margin-top: 0;
}
.firewall-dlist dd ul.nlist03 li:before {
  display: none;
}
.firewall-dlist dd ul.nlist04 {
  margin-top: 5px;
  width: calc(100% - 20px);
  padding-left: 20px;
}
.firewall-dlist dd ul.nlist04 > li:before {
  left: 0;
  top: 0;
  background: None;
  width: auto;
  height: auto;
  overflow: visible;
  content: "-";
}

.fortigate-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.fortigate-list > li {
  width: 278px;
  height: 520px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.sophos-list > li {
  height: 510px;
}
.fortigate-list.type01 > li {
  height: 550px;
}
.fortigate-list.type02 {
}
.fortigate-list.type02 > li {
  height: 470px;
}
.fortigate-list li .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 128px;
  overflow: hidden;
  position: relative;
}
.fortigate-list li .pic:before {
  content: "";
  width: 48px;
  height: 3px;
  overflow: hidden;
  display: block;
  margin-left: -24px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #386bc4;
}
.fortigate-list li .tit {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  margin-top: 10px;
  font-size: 23px;
  color: #171717;
  font-weight: 500;
}
.fortigate-list li ul {
  width: calc(100% - 50px);
  height: auto;
  margin: 0 auto;
}
.fortigate-list li ul li {
  margin-top: 15px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.fortigate-list li ul li span {
  letter-spacing: -1px;
  width: 80px;
  height: auto;
  overflow: hidden;
  display: flex;
  font-size: 17px;
  color: #b6b6b6;
}
.fortigate-list li ul li strong {
  letter-spacing: -1px;
  width: calc(100% - 80px);
  height: auto;
  display: flex;
  font-size: 17px;
  color: #393939;
  font-weight: 500;
}
.fortigate-list li ul li.etc {
  width: 100%;
  height: auto;
  overflow: hidden;
  justify-content: center;
  font-size: 23px;
  color: #486acd;
  font-weight: 500;
}
.fortigate-list li ul li.etc.type01 {
  margin-top: 35px;
}
.utm-desc01 {
  margin: 20px auto 30px auto;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  font-size: 22px;
  color: #363636;
}

.utmd-cont {
  width: calc(100% - 2px);
  height: auto;
  overflow: hidden;
  border: 1px solid #ddd;
  margin: 42px auto;
  padding-bottom: 80px;
}
.utmd-cont .tit01 {
  text-transform: uppercase;
  margin-top: 80px;
  font-size: 70px;
  font-weight: bold;
  color: #558acf;
  width: 100%;
  height: auto;
  text-align: center;
}
.utmd-cont .tit02 {
  margin-top: -10px;
  font-size: 55px;
  font-weight: bold;
  color: #363636;
  width: 100%;
  height: auto;
  text-align: center;
}
.utmd-cont .list01 {
  margin-top: 80px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.utmd-cont .list01 li {
  border-radius: 50%;
  flex-direction: column;
  margin: 0 30px;
  box-shadow: 2px 2px 10px 10px rgba(0, 0, 0, 0.08);
  width: 200px;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.utmd-cont .list01 li img {
}
.utmd-cont .list01 li span {
  font-size: 19px;
  color: #363636;
}
.utmd-cont .item-subj {
  margin-top: 100px;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 40px;
  color: #363636;
  font-weight: 500;
}
.utmd-cont dl {
  margin: 50px auto 0 auto;
  width: calc(100% - 140px);
  height: auto;
  overflow: hidden;
}
.utmd-cont dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 78px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 3px solid #298bd2;
}
.utmd-cont dl dt img {
}
.utmd-cont dl dt span {
  margin-left: 10px;
  font-size: 33px;
  color: #558acf;
  font-weight: 500;
}
.utmd-cont dl dd {
  margin-top: 10px;
  font-size: 22px;
  color: #363636;
}
.utmd-cont .list02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto 0 auto;
  width: calc(100% - 140px);
  height: auto;
  overflow: hidden;
}
.utmd-cont .list02 li {
  flex-direction: column;
  width: 120px;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.utmd-cont .list02 li img {
}
.utmd-cont .list02 li span {
  margin-top: 5px;
  font-size: 22px;
  color: #425456;
}

.utmd-cont .dl-wrap {
  width: calc(100% - 180px);
  height: auto;
  overflow: hidden;
  margin: 60px auto 0 auto;
}
.utmd-cont .dl-wrap.type01 {
  width: calc(100% - 240px);
  margin-left: 240px;
}
.utmd-cont .dl-wrap .dl-tit {
  margin-bottom: 35px;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 30px;
  color: #2580c2;
  font-weight: 500;
}
.utmd-cont .dl-wrap .dl-tit.type01 {
  color: #343434;
}
.utmd-cont .dl-wrap .dl-cont {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.utmd-cont .dl-wrap .dl-cont .desc {
  width: 100%;
  height: auto;
  display: flex;
  flex: 1;
  margin-right: 30px;
  font-size: 22px;
  color: #686868;
}
.utmd-cont .dl-wrap .dl-cont ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.utmd-cont .dl-wrap .dl-cont ul li {
  width: calc(100% - 10px);
  position: relative;
  padding-left: 10px;
  height: auto;
  overflow: hidden;
  font-size: 22px;
  color: #686868;
}
.utmd-cont .dl-wrap .dl-cont ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  overflow: hidden;
  border-radius: 50%;
  background: #676767;
  position: absolute;
  left: 0;
  top: 15px;
}

.utmd-cont .dl-wrap01 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 180px);
  height: auto;
  overflow: hidden;
  margin: 60px auto 0 auto;
}
.utmd-cont .dl-wrap01 img {
}
.utmd-cont .dl-wrap01 .desc {
  margin-left: 20px;
  width: calc(100% - 160px);
  height: auto;
  flex: 1;
  font-size: 28px;
  color: #363636;
}
.utmd-cont .dl-wrap01 .desc strong {
  font-size: 28px;
  color: #2580c2;
  font-weight: bold;
}

.utmd-cont .tit03 {
  text-indent: 15px;
  position: relative;
  font-size: 30px;
  font-weight: 500;
  color: #2580c2;
  width: calc(100% - 272px);
  height: auto;
  text-align: left;
  margin: 50px auto 0 auto;
}
.utmd-cont .tit03:before {
  content: "";
  display: block;
  width: 3px;
  height: 27px;
  overflow: hidden;
  background: #298bd4;
  position: absolute;
  left: 0;
  top: 10px;
}
.utmd-cont .list03 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 272px);
  height: auto;
  overflow: hidden;
  margin: 10px auto 0 auto;
}
.utmd-cont .list03 li {
  margin-left: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dedede;
}
.utmd-cont .list03 li:first-child {
  margin-left: 0;
}
.utmd-cont .list03 li:last-child {
  width: 100%;
  flex: 1;
}

.utmd-cont .dl-wrap03 {
  width: calc(100% - 272px);
  height: auto;
  position: relative;
  overflow: hidden;
  margin: 60px auto 0 auto;
}
.utmd-cont .dl-wrap03:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  width: 90px;
  height: 77px;
  overflow: hidden;
  background: url(../image/bg/bg-sonicwall01.jpg) no-repeat;
}
.utmd-cont .dl-wrap03 .dl-tit {
  width: calc(100% - 100px);
  padding-left: 100px;
  font-size: 28px;
  color: #363636;
  font-weight: 500;
}
.utmd-cont .dl-wrap03 .dl-cont {
  margin-top: 30px;
  width: calc(100% - 100px);
  padding-left: 100px;
}
.utmd-cont .dl-wrap03 .dl-cont ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.utmd-cont .dl-wrap03 .dl-cont ul li {
  margin-top: 30px;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 22px;
  color: #686868;
}
.utmd-cont .dl-wrap03 .dl-cont ul li:first-child {
  margin-top: 0;
}
.utmd-cont .dl-wrap03 img {
  width: 240px;
  position: absolute;
  right: 0;
  top: 0;
}

.utmd-cont .dl-wrap03.even:before {
  left: auto;
  right: 0;
}
.utmd-cont .dl-wrap03.even .dl-tit {
  padding-left: 0;
  padding-right: 100px;
  text-align: right;
}
.utmd-cont .dl-wrap03.even .dl-cont {
  padding-left: 0;
  padding-right: 100px;
  text-align: right;
}
.utmd-cont .dl-wrap03.even img {
  left: 0;
}

.required-list {
  width: 1188px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid #ddd;
}
.required-list dt {
  padding: 30px 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #333;
}
.required-list dt .tit {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 41px;
  color: #fff;
  font-weight: 500;
}
.required-list dt .desc {
  font-size: 22px;
  color: #fff;
  width: 100%;
  height: auto;
  text-align: center;
}
.required-list dd {
  width: calc(100% - 70px);
  height: auto;
  overflow: hidden;
  margin: 70px auto;
}
.required-list dd ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.required-list dd ul li {
  margin-top: 30px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.required-list dd ul li:first-child {
  margin-top: 0;
}
.required-list dd ul li .num {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
  position: absolute;
  left: 0;
  top: 5px;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
}
.required-list dd ul li .desc {
  width: calc(100% - 50px);
  height: auto;
  overflow: hidden;
  padding-left: 50px;
  font-size: 27px;
  color: #363636;
}
.required-list dd ul li .desc strong {
  font-size: 27px;
  color: #5a8dd2;
  font-weight: 500;
}

.measures-msg {
  margin: 0 auto 10px auto;
  width: 1180px;
  height: auto;
  overflow: hidden;
  text-align: right;
  font-size: 19px;
  color: #212121;
}
.measures-tbl-wrap {
  margin: 0 auto;
  width: 1180px;
  height: auto;
  overflow: hidden;
}
.measures-tbl-wrap table {
  border-top: 2px solid #308ed4;
  table-layout: fixed;
  width: 100%;
}
.measures-tbl-wrap table th {
  border-bottom: 1px solid #e1dfe0;
  border-left: 1px solid #e1dfe0;
  padding: 0 10px;
  height: 65px;
  background: #fafbfd;
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  color: #212121;
}
.measures-tbl-wrap table td {
  vertical-align: top;
  padding: 20px;
  border-bottom: 1px solid #e1dfe0;
  border-left: 1px solid #e1dfe0;
  font-size: 20px;
  color: #212121;
}
.measures-tbl-wrap table tr > th:first-child,
.measures-tbl-wrap table tr > td:first-child {
  border-left: 0;
}
.measures-tbl-wrap table td ul {
  margin: 20px 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.measures-tbl-wrap table td ul li {
  margin-top: 20px;
  font-size: 20px;
  color: #212121;
  width: calc(100% - 10px);
  position: relative;
  height: auto;
  overflow: hidden;
  padding-left: 10px;
}
.measures-tbl-wrap table td ul li:first-child {
  margin-top: 0;
}
.measures-tbl-wrap table td ul li:before {
  font-size: 20px;
  color: #212121;
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.sub-section .desc01 {
  margin-top: 50px;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 28px;
  color: #808080;
  font-weight: 500;
}
.sub-section .desc01 strong {
  color: #6e97f1;
  font-size: 28px;
  font-weight: 500;
}

.sub-section .desc02 {
  margin-top: 50px;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 40px;
  color: #808080;
  font-weight: 500;
}
.sub-section .desc02 strong {
  color: #363636;
  font-size: 40px;
  font-weight: 500;
}
.sub-section .desc02_remote strong {
  color: #363636;
  font-size: 40px;
  font-weight: 500;
}
.sub-section .desc02_remote {
  color: #363636;
  font-size: 40px;
  font-weight: 300;
}
.sub-section .desc02_remote_tx01 {
  color: #363636;
  font-size: 40px;
  font-weight: 300;
}

.privacy-cnt-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 1280px;
  height: auto;
  overflow: hidden;
  margin: 60px auto 10px auto;
}
.privacy-cnt-list li {
  position: relative;
  margin-left: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  color: #aeaeae;
  padding-left: 10px;
}
.privacy-cnt-list li:first-child {
  margin-left: 0;
}
.privacy-cnt-list li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  overflow: hidden;
  border-radius: 50%;
  background: #aeaeae;
  position: absolute;
  left: 0;
  top: 15px;
}
.tbl-msg01 {
  font-size: 20px;
  color: #a3a3a3;
  width: 1280px;
  height: auto;
  overflow: hidden;
  margin: 10px auto 20px auto;
  text-align: right;
}
.btn-more01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 280px;
  height: 50px;
  overflow: hidden;
  background: #298bd4;
}
.btn-more01 span {
  font-size: 19px;
  color: #fff;
}
.btn-more01 img {
  margin-left: 5px;
}
.privacy-about01 ul {
  margin: 0 auto 50px auto;
  width: 1280px;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.privacy-about01 ul li {
  font-size: 22px;
  font-weight: 500;
  color: #004072;
  letter-spacing: -1px;
  text-align: center;
  background-image: linear-gradient(to right, #16b9fc, #75e4ff);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 137px;
  height: 137px;
  overflow: hidden;
  border-radius: 50%;
}

/*개인정보보호 솔루션*/
.solution-about-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 1014px;
  height: 231px;
  overflow: hidden;
  margin: 60px auto;
  border: 1px solid #ddd;
  background: #fbfff0;
}
.solution-about-wrap .pic {
  width: 120px;
  height: auto;
  overflow: hidden;
  margin-left: 40px;
  margin-right: 40px;
}
.solution-about-wrap .desc02 {
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  flex: 1;
  height: auto;
  overflow: hidden;
}
.solution-about-wrap .desc02 .t01 {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 35px;
  color: #363636;
  font-weight: 500;
}
.solution-about-wrap .desc02 .t02 {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 35px;
  color: #e37d22;
  font-weight: 500;
}
.solution-about-wrap .desc02 .t03 {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 26px;
  color: #363636;
  font-weight: 300;
}

.privacy-sol-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.privacy-sol-list:before {
  content: "";
  width: 58px;
  height: 58px;
  overflow: hidden;
  display: block;
  background: url(../image/bg/bg-cross03.jpg);
  position: absolute;
  left: 350px;
  top: 150px;
}
.privacy-sol-list:after {
  content: "";
  width: 58px;
  height: 58px;
  overflow: hidden;
  display: block;
  background: url(../image/bg/bg-cross03.jpg);
  position: absolute;
  right: 350px;
  top: 150px;
}
.privacy-sol-list li {
  width: 300px;
  height: auto;
  overflow: hidden;
}
.privacy-sol-list li .pic {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.privacy-sol-list li .tit {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  font-size: 25px;
  color: #171717;
  font-weight: 500;
}
.privacy-sol-list li .desc01 {
  margin-top: 25px;
  width: 100%;
  height: 124px;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  color: #808080;
}
.privacy-sol-list li a {
  background: #298bd4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 140px;
  height: 50px;
  overflow: hidden;
  font-size: 19px;
  color: #fff;
}

.solution-service-list-wrap {
  width: 1190px;
  height: auto;
  overflow: hidden;
  margin: 50px auto 0 auto;
  border: 1px solid #ddd;
}
.solution-service-list-wrap dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 138px;
  overflow: hidden;
  text-align: center;
  position: relative;
  font-size: 31px;
  font-weight: 500;
  color: #3f6dbc;
}
.solution-service-list-wrap dt:before {
  content: "";
  width: 58px;
  height: 3px;
  overflow: Hidden;
  display: block;
  background: #0a6dc0;
  position: absolute;
  left: 50%;
  top: 40px;
  margin-left: -29px;
}
.solution-service-list-wrap dd {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.solution-service-list-wrap dd ul {
  width: 990px;
  height: auto;
  margin: 0 auto;
}
.solution-service-list-wrap dd ul li {
  position: relative;
  margin: 0 53px 53px 53px;
  box-shadow: 2px 2px 10px 10px rgba(0, 0, 0, 0.03);
  width: 224px;
  height: 224px;
  overflow: hidden;
  background-image: linear-gradient(to right, #16b9fc, #75e4ff);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  float: left;
}
.solution-service-list-wrap dd ul li .num {
  position: absolute;
  left: 0;
  top: 10px;
  text-align: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 21px;
  color: #3f6dbc;
  font-weight: 500;
}
.solution-service-list-wrap dd ul li .desc01 {
  margin: 0;
  font-size: 22px;
  color: #3f6dbc;
  font-weight: 500;
}

.tbl-msg02 {
  width: 1280px;
  height: auto;
  overflow: hidden;
  margin: 10px auto 0 auto;
  font-size: 20px;
  color: #363636;
}
.help-msg02 {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
  color: #6d6d6d;
}

.kajin-list {
  width: 1180px;
  height: auto;
  overflow: hidden;
  margin: 0px auto 0 auto;
}
.kajin-list dt {
  margin-top: 60px;
  font-size: 40px;
  color: #1d4d8c;
  font-weight: 500;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.kajin-list dd {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
}
.kajin-list dd .tbl-wrap01 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.kajin-list dd .tbl-wrap01 table {
  border-top: 2px solid #308ed6;
  width: 100%;
  table-layout: fixed;
}
.kajin-list dd .tbl-wrap01 table th {
  background: #c7e5ff;
  border-left: 1px solid #7dc3fe;
  height: 65px;
  font-size: 25px;
  color: #1d4d8c;
}
.kajin-list dd .tbl-wrap01 table td {
  text-align: center;
  border-bottom: 1px solid #7dc3fe;
  height: 65px;
  border-left: 1px solid #7dc3fe;
  font-size: 22px;
  color: #363636;
}
.kajin-list dd .pic-cont {
  margin: 0;
}
img {
  max-width: 100%;
}

.bar-wrap01 {
  width: 100%;
  height: 116px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  background: #c9ecff;
  align-items: center;
  font-size: 28px;
  color: #2580c2;
  margin: 60px auto;
}
.jochi-msg {
  font-size: 22px;
  color: #fff;
  width: 1180px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin: 60px auto 10px auto;
}
.jochi-list {
  width: 1180px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jochi-list .item {
  box-shadow: 3px 5px 20px 2px rgba(0, 0, 0, 0.2);
  width: 370px;
  height: 410px;
  border-radius: 8px;
  background: #0092db;
}
.jochi-list .item .tit01 {
  display: inline-flex;
  margin: 40px 0 0 40px;
  padding-right: 30px;
  background: url(../image/bg/bg-arr02.png) no-repeat right center;
  font-size: 31px;
  color: #fff;
  font-weight: 500;
}
.jochi-list .item ul {
  margin: 40px auto 0 auto;
  width: calc(100% - 80px);
  height: auto;
  overflow: hidden;
}
.jochi-list .item ul li {
  width: calc(100% - 30px);
  padding-left: 30px;
  background: url(../image/bg/bg-chk02.jpg) no-repeat left 8px;
  height: auto;
  overflow: hidden;
  font-size: 23px;
  color: #e2f3ff;
}

/*백신*/
.vaccine-list01 {
  width: 760px;
  height: auto;
  overflow: hidden;
  margin: 60px auto;
}
.vaccine-list01 li {
  position: relative;
  font-size: 28px;
  color: #808080;
  width: calc(100% - 20px);
  padding-left: 20px;
  height: auto;
  overflow: Hidden;
}
.vaccine-list01 li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  overflow: hidden;
  border-radius: 50%;
  background: #676767;
  position: absolute;
  top: 15px;
  left: 0;
}
.vaccine-list01 li strong {
  font-size: 28px;
  color: #6e97f1;
  font-weight: 500;
}
.pic-cont.type01 {
}

.bit-about-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.bit-about-wrap .pic {
  width: 320px;
  height: auto;
  overflow: hidden;
}
.bit-about-wrap .cont {
  width: 830px;
  height: auto;
  overflow: hidden;
}
.bit-about-wrap .cont .t01 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 20px 0 0 0;
  font-size: 30px;
  color: #2580c2;
  font-weight: 500;
}
.bit-about-wrap .cont .t02 {
  margin-top: 10px;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 19px;
  color: #363636;
  font-weight: 300;
}
.bit-about-wrap .cont .t03 {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 50px;
  color: #363636;
  font-weight: 500;
}
.bit-about-wrap .cont ul {
  margin-top: 20px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.bit-about-wrap .cont ul li {
  width: calc(100% - 30px);
  padding-left: 30px;
  background: url(../image/bg/bg-chk01.jpg) no-repeat left 8px;
  height: auto;
  overflow: hidden;
}
.bit-about-wrap .cont ul li span {
  display: inline-block;
  font-size: 22px;
  color: #686868;
}
.bit-about-wrap .cont ul li span.new {
  width: 50px;
  height: 22px;
  overflow: hidden;
  line-height: 22px;
  text-align: center;
  background: #c10000;
  margin-left: 5px;
  font-size: 17px;
  color: #fff;
}

.best-protection {
  padding: 80px 0;
}
.best-protection .txt {
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 20px;
}
.best-protection .newline {
  display: block;
}

.best-protection-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 20px auto 0 auto;
}
.best-protection-list li {
  width: 520px;
  height: auto;
  overflow: hidden;
}
.best-protection-list li .tit01 {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 30px;
  color: #363636;
  font-weight: 500;
}
.best-protection-list li .pic {
  margin-top: 40px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.best-protection-list li .desc01 {
  letter-spacing: -1px;
  text-align: left;
  margin-top: 30px;
  width: calc(100% - 50px);
  padding-right: 50px;
  height: auto;
  overflow: hidden;
  font-size: 22px;
  color: #4d4d4d;
}
.best-protection-list li .etc01 {
  letter-spacing: -1px;
  text-align: left;
  margin-top: 10px;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 18px;
  color: #808080;
}

.bitdefender {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
.bitdefender h3 {
  font-weight: 600;
}
.bitdefender .list01 {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0 0;
}
.bitdefender .list01 li {
  width: 100%;
  margin: 0 20px 0 0;
}
.bitdefender .list01 li:last-child {
  margin: 0;
}
.bitdefender .list01 li > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90px;
  border: 1px solid #ccc;
  border-radius: 10em;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2em;
}
.bitdefender .newline {
  display: block;
}

.bitdefender .list02 {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0 0;
}
.bitdefender .list02 li {
  width: 100%;
  margin: 0 20px 0 0;
}
.bitdefender .list02 li:last-child {
  margin: 0;
}
.bitdefender .list02 li > div.item {
  display: flex;
  padding: 50px;
  border: 1px solid #ccc;
  border-radius: 2em;
}
.bitdefender .list02 li > div.item > span {
  width: 120px;
}
.bitdefender .list02 li > div.item h3 {
  text-align: left;
  font-size: 30px;
}
.bitdefender .list02 li > div.item p {
  margin: 16px 0 0 0;
  font-size: 18px;
  font-weight: 300;
}

.ransomware {
}
.ransomware .jumbo {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
.ransomware .jumbo > img {
  margin: 0 50px 0 0;
}
.ransomware .jumbo h3 {
  font-size: 72px;
  font-weight: 400;
  text-align: left;
  line-height: 72px;
}
.ransomware .jumbo .tit01 {
  color: #363636;
  font-size: 50px;
  font-weight: 400;
  text-align: left;
  line-height: 50px;
}
.ransomware .jumbo .tit02 {
  margin: 20px 0 0 0;
  color: #2580c2;
  font-size: 30px;
  font-weight: 500;
  text-align: left;
}
.ransomware .jumbo .tit03 {
  margin: 10px 0 0 0;
  font-size: 19px;
  color: #363636;
  text-align: left;
}
.ransomware .special {
  margin: 80px 0;
  padding: 80px 0;
  background-color: #eaf6ff;
}
.ransomware .special > .wrapper {
  width: 1200px;
  margin: 0 auto;
}
.ransomware .special ul {
  display: flex;
  justify-content: space-between;
}
.ransomware .special li {
  width: 100%;
  margin: 0 30px 0 0;
}
.ransomware .special li:last-child {
  margin: 0;
}
.ransomware .special .box {
  height: 440px;
  margin: 5px;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  border-radius: 2em;
  box-shadow: 0px 5px 5px 0px #d6e3ed;
}
.ransomware .special .box > img {
  margin: 40px 0 0 0;
}
.ransomware .special .box > h3 {
  margin: 30px 0 0 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
}
.ransomware .special .box > p {
  margin: 20px 0 0 0;
  font-size: 18px;
  line-height: 20px;
}
.ransomware .special .newline {
  display: block;
}
.ransomware .func {
  width: 1200px;
  margin: 0 auto;
}
.ransomware .func > h3 {
  font-size: 40px;
  font-weight: 600;
}
.ransomware .func > .list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0 0 0;
}
.ransomware .func > .list01 li {
  width: 32%;
  margin: 0 0 20px 0;
}
.ransomware .func > .list01 li:last-child {
  margin: 0;
}
.ransomware .func > .list01 li > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90px;
  color: #0078ff;
  border: 1px solid #ccc;
  border-radius: 10em;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2em;
}
.ransomware .feature {
  margin: 60px 0 0 0;
  padding: 80px 0 60px;
  border-top: 1px solid #ccc;
}
.ransomware .feature .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.ransomware .feature .item {
  display: flex;
  align-items: center;
  width: calc(50% - 90px);
  margin: 0 0 20px 0;
  padding: 40px;
  background-color: #eaf6ff;
}
.ransomware .feature .item > img {
  margin: 0 30px 0 0;
}
.ransomware .feature .item h3 {
  font-size: 32px;
  font-weight: 600;
  text-align: left;
}
.ransomware .feature .item p {
  margin: 12px 0 0 0;
  color: #333;
  font-size: 17px;
  font-weight: 300;
  text-align: left;
  line-height: 1.3em;
}

.vaccine-box-list01 {
  width: 1100px;
  height: auto;
  margin: 0 auto;
}
.vaccine-box-list01 li {
  margin-bottom: 20px;
  width: 540px;
  height: 450px;
  overflow: hidden;
  border-radius: 8px;
  background: #0092db;
  box-shadow: 2px 2px 10px 10px rgba(0, 0, 0, 0.03);
  float: left;
}
.vaccine-box-list01 li:nth-child(even) {
  float: right;
}
.vaccine-box-list01 li .tit01 {
  width: calc(100% - 80px);
  height: auto;
  overflow: hidden;
  margin: 40px auto 20px auto;
}
.vaccine-box-list01 li .tit01 span {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
}
.vaccine-box-list01 li .tit01 img {
}
.vaccine-box-list01 li .desc01 {
  font-weight: 300;
  text-align: left;
  width: calc(100% - 80px);
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  font-size: 22px;
  color: #e2f3ff;
}
.vaccine-box-list01 li .desc01 strong {
  font-size: 25px;
  color: #e2f3ff;
  display: block;
  font-weight: bold;
}
.vaccine-box-list01 li .desc01 .p-list01 {
  width: calc(100% - 30px);
  padding-left: 30px;
  background: url(../image/bg/bg-chk02.jpg) no-repeat left 8px;
  height: auto;
  overflow: hidden;
  font-size: 25px;
  color: #e2f3ff;
}

.turbo-tit {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  font-size: 40px;
  color: #363636;
  font-weight: 500;
}
.turbo-list {
  position: relative;
  width: 1140px;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.turbo-list:before {
  content: "";
  width: 1px;
  height: 226px;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 50%;
  top: 30px;
  background: #dcdcdc;
}
.turbo-list li {
  width: 460px;
  height: 380px;
  overflow: hidden;
}
.turbo-list li .pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.turbo-list li .tit01 {
  font-size: 22px;
  color: #558acf;
  font-weight: 500;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.turbo-list li .desc01 {
  text-align: left;
  margin-top: 0;
  font-size: 22px;
  color: #363636;
  font-weight: 500;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.more-product-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.more-product-list {
  background: url(../image/bg/bg-cross02.jpg) no-repeat center 170px;
}
.more-product-list li {
  width: 500px;
  height: auto;
  overflow: hidden;
}
.more-product-list li .tit {
  font-size: 40px;
  color: #363636;
  font-weight: 500;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.more-product-list li .pic {
  margin-top: 30px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.more-product-list01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: auto;
  margin: 50px auto 0 auto;
}
.more-product-list01 li {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 2px 2px 10px 10px #eee;
  width: 250px;
  height: 322px;
  overflow: hidden;
}
.more-product-list01 li .pic {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 90px;
  overflow: hidden;
}
.more-product-list01 li .tit {
  margin-top: 0px;
  font-size: 23px;
  color: #09459d;
  font-weight: 500;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.more-product-list01 li .desc {
  margin-top: 15px;
  font-size: 21px;
  color: #333;
  width: 100%;
  height: 68px;
  overflow: hidden;
  line-height: 1.2em;
}
.more-product-list01 li .price {
  font-size: 23px;
  color: #333;
  font-weight: bold;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.more-product-list01 li a {
  margin-top: 25px;
  font-size: 15px;
  color: #fff;
  background: #09459d;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 45px;
  overflow: hidden;
}
.mbr {
  display: none;
}

.tbl-wrap {
  width: calc(100% - 40px);
  max-width: 1150px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.tbl-wrap.type01 {
  margin-top: 50px;
}
.board-search-form {
  float: right;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 498px;
  height: 42px;
  overflow: hidden;
  border: 1px solid #c7cbcc;
  border-radius: 5px;
}
.board-search-form .select {
  width: 110px;
  height: 42px;
  border: 0;
  display: flex;
}
.board-search-form .inp {
  padding: 0 10px;
  border: 0;
  border-left: 1px solid #cdcdcd;
  display: flex;
  height: 42px;
  width: 100%;
  flex: 1;
}
.board-search-form button {
  background: #fff;
  border-radius: 5px;
  border: 0;
  width: 42px;
  height: 42px;
  overflow: hidden;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.tbl-wrap .tbl-cnt {
  padding-top: 20px;
  font-size: 16px;
  color: #3e3e3e;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.tbl-wrap .tbl-cnt strong {
  font-size: 16px;
  font-weight: 500;
  color: #3e3e3e;
}
.tbl-wrap .tbl-cnt a {
  font-size: 16px;
  color: #999;
  float: right;
}
.tbl-wrap .tbl-list01 {
  margin-top: 10px;
  width: 100%;
}
.tbl-wrap .tbl-list01 th {
  border-bottom: 1px solid #e4e4e4;
  border-top: 2px solid #6f6f6f;
  font-size: 16px;
  color: #3e3e3e;
  background: #f7f8fa;
  height: 64px;
  text-align: center;
  font-weight: 300;
}
.tbl-wrap .tbl-list01 td {
  border-bottom: 1px solid #e4e4e4;
  font-size: 16px;
  color: #3e3e3e;
  font-weight: 500;
  text-align: center;
  background: #fff;
  height: 69px;
}
.tbl-wrap .tbl-list01 .notice td {
  background: #edf6fe;
}
.tbl-wrap .tbl-list01 td a {
  float: left;
  height: auto;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 16px;
  color: #3e3e3e;
}
.tbl-wrap .tbl-list01 td a.file {
  padding-right: 25px;
  max-width: calc(100% - 25px);
  background: url(../image/ico/ico-file01.png) no-repeat right center;
}
.tbl-wrap .tbl-list01 td a.lock {
  padding-right: 25px;
  max-width: calc(100% - 25px);
  background: url(../image/bg/bg-lock.jpg) no-repeat right center;
}
.tbl-wrap .tbl-list01 td.al {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.tbl-wrap .tbl-list01 .reply td.al {
  padding-left: 70px;
  background: url(../image/bg/bg-reply01.png) no-repeat 40px center;
}
.tbl-wrap .tbl-list01 td a.btn-wait {
  background-image: linear-gradient(#ffffff, #ededed);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 25px;
  overflow: hidden;
  border: 1px solid #adadad;
  font-size: 15px;
  color: #3e3e3e;
}
.tbl-wrap .tbl-list01 td a.btn-complete {
  background: #0081c5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 25px;
  overflow: hidden;
  border: 1px solid #0081c5;
  font-size: 15px;
  color: #fff;
}

.pagingBox {
  padding: 60px 0 0px 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.pagingBox.t01 {
  padding-top: 0;
}
.paging {
  display: inline-block;
}
.paging a {
  line-height: 32px;
  float: left;
  width: 32px;
  height: 32px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #e6e6e6;
  background: #fff;
  margin: 0 5px;
  overflow: hidden;
  color: #000;
  border-radius: 3px;
}
.paging a img {
  float: left;
  height: 34px;
}
.paging a span {
  float: left;
  line-height: 32px;
  height: 32px;
}
.paging a.btnPrev {
  border: 0;
  margin: 0 5px;
}
.paging a.btnNext {
  border: 0;
  margin: 0 5px;
}
.paging a.img {
  margin: 0 5px;
}
.paging a.first,
.paging a.last {
  height: 34px;
  border: 0;
  margin: 0;
}
.paging a.prev,
.paging a.next {
  height: 34px;
  border: 0;
}
.paging a.on {
  position: relative;
  color: #fff;
  background: #737373;
  border-color: #737373;
}

.remote-tit {
  letter-spacing: -1px;
  font-size: 22px;
  color: #598dd2;
  font-weight: 500;
  width: calc(100% - 40px);
  height: auto;
  overflow: hidden;
  text-align: center;
}
.remote-tit strong {
  font-size: 52px;
  color: #598dd2;
  font-weight: 500;
}

.remote-about-list {
  width: calc(100% - 40px);
  max-width: 1025px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.remote-about-list li {
  font-size: 40px;
  color: #455986;
  font-weight: 500;
  width: calc(100% - 50px);
  padding-left: 50px;
  height: auto;
  overflow: hidden;
  position: relative;
}
.remote-about-list li:before {
  font-size: 40px;
  color: #455986;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: -3px;
}

.remote-about-list li:nth-child(1):before {
  content: "①";
}
.remote-about-list li:nth-child(2):before {
  content: "②";
}
.remote-about-list li:nth-child(3):before {
  content: "③";
}
.remote-tit02 {
  font-size: 25px;
  color: #363636;
  font-weight: 500;
  width: calc(100% - 40px);
  max-width: 1250px;
  height: auto;
  overflow: hidden;
  margin: 80px auto 0 auto;
}
.remote-list {
  width: calc(100% - 40px);
  max-width: 1150px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.remote-list dt {
  font-size: 25px;
  color: #009fda;
  font-weight: 500;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 80px;
}
.remote-list dt:first-child {
  margin-top: 0;
}
.remote-list dd {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.remote-list dd .desc02 {
  margin-top: 25px;
  font-size: 22px;
  color: #333;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.remote-list dd .pic {
  margin-top: 25px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.tbl-write {
  width: 100%;
  border-top: 2px solid #6f6f6f;
}
.tbl-write th {
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  font-size: 18px;
  color: #3e3e3e;
  font-weight: 300;
  background: #f9fafc;
  padding: 12px 12px 12px 20px;
  height: 40px;
  text-align: left;
}
.tbl-write th mark {
  font-size: 18px;
  font-weight: 500;
  color: #fe6000;
  background: transparent;
}
.tbl-write td {
  font-size: 18px;
  color: #828282;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px;
  height: 40px;
}
.tbl-write td .form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.tbl-write td .form .select {
  width: 188px;
  color: #808080;
  font-size: 16px;
  border: 1px solid #e3e3e3;
  height: 40px;
  display: flex;
}
.tbl-write td .form .select.t01 {
  width: 280px;
}
.tbl-write td .form .select.t02 {
  width: 208px;
  margin-left: 10px;
}
.tbl-write td .form .inp {
  width: 166px;
  padding: 0 10px;
  display: flex;
  color: #808080;
  font-size: 16px;
  border: 1px solid #e3e3e3;
  height: 38px;
}
.tbl-write td .form .inp.t01 {
  width: 280px;
}
.tbl-write td .form .inp.t02 {
  width: 580px;
}
.tbl-write td .form span {
  font-size: 16px;
  color: #808080;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tbl-write td .form .msg01 {
  font-size: 13px;
  color: #828282;
  margin-left: 10px;
}
.tbl-write td .form .textarea {
  width: 100%;
  height: 240px;
  overflow: Hidden;
  overflow-y: auto;
  resize: none;
  border: 0;
  line-height: 1.5em;
  font-size: 16px;
  color: #3e3e3e;
}
.tbl-write tr:last-child th,
.tbl-write tr:last-child td {
  border-bottom: 1px solid #767676;
}
.kcaptcha-wrap {
  margin: 17px 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.estimate-agree {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.chk-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.chk-wrap input {
  display: flex;
}
.chk-wrap label {
  display: flex;
  font-size: 14px;
  color: #3e3e3e;
  margin-left: 5px;
  margin-right: 10px;
}
.chk-wrap a {
  text-decoration: None !important;
  display: flex;
  font-size: 14px;
  color: #3e3e3e;
  justify-content: flex-start;
  align-items: center;
  text-indent: 15px;
  width: 109px;
  height: 30px;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  background: #fff url(../image/bg/bg-down01.png) no-repeat 85px center;
}
.chk-wrap a.on {
  background: #fff url(../image/bg/bg-up01.png) no-repeat 85px center;
}
.agree-cont {
  position: relative;
  line-height: 1.5em;
  font-size: 14px;
  color: #3e3e3e;
  margin-top: 10px;
  width: calc(100% - 60px);
  padding: 30px;
  border-top: 1px solid #6e6e6e;
  border-bottom: 1px solid #6e6e6e;
  height: 130px;
  background: #f9fafc;
}
.agree-cont:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  overflow: hidden;
  background-image: linear-gradient(
    rgba(249, 250, 252, 0),
    rgba(249, 250, 252, 1)
  );
  display: block;
}
.agree-cont.on {
  height: auto;
}
.agree-cont.on:before {
  display: none;
}
.agree-cont .nlist01 {
  margin-top: 10px;
  width: calc(100% - 10px);
  padding-left: 10px;
  height: auto;
  overflow: hidden;
}
.agree-cont .nlist01 > li {
  font-size: 14px;
  color: #3e3e3e;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 10px;
}
.agree-cont .nlist01 > li:first-child {
  margin-top: 0;
}
.agree-cont .nlist02 {
  font-size: 14px;
  color: #3e3e3e;
  width: calc(100% - 10px);
  padding-left: 10px;
  height: auto;
  overflow: hidden;
}
.agree-cont .nlist02 > li {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 10px;
}
.agree-cont .nlist02 > li:first-child {
  margin-top: 0;
}
.agree-cont .nlist03 {
  font-size: 14px;
  color: #3e3e3e;
  width: calc(100% - 10px);
  padding-left: 10px;
  height: auto;
  overflow: hidden;
}
.agree-cont .nlist03 > li {
  width: calc(100% - 10px);
  padding-left: 10px;
  height: auto;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
}
.agree-cont .nlist03 > li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.agree-cont .nlist03 > li:first-child {
  margin-top: 0;
}
.agree-cont .nlist02 > li > .nlist03 > li {
  margin-top: 5px;
}
.agree-cont .nlist02 > li > .nlist03 {
  margin-top: 0px;
}
.btn-wrap01 {
  margin-top: 50px;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-wrap01.ar {
  justify-content: flex-end;
}
.btn-wrap01 .btn-estimate {
  width: 238px;
  height: 74px;
  overflow: hidden;
  background: #0081c5;
  font-size: 31px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.agree-cont dl {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.agree-cont dl dt {
  margin-top: 30px;
  font-size: 14px;
  color: #3e3e3e;
  font-weight: 500;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.agree-cont dl dd {
  margin-top: 10px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.view-wrap {
  width: calc(100% - 40px);
  max-width: 1180px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  border-bottom: 1px solid #6e6e6e;
  border-top: 2px solid #707070;
}
.view-wrap .cate {
  width: calc(100% - 40px);
  height: auto;
  overflow: hidden;
  padding: 20px 20px 10px 20px;
  font-size: 14px;
  color: #9a9899;
}
.view-wrap .subj {
  width: calc(100% - 40px);
  height: auto;
  overflow: hidden;
  padding: 0 20px 20px 20px;
  font-size: 18px;
  color: #313332;
}
.view-wrap .subj01 {
  width: calc(100% - 40px);
  height: auto;
  overflow: hidden;
  padding: 20px 20px 10px 20px;
  font-size: 18px;
  color: #313332;
}
.view-wrap .subj02 {
  width: calc(100% - 40px);
  height: auto;
  overflow: hidden;
  padding: 20px 20px 10px 20px;
  font-size: 18px;
  color: #313332;
}
.view-wrap .date {
  width: calc(100% - 40px);
  height: auto;
  overflow: hidden;
  padding: 0 20px 20px 20px;
  font-size: 14px;
  color: #999;
}
.view-wrap .desc {
  font-size: 16px;
  color: #343434;
  line-height: 1.5em;
  width: calc(100% - 40px);
  height: auto;
  min-height: 140px;
  overflow: hidden;
  padding: 20px;
  border-top: 1px solid #e5e5e5;
}
.view-wrap .view-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 51px;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  overflow: hidden;
}
.view-wrap .view-header .inquiry-cate {
  font-size: 19px;
  color: #07459b;
  font-weight: 500;
  margin-left: 12px;
  padding-right: 12px;
  margin-right: 12px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.view-wrap .view-header .inquiry-cate:before {
  content: "";
  width: 1px;
  height: 20px;
  overflow: hidden;
  display: block;
  background: #07459b;
  position: absolute;
  right: 0;
  top: 3px;
}
.view-wrap .view-header .inquiry-subj {
  font-size: 19px;
  color: #07459b;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.view-info-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 51px;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  overflow: hidden;
}
.view-info-list li {
  margin-left: 20px;
  font-size: 16px;
  color: #8d8d8d;
}
.view-info-list li strong {
  font-size: 16px;
  color: #333;
  font-weight: 300;
}
.view-info-list li:first-child {
  margin-left: 12px;
}
.upload-list {
  width: calc(100% - 40px);
  height: auto;
  overflow: hidden;
  margin: 20px auto;
}
.upload-list dt {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 16px;
  color: #343434;
}
.upload-list dd {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.upload-list dd a {
  margin: 10px 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  border: 1px solid #333;
  height: 48px;
  padding: 0 20px;
}
.upload-list dd a span {
  display: flex;
  font-size: 16px;
  color: #343434;
}
.upload-list dd a img {
  display: flex;
  margin-left: 10px;
}
.view-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 40px);
  max-width: 1180px;
  height: auto;
  overflow: hidden;
  margin: 40px auto 0 auto;
}
.view-btn-wrap a {
  width: 110px;
  height: 45px;
  font-size: 14px;
  color: #333335;
  border: 1px solid #333;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pn-list {
  width: calc(100% - 40px);
  max-width: 1180px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  border-bottom: 1px solid #6e6e6e;
}
.pn-list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 49px;
  overflow: hidden;
}
.pn-list li:first-child {
  border-bottom: 1px solid #e4e4e4;
}
.pn-list li span {
  font-size: 16px;
  color: #313330;
  width: 180px;
  height: 49px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pn-list li a {
  font-size: 16px;
  color: #313330;
  margin-left: 20px;
  display: block;
  max-width: 100%;
  height: auto;
  overflow: Hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.btnav-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: rgb(236, 236, 236);
  padding: 60px 0;
}
.btnav-wrap dl {
  width: 200px;
  height: auto;
  overflow: hidden;
  margin: 0 20px;
}
.btnav-wrap dl dt {
  font-size: 26px;
  font-weight: 500;
  color: #222;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.btnav-wrap dl dt a {
  font-size: 26px;
  font-weight: 500;
  color: #222;
}
.btnav-wrap dl dt a i {
  display: none;
}
.btnav-wrap dl dd {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.btnav-wrap dl dd ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.btnav-wrap dl dd ul > li {
  font-weight: 500;
  margin-top: 5px;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 16px;
  color: #222;
}
.btnav-wrap dl dd ul > li > ul {
  margin-bottom: 10px;
  width: calc(100% - 10px);
  padding-left: 10px;
  height: auto;
  overflow: hidden;
}
.btnav-wrap dl dd ul > li > ul > li {
  width: calc(100% - 10px);
  position: relative;
  font-size: 16px;
  color: #222;
  padding-left: 10px;
  height: auto;
  overflow: hidden;
}
.btnav-wrap dl dd ul > li > ul > li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.btnav-wrap dl dd a {
  font-size: 16px;
  color: #222;
}
.btnav-wrap dl dd a:hover {
  text-decoration: underline;
}

.historyBox {
  margin-top: 30px;
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.history-pic {
  width: 1200px;
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -600px;
}

.historyBox:before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  overflow: hidden;
  left: 50%;
  top: 0;
  margin-left: -3px;
  background: #e1dfe0;
}
.historyBox dl {
  width: 50%;
  height: auto;
  float: right;
}
.historyBox dl dt {
  width: calc(100% - 80px);
  padding-left: 80px;
  height: auto;
  font-size: 26px;
  color: #4569c8;
  font-weight: 500;
  position: relative;
}
.historyBox dl dt:before {
  position: absolute;
  left: -12px;
  top: 10px;
  content: "";
  width: 74px;
  height: 21px;
  overflow: hidden;
  background: url(../image/bg/bg_won01.png) no-repeat;
  display: block;
}
.historyBox dl dt.first {
  margin-top: -10px;
}
.historyBox dl dt.first:before {
  position: absolute;
  left: -12px;
  top: 10px;
  content: "";
  width: 22px;
  height: 21px;
  overflow: hidden;
  background: url(../image/bg/bg_won01.png) no-repeat;
  display: block;
}

.historyBox dl dd {
  margin-top: 15px;
  margin-bottom: 30px;
  width: calc(100% - 80px);
  padding-left: 80px;
  height: auto;
}
.historyBox dl dd ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.historyBox dl dd ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.historyBox dl dd ul li strong {
  width: 45px;
  height: auto;
  padding-left: 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  font-size: 16px;
  color: #393939;
  font-weight: 500;
}
.historyBox dl dd ul li strong:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.historyBox dl dd ul li span {
  display: flex;
  font-size: 16px;
  color: #838383;
  font-weight: 100;
}
.historyBox dl dd ul li span.dot {
  width: 4px;
  height: 4px;
  overflow: hidden;
  border-radius: 2px;
  background: #029ce4;
  margin-right: 7px;
}

.greeing-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - 40px);
  margin: 80px auto 0 auto;
  padding-top: 70px;
  border-top: 1px solid #ddd;
  max-width: 1450px;
  height: auto;
  overflow: hidden;
}
.greeing-wrap .cont {
  width: 800px;
  height: auto;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
  background: url(../image/bg/bg-sign01.png) no-repeat 160px bottom;
}
.greeing-wrap .cont dl {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.greeing-wrap .cont dl dt {
  width: 100%;
  height: 54px;
  position: relative;
  overflow: hidden;
  font-size: 24px;
  color: #666;
  font-weight: bold;
}
.greeing-wrap .cont dl dt:before {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  overflow: hidden;
  background: #00439e;
  position: absolute;
  left: 0;
  bottom: 0;
}
.greeing-wrap .cont dl dd {
  margin-top: -20px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.greeing-wrap .cont dl dd ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.greeing-wrap .cont dl dd ul li {
  margin-top: 40px;
  width: 100%;
  font-size: 20px;
  color: #171717;
  height: auto;
  overflow: hidden;
}
.greeing-wrap .cont dl dd ul li strong {
  font-size: 22px;
  color: #171717;
}
.greeing-wrap .pic {
  width: 599px;
  height: auto;
  overflow: hidden;
}

.help-list01 {
  width: calc(100% - 40px);
  height: auto;
  overflow: hidden;
  max-width: 1150px;
  margin: 0 auto;
}
.help-list01 li {
  font-size: 22px;
  color: #3e3e3e;
  padding-left: 10px;
  position: relative;
  width: calc(100% - 10px);
  height: auto;
  overflow: hidden;
}
.help-list01 li:before {
  content: "";
  width: 5px;
  height: 5px;
  overflow: hidden;
  display: block;
  border-radius: 50%;
  background: #3b3b3b;
  position: absolute;
  left: 0;
  top: 13px;
}
.help-list01 li strong {
  font-size: 22px;
  color: #2580c2;
  font-weight: 500;
}
.tbl-tit01 {
  font-size: 22px;
  color: #3e3e3e;
  width: calc(100% - 40px);
  height: auto;
  overflow: hidden;
  max-width: 1150px;
  margin: 40px auto 5px auto;
}

.agency-list {
  width: calc(100% - 40px);
  height: auto;
  overflow: hidden;
  max-width: 1150px;
  margin: 0 auto 50px auto;
}
.agency-list li {
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.agency-list li .cont {
  width: calc(100% - 225px);
  height: auto;
  overflow: hidden;
  padding-right: 20px;
}
.agency-list li .cont .subj {
  font-size: 22px;
  color: #185f9a;
  font-weight: 500;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.agency-list li .cont .desc {
  font-size: 22px;
  color: #363636;
  margin-top: 10px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.agency-list li .pic {
  width: 205px;
  height: auto;
  overflow: hidden;
}

.inquiry-desc-list {
  width: calc(100% - 50px);
  height: auto;
  overflow: hidden;
  margin: 5px auto 40px auto;
}
.inquiry-desc-list li {
  padding-left: 10px;
  position: relative;
  font-size: 12px;
  color: #3e3e3e;
  width: calc(100% - 10px);
  height: auto;
  overflow: hidden;
}
.inquiry-desc-list li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  color: #3e3e3e;
}
.inquiry-tabs {
  width: calc(100% - 40px);
  height: auto;
  overflow: hidden;
  max-width: 1150px;
  margin: 0 auto 38px auto;
}
.inquiry-tabs ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 1px);
  border-top: 1px solid #b9b9b9;
  border-left: 1px solid #b9b9b9;
  height: auto;
  overflow: hidden;
}
.inquiry-tabs ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 5 - 1px);
  border-right: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
}
.inquiry-tabs ul li a {
  font-size: 25px;
  color: #353535;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  overflow: hidden;
}
.inquiry-tabs ul li a.on {
  color: #fff;
  font-weight: 500;
  background: #2580c2;
}

.ask-wrap {
  width: calc(100% - 40px);
  max-width: 410px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.ask-wrap h1 {
  margin-top: 20px;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 20px;
  color: #202020;
  font-weight: 500;
}
.ask-wrap .ask-form {
  margin-top: 5px;
  width: calc(100% - 32px);
  border: 1px solid #e9e9e9;
  padding: 15px;
  height: auto;
  overflow: hidden;
}
.ask-wrap .ask-form .tit {
  font-size: 14px;
  color: #202020;
  font-weight: 500;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ask-wrap .ask-form .desc {
  font-size: 14px;
  color: #202020;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ask-wrap .ask-form .item {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ask-wrap .ask-form .item label {
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ask-wrap .ask-form .item .inp {
  padding: 0 10px;
  width: 130px;
  border: 1px solid #e4e4e4;
  height: 26px;
  border-right: 0;
}
.ask-wrap .ask-form .item button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  width: 40px;
  height: 28px;
  overflow: hidden;
  border: 0;
  background: #00449c;
  color: #fff;
}
.ask-wrap a {
  width: 100%;
  height: 50px;
  overflow: hidden;
  font-size: 14px;
  color: #3e3e3e;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .header .rela {
    width: calc(100% - 40px);
  }
  .header .gnb li {
    margin-left: 30px;
  }
  .footer .fnb-wrap .rela {
    width: calc(100% - 40px);
  }
  .footer .fcont-wrap {
    width: calc(100% - 40px);
  }
  .footer .fcont-wrap .flogo-list li img {
    width: 100%;
  }

  .visiual-prev {
    left: 0;
    margin: 0;
  }
  .visiual-next {
    right: 0;
    margin: 0;
  }
  .visiual-slide .item .cont {
    width: calc(100% - 80px);
  }
  .network-tabs {
    height: auto;
  }
  .network-tabs ul {
    width: calc(100% - 40px);
  }
  .network-tabs ul li a {
    height: 80px;
    text-align: center;
  }
  .tabs-area {
    width: calc(100% - 40px);
  }

  .service-wrap {
    overflow: hidden;
    height: auto;
    padding: 30px 0;
    background: #edf6ff;
    margin-top: 100px;
  }
  .service-wrap ul {
    top: 0;
    display: block;
  }
  .service-wrap ul li {
    width: calc(50% - 40px);
    float: left;
    display: block;
  }
  .service-wrap ul li a {
    margin: 0 auto;
  }
  .contact-wrap {
    width: calc(100% - 40px);
  }
  .contact-wrap li {
    width: calc(100% / 3 - 10px);
  }

  .contact-wrap-voucher {
    width: calc(100% - 40px);
  }
  .contact-wrap-voucher li {
    width: calc(100% / 3 - 10px);
  }
  .lastest-wrap {
    width: calc(100% - 40px);
    flex-direction: column;
  }
  .lastest-wrap .latest-item {
    width: 100%;
  }

  .vpn-detail-list {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .vpn-detail-list li {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
  }
  .pic-cont {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .pic-cont img {
    max-width: 100%;
  }

  .haiLink-list {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .haiLink-list li {
    height: auto;
    padding-bottom: 40px;
  }
  .sub-section > .desc {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .sub-section > .desc_remote_tx {
    width: calc(100% - 40px);
    padding: 0 20px;
    font-size: 19px;
  }

  .vpn-dlist {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .recommend-list {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .recommend-list li {
    width: calc(25% - 22px);
    margin: 0 10px;
  }

  .sub-section.vpn-about07 h3 {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .sub-section.vpn-about07 .desc {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .service-about-wrap {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .item-desc-wrap.type01 dd {
    width: calc(100% - 40px);
  }

  .features-boan-list {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .features-boan-list li {
    width: calc(100% / 3 - 22px);
    margin: 0 10px;
  }
  .network-process-list {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .case-dlist {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .spec-list {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .spec-list li {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
  }
  .spec-list li .pic {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .spec-list li .pic img {
    width: 100%;
  }
  .sub-section .msg,
  .desc-list {
    width: calc(100% - 40px);
  }
  .table-wrap {
    overflow-y: hidden;
    width: calc(100% - 40px);
    overflow-x: auto;
  }
  .table-wrap.type01 {
    overflow-x: auto !important;
  }
  .table-wrap:before {
    left: 530px;
    right: auto;
  }
  .table-wrap .acon-table {
    min-width: 1180px;
  }
  .mang-list {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .mang-list li {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
  }
  .mang-list_iptop {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .mang-list_iptop li {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
  }

  .voucher_withhome {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .voucher_withhome li {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
  }

  .remote_highlink {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .remote_highlink li {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
  }

  .remote_highlink01 {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .remote_highlink01 li {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
  }
  .remote_highlink01 li.right_img {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
  }

  .remote_highlink02 {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .remote_highlink02 li {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
  }

  .remote_highlink02 {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .remote_highlink02 li.right_img {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
  }

  .remote_tit {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .remote_tit li {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
  }
  .remote_tit {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .remote_tit li {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
  }

  .mang-list_ipbottom {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .mang-list_ipbottom li {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
  }
  .hai-vpn-list {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .hai-vpn-list li {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
  }
  .hai-process-list {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .hai-process-list li {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: none;
    padding-left: 0;
  }
  .game-pic-wrap {
    width: calc(100% - 40px);
    padding: 0 20px;
    height: auto;
    flex-direction: column;
  }
  .game-pic-wrap .item-wrap {
    position: static;
    width: 500px !important;
    margin: 0 auto 40px auto !important;
  }
  .features-list {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .service-product-list {
    display: block;
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .service-product-list li {
    width: calc(50% - 30px);
    float: left;
    margin: 10px;
  }
  .vn-compare-list {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .vn-compare-list li {
    width: calc(100% / 3 - 22px);
    margin: 0 10px;
  }
  .vn-compare-list li .tit {
    text-align: center;
  }
  .hgx-subj01 {
    width: calc(100% - 40px);
    padding: 0 20px;
    max-width: 854px;
  }
  .contry-list {
    width: calc(100% - 20px);
    padding: 0 10px;
    max-width: 854px;
  }
  .contry-list li {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
  }
  .tbl-con-wrap {
    margin-top: 20px;
    background: transparent;
    max-width: 750px;
    width: calc(100% - 40px);
    padding: 50px 0;
    overflow-x: auto;
  }
  .tbl-con-wrap table {
    min-width: 750px;
  }
  .tbl-con-wrap table th {
    background: #fff;
  }
  .tbl-con-wrap table td {
    background: #fff;
  }
  .ccon-sub-wrap {
    right: 0;
    left: 290px;
  }
  .ccon-subcon li {
    height: 45px;
  }

  .boan-skill-list {
    width: calc(100% - 40px);
    padding: 0 20px;
    max-width: 850px;
  }
  .hgx-subj02 {
    width: calc(100% - 40px);
    margin: 40px auto 0 auto;
    max-width: 854px;
  }
  .together-service-list {
    width: calc(100% - 40px);
    max-width: 640px;
  }

  .item-desc-wrap dd {
    width: calc(100% - 40px);
    margin: -30px auto 0 auto;
  }

  .features-list.type01 {
    width: calc(100% - 40px);
  }
  .hosting-price-list {
    width: calc(100% - 40px);
    display: block;
  }
  .hosting-price-list > li {
    width: calc(50% - 20px);
    margin: 10px;
    float: left;
  }
  .features-list.mail-type {
    width: calc(100% - 40px);
  }

  .tbl-con-wrap.type03 {
    max-width: 100%;
    width: calc(100% - 40px);
  }
  .features-list.func02 {
    width: calc(100% - 40px);
  }
  .haiview-func-list01 {
    width: calc(100% - 40px);
  }
  .haiview-func-list01 li {
    width: 100%;
    margin: 10px 0;
    height: auto;
    padding-bottom: 40px;
  }
  .haiview-func-list02 {
    width: calc(100% - 20px);
  }
  .haiview-func-list02 li {
    width: calc(25% - 24px);
  }
  .haiview-equ-wrap {
    width: calc(100% - 102px);
  }
  .tbl-con-wrap.type01 {
    max-width: 100%;
    width: calc(100% - 40px);
  }

  .boan-service-list {
    width: calc(100% - 40px);
  }
  .item-desc-wrap.type02 dd {
    width: calc(100% - 42px);
  }
  .table-wrap.type01:before {
    width: 520px;
  }

  .ebea-list {
    width: calc(100% - 40px);
  }
  .ebea-list li {
    width: calc(33% - 10px);
  }

  .tabs-list {
    width: calc(100% - 40px);
  }
  .tab-area {
    width: calc(100% - 40px);
  }
  .vpn-tc-wrap {
    display: block;
    width: 100%;
    background-position: center 48%;
  }
  .vpn-tc-wrap .item {
    width: calc(100% - 2px);
    height: auto;
    overflow: hidden;
    padding-bottom: 40px;
  }
  .vpn-tc-wrap .item.type01 {
    margin-top: 80px;
  }
  .benefit-list {
    width: calc(100% - 40px);
  }
  .benefit-list li {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .benefit-list li:first-child {
    margin-top: 0;
  }
  .more-product-list01 {
    flex-direction: column;
    width: calc(100% - 40px);
  }
  .more-product-list01 li {
    margin-top: 20px;
    width: calc(100% - 80px);
    height: auto;
  }
  .more-product-list01 li:first-child {
    margin-top: 0;
  }
  .more-product-list01 li .desc {
    height: auto;
  }
  .measures-tbl-wrap {
    overflow-x: auto;
    width: calc(100% - 40px);
  }
  .measures-tbl-wrap table {
    min-width: 800px;
  }
  .sub-section .desc01 {
    width: calc(100% - 40px);
    margin: 50px auto 0 auto;
  }
  .privacy-cnt-list {
    width: calc(100% - 40px);
  }
  .tbl-con-wrap.type04 {
    width: calc(100% - 40px);
  }
  .tbl-msg01 {
    width: calc(100% - 40px);
  }
  .benefit-list.type01 li {
    height: auto;
  }
  .privacy-about01 ul {
    display: block;
    text-align: center;
    width: calc(100% - 40px);
  }
  .privacy-about01 ul li {
    margin: 10px;
    display: inline-flex;
  }
  .mbr {
    display: block;
  }
  .privacy-sol-list {
    width: calc(100% - 40px);
  }
  .privacy-sol-list:before {
    display: none;
  }
  .privacy-sol-list:after {
    display: none;
  }
  .solution-service-list-wrap {
    width: calc(100% - 42px);
  }
  .tbl-con-wrap.type05 {
    width: calc(100% - 40px);
    max-width: 100%;
  }
  .tbl-con-wrap.type06 {
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
  .tbl-msg02 {
    width: calc(100% - 40px);
  }
  .kajin-list {
    width: calc(100% - 40px);
  }
  .kajin-list dd .tbl-wrap01 {
    overflow-x: auto;
  }
  .kajin-list dd .tbl-wrap01 table {
    min-width: 800px;
  }
  .bar-wrap01 {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .jochi-msg {
    width: calc(100% - 40px);
  }
  .jochi-list {
    flex-direction: column;
    width: calc(100% - 40px);
  }
  .jochi-list .item {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
  .jochi-list .item ul {
    margin-bottom: 40px;
  }
  .required-list {
    width: calc(100% - 42px);
  }
  .pic-cont01 {
    width: calc(100% - 42px);
  }
  .bit-about-wrap {
    flex-direction: column;
    width: calc(100% - 40px);
    margin-top: -50px;
  }
  .bit-about-wrap .cont {
    width: 100%;
  }
  .bit-about-wrap .pic {
    width: 100%;
    text-align: center;
  }
  .bit-about-wrap .pic img {
    max-width: 100%;
  }
  .best-protection-list {
    flex-direction: column;
    width: calc(100% - 40px);
  }
  .best-protection-list li {
    margin-top: 30px;
    width: 100%;
  }
  .best-protection-list li:first-child {
    margin-top: 0;
  }
  .best-protection-list li .pic img {
    width: 100%;
  }

  .bitdefender {
    width: calc(100% - 40px);
  }
  .bitdefender h3 {
    font-weight: 600;
  }
  .bitdefender .list01 {
    display: flex;
    flex-direction: column;
  }
  .bitdefender .list01 li {
    margin: 0 0 10px 0;
  }
  .bitdefender .list01 li > span {
    height: 55px;
  }
  .bitdefender .list01 .newline {
    display: none;
  }

  .bitdefender .list02 {
    flex-direction: column;
  }
  .bitdefender .list02 li {
    margin: 0 0 20px 0;
  }
  .bitdefender .list02 li:last-child {
    margin: 0;
  }
  .bitdefender .list02 li > div.item {
    padding: 40px;
  }
  .bitdefender .list02 li > div.item > span {
    width: 120px;
    min-width: 50px;
    margin: 0 20px 0 0;
  }
  .bitdefender .list02 li > div.item h3 {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 26px;
  }
  .bitdefender .list02 li > div.item p {
    font-size: 16px;
  }
  .bitdefender .list02 .newline {
    display: none;
  }

  .ransomware .jumbo {
    display: flex;
    flex-direction: column;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .ransomware .jumbo > img {
    width: 50%;
    margin: 0 auto 20px;
  }
  .ransomware .jumbo h3 {
    font-size: 52px;
    text-align: center;
    line-height: 52px;
  }
  .ransomware .jumbo .tit01 {
    font-size: 30px;
    text-align: center;
    line-height: 50px;
  }
  .ransomware .jumbo .tit02 {
    margin: 20px 0 0 0;
    font-size: 30px;
    text-align: center;
  }
  .ransomware .jumbo .tit03 {
    margin: 10px 0 0 0;
    font-size: 19px;
    text-align: center;
  }
  .ransomware .special {
    margin: 40px 0;
    padding: 40px 0;
    background-color: #eaf6ff;
  }
  .ransomware .special > .wrapper {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .ransomware .special ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .ransomware .special li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .ransomware .special li:last-child {
    margin: 0;
  }
  .ransomware .special .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 220px;
    margin: 5px;
    padding: 10px;
  }
  .ransomware .special .box > img {
    height: 30%;
    margin: 0 0 0 0;
  }
  .ransomware .special .box > h3 {
    margin: 20px 0 0 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }
  .ransomware .special .box > p {
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 20px;
  }
  .ransomware .special .newline {
    display: none;
  }
  .ransomware .func {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .ransomware .func > h3 {
    font-size: 40px;
    font-weight: 600;
  }
  .ransomware .func > .list01 {
  }
  .ransomware .func > .list01 li {
    width: calc(50% - 10px);
    margin: 0 0 20px 0;
  }
  .ransomware .func > .list01 li > span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70px;
    color: #0078ff;
    border: 1px solid #ccc;
    border-radius: 10em;
    font-size: 16px;
  }
  .ransomware .feature {
    margin: 60px 0 0 0;
    padding: 80px 0 60px;
    border-top: 1px solid #ccc;
  }
  .ransomware .feature .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .ransomware .feature .item {
    display: flex;
    align-items: center;
    width: calc(100% - 90px);
    margin: 0 0 20px 0;
    padding: 40px;
    background-color: #eaf6ff;
  }
  .ransomware .feature .item > img {
    width: 80px;
    margin: 0 20px 0 0;
  }
  .ransomware .feature .item h3 {
    padding: 0;
    font-size: 24px;
  }
  .ransomware .feature .item p {
    margin: 12px 0 0 0;
    color: #333;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    line-height: 1.3em;
  }

  .vaccine-box-list01 {
    width: calc(100% - 40px);
  }
  .vaccine-box-list01 li {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
  }
  .turbo-list {
    flex-direction: column;
    width: calc(100% - 40px);
  }
  .turbo-list li {
    margin-top: 30px;
    width: 100%;
    height: auto;
  }
  .turbo-list li:first-child {
    margin-top: 0;
  }
  .turbo-list:before {
    display: none;
  }
  .more-product-list {
    flex-direction: column;
    width: calc(100% - 40px);
  }
  .more-product-list li {
    width: 100%;
  }
  .utmd-cont dl {
    width: calc(100% - 40px);
  }
  .utmd-cont .list02 {
    display: block;
    text-align: center;
    width: calc(100% - 40px);
  }
  .utmd-cont .list02 li {
    display: inline-flex;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .lastest-wrap .latest-blog {
    margin-left: 0;
  }
  .utmd-cont .dl-wrap {
    width: calc(100% - 40px);
  }
  .utmd-cont .dl-wrap .dl-cont,
  .utmd-cont .dl-wrap01 {
    flex-direction: column;
  }
  .utmd-cont .dl-wrap01 {
    width: calc(100% - 40px);
  }
  .utmd-cont .dl-wrap01 .desc {
    width: 100%;
    margin-left: 0;
  }
  .utmd-cont .dl-wrap .dl-cont .desc {
    margin-right: 0;
  }
  .utmd-cont .tit03 {
    width: calc(100% - 40px);
  }
  .utmd-cont .list03 {
    width: calc(100% - 40px);
    align-items: flex-start;
  }
  .utmd-cont .list03 li {
    flex: 1;
  }
  .utmd-cont .dl-wrap03 img {
    position: static;
  }
  .utmd-cont .dl-wrap03 {
    width: calc(100% - 40px);
  }
  .utmd-cont .dl-wrap.type01 {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
  .btnav-wrap {
    display: block;
  }
  .btnav-wrap dl {
    float: left;
    width: calc(25% - 40px);
  }
  .greeing-wrap .pic {
    width: 400px;
  }
  .greeing-wrap .cont {
    width: calc(100% - 420px);
  }
  .greeing-wrap .pic img {
    width: 100%;
  }
  .greeing-wrap .cont dl dd ul li br {
    display: none;
  }
  .historyBox {
    width: calc(100% - 40px);
    margin: 30px auto 0 20px;
  }
  .history-pic {
    display: none;
    width: 50%;
    margin-left: 0;
    left: 0;
  }
  .historyBox:before {
    left: 0;
  }
  .historyBox dl {
    width: 100%;
  }
  .historyBox dl dt {
    font-size: 20px;
    width: calc(100% - 40px);
    padding-left: 40px;
  }
  .historyBox dl dd {
    width: calc(100% - 40px);
    padding-left: 40px;
  }
  .historyBox dl dd ul li span {
    width: calc(100% - 45px);
  }
  .inquiry-tabs ul li a {
    font-size: 20px;
  }
  .sub-section .btn-wrap.type01 {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1025px) {
  .header .gnb-box {
    display: none;
    max-width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .header {
    height: 80px;
    border-top: 0;
  }
  .header .rela {
    height: 80px;
  }
  .header .rela h1 {
    width: 151px;
    height: 20px;
    background-size: 151px 20px;
  }
  .header .side-cont {
    z-index: 999;
    position: absolute;
    right: 0px;
    top: 15px;
    display: flex;
  }
  .header.active .total-menu-wrap {
    z-index: 990;
    display: block;
    border: 0;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: block;
  }
  .header .total-menu-wrap .total-rela {
    margin-left: 0;
    width: 290px;
    height: 100%;
    overflow: hidden;
    background: #fff;
    overflow-y: auto;
  }
  .total-menu-list li {
    flex-direction: column;
  }
  .total-menu-list > li > a {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    width: calc(100% - 40px);
    padding: 0 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    background: #004f8a;
  }
  .total-menu-list > li > a i {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    font-size: 20px;
  }
  .total-menu-list > li > a.on i {
    transform: rotate(180deg);
  }
  .total-menu-list li .sub-title {
    display: none;
  }
  .total-menu-list li .total-sub-wrap {
    display: none;
    margin-top: 0;
    flex-direction: column;
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .total-menu-list li .total-sub-wrap dl {
    width: 100%;
  }
  .total-menu-list li .total-sub-wrap dl:nth-child(3) dt {
    width: 100%;
    padding-left: 0;
  }
  .total-menu-list li .total-sub-wrap dl:nth-child(3) dd {
    width: 100%;
    padding-left: 0;
  }
  .total-menu-list li .total-sub-wrap dl:nth-child(4) dt {
    justify-content: flex-start;
  }
  .total-menu-list li .total-sub-wrap dl dd ul {
    width: calc(100% - 40px);
    padding-left: 20px;
  }
  .header.active .side-cont {
    position: fixed;
    right: -10px;
    top: 0px;
  }
  .header .side-cont .btn-total-nav.on {
    background: transparent;
    opacity: 1;
  }
  #navigation-menu {
    display: none;
  }
  .sub-header-bar h2 {
    flex-direction: column;
    align-items: flex-start;
  }
  .sub-header-bar h2 span {
    display: block;
    padding-top: 10px;
    margin-left: 0;
  }
  .service-about-wrap {
    flex-direction: column;
  }
  .service-about-wrap .arr {
    margin: 50px 0;
    transform: rotate(90deg);
  }
  .service-about-wrap .arr img {
    width: 80px;
  }
  .network-process-list {
    display: block;
  }
  .network-process-list li {
    float: left;
    width: calc(50% - 22px);
    margin: 10px 10px 40px 10px;
  }
  .network-process-list li:first-child {
    margin-left: 10px;
    border: 1px solid #ccc;
  }

  .tbl-con-wrap.type01 {
    width: calc(100% - 40px);
    max-width: 980px;
    overflow: hidden;
    overflow-x: auto;
  }
  .tbl-con-wrap.type01 table {
    min-width: 980px;
  }
  .tbl-con-wrap.type01 .ccon-sub-wrap {
    right: auto;
    left: 408px;
  }
  .tbl-con-wrap.type02 {
    width: calc(100% - 40px);
    max-width: 980px;
    overflow: hidden;
    overflow-x: auto;
  }
  .tbl-con-wrap.type02 table {
    min-width: 980px;
  }
  .total-menu-list > li {
    display: flex;
  }
  .features-list.type03 li {
    width: calc(50% - 20px);
  }
  .features-list.type01 li {
    width: calc(50% - 22px);
    margin: 10px;
  }
  .features-list.mail-type > li {
    width: calc(50% - 22px);
    margin: 10px;
  }
  .features-list.func01 li {
    width: calc(50% - 20px);
  }
  .features-list.func02 li {
    width: calc(50% - 22px);
    margin: 10px;
  }
  .haiview-equ-wrap .equ-item-wrap dl {
    width: 100%;
  }
  .haiview-equ-wrap .equ-item-wrap dl dd ul li .tit {
    max-width: 100%;
  }
  .haiview-equ-wrap .equ-item-wrap dl dd ul li .pic {
    max-width: 100%;
  }
  .sub-header-bar .rela h2 a {
    text-indent: 0;
    font-size: 15px;
  }
  .sub-header-bar h2 a.btn-detail {
    margin-left: 0;
  }
  .sub-header-bar h2 a.btn-detail span {
    padding-top: 0;
  }
  .boan-service-list {
    display: block;
    background-position: center 49%;
  }
  .boan-service-list li {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
  }
  .boan-service-list li:first-child {
    margin-bottom: 80px;
  }
  .boan-service-list li .pic img {
    width: 100%;
  }
  .advantages-list li {
    width: 50%;
  }
  .ebea-list {
    display: block;
  }
  .ebea-list li {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    margin-top: 60px;
  }
  .ebea-list li:first-child {
    margin-top: 0;
  }
  .ebea-list li .pic img {
    width: 100%;
  }
  .tabs-list li a {
    font-size: 20px;
  }
  .utm-cont-wrap {
    flex-direction: column;
  }
  .utm-cont-wrap .pic {
    width: 100%;
    text-align: center;
  }
  .utm-cont-wrap .pic img {
    max-width: 100%;
  }
  .firewall-dlist dd .pic img {
    max-width: 100%;
  }
  .fortigate-list {
    width: 100%;
    display: block;
  }
  .fortigate-list > li {
    width: calc(100% - 2px);
    margin-top: 20px;
  }
  .fortigate-list > li:first-child {
    margin-top: 0;
  }
  .boan-service-list.type01 li {
    height: auto;
  }
  .solution-about-wrap {
    width: calc(100% - 42px);
    height: auto;
    padding: 20px 0;
  }
  .privacy-sol-list {
    flex-direction: column;
  }
  .privacy-sol-list li {
    width: 100%;
    margin-top: 30px;
  }
  .privacy-sol-list li:first-child {
    margin-top: 0;
  }
  .privacy-sol-list li .desc01 {
    height: auto;
    padding-bottom: 20px;
  }
  .solution-service-list-wrap dd ul {
    width: 660px;
  }
  .solution-service-list-wrap dd ul li {
  }
  .solution-service-list-wrap dd ul li .desc01 {
    font-size: 18px;
  }
  .solution-service-list-wrap dd ul li .num {
    font-size: 18px;
  }
  .features-list.dlp-type li .tit {
    font-size: 18px;
  }
  .fortigate-list.type02 > li {
    width: calc(100% - 2px);
  }
}
@media (max-width: 768px) {
  .evnt_top_banner.topbtn {
    display: none;
  }

  .footer .fnb-wrap {
    height: auto;
  }
  .footer .fnb-wrap .rela {
    padding: 20px 0;
    height: auto;
    align-items: flex-start;
  }
  .footer .fnb-wrap ul {
    display: block;
    width: calc(100% - 150px);
    justify-content: center;
  }
  .footer .fnb-wrap ul li {
    padding: 0;
  }
  .footer .fnb-wrap ul li:before {
    display: none;
  }
  .footer .fnb-wrap .mui-select {
    width: 150px;
    margin-top: 0px;
  }
  .footer .fnb-wrap .mui-select > select {
    background-position: 130px center;
  }
  .footer .fcont-wrap {
    padding: 20px 0;
  }
  .footer .fcont-wrap .pic {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .footer .fcont-wrap .pic img {
    max-width: 220px;
  }
  .footer .fcont-wrap .fcont-item {
    width: 100%;
  }
  .footer .fcont-wrap .flogo-list {
    flex-direction: column;
  }
  .footer .fcont-wrap .flogo-list li {
    margin: 5px 0;
  }
  .footer .fcont-wrap .fcont-item .fcont-info {
    flex-direction: column;
  }
  .footer .fcont-wrap .fcont-item .fcont-info .sns-list {
    justify-content: center;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .footer .fcont-wrap .fcont-item .fcont-info dl {
    width: 100%;
    padding: 20px 0;
  }

  .visiual-slide .item {
    height: 350px;
  }
  .visiual-slide .item .cont {
    height: 350px;
  }
  .visiual-slide .item .cont .desc {
    font-size: 40px;
  }
  .visiual-slide .item .cont .tit {
    font-size: 40px;
  }
  .visiual-prev,
  .visiual-next {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  .visiual-prev img,
  .visiual-next img {
    width: 50px;
    height: 50px;
  }
  .section {
    padding: 50px 0;
  }

  .section .title-wrap h2 {
    width: calc(100% - 40px);
    padding: 0 20px;
    font-size: 25px;
  }
  .section .title-wrap .desc {
    width: calc(100% - 40px);
    padding: 0 20px;
    font-size: 14px;
  }
  .service-wrap {
    margin-top: 50px;
  }
  .service-wrap ul {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .service-wrap ul li {
    width: calc(50% - 10px);
    margin: 10px 0;
  }
  .service-wrap ul li:nth-child(even) {
    float: right;
  }
  .service-wrap ul li a {
    width: calc(100% - 2px);
    justify-content: flex-start;
  }
  .service-wrap ul li a .tit {
    width: calc(100% - 20px);
    padding: 0 10px;
    font-size: 16px;
  }
  .service-wrap ul li a .desc {
    width: calc(100% - 20px);
    padding: 0 10px;
    font-size: 14px;
  }
  .network-tabs ul {
    flex-direction: column;
  }
  .network-tabs ul li {
    border-top: 1px solid #ddd;
    border-left: 0;
  }
  .network-tabs ul li:first-child {
    border-top: 0;
  }
  .tabs-area {
    height: auto;
  }
  .tabs-area#tabs-area01 {
    background: none;
  }
  .tabs-area dl {
    margin-top: 20px;
  }
  .tabs-area dl dt {
    font-size: 20px;
  }
  .tabs-area dl dd ul li {
    height: auto;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .tabs-area dl dd ul li:before {
    top: 7px;
  }
  .tabs-area dl dd a {
    height: 40px;
    font-size: 16px;
    border-radius: 20px;
  }
  .contact-wrap {
    flex-direction: column;
  }
  .contact-wrap li {
    width: 100%;
    margin-top: 20px;
    height: 120px;
  }
  .contact-wrap li:first-child {
    margin-top: 0;
  }
  .contact-wrap li h2 {
    font-size: 18px;
  }
  .contact-wrap li .phone {
    font-size: 30px;
  }

  .contact-wrap-voucher {
    flex-direction: column;
  }
  .contact-wrap-voucher li {
    width: 100%;
    margin-top: 20px;
    height: 120px;
  }
  .contact-wrap-voucher li:first-child {
    margin-top: 0;
  }
  .contact-wrap-voucher li h2 {
    font-size: 18px;
  }
  .contact-wrap-voucher li .phone {
    font-size: 30px;
  }

  .btn-top {
    right: 20px;
    bottom: 20px;
    width: 50px;
    z-index: 99;
  }
  .btn-top img {
    max-width: 110% !important;
  }
  .btn-top > .top {
    width: 55px;
    height: 55px;
  }

  .sub-header-bar .rela {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: 1200px;
    height: 160px;
    overflow: hidden;
  }
  .sub-header-bar .rela .remote_manual {
    width: 100px;
    height: 54px;
    position: relative;
    border: 1px solid #fff;
    overflow: hidden;
    word-break: break-all;
    display: inline-block;
    justify-content: center;
    align-items: center;
    left: 5px;
    margin: 5px;
  }
  .sub-header-bar .rela .remote_manual .tit01 a {
    display: block;
    padding-left: 0;
    height: 20px;
    font-size: 13px;
  }
  .sub-header-bar h2 {
    font-size: 26px;
  }
  .sub-header-bar h2 span {
    font-size: 14px;
  }
  .sub-section {
    padding: 50px 0;
  }
  .sub-section h3 {
    width: calc(100% - 40px);
    padding: 0 20px;
    font-size: 26px;
  }
  .sub-section h3 .blue02 {
    font-size: 26px;
  }

  .sub-section h3.remote_network {
    font-size: 26px;
    line-height: 1em;
  }

  .sub-section h3.remote_bottom_tx {
    font-size: 26px;
  }
  .sub-section h3 .blue {
    font-size: 26px;
  }
  .sub-section h3 .yellow01 {
    font-weight: 500;
    font-size: 26px;
    color: #fdf6c2;
  }

  .sub-section h3 .etc {
    font-size: 26px;
  }
  .sub-section.vpn-product01 h3 strong {
    font-size: 26px;
  }
  .sub-section h3 br {
    display: none;
  }

  .sub-section h4 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
  }

  .sub-section h3.remote_linkhome {
    width: calc(100% - 40px);
    padding: 0 20px;
    font-size: 26px;
  }
  .sub-section h3.remote_linkhome .blue {
    font-size: 26px;
  }
  .sub-section h3.remote_linkhome .etc {
    font-size: 26px;
  }
  .sub-section.vpn-product01 h3 strong {
    font-size: 26px;
  }
  .sub-section h3.remote_linkhome br {
    display: none;
  }

  .section_remote .title-wrap_remote h3 {
    font-size: 25px;
    letter-spacing: -1.7px;
  }
  .sub-section .desc02_remote strong {
    color: #363636;
    font-size: 26px;
    font-weight: 500;
  }
  .sub-section .desc02_remote_tx01 {
    color: #363636;
    font-size: 26px;
    font-weight: 500;
  }

  .section_global .title-wrap_global h2 {
    font-size: 30px;
    color: #363636;
    font-weight: 400;
  }
  .sub-section.remote-header h3 .desc02_remote_tx02 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
  }

  .vpn-detail-list {
    margin-top: 40px;
    flex-direction: column;
  }
  .vpn-detail-list li {
    width: 100%;
    margin: 10px 0;
    height: auto;
    padding: 20px 0;
  }
  .vpn-detail-list li .tit {
    margin-top: 0;
    font-size: 22px;
  }
  .vpn-detail-list li a {
    position: static;
    margin: 20px auto 0 auto;
  }
  .vpn-detail-list li .pic {
    height: auto;
    padding: 20px 0;
  }
  .consulting-list {
    height: auto;
    flex-direction: column;
    width: calc(100% - 40px);
  }
  .consulting-list:before {
    display: none;
  }
  .consulting-list li {
    width: calc(100% - 2px);
    margin-top: 10px;
  }
  .consulting-list li:first-child {
    margin-top: 0;
  }
  .consulting-phone img {
    width: 30px;
  }
  .consulting-phone span {
    font-size: 26px;
  }
  .consulting-phone strong {
    font-size: 30px;
  }
  .haiLink-list li {
    padding-bottom: 80px;
  }
  .haiLink-list li .pic {
    width: 100px;
    height: 100px;
  }
  .haiLink-list li .pic img {
    max-width: 60%;
    max-height: 60%;
  }
  .haiLink-list li .cont {
    margin-top: 20px;
    width: calc(100% - 120px);
  }
  .haiLink-list li .cont .tit {
    font-size: 20px;
  }
  .haiLink-list li .cont .desc {
    margin-top: 10px;
  }
  .haiLink-list li a {
    left: 50%;
    margin-left: -70px;
    top: auto;
    bottom: 20px;
  }
  .pic-cont,
  .pic-cont01 {
    margin-top: 40px;
  }
  .recommend-list:before {
    display: none;
  }
  .recommend-list {
    display: block;
    margin-top: 30px;
  }
  .recommend-list li {
    height: 180px;
    float: left;
    width: calc(50% - 42px);
    padding: 10px;
    margin: 10px;
  }
  .recommend-list li img {
    margin-top: 20px;
  }
  .recommend-list li span {
    top: 140px;
    text-align: center;
    font-size: 18px;
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .service-about-wrap dl {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .service-about-wrap dl dt span {
    font-size: 22px;
  }
  .service-about-wrap dl dd ul li {
    font-size: 16px;
  }
  .service-about-wrap dl dt img {
    width: 18px;
  }
  .service-about-wrap dl dt {
    margin-top: 20px;
  }
  .service-about-wrap .sa-result-wrap {
    width: 320px;
    height: auto;
    padding: 20px 0;
  }
  .service-about-wrap .sa-result-wrap img {
    width: 40px;
  }
  .service-about-wrap .sa-result-wrap .desc {
    font-size: 22px;
  }
  .item-desc-wrap.type01 dd {
    margin-top: -13px;
  }
  .item-desc-wrap.type01 dd ul {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .item-desc-wrap.type01 dd ul li {
    width: 50%;
  }
  .item-desc-wrap.type01 dd ul li .pic {
    height: 80px;
  }
  .item-desc-wrap.type01 dd ul li .pic img {
    height: 60px;
  }
  .item-desc-wrap.type01 dd ul li .desc01 {
    height: 60px;
    font-size: 14px;
  }
  .item-desc-wrap.type01 dd ul li .desc01 br {
    display: none;
  }
  .item-desc-wrap.type01 dt {
    font-size: 18px;
  }
  .item-desc-wrap.type01 dt strong {
    font-size: 18px;
  }
  .haiLink-list {
    margin-top: 40px;
  }
  .haiLink-list.type01 .cont {
    height: 100px;
  }
  .haiLink-list.type01 li {
    padding-bottom: 0;
  }
  .haiLink-list.type01 li .cont .tit {
    font-size: 16px;
  }
  .features-boan-list {
    flex-direction: column;
    margin-top: 30px;
  }
  .features-boan-list li {
    height: auto;
    padding: 20px 0;
    width: calc(100% - 2px);
    margin: 10px 0;
  }
  .features-boan-list li .pic {
    height: auto;
    padding: 0 0 40px 0;
  }
  .features-boan-list li .tit {
    font-size: 18px;
  }
  .sub-section > .desc br {
    display: none;
  }
  .sub-section > .desc_remote_tx br {
    display: none;
  }

  .network-process-list li .desc {
    letter-spacing: -1px;
    width: calc(100% - 40px);
    padding: 0 20px;
    font-size: 15px;
  }
  .network-process-list li .etc {
    font-size: 15px;
  }
  .case-dlist dt {
    margin-top: 50px;
  }
  .spec-list {
    flex-direction: column;
    margin-top: 30px;
  }
  .spec-list li {
    height: auto;
    padding: 20px 0;
    width: 100%;
    margin: 10px 0;
  }
  .spec-list li .pic {
    height: auto;
    padding: 20px 0;
  }
  .spec-list li .pic img {
    max-width: 300px;
  }
  .spec-list li .desc {
    margin-top: 10px;
  }
  .desc-list {
    margin-top: 40px;
  }
  .acon-table th,
  .acon-table td {
    height: 45px;
    font-size: 16px;
  }

  .voucher_withhome {
    display: block;
    margin-top: 40px;
  }
  .voucher_withhome li {
    width: 100%;
    margin: 10px 0;
    height: auto;
    padding-bottom: 20px;
  }
  .voucher_withhome li .tit {
    margin-top: 20px;
  }
  .voucher_withhome li .desc {
    margin-top: 20px;
  }

  .voucher_withhome li.right_img {
    width: 100%;
    margin: 10px 0;
    height: auto;
    padding-bottom: 20px;
  }
  .voucher_withhome li.right_img .tit {
    margin-top: 20px;
  }
  .voucher_withhome li.right_img .desc {
    margin-top: 20px;
  }

  .remote_highlink {
    display: block;
    margin-top: 40px;
  }
  .remote_highlink li {
    width: 100%;
    margin: 10px 0;
    height: auto;
    padding-bottom: 20px;
  }
  .remote_highlink li .tit {
    margin-top: 20px;
  }
  .remote_highlink li .desc {
    margin-top: 20px;
  }

  .remote_highlink01 {
    display: block;
    margin-top: 40px;
  }
  .remote_highlink01 li {
    width: 100%;
    margin: 10px 0;
    height: auto;
    padding-bottom: 20px;
  }
  .remote_highlink01 li .tit {
    margin-top: 20px;
  }
  .remote_highlink01 li .desc {
    margin-top: 20px;
  }

  .remote_highlink01 li.right_img {
    width: 100%;
    margin: 10px 0;
    height: auto;
    padding-bottom: 20px;
  }
  .remote_highlink01 li.right_img .tit {
    margin-top: 20px;
  }
  .remote_highlink01 li.right_img .desc {
    margin-top: 20px;
  }

  .remote_highlink02 {
    display: block;
    margin-top: 40px;
  }
  .remote_highlink02 li {
    width: 100%;
    margin: 10px 0;
    height: auto;
    padding-bottom: 20px;
  }
  .remote_highlink02 li .tit {
    margin-top: 20px;
  }
  .remote_highlink02 li .desc {
    margin-top: 20px;
  }

  .remote_highlink02 li.right_img {
    width: 100%;
    margin: 10px 0;
    height: auto;
    padding-bottom: 20px;
  }
  .remote_highlink02 li.right_img .tit {
    margin-top: 20px;
  }
  .remote_highlink02 li.right_img .desc {
    margin-top: 20px;
  }

  .mang-list {
    display: block;
    margin-top: 40px;
  }
  .mang-list li {
    width: 100%;
    margin: 10px 0;
    height: auto;
    padding-bottom: 20px;
  }
  .mang-list li .tit {
    margin-top: 20px;
  }
  .mang-list li .desc {
    margin-top: 20px;
  }

  .mang-list_iptop {
    display: block;
    margin-top: 40px;
  }
  .mang-list_iptop li {
    width: 100%;
    margin: 10px 0;
    height: auto;
    padding-bottom: 20px;
  }
  .mang-list_iptop li .tit {
    margin-top: 20px;
  }
  .mang-list_iptop li .desc {
    margin-top: 20px;
  }

  .remote_tit {
    display: block;
    margin-top: 40px;
  }
  .remote_tit li {
    width: 100%;
    margin: 10px 0;
    height: auto;
    padding-bottom: 20px;
  }
  .remote_tit li .tit {
    margin-top: 20px;
  }
  .remote_tit li .desc {
    margin-top: 20px;
  }

  .mang-list_ipbottom {
    display: block;
    margin-top: 40px;
  }
  .mang-list_ipbottom li {
    width: 100%;
    margin: 10px 0;
    height: auto !important;
    padding-bottom: 20px;
  }
  .mang-list_ipbottom li .tit {
    margin-top: 20px;
  }
  .mang-list_ipbottom li .desc {
    margin-top: 20px;
  }

  .hai-vpn-list {
    display: block;
    margin-top: 40px;
  }
  .hai-vpn-list li {
    width: 100%;
    margin: 10px 0;
    height: auto;
    padding-bottom: 20px;
  }
  .hai-vpn-list li .desc {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .hai-vpn-list li .pic {
    height: auto;
    padding: 20px 0;
  }
  .hai-process-list li {
    font-size: 16px;
  }
  .game-pic-wrap {
    margin-top: 40px;
  }
  .game-pic-wrap .item-wrap {
    width: 320px !important;
  }
  .game-pic-wrap .item-wrap ul li {
    font-size: 16px;
  }
  .features-list li {
    width: 100%;
    margin: 10px 0;
  }
  .features-list li .pic {
    height: 150px;
  }
  .features-list li .tit {
    font-size: 18px;
  }
  .service-product-list {
    margin-top: 40px;
  }
  .service-product-list li {
    width: calc(100% - 10px);
    margin: 10px 0;
  }
  .tbl-con-wrap table tr th,
  .tbl-con-wrap table tr td {
    height: 45px;
    font-size: 16px;
  }
  .ccon-sub-tit {
    height: 60px;
    font-size: 20px;
  }
  .tbl-con-wrap.type01 .ccon-subcon li {
    font-size: 16px;
    height: 45px;
  }
  .tbl-con-wrap.type02 tr .cell {
    font-size: 22px;
  }
  .tbl-etc-msg {
    font-size: 16px;
    margin-left: 100px;
  }
  .vn-compare-list {
    flex-direction: column;
  }
  .vn-compare-list li {
    width: calc(100% - 2px);
    margin: 10px 0;
  }
  .vn-compare-list li .tit {
    height: 50px;
    font-size: 16px;
  }
  .vn-compare-list li .desc {
    font-size: 14px;
    height: 100px;
  }
  .contry-list {
    margin-top: 30px;
  }
  .contry-list li {
    height: 160px;
  }
  .contry-list li .tit {
    height: 60px;
    font-size: 20px;
  }
  .contry-list li a {
    width: calc(110% - 10px);
    font-size: 11px;
  }
  .boan-skill-list li {
    height: 200px;
  }
  .boan-skill-list li .dt {
    width: 100px;
    height: 200px;
  }
  .boan-skill-list li .dt .t02 {
    font-size: 30px;
  }
  .boan-skill-list li .dd {
    width: calc(100% - 140px);
    padding-left: 20px;
  }
  .boan-skill-list li .dd .t01 {
    font-size: 16px;
  }
  .boan-skill-list li .dd .t02 {
    font-size: 13px;
    letter-spacing: -1px;
  }
  .hgx-subj02 {
    font-size: 22px;
  }
  .together-service-list li a {
    height: 50px;
    border-radius: 25px;
    font-size: 22px;
  }
  .boan-skill-list li .dd .t02 {
    margin-top: 10px;
  }
  .item-desc-wrap dt {
    font-size: 20px;
  }
  .item-desc-wrap dd {
    margin-top: -16px;
    height: 190px;
  }
  .item-desc-wrap dd .desc {
    font-size: 16px;
  }
  .item-desc-wrap dd .desc strong {
    font-size: 16px;
  }
  .section-subj {
    font-size: 22px;
  }
  .features-list.type03 li {
    width: 100%;
    padding: 0;
  }
  .sub-section .idc-wrap h3 {
    padding: 10px 0 0 0;
    font-size: 26px;
  }
  .idc-wrap dl dt {
    font-size: 26px;
    margin-top: 20px;
  }
  .idc-wrap dl dd .pic-cont {
    width: 100%;
    padding: 0;
  }
  .idc-wrap dl dd .addr {
    margin-top: 0;
    font-size: 16px;
  }
  .idc-wrap dl dd .addr strong {
    font-size: 16px;
  }
  .features-list.type01.ac > li {
    width: 100%;
    margin: 10px 0;
    height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .hosting-price-list > li {
    height: 470px;
    width: 100%;
    margin: 10px 0;
  }
  .hosting-price-list li .tit {
    margin-top: 30px;
  }
  .hosting-price-subj {
    font-size: 26px;
  }
  .hosting-desc {
    font-size: 20px;
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .hosting-desc br {
    display: none;
  }
  .hosting-desc strong {
    font-size: 20px;
  }
  .features-list.mail-type > li {
    width: calc(100% - 2px);
    margin: 10px 0;
    height: auto;
    padding-bottom: 30px;
  }
  .features-list.func01 {
    margin-top: 20px;
  }
  .features-list.func02 {
    margin-top: 20px;
  }
  .features-list.func01 li {
    width: calc(100% - 20px);
  }
  .features-list.func02 li {
    height: auto;
    padding: 30px 0;
    width: calc(100% - 2px);
    margin: 10px 0;
  }
  .features-list.func02 li .pic {
    padding-bottom: 30px;
  }
  .features-list.func02 li .pic img {
    width: 150px;
    height: 150px;
  }
  .features-list.type01 > li {
    width: calc(100% - 2px);
    margin: 10px 0;
    height: auto;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .haiview-choice-wrap {
    width: calc(100% - 40px);
    padding: 20px 0;
  }

  .haiview-func-list01 {
    margin-top: 40px;
  }
  .haiview-func-list01 li {
    padding-bottom: 20px;
  }
  .haiview-func-list01 li .tit {
    font-size: 22px;
    margin: 20px 0 0 20px;
  }
  .haiview-func-list01 li .desc {
    font-size: 18px;
    width: calc(100% - 40px);
  }
  .haiview-func-list02 li {
    width: calc(50% - 24px);
    font-size: 22px;
    height: 100px;
  }
  .haiview-equ-wrap {
    width: calc(100% - 82px);
    padding: 20px;
  }
  .haiview-equ-wrap .equ-item-wrap dl dt {
    margin: 10px 0 30px 0;
  }
  .haiview-equ-wrap .equ-item-wrap dl dd ul > li {
    width: 100%;
    margin: 0;
  }
  .haiview-equ-wrap .equ-item-wrap dl dd ul > li.full {
    width: 100%;
  }
  .haiview-equ-wrap .help-msg01 {
    font-size: 14px;
  }
  .boan-service-list {
    margin-top: 30px;
    background-position: center 48%;
  }
  .boan-service-list li .tit {
    margin-top: 20px;
    font-size: 20px;
  }
  .boan-service-list li .desc {
    width: calc(100% - 40px);
    padding: 0 20px;
    margin-top: 20px;
  }
  .boan-service-list li .desc br {
    display: none;
  }
  .boan-service-list li .num {
    margin-top: 20px;
    font-size: 20px;
  }
  .boan-service-list li {
    padding-bottom: 20px;
  }
  .advantages-list {
    margin-top: 30px;
  }
  .advantages-list li .pic {
    width: 160px;
    height: 160px;
  }
  .advantages-list li .pic img {
    width: 160px;
    height: 160px;
  }
  .advantages-list li .pic span {
    bottom: 30px;
    font-size: 15px;
  }
  .item-desc-wrap.type02 dd ul {
    display: block;
  }
  .item-desc-wrap.type02 dd ul li {
    width: 100%;
    margin-top: 30px;
  }
  .item-desc-wrap.type02 dd ul li:first-child {
    margin-top: 0;
  }
  .item-desc-wrap.type02 dd ul li .pic {
    padding-bottom: 20px;
  }
  .item-desc-wrap.type02 dt {
    font-size: 26px;
  }
  .item-desc-wrap.type02 dd {
    margin-top: -20px;
  }
  .item-desc-wrap.type02 dd ul li .desc01 {
    font-size: 18px;
  }
  .vpn-detail-list.type01 li {
    height: auto;
    padding: 20px 0;
  }
  .table-wrap.type01 {
    margin-top: 30px;
  }
  .ebea-list {
    margin-top: 30px;
  }
  .ebea-list li {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .ebea-list li .desc {
    margin-top: 20px;
  }
  .ebea-list li .tit {
    font-size: 20px;
  }
  .tabs-list-wrap {
    width: calc(100% - 40px);
    margin: 30px auto;
    height: auto;
    overflow: hidden;
    overflow-x: auto;
  }
  .tabs-list-wrap .tabs-list {
    width: 100%;
    min-width: 500px;
    margin: 0;
  }
  .tabs-list-wrap .tabs-list li a {
    text-align: center;
  }
  .utm-cont-wrap .cont .tit {
    font-size: 20px;
  }
  .tabs-list li a,
  .tabs-list li {
    height: 60px;
  }
  .utm-cont-wrap .cont .desc {
    font-size: 16px;
  }
  .utm-cont-wrap .cont .desc img {
    height: 16px;
  }
  .firewall-dlist dt {
    font-size: 20px;
  }
  .firewall-dlist dd .item {
    font-size: 20px;
    background-position: left 7px;
  }
  .firewall-dlist dd ul li {
    font-size: 16px;
  }
  .firewall-dlist dd .item span {
    font-size: 18px;
  }
  .vpn-tc-wrap {
    margin-top: 30px;
    background: none;
  }
  .vpn-tc-wrap .item {
    padding-bottom: 20px;
  }
  .vpn-tc-wrap .item .tit {
    font-size: 30px;
    margin-top: 20px;
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .vpn-tc-wrap .item .desc {
    margin-top: 0;
    font-size: 20px;
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .vpn-tc-wrap .item ul li {
    font-size: 16px;
  }
  .vpn-tc-wrap .item.type01 {
    overflow: visible;
    position: relative;
    margin-top: 60px;
  }
  .vpn-tc-wrap .item.type01:before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background: url(../image/bg/bg-cross02.jpg) no-repeat center center;
    background-size: 30px 30px;
    position: absolute;
    left: 50%;
    top: -45px;
    margin-left: -15px;
  }
  .vpn-tc-wrap .item ul {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .vpn-tc-wrap .item ul li:before {
    top: 10px;
  }
  .firewall-dlist dd ul li strong {
    font-size: 16px;
  }
  .firewall-dlist dd ul.nlist02 li {
    font-size: 14px;
  }
  .tabs-list-wrap .tabs-list li a {
    font-size: 18px;
  }
  .utm-desc01 {
    font-size: 18px;
  }
  .features-list.dlp-type li {
    width: 100%;
    padding: 0;
  }
  .vpn-detail-list.type02 li {
    height: auto;
    padding-bottom: 40px;
  }
  .more-product-list01 {
    margin-top: 40px;
  }
  .more-product-list01 li .pic {
    text-align: center;
    justify-content: center;
  }
  .more-product-list01 li a {
    margin: 20px auto 0 auto;
  }

  .sub-section .desc01 strong,
  .sub-section .desc01 {
    font-size: 22px;
  }

  .privacy-cnt-list li {
    font-size: 18px;
  }
  .privacy-cnt-list li:before {
    top: 9px;
  }
  .tbl-msg01 {
    font-size: 16px;
  }
  .solution-about-wrap .pic {
    width: 80px;
    margin: 0 20px;
  }
  .solution-about-wrap .desc02 .t01 {
    font-size: 22px;
  }
  .solution-about-wrap .desc02 .t02 {
    font-size: 22px;
  }
  .solution-about-wrap .desc02 .t03 {
    font-size: 18px;
  }
  .solution-about-wrap .desc02 {
    padding-right: 20px;
  }
  .solution-service-list-wrap dd ul {
    width: 320px;
  }
  .solution-service-list-wrap dd ul li {
    width: 140px;
    height: 140px;
    margin: 0 10px 10px 10px;
  }
  .solution-service-list-wrap dd ul li .desc01 {
    font-size: 14px;
  }
  .solution-service-list-wrap dd ul li .desc01 br {
    display: none;
  }
  .sub-section h3 .bold {
    font-size: 26px;
  }
  .sub-section h3.remote_linkhome .bold {
    font-size: 26px;
  }

  .kajin-list dt {
    font-size: 26px;
  }
  .kajin-list dd .tbl-wrap01 table th {
    font-size: 18px;
    height: 50px;
  }
  .kajin-list dd .tbl-wrap01 table td {
    font-size: 18px;
    height: 50px;
  }
  .bar-wrap01 {
    font-size: 20px;
    height: auto;
    padding: 20px 20px;
  }
  .jochi-list .item .tit01 {
    font-size: 20px;
  }
  .jochi-list .item ul {
    margin: 20px auto;
  }
  .jochi-list .item ul li {
    font-size: 18px;
    background-position: left 5px;
  }
  .jochi-list .item .tit01 {
    margin: 20px 0 0 20px;
  }
  .jochi-list .item ul {
    width: calc(100% - 40px);
  }
  .jochi-msg {
    font-size: 18px;
  }
  .kajin-list dd .pic-cont {
    width: 100%;
    padding: 0;
  }
  .required-list dt {
    width: calc(100% - 40px);
    padding: 20px;
  }
  .required-list dt .tit {
    font-size: 26px;
  }
  .required-list dt .desc {
    font-size: 16px;
  }
  .required-list dd {
    width: calc(100% - 40px);
    margin: 20px auto;
  }
  .required-list dd ul li .desc {
    font-size: 20px;
  }
  .required-list dd ul li .desc strong {
    font-size: 20px;
  }
  .vaccine-list01 {
    width: calc(100% - 40px);
    margin: 20px auto;
  }
  .vaccine-list01 li {
    font-size: 20px;
  }
  .vaccine-list01 li strong {
    font-size: 20px;
  }
  .vaccine-list01 li:before {
    top: 9px;
  }
  .sub-section.vaccine-about01 h3 {
    margin-top: 20px;
  }
  .sub-section.vaccine-about01 h3 strong {
    font-size: 26px;
  }
  .tabs-list-wrap .tabs-list.type01 {
    min-width: 0;
  }
  .bit-about-wrap .cont .t01,
  .bit-about-wrap .cont .t02 {
    font-size: 22px;
  }
  .bit-about-wrap .cont .t03 {
    font-size: 30px;
  }
  .bit-about-wrap .cont ul li {
    background-position: left 5px;
  }
  .bit-about-wrap .cont ul li span {
    font-size: 16px;
  }
  .bit-about-wrap .cont ul li span.new {
    font-size: 14px;
  }
  .best-protection-list {
    margin-top: 40px;
  }
  .best-protection-list li .pic {
    margin-top: 10px;
  }
  .best-protection-list li .tit01 {
    font-size: 22px;
  }
  .best-protection-list li .desc01 {
    margin-top: 10px;
    font-size: 16px;
  }
  .best-protection-list li .etc01 {
    font-size: 16px;
  }
  .sub-section h3 .blue01 {
    font-size: 26px;
  }
  .vaccine-box-list01 li {
    padding-bottom: 20px;
  }
  .vaccine-box-list01 li .tit01 {
    width: calc(100% - 40px);
    margin: 20px auto 10px auto;
  }
  .vaccine-box-list01 li .tit01 span {
    font-size: 22px;
  }
  .vaccine-box-list01 li .desc01 {
    width: calc(100% - 40px);
    font-size: 18px;
  }
  .vaccine-box-list01 li .desc01 .p-list01,
  .vaccine-box-list01 li .desc01 strong {
    font-size: 18px;
  }
  .turbo-tit {
    font-size: 26px;
  }
  .hai-vpn-list.vaccine-type li {
    height: auto;
  }
  .turbo-list li .tit01,
  .turbo-list li .desc01 {
    font-size: 18px;
  }
  .features-list.vaccine-type li {
    width: 100%;
  }
  .features-list.vaccine-type li .cate {
    top: 0;
  }
  .more-product-list li {
    margin-top: 30px;
  }
  .more-product-list li:first-child {
    margin-top: 0;
  }
  .more-product-list li .tit {
    font-size: 26px;
  }
  .more-product-list li .pic {
    margin-top: 10px;
  }
  .utmd-cont .tit01 {
    margin-top: 40px;
    font-size: 40px;
  }
  .utmd-cont .tit02 {
    font-size: 30px;
    line-height: 1.2em;
    margin-top: 0;
  }
  .utmd-cont .list01 {
    margin-top: 40px;
  }
  .utmd-cont .list01 li {
    width: 90px;
    height: 90px;
    margin: 0 10px;
  }
  .utmd-cont .list01 li img {
    width: 40px;
  }
  .utmd-cont .item-subj {
    font-size: 26px;
    margin-top: 40px;
  }
  .utmd-cont dl dt span {
    font-size: 22px;
  }
  .utmd-cont dl dt img {
    width: 50px;
  }
  .utmd-cont dl dd {
    font-size: 18px;
  }
  .utmd-cont {
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .lastest-wrap .latest-blog {
    flex-direction: column;
  }
  .lastest-wrap .latest-blog .blog-view-wrap {
    border-right: 0;
    padding-right: 0;
    width: 100%;
    height: auto;
  }
  .lastest-wrap .latest-blog .blog-view-wrap .desc {
    height: auto;
  }
  .lastest-wrap .latest-blog ul {
    margin-left: 0;
    width: 100%;
  }
  .utmd-cont .dl-wrap .dl-tit {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .utmd-cont .dl-wrap .dl-cont .desc {
    font-size: 18px;
  }
  .utmd-cont .dl-wrap01 .desc,
  .utmd-cont .dl-wrap01 .desc strong {
    font-size: 20px;
  }
  .utmd-cont .dl-wrap01 .desc br {
    display: none;
  }
  .utmd-cont .dl-wrap {
    margin-top: 40px;
  }
  .utmd-cont .dl-wrap .dl-cont ul li {
    font-size: 18px;
  }
  .utmd-cont .dl-wrap .dl-cont ul li:before {
    top: 10px;
  }
  .utmd-cont .tit03 {
    font-size: 22px;
  }
  .utmd-cont .tit03:before {
    top: 4px;
  }
  .utmd-cont .dl-wrap03 .dl-tit {
    font-size: 22px;
  }
  .utmd-cont .dl-wrap03 {
    margin-top: 40px;
  }
  .utmd-cont .dl-wrap03 .dl-cont ul li {
    margin-top: 10px;
    font-size: 18px;
  }
  .utmd-cont .dl-wrap03 img {
    display: block;
    margin: 10px auto 0 auto;
    width: 200px;
  }
  .utmd-cont .dl-wrap03 .dl-tit {
  }
  .utmd-cont .dl-wrap03 .dl-cont {
    width: 100%;
    padding-left: 0;
  }
  .fortigate-list.type02 {
    width: 100%;
  }
  .utmd-cont .dl-wrap03:before {
    background-size: 70px 60px;
  }
  .tabs-list-wrap .tabs-list.type01 li a {
    font-size: 16px;
  }
  .mh {
    display: none;
  }
  .tbl-wrap .tbl-list01 th {
    height: 50px;
  }
  .tbl-wrap .tbl-list01 td {
    height: 50px;
  }
  .tbl-wrap .tbl-list01 td.al {
    padding: 0 10px;
  }
  .board-search-form {
    width: calc(100% - 2px);
  }
  .board-search-form .select {
    width: 90px;
  }
  .remote-tit {
    font-size: 26px;
  }
  .remote-tit strong {
    font-size: 30px;
  }
  .remote-about-list li {
    margin-top: 5px;
    width: calc(100% - 30px);
    padding-left: 30px;
    font-size: 18px;
  }
  .remote-about-list li:first-child {
  }
  .remote-about-list li:before {
    font-size: 22px;
    top: -5px;
  }
  .remote-tit02 {
    font-size: 20px;
  }
  .remote-list dt {
    font-size: 18px;
  }
  .remote-list dd .desc02 {
    font-size: 18px;
  }
  .remote-list dt {
    margin-top: 40px;
  }
  .tbl-wrap .tbl-list01 .reply td.al {
    background-position: 20px center;
    padding-left: 50px;
  }
  .pn-list li span {
    width: 60px;
  }
  .tbl-wrap.type01 {
    margin-top: 20px;
  }
  .btnav-wrap {
    padding: 20px 0;
  }
  .btnav-wrap dl {
    float: left;
    width: calc(100% - 40px);
  }
  .btnav-wrap dl dt {
    height: 50px;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
  }
  .btnav-wrap dl dt a {
    position: relative;
    font-size: 18px;
    width: 100%;
    height: 50px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .btnav-wrap dl dt a i {
    color: #333;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 16px;
  }
  .btnav-wrap dl dt a i.el-icon-plus {
    display: block;
  }
  .btnav-wrap dl dt a i.el-icon-minus {
    display: none;
  }
  .btnav-wrap dl dt a.on i.el-icon-plus {
    display: none;
  }
  .btnav-wrap dl dt a.on i.el-icon-minus {
    display: block;
  }
  .btnav-wrap dl dd {
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }
  .btnav-wrap dl dd.on {
    display: block;
  }
  .tbl-write colgroup col:first-child {
    width: 100px;
  }
  .tbl-write th mark {
    font-size: 16px;
  }
  .tbl-write th {
    padding-left: 10px;
    font-size: 16px;
  }
  .tbl-write td .form .inp {
    width: calc(100% - 22px) !important;
    flex: 1;
  }
  .tbl-write td .form .select {
    flex: 1;
    width: 100% !important;
  }
  .tbl-write td .form span {
    font-size: 13px;
    width: 20px;
  }
  .tbl-write td .form {
    display: block;
  }
  .tbl-write td .form .select.t02 {
    margin: 10px 0 0 0;
  }
  .tbl-write td .form .textarea {
  }
  .btn-wrap01 .btn-estimate {
    width: 180px;
    height: 50px;
    font-size: 22px;
  }
  .estimate-agree .chk-wrap {
    padding-bottom: 40px;
    position: relative;
  }
  .estimate-agree .chk-wrap a {
    position: absolute;
    right: 0;
    bottom: 0px;
  }
  .agree-cont {
    width: calc(100% - 40px);
    padding: 20px;
  }
  .agency-list li {
    align-items: flex-start;
  }
  .agency-list li .pic {
    width: 130px;
  }
  .agency-list li .pic img {
    width: 100%;
  }
  .agency-list li .cont {
    flex: 1;
  }
  .agency-list li .cont .subj {
    font-size: 16px;
  }
  .agency-list li .cont .desc {
    font-size: 16px;
  }
  .agency-list {
    margin-bottom: 0;
  }
  .btn-wrap01 {
    margin-top: 20px;
  }
  .greeing-wrap {
    margin: 40px auto 0 auto;
    padding-top: 40px;
    flex-direction: column-reverse;
  }
  .greeing-wrap .pic {
    width: 100%;
  }
  .greeing-wrap .cont {
    width: 100%;
    margin-top: 20px;
  }
  .greeing-wrap .cont dl dt {
    font-size: 24px;
  }
  .greeing-wrap .cont dl dd ul li,
  .greeing-wrap .cont dl dd ul li strong {
    font-size: 16px;
  }
  .tbl-scrolls {
    width: 100%;
    height: auto;
    overflow: hidden;
    overflow-x: auto;
  }
  .tbl-wrap .tbl-scrolls .tbl-list01 {
    min-width: 720px;
  }
  .inquiry-tabs ul {
    display: block;
  }
  .inquiry-tabs ul li {
    width: calc(50% - 1px);
    float: left;
  }
  .inquiry-tabs ul li a {
    font-size: 16px;
    height: 40px;
  }
  .sub-section .btn-wrap.type01 a {
    width: 70px;
    font-size: 16px;
  }
  .tbl-write td .form .msg01 {
    margin-left: 0;
    margin-top: 10px;
  }
  .inquiry-desc-list {
    width: 100%;
  }
  .tbl-tit01,
  .help-list01 li,
  .help-list01 li strong {
    font-size: 18px;
  }
}

.ci-field-wrap {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 40px);
  max-width: 1100px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.ci-field-wrap dt {
  position: relative;
  display: inline-flex;
  padding: 0 10px;
  background: #fff;
  height: 50px;
  font-size: 40px;
  color: #185f9a;
  font-weight: 500;
}
.ci-field-wrap dd {
  border: 1px solid #ddd;
  width: calc(100% - 162px);
  padding: 80px;
  margin-top: -25px;
  font-size: 22px;
  color: #808080;
}

.ci-desc-list {
  width: calc(100% - 40px);
  max-width: 1100px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.ci-desc-list dt {
  font-size: 27px;
  color: #363636;
  font-weight: 500;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ci-desc-list dd {
  font-size: 22px;
  color: #808080;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.ci-list {
  width: calc(100% - 40px);
  max-width: 1100px;
  height: auto;
  overflow: hidden;
  margin: 80px auto 0 auto;
}
.ci-list li {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 200px;
}
.ci-list li:first-child {
  margin-top: 0;
}
.ci-list li .pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ci-list li .pic img {
  max-width: 100%;
}
.ci-list li .btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ci-list li .btn a {
  width: 154px;
  height: 48px;
  background: #005ba1;
  font-size: 17px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.location-wrap {
  padding-top: 38px;
  width: calc(100% - 40px);
  max-width: 1200px;
  border-top: 1px solid #ddd;
  height: auto;
  overflow: hidden;
  margin: 40px auto 0 auto;
}
.location-wrap .map-wrap {
  background: #ddd;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.addr-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 2px);
  height: auto;
  overflow: hidden;
  margin-top: 10px;
  border: 1px solid #b9b9b9;
}
.addr-list li {
  position: relative;
  background: #f5f5f5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 98px;
  overflow: hidden;
}
.addr-list li:first-child:before {
  background: #b9b9b9;
  content: "";
  width: 1px;
  height: 100%;
  overflow: hidden;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.addr-list li img {
  margin-left: 18px;
  margin-right: 20px;
  display: flex;
}
.addr-list li strong {
  margin-right: 20px;
  display: flex;
  font-size: 22px;
  font-weight: 500;
  color: #363636;
}
.addr-list li strong.big {
  margin-right: 0px;
  font-size: 22px;
  font-weight: 300;
  color: #363636;
}
.addr-list li span {
  margin-right: 10px;
  margin-top: 5px;
  margin-left: 5px;
  display: flex;
  font-size: 15px;
  color: #363636;
}

.contact-list {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.contact-list li {
  margin-top: 65px;
  float: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  overflow: hidden;
}
.contact-list li .pic {
  display: flex;
  width: 105px;
  height: 105px;
}
.contact-list li .cont {
  margin-left: 24px;
  width: calc(100% - 130px);
  height: auto;
  overflow: hidden;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.contact-list li .cont .subj {
  font-size: 22px;
  color: #116db8;
  font-weight: 500;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.contact-list li .cont .desc {
  margin-top: 5px;
  font-size: 17px;
  color: #363636;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.major-list {
  width: calc(100% - 40px);
  max-width: 1230px;
  height: auto;
  overflow: hidden;
  margin: 80px auto 0 auto;
  position: relative;
  padding-top: 10px;
}
.major-list:before {
  content: "";
  width: 1170px;
  height: 1px;
  overflow: hidden;
  display: block;
  background: #ddd;
  position: absolute;
  left: 30px;
  top: 0;
}
.major-list li {
  box-shadow: 3px 3px 4px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #dcd8d9;
  width: 348px;
  height: 130px;
  overflow: hidden;
  margin: 30px;
  float: left;
}
.major-list li img {
  width: 100%;
}

.lincense-list {
  width: calc(100% - 40px);
  max-width: 1000px;
  height: auto;
  overflow: hidden;
  margin: 30px auto 0 auto;
  position: relative;
  padding-top: 20px;
}
.lincense-list li {
  margin: 20px 0;
  width: calc(50% - 20px);
  height: auto;
  overflow: hidden;
  float: left;
}
.lincense-list li:nth-child(even) {
  float: right;
}
.lincense-list li.full {
  width: 100%;
}
.lincense-list li.full .pic {
  width: calc(50% - 2px);
  margin: 0 auto;
}
.lincense-list li .pic {
  border: 1px solid #ddd;
  width: calc(100% - 2px);
  height: auto;
  overflow: hidden;
}
.lincense-list li .txt {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
  font-size: 22px;
  color: #474747;
}

.about-tit {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  line-height: 1.3em;
  font-size: 40px;
  color: #3f6dbc;
}
.about-box01 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 50px auto 0 auto;
  width: calc(100% - 40px);
  height: auto;
  overflow: hidden;
  max-width: 1098px;
  border: 1px solid #dedede;
}
.about-box01 .cont {
  display: flex;
  width: calc(100% - 307px);
  padding: 0 40px;
  font-size: 22px;
  color: #808080;
  height: auto;
  overflow: hidden;
}
.about-box01 .pic {
  width: 227px;
  height: auto;
  overflow: hidden;
  display: flex;
}
.about-box02 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 50px auto 0 auto;
  width: calc(100% - 40px);
  height: auto;
  overflow: hidden;
  max-width: 1098px;
  border: 1px solid #dedede;
}
.about-box02 .cont {
  display: flex;
  width: calc(100% - 307px);
  padding: 0 40px;
  font-size: 22px;
  color: #808080;
  height: auto;
  overflow: hidden;
}
.about-box02 .pic {
  width: 227px;
  height: auto;
  overflow: hidden;
  display: flex;
}
.about-em-list {
  margin: 0 auto;
  width: 1010px;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-em-list li {
  font-size: 22px;
  font-weight: 500;
  color: #004072;
  letter-spacing: -1px;
  text-align: center;
  background-image: linear-gradient(to right, #16b9fc, #75e4ff);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 137px;
  height: 137px;
  overflow: hidden;
  border-radius: 50%;
}
.about-em-list li .txt {
  display: flex;
  font-size: 22px;
  color: #004072;
  font-weight: 500;
}
.about-em-list li a {
  display: inline-flex;
  padding-right: 15px;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  background: url(../image/bg/bg-arr02.png) no-repeat right center;
}

.dialog {
  justify-content: center;
  align-items: center;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.dialog.on {
  display: flex;
}
.dialog .pop-box {
  width: 320px;
  height: 227px;
  overflow: hidden;
  background: #fff;
}
.dialog .pop-box .pop-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 34px;
  overflow: hidden;
  background: #333;
}
.dialog .pop-box .pop-header h1 {
  font-size: 14px;
  color: #fff;
  height: 34px;
  line-height: 34px;
  margin-left: 15px;
}
.dialog .pop-box .pop-header a {
  margin-top: 5px;
}
.dialog .pop-box .pop-cont {
  width: 100%;
  height: 190px;
  overflow: hidden;
}
.dialog .pop-box .pop-cont .tit {
  width: calc(100% - 30px);
  height: auto;
  overflow: hidden;
  margin: 22px auto 0 auto;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.dialog .pop-box .pop-cont .desc {
  width: calc(100% - 30px);
  height: auto;
  overflow: hidden;
  margin: 10px auto 0 auto;
  font-size: 13px;
  color: #4c4c4c;
}
.dialog .pop-box .pop-cont a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 37px;
  overflow: hidden;
  background: #fb8530;
  margin: 20px auto 0 auto;
}
.dialog .pop-box .pop-cont a img {
  display: flex;
}
.dialog .pop-box .pop-cont a span {
  display: flex;
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
}

@media (max-width: 1200px) {
  .major-list li {
    width: calc(100% / 3 - 62px);
    height: auto;
  }
  .major-list:before {
    width: calc(100% - 60px);
  }
}
@media (max-width: 1024px) {
  .about-em-list {
    width: calc(100% - 40px);
    display: block;
    text-align: center;
  }
  .about-em-list li {
    display: inline-flex;
    margin: 10px;
  }
  .addr-list {
    flex-direction: column;
  }
  .addr-list li {
    width: 100%;
  }
  .addr-list li:first-child:before {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
  }

  .total-menu-list .newline {
    display: inline-block;
    font-size: 16px;
    color: #666666;
    margin-left: 5px;
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  .about-tit {
    font-size: 26px;
  }
  .about-box01 {
    align-items: flex-start;
  }
  .about-box01 .pic {
    width: 130px;
  }
  .about-box01 .pic img {
    width: 100%;
  }
  .about-box01 .cont {
    width: calc(100% - 170px);
    padding: 20px;
    font-size: 16px;
  }
  .about-box02 {
    align-items: flex-start;
  }
  .about-box02 .pic {
    width: 130px;
  }
  .about-box02 .pic img {
    width: 100%;
  }
  .about-box02 .cont {
    width: calc(100% - 170px);
    padding: 20px;
    font-size: 16px;
  }
  .ci-field-wrap dt {
    font-size: 26px;
    text-align: center;
  }
  .ci-field-wrap dd {
    width: calc(100% - 42px);
    font-size: 16px;
    padding: 20px;
  }
  .ci-list {
    margin-top: 40px;
  }
  .ci-desc-list dt {
    font-size: 22px;
  }
  .ci-desc-list dd {
    font-size: 16px;
  }
  .ci-list li {
    margin-top: 80px;
  }
  .lincense-list li {
    margin: 10px 0;
    width: calc(50% - 10px);
  }
  .lincense-list li .txt {
    height: 44px;
    text-align: center;
    font-size: 15px;
  }
  .lincense-list {
    margin-top: 0px;
  }
  .location-wrap .map-wrap {
    height: 300px;
  }
  .location-wrap {
    margin-top: 40px;
  }
  .addr-list li {
    height: 70px;
  }
  .addr-list li img {
    width: 40px;
    height: 40px;
    margin: 0 10px;
  }
  .addr-list li strong {
    margin-right: 10px;
    font-size: 14px;
  }
  .addr-list li strong.big {
    font-size: 14px;
  }
  .addr-list li span {
    font-size: 14px;
    margin-top: 2px;
  }
  .contact-list li {
    width: 100%;
    margin-top: 20px;
  }
  .contact-list li .pic {
    width: 70px;
    height: 70px;
  }
  .contact-list li .cont .subj {
    font-size: 18px;
  }
  .contact-list li .cont .desc {
    font-size: 14px;
  }
  .contact-list li .cont {
    margin-left: 15px;
  }
  .major-list {
    width: 100%;
    margin-top: 40px;
  }
  .major-list li {
    width: calc(100% / 2 - 42px);
    height: auto;
    margin: 20px;
  }
  .major-list:before {
    width: calc(100% - 40px);
    left: 20px;
  }
  .footer .fcont-wrap .fcont-item .fcont-info .side-footer {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
  }
  .footer .fcont-wrap .fcont-item .fcont-info .sns-list {
    width: auto;
  }
  .mang-list li ul li {
    margin: 0;
    padding-bottom: 0;
  }
  .remote_highlink li ul li {
    margin: 0;
    padding-bottom: 0;
  }
  .remote_highlink01 li ul li {
    margin: 0;
    padding-bottom: 0;
  }
  .remote_highlink01 li ul li.right_img {
    margin: 0;
    padding-bottom: 0;
  }
  .remote_highlink02 li ul li {
    margin: 0;
    padding-bottom: 0;
  }
  .remote_highlink02 li ul li.right_img {
    margin: 0;
    padding-bottom: 0;
  }
  .mang-list_iptop li ul li {
    margin: 0;
    padding-bottom: 0;
  }
  .mang-list_bottom li ul li {
    margin: 0;
    padding-bottom: 0;
  }

  .remote_tit li ul li {
    margin: 0;
    padding-bottom: 0;
  }
  .remote_tit li ul li {
    margin: 0;
    padding-bottom: 0;
  }
  .remote_tit li ul li {
    margin: 0;
    padding-bottom: 0;
  }
  .remote_tit li ul {
    width: calc(100% - 40px);
    height: auto;
    overflow: hidden;
    margin: 20px auto 0 auto;
  }
  .remote_tit li ul li {
    font-size: 16px;
    color: #808080;
    width: calc(100% - 20px);
    padding-left: 10px;
    height: auto;
    overflow: hidden;
    position: relative;
  }

  .section .title-wrap h2 .blue {
    font-size: 25px;
  }

  .lastest-wrap .latest-blog .blog-view-wrap .pic img {
    width: 100% !important;
    height: 100% !important;
  }
  #section-5 > div > div.latest-item > ul > li:nth-child(6) {
    display: none;
  }
  #section-5 > div > div.latest-blog > ul > li:nth-child(4) {
    display: none;
  }
}
@media (max-width: 480px) {
  .about-tit {
    font-size: 26px;
  }
  .about-box01 {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .about-box01 .pic {
    width: 100%;
  }
  .about-box01 .pic img {
  }
  .about-box01 .cont {
    width: calc(100% - 40px);
    padding: 20px;
    font-size: 16px;
  }
  .about-box02 {
    align-items: flex-start;
    flex-direction: column;
  }
  .about-box02 .pic {
    width: 100%;
  }
  .about-box02 .pic img {
  }
  .about-box02 .cont {
    width: calc(100% - 40px);
    padding: 20px;
    font-size: 16px;
  }
  .ci-field-wrap dt {
    font-size: 18px;
    height: 40px;
  }
  .ci-list li .btn a {
    width: 120px;
    height: 40px;
    font-size: 15px;
  }

  .lastest-wrap .latest-blog .blog-view-wrap .pic img {
    width: 100% !important;
    height: 100% !important;
  }
  #section-5 > div > div.latest-item > ul > li:nth-child(6) {
    display: none;
  }
  #section-5 > div > div.latest-blog > ul > li:nth-child(4) {
    display: none;
  }
}

/* 2020-03-18

 html/service/greeting.html
 .greeing-wrap .cont dl dd ul li:nth-child(3) span {
    font-size: 24px; font-weight: bold;
}
 2020 새로운 십년을 위한 도약! -> 폰트 2개 크게, 볼드
*/
.greeing-wrap .cont dl dd ul li:nth-child(3) span {
  font-size: 24px;
  font-weight: bold;
  display: block;
}

/* 2020-03-18 ysj */
.service-product-list li a.market-type {
  background: url(../image/bg/bg-market-type.jpg) no-repeat left top;
  background-size: cover;
}
.service-product-list li a.market-type img {
  opacity: 0;
}
.history-pic img {
  max-width: 550px;
}
.lincense-list {
  max-width: 1000px;
}

/* 2020-03-19 ysj */
@media (max-width: 768px) {
  .greeing-wrap .cont {
    background: url(../image/bg/bg-sign01.png) no-repeat 130px bottom;
    background-size: 150px 68px;
  }
}

/* 2020-03-20 */
.visiual-slide .item .cont .tit span {
  font-size: 80px;
  color: #00eaff;
  font-weight: bold;
}
.visiual-slide .item .cont .tit {
  line-height: 70px;
  font-size: 60px;
  padding-top: 0;
}
.visiual-slide .item .cont .tit-sub {
  padding-top: 0;
  font-family: "Noto Sans KR";
  font-weight: 700;
  font-size: 94px;
  margin-bottom: 32px;
  color: #75fffd;
}
.visiual-slide .item .cont {
  text-shadow: 1px 1px 10px #000;
}
.agree-tab-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.agree-tab-wrap:before {
  content: "";
  width: 100%;
  height: 2px;
  overflow: hidden;
  display: block;
  background: #eaeaea;
  position: absolute;
  left: 0;
  bottom: 0;
}
.agree-tab-wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 40px);
  max-width: 1280px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.agree-tab-wrap ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex: 1;
  height: auto;
  overflow: hidden;
}
.agree-tab-wrap ul li a {
  color: #999;
  position: relative;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  overflow: hidden;
}
.agree-tab-wrap ul li a.on {
  color: #1d7abd;
}
.agree-tab-wrap ul li a.on:before {
  content: "";
  width: 100%;
  height: 2px;
  overflow: hidden;
  display: block;
  background: #1d7abd;
  position: absolute;
  left: 0;
  bottom: 0;
}
.agreeBox {
  width: calc(100% - 40px);
  max-width: 1280px;
  height: auto;
  overflow: hidden;
  margin: 40px auto 100px auto;
}
.agreeBox .desc-list01 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.agreeBox .desc-list01 li {
  margin-bottom: 20px;
  color: #767676;
  font-size: 16px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.agreeBox .one-step {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.agreeBox .one-step li {
  margin-bottom: 5px;
  color: #767676;
  font-size: 16px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.agreeBox dl {
  margin: 40px 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.agreeBox dl dt {
  font-size: 16px;
  margin-bottom: 10px;
  color: #767676;
  font-weight: 500;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.agreeBox dl dt strong {
  color: #000;
  font-size: 16px;
  display: block;
}
.agreeBox dl dd {
  margin-bottom: 40px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.agreeBox dl dd ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.agreeBox dl dd > ul > li {
  margin-top: 10px;
  font-size: 16px;
  color: #767676;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.agreeBox dl dd > ul > li > ul {
  width: calc(100% - 15px);
  padding-left: 15px;
}
.agreeBox dl dd > ul > li > ul > li {
  margin-top: 5px;
  font-size: 16px;
  color: #767676;
}
.agreeBox dl dd > ul > li > ul > li > ul {
  width: calc(100% - 15px);
  padding-left: 15px;
}
.agreeBox dl dd > ul > li > ul > li > ul > li {
  margin-top: 5px;
  font-size: 16px;
  color: #767676;
}
.agreeBox dl dd > ul > li > ul > li > ul > li > ul {
  width: calc(100% - 15px);
  padding-left: 15px;
}
.agreeBox dl dd > ul > li > ul > li > ul > li > ul > li {
  margin-top: 5px;
  font-size: 16px;
  color: #767676;
}
.agreeBox dl dd .nlist01 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.agreeBox dl dd .nlist01 li {
  position: relative;
  font-size: 16px;
  color: #767676;
  width: calc(100% - 10px);
  padding-left: 10px;
  height: auto;
  overflow: hidden;
}
.agreeBox dl dd .nlist01 li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #767676;
}
.agreeBox dl dd .nlist02 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.agreeBox dl dd .nlist02 li {
  position: relative;
  font-size: 16px;
  color: #767676;
  width: calc(100% - 10px);
  padding-left: 10px;
  height: auto;
  overflow: hidden;
}
.agreeBox dl dd .nlist02 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 2px;
  height: 2px;
  display: block;
  background: #767676;
}
.agreeBox a {
  font-size: 16px;
  color: #767676;
  text-decoration: underline !important;
}
.agree-sub-list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 40px;
}
.agree-sub-list li {
  display: flex;
  position: relative;
  padding: 0 15px;
}
.agree-sub-list li:before {
  content: "";
  width: 1px;
  height: 15px;
  overflow: hidden;
  background: #999;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}
.agree-sub-list li:first-child:before {
  display: none;
}
.agree-sub-list li a {
  letter-spacing: -1px;
  font-size: 16px;
  color: #333;
}
.agree-sub-list li a.on {
  color: #1d7abd;
}
.agreeBox h3 {
  font-size: 22px;
  font-weight: 500;
  width: 100%;
  color: #000;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.agree-tab-wrap .select {
  display: none;
}
.agree-sub-select {
  display: none;
}
@media (max-width: 768px) {
  .visiual-slide .item .cont .tit {
    font-size: 30px;
    padding-top: 0;
  }
  .visiual-slide .item .cont .tit span {
    font-size: 30px;
  }
  .visiual-slide .item .cont .tit-sub {
    font-size: 50px;
    padding-top: 0;
  }
  .agreeBox {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .agree-sub-list li {
    padding: 0 15px;
  }
  .agree-sub-list li a {
    font-size: 14px;
  }
  .agree-tab-wrap {
    border: 0;
  }
  .agree-tab-wrap ul {
    display: none;
  }
  .agree-sub-list {
    display: none;
  }
  .agree-tab-wrap:before {
    display: none;
  }
  .agree-tab-wrap .select {
    font-size: 16px;
    display: block;
    width: calc(100% - 40px);
    margin: 20px auto 10px auto;
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 50px;
  }
  .agree-sub-select {
    font-size: 16px;
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto 20px auto;
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 50px;
  }
  .visiual-slide .item .cont .tit {
    line-height: 1.5em;
  }
  .visiual-slide .item .cont .tit span {
    font-size: 20px;
  }
}

/* 2020-03-24 */
.blog-title {
  display: block;
  margin-top: 5px;
  margin-bottom: 8px;
  font-size: 18px;
  color: #487ffb;
  font-weight: 500;
  font-family: "Noto Sans KR", sans-serif;
}
.lastest-wrap .latest-blog .blog-view-wrap .subj {
  display: block;
  margin-top: 5px;
  font-size: 20px;
  color: #487ffb;
  font-weight: 500;
}
.lastest-wrap .latest-blog .blog-view-wrap .desc {
  font-size: 17px;
}
.lastest-wrap .latest-blog ul li a .desc01 {
  font-size: 17px;
  line-height: 21px;
}

/*2020-05-25*/
.section#section-2 {
  padding-top: 80px;
}
.main-search-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 760px;
  height: 62px;
  overflow: hidden;
  border: 1px solid #318fd7;
  margin: 30px auto 0 auto;
}
.main-search-wrap .inp {
  font-size: 24px;
  display: flex;
  width: 100%;
  height: 62px;
  border: 0;
  flex: 1;
  text-align: center;
}
.main-search-wrap .inp::placeholder {
  color: #d3d3d3;
}
.main-search-wrap button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  width: 62px;
  height: 62px;
  overflow: hidden;
  display: flex;
}
.latest-list-area {
  display: none;
}
.latest-list-area.on {
  display: block;
}
.lastest-wrap .latest-item .item-header h2 {
  position: relative;
  width: 260px;
  margin-left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 49px;
}
.lastest-wrap .latest-item .item-header h2:before {
  margin-left: 10px;
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  width: 1px;
  height: 49px;
  display: block;
  background: #ddd;
  overflow: hidden;
}
.lastest-wrap .latest-item .item-header h2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 27px;
  color: #363636;
  font-weight: 500;
}
.lastest-wrap .latest-item .item-header h2 a:first-child {
}
.lastest-wrap .latest-item .item-header h2 a.on {
  color: #254294;
}
.sub-header-bar.nv {
  background: url(../image/bg/bg-sub-header-nv.jpg) no-repeat center top;
  background-size: cover;
}

.newletter-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  overflow: hidden;
  border-bottom: 2px solid #308ed4;
  margin-top: 80px;
}
.newletter-header button {
  display: flex;
  cursor: pointer;
  border: 0;
  width: 41px;
  height: 41px;
  overflow: hidden;
  padding: 0;
  background: transparent;
}
.newletter-header h3 {
  font-size: 60px;
  color: #598dd2;
  font-weight: 500;
  width: 190px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newletter-header a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: #aaa;
}
.newletter-header a > img {
  margin: 0 10px;
}

.newletter-cont {
  width: 800px;
  height: auto;
  overflow: hidden;
  margin: 0 auto 100px auto;
}
.newletter-cont .pic-wrap {
  margin-top: 66px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newletter-cont .pic-wrap img {
  width: 100%;
  float: left;
}
.newletter-cont dl {
  margin-top: 40px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newletter-cont dl.monthly-type {
  width: calc(100% - 22px);
  padding: 10px;
  border: 1px solid #e38020;
}
.newletter-cont dl.tip-type {
  width: calc(100% - 22px);
  padding: 10px;
  border: 1px solid #e3207c;
}
.newletter-cont dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  overflow: hidden;
  padding-bottom: 25px;
  border-bottom: 2px solid #272727;
}
.newletter-cont dl dt .item-tit {
  width: 170px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.newletter-cont dl dt .item-tit strong {
  display: flex;
  margin-right: 5px;
  font-weight: 500;
  font-size: 25px;
}
.newletter-cont dl dt .item-tit .org {
  color: #e38020;
}
.newletter-cont dl dt .item-tit .blue {
  color: #598dd2;
}
.newletter-cont dl dt .item-tit .pink {
  color: #e3207c;
}
.newletter-cont dl dt span {
  margin-top: 8px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.newletter-cont dl dd {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newletter-cont dl dd .news-link-list {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newletter-cont dl dd .news-link-list li {
  border-top: 1px solid #e8e8e8;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newletter-cont dl dd .news-link-list li:first-child {
  border-top: 0;
}
.newletter-cont dl dd .news-link-list li a {
  width: 100%;
  height: 100px;
  overflow: hidden;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.newletter-cont dl dd .news-link-list li a .item-tit {
  font-size: 19px;
  color: #0a0a0a;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newletter-cont dl dd .news-link-list li a .url {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newletter-cont dl dd .news-link-list li a .url span {
  display: flex;
  font-size: 15px;
  color: #a6a6a6;
}
.newletter-cont dl dd .news-link-list li a .url img {
  display: flex;
  margin-left: 5px;
}

.newletter-cont dl dd .news-view-wrap {
  margin-top: 40px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newletter-cont dl dd .news-view-wrap img {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  border: 1px solid #c0c0c0;
  border-bottom: 3px solid #308ed6;
}
.newletter-cont dl dd .news-view-wrap.type01 img {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.newletter-cont dl dd .news-view-wrap .nv-tit {
  text-align: center;
  font-size: 20px;
  color: #598dd2;
}
.newletter-cont dl dd .news-view-wrap .nv-desc {
  font-size: 17px;
  color: #222;
}
.newletter-cont dl dd .news-view-wrap.type02 img {
  float: left;
  width: 100%;
  margin-right: 0;
}
.newletter-cont dl dd .news-view-wrap.type02 .nv-tit {
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.newletter-cont dl dd .news-view-wrap.type02 .nv-desc {
  float: left;
  margin-top: 10px;
  width: 100%;
  height: auto;
}

.newletter-cont dl dd .nv-btn-wrap {
  border-bottom: 1px solid #c0c0c0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 40px;
  padding-bottom: 40px;
}
.newletter-cont dl dd .nv-btn-wrap a {
  margin: 0 5px;
  background: #235ba4;
  width: 180px;
  height: 46px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newletter-cont dl dd .nv-btn-wrap a span {
  display: flex;
  font-size: 23px;
  color: #fff;
}
.newletter-cont dl dd .nv-btn-wrap a img {
  display: flex;
  margin-left: 5px;
}
.newletter-cont dl dd.ac {
  text-align: center;
}
.newletter-cont dl dd .tip-tit01 {
  margin-top: 40px;
  text-align: center;
  font-size: 28px;
  color: #e3207c;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newletter-cont dl dd .tip-tit02 {
  text-align: center;
  font-size: 33px;
  color: #0a0a0a;
  display: inline-flex;
  margin: 40px auto 0 auto;
  border-bottom: 1px solid #0a0a0a;
  padding-bottom: 10px;
  height: auto;
  overflow: hidden;
}
.newletter-cont dl dd .tip-desc {
  margin-top: 20px;
  text-align: center;
  font-size: 22px;
  color: #222;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 100px;
}
.iframe-cont {
  text-align: center;
}
#the-iframe {
  overflow-x: hidden;
  overflow: auto;
  width: 100%;
  min-height: 500px;
}
.newletter-cont .addr-wrap {
  margin-top: 60px;
  width: calc(100% - 40px);
  padding: 15px 20px;
  height: auto;
  overflow: hidden;
  background: #333;
  position: relative;
}
.newletter-cont .addr-wrap ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newletter-cont .addr-wrap ul li {
  font-size: 25px;
  color: #fff;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.newletter-cont .addr-wrap ul li span {
  font-size: 25px;
  color: #fff;
  display: flex;
}
.newletter-cont .addr-wrap ul li img {
  display: flex;
  margin-left: 5px;
}
.newletter-cont .addr-wrap .sns-link-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  right: 20px;
  bottom: 15px;
}
.newletter-cont .addr-wrap .sns-link-wrap a {
  display: flex;
  margin-left: 10px;
}
.news-footer-wrap {
  border-top: 1px solid #363636;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 25px;
  padding-top: 25px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.news-footer-wrap a {
  font-size: 16px;
  color: #363636;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 48px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #363636;
}
.newletter-cont.type01 {
  width: 100%;
}
.new-monthly-list {
  width: calc(100% - 42px);
  height: auto;
  overflow: hidden;
  max-width: 1200px;
  margin: 100px auto;
  padding-left: 2px;
}
.new-monthly-list li {
  width: calc(100% / 3 - 1px);
  height: auto;
  overflow: hidden;
  float: left;
  margin-bottom: 50px;
}

.new-monthly-list li a {
  margin: 0 auto;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 40px);
  height: auto;
  overflow: hidden;
}
.new-monthly-list li a:hover {
  animation: mover 0.5s infinite alternate;
}
.new-monthly-list li a .pic {
  margin: 0 auto;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-monthly-list li a .pic img {
  width: 100%;
}
.new-monthly-list li a .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  font-size: 27px;
  color: #323232;
  margin-top: 10px;
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

/*추가*/
.table-wrap.none:before,
.table-wrap.none:after {
  display: none;
}
.acon-table tr > td span {
  font-size: 18px;
  color: #212121;
  text-decoration: line-through;
}
.acon-table tr > .new {
  background: url(../image/etc/icon_3.png) no-repeat right top;
}
.acon-table tr > .bg-gray {
  background: #ddd;
}
.acon-table tr > .bg-yellow {
  background: yellow;
}
.game-help-msg {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 20px auto 0px auto;
  max-width: 1200px;
}
.game-help-msg dt {
  font-size: 15px;
  color: #555;
  font-weight: 500;
}
.game-help-msg dd {
  margin-top: 10px;
}
.game-help-msg dd ul {
}
.game-help-msg dd ul li {
  margin-top: 5px;
  font-size: 15px;
  color: #555;
  position: relative;
  padding-left: 10px;
}
.game-help-msg dd ul li strong {
  font-weight: 500;
  font-size: 15px;
  color: #555;
}
.game-help-msg dd ul li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.game-help-msg dd ul li img {
  vertical-align: middle;
}

@media (max-width: 768px) {
  .section#section-2 {
    padding-top: 50px;
  }
  .main-search-wrap {
    width: calc(100% - 40px);
    height: 45px;
  }
  .main-search-wrap .inp {
    height: 45px;
    font-size: 16px;
  }
  .main-search-wrap button {
    width: 45px;
    height: 45px;
  }
  .main-search-wrap button img {
    width: 45px;
    height: 45px;
  }
  .lastest-wrap .latest-item .item-header h2 {
    width: 180px;
    height: 35px;
  }
  .lastest-wrap .latest-item .item-header h2:before {
    height: 35px;
  }
  .lastest-wrap .latest-item .item-header h2 a {
    font-size: 22px;
  }
  .lastest-wrap .latest-item .item-header {
    height: 70px;
  }
  .new-monthly-list {
    margin: 40px auto;
    width: calc(100% - 40px);
    padding-left: 0;
  }
  .new-monthly-list li {
    margin-bottom: 20px;
    width: calc(100% / 2);
  }
  .new-monthly-list li a .txt {
    font-size: 18px;
  }
  .newletter-cont.type01 {
    margin-bottom: 0;
  }
  .newletter-header {
    margin-top: 40px;
    height: 50px;
  }
  .newletter-header button {
    width: 30px;
    height: 30px;
  }
  .newletter-header button img {
    width: 30px;
    height: 30px;
  }
  .newletter-header h3 {
    font-size: 30px;
    height: 30px;
  }
  .newletter-cont {
    width: calc(100% - 40px);
    margin-top: 40px;
  }
  .newletter-cont .pic-wrap {
    margin-top: 0;
  }
  .newletter-cont dl.monthly-type {
    margin-top: 20px;
  }
  .newletter-cont dl dt .item-tit strong {
    font-size: 18px;
  }
  .newletter-cont dl dt .item-tit {
    width: 120px;
  }
  .newletter-cont dl dt span {
    font-size: 12px;
  }
  .newletter-cont dl dt {
    padding-bottom: 0;
  }
  .newletter-cont dl dd .news-link-list li a {
    height: auto;
    padding: 10px 0;
  }
  .newletter-cont dl dd .news-link-list li a .item-tit {
    font-size: 15px;
  }
  .newletter-cont dl dd .news-link-list li a .url span {
    font-size: 12px;
  }
  .newletter-cont dl dd .news-view-wrap img {
    margin-right: 0;
    width: calc(100% - 2px);
  }
  .newletter-cont dl dd .news-view-wrap {
    margin-top: 20px;
  }
  .newletter-cont dl dd .news-view-wrap .nv-tit {
    font-size: 16px;
  }
  .newletter-cont dl dd .news-view-wrap .nv-desc {
    font-size: 14px;
  }
  .newletter-cont dl dd .nv-btn-wrap a span {
    font-size: 16px;
  }
  .newletter-cont dl dd .news-view-wrap.type01 img {
    margin-left: 0;
  }
  .newletter-cont dl dd .news-view-wrap.type02 img {
    width: calc(100% - 2px);
  }
  .newletter-cont dl dd .tip-tit01 {
    margin-top: 20px;
    font-size: 18px;
  }
  .newletter-cont dl dd .tip-tit02 {
    margin-top: 20px;
    font-size: 18px;
  }
  .newletter-cont dl dd .tip-desc {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .newletter-cont .addr-wrap ul li,
  .newletter-cont .addr-wrap ul li span {
    font-size: 15px;
  }
  .newletter-cont .addr-wrap ul li img {
    width: 77px;
    height: 10px;
  }
  .newletter-cont .addr-wrap .sns-link-wrap {
    position: static;
    margin-top: 10px;
  }
  .newletter-cont .addr-wrap .sns-link-wrap a {
    margin-left: 0;
    margin-right: 10px;
  }
}

/*2020-06-05*/
.table-wrap:after {
  content: "";
  top: -10px;
  right: 249px;
  border: 2px solid #ff7d0b;
  height: calc(100% + 10px);
  width: 397px;
  display: block;
  position: absolute;
}
.table-wrap.type01:before {
  box-shadow: 2px 2px 10px 10px rgba(0, 0, 0, 0.05);
  border: 7px solid #0080ff;
  border-radius: 40px;
}
.table-wrap.type01:after {
  box-shadow: 2px 2px 10px 10px rgba(0, 0, 0, 0.05);
  width: 540px;
  left: 148px;
  height: 70px;
  background: #0080ff;
  border: 7px solid #0080ff;
  border-radius: 40px;
}
.table-wrap.type01 th.org {
  z-index: 9;
  position: relative;
  background: transparent;
  color: #fff;
}
.table-wrap.type01 .org {
  color: #0080ff;
}
.table-wrap.type01 {
  overflow: visible;
}
@media (max-width: 1200px) {
  .table-wrap.type01:after {
    width: 520px;
    height: 40px;
  }
}

.sub-section.hgx-type01 {
  padding: 0;
}
.sub-section.hgx-type01 .pic-cont {
  margin-top: 0;
  position: relative;
}
.sub-section.hgx-type01 .pic-cont img {
  width: 100%;
}
.sub-section.hgx-type01 .youtube-wrap {
  width: 42.41667vw;
  height: 23.833333vw;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -22.313833vw;
  top: 125.416667vw;
}
.sub-section.hgx-type01 .youtube-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.boan-skill-list.type01 {
  margin-top: 0;
  width: 1840px;
}
.boan-skill-list.type01 li {
  border: 3px solid #0380ff;
  margin-top: 0;
  margin-bottom: 34px;
  width: calc(50% - 70px);
  float: left;
}
.boan-skill-list.type01 li:nth-child(even) {
  float: right;
}
.boan-skill-list.type01 li .dt {
  background: #0380ff;
}
.boan-skill-list.type01 li .dd .t01 {
  color: #0380ff;
}
.hgx-subj01 {
  margin-top: 0;
  text-align: center;
  font-size: 35px;
}
.sub-section.hgx-main {
  background: url(../image/hgx-main/bg-hgx-main.jpg) no-repeat center top;
  background-size: cover;
}
.sub-section.hgx-main h3 {
  color: #fff;
}
.sub-section.hgx-main a {
  margin: 40px auto 0 auto;
  width: 300px;
  height: 80px;
  overflow: hidden;
  background: #0380ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub-section.hgx-main a span {
  display: flex;
  font-size: 30px;
  color: #fff;
}
.sub-section.hgx-main a img {
  display: flex;
  margin-left: 5px;
}
.sub-section.hgx-main01 {
  background: url(../image/hgx-main/bg-hgx-main01.jpg) no-repeat center top;
  background-size: cover;
}
.sub-section.hgx-main01 h3 {
  color: #fff;
}
.sub-section.hgx-main01 .desc {
  width: calc(100% - 40px);
  height: auto;
  overflow: hidden;
  text-align: center;
  font-size: 30px;
  color: #f9f9f9;
}
.sub-section.hgx-main01 .desc strong {
  font-size: 30px;
  color: #00fffc;
  font-weight: 500;
}
.hgx-etc-table {
  min-width: 740px;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0;
}
.tbl-con-wrap .hgx-etc-table table {
  border: 0;
}
.tbl-con-wrap .hgx-etc-table table td {
  background: #f4f5f9;
  border-bottom: 1px solid #cbcbcb;
}
.tbl-con-wrap .hgx-etc-table table td.cell {
  border-left: 1px solid #cbcbcb;
}
.tbl-con-wrap .hgx-etc-table table td.cb {
  color: #0080ff;
}
.tbl-con-wrap .hgx-etc-table table td.bol {
  border-left: 0;
}
.ccon-sub-wrap {
  height: calc(100% - 95px);
}
.ccon-subcon li.bg01 {
  background: #f4f5f9;
}
.ccon-subcon li.mb5 {
  margin-bottom: 5px;
}
.ccon-subcon li:last-child {
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}
.srcoll-pic-wrap {
  margin: 0 auto;
  width: calc(100% - 140px);
  height: auto;
  overflow: hidden;
  text-align: center;
}
.srcoll-pic-wrap img {
  max-width: 100%;
}
.freetest-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 100px auto 190px auto;
}
.freetest-btn-wrap a {
  width: 450px;
  height: 100px;
  overflow: Hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.freetest-btn-wrap a.type01 {
  background: #08236f;
}
.freetest-btn-wrap a.type02 {
  background: #023636;
}
.freetest-btn-wrap a span {
  font-size: 40px;
  color: #fff;
  display: flex;
}
.freetest-btn-wrap a img {
  display: flex;
  margin-left: 10px;
}
#navigation-menu.type01 {
  width: auto;
  padding: 10px 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
}
#navigation-menu.type01 ul li a {
  opacity: 1 !important;
  border-radius: 0;
  padding-right: 30px;
  position: relative;
  text-align: right;
  height: auto;
  background: transparent;
  font-size: 15px;
  text-indent: 0;
  width: auto;
  border: 0;
}
#navigation-menu.type01 ul li a:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #a0a0a0;
  overflow: Hidden;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
#navigation-menu.type01 ul li a.mPS2id-highlight:before {
  border: 3px solid #505050;
  width: 13px;
  height: 13px;
}
#navigation-menu.type01 ul {
  position: relative;
}
#navigation-menu.type01 ul:before {
  content: "";
  width: 2px;
  height: 110px;
  overflow: Hidden;
  display: block;
  background: #3e3e3e;
  position: absolute;
  right: 8px;
  top: 8px;
}
@media (max-width: 1800px) {
  .boan-skill-list.type01 {
    width: calc(100% - 40px);
  }
  .boan-skill-list.type01 li {
    width: calc(100% - 6px);
    height: auto;
  }
}
@media (max-width: 1200px) {
  .sub-section.hgx-type01 .pic-cont {
    width: 100%;
    padding: 0;
  }
  .sub-section.hgx-type01 .youtube-wrap {
    height: 41.666666666666664vw;
    margin-left: -41.666666666666664vw;
    width: 83.33333333333333vw;
    top: 116.416667vw;
  }
  .hgx-subj01 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .srcoll-pic-wrap {
    overflow-x: auto;
    width: calc(100% - 40px);
  }
  .srcoll-pic-wrap img {
    min-width: 1000px;
  }
  .freetest-btn-wrap {
    margin: 30px auto 50px auto;
  }
  .freetest-btn-wrap a {
    width: 240px;
    height: 50px;
  }
  .freetest-btn-wrap a span {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .boan-skill-list.type01 li:nth-child(2),
  .boan-skill-list.type01 li .dt {
    height: 250px;
  }
  .boan-skill-list.type01 li .dt .t01 {
    font-size: 13px;
  }
  .boan-skill-list.type01 li .dt .t02 {
    font-size: 22px;
  }
  .sub-section.hgx-main a {
    margin: 40px auto 0 auto;
    width: 200px;
    height: 50px;
    overflow: hidden;
    background: #0380ff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sub-section.hgx-main a span {
    display: flex;
    font-size: 18px;
    color: #fff;
  }
  .sub-section.hgx-main a img {
    display: flex;
    margin-left: 5px;
  }
  .ccon-sub-wrap {
    height: calc(100% - 95px);
  }
  .sub-section.hgx-main01 .desc {
    width: calc(100% - 40px);
    font-size: 18px;
  }
  .sub-section.hgx-main01 .desc strong {
    font-size: 18px;
  }

  .vn-Introduction {
    width: 100%;
    flex-direction: column;
  }
  .vn-Introduction-main h3 {
    font-size: 26px;
  }
}

.event-pop {
  background: #fff;
  width: 500px;
  height: auto;
  overflow: hidden;
  position: fixed;
  left: 25%;
  margin-left: -250px;
  top: 200px;
  border: 1px solid #ddd;
  z-index: 9999;
}
.event-pop .cont {
  width: 500px;
  height: auto;
  overflow: hidden;
  position: relative;
}
.event-pop .cont img {
  float: left;
}
.btn-event-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.btn-event-go {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -148px;
}
.btn-event-close i {
  font-size: 30px;
  color: #fff;
}
.event-pop button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  overflow: Hidden;
  border: 0;
  background: #fff;
}
.event-pop button i {
  display: flex;
  font-size: 15px;
  margin-left: 10px;
}
.event-pop button span {
  display: flex;
}
.btn-event-link {
  display: none;
}

.hgx-help-wrap {
  padding: 80px 0 90px 0;
  background: #e3e3e3;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.hgx-help-wrap ul {
  display: flex;
  justify-content: center;
  align-item: center;
  width: calc(100% - 40px);
  margin: 10px auto 0 auto;
  height: auto;
  overflow: hidden;
}
.hgx-help-wrap ul li {
  width: 386px;
  height: 386px;
  margin: 0 5px;
  overflow: hidden;
  text-align: center;
}
.hgx-help-wrap ul li.bg01 {
  background: url(../image/hgx-main/bg-hgx-img01.jpg) no-repeat center top;
  background-size: cover;
}
.hgx-help-wrap ul li.bg02 {
  background: url(../image/hgx-main/bg-hgx-img02.jpg) no-repeat center top;
  background-size: cover;
}
.hgx-help-wrap ul li.bg03 {
  background: url(../image/hgx-main/bg-hgx-img03.jpg) no-repeat center top;
  background-size: cover;
}
.hgx-help-wrap ul li.bg04 {
  background: url(../image/hgx-main/bg-hgx-img04.jpg) no-repeat center top;
  background-size: cover;
}
.hgx-help-wrap ul li.bg05 {
  background: url(../image/hgx-main/bg-hgx-img05.jpg) no-repeat center top;
  background-size: cover;
}
.hgx-help-wrap ul li .ico {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 70px;
}
.hgx-help-wrap ul li .tit {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 21px;
  color: #9ce7e8;
  font-weight: 500;
}
.hgx-help-wrap ul li .e01 {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.hgx-help-wrap ul li .desc {
  margin-top: 30px;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 15px;
  color: #fff;
}

@media (max-width: 1024px) {
  .btn-event-link {
    background: #283247;
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .btn-event-link i {
    font-size: 13px;
    color: #fff;
    display: flex;
    margin-right: 15px;
  }
  .btn-event-link span {
    font-size: 13px;
    letter-spacing: 0.3px;
    color: #fff;
    display: flex;
  }
  .btn-event-link .evt {
    margin: 0 10px;
    height: 40px;
    width: 80px;
    overflow: Hidden;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btn-event-link .evt img {
    display: flex;
  }
  .btn-event-link .evt strong {
    display: flex;
    margin-left: 5px;
    font-size: 13px;
    color: #283247;
  }
  .event-pop {
    display: none;
  }

  .sub-dl {
    padding: 30px 0;
  }
  .sub-dl dt {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
    text-align: center;
    font-size: 32px;
    color: #363636;
    font-weight: 500;
  }
  .sub-dl dt > i {
    font-size: 22px;
    color: #363636;
    font-weight: 500;
  }
  .sub-dl dt:before {
    content: "";
    width: 80px;
    height: 3px;
    overflow: hidden;
    display: block;
    background: #598dd2;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -40px;
  }
  .sub-dl dd {
    font-size: 20px;
    color: #363636;
  }
  .hgx-tit {
    height: 55px;
    line-height: 55px;
    font-size: 30px;
  }

  .sub-section.remote-header h3 {
    padding-bottom: 30px;
    font-size: 20px;
  }
  .sub-section.remote-header h3 strong {
    font-size: 20px;
  }
  .sub-section.pt0 .pic-cont {
    width: 100% !important;
    padding: 0 !important;
  }
  .sub-section.pt0 .pic-cont_voucher {
    width: 100% !important;
    padding: 0 !important;
  }
  .hgx-etc-popup {
    left: 20px;
    width: calc(100% - 40px);
    margin-left: 0px;
    margin-top: -200px;
    margin: 0;
  }
  .hgx-etc-popup a {
    width: 100%;
  }
  .hgx-etc-popup a img {
    width: 100%;
  }
  .hgx-help-wrap ul {
    display: block;
  }
  .hgx-help-wrap ul li {
    margin-top: 10px;
    width: calc(100% - 40px);
    padding: 20px;
    height: auto;
  }
  .hgx-help-wrap ul li:first-child {
    margin-top: 0;
  }
}

@media (max-width: 1200px) {
  .table-wrap.type01:after {
    height: 54px;
    top: 7px;
  }
  .table-wrap.type01:before {
    top: 10px;
    height: 605px;
  }
  .table-wrap.type01 {
    padding: 20px 0;
  }
}

.section-mobile {
  display: none;
}

.sub-header-bar .rela > .remote_manual_mobile {
  display: none;
}

@media (max-width: 768px) {
  .section-mobile {
    display: block;
  }
  .section-default {
    display: none;
  }
  .section-mobile .remote_highlink li.section-mobile-second .tit {
    color: #fff000;
  }
  .section-mobile .remote_highlink > li.section-mobile-second {
    background: #e2a453;
  }
  .sub-header-bar {
    height: 240px;
  }
  .sub-header-bar .rela {
    height: 200px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .sub-header-bar .rela > .remote_manual {
    display: none;
  }
  .sub-header-bar .rela > .remote_manual_mobile {
    width: 45%;
    height: 54px;
    padding: 2px;
    position: relative;
    border: 1px solid #fff;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 5px;
    display: flex;
  }
  .sub-header-bar .rela > .remote_manual_mobile .tit01 a {
    color: #fff;
  }
}

.evnt-toggle {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0 5px;
  border: 1px solid;
  cursor: pointer;
}

.evnt_top_banner .inner .evnt-dismiss-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.sub-section.pt0.mt-2 {
  margin-top: 2em;
}

.tbl-write td .form .inp.wide-input {
  width: 250px;
}

.voucher-icon-container {
  margin-bottom: -20px;
}

.header.active.m01 .total-rela {
}

.header.active.m01 a.width-fix {
  max-width: 244px;
  overflow: hidden;
  word-break: break-all;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.sub-section-custom {
  margin: 0 auto;
}

.sub-section-custom .sub-section-title .title-text {
  margin-top: 10px;
}

.sub-section-custom .sub-section-title span {
  font-weight: 400;
}

.sub-section-custom .sub-section-title .title-text-sub {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 300;
}

.sub-section-custom .sub-section-title .title-text span {
  font-weight: 400;
}

.sub-section-custom .sub-section-body {
  margin-top: 50px;
  position: relative;
  left: 35%;
}

.sub-section-custom .sub-section-body .check-item h3,
.sub-section-body .check-item span {
  font-weight: 400;
}

.sub-section-custom .sub-section-body .check-item {
  margin-bottom: 10px;
}

.sub-section-custom .sub-section-body .check-item h3 {
  display: inline;
}

.sub-section-custom .sub-section-body .check-img {
  margin-right: 5px;
}

.sub-section-custom .sub-section-footer {
  margin-top: 15px;
}

.sub-section-custom .sub-section-footer .footer-text {
  color: light-gray;
  font-weight: 400;
}

.sub-section-custom2 {
  margin: 0 auto;
}

.sub-section-custom2 .sub-section-title .title-text {
  margin-top: 10px;
}

.sub-section-custom2 .sub-section-title .title-text span {
  font-weight: 400;
}

.sub-section-custom2 .sub-section-body {
  margin-top: 20px;
}

.sub-section-custom2 .sub-section-body .sub-section-body-title {
  margin-bottom: 80px;
  font-weight: 400;
  color: #555555;
}

.sub-section-custom2 .sub-section-body .text-container {
  position: relative;
  background-color: #fff;
  border: thick solid #07459b;
  width: 30%;
  height: 264px;
  margin: 10px auto;
  padding: 10px 25px;
  z-index: 9;
}

.text-container .text-container-subtitle {
  font-weight: 400;
}

.text-container .service-list .service-list-item {
  margin-top: 10px;
  font-weight: 400;
}

.text-container-bg {
  position: relative;
  top: -700px;
  border: thick solid #07459b;
  width: 22%;
  height: 500px;
  margin: -300px auto;
  padding: 0;
  z-index: 0;
}

.text-container-bg.border-sky {
  top: -500px;
}

.border-sky {
  border: thick solid #c0ddff !important;
}

.text-bg-blue {
  padding: 0 15px;
  margin-right: 20px;
  background-color: #07459b;
  color: #fff;
}

.contact-icon {
  position: relative;
  top: 10px;
  margin-right: 20px;
}

.contact-message {
  font-weight: 400;
}

.text-50 {
  font-size: 50px !important;
}

.text-40 {
  font-size: 40px !important;
}

.text-30 {
  font-size: 30px !important;
}

.text-25 {
  font-size: 25px !important;
}

.text-20 {
  font-size: 20px !important;
}

.hl-gray {
  background: linear-gradient(to top, #f1f1f1 50%, transparent 50%);
}

.hl-yello {
  background: linear-gradient(to top, #ffe400 50%, transparent 50%);
}

.spacer-40 {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
}

.spacer-120 {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 80px;
}

.divider-img {
  width: 100%;
  margin: 80px 0;
}

.divider-img01 {
  width: 100%;
  margin: 5px 0;
}

.divider-img02 {
  width: 100%;
  margin: 5px 0;
}

.mt-2 {
  margin-top: 1.5em;
}

.mt-1 {
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .sub-section-custom .sub-section-title .title-text-sub {
    margin-top: 10px;
  }

  .sub-section-custom .sub-section-body {
    margin-top: 50px;
    position: relative;
    left: 10%;
  }

  .sub-section-custom .sub-section-body .check-item {
    margin-bottom: 10px;
  }

  .sub-section-custom .sub-section-body .check-img {
    position: relative;
    top: 4px;
    height: 20px;
    margin-right: 5px;
  }

  .sub-section-custom .sub-section-body .check-text {
    padding: 0;
  }

  .sub-section-custom2 .sub-section-body .text-container {
    position: relative;
    background-color: #fff;
    border: thick solid #07459b;
    width: 70%;
    height: 150px;
    margin: 10px auto;
    padding: 10px 25px;
    z-index: 9;
  }

  .text-container-bg {
    position: relative;
    top: -400px;
    border: thick solid #07459b;
    width: 22%;
    height: 250px;
    margin: -150px auto;
    padding: 0;
    z-index: 0;
  }

  .contact-icon {
    position: relative;
    top: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .contact-message {
    display: block;
  }

  .text-container-bg.border-sky {
    top: -250px;
  }

  .text-50 {
    font-size: 25px !important;
  }

  .text-40 {
    font-size: 20px !important;
  }

  .text-30 {
    font-size: 15px !important;
  }

  .text-25 {
    font-size: 12px !important;
  }

  .text-20 {
    font-size: 10px !important;
  }

  .spacer-120 {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 30px;
  }

  .divider-img {
    width: 100%;
    margin: 50px 0;
  }
}
