@import url('sub.css'); 


/**** Customer Center ****/
.loc_btn a {display:inline-block; padding-bottom:16px; box-sizing:border-box; transition:all .3s linear; position:relative;}
.loc_btn a::before {content:''; display:block; width:100%; height: 1px; background:var(--border); position:absolute; left:0; bottom:0; transition:all .3s linear; z-index:-5;}
.loc_btn a::after {content:''; display:block; width:0; height: 1px; background:var(--black); position:absolute; left:0; bottom:0; transition:all .3s linear; z-index:-3;}
.loc_btn a:hover::after {width: 100%; transition:all .3s linear;}
.loc_btn a span {position:relative; display:flex; justify-content:space-between; align-items:center; z-index: 1; color:var(--black); transition:all .3s linear; gap:0 30px; font-weight:600;}
.loc_btn a span::after {width:28px; height:28px; display:flex; align-items:center; justify-content:center; background:url('/customer/img/google_icon.svg') 50% 50% no-repeat; content:"";}
.loc_btn.kakao a {padding-bottom:10px}
.loc_btn.kakao a span::after {width:10px; height:20px; background:url('/customer/img/kakao.svg') center / cover no-repeat;=}

.root_daum_roughmap.root_daum_roughmap_landing {width:100% !important; height:100% !important;}
.root_daum_roughmap.root_daum_roughmap_landing .wrap_map{height: 100% !important;}
.root_daum_roughmap.root_daum_roughmap_landing .map_border{display:none !important;}
.root_daum_roughmap.root_daum_roughmap_landing .cont{display:none !important;}
.root_daum_roughmap.root_daum_roughmap_landing .wrap_controllers{display:none !important;}


/* Location */
.headOffice {position:relative;}
.headOffice .loc_map {position:relative; margin-bottom:70px;}
.headOffice .loc_map.kakao {height:550px; border-radius:var(--borderR10); overflow:hidden;}
.headOffice .loc_map iframe {height:550px; border-radius:var(--borderR10); overflow:hidden;}
.headOffice .loc_info {display:flex; flex-wrap:wrap;}
.headOffice .loc_info .fs50 {width:500px;}
.headOffice .loc_info .loc_btn {line-height:1; font-size:0;  margin-top:50px;}
.headOffice .loc_info .cnt {width:calc(100% - 500px);}
.headOffice .loc_info .cnt > ul {margin-bottom:30px;}
.headOffice .locWay {background:var(--grayBg); padding:30px; box-sizing:border-box; border-radius:var(--borderR10);}
.headOffice .locWay + .locWay {margin-top:10px;}
.headOffice .locWay p {font-weight:300;}
.headOffice .iconTit {position:relative; display:flex; align-items:center; font-size:1.125rem; font-weight:600; margin-bottom:15px; color:var(--black); letter-spacing:-1px;}
.headOffice .iconTit::before {margin-right:10px; width:36px; height:36px; border-radius:100%; color:var(--white); font-size:20px; font-family:var(--icon); background:var(--main); text-align:center; font-weight:400;}
.headOffice .subway .iconTit::before {content:"\e533";}
.headOffice .car .iconTit::before {content:"\e531";}

.loc_info .fs50 {margin-bottom:20px;}
.loc_info .fs50 em {font-style:normal; color:rgba(119,119,119,0.5); margin-left:10px; font-weight:500; font-size:20px;}
.loc_info ul {position:relative; display:flex; flex-wrap:wrap; gap:0 20px;}
.loc_info ul li {position:relative; display:flex; font-weight:300;}
.loc_info ul li::before {display:inline-block; color:var(--black); font-weight:600; margin-right:10px; content:attr(data-li);}
.loc_info ul li p {flex:1 1 0; font-weight:300; line-height:166%;}
.loc_info ul li.address {width:100%;}
.loc_info ul li + li {margin-top:5px;}

.location-branch.branch {width:100%; display:flex; flex-wrap:wrap; justify-content:space-between; margin-top:100px;}
.location-branch.branch .loc_map {width:calc(50% - 15px); order:2;}
.location-branch.branch .loc_map iframe {width:100%; height:550px; border-radius:var(--borderR10); overflow:hidden;}
.location-branch.branch .loc_map.kakao {height:550px; border-radius:var(--borderR10); overflow:hidden;}
.location-branch.branch .loc_info {order:1; width:calc(50% - 15px); padding-right:30px; box-sizing:border-box; align-self:center;}
.location-branch.branch .loc_info .loc_btn {margin-top:50px;}
.location-branch.branch.vietnam .loc_map, .location-branch.ts_tech .loc_map {order:1;}
.location-branch.branch.vietnam .loc_info, .location-branch.ts_tech .loc_info {order:2; padding-right:0; padding-left:30px;}


