@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 */ 

:root{--main-size:1820px;--primary:#1fa3eb;--k-font:'Pretendard';--e-font:'Outfit'}
*{-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'}
.sr_only{position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);margin:-1px;overflow:hidden}

/* ========================== HEADER */
#sh_hd{position:absolute;z-index:15;width:100%;font-size:15px;font-family:var(--e-font),var(--k-font)}

/* ========================== MAIN */
#sh_section{position:relative;font-size:15px;font-weight:500;line-height:1.5;color:#777;font-family:var(--e-font),var(--k-font)}
#sh_section .inner{max-width:var(--main-size);width:100%;margin:0 auto}
#sh_section .btn--primary{display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff;border-radius:100px;font-size:16px;font-weight:500;color:#fff;padding:14px 20px;transition:all 0.3s}
#sh_section .btn--primary span{display:flex;align-items:center;justify-content:space-between;gap:25px;transform:translateX(6px)}
#sh_section .btn--primary svg{flex-shrink:0}
#sh_section .btn--primary:hover{background-color:#fff;color:#111}
#sh_section .gradient{background-image:linear-gradient(to right, #1febd1 0%, #1996e6 100%);background-clip:text;background-repeat:no-repeat;display:inline-block;color:transparent}

/* ========================== CONTAINER */
#sh_container{position:relative;z-index:10}
#sh_content{overflow:hidden;position:relative;z-index:10;width:100%;max-width:1200px;min-height:550px;padding:70px 0;margin:0 auto;background:#fff}

/* ========================== FOOTER */
#sh_ft{position:relative;z-index:10;padding:100px 0 60px;font-size:16px;background-color:#fff}
#sh_ft.sub{border-top:1px solid #e1e1e1}
#sh_ft .inner{max-width:var(--main-size);width:100%;margin:0 auto}
#sh_ft .top{display:grid;grid-template-columns:repeat(2,1fr);padding-bottom:40px}
#sh_ft .top .ft__sns{display:flex;gap:12px}
#sh_ft .top .ft__sns li a{display:grid;align-items:center;justify-content:center;width:55px;aspect-ratio:1;border-radius:100px;background-color:rgba(17,17,17,0.08)}
#sh_ft .top .ft__sns li a img{grid-area:1 / 1;transition:opacity 0.3s, visibility 0.3s 0s}
#sh_ft .top .ft__sns li a img.hover{opacity:0;visibility:hidden}
#sh_ft .top .ft__sns li a:hover img.default{opacity:0;visibility:hidden}
#sh_ft .top .ft__sns li a:hover img.hover{opacity:1;visibility:visible}
#sh_ft .top .ft__sns li a img.img-insta{width:22px}
#sh_ft .top .ft__sns li a img.img-kakao{width:28px}
#sh_ft .top .ft__sns li a img.img-youtube{width:25px}
#sh_ft .top .ft__menu{padding-top:10px}
#sh_ft .top .ft__menu > ul{display:flex;flex-direction:column;gap:40px}
#sh_ft .top .ft__menu > ul > li{display:flex;flex-direction:column;gap:10px}
#sh_ft .top .ft__menu > ul > li > a{font-size:18px;font-weight:700;color:#111}
#sh_ft .top .ft__menu .sh_lnb_s{display:flex;gap:30px}
#sh_ft .top .ft__menu .sh_lnb_s li a{color:#777;transition:color 0.3s}
#sh_ft .top .ft__menu .sh_lnb_s li a:hover{color:#111}
#sh_ft .bottom{display:grid;grid-template-columns:repeat(2,1fr);align-items:flex-end}
#sh_ft .bottom .fl-l a{display:inline-block;padding-bottom:12px;font-size:14px;color:#666;font-weight:400}
#sh_ft .bottom .fl-l address{font-size:15px;font-style:normal;color:#777;line-height:1.6;word-break:keep-all}
#sh_ft .bottom .fl-r{display:flex;justify-content:space-between}
#sh_ft .bottom .fl-r small{font-size:15px;line-height:1.3;color:#777}
#sh_ft .bottom .fl-r .adm{display:flex;gap:12px}
#sh_ft .bottom .fl-r .adm a{font-size:15px;color:#777;transition:color 0.3s}
#sh_ft .bottom .fl-r .adm a:hover{color:#111}

/* 사이트맵 */
#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:normal;text-align:center;color:#222;font-weight: 700;}
#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}

/* 반응형 하단 버튼 공통 */
#fix_tel{opacity:0;display:none;position:fixed;right:15px;bottom:40px;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-weight: 700;}
#sh_ft_btns a.tel{font-size:18px;font-weight:700;letter-spacing:0;}
#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_section .inner{padding:0 20px}
#sh_ft{padding:100px 20px 60px}
}
@media(max-width:1500px){
#sh_ft{padding:66px 20px 34px;font-size:15px}
#sh_ft .top .ft__menu > ul{gap:30px}
#sh_ft .top .ft__menu > ul > li > a{font-size:16px}
#sh_ft .top .ft__menu .sh_lnb_s{gap:24px}
#sh_ft .top .ft__sns{gap:10px}
#sh_ft .top .ft__sns li a{width:50px}
#sh_ft .top .ft__sns li a img.img-insta{width:18px}
#sh_ft .top .ft__sns li a img.img-kakao{width:23px}
#sh_ft .top .ft__sns li a img.img-youtube{width:22px}
#sh_ft .bottom .fl-l address{font-size:13px}
#sh_ft .bottom .fl-r small{font-size:13px}
}
@media (max-width:1300px){
#sh_ft{padding:42px 20px 24px;font-size:14px}
#sh_ft .top{grid-template-columns:repeat(1,1fr);padding-bottom:35px}
#sh_ft .top .ft__sns{justify-content:center;gap:7px}
#sh_ft .top .ft__sns li a{width:44px}
#sh_ft .top .ft__menu{padding-top:30px}
#sh_ft .top .ft__menu > ul{flex-direction:row;justify-content:center;gap:62px}
#sh_ft .top .ft__menu > ul > li{gap:12px;text-align:center}
#sh_ft .top .ft__menu > ul > li > a{font-size:15px}
#sh_ft .top .ft__menu .sh_lnb_s{flex-direction:column;gap:12px}
#sh_ft .bottom{grid-template-columns:repeat(1,1fr);gap:16px;text-align:center}
#sh_ft .bottom .fl-r{flex-direction:column;align-items:center;gap:7px}
#sh_ft .bottom .fl-r .adm a{font-size:14px}
}
@media (max-width:1024px){
#sh_content{margin:0 auto;padding:0;border:none}
}
@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 .btn--primary{padding:12px 20px;font-size:15px}
#sh_section .btn--primary span{gap:20px}
#sh_section .btn--primary svg{width:22px;height:22px}
#sh_ft .top .ft__menu > ul{gap:48px}
}
@media (max-width:480px){
#sh_hd.sub{position:relative}
#fix_tel{display:block}
#sh_ft_btns{position:relative;z-index:10;display:block;background-color:transparent}
#sh_section .btn--primary{font-size:14px}
#sh_section .btn--primary span{gap:14px}
#sh_section .btn--primary svg{width:20px;height:20px}
#sh_ft{padding:34px 20px 20px}
#sh_ft .top{padding-bottom:14px}
#sh_ft .top .ft__menu{display:none}
#sh_ft .top .ft__sns li a{width:40px}
#sh_ft .top .ft__sns li a img.img-insta{width:17px}
#sh_ft .top .ft__sns li a img.img-kakao{width:20px}
#sh_ft .top .ft__sns li a img.img-youtube{width:20px}
}
@media (max-width:390px){
#sh_section .btn--primary{padding:10px 20px;font-size:13px}
#sh_section .btn--primary svg{width:18px;height:18px}
#sh_section .btn--primary span{gap:10px}
}
/* 반응형 [e] */