@charset "utf-8";

#container{
  min-height: inherit;
}
#bo_list tbody tr:hover{
  border-left: 0;
}
.tbl_head01 a:hover {
  text-decoration: none;
}

/*sub-top-wrap*/
.shgroup{
    display: none;
}

.sub-top-wrap{
    padding: 99px 0 0;
    position:relative;
    z-index: 100;
}
.sub-top-wrap .tit-ot{
    max-width: 1440px;
    margin: 0 auto;
}
.sub-top-wrap .tit-ot .sub-title{
    padding-bottom: 80px;
}
.sub-top-wrap .tit-ot .sub-title .pt-color{
    font-family: 'GmarketSans';
    margin-bottom: 15px;
}

/*tab*/
.tab-ot{
    display: flex;
}
.tab-ot > div{
    position: relative;
}
/* .tab-ot > div::after{
    content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #ccc;
    position: absolute;
    right: 0;
    top:50%;
    transform: translate(0,-50%);
} */
.tab-ot .home-btn-set{
    padding-left: 0;
    display: flex;
    align-items: center;
}
.tab-ot .home-btn-set .home-btn{
    background: url(../img/sub/home-btn.png)no-repeat center/cover;
    width: 19px;
    height: 19px;
}
.tab-ot .location-menu-set .locm,
.tab-ot .upper-menu-set .locm,
.tab-ot .location-in-menu-set .locm-in,
.tab-ot .upper-menu-set .locm-in{
    /* display: none;
    position: absolute;
    top: 50px;
    width: 100%; */
}
.tab-ot > div .upperbtn::after{
    content: "";
    display: inline-block;
    background: url(../img/sub/loc-arr.png)no-repeat center/cover;
    width: 14px;
    height: 8px;
    margin-left: 50px;
    transform: rotate( 360deg );
    transition: .3s;
}
.tab-ot > div .upperbtn.on::after{
    transform: rotate( 180deg );
    transition: .3s;
}
.tab-ot .home-btn-set{
    padding: 0 35px 0 0;
}
.tab-ot > div .upperbtn{
    padding: 0 35px;
}
.tab-ot > div .upperbtn > button{
    font-size: 17px;
    height: 50px;
}
.tab-ot .upper-menu-set .locm > li > a,
.tab-ot .location-menu-set .locm > li > a,
.tab-ot .upper-menu-set .locm-in > li > a,
.tab-ot .location-in-menu-set .locm-in > li > a{
    padding: 14px 35px;
    font-size: 16px;
    width: 100%;
    background: #fff;
    letter-spacing: 0;
    font-weight: 500;
}

/*sub banner*/
.sub-pc-bg{
  height: 200px;
  background-size: cover;
  background-position: center;
  /*background-attachment: fixed;
      padding: 13.54185% 0;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;*/
}
.sub-pc-bg::after {
    content: "";
    display: block;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .8s;
    transition: all .8s;
    width: 100%;
    height: 100%;
}
.sub-pc-bg.on::after{
    width: 0;
}


/*****공통 s*****/

/*contents 공통*/
.sub-con-wrap .inner .con-wrap{
    padding: 150px 0;
}
.sub-con-wrap.history .inner .con-wrap{
  padding-bottom: 0;
	overflow: hidden
}
.sub-con-wrap .inner .titset + .content,
.sub-con-wrap.business  .inner .con-wrap{
    padding-top: 100px;
}

/*contents max-width*/
.wh-in,
.sub-con-wrap .inner .con-wrap .titset,
.sub-con-wrap .inner .con-wrap .content{
    max-width: 1280px;
    margin: 0 auto;
}
.wh-full,
.sub-con-wrap .inner .con-wrap .titset.wh-full,
.sub-con-wrap .inner .con-wrap .content.wh-full{
    max-width: inherit;
}

/*****공통 e****/


/*about*/

