@charset "utf-8";

#atc04{width:100%;background:#0e111e url(/index/include/include04/inc04_bg.png) no-repeat center/cover}
#atc04 .inner{max-width:160rem;width:100%;margin:0 auto;padding:4rem 0;display:flex;justify-content:space-between;align-items:center;gap:3rem}
#atc04 .tit_box{max-width:75rem;width:100%}
#atc04 .tit_box .s_tit{margin-bottom:2rem;font-size:1.7rem;font-weight:700;color:rgba(255,255,255,.8);font-family:"Poppins", serif}
#atc04 .tit_box .tit{margin-bottom:2rem;font-size:4.7rem;font-weight:200;line-height:140%;color:#fff}
#atc04 .tit_box .tit span{font-weight:600;color:rgba(255,255,255,1)}
#atc04 .tit_box .txt{font-size:1.7rem;line-height:150%;color:#999}

/* 맵영역 */
#atc04 .loca_area{max-width:75rem;width:100%}
#atc04 .loca_area .loca_map{width:100%}
#atc04 .loca_area .map_wrap,
#atc04 .loca_area .map_wrap .wrap_map{display:block;width:100% !important;min-height:25rem !important;height:30rem !important;border-radius:1rem}
/* 맵주소 */
#atc04 .map_address{margin-top:2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}
#atc04 .map_address .addr{padding-left:5rem;font-size:1.8rem;color:#fff;position:relative}
#atc04 .map_address .icon{display:inline-block;width:4rem;height:4rem;margin-right:1rem;border-radius:50%;background:rgba(255,255,255,.5);line-height:4rem;text-align:center;color:#fff;text-align:center;position:absolute;left:0;top:50%;transform: translateY(-50%)}

#atc04 .map_address .link_box{display:flex;flex-wrap:wrap;gap:1rem}
#atc04 .map_address .more_btn{width:16rem;height:5rem;border-radius:5rem;background:var(--pt-color2);font-size:1.7rem;line-height:5rem;color:#fff;text-align:center;transition:all .3s}
#atc04 .map_address .more_btn:hover{background:var(--pt-color)}

#atc04 .map_link_area{display:flex;flex-wrap:wrap;justify-content: center;align-items: center;gap:1rem}
#atc04 .map_link_area li{display:none;position:relative}
#atc04 .map_link_area li.naver{display:block}

@media(max-width:1600px){
#atc04 .inner{padding:4rem 2rem}
}
@media(max-width:1280px){
#atc04 .tit_box .tit{font-size:3.5rem}
#atc04 .tit_box .txt br{display:none}
}
@media(max-width:1024px){
#atc04 .inner{padding:8rem 2rem}
#atc04 .inner{flex-direction:column}
#atc04 .tit_box {text-align:center}
#atc04 .tit_box .s_tit{margin-bottom:1rem}
#atc04 .tit_box .tit{margin-bottom:1rem;font-size:4.2rem}
}
@media(max-width:767px){
#atc04 .inner{padding:7rem 2rem}
#atc04 .tit_box .tit{font-size:3.7rem}
#atc04 .map_address{flex-direction:column}

#atc04 .map_address .link_box{justify-content: center}
#atc04 .map_link_area{width:100%;margin-top:2rem}
#atc04 .map_link_area li{display:block}
#atc04 .map_link_area li:before{display:none;content:'내비안내';font-size:1.7rem;font-weight:500;color:#fff;position:absolute;bottom:-3rem;left:50%;transform:translateX(-50%)}
#atc04 .map_link_area li.naver{margin-left:1rem}
#atc04 .map_link_area li.naver:before{display:block;transform:none;left:6rem}
#atc04 .map_link_area li:first-child:before{display:block;content:'전화연결';}


}
@media(max-width:480px){
#atc04 .inner{padding:6rem 2rem}	
#atc04 .tit_box .s_tit{margin-bottom:1rem;font-size:1.5rem}
#atc04 .tit_box .tit{font-size:3.3rem}

#atc04 .map_link_area{display:flex}
}
@media(max-width:320px){
#atc04 .inner{padding:6rem 1.5rem}	
#atc04 .tit_box .tit{font-size:3rem}
}