@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
*{-webkit-text-size-adjust:none}
:root{--primary:#359c95;--mainsize:1400px;--sub-font:'Pretendard';--main-font:"Gowun Batang", serif}
body{background:#fff;font-size:0.81em;font-weight:400;font-family:var(--sub-font)}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:var(--sub-font)}

/* ========================== HEADER */
#sh_wrapper{position:relative;width:100%;margin:0 auto}
#sh_hd{position:fixed;z-index:15;width:100%;letter-spacing:-.3px;font-family:var(--sub-font)}
#sh_hd.sub{position:absolute}

/* ========================== MAIN */
#main_banner{position:relative;z-index:10;width:100%;letter-spacing:-.3px;font-family:var(--sub-font)}

/* ========================== INDEX */
#sh_section{position:relative;overflow:hidden;font-size:16px;color:#777;line-height:1.8;letter-spacing:-.3px;font-family:var(--sub-font)}

/* ========================== CONTAINER */
#sh_container{position:relative;width:100%;z-index:0}
#sh_container_wrapper{position:relative;width:100%;zoom:1}
#sh_container_wrapper:after{display:block;visibility:hidden;clear:both;content:""}
.cm_part .pl{white-space:pre-line}
.cm_part .tit_area{max-width:var(--mainsize);margin:0 auto}
.cm_part .tit_area div b{font-size:15px;font-weight:700;color:var(--primary);font-family:var(--main-font)}
.cm_part .tit_area div h2{padding-top:20px;font-size:35px;font-weight:700;line-height:1.4;color:#222;font-family:var(--main-font);word-break:keep-all}
.cm_part .tit_area span{font-size:17px;color:#777;font-family:var(--sub-font);word-break:keep-all}

/* CONTENT */
#sh_content{position:relative;z-index:4;max-width:1200px;min-height:500px;padding:0;margin:70px auto 80px;line-height:1.6;color:#888;zoom:1}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}

/* 사이트맵 */
#sh_site_map{position:relative;width:100%;font-family:'notokr-regular'}
#sh_site_map > div{float:left;width:32%;min-height:280px;margin-right:2%}
#sh_site_map > div:nth-of-type(3n){margin-right:0}
#sh_site_map .sh_site_map_title{padding:10px 15px;border-bottom:2px solid #333;font-size:17px;font-weight:700;text-align:center;color:#222;font-family:var(--sub-font)}
#sh_site_map ul{padding:0 15px 15px}
#sh_site_map .sh_site_map_box{min-height:155px;padding:17px 20px;border:1px solid #e1e1e1;border-top:none;font-size:14px;color:#333;line-height:40px}
#sh_site_map .sh_site_map_box li{border-bottom:1px dotted #ccc}
#sh_site_map .sh_site_map_box li:last-child{border:none}

/* ========================== FOOTER */
#sh_ft{overflow:hidden;font-size:15px;color:rgba(255, 255, 255, 0.7);line-height:1.8;background:#222;font-family:var(--sub-font)}
#sh_ft .top{display:flex;align-items:center;justify-content:space-between;gap: 90px;padding:140px 260px 90px;padding-bottom:90px;border-bottom:1px solid rgba(255, 255, 255, 0.1)}
#sh_ft .right{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:20px;width:100%}
#sh_ft .right .map_area{width:100%}
#sh_ft .right .map_area iframe{width:100%;height: 530px;}
#sh_ft .right a{display:block;width:100%;height:67px;font-weight:700;line-height:67px;color:#fff;background:var(--primary);text-align:center;transition:0.2s}
#sh_ft .right a:hover{background:#297a74}
#sh_ft .left{width:100%}
#sh_ft .left ul li{display:flex;align-items:flex-start;gap:68px}
#sh_ft .left ul li span{display:flex;align-items:center;gap:30px;font-size:16px;color:#fff;font-weight:700;word-break:keep-all}
#sh_ft .left ul li span svg{color:rgba(255, 255, 255, 0.7)}
#sh_ft .left ul li+li{margin-top:27px}
#sh_ft .left ul .call p{font-size:30px;font-weight:700;line-height:1;color:var(--primary);font-family:"Outfit"}
#sh_ft .left ul .time dl{display:flex;align-items:center;gap:20px}
#sh_ft .left ul li dl dt{width:100px;color:#fff}
#sh_ft .left ul li dl+dl{margin-top:15px}
#sh_ft .left .btn_wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:55px}
#sh_ft .left .btn_wrap a{display:block;width:100%;height:67px;font-weight:700;text-align:center;line-height:67px;color:#fff;background:rgba(255, 255, 255, 0.06);transition:0.2s}
#sh_ft .left .btn_wrap a:hover{background:var(--primary)}
#sh_ft .bottom{padding:95px 260px 100px}
#sh_ft .bottom .ft_mn{display:flex;align-items:center;gap:15px;padding-bottom:45px}
#sh_ft .bottom .ft_mn li a{font-size:13px;font-weight:700;color:rgba(255, 255, 255, 0.5);transition:0.2s}
#sh_ft .bottom .ft_mn li a:hover{color:rgba(255, 255, 255, 0.8)}
#sh_ft .bottom .info{display:flex;align-items:flex-end;justify-content:space-between}
#sh_ft .bottom .info .txt{font-size:13px;font-weight:700;line-height:2.2;color:rgba(255, 255, 255, 0.2);word-break:keep-all}
#sh_ft .bottom .info .txt p{padding-top:10px}
#sh_ft .bottom .links{display:flex;align-items:center;gap:25px}
#sh_ft .bottom .links a{display:block;font-size:14px;font-weight:700;color:rgba(255, 255, 255, 0.2);transition:0.2s;font-family:"Outfit"}
#sh_ft .bottom .links a:hover{color:rgba(255, 255, 255, 0.6)}

/* 반응형 사이트맵 공통 */
#sh_site_map{position:relative;width:100%;font-family:'notokr-regular'}
#sh_site_map:after{display:block;content:"";visibility:hidden;clear:both}
#sh_site_map > div{width:31%;float:left;margin:0 1%}
#sh_site_map > div:nth-of-type(3n){margin-right:0}
#sh_site_map .sh_site_map_title{padding:10px 15px;border-bottom:2px solid #333;font-size:17px;font-weight:normal;text-align:center;color:#222;font-family:'notokr-bold'}
#sh_site_map ul{padding:0 15px 15px}
#sh_site_map .sh_site_map_box{min-height:205px;padding:17px 20px;border:1px solid #e1e1e1;border-top:none;font-size:14px;color:#333;line-height:40px}
#sh_site_map .sh_site_map_box li{border-bottom:1px dotted #ccc}
#sh_site_map .sh_site_map_box li:last-child{border:none}

/* 반응형 하단 버튼 공통 */
#fix_tel{opacity:0;display:none;position:fixed;right:15px;bottom:20px;z-index:100;width:65px;height:65px;margin-right:-10px;border-radius:50%;font-size:30px;text-align:center;line-height:65px;color:#fff;background-color:var(--primary);box-shadow:5px 5px 5px rgba(0,0,0,.2);-webkit-transition:all .2s;transition:all .2s}
#fix_tel.active{opacity:1;margin-right:0}
#sh_ft_btns{display:none;padding:15px;background:#f7f7f7}
#sh_ft_btns .btns{overflow:hidden}
#sh_ft_btns .row2 a{width:50%}
#sh_ft_btns a{float:left;display:block;width:100%;height:55px;font-size:16px;line-height:55px;color:#fff;text-align:center;background-color:var(--primary);font-family:'notokr-bold'}
#sh_ft_btns a.tel{font-size:18px;font-weight:700;letter-spacing:0;font-family:'Poppins'}
#sh_ft_btns a i{padding-right:5px;font-size:18px}
#sh_ft_btns a.kakao{font-weight:normal;color:#402325;background-color:#ffe500}

/* 반응형 [s] */
@media (max-width:1600px){
#sh_ft .top{padding:130px 100px 90px}
#sh_ft .bottom{padding:95px 100px 100px}
}
@media (max-width:1400px){
#sh_ft .top{gap:80px;padding:130px 5% 90px}
#sh_ft .left ul li{gap:45px}
#sh_ft .left ul li span{gap:20px}
#sh_ft .left ul li p{word-break:keep-all}
#sh_ft .left ul li dl dt{width:70px}
#sh_ft .bottom{padding:95px 5% 100px}
}
@media (max-width:1024px){
#sh_hd{position:absolute}
#sh_content{width:95%}
.cm_part .tit_area div h2{padding-top:15px;font-size:28px}
.cm_part .tit_area span{font-size:16px}
#sh_ft .top{flex-direction:column;gap:60px;padding:100px 2.5% 60px}
#sh_ft .right{gap:15px}
#sh_ft .right a{height:62px;line-height:62px}
#sh_ft .left ul li{gap:30px}
#sh_ft .left ul li span{font-size:15px}
#sh_ft .left ul li span svg{width:22px;height:22px}
#sh_ft .left ul .call p{font-size:26px}
#sh_ft .left ul li dl dt{width:auto}
#sh_ft .left .btn_wrap a{height:62px;line-height:62px}
#sh_ft .bottom{padding:60px 2.5% 30px}
#sh_ft .bottom .ft_mn{padding-bottom:35px}
}
@media (max-width:768px){
.cm_part .tit_area div h2{font-size:25px;white-space:normal}
.cm_part .tit_area span{font-size:15px}
#sh_ft{font-size:14px}
#sh_ft .top{padding:80px  2.5% 50px;gap:50px}
#sh_ft .right a{height:58px;line-height:58px}
#sh_ft .left ul{display:flex;flex-wrap:wrap;gap:10px}
#sh_ft .left ul li{flex-direction:column;align-items:center;gap:10px;width:calc(50% - 5px)}
#sh_ft .left ul li+li{margin-top:0px}
#sh_ft .left ul li:nth-last-child(-n+2){margin-top:50px}
#sh_ft .left ul li span{flex-direction:column;gap:8px}
#sh_ft .left ul .time dl{flex-direction:column;justify-content:center;gap:2px}
#sh_ft .left ul li dl+dl{margin-top:8px}
#sh_ft .left ul .time dl dd{text-align:center}
#sh_ft .left ul li p{text-align:center}
#sh_ft .left .btn_wrap{margin-top:50px}
#sh_ft .bottom{padding:40px 2.5% 20px}
#sh_ft .bottom .ft_mn{justify-content:center}
#sh_ft .bottom .info{flex-direction:column;align-items:center;text-align:center}
#sh_ft .bottom .links{margin-top:15px}
/* 반응형 스타일 필수 [s] */
#sh_login, #sh_agree, #sh_register,#sh_mb_confirm, #sh_result{padding:15px;margin:15px auto;border:none}
#sh_login input[type=submit], #sh_agree .btn_wrap input[type=submit], #sh_register .btn_wrap input[type=submit],#sh_find_info input[type=submit], #sh_mb_confirm input[type=submit]{-webkit-appearance:none;appearance:none}
#sh_login .bnr .txt p a{color:#0054a6}
#sh_pw_confirm{width:100%;padding:30px 20px;border:none}
#sh_agree .inner{padding:15px}
#sh_agree .cont{padding:10px}
#sh_site_map{padding:30px 20px}
#sh_site_map > div{width:100%;margin:0}
#sh_site_map .sh_site_map_box{min-height:auto}
/* 반응형 스타일 필수 [e] */
}
@media (max-width:480px){
#sh_content{margin:0px auto}
#sh_hd.sub{position: relative;background-color: #222;}
.cm_part .tit_area div h2{padding-top:12px;font-size:21px}
.cm_part .tit_area span{font-size:14px}
#sh_ft .top{padding:40px 2.5% 20px;gap:40px}
#sh_ft .right{display:none}
#sh_ft .left ul{flex-direction:column;flex-wrap:nowrap}
#sh_ft .left ul li{width:100%;gap:5px}
#sh_ft .left ul li:nth-last-child(-n+3){margin-top:20px}
#sh_ft .left ul li span{font-size:14px}
#sh_ft .left ul .call p{font-size:24px}
#sh_ft .left ul .time dl{gap:0px;margin-top:5px}
#sh_ft .left .btn_wrap{margin-top:40px;gap:14px}
#sh_ft .left .btn_wrap a{height:52px;line-height:52px}
#sh_ft .bottom .links{margin-top:8px}
#fix_tel{display:block}
#sh_ft_btns{display:block}
}
@media (max-width:380px){
.cm_part .tit_area div h2{padding-top:8px;font-size:19px}
.cm_part .tit_area div b{font-size:14px}
.cm_part .tit_area span{font-size:13px}
#sh_ft{font-size:13px}
#sh_ft .left ul li span{font-size:13px}
#sh_ft .left ul .call p{font-size:22px}
#sh_ft .left ul li span svg{width:20px;height:20px}
#sh_ft .left .btn_wrap a{height:48px;line-height:48px}
#sh_ft .bottom .links{margin-top:6px}
#sh_ft .bottom .links a{font-size:13px}

}
/* 반응형 [e] */