@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@font-face{font-family:'AritaBuri';src:url('/css/AritaBuri-SemiBold.woff2') format('woff2'),url('/css/AritaBuri-SemiBold.woff') format('woff');font-weight:600;font-style:normal}
@font-face{font-family:'AritaBuri';src:url('/css/AritaBuri-Bold.woff2') format('woff2'),url('/css/AritaBuri-Bold.woff') format('woff');font-weight:700;font-style:normal}

body{background-color:transparent;font-size:0.81em;font-family:'Nanum Gothic'}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'Nanum Gothic'}
*{-webkit-text-size-adjust:none}
#sh_wrapper{overflow:hidden;max-width:1920px;min-width:1400px;padding-bottom:95px;margin:0 auto}
html,body{min-width:1400px}

/* 팝업레이어 */
#hd_pop{position:relative;z-index:1000;min-width:768px!important;width:98%}
#hd_pop h2{position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops{position:absolute;padding:10px 10px 0;border-radius:4px;background:#fff}
.hd_pops img{width:100%}
.hd_pops_con{overflow:hidden;height:auto!important}
.hd_pops_footer{display:flex;justify-content:flex-end;align-items:center;height:50px;background-color:#fff}
.hd_pops_footer button{border:none;font-size:22px;color:#111;letter-spacing:-.3px;background:none;font-family:'notokr-medium'}
.hd_pops_footer .hd_pops_close{width:75px;height:35px;margin-left:12px;border-radius:4px;font-size:20px;color:#fff;background-color:#111}
#popup_bg{position:fixed;z-index:999;width:100%;height:100vh;height:100%;background-color:rgba(0,0,0,.7)}
@media (max-width:480px){
.hd_pops{left:0!important;min-width:100%!important}
.hd_pops_con{width:100%!important}
}
/* 컬러셋팅 */
:root{--primary:#ffd200;--primary-20:rgba(255,210,0,.2);--primary-10:rgba(255,210,0,.1)}

/* CONT */
#sh_container{position:relative;z-index:5}
#sh_container_wrapper{position:relative;width:100%;z-index:5;margin:0 auto}
#sh_content{position:relative;float:right;width:calc(100% - 220px);min-height:500px;padding-left:30px}
#sh_section{min-width:1400px;font-size:36px;color:#fff;letter-spacing:-.2px;line-height:1.8;background-color:#000;font-family:'notokr-regular'}
#sh_section .pl{white-space:pre-line}
#sh_section .dot{position:relative}
#sh_section .dot:before{content:"";position:absolute;top:-21px;left:50%;transform:translateX(-50%);width:14px;height:13px;background:url(/sh_img/common/dot.png) center no-repeat;animation:star linear 1s infinite}
@keyframes star{0%{opacity:0}50%{opacity:1}100%{opacity:0}}

/* 공지사항 */
#atc09{padding-bottom:80px}
#atc09 .tit{padding:120px 0;margin-bottom:80px;font-size:54px;font-weight:700;text-align:center;background:url(/sh_img/common/notice_bg.jpg) center no-repeat fixed;background-size:cover;font-family:'AritaBuri'}
#atc09 .inner{max-width:1400px;width:100%;margin:0 auto}
#atc09 .inner iframe{width:100%;background-color:#000}
#atc09.mo .tit{background-attachment:local;background-size:100%}
@media (max-width:1024px){
#atc09{padding-bottom:20px}
#atc09 .tit{margin-bottom:40px;font-size:38px}
}
@media (max-width:768px){
#atc09 .tit{margin-bottom:0;padding:80px 0;font-size:32px;background-attachment:local;background-size:140%}	
}
@media (max-width:480px){
#atc09 .tit{padding:60px 0;font-size:28px}	
}

/* FOOTER */
#sh_ft{display:flex;justify-content:space-between;align-items:flex-start;position:relative;z-index:10;min-width:1400px;padding:50px 2%;font-size:20px;letter-spacing:-.2px;color:rgba(0,0,0,.7);line-height:1.6;background-color:#f4edc1;font-family:'notokr-regular'}
#sh_ft .info{display:flex;align-items:flex-start;flex-direction:column;word-break:keep-all}
#sh_ft .info .pvc_btn{margin-bottom:15px;font-size:22px;color:#111;cursor:pointer;font-family:'notokr-medium'}
#sh_ft .ft_icon{margin-top:12px}
#sh_ft .ft_icon a{display:inline-block;width:55px;height:20px;border-radius:3px;font-size:10px;line-height:18px;text-align:center;color:#111;background-color:rgba(0,0,0,.1);font-family:'notokr-medium'}
#sh_ft .sns{display:flex}
#sh_ft .sns a{display:flex;align-items:center;justify-content:center;width:70px;height:70px;border-radius:50%;color:#111;background-color:var(--primary);transition:all .2s}
#sh_ft .sns a.blog{font-family:'notokr-bold'}
#sh_ft .sns a svg{width:26px;height:26px}
#sh_ft .sns a+a{margin-left:8px}
#sh_ft .sns a:hover{color:var(--primary);background-color:#111}

/* 반응형 사이트맵 공통 */
#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:1230px){
#sh_wrapper{padding-bottom:80px}	
}
@media (max-width:1024px){
#sh_section{font-size:20px}	
}
@media (max-width:768px){
#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}
#sh_wrapper{padding-bottom:0}
#sh_section{font-size:16px}	
#sh_section .dot:before{top:-17px;width:10px;height:9px;background-size:10px}
#sh_ft{flex-direction:column;align-items:center;padding-bottom:130px;font-size:15px}
#sh_ft .sns{order:-1}
#sh_ft .info{align-items:center;text-align:center}
#sh_ft .info .pvc_btn{margin:20px 0}
#sh_ft .ft_icon{display:flex;flex-direction:column}
#sh_ft .ft_icon span{order:2;margin-top:15px}
}
@media (max-width:480px){
#sh_section{font-size:15px}	
#sh_ft{font-size:14px}
#sh_ft .sns a{width:60px;height:60px}
#sh_ft .sns a svg{width:22px;height:22px}
#sh_ft .info .pvc_btn{font-size:15px}
}*/
 /*반응형 [e] */