@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');/* regular-400, medium-500, semibold-600, bold-700 */ 

*{-webkit-text-size-adjust:none}
body{background:#fff;font-size:0.81em;font-family:'pretendard'}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'pretendard'}
:root{--main-size:1260px;--primary:#357c99;--k-font:'Pretendard';--e-font:'Outfit'}
svg{width:30px;height:30px}

/* ========================== HEADER */
#sh_hd{position:fixed;z-index:15;width:100%;font-size:15px;font-family:var(--e-font),var(--k-font)}
#sh_hd.sub{position:absolute}

/* ========================== MAIN */
#sh_section{overflow:hidden;position:relative;font-size:15px;font-weight:500;line-height:1.5;color:#777;font-family:var(--e-font),var(--k-font)}
#sh_section *{word-break:keep-all}
#sh_section h2{margin-bottom:10px;font-size:50px;font-weight:700;color:#111}
#sh_section .tit_area{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:100px}
#sh_section .tit_area p{font-size:20px;font-weight:500}
#sh_section .tit_area a{display:flex;align-items:center;justify-content:center;gap:25px;border:1px solid #e1e1e1;width:165px;height:60px;font-weight:600;transition:all .3s}
#sh_section .tit_area a:hover{border:1px solid #111;color:#fff;background:#111}
#sh_section .inner{max-width:var(--main-size);margin:0 auto;padding:150px 0}

/* ========================== CONTAINER */
#sh_container{position:relative;z-index:10;width:100%}
#sh_content{overflow:hidden;position:relative;z-index:10;width:100%;max-width:var(--main-size);min-height:550px;padding:70px 0;margin:0 auto;background:#fff}

/* ========================== FOOTER */
#sh_ft{font-size:15px;font-weight:500;line-height:1.5;color:#777;font-family:var(--e-font),var(--k-font);background:#222}
#sh_ft .wrap{padding-top:120px}
#sh_ft .wrap .top{display:flex;justify-content:space-between;align-items:start;max-width:var(--main-size);margin:0 auto;padding-bottom:120px}
#sh_ft .wrap .top > div h2{margin-bottom:40px;font-size:14px;font-weight:700;color:#fff;font-family:var(--e-font)}
#sh_ft .wrap .top .tel_box .tel_num{font-size:30px;font-weight:700;color:#fff}
#sh_ft .wrap .top .tel_box .day{margin-top:10px;font-size:13px;font-weight:400;color:rgb(255, 255, 255, 0.6);white-space:pre-line}
#sh_ft .wrap .top .info{width:50%}
#sh_ft .wrap .top .info div{font-size:15px;font-weight:500;color:rgb(255, 255, 255, 0.6)}
#sh_ft .wrap .top .info div+div{margin-top:10px}
#sh_ft .wrap .top .info div span{display:inline-block;width:20%}
#sh_ft .wrap .copy{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-top:1px solid rgb(255, 255, 255, 0.1)}
#sh_ft .wrap .flex{display:flex;justify-content:space-between;width:var(--main-size);margin:0 auto}
#sh_ft .wrap .copy p{font-size:13px;font-weight:500;color:rgb(255, 255, 255, 0.6)}
#sh_ft .wrap .copy .adm a{font-size:13px;font-weight:400;color:rgb(255, 255, 255, 0.6);transition:all .3s}
#sh_ft .wrap .copy .adm a+a{margin-left:30px}
#sh_ft .wrap .copy .adm a:hover{color:#fff}

/* 반응형 사이트맵 공통 */
#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:90px;z-index:101;width:65px;height:65px;margin-right:-10px;border-radius:50%;font-size:30px;text-align:center;line-height:65px;color:#fff;background-color:#0e819e;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}
#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:#0e819e;font-family:'notokr-bold'}
#sh_ft_btns a.tel{font-size:18px;font-weight:700;letter-spacing:0;font-family:var(--e-font)}
#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:1320px){
#sh_section h2{font-size:40px}
#sh_section .tit_area{margin-bottom:70px;padding:0 30px}
#sh_ft{padding:0 30px} 
}
@media (max-width:1024px){
#sh_content{margin:0 auto;padding:0;border:none}
#shSnb{display:none}
#sh_hd{position:relative}
#sh_hd.sub{position:relative}
#sh_container{margin:0}
#sh_section{font-size:14px}
#sh_section .inner{padding:100px 0}
#sh_section h2{font-size:35px}
#sh_section .tit_area p{font-size:17px}
#sh_ft .wrap{padding-top:80px}
#sh_ft .wrap .top{padding-bottom:50px}
#sh_ft .toTop{width:40px;height:40px;line-height:53px}
#sh_ft .toTop svg{width:22px;height:22px}
#sh_ft .ft_mn{display:none}
#sh_ft .wrap .top .info{width:70%}
}
@media (max-width:768px){
/* 반응형 스타일 필수 [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] */
#sh_section h2{font-size:30px}
#sh_section .tit_area{flex-direction:column;align-items:center;text-align:center}
#sh_section .tit_area a{margin-top:20px;width:150px;height:50px}
svg{width:20px;height:20px}
#sh_ft{padding:30px 20px;font-size:15px}
#sh_ft .wrap{padding-top:30px}
#sh_ft .wrap .top > div h2{margin-bottom:10px}
#sh_ft .wrap .top{flex-direction:column;gap:50px}
#sh_ft .wrap .top .info{width:100%}
#sh_ft .wrap .top .tel_box{width:100%;text-align:center}
}
@media (max-width:480px){
#sh_section .inner{padding:80px 0}
#sh_section h2{font-size:22px}
#sh_section .tit_area{margin-bottom:50px}
#sh_section .tit_area p{font-size:15px}
#sh_section .tit_area a{gap:20px;width:140px;height:45px}
#fix_tel{display:block}
#sh_ft_btns{display:block}
#sh_ft .copy{text-align:center}
#sh_ft .copy .links{float:none;margin-top:20px}
#sh_ft .wrap .top{gap:30px}
#sh_ft .wrap .top .info{text-align:center}
#sh_ft .wrap .top .info div span{display:block;width:100%}
#sh_ft .wrap .top .info div{font-size:14px}
#sh_ft .wrap .flex{flex-direction:column}
#sh_ft .wrap .top > div h2{text-align:center}
#sh_ft .wrap .top .tel_box .tel_num{font-size:25px}
}
@media (max-width:390px){
#sh_section h2{font-size:20px}
#sh_section .tit_area p{font-size:14px}
#sh_ft .wrap .top .info div{font-size:13px}
}