@charset "utf-8";
@font-face{font-family:'SBAggroL';src:url('/sh_img/SBAggroL.woff') format('woff');font-weight:normal;font-style:normal}
@font-face{font-family:'SBAggroM';src:url('/sh_img/SBAggroM.woff') format('woff');font-weight:normal;font-style:normal}
@font-face{font-family:'SBAggroB';src:url('/sh_img/SBAggroB.woff') format('woff');font-weight:normal;font-style:normal}
@font-face {font-family:'GongGothicLight';src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicLight.woff') format('woff');font-weight:normal;font-style:normal}
@font-face {font-family:'GongGothicMedium';src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff') format('woff');font-weight:normal;font-style:normal}
@font-face {font-family:'GongGothicBold';src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicBold.woff') format('woff');font-weight:normal;font-style:normal}

/* 컬러 변수 셋팅 */
:root{--primary:#36c2ba;--primary-hover:#2fa9a2;--primary-50:rgba(54,164,186,.5);--action:#ff2434;--action-50:rgba(255,36,52,.5);--dark:#333847}

/* SHINING 독립 사용 */
*{-webkit-text-size-adjust:none}
body{background:#fff;font-size:0.81em;font-family:'Nanum Gothic'}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'Nanum Gothic'}

/* HEADER */
#sh_hd{position:relative;z-index:20;width:100%;font-family:'GongGothicMedium'}
#sh_hd.idx{z-index:5}

/* MAIN */
#main_banner{position:relative;z-index:15;width:100%;transition:all .2s;font-family:'GongGothicLight'}
#sh_section{position:relative;font-size:16px;color:#999;letter-spacing:-.2px;line-height:1.8;font-family:'GongGothicLight'}

/* FADE */
.animated{-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-delay:.2s;animation-delay:.2s}
@-webkit-keyframes fadeInUp{from{opacity:0}to{opacity:1;-webkit-transform:translateY(0)}}
@keyframes fadeInUp{from{opacity:0}to{opacity:1;transform:translateY(0)}}
.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft;-webkit-animation-delay:.2s;animation-delay:.2s}
@-webkit-keyframes fadeInLeft{from{opacity:0}to{opacity:1;-webkit-transform:translateX(0)}}
@keyframes fadeInLeft{from{opacity:0}to{opacity:1;transform:translateX(0)}}

/* CONT */
#sh_container{z-index:10;position:relative;padding-top:80px}
#sh_container.sub{padding-top:0}
#sh_container_wrapper{position:relative}
#sh_content{z-index:5;position:relative;max-width:1230px;width:100%;min-height:550px;margin:50px auto 70px}

/* SNB */
#sh_aside{position:relative;z-index:15;font-family:'GongGothicLight'}

/* FOOTER */
#sh_ft{z-index:5;position:relative;padding:0;font-size:14px;line-height:1.8;letter-spacing:-.2px;color:rgba(255,255,255,.5);text-align:center;word-break:keep-all;background-color:#3a3a3a;font-family:'GongGothicLight'} 
#sh_ft .info_wrap{display:flex;max-width:1400px;margin:0 auto;padding:65px 0;text-align:left;align-items:center;justify-content:space-between}
#sh_ft a{color:rgba(255,255,255,.5);transition:all .3s}
#sh_ft a:hover{cursor:pointer;color:rgba(255,255,255,.75)}
#sh_ft ul{margin-bottom:25px}
#sh_ft ul li{display:inline-block;font-size:15px;line-height:1}
#sh_ft ul li+li:before{display:inline-block;vertical-align:middle;content:"";width:1px;height:10px;margin:0 12px 0 10px;background-color:rgba(255,255,255,.2)}
#sh_ft .txt div{margin-top:35px}
#sh_ft .tel{line-height:1.5}
#sh_ft .tel p{font-size:17px;color:#fff}
#sh_ft .tel span{display:block;margin-top:10px;font-size:35px;line-height:1.3;color:var(--primary);font-family:'GongGothicMedium'}
#sh_ft .copy_wrap{border-top:1px solid rgba(255,255,255,.1)}
#sh_ft .copy{display:flex;justify-content:space-between;max-width:1400px;margin:0 auto;line-height:50px}
#sh_ft .copy div a{display:inline-block;font-size:11px;font-family:'GongGothicMedium'}
#sh_ft .copy div a+a{margin-left:12px}

/* 반응형 사이트맵 공통 */
#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}

/* 반응형 하단 버튼 공통 */
#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:var(--primary);font-family:'notokr-bold'}
#sh_ft_btns a.tel{border-radius:14px;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:1024px){
#sh_container{padding:0}
#sh_aside{display:none}
#sh_ft .info_wrap{display:block;padding:40px 10px;text-align:center}
#sh_ft .txt div{margin-top:15px}
#sh_ft .tel{margin-top:30px}
#sh_ft .tel span{font-size:30px}
#sh_ft .copy{display:block;padding:20px 0;line-height:2}
}
@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_ft{padding-bottom:50px}
}
@media (max-width:480px){
#sh_content{min-height:350px;margin:0}
#main_banner{padding:0}	
#sh_section{font-size:15px}
#sh_ft{font-size:13px}
#sh_ft .copy{padding:15px 0;line-height:1.6}
#sh_ft .tel span{font-size:25px}
#sh_ft_btns{display:block}
}
@media (max-width:380px){
#sh_section{font-size:14px}
}
/* 반응형 [e] */