@charset "utf-8";

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");/* regular-400, medium-500, semibold-600, bold-700 */ 
@font-face {font-family:'Sweet';src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Light.woff2') format('woff2');font-weight:300;font-display:swap}
@font-face {font-family:'Sweet';src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Regular.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face {font-family:'Sweet';src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Medium.woff2') format('woff2');font-weight:500;font-display:swap}
@font-face {font-family:'Sweet';src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-SemiBold.woff2') format('woff2');font-weight:600;font-display:swap}
@font-face {font-family:'Sweet';src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Bold.woff2') format('woff2');font-weight:700;font-display:swap}
@font-face {font-family:'Sweet';src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-ExtraBold.woff2') format('woff2');font-weight:800;font-display:swap}
@font-face {font-family:'Sweet';src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Heavy.woff2') format('woff2');font-weight:900;font-display:swap}


:root{--main-size:1600px;--main-font:'Sweet';--k-font:'Pretendard';--primary:#00C8FF;--point:#2B3FAD}
*{-webkit-text-size-adjust:none}
body{background:#fff;font-size:0.81em;font-family:var(--main-font)}
h1, h2, h3, h4, h5, h6{font-family:var(--main-font)}
input, button, textarea, select{font-family:var(--k-font)}
a{cursor:pointer}
.sr_only{position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);margin:-1px;overflow:hidden}

/* Header */
#sh_hd{--hd-height:124px;position:fixed;z-index:10;width:100%;transition:background-color 0.2s} 
#sh_hd.on{background-color:#fff}
#sh_hd.active{background-color:#fff;box-shadow:0 0 12px rgba(0,0,0,0.05)}


/* 메인,서브 비주얼이미지 */
#sh_container{position:relative}
#sh_container_wrapper{position:relative}
#sh_container .inner{max-width:var(--main-size);width:100%;margin:0 auto}
#sh_index{position:relative;z-index:1}


/* 서브페이지 레이아웃 */
#sub-layout{overflow:hidden;display:flex;gap:68px;max-width:var(--main-size);width:100%;margin:0 auto}
/* 사이드(서브)메뉴 float:left;선택 단 content 와 같은 방향 X */
#sh_aside{margin:0;width:100%;max-width:217px;padding-top:66px}

/* 컨텐츠 본문 영역 */
#sh_content{position:relative;max-width:1315px;width:100%;margin:0 auto;padding:67px 0 80px;min-height:440px;font-family:var(--k-font) !important;color:#666;zoom:1}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}

/* FOOTER */
#sh_ft{padding:77px 0 30px;background-color:#252b37;color:#fff}
#sh_ft #sh_ft_wrapper{max-width:var(--main-size);width:100%;margin:0 auto}
#sh_ft .ft_top{display:flex;align-items:center;justify-content:space-between;padding-bottom:54px}
#sh_ft .ft_top .ft_logo img{width:141px}
#sh_ft .ft_top .ft_menu{display:flex;flex-wrap:wrap;gap:28px}
#sh_ft .ft_top .ft_menu li a{font-size:14px;font-weight:700;color:rgba(255,255,255,0.5);text-align:center;word-break:keep-all;transition:color 0.2s}
#sh_ft .ft_top .ft_menu li a.privacy{color:var(--primary)}
#sh_ft address{display:flex;flex-direction:column;font-style:normal;gap:26px;padding-bottom:85px}
#sh_ft address p{font-size:15px;font-weight:700}
#sh_ft address ul{display:flex;gap:22px}
#sh_ft address ul li{display:flex;gap:5px;font-size:14px}
#sh_ft address ul li b{color:rgba(255,255,255,0.5)}
#sh_ft .ft_bottom{display:flex;align-items:center;justify-content:space-between;gap:60px}
#sh_ft .ft_bottom small{font-size:14px;color:rgba(255,255,255,0.2)}
#sh_ft .ft_bottom #sh_ft_icon{display:flex;gap:15px}
#sh_ft .ft_bottom #sh_ft_icon a{color:rgba(255, 255, 255, 0.5);transition:color 0.2s}
#sh_ft .ft_top .ft_menu li a:not(.privacy):hover{color:#fff}
#sh_ft .ft_bottom #sh_ft_icon a:hover{color:#fff}


/********************* 메인화면 끝 *********************/

/* 사이트맵 */
a{text-decoration:none !important}
a:hover{text-decoration:none !important}

#sh_site_map{width:100%;position:relative;min-height:500px;height:500px auto;margin:0 auto}
.sh_site_map01{width:30%;float:left;margin-right:3%;min-height:200px;height:200px auto;margin-bottom:60px;border-bottom:solid 1px #e1e1e1}
.sh_site_map_title{font-size:17px;font-weight:normal;color:#222;font-family:'notokr-medium'}
.sh_site_map_title a{color:#222}
.sh_site_map_line{border-bottom:2px solid #222;margin:10px 0}
.sh_site_map_box{margin:0 auto;min-height:80px}
.sh_site_map_txt{font-size:14px;line-height:1.2em;color:#666;padding:5px;font-family:'notokr-regular'}
.sh_site_map_txt a{color:#666}


/* 반응형 하단 버튼 공통 */
#fix_tel{opacity:0;display:none;position:fixed;right:15px;bottom:30px;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: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}
#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:var(--primary);font-family:'notokr-bold'}
#sh_ft_btns a.tel{font-size:18px;font-weight:700;letter-spacing:0;font-family:var(--k-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:1700px){
#sh_ft{padding:77px 20px 30px}
}
@media (max-width:1600px){
#sh_hd{--hd-height:100px}
#sh_content{padding:40px 0 80px}
#sub-layout{gap:40px;padding:0 20px}
#sh_aside{padding-top:40px}
}
@media (max-width:1500px){
#sh_ft{padding:55px 20px 24px}
#sh_ft .ft_top{padding-bottom:35px}
#sh_ft address{gap:12px;padding-bottom:55px}
}
@media (max-width:1200px){
#sub-layout{gap:24px}
#sh_aside{max-width:205px}
#sh_hd{--hd-height:84px}
#sh_ft address{gap:8px;padding-bottom:50px}
#sh_ft address p{font-size:13px}
#sh_ft address ul li{font-size:12px}
#sh_ft .ft_bottom small{font-size:13px}
}
@media (max-width:1120px){
#sh_ft{padding:40px 20px 20px}
#sh_ft .ft_top{flex-direction:column;gap:20px;padding-bottom:25px}
#sh_ft .ft_top .ft_menu{justify-content:center;gap:10px 20px}
#sh_ft address{gap:10px;align-items:center;padding-bottom:30px;text-align:center}
#sh_ft .ft_bottom{flex-direction:column;gap:12px;text-align:center}
}
@media (max-width:1024px){
#sh_content{padding:25px 0 0}
}
@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] */
}
@media (max-width:480px){
#sub-layout{padding:0 10px}
/* #sh_hd.sub{position:relative} */
#sh_hd{background-color:#fff}
#sh_container{padding-top:67px}
#fix_tel{display:block}
#sh_ft_btns{display:block}
#sh_ft address ul{flex-direction:column;align-items:center;gap:8px;text-align:center}
}
/* 반응형 [e] */