@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Marcellus+SC&display=swap');/* font-family 'Marcellus', 'Marcellus SC'*/
@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=Noto+Serif+KR:wght@200..900&display=swap');

/* SHINING 독립 사용 */
*{-webkit-text-size-adjust:none}
body{font-size:0.81em;font-family:'notokr-regular'}
input, button, textarea, select{font-family:'notokr-regular'}
:root{--primary:#0032a0;--k-font:'pretendard';--k-sf-font:'Noto Serif KR';--e-font:'Marcellus'}

/* ========================== HEADER */
#sh_hd{z-index:10;position:fixed;width:100%} 
/* #sh_hd.main{top:29px} */
#sh_hd.sub{position:absolute}
#sh_hd.active #top_logo img{filter:invert(100%)}
#sh_hd.active #top_nav > li > a{color:#111}
#sh_hd.active #top_nav_wrap .tel{color:var(--primary)}
#sh_hd.active #pfBtn{border:2px solid var(--primary)}
#sh_hd.active #top_nav_wrap .tel > a{background:var(--primary)}
#sh_hd.active #top_nav_wrap .tel > a svg{color:#fff}
#sh_wrapper{overflow-x:hidden}

/* ========================== MAIN */
#sh_section{overscroll-behavior:none;width:700vw;height:100vh;display:flex;flex-wrap:nowrap;font-size:15px;color:#777;line-height:1.5;font-family:var(--k-font)}
#sh_section .more_btn{display:flex;align-items:center;justify-content:center;width:120px;height:45px;font-size:14px;font-weight:600;color:#fff;background:#111;transition:all .3s}
#sh_section article{position:relative;width:100vw;height:100vh}

/* ========================== CONTAINER */
#sh_container{z-index:0;position:relative;width:100%}
#sh_container_wrapper{position:relative;width:100%;zoom:1}
#sh_container_wrapper:after{display:block;visibility:hidden;clear:both;content:""} 

/* ========================== SUB */
#sub_main_banner{animation:main 60s linear infinite}
@keyframes main{from{background-position:top center}50%{background-position:bottom center}100%{background-position:top center}}

/* ========================== SNB */
#sh_aside{position:relative;z-index:25;max-width:1300px;margin:-70px auto 0;font-weight:600;background-color:#fff}
#sh_aside:after{display:block;content:"";position:absolute;left:0;bottom:0;z-index:-1;width:100%;height:1px;background-color:#e1e1e1}
#sh_aside_wrapper{overflow:hidden;position:relative;max-width:1100px;margin:0 auto;zoom:1}

/* ========================== CONTENT */
#sh_content{position:relative;z-index:4;max-width:1200px;min-height:580px;padding:0;margin:70px auto 40px;font-size:14px;color:#888;zoom:1}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}

/* ========================== FOOTER */
#sh_ft{position:relative;line-height:1.5;background:#1a1817;font-family:var(--k-font)} 
#sh_ft .txt{padding:85px 0;font-size:14px;color:#fff;text-align:center}
#sh_ft .txt ul{display:flex;justify-content:center;gap:25px;margin-top:30px}
#sh_ft .txt ul a{font-size:18px;color:#fff;transition:all .3s}
#sh_ft .txt .info{margin:25px auto;width:95%;opacity:.5;word-break:keep-all;font-family:var(--k-sf-font)}
#sh_ft .txt .impor_txt{padding:0 10px;word-break:keep-all}
#sh_ft .txt .ntc{padding:20px 0;opacity:.2;margin:auto;width:95%;word-break:keep-all}
#sh_ft .inner{display:flex;justify-content:space-between;padding:20px 3%;font-size:13px;color:rgba(255,255,255,.5);background:#111}
#sh_ft .inner a{color:rgba(255,255,255,.5);font-family:var(--e-font)}
#sh_ft .copy a{margin:0 5px}
#sh_ft .txt .logo_area{display:flex;align-items:center;justify-content:center;gap:105px;padding:55px 0 25px}
#sh_ft .txt .logo_area div{display:flex;align-items:center;gap:20px}
#sh_ft .txt .logo_area div p{font-size:19px;font-weight:600;color:rgba(255, 255, 255, 0.5)}
#sh_ft .txt .logo_area div span{font-size:25px;font-weight:700;color:rgba(255, 255, 255, 0.5)}
#sh_ft .txt .ft_info_area div{display:flex;align-items:center;gap:20px;justify-content:center}
#sh_ft .txt .ft_info_area div p{font-size:17px;font-weight:700;color:#fff}
#sh_ft .txt .ft_info_area div span{display:inline-block;padding-right:20px;border-right:1px solid rgba(255, 255, 255, 0.5);font-size:17px;color:rgba(255, 255, 255, 0.5)}
#sh_ft .txt .ft_info_area div span:last-child{border-right:none}
#sh_ft .txt .copy{padding-top:40px;font-size:16px;color:rgba(255, 255, 255, 0.3);word-break:keep-all}

/* 반응형 사이트맵 공통 */
#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:65px;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-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 (hover:hover){
#sh_section .more_btn:hover{background:var(--primary)}
#sh_ft .txt ul a:hover{border-bottom:1px solid #fff}
}
@media (max-width:1100px){
#sh_ft .txt .logo_area{gap:50px}
}
@media (max-width:1024px){
#sh_content{margin:55px auto 0}
#sh_section{flex-direction:column;width:100%;height:auto}
#sh_section article{width:100%;height:auto}
#sh_aside{display:none}
#sh_ft .txt{padding:70px 0 50px}
#sh_ft .inner{padding:15px 2.5%}
#sh_ft .txt{font-size:15px}
#sh_ft .txt ul a{font-size:16px}
#sh_ft .txt .logo_area div{flex-direction:column;gap:10px}
#sh_ft .txt .logo_area{align-items:flex-start;gap:34px}
#sh_ft .txt .logo_area div span{line-height:92px;font-size:22px}
#sh_ft .txt .logo_area div p{padding:5px 40px;border-radius:5px;font-size:15px;background:rgba(255, 255, 255, 0.1)}
#sh_ft .txt .logo_area div img{max-height:53px}

}
@media (max-width:900px){
#sh_ft .txt .ft_info_area div{flex-direction:column;gap:5px}
#sh_ft .txt .ft_info_area div span{padding-right:0;border-right:none}
}
@media (max-width:768px){
#sh_content{margin:40px auto 0}
/* 반응형 스타일 필수 [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}
#sh_ft .txt a img{width:50%}
#sh_ft .txt .ft_info_area div p{font-size:16px}
#sh_ft .txt .ft_info_area div span{font-size:15px}
#sh_ft .txt .copy{font-size:15px}
#sh_ft .inner{justify-content:center}
#sh_ft .txt .logo_area{flex-direction:column;align-items:center;justify-content:center;gap:25px;padding:40px 20px}
#sh_ft .txt .logo_area div span{line-height:1.5}

/* 반응형 스타일 필수 [e] */
}

@media (max-width:480px){
#sh_content{margin:0px}
#sh_hd.sub{position:relative;background-color:#111}
#sh_section{font-size:14px}
#sh_section .more_btn{width:115px;height:40px;font-size:13px}
#sh_ft .txt{padding:60px 0 35px;font-size:13px}
#sh_ft .txt ul{margin-top:20px;gap:15px}
#sh_ft .txt ul a{font-size:13px}
#fix_tel{display:block}
#sh_ft_btns{display:block}
#sh_ft dl dt{font-size:16px}
#sh_section article{padding-bottom:30px;margin-bottom:20px}
#sh_content{min-height:320px}
#sh_ft .txt .ntc{padding-top:0}
#sh_ft .txt .copy{padding-top:20px}

}
@media (max-width:380px){
#sh_section{font-size:13px}
#sh_section .more_btn{width:110px;height:38px}
#sh_ft .txt ul a{font-size:12px}
#sh_ft .inner{font-size:12px}
}
/* 반응형 [e] */