@charset "utf-8";
@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:#000db5;--primary-hover:#737be9;--primary-50:rgba(0,13,181,.5);--primary-25:rgba(0,13,181,.25);--action:#ff2434;--action-50:rgba(255,36,52,.5);--dark:#333847;--map:#3396ff}

/* 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:22;width:100%;border-bottom:1px solid #e1e1e1;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{}
#sh_container.sub{padding-top:0}
#sh_container_wrapper{position:relative}
#sh_content{z-index:5;position:relative;width:100%;padding:0 50px;min-height:720px;margin:50px 0}

/* SNB */
#sh_aside{position:relative;z-index:15;font-family:'GongGothicLight'}

/* FOOTER */
#sh_ft{z-index:4;position:relative;padding:0;border-top:1px solid #e1e1e1;font-size:14px;line-height:1.8;letter-spacing:-.2px;color:rgba(0,0,0,.5);text-align:center;word-break:keep-all;font-family:'GongGothicLight'} 
#sh_ft .open{position:absolute;left:50%;top:-30px;transform:translateX(-50%);z-index:20;width:30px;height:30px;border:1px solid #e1e1e1;background-color:#fff;border-left:0;line-height:30px;text-align:center;font-size:18px}
#sh_ft .open .none{display:none}
#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(0,0,0,.5);transition:all .3s}
#sh_ft a:hover{cursor:pointer;color:#333}
#sh_ft .ul_area{width:100%;padding:18px;border-bottom:1px solid rgba(0,0,0,.1);text-align:center;}
#sh_ft ul{display:inline-block;width:1000px}
#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 20px 0 17px;background-color:rgba(0,0,0,.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;font-size:35px;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;padding:0 50px;line-height:50px}
#sh_ft.padding .copy{padding:15px 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}

/* 방문자 */
.right_cont{display:flex}
#dl_area{display:flex;align-items:center;position:absolute;top:5px;right:50px;width:95px;;line-height:1.5;color:#fff;font-size:10px;text-align:center}
/* #dl_area.none{right:-98px} */
/* #dl_area .open{width:30px;height:30px;border-radius:4px 0 0 4px;background-color:rgba(17, 17, 17, 0.749);line-height:30px;text-align:center;font-size:18px} */
/* #dl_area .open .none{display:none} */
#dl_area #visit_list{height:52px;min-width:95px;padding:23px 10px 10px;border-radius:4px;background-color:#555}
#dl_area #visit_list dt{position:absolute;top:5px;left:50%;transform:translate(-50%);width:95%;background-color:#555}
#dl_area #visit_list dd{overflow-y:scroll;height:23px;padding:0 10px;font-size:10px}
/* Scrollbar Styles */
#dl_area #visit_list dd::-webkit-scrollbar{width:4px}
#dl_area #visit_list dd::-webkit-scrollbar-thumb{background-color:#888;border-radius:5px}
#dl_area #visit_list dd::-webkit-scrollbar-thumb:hover{background-color:#555}
#dl_area #visit_list dd::-webkit-scrollbar-track{background-color:#333;border-radius:5px}

/* 반응형 [s] */
@media (max-width:1024px){
#sh_content{padding:0 15px}
#sh_ft .ul_area{overflow-x:scroll}
}
@media (max-width:1024px){
#sh_container{padding:0}
#sh_aside{display:none}
#sh_ft .info_wrap{display:block;padding:40px 0;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 60px;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{z-index:20}
#sh_ft .copy{padding:15px 0 60px}
#dl_area #visit_list dt{top:12px;left:59%}
}
@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{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}
}
/* iPhone X 이상의 기기에만 적용되는 CSS 
@media only screen 
    and (min-device-width: 375px) 
    and (max-device-width: 812px) 
    and (-webkit-min-device-pixel-ratio: 3) {
    #sh_ft{padding-bottom:50px}
}
*/
/* iPhone 6/7/8 및 그 이하의 기기에만 적용되는 CSS 
@media only screen 
    and (min-device-width: 320px) 
    and (max-device-width: 667px) 
    and (-webkit-min-device-pixel-ratio: 2) {
    #sh_ft{padding-bottom:50px}
}
*/
/* 반응형 [e] */