
.sub-container{
  /*min-height:900px;*/
  padding-top:80px;
  color:#111;
  padding-bottom: 200px;
}
.sub-visual{
  background: #fff url(../images/sub-visual1.jpg) repeat-x center center;
  height:340px;
  text-align:center;
  display:table;
  width:100%;
  background-size:cover;
}
.sub-visual.visual2{
  background: #fff url(../images/sub-visual2.jpg) repeat-x center center;
  background-size:cover;
}
.sub-visual.visual3{
  background: #fff url(../images/sub-visual3.jpg) repeat-x center center;
  background-size:cover;
}
.sub-visual.visual4{
  background: #fff url(../images/sub-visual4.jpg) repeat-x center center;
  background-size:cover;
}
.sub-visual h1{
  font-size:68px;
  display:table-cell;
  vertical-align:middle;
  color:#fff;
  font-weight:500;
}
.sub-container .container{
    width:auto !important;
    max-width: 1170px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
@media screen and (max-width: 1024px) {
  
}
@media screen and (max-width: 768px) {
  
  .sub-container{
    padding-top:50px;
    padding-bottom:100px;
  }
  .sub-visual{
    height:105px;
  }
  .sub-visual h1{
    font-size:24px;
  }
  .breadcrumb{display:none;}
}
.breadcrumb{
  background:#f7f7f7;
  padding:23px 0;
  margin-bottom:100px;
}
.breadcrumb ul:after{
  content: '';
  display:block;
  clear: both;
}
.breadcrumb ul li:after{
  content: '>';
  display: inline-block;
  margin:3px 7px 0;
  font-size:11px;
  vertical-align: top;

}
.breadcrumb ul li:last-child:after{
  display:none;
}
.breadcrumb ul li{
  float:left;
  font-weight:300;
}
.tab{
  margin-bottom:120px;
}
.tab-menu{
  background:#fff;
  display:block;
}
.tab-menu-mobile{
  display:none;
}
.lnb-menu-mobile{
  display:none;
}
.tab-menu li{
  text-align:center;
  padding:0;
}
.tab-menu li a{
  font-size:20px;
  color:#333;
  display:block;
  padding:23px 0;
  border:1px solid #ccc;
  margin-left:-1px;
}
.tab-menu li a.on{
  background:#083f88;
  color:#fff;
  font-weight:500;
  border:1px solid #083f88;
}
.lnb{
  width:240px;
  margin-bottom: 50px;
  z-index: 100;
  position: relative;
}
.lnb-menu.pc{
  display:block;
}
.lnb-menu.mobile{
  display:none;
}
.lnb-menu{
  z-index:50;
  display:block;
}
.lnb-menu li{
  font-size:20px;
  height:60px;
  line-height: 60px;
  border-bottom: 1px solid #ccc;
  padding-left:9px;
}
.lnb-menu li a{
  color:#333;
  display:block;
}
.lnb-menu li.on{
  border-bottom:2px solid #093f89;
}
.lnb-menu li.on a{
  color:#093f89;
  font-weight: 600;
}
.lnb-contents{
  display:none;
}
.lnb-contents.on{
  display:block;
}
@media screen and (max-width: 1024px) {
  .lnb-contents{
    margin-top:0;
  }
  .tab{
    position:relative;
    height:50px;
    margin-bottom:60px;
    text-align:center;
    text-align-last:center;
    text-align:-moz-center;
    text-align:-webkit-center;
  }
  .tab-menu{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index: 51;
    display:none;
  }
  .tab-menu-mobile{
    display:block;
    color: #333;
    border: 1px solid #ccc;
    height:50px;
    width:100%;
    text-align:center;
    font-size:13px;
    -webkit-appearance: none; /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
    position:relative;
    border-radius:0;
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    /*padding-left: calc(50% - 1em);*/
  }
  .lnb-menu-mobile{
    display:block;
    color: #333;
    border: 1px solid #ccc;
    height:50px;
    width:100%;
    text-align:center;
    font-size:13px;
    -webkit-appearance: none; /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
    position:relative;
    border-radius:0;
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
  }
  .lnb-menu-mobile option{
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
  }
  .tab:after{
    content:'';
    display:block;
    box-sizing: border-box;
    height: 15px;
    width: 15px;
    border-style: solid;
    border-color: #111;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    margin-bottom: 4px;
    margin-right: 20px;
    position:absolute;
    top:11px;
    right:0;
  }
  .development .tab{
    margin-bottom:10px;
  }
  .tab-menu li{
    margin-top:-1px;
  }
  .tab-menu li a{
    font-size:13px;
    color:#333;
    display:none;
    padding:13px 0;
    display:none;
  }
  .tab-menu li a.on{
    background:#fff;
    display:block;
    color:#333;
    border:1px solid #ccc;
    /*z-index:1100;*/
  }
  .lnb{
    position:relative;
    height:50px;
    margin-bottom:60px;
    width:100%;
    text-align:center;
    text-align-last:center;
    text-align:-moz-center;
    text-align:-webkit-center;
  }
  .lnb-menu{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    display:none;
  }
  .lnb:after{
    content:'';
    display:block;
    box-sizing: border-box;
    height: 15px;
    width: 15px;
    border-style: solid;
    border-color: #111;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    margin-bottom: 4px;
    margin-right: 20px;
    position:absolute;
    top:11px;
    right:0;
  }
  .lnb-menu li{
    margin-top:-1px;
    border-bottom:0;
    height:auto;
    line-height: inherit;
    padding-left:0;
  }
  .lnb-menu li a{
    font-size:13px;
    color:#333;
    display:none;
    padding:13px 0;
    border:1px solid #ccc;
    margin-left:-1px;
    text-align:center;
  }
  .lnb li.on{
    border: 0;
  }
  .lnb-menu li.on a{
    background:#fff;
    display:block;
    color:#333;
    font-weight: 500;
    /*z-index: 1100;*/
  }
  .lnb-menu.mobile{
    display:block;
  }
  .lnb-menu.pc{
    display:none;
  }
}
.intro-text{
  font-size:36px;
  line-height: 1.2;
  margin-bottom:30px;
}
.intro-sub-text{
  font-size:24px;
  line-height: 34px;
  margin-bottom:80px;
}
@media screen and (max-width: 768px) {
  .intro-text{
    font-size:18px;
    margin-bottom:15px;
  }
  .intro-sub-text{
    font-size:12px;
    line-height: 1.2;
    margin-bottom:40px;
  }
  
}
.img-full img{
  width:100%;
  height:auto;
}
.intro .img-intro{
  margin-bottom:80px;
}
.registration{
  margin-bottom: 140px;
}
.registration .subject{
  text-align:center;
  font-size:24px;
  margin-top:20px;
}
.registration .row{
  margin-right:-30px;
  margin-left:-30px;
}
.registration .col-md-4{
  padding-right:30px;
  padding-left:30px;
}
.ceo-msg{
  /*height: 540px;*/
  background: #fff url(../images/bg-intro.jpg) no-repeat center center;
  color:#fff;
  padding:90px 0;
  margin-bottom:200px;
}
.ceo-msg .text-box p{
  font-size:24px;
  font-weight:300;
  line-height:1.5;
}
.ceo-name{
  font-size: 32px;
  font-weight:500;
}
.organization{
  margin-bottom:200px;
}
.download{
  position: relative;
}
.download .text-area{
  position: absolute;
  top:20px;
  left:46%;
  font-size: 32px;
  line-height: 1.2;
}
.download .color-orange, .download .color-blue{
  font-size:50px;
}
.color-orange{
  color:#f15922;
}
.color-blue{
  color:#083f88;
}
.btn-download-area{
  position: absolute;
  bottom:23%;
  left:46%; 
  font-size:24px;
  width:100%;
}
.btn-download-area li{
  display: inline-block;
  text-align:left;
  margin-right:20px;
}
.btn-download-area li:last-child{
  margin-right:0;
}
.btn-download-area li span{
  display:block;
  margin-bottom: 10px;
}
.btn-download{
  display:block;
  width:250px;
  height: 60px;
  padding-left:25px;
  line-height:60px;
  border:1px solid #333;
  background: #fff url(../images/icon-download.png) no-repeat  95% center;
  color:#333;
}
.btn-download:hover{
  background: #083f88 url(../images/icon-download-over.png) no-repeat  95% center;
  color:#fff;
}
.history-area:after{
  content:'';
  display:block;
  clear:both;
}
.history-area{
  float:right;
  width:50%;
}
.history-list{
  padding-top:100px;
  position: relative;
  border-left:1px solid #e0e0e0;
}
.history-list:after{
  content: '';
  display: block;
  width:33px;
  height: 33px;
  background: url(../images/icon-history.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top:0;
  left:-16.5px;
}
.history-list > li:after{
  content: '';
  display:block;
  width:20px;
  height: 20px;
  background: #f35a21;
  border-radius:100%;
  position: absolute;
  top:8px;
  left:-10px;
}
.history-list > li{
  padding-left:60px;
  position: relative;
  font-size: 20px;
  margin-bottom: 120px;
  font-weight: 300;
}
.history-list > li:last-child{
  margin-bottom: 0;
}
.history-list .year{
  position: absolute;
  top:0;
  left:-205px;
  font-size:36px;
  font-weight: 600;
  line-height: 1;
  z-index: 10;
}
.history-list .contents{
  position: relative;
  top:-7px;
}
.history-list .contents li{
   line-height: 2.5;
   position: relative;
   padding-left:70px;
   z-index: 10;
}
.history-list .contents li .month{
  position: absolute;
  top:0;
  left:0;
}
.history-list .year-2023 img{
  position: absolute;
  top: 0;
  right: -60%;
  max-width: 430px;
}
.history-list .year-2020 img{
  position: absolute;
  top: 14px;
  left: -170%;
  max-width: 643px;
}
.history-list .year-2016 img{
  margin-top:60px;
}
.history-list > li.year-2016{
  background:#fff;
  margin-left:-1px;
}
.history-list > li.year-2016:after{
  top:0;
}
.history-list > li.year-2016 .contents{
  position: relative;
  top:-9px;
}
.ci-type {
  margin-bottom: 70px;
}
.ci-type .subject{
  text-align: center;
  font-size:20px;
  margin-top: 15px;
}
.ci .row{
  margin: -25px;
}
.ci .col-md-6{
  padding: 25px;
}
.ci-logo .row{
  margin: 0 -10px;
}
.ci-logo .col-md-4, .ci-logo .col-md-4{
  padding: 0 10px;
}
.ci-top{
  text-align: center;
  margin-bottom:80px;
}
.ci-top-text{
  font-size:34px;
  margin-top:45px;
}
.ci-color{
  margin-bottom: 130px;
}
.ci-color dt, .ci-color dd{
  float:left;
  width:50%;
}
.ci-color dt{
  height:100px;
  font-size: 20px;
  font-weight: 500;
  color:#fff;
  text-align: center;
  line-height: 100px;
}
.ci-color .ci-blue dt{
  background: #093f89;
}
.ci-color .ci-orange dt{
  background: #f25822;
}
.ci-color dd{
  padding-top: 3px;
  font-size: 18px;
  color:#555;
  padding-left:30px;
  font-weight: 300;
  line-height: 1.7;
}
.development.container{
  padding-bottom:0;
}
.box-contents li{
  position:relative;
}
.box-contents li:after{
  content:'';
  display:block;
  clear:both;
}
.box-contents li{
  margin-bottom: 200px;
}
.box-contents li:last-child{
  margin-bottom: 0;
}
.box-contents .img-area{
  float:left;
  width:66.6666%;
}
.box-contents .img-area img{
  max-width:1300px;
  width:100%;
  height:auto;
}
.box-contents .text-area{
  float:left;
  width:33.3333%;
}
.box-contents li dl{
  position:absolute;
  bottom:10%;
  left:50%;
}
.box-contents li.right{
  padding-left: 2%;
}
.box-contents li.right dl{
  left:inherit;
  right:60%;
}
#tab6 .box-contents li.right dl{
  right:60%;
}
#tab6 .box-contents li.left dl{
  left:55%;
}
.box-contents li.right .img-area{
  float:right;
}
.box-contents li.bottom{
  padding-left: 18.8%;
}
.box-contents li.bottom .text-area{
  float:none;
  width: 100%;
  margin-bottom: 3%;
}
.box-contents li.bottom .img-area{
  float: none;
  width: 100%;
  max-width:1036px;
}
.box-contents li.bottom dl{
  position: static;
}
.box-contents dl dt{
  font-size:2.5vw;
  margin-bottom:30px;
}
.box-contents dl dd{
  font-size:1.45vw;
  font-weight:300;
}
.sub-contents .info-text{
  text-align:center;
  font-size:32px;
  margin-bottom:100px;
  line-height:1.5;
}
.sub-contents .info-text span{
  font-weight:600;
}
.system-contents li{
  margin-bottom:70px;
  font-size:24px;
}
.system-contents .system-text{
  display:block;
  text-align:center;
  margin-top:15px;
}
.system-contents dt{
  height:90px;
  display:block;
  padding:0 30px;
  line-height:90px;
  color:#fff;
  background:#f7941d;
  border-radius:27px 27px 0 0;
  font-size:24px;
  font-weight:300;
}
.system-contents li:nth-child(1):nth-child(-n+3) dt{
  background:#f7941d;
}
.system-contents li:nth-child(n+4):nth-child(-n+6) dt{
  background:#f15c25;
}
.system-contents li:nth-child(n+7):nth-child(-n+9) dt{
  background:#083f88;
}
.system-contents dt:after{
  content:'';
  display:block;
  clear:both;
}
.system-contents dt span{
  display:inline-block;
  vertical-align:baseline;
  font-weight:300;
}
.system-contents dt .num{
  font-size:48px;
  font-weight:600;
  float:right;
}
.status-area .title{
  font-size:1.87vw;
  font-weight:600;
  padding-bottom:20px;
  display:block;
}
.status-area > ul > li{
  margin-bottom:160px;
}
.status-area > ul > li:last-child{
  margin-bottom:0;
}
.status-area li:after{
  content:'';
  display:block;
  clear:both;
}
.status-area .table{
  float:left;
  width:50%;
  position: relative;
}
.status-area .img{
  float:right;
  width:50%;
}
.status-area .left .img-full{
  padding-left:60px;
}
.status-area .right .img-full{
  padding-right:60px;
}
.status-area .right .table{
  float:right;
  clear:both;
}
.status-area .right .img{
  float:left;
}
.status-area .right .title{
  width:50%;
  float:right;
}
.status-area .table-wrap{
  border-top:2px solid #083f88;
  border-bottom:2px solid #083f88;
  padding:20px 0;
}
.status-area table{
  width:100%;
}
.status-area table th{
  font-size:1.45vw;
  text-align:left;
  color:#555;
  vertical-align:top;
  padding:10px 0;
}
.status-area table td{
  font-size:1.45vw;
  font-weight:300;
  vertical-align:middle;
  padding:10px 0;
}
.list-style li{
  font-size:1.04vw;
  padding-left:15px;
  position:relative;
  line-height:1.5;
}
.list-style li:before{
  content:'';
  height:2px;
  width:2px;
  border-radius:100%;
  background:#555;
  position:absolute;
  top:10px;
  left:0;
}
.status-area .bottom-text{
  font-size:1.45vw;
  color:#083f88;
  display:block;
  margin-top:10px;
}
.status-area .full .table{
  display:table;
  width:100%;
  table-layout: fixed;
}
.status-area .full.left .img{
  max-width: 520px;
  position: absolute;
  top:40px;
  right: 0;
  margin-top: 0;
}
.status-area .full .table-info{
  width:75%;
  display:table-cell;
  float:none;
  vertical-align:top;
}
.status-area .full .table-img{
  width:27.3%;
  display:table-cell;
  padding-left:60px;
  padding-bottom:35px;
  vertical-align:top;
}
.status-area .full .img{
  width:100%;
  float:left;
  margin-top:80px;
}
.status-area .full .table-img .img-full:first-child{
  margin-bottom:25px;
}
.map-address{
  padding:50px 0;
  transform:translateY(-20%);
  background:#fff;
  box-shadow:0 20px 50px rgba(0,0,0,0.2);
}
.map-address dl{
  display:table;
  width:100%;
}
.map-address dt, .map-address dd{
  display:table-cell;
}
.map-address dt{
  text-align:center;
  font-size:36px;
  width:30%;
  vertical-align:middle;
}
.map-address dd{
  width:70%;
  font-size:24px;
  padding-left:65px;
  font-weight:300;
  border-left:1px solid #ccc;
  line-height:1.7;
}
.notice-text{
  text-align:center;
  margin-top:150px;
  font-size:24px;
}
.client-list{
  position:relative;
  height:800px;
  margin:0 160px;
}
.client-list li{
  position:absolute;
}
.client-list li a{
  text-align:center;
  position: relative;
  display:block;
  /*width:11.45vw;
  height:11.45vw;*/
  width:220px;
  height:220px;
  border-radius:100%;
  box-shadow:0 20px 50px rgba(0,0,0,0.2);
}
.client-list li a .blind{
  display:none;
  color:#fff;
  font-size:24px;
}
.client-list li:not(.client1) a:hover{
  background:#083f88;
  color:#fff;
}
.client-list li:not(.client1) a:hover .blind{
  display:block;
  position:absolute;
  top:50%;
  left:50%;
  display:block;
  width:100%;
  transform: translate(-50%, -50%);
}
.client-list li.client1 a{
  /*width:21.87vw;
  height:21.87vw;*/
  width:420px;
  height:420px;
}
.client1{
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  background:url("../images/img-client1.png") 0 0 no-repeat;
  background-size:100% auto;
}
.client2{
  top:-4%;
  left:12%;
  background:url("../images/img-client2.png") 0 0 no-repeat;
  background-size:100% auto;
}
.client3{
  top:0%;
  right:5%;
  background:url("../images/img-client3.png") 0 0 no-repeat;
  background-size:100% auto;
}
.client4{
  bottom:28%;
  left:-8%;
  background:url("../images/img-client4.png") 0 0 no-repeat;
  background-size:100% auto;
}
.client5{
  bottom:25%;
  right:-8%;
  background:url("../images/img-client5.png") 0 0 no-repeat;
  background-size:100% auto;
}
.client6{
  bottom:-10%;
  right:36%;
  background:url("../images/img-client6.png") 0 0 no-repeat;
  background-size:100% auto;
}
.client-btn{
  position:relative;
}
.client-btn a {
  position:absolute;
  width: 30px;
  height: 60px;
  display:block;
  font-size:0;
  text-indent: -9999px;
  overflow:hidden;
  top:50%;
  transform: translateY(-50%);
}
.client-btn a:before {
  /* font-family: "flexslider-icon"; */
  font-size: 0;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.client-btn a.btn-next:before {
  content: '\f002';
}
.client-btn a.btn-prev {
  left: 0;
  background: url(../images/icon-arrow-prev.png) center no-repeat;
  background-size: auto 100%;
}
.client-btn .btn-next {
  right: 0;
  text-align: right;
  background: url(../images/icon-arrow-next.png) center no-repeat;
  background-size: auto 100%;
}
.client .logo-area{
  max-width:600px;
  width:100%;
  margin:0 auto;
  text-align:center;
}
.client .logo-area img{
  width:100%;
  height:auto;
  margin:0 auto;
}
.client .client-contents > ul > li{
  background:#f4f4f4;
  padding:100px 0 120px;
  margin-top:80px;
}

.client .client-img{
  float:left;
  width:50%;
  padding-right:60px;
}
.client .client-img .img-full{
  /*height:520px;*/
  box-shadow:0 20px 50px rgba(0,0,0,0.2);
}
.client .client-info{
  float:right;
  width:50%;  
}
.client .client-info .title{
  font-size:36px;
  font-weight:600;
}
.client .client-info .sub-text{
  font-size:28px;
  font-weight:300;
  line-height: 1.5;
  margin:30px 0;
}
.client .client-info .sub-title{
  font-size:24px;
  margin-bottom:5px;
}
.client .client-info .list-style li{
  font-size:22px;
  font-weight:300;
  letter-spacing:-1px;
  position: relative;
  padding-left: 15px;
  line-height: 1.5;
}
.list-style li:before{
  width:3px;
  height:3px;
  top:16px;
}
.inquiry-area{
  position: relative;
}
.inquiry-text-box{
  text-align:center;
  position: absolute;
  top:15%;
  left:0;
  width:100%;
}
.inquiry-text{
  font-size:32px;
}
.inquiry-icon{
  width:5%;
  margin:5% auto 2%;
}
.inquiry-icon img{
  width:100%;
  height: auto;
}
.email-text{
  font-size:24px;
  text-decoration:underline;
  color:#333;
}
.email-text:hover{
  text-decoration:underline;
  color:#333;
}
.img-ceo{
  margin-bottom:1px;
  margin-left:20px;
}
@media screen and (max-width: 1280px){
  .inquiry-area{
    margin-top:30px;
  }
  .inquiry-text{
    font-size:16px;
  }
  .inquiry-icon{
    width:50px;
    margin:5% auto 2%;
  }
  .email-text{
    font-size:12px;
  }
}
@media screen and (max-width: 1200px){
  .client-list{
    margin:0 80px;
  }
  .client-list li a{
    width:200px;
    height:200px;
  }
  .client-list li.client1 a{
    width:400px;
    height:400px;
  }
}
@media screen and (max-width: 1024px) {
  .download .text-area{
    top:10%;
    left:46%;
    font-size: 18px;
  }
  .download .color-orange, .download .color-blue{
    font-size:25px;
  }
  .btn-download-area{
    position: absolute;
    bottom:23%;
    left:46%; 
    font-size:16px;

  }
  .btn-download{
    width:150px;
    height: 40px;
    padding-left:20px;
    line-height:40px;
    background-size:10% auto;
  }
  .btn-download:hover{
    background-size:10% auto;
  }
  .status-area table th, .status-area table td, .status-area .bottom-text{
    font-size:14px;
  }
  .status-area .list-style li{
    font-size:12px;
  }
  .status-area .title{
    font-size:16px;
  }
  .client-list{
    margin:0 50px;
  }
  .client-list li a{
    width:180px;
    height:180px;
  }
  .client-list li.client1 a{
    width:380px;
    height:380px;
  }
}

@media screen and (max-width: 768px) {
  .status-area .full.left .img{
    position: static;
    max-width: 100%;
  }
  .img-ceo{
    margin-bottom:5px;
    margin-left:10px;
    width:90px;
    height:auto;
  }
  .intro .img-intro{
    margin-bottom:40px;
  }
  .registration{
    margin-bottom: 70px;
  }
  .registration .row{
    margin-right:-5px;
    margin-left:-5px;
  }
  .registration .col-md-4{
    padding-right:5px;
    padding-left:5px;
  }
  .registration .subject{
    font-size:12px;
    margin-top:10px;
  }
  .ceo-msg{
    height: auto;
    padding:10px 0;
    margin-bottom:100px;
  }
  .ceo-msg .text-box p{
    font-size:14px;
  }
  .ceo-name{
    font-size:16px;
  }
  .organization{
    margin-bottom:100px;
  }
  .download .text-area{
    top:15%;
    left:50%;
    font-size: 16px;
  }
  .download .color-orange, .download .color-blue{
    font-size:20px;
  }
  .btn-download-area li{
    width:43%;
    margin-right:2%;
  }
  .btn-download{
    width:100%;
    background-size: 15px auto;
  }
  .btn-download:hover{
    background-size:15px auto;
  }
  .btn-download-area{
    left:7%;
    bottom: 7%;
  }
  .history-area{
    float:none;
    width:100%;
    padding-left:27px;
  }
  .history-list > li{
    padding-left:35px;
    font-size:13px;
  }
  .history-list .contents li{
    padding-left:35px;
  }
  .history-list .year{
    position:static;
    display:block;
    font-size:20px;
    margin-bottom: 15px;
    z-index: 10;
  }
  .history-list > li{
    margin-bottom:50px;
  }
  .history-list > li:after{
    width:12px;
    height: 12px;
    left:-6px;
  }
  .history-list{
    padding-top:50px;
  }
  .history-list:after{
    width:25px;
    height: 25px;
    left:-12.5px;
  }
  .history-list .year-2023 img{
    position: static;
    margin-top:30px;
  }
  .history-list .year-2020 img{
    position: static;
    margin-top:30px;
  }
  .history-list .year-2016 img{
    margin-top:30px;
  }
  .ci-top{
    margin-bottom:40px;
  }
  .ci-top img{
    width:50%;
    height: auto;
  }
  .ci-top-text{
    font-size:14px;
    margin-top:23px;
    letter-spacing:-1px;
  }
  .ci-type {
    margin-bottom: 35px;
  }
  .ci-type .subject{
    font-size:12px;
    margin-top: 7px;
  }
  .ci .row{
    margin: -15px -5px;
  }
  .ci .col-xs-6{
    padding: 15px 5px;
  }
  .ci-color{
    margin-bottom: 50px;
  }
  .ci-color dt, .ci-color dd{
    float:none;
    width:100%;
  }
  .ci-color dt{
    height:50px;
    font-size: 13px;
    line-height: 50px;
  }
  .ci-color dd{
    padding-top:10px;
    font-size: 11px;
    padding-left:0;
  }
  .ci-logo .row{
    margin: -7.5px;
  }
  .ci-logo .col-md-4, .ci-logo .col-md-4{
    padding: 7.5px;
  }
  .lnb{
    margin-bottom:40px;
  }
  .box-contents .text-area{
    width:20%;
  }
  .box-contents .img-area{
    width:80%;
  }
  .box-contents .img-only .img-area{
    width:93%;
  }
  .box-contents li dl{
    top:50%;
    bottom:inherit;
    left:inherit;
    right:20px;
  }
  .box-contents li.right dl{
    position:absolute;
    right:inherit;
    left:20px;
  }
  .box-contents dl dt{
    margin-bottom:20px;
    font-size:3.5vw;
  }
  .box-contents dl dd{
    font-size:2.45vw;
  }
  .box-contents li{
    margin-bottom:35%;
  }
  .box-contents li:last-child{
    margin-bottom:0;
  }
  .box-contents li.bottom{
    padding:0 15px;
  }
  #tab3 .box-contents li.left .text-area dl{
    top:75%;
  }
  .system-contents li{
    margin-bottom:30px;
    font-size:12px;
  }
  .system-contents .row{
     margin-left:-5px;
     margin-right:-5px;
   }
  .system-contents .col-xs-6{
    padding-left:5px;
    padding-right:5px;
  }
  .system-contents dt{
    height:35px;
    padding:0 15px;
    line-height:35px;
    border-radius:15px 15px 0 0;
    font-size:12px;
  }
  .system-contents dt .num{
    font-size:18px;
  }
  .sub-contents .info-text{
    font-size:14px;
    margin-bottom:30px;
  }
  .status-area > ul > li{
    margin-bottom:80px;
  }
  .status-area > ul > li:last-child{
    margin-bottom:0;
  }
  .status-area .table{
    float:none;
    width:100%;
  }
  .status-area .img{
    float:none;
    width:100%;
  }
  .status-area .table .img-full{
    padding-right:0;
    margin-top:30px;
  }
  .status-area .img .img-full{
    margin-top:30px;
    padding-left:0;
  }
  .status-area .left .img-full{
    padding-left:0;
  }
  .status-area .right .img-full{
    padding-right:0;
  }
  .status-area table th{
    width: 35% !important;
  }
  .status-area table th, .status-area table td, .status-area .bottom-text{
    font-size:14px;
  }
  .status-area .list-style{
    font-size:12px;
  }
  .status-area .title{
    font-size:16px;
  }
  .status-area .right .title{
    width:100%;

  }
  .status-area .full .table-img, .status-area .full .table-info{
    padding-left:0;
    display:block;
    width:100%;
  }
  .status-area .full .table-img{
    display:block;
    width:100%;
    margin:30px 0 0;
    overflow:hidden;
    padding-bottom:0;
  }
  .status-area .full .table-img .img-full:first-child{
    float:left;
    margin:0;
  }
  .status-area .full .table-img .img-full{
    float:right;
    width:48%;
    margin:0;
  }
  .status-area .full .img{
    margin-top:0;
  }
  .map-address{
    padding:30px;
    transform: translateY(-50%);
  }
  .map-address dl{
    display:block;
  }
  .map-address dt, .map-address dd{
    display:block;
  }
  .map-address dt{
    font-size:16px;
    width:100%;
    margin-bottom:15px;
    text-align:left;
  }
  .map-address dd{
    width:100%;
    font-size:14px;
    padding-left:0;
    border-left:0;
  }
  .client-list{
    position:relative;
    margin:0 10px;
    height:325px;
  }
  .client-list li a{
    width:90px;
    height:90px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  }
  .client-list li.client1 a{
    width:150px;
    height:150px;
  }
  .client-list li a .blind{
    font-size:14px;
  }
  .notice-text{
    font-size:12px;
    margin-top:60px;
  }
  /*.client-btn{*/
  /*  height:58px;*/
  /*  padding: 15px 0;*/
  /*}*/
  .client-btn a{
    width:15px;
    height:25px;
    padding:0;
    margin:0;
  }
  .client .logo-area{
    padding:0 50px;
  }
  .client .client-contents > ul > li{
    padding:40px 0;
    margin-top:30px;
  }
  .client .client-contents > ul > li:first-child{
    margin-top:0;
  }
  .client .client-img{
    float:none;
    width:100%;
    padding-right:0;
    padding:0 30px;
  }
  .client .client-img .img-full{
    /*height:520px;*/
    box-shadow:0 10px 20px rgba(0,0,0,0.2);
  }
  .client .client-info{
    float:none;
    width:100%;
    margin-top:40px;  
  }
  .client .client-info .title{
    font-size:16px;
  }
  .client .client-info .sub-text{
    font-size:14px;
    margin:15px 0;
  }
  .client .client-info .sub-title{
    font-size:14px;
    margin-bottom:5px;
  }
  .client .client-info .list-style li{
    font-size:12px;
    padding-left:10px;
  }
  .list-style li:before{
    width:2px;
    height:2px;
    top:10px;
  }
}
.text-point{
  color:#f15922;
}
.pdt10{
  margin-top: 10px;
  display: block;
}
/*# sourceMappingURL=style.css.map */
