@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');/* regular-400, medium-500, semibold-600, bold-700 */ 
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap');

*{-webkit-text-size-adjust:none}
:root{--primary:#f24535}

body{overflow:hidden;background:#fff;font-size:0.81em;font-family:'Nanum Gothic'}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'Nanum Gothic'}

/* 메뉴오픈 - 스크롤막기 */
body.open{overflow:hidden;position:absolute;width:100%;height:100%}
#sh_wrapper{position:relative;max-width:1920px;width:100%;margin:0 auto;background-color:#eee}
#sh_wrapper.sub{background:#fff}

/* HEADER */
#sh_hd{position:relative;z-index:15;width:100%;background:#eee}

/* INDEX */
#sh_section{font-size:15px;line-height:1.8;color:#000;font-family:'Pretendard'}
 
/* CONTAINER */
#sh_container{position:relative;width:100%;z-index:0}
#sh_container_wrapper{position:relative;width:100%;margin:0 auto;zoom:1;z-index:99}
#sh_container_wrapper:after{display:block;visibility:hidden;clear:both;content:""}

/* SNB */
#sh_aside{position:relative;z-index:15;width:100%;margin-top:-61px;font-family:'Pretendard'}
#sh_aside_wrapper{overflow:hidden;position:relative;width:100%;max-width:1200px;margin:0 auto;border-bottom:1px solid #e1e1e1;background:#fff;zoom:1}

/* CONTENT */
#sh_content{position:relative;z-index:4;width:100%;max-width:1200px;min-height:580px;margin:0 auto;padding:70px 90px;border-left:1px solid #e1e1e1;border-right:1px solid #e1e1e1;background:#fff}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}

/* 하단메뉴 */
#sh_ft{position:relative;z-index:10;width:100%;font-size:15px;font-family:'Pretendard'} 

/* 하단 로고, sns, 회사정보 */
#sh_ft_wrapper{position:relative}
#sh_wrapper.sub #sh_ft{background:#eee}
#sh_ft .inner{position:relative;display:flex;align-items:flex-end;position:relative;width:calc(100% - 160px);margin:0 auto 96px;padding-top:91px;border-top:1px solid #000;font-size:15px;line-height:25px;color:#666}
#sh_wrapper.sub #sh_ft .inner{border-top:none}
#sh_ft .ft_info{padding:0 0 27px 120px}
#sh_ft .ft_info .tit{margin-bottom:67px;font-size:18px;font-weight:700;color:#000;font-family:'Cabin',sans-serif}
#sh_ft .ft_info .contact_list{display:flex;column-gap:30px;margin-bottom:27px}
#sh_ft .ft_info .contact_list li{font-weight:500}
#sh_ft .ft_info .contact_list span{margin-right:7px;color:#000}
#sh_ft .adm_btn{display:flex;column-gap:18px;position:absolute;right:0;bottom:0}
#sh_ft .copy{position:relative;text-align:center;line-height:65px;color:#fff;background:#000}
#sh_ft .sns_link{position:absolute;right:80px;top:50%;transform:translateY(-50%)}
#sh_ft .sns_link li+li{margin-top:8px}
#sh_ft .sns_link li a{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:100%;transition:all .3s;background: -webkit-linear-gradient(64deg, rgb(4, 232, 99), rgb(1, 178, 97));background: linear-gradient(64deg, rgb(4, 232, 99), rgb(1, 178, 97));}
#sh_ft .sns_link li:nth-child(2) a{background:radial-gradient(circle farthest-corner at 32% 106%,#ffe17d 0%,#ffcd69 10%,#fa9137 28%,#eb4141 42%,transparent 82%) , linear-gradient(135deg,#234bd7 12%,#c33cbe 58%)}
#sh_ft .sns_link li a img{height:18px}

/* 반응형 하단 버튼 공통 */
#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_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}

/* 반응형 [s] */
@media (max-width:1560px){
#sh_ft .ft_info{padding-left:80px}
}
@media (max-width:1430px){
#sh_ft .inner{width:calc(100% - 100px)}
#sh_ft .ft_info{padding-left:60px}
#sh_ft .adm_btn{bottom:-60px}
#sh_ft .sns_link{right:50px;top:auto;bottom:30px;transform:none}
}
@media (max-width:1230px){
#sh_aside_wrapper{max-width:none}
#sh_content{max-width:none;padding:70px 50px;border:none}
#sh_ft .inner{width:calc(100% - 60px);column-gap:40px}
#sh_ft .inner .ft_form{width:calc(100%/2 - 20px)}
#sh_ft .ft_info{width:calc(100%/2 - 20px)}
#sh_ft .ft_info .tit{margin-bottom:40px}
#sh_ft .ft_info .contact_list{column-gap:25px;margin-bottom:15px}
#sh_ft .sns_link{right:30px}
}
@media (max-width:1024px){
#sh_aside{display:none}
#sh_content{padding:70px 30px}
#sh_ft .inner{display:block;width:calc(100% - 30px);margin-bottom:70px;padding-top:70px}
#sh_ft .inner .ft_form{width:100%}
#sh_ft .ft_info{width:100%;padding:70px 0 0;border-top:1px solid #000}
#sh_ft .adm_btn{position:initial;justify-content:flex-end}
#sh_ft .sns_link{right:15px;bottom:60px}
#sh_ft .sns_link li+li{margin-top:5px}
#sh_ft .sns_link li a{width:45px;height:45px}
}
@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:#7826e2}
#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_content{padding:60px 15px}
#sh_ft{font-size:14px}
#sh_ft .inner{margin-bottom:50px;font-size:14px;line-height:24px}
#sh_ft .ft_info .tit{margin-bottom:25px;font-size:16px}
#sh_ft .ft_info .contact_list{display:none}
#sh_ft .copy{line-height:55px}
#sh_ft .sns_link{display:flex;bottom:100px}
#sh_ft .sns_link li+li{margin:0 0 0 5px}
}
@media (max-width:480px){
#sh_section{font-size:14px}
#sh_content{padding:40px 15px}
#fix_tel{display:block;right:15px}
#sh_ft .inner{padding-top:55px}
#sh_ft .ft_info{padding-top:55px;border-top:none}
#sh_ft .ft_info .tit{font-size:15px}
#sh_ft .sns_link{bottom:90px}
}
@media (max-width:380px){
#sh_ft .sns_link{bottom:115px}
}
/* 반응형 [e] */