/*fixed menu*/
.fixed-menu{
    position:absolute;
    top:0px;
    left:0px;
    padding:160px 0 0;
    display: flex;
    flex-direction: column;
    z-index: 100;
    font-size: 16px;
}
.fixed-menu.fixed{
    position:fixed;
    top:10px
}
.fixed-menu.fixed.mb{
  top:70px;
}
.fixed-menu  a{
    position: relative;
    padding-left: 40px;
}
.fixed-menu a:hover,
.fixed-menu a.on{
    font-weight:600;
    margin-left:-1px;/* font-weight:bold 처리를 했을 때 글자가 흔들려보이는 현상 제어 */;
    color:#E10314;
}
.fixed-menu a:hover>span,
.fixed-menu a.on>span{
    visibility:visible;
}
.fixed-menu a + a{
    margin-top:10px
}
.fixed-menu a:before {
    display: block;
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #E10314;
    transform-origin: left top;
    transform: scaleX(0);
    opacity: 0;
    transition: 0.3s;
}
.fixed-menu a.on:before {
    transform: scaleX(1);
    opacity: 1;
}

.sub-con-wrap.about .inner .con-wrap{
    max-width: inherit;
}

/*mp*/
.sub-con-wrap.about .inner .content.mp{
    padding-bottom:50px;
}
.sub-con-wrap.about .inner .content.mp .inset .item-box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:240px 200px
}
.sub-con-wrap.about .inner .content.mp .inset .item-box .item{}
.sub-con-wrap.about .inner .content.mp .inset .item-box .item.left{}
.sub-con-wrap.about .inner .content.mp .inset .item-box .item.left.bottom{
    margin-top: -95%;
}
.sub-con-wrap.about .inner .content.mp .inset .item-box .item.right{}
.sub-con-wrap.about .inner .content.mp .inset .item-box .item .titset .stxt{
    margin-top: 20px;
    color:#666
}
.sub-con-wrap.about .inner .content.mp .inset .item-box .item .txtset{
    margin-top: 50px;
}
.sub-con-wrap.about .inner .content.mp .inset .item-box .item .txtset .stxt{
    margin-top: 10px;
    color:#666
}


/*message*/
.sub-con-wrap.about .inner .content.message{
    padding-top: 200px;
}
.sub-con-wrap.about .inner .content.message .inset .titset{
    padding-bottom: 20px;
}
.sub-con-wrap.about .inner .content.message .inset .item.top.bg{
    background: #FCF2F3;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}
.sub-con-wrap.about .inner .content.message .inset .item.top.bg .item-in .ceo-hd{
    display: flex;
}
.sub-con-wrap.about .inner .content.message .inset .item.top.bg .item-in .ceo-hd > div{
    flex: 1;
}
.sub-con-wrap.about .inner .content.message .inset .item.top.bg .item-in .ceo-hd .titset{
    margin-top: 10%;
}
.sub-con-wrap.about .inner .content.message .inset .item.top.bg .item-in .ceo-hd .titset .hd6{
    margin-bottom: 7px;
}
.sub-con-wrap.about .inner .content.message .inset .item.top.bg .item-in .ceo-hd .ceo-imgset .ceo-img{
    max-width:353px;
    margin: 0 auto;
}
.sub-con-wrap.about .inner .content.message .inset .item.top.bg .bg-imgset{
    width: 100%;
    position: absolute;
    bottom: 32px;
    text-align: center;
}
.sub-con-wrap.about .inner .content.message .inset .item.bottom .txtset{
    display: flex;
    justify-content: space-between;
    padding: 100px 0 0;
}
.sub-con-wrap.about .inner .content.message .inset .item.bottom .txtset .stxt-box{
    flex: 1;
    position: relative;
}
.sub-con-wrap.about .inner .content.message .inset .item.bottom .txtset .stxt-box + .stxt-box{
    padding-left: 200px;
}
.sub-con-wrap.about .inner .content.message .inset .item.bottom .txtset .stxt-box + .stxt-box::before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background: #ddd;
    position: absolute;
    left:100px
}
.sub-con-wrap.about .inner .content.message .inset .item.bottom .txtset .stxt-box .stxt{
    color:#666
}
.sub-con-wrap.about .inner .content.message .inset .item.bottom .txtset .stxt-box .stxt + .stxt{
    padding-top: 40px;
}
.sub-con-wrap.about .inner .content.message .inset .item.bottom .txtset .stxt-box .stxt.sign{
    text-align: right;
    padding-top: 100px;
}
.sub-con-wrap.about .inner .content.message .inset .item.bottom .txtset .stxt-box .stxt.sign span + span{
    margin-left: 20px;
}


