@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&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 */
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{-webkit-text-size-adjust:none}
body{background:#fff;font-size:0.81em;font-family:var(--ko-font)}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:var(--ko-font)}

:root{--primary:#ba1212;--eng-font:'Kanit';--ko-font:'pretendard'}
figure{margin:0}

#sh_wrapper{width:100%;background-color:#070707}
#sh_wrapper.sub{background-color:#fff}

/* HEADER */
#sh_hd{position:fixed;top:0;z-index:15;opacity:1;width:100%;margin-top:0;width:100%;font-size:15px;color:#fff;transition:all .3s}
#sh_hd.pop{z-index:0;opacity:0;margin-top:-30px}
#sh_wrapper.sub #sh_hd{position:relative}

/* MAIN */
#sh_section{width:100%;font-size:15px;line-height:1.65;color:#fff;font-family:var(--ko-font)}
#sh_section .brac_ket{font-size:18px;font-weight:normal;color:#fff;font-family:var(--eng-font)}
@keyframes rotate_ani{100% {transform:rotate(360deg)}}

/* CONTAINER */
#sh_container{z-index:10;width:100%}
#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 */
#fixMenu{opacity:1;position:fixed;bottom:30px;right:15px;z-index:101;transition:all .2s}
#fixMenu.on{opacity:1;bottom:45px}
#fixMenu a{display:flex;flex-flow:column;justify-content:center;align-items:center;width:85px;height:85px;padding-bottom:2px;border-radius:50%;font-size:12px;font-weight:700;color:#fff;background:var(--primary);transition:all .3s;font-family:'Pretendard'}
#fixMenu a img{width:24px;margin-bottom:8px}
#fixMenu a svg{width:25px}
#fixMenu a+a{margin-top:8px}
#fixMenu a:hover{background:#9b1010}
#fixMenu .to_top{margin:15px auto 0;width:48px;height:48px;border-radius:50%;text-align:center;line-height:65px;background:#fff;cursor:pointer;transition:all .3s}
#fixMenu .to_top:hover{box-shadow:3px 3px 8px rgba(0,0,0,.2)}
#fixMenu .to_top svg{position:relative;top:-3px;width:22px}
#sh_ft{width:100%;padding:120px 0;font-size:15px;color:#fff;line-height:1.65;background:#000;font-family:var(--ko-font)}
#sh_ft .inner .top_info{display:flex;justify-content:space-between;max-width:1500px;margin:0 auto;padding-bottom:50px}
#sh_ft .inner .tit{margin-bottom:53px;font-size:18px;font-weight:400;font-family:var(--eng-font)}
#sh_ft .ft_contact{width:39%;padding:11px 0 12px;border-right:1px solid rgba(255,255,255,.2)}
#sh_ft .ft_contact .tit{position:relative;padding-left:40px}
#sh_ft .ft_contact .tit:before{position:absolute;left:0;top:10px;content:'';width:10px;height:10px;background:url('../sh_img/ft/point_deco.png') no-repeat center}
#sh_ft .ft_contact .contact_txt{color:rgba(255,255,255,.65)}
#sh_ft .ft_contact .contact_txt li{word-break:keep-all}
#sh_ft .ft_contact .contact_txt li+li{margin-top:10px}
#sh_ft .ft_contact .contact_txt li span{display:inline-block;width:33%;font-weight:400;color:#fff;font-family:var(--eng-font)}
#sh_ft .ft_contact .adm_link{display:flex;align-items:center;margin-top:74px}
#sh_ft .ft_contact .adm_link li+li{position:relative;margin-left:20px;padding-left:20px}
#sh_ft .ft_contact .adm_link li+li:before{position:absolute;left:0;top:8px;content:'';width:1px;height:9px;background:rgba(255,255,255,.2)}
#sh_ft .ft_contact .adm_link li a{color:#fff;font-weight:300;font-family:var(--eng-font)}
#sh_ft .ft_nav{position:relative;width:54%;padding:11px 0 0 0px}
#sh_ft .ft_nav>ul{display:flex}
#sh_ft .ft_nav>ul>li>a{display:block;margin-bottom:13px;color:#fff;font-family:var(--eng-font),var(--ko-font)}
#sh_ft .ft_nav>ul>li+li{margin-left:60px}
#sh_ft .ft_nav>ul>li+li{margin-left:60px}
#sh_ft .ft_nav li ul li{line-height:30px}
#sh_ft .ft_nav li ul li a{color:rgba(255,255,255,.65);transition:all .3s;word-break:keep-all}
#sh_ft .ft_nav li ul li a:hover{color:#fff}
#sh_ft .ft_nav .copy{position:absolute;right:0;bottom:15px;text-align:right;font-family:var(--eng-font),var(--ko-font)}
#sh_ft .bottom_info{max-width:1500px;margin:0 auto;padding-top:50px;border-top:1px solid rgba(255, 255, 255, 0.1);color:rgba(255, 255, 255, 0.3)}
/* 사이트맵 */
#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-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}

/* 반응형 하단 버튼 공통 */
#fix_tel{opacity:0;display:none;position:fixed;right:15px;bottom:110px;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:#ba1212;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}
#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:#ba1212;font-family:'notokr-bold'}
#sh_ft_btns a.tel{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:1500px){
#sh_ft .inner .top_info{padding:0 20px 50px}
#sh_ft .bottom_info{padding:20px}
#sh_ft .ft_nav .copy{display:none}
#sh_ft .ft_contact{width:50%}
#sh_ft .ft_nav{width:50%;padding-left:50px}
}

@media (max-width:1080px){
#sh_ft{padding:50px 0}
#sh_section .brac_ket{font-size:16px}
#sh_ft .inner{width:95%}
#sh_ft .inner .tit{margin-bottom:36px}
#sh_ft .ft_contact{padding:0px;width:100%;border-right:none}
#sh_ft .ft_nav{display:none}
#sh_ft .ft_contact .adm_link{margin-top:55px}
#sh_ft .ft_contact .contact_txt li span{width:20%}
}
@media (max-width:780px){
/* 반응형 스타일 필수 [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:40px 24px}
#sh_ft .ft_contact .tit{padding-left:30px}
#sh_ft .ft_contact .adm_link{margin-top:38px}
#sh_ft .ft_contact .contact_txt li span{width:30%}
}
@media (max-width:615px){
#sh_ft .ft_contact .contact_txt li span{display:block;width:100%;margin-bottom:5px}
}
@media (max-width:480px){
#sh_section .brac_ket{font-size:14px}
#sh_ft{padding:32px 16px}
#sh_ft .inner .tit{margin-bottom:28px;padding-left:0}
#sh_ft .ft_contact .tit:before{display:none}
#sh_ft .ft_contact .adm_link{justify-content:flex-start;margin-top:30px}
#sh_ft .ft_contact .contact_txt li{font-size:14px}
#fix_tel{display:block}
#sh_ft_btns{display:block}
#sh_ft dl dt{font-size:16px}
#sh_ft .inner .top_info{padding:0 0 40px}
#sh_ft .bottom_info{padding:30px 0 0}
#fixMenu a{width:75px;height:75px;font-size:11px}
#sh_content{padding:30px 0}
}
@media (max-width:380px){
#sh_section .brac_ket{font-size:13px}
#sh_ft .inner .tit{font-size:17px}
#sh_ft .ft_contact .contact_txt li{font-size:13px}
#sh_ft .ft_contact .adm_link li a{font-size:14px}

}
/* 반응형 [e] */
