@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:200,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

body{background:#fff;font-size:0.81em;font-family:'notokr-regular'}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'Nanum Gothic'}
*{-webkit-text-size-adjust:none}
.pl{white-space:pre-line;word-break:keep-all}

/* SHINING 독립 사용 */
#sh_wrapper{position:relative;width:100%}
#sh_wrapper, #sh_wrapper *, #sh_wrapper *:before, #sh_wrapper *:after{box-sizing:border-box}

/* HEADER */
#sh_hd{position:relative;z-index:10;min-width:1300px;width:100%}
#sh_hd_wrapper{position:relative}

/* MAIN  */
#main_banner{position:relative;z-index:10;min-width:1300px;width:100%}

/* INDEX */
#sh_section{position:relative;min-width:1300px;width:100%;font-size:15px;line-height:1.8;letter-spacing:-.2px;color:#777;font-family:'notokr-regular'}

/* CONTAINER */
#sh_container{position:relative;width:100%;z-index:0}
#sh_container_wrapper{position:relative;width:100%;padding-top:100px;zoom:1}
#sh_container_wrapper.sub{padding:85px 0 0}
#sh_container_wrapper:after{display:block;visibility:hidden;clear:both;content:""}

/* SNB */
#sh_aside{position:relative;min-width:1300px;width:100%;background-color:#111}

/* CONTENT */
#sh_content{position:relative;z-index:4;width:1100px;min-height:500px;padding:0;margin:70px auto 80px;line-height:1.6;color:#888;zoom:1}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}

/* FOOTER */
#sh_ft{position:relative;overflow:hidden;min-width:1300px;padding:65px 160px;border-top:1px solid rgba(255,255,255,10%);font-size:13px;line-height:1.8;color:#777;letter-spacing:-.2px;justify-content:space-between;background-color:#111;font-family:'notokr-regular'}
#sh_ft h2{margin-bottom:35px} 
#sh_ft .right ul{display:flex;margin-top:-30px;justify-content:flex-end}
#sh_ft .right ul li+li{margin-left:15px}
#sh_ft .right a{font-weight:500;color:#777;letter-spacing:0;font-family:'Poppins'} 
#sh_ft .right a:hover{color:#fff}

/* 사이트맵 */
#sh_site_map{position:relative;width:100%;font-family:'notokr-regular'}
#sh_site_map > div{float:left;width:32%;height:260px;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-family:'notokr-bold'}
#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}

/* 반응형 사이트맵 공통 */
#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:1300px){
#sh_hd{min-width:100%}
#sh_aside{min-width:100%}
#main_banner{min-width:100%}
#sh_section{min-width:100%}
#sh_ft{min-width:100%;padding:65px 15px}
}
@media (max-width:1100px){
#sh_content{overflow:hidden;width:100%}
}
@media (max-width:1024px){
#sh_aside{display:none}
#sh_container_wrapper{padding-top:0}
#sh_container_wrapper.sub{padding-top: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] */
#sh_ft .right ul{margin-top:20px}
}
/* 반응형 [e] */