/*motto*/
.sub-con-wrap.about .inner .content.motto{
    padding: 150px 0 0;
}
.sub-con-wrap.about .inner .content.motto .inset{
    background: #f9f9f9;
    padding: 150px 0;
}
.sub-con-wrap.about .inner .content.motto .inset .con-in{
    display: flex;
}
.sub-con-wrap.about .inner .content.motto .inset .titset{
    flex: .5;
}
.sub-con-wrap.about .inner .content.motto .inset .item-box{
    flex: 1.5;
}
.sub-con-wrap.about .inner .content.motto .inset .item-box .diagram{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap:wrap;
}
.sub-con-wrap.about .inner .content.motto .inset .item-box .diagram:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    border-top: 2px dotted #ccc;
    margin-top: 1px;
    /*z-index: -1;*/
}
.diagram li {
    position: relative;
    /*width: 32.9%;*/
    flex: 1;
    text-align: center;
    padding: 26px;
    border-radius: 50%;
    height: 316px;
    max-height: 320px;
}
.diagram li:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: calc(100% + 4px);
    height: 100%;
    border-radius: 50%;
    border: 1px dashed #E10314;
    transform: rotate(45deg);
    box-sizing: border-box;
}
.diagram li:nth-child(odd):before {
    border-top-color: #fff;
    border-left-color: #fff;
}
.diagram li:nth-child(even):before{
    border-bottom-color: #fff;
    border-right-color: #fff;
    left: -2px;
}
.diagram li:after, 
.diagram:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: -2px;
    z-index: 10;
}
.diagram li:after{
    background: #E10314;
}
.diagram li .item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#f9f9f9;
    border: 1px solid #ccc;
}
.diagram li:nth-child(2){
    margin-left: 7px;
}
.diagram li:nth-child(3){
    margin-left: 5px;
}

.diagram li:nth-child(2):after{
    left:-8px
}
.diagram li:nth-child(3):after{
    left:-7px
}
.diagram:after{
    background: #E10314;
    left:auto;
    right: -6px
}

.diagram li .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:20px
}
.diagram li .item .ico{
    background: url(../img/sub/motto-ico.svg);
    display: inline-block;
    background-size: cover;
    width: 43px;
    height: 43px;
}
.diagram li .item .ico.ty2{
    background-position: -44px;
}
.diagram li .item .ico.ty3{
    background-position: -87px;
}



/*info*/
.sub-con-wrap.about .inner .content.info{
    padding: 200px 0 150px;
}
.sub-con-wrap.about .inner .content.info .inset{
    max-width: 1280px;
    margin: 0 auto;
}
.sub-con-wrap.about .inner .content.info .inset > div + div{
    margin-top: 30px;
}
.sub-con-wrap.about .inner .content.info .inset .item-box-ot .item-box{
    display: flex;
    gap:10px
}
.sub-con-wrap.about .inner .content.info .inset .item-box-ot .item-box > li{
    border: 1px solid #ccc;
    border-radius: 10px;
    flex: 1;
    padding: 30px 30px 20px;
}
.sub-con-wrap.about .inner .content.info .inset .item-box-ot .item-box > li .icoset{}
.sub-con-wrap.about .inner .content.info .inset .item-box-ot .item-box > li .icoset .ico{
    background: url(../img/sub/info-ico.svg)no-repeat;
    background-size: cover;
    display: inline-block;
    width: 40px;
    height: 40px;
}
.sub-con-wrap.about .inner .content.info .inset .item-box-ot .item-box > li .icoset .ico.ty2{
    background-position: -40px;
}
.sub-con-wrap.about .inner .content.info .inset .item-box-ot .item-box > li .icoset .ico.ty3{
    background-position: -80px;
}
.sub-con-wrap.about .inner .content.info .inset .item-box-ot .item-box > li .icoset .ico.ty4{
    background-position: -113px;
}
.sub-con-wrap.about .inner .content.info .inset .item-box-ot .item-box > li .icoset .ico.ty5{
    background-position: -160px;
}
.sub-con-wrap.about .inner .content.info .inset .item-box-ot .item-box > li .icoset .ico.ty1,
.sub-con-wrap.about .inner .content.info .inset .item-box-ot .item-box > li .icoset .ico.ty2,
.sub-con-wrap.about .inner .content.info .inset .item-box-ot .item-box > li .icoset .ico.ty4{
    width: 38px;
    height: 38px;
}
.sub-con-wrap.about .inner .content.info .inset .item-box-ot .item-box > li .icoset + .txtset{
    margin-top: 100px;
}
.sub-con-wrap.about .inner .content.info .inset .item-box-ot .item-box > li .txtset{}
.sub-con-wrap.about .inner .content.info .inset .item-box-ot .item-box > li .txtset .cg{
    font-size: 16px;
    color:#666;
}
.sub-con-wrap.about .inner .content.info .inset .item-box-ot .item-box > li .txtset .info-txt{
    font-size: 22px;
    margin-top: 10px;
}




