@import url('sub.css'); 


/**** S:: Contact Us > 찾아오시는 길 ****/
.loc_btn a {position:relative; display:inline-block; padding:14px 30px; width:166px; box-sizing:border-box; transition:all .3s linear; border-radius:var(--borderAll); background:#10D265; border:1px solid #10D265;}
.loc_btn a span {position:relative; display:flex; justify-content:space-between; align-items:center; z-index: 1; color:var(--white); transition:all .3s linear; font-weight:500; font-size:var(--txt16); line-height:var(--txt16-lh);}
.loc_btn a span svg path {transition:all .3s linear;}
.loc_btn a:hover {background:var(--white);}
.loc_btn a:hover span {color:#10D265;}
.loc_btn a:hover span svg path {fill:#10D265; }

.loc_btn a.kakao {background:#FEDD0D; border:1px solid #FEDD0D;}
.loc_btn a.kakao span {color:#1A0000;}
.loc_btn a.kakao:hover {background:#1A0000; border-color:#1A0000;}
.loc_btn a.kakao:hover span {color:#FEDD0D;}
.loc_btn a.kakao:hover span svg path {fill:#FEDD0D;}

.location {position:relative;}
.location .loc_map {position:relative; margin-bottom:50px; line-height:0; border:1px solid var(--border);}
.location .loc_map .root_daum_roughmap .wrap_map {width:100%; height:600px; overflow:hidden;}
.location .loc_map .root_daum_roughmap .wrap_controllers, .location .loc_map .root_daum_roughmap .cont {display:none;} 
.location .loc_map .root_daum_roughmap_landing .map_border {display:none;}

.location .loc_info {display:flex; flex-wrap:wrap; justify-content:space-between;}
.location .loc_info address {}
.location .loc_info address ul {}
.location .loc_info address ul li {position:relative; display:flex; flex-wrap:wrap; font-weight:300; font-size:var(--txt18);}
.location .loc_info address ul li strong {position:relative; width:135px; color:var(--black); font-weight:500; color:var(--black); margin-right:10px; padding-left:15px;}
.location .loc_info address ul li strong::before {display:inline-block; vertical-align:middle; color:var(--black); content:"\e0c8"; font-family:var(--icon); font-size:22px; margin-right:5px; font-weight:400;}
.location .loc_info address ul li p {flex:1 1 0;}
.location .loc_info address ul li + li {margin-top:5px;}
.location .loc_info address ul li.tel strong::before {content:"\e61d";}
/**** E:: Contact Us > 찾아오시는 길 ****/


/*******************************************************************************
    @media 1350px
*******************************************************************************/
@media all and (max-width:1350px){



}


/*******************************************************************************
    @media  ~980px               
*******************************************************************************/
@media all and (max-width:980px){


/**** S:: Contact Us > 찾아오시는 길 ****/
.loc_btn {text-align:right; margin-top:20px;}
.loc_btn a {padding:14px 26px; width:156px;}
.loc_btn a span svg {width:auto; height:13px;}
.loc_btn a.kakao span svg {width:auto; height:18px;}

.location .loc_map {margin-bottom:40px;}
.location .loc_map .root_daum_roughmap .wrap_map {height:450px;}
.location .loc_info {flex-direction:column;}
.location .loc_info address ul li strong {width:85px;}
.location .loc_info address ul li strong::before {font-size:20px;}
/**** E:: Contact Us > 찾아오시는 길 ****/


}


/*******************************************************************************
    @media 481~680px
*******************************************************************************/
@media all and (max-width:680px){


/**** S:: Contact Us > 찾아오시는 길 ****/
.loc_btn a {padding:10px 23px; width:150px;}

.location .loc_map {margin-bottom:30px;}
.location .loc_map .root_daum_roughmap .wrap_map {height:350px;}
.location .loc_info address ul li strong {width:75px;}
.location .loc_info address ul li strong::before {font-size:18px;}
/**** E:: Contact Us > 찾아오시는 길 ****/


}


/*******************************************************************************
    @media ~480px             
*******************************************************************************/
@media all and (max-width:480px){

/**** S:: Contact Us > 찾아오시는 길 ****/
.loc_btn a {width:140px;}

.location .loc_map .root_daum_roughmap .wrap_map {height:300px;}
/**** E:: Contact Us > 찾아오시는 길 ****/

}


/*******************************************************************************
    @media ~360px
*******************************************************************************/
@media all and (max-width:360px){




}