/** Contact **/
.contact {position:relative; text-align:center; }
.contact .subTit {margin-bottom:30px; text-wrap:balance}
.contact .txt {margin-bottom:50px; text-wrap:balance}


/*******************************************************************************
    @media 1350px
*******************************************************************************/
@media all and (max-width:1350px){



}

/*******************************************************************************
    @media ~1280px
*******************************************************************************/
@media all and (max-width:1280px){


/* Location */
.headOffice .loc_map.kakao {height:500px;}
.headOffice .loc_map iframe {height:500px;}
.headOffice .loc_info .fs50 {width:400px;}
.headOffice .loc_info .cnt {width:calc(100% - 400px);}

.location-branch.branch {margin-top:90px;}
.location-branch.branch .loc_map iframe {height:500px;}
.location-branch.branch .loc_map.kakao {height:500px;}
.loc_info .fs50 em {display:block; font-size:18px; margin-left:0; margin-top:5px;}

}

/*******************************************************************************
    @media  ~980px               
*******************************************************************************/
@media all and (max-width:980px){

/**** Customer Center ****/
.loc_btn a {padding-bottom:12px;}
.loc_btn a span {gap:0 20px;}
.loc_btn a span::after {width:21px; height:21px; background-size:auto 21px;}
.loc_btn.kakao a span::after {width:9px; height:18px}


/* Location */
.headOffice {flex-direction:column;}
.headOffice .loc_map {margin-bottom:50px;}
.headOffice .loc_map.kakao {height:400px;}
.headOffice .loc_map iframe {height:400px;}
.headOffice .loc_info .fs50 {width:100%; position:relative;}
.headOffice .loc_info .loc_btn {position:absolute; right:0; top:0; margin-top:0;}
.headOffice .loc_info .cnt {width:100%;}
.headOffice .locWay {padding:25px 20px;}
.headOffice .iconTit {font-size:1.025rem; margin-bottom:12px;}
.headOffice .iconTit::before {width:30px; height:30px; line-height:28px; font-size:18px;}

.loc_info .fs50 {margin-bottom:15px;}

.location-branch.branch {margin-top:70px;}
.location-branch.branch .loc_map {width:calc(50% - 10px);}
.location-branch.branch .loc_map iframe {height:400px;}
.location-branch.branch .loc_map.kakao {height:400px;}
.location-branch.branch .loc_info {width:calc(50% - 10px);}
.location-branch.branch .loc_info .loc_btn {margin-top:40px;}


/** Contact **/
.contact .subTit {margin-bottom:20px;}
.contact .txt {margin-bottom:40px;}


}




/*******************************************************************************
    @media 481~680px
*******************************************************************************/
@media all and (max-width:680px){


/**** Customer Center ****/
.loc_btn a {padding-bottom:10px;}
.loc_btn a span {gap:0 15px;}
.loc_btn a span::after {width:18px; height:18px; background-size:auto 18px;}
.loc_btn.kakao a span::after {width:8px; height:16px}

/* Location */
.headOffice .loc_map {margin-bottom:40px;}
.headOffice .loc_map.kakao {height:350px;}
.headOffice .loc_map iframe {height:350px;}
.headOffice .locWay {padding:20px 15px;}
.headOffice .iconTit::before {width:30px; height:30px; line-height:28px; font-size:18px;}
.headOffice .locWay ul li {flex-wrap:wrap;}
.headOffice .locWay ul li::before {display:block; margin-bottom:3px;}
.headOffice .locWay ul li p {width:100%; flex:1 1 auto;}
.loc_info .fs50 {margin-bottom:12px;}
.loc_info .fs50 em {font-size:16px;}

.location-branch.branch {margin-top:50px;}
.location-branch.branch .loc_map {order:1; width:100%; margin-bottom:20px;}
.location-branch.branch .loc_map iframe {height:350px;}
.location-branch.branch .loc_map.kakao {height:350px;}
.location-branch.branch .loc_info {order:2; width:100%;}
.location-branch.branch .loc_info .loc_btn {margin-top:30px;}

.location-branch.branch.vietnam .loc_info, .location-branch.branch.ts_tech .loc_info {padding-left:0;}


/** Contact **/
.contact .subTit {margin-bottom:15px;}
.contact .txt {margin-bottom:30px;}

}

/*******************************************************************************
    @media ~480px             
*******************************************************************************/
@media all and (max-width:480px){

/* Location */
.headOffice .loc_map {margin-bottom:30px;}
.headOffice .loc_map.kakao {height:300px;}
.headOffice .loc_map iframe {height:300px;}
.location.branch .loc_map.kakao {height:300px;}
.location.branch .loc_map iframe {height:300px;}

}
/*******************************************************************************
    @media ~360px
*******************************************************************************/
@media all and (max-width:360px){




}