/*business*/
.business .inner .inset > div + div{
    margin-top: 100px;
}

.percentage-box .item-box {
    padding: var(--sub_padding) 0;
}
.percentage-box .item-box .item {
    display: flex;
    gap:100px
}
.percentage-box .item-box .item > div{
    flex: 1;
}
.percentage-box .item-box .titbox {
    color: #1b1b1b; 
    width: 55%;
    display: flex;
    align-items: center;
}
.percentage-box .item-box .titbox .tit-in .txtset{
    margin-top: 20px;
}
.percentage-box .item-box .titbox .tit-in .txtset .stxt{
    color:#666
}
.percentage-box .item-box .cirbox {
    /*width: 45%;*/ 
    height: 550px; 
    position: relative; 
}
.percentage-box .item-box .cirbox .cir {
    border-radius: 50%; 
    position: absolute;
    color: #1947ba; 
    transform: scale(0); 
    transition: 0.5s
}
.percentage-box .item-box .cirbox .cir .cont {
    padding-top: 100%; 
}
.percentage-box .item-box .cirbox .cir .cont .text {
    position: absolute; 
    left: 50%; 
    top: 50%; 
    transform: translate(-50%,-50%); 
    text-align: center; 
    width: 100%; 
    padding: 0 10px; 
    line-height: 1.3; 
}
.percentage-box .item-box .cirbox .cir .cont .text p {
    font-size: var( --cont_sub_tit); 
    font-weight: var( --cont_sub_tit_weight);
     width: 100%; 
    }
.percentage-box .item-box .cirbox .cir .cont .text span {
    font-size: 18px; 
    display: inline-block; 
    margin-top: 5px
}

.percentage-box .item-box .cirbox .cir.num1 .cont .text span {
    opacity: 0.8
}
 
.percentage-box .item-box .cirbox .cir.num1 {
    width: 32%; 
    left:60%; 
    top: 10%; 
    transition-delay: 0.4s
}
.percentage-box .item-box .cirbox .cir.num2 {
    width: 42%; 
    left: 20%;  
    bottom: 5%; 
    transition-delay: 0.2s
}
.percentage-box .item-box .cirbox .cir.num3 {
    width: 30%; 
    left: 20%; 
    top: 2%; 
    transition-delay: 0.4s
}
.percentage-box .item-box .cirbox .cir.num4 {
    width: 24%; 
    right: 0; 
    top: 50%; 
    transition-delay: 0.6s
}
.percentage-box .item-box .cirbox .cir.num5 {
    width: 20%; 
    right: 10%; 
    bottom: 0; 
    transition-delay: 0.7s
}
.percentage-box .item-box .cirbox .cir.num6 {
    width: 15%; 
    left: 0%; 
    bottom: 50%;
     transition-delay: .8s
    }
 
.percentage-box .item-box .cirbox .cir.num6 .cont .text p,
.percentage-box .item-box .cirbox .cir.num5 .cont .text p {
    font-size:20px; 
}
 
.percentage-box .item-box .cirbox.active .cir {
    transform: scale(1)
}


/*10*/
.sz10 .circle-wrap {
    /*margin: 50px auto;*/
    width: 110px;
    height: 110px;
  }
  .sz10 .circle-wrap .circle .mask,
  .sz10 .circle-wrap .circle .fill {
    width: 110px;
    height: 110px;
  }
  
  .sz10 .circle-wrap .circle .mask {
    clip: rect(0px, 110px, 110px, 55px);
  }
  
  .sz10 .circle-wrap .circle .mask .fill {
    clip: rect(0px, 56px, 110px, 0px);
    background-color: #424772;
  }
  .sz10 .circle-wrap .circle.active .mask.full,
  .sz10 .circle-wrap .circle.active .fill {
    animation: fillten ease-in-out 3s;
    transform: rotate(17deg);
  }
   
  @keyframes fillten {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(17deg);
    }
  }
  
  .sz10 .circle-wrap .inside-circle {
    width: 90px;
    height: 90px;
    margin-top: 10px;
    margin-left: 10px;
  }
  .sz10 .circle-wrap .txtset .stxt{
    font-size: 13px;
    line-height: normal;
  }
  .sz10 .txtset .num{
    font-size: 24px;
    font-weight: bold;
    color:#424772;
    letter-spacing: -1px;
  }
  .sz10 .txtset .num > span{
    font-size: 11px;
  }

/*20*/
.sz20 .circle-wrap {
    /*margin: 50px auto;*/
    width: 180px;
    height: 180px;
  }
  .sz20 .circle-wrap .circle .mask,
  .sz20 .circle-wrap .circle .fill {
    width: 180px;
    height: 180px;
  }
  
  .sz20 .circle-wrap .circle .mask {
    clip: rect(0px, 180px, 180px, 90px);
  }
  
  .sz20 .circle-wrap .circle .mask .fill {
    clip: rect(0px, 91px, 180px, 0px);
    background-color: #151C51;
  }
  .sz20 .circle-wrap .circle.active .mask.full,
  .sz20 .circle-wrap .circle.active .fill {
    animation: filltwen ease-in-out 3s;
    transform: rotate(34deg);
  }
   
  @keyframes filltwen {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(34deg);
    }
  }
  
  .sz20 .circle-wrap .inside-circle {
    width: 140px;
    height: 140px;
    margin-top: 20px;
    margin-left: 20px;
  }
  .sz20 .txtset .num{
    font-size: 27px;
    font-weight: bold;
    color:#151C51;
    letter-spacing: -1px;
  }
  .sz20 .txtset .num > span{
    font-size: 15px;
  }

/*40*/
.sz40 .circle-wrap {
    width: 280px;
    height: 280px;
  }
  .sz40 .circle-wrap .circle .mask,
  .sz40 .circle-wrap .circle .fill {
    width: 280px;
    height: 280px;
  }
  
  .sz40 .circle-wrap .circle .mask {
    clip: rect(0px, 280px, 280px, 140px);
  }
  
  .sz40 .circle-wrap .circle .mask .fill {
    clip: rect(0px, 142px, 280px, 0px);
    background-color: #D10010;
  }
  .sz40 .circle-wrap .circle.active .mask.full,
  .sz40 .circle-wrap .circle.active .fill {
    animation: fillforty ease-in-out 3s;
    transform: rotate(68deg);
  }
   
  @keyframes fillforty {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(68deg);
    }
  }
  
  .sz40 .circle-wrap .inside-circle {
    width: 230px;
    height: 230px;
    text-align: center;
    margin-top: 25px;
    margin-left: 25px;
  }
  .sz40 .txtset .num{
    font-size: 40px;
    font-weight: bold;
    color:#D10010;
    letter-spacing: -1.5px;
  }
  .sz40 .txtset .num > span{
    font-size: 15px;
  }
  .sz40 .circle-wrap .txtset .stxt{
    font-size: 18px;
  }


  /*공통*/
.circle-wrap {
    background: #e6e2e7;
    border-radius: 50%;
  }
  .circle-wrap .circle{
    position: relative;
  }
  .circle-wrap .circle .mask,
  .circle-wrap .circle .fill {
    position: absolute;
    border-radius: 50%;
  }
  
  .circle-wrap .inside-circle {
    border-radius: 50%;
    background: #fff;
    text-align: center;
    position: absolute;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .circle-wrap .inside-circle .txtset {
    display: flex;
    flex-direction: column;
  }
  .circle-wrap .txtset .stxt{
    color:#1b1b1b;
    font-weight: bold;
    font-size: 16px;
  }


/*table*/
.business .table-box .tableset .b-table > tbody > tr{
    display: flex;
} 
.business .table-box .tableset .b-table th{
    background: #f9f9f9;
    flex: .5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.business .table-box .tableset .b-table td{
    flex: 1.5;
    color:#757575;
    font-weight: 300;
}

.business .table-box .tableset .b-table tbody > tr > td{
    display: flex;
    flex-direction: column;
}
.business .table-box .tableset .b-table tbody > tr > th,
.business .table-box .tableset .b-table tbody > tr > td{
    padding: 15px 30px;
    border-bottom: 1px solid #d9d9d9;
}



  /*global*/
  .sub-con-wrap.global .inner .con-wrap{
    max-width: inherit;
  }
  .sub-con-wrap.global .mapset{
    padding: 0 100px 100px;
  }
  .sub-con-wrap.global .mapset .map-bg{
    background: url(../img/sub/map-bg.jpg)no-repeat 0 0;
    background-size: cover;
    background-position: center;
    height: 39.84vw;
  }
  .sub-con-wrap.global .tableset .g-table > thead > tr,
  .sub-con-wrap.global .tableset .g-table > tbody > tr{
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 0;
  }
  .sub-con-wrap.global .tableset .g-table > thead > tr > th + th,
  .sub-con-wrap.global .tableset .g-table > tbody > tr > td + td{
    border-left: 1px solid #d9d9d9;
  }
  .sub-con-wrap.global .tableset .g-table > thead > tr > th:first-child,
  .sub-con-wrap.global .tableset .g-table > tbody > tr > td:first-child{
    text-align: center;
  }
  .sub-con-wrap.global .tableset .g-table > tbody > tr > td:first-child{
    background: #f9f9f9;
    font-weight: 500;
  }
  .sub-con-wrap.global .tableset .g-table > tbody > tr > td:last-child{
    color:#757575;
    font-weight: 300;
  }


  /*rnd*/
  .rnd .content{
    padding-top: 100px;
  }
  .rnd .content.ty1 .inset .item-box{
    display: flex;
  }
  .rnd .content.ty1 .inset .item-box .item{
    flex: 1;
  }
  .rnd .content.ty1 .inset .item-box .item .box .ico{
    background: url(../img/sub/rnd-ico.png) no-repeat;
    background-size: cover;
    width: 47px;
    height: 47px;
    position: relative;
    margin-bottom: 10px;
  }
  .rnd .content.ty1 .inset .item-box .item .box .ico.ty2{
    background-position: -47px 0;
  }
  .rnd .content.ty1 .inset .item-box .item .box .ico.ty3{
    background-position: -94px 0;
  }
  .rnd .content.ty1 .inset .item-box .item .box .ico::after{
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 3px;
    background: #E10314;
  }
  .rnd .content.ty1 .inset .item-box .item .box + .box{
    border-top: 1px solid #B1A5A5;
    padding-top: 30px;
  }
  .rnd .content.ty1 .inset .item-box .item .box.ty2{
    display: flex;
  }
  .rnd .content.ty1 .inset .item-box .item .box.ty2 .box-in:nth-child(1){
    flex: 1.5;
  }
  .rnd .content.ty1 .inset .item-box .item .box.ty2 .box-in:nth-child(2){
    flex: .5;
  }
  .rnd .content.ty1 .inset .item-box .item .box.ty2 .box-in > p + p{
    margin-top: 7px;
  }
  .rnd .content.ty1 .inset .item-box .item .box.ty2 .box-in .num{
    font-size: 120px;
    font-family: 'Montserrat', sans-serif;
    color:#f1f1f1;
    margin-right: 50px;
  }
  .rnd .content.ty2{
    background: url(../img/sub/rnd-img-01.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 470px;
  }
  .rnd .content.ty2 .inset{
    background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0));
    height: 100%;
  }
  .rnd .content.ty2 .inset .item-box{
    display: flex;
    align-items: center;
    height: 100%;
  }
  .rnd .content.ty2 .inset .item-box .item{
    flex: .4;
  }
  .rnd .content.ty2 .inset .item-box .item .hd6{
    color:#fff
  }
  .rnd .content.ty2 .inset .item-box .item .stxt{
    color:#ddd;
  }
  
  .rnd .content .inset .item-box .item .hd6 +.stxt{
    margin-top: 25px;
  }
  .rnd .content .inset .item-box .item .stxt +.stxt{
    margin-top: 10px;
  }
  .sub-con-wrap.rnd .inner .con-wrap .content.ty2{
    margin-top: 100px;
    padding-top: 0;
  }

  .rnd .content.ty3,
  .rnd .content.ty4{
    height: 690px;
    position: relative;
  }
  .rnd .content.ty3 .inset{
    background: #FCF2F3;
  }
  .rnd .content.ty4 .inset{
    background: #F5F5F5;
  }
  .rnd .content.ty3 .inset,
  .rnd .content.ty4 .inset{
    height: 450px;
    position: absolute;
    width: 100%;
  }
  .rnd .content.ty3 .inset .item-box,
  .rnd .content.ty4 .inset .item-box{
    position: relative;
    padding: 140px 0 0;
  }
  .rnd .content.ty3 .inset .item-box .item,
  .rnd .content.ty4 .inset .item-box .item{
    display: flex;
    gap: 100px;
  }
  .rnd .content.ty3 .inset .item-box .item .box,
  .rnd .content.ty4 .inset .item-box .item .box{
    flex: 1;
  }
  .rnd .content.ty3 .inset .item-box .item .box.imgset,
  .rnd .content.ty4 .inset .item-box .item .box.imgset{
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
  }
  .rnd .content.ty3 .inset .item-box .item .box.imgset > img, 
  .rnd .content.ty4 .inset .item-box .item .box.imgset > img{
    object-fit: cover;
    height: 100%;
  }
  .rnd .content.ty4 .inset .item-box .item .box.imgset{
    padding: 20px;
    background: #0B234A;
  }
 

  /*catalog*/
  .catalog ul.catalog-list li a {
    padding: 10px 10px;
    display: block;
    margin: 10px 0;
    text-decoration: none;
    font-size: 15px;
    background: #F4F2F2;

}
.catalog .catalog-list li{
    display: none;
}
.catalog .catalog-list li.active{
	display: block;
}
.catalog button.btn.btn-primary.prv {
    float: left;
}

.catalog ul.pagenation {
    display: inline-block;
}
.catalog ul.pagenation li {
    display: inline-block;
    margin: 0 3px;
}
.catalog ul.pagenation li a {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100px;
    font-size: 18px;
}
.catalog ul.pagenation li.active a {
   color:#f00
}
/*add*/
.catalog ul.catalog-list{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 30px;
}
.catalog .pull-right{
  float: inherit;
}
.catalog .sld-btn.text-center{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.catalog button.btn.btn-primary{
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 10px;
  background: url(../img/common/arr.png) no-repeat;
  width: 18px;
  height: 18px;
  filter: invert(50%);

}


/*history*/
.history .timeline {
  position: relative;
  padding-top: 200vh;
}
.history .timeline .pic {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 50%;
  height: 100vh;
  background-size: cover;
  background-position: center top;
}
.history .timeline.ty1 .pic {
  background-image: url(../img/sub/his-in-bg-01.jpg);
}
.history .timeline.ty2 .pic {
  background-image: url(../img/sub/his-in-bg-02.jpg);
  left:inherit;
  right: 0
}
.history .timeline.ty3 .pic {
  background-image: url(../img/sub/his-in-bg-03.jpg);
}
.history .timeline .pic .years {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 100%;
}
.history .timeline .pic .years span,
.history .timeline .pic .years strong {
  display: block;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.history .timeline .pic .years span {
  font-size: 50px;
}
.history .timeline .pic .years strong {
  margin-top: 78px;
  font-size: 120px;
  z-index: 1;
}
.history .timeline .cont {
  overflow: hidden;
  padding-left: 50%;
}
.history .timeline.ty2 .cont{
  padding-left: 0;
}
.history .timeline .cont ul {
  margin: 100px 84px;
}
.history .timeline .cont ul li {
  position: relative;
  padding: 60px 0 60px 140px;
}
.history .timeline .cont ul li ~ li {
  border-top: 1px solid #e0e0e0;
}
.history .timeline .cont ul li em {
  position: absolute;
  top: 60px;
  left: 0;
  font-style: normal;
  font-size: 32px;
  color: #020a0a;
  font-weight: 700;
}
.history .timeline .cont ul li .txt-in{
  /*display: block;*/
  display: flex;
}
.history .timeline .cont ul li .txt-in + .txt-in{
  margin-top: 20px;
}
.history .timeline .cont ul li .txt-in > span{
  display: inline-block;
}
.history .timeline .cont ul li .txt-in .time{
  font-size: 18px;
  margin-right: 20px;
}
.history .timeline.ty1 .cont ul li .txt-in .time{
  min-width: 110px;
}
.history .timeline .cont ul li .txt-in .stxt{
  font-size: 17px;
}



/*en*/
/*business*/
.en.business .table-box .tableset .b-table th{
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
}
/*rnd*/
.en.rnd .content.ty2 .inset .item-box .item {
  flex: .5;
}

.location-menu-set { }
.location-menu-set .locm { 
  display:flex
}
.location-menu-set::after { 
  display:none
}
.location-menu-set .locm > li { }
.location-menu-set .locm > li > a { 
  display:block; position:relative
}
.location-menu-set .locm > li.on > a { 
  color:#E30314;
}

.location-menu-set .locm > li > a::after { 
  content:"";
  background:transparent;
  display:block;
          
  position:absolute;
  bottom:0; left:0; right:0;
  height:2px;
  
  transition:all .2s linear
}

.location-menu-set .locm > li.on > a::after { 
  background: #E10314;
} 

.dp3-menu-outer { 
  border-bottom:1px solid #d9d9d9;
  display: none;
  position:absolute;
  top:48px;
  left:0; right:0;
  background:#fff

}

.dp3-menu { 
  max-width: 1440px;
  margin: 0 auto 0;
  
  padding: 25px 0 50px 0;  
}
.dp3-menu .dp3-menu-list { 
  display:grid;
  grid-template-columns: repeat(6, 1fr);
  gap:30px
}
.dp3-menu .dp3-menu-list > li { 
  
}

.dp3-menu .dp3-menu-list > li:hover > a { 
  color:#e30314
}
.dp3-menu .dp3-menu-list > li > a{ 
  display:block;
  background:#F2F2F2;
  font-size:16px;
  padding:0 16px;
  border-radius:10px;
  min-height:52px;
  display:flex;
  align-items: center;
}
.dp3-menu .dp3-menu-list > li .dp4 { 
  margin-top:23px
}
.dp3-menu .dp3-menu-list > li .dp4 > li { }
.dp3-menu .dp3-menu-list > li .dp4 > li + li {
  margin-top:8px
}
.dp3-menu .dp3-menu-list > li .dp4 > li > a { 
  display:block;
  font-size:16px;
  color:#666666;
  padding:0 0 0 10px
}

.dp3-menu .dp3-menu-list > li .dp4 > li > a:hover { 
  /* color:#e30314 */
  color:#222
}








/*240705 DAHEE*/
.sub-top-wrap .tit-ot {
  max-width: inherit;
}
.sub-top-wrap .tit-ot .sub-title{
    max-width: 1440px;
    margin: 0 auto;
}

.sub-top-wrap .tit-ot .tab-ot{
  align-items: center;
  justify-content: center;
}
.location-menu-set{
  width: 100%;
  border-top: 1px solid #ccc;
}

.location-menu-set .locm-outer { 
  border-bottom:1px solid #d9d9d9
}
.location-menu-set .locm{
  max-width: 1440px;
  display: grid;
  grid-template-columns: repeat(8, auto);
  margin: 0 auto;
}
.tab-ot .location-menu-set .locm > li > a{
  padding: 14px 0;
  text-align: center;
}

/*en*/
.tab-ot .location-menu-set.en .locm{
  max-width: inherit;
}