@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins: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');

body{background:#fff;font-size:0.81em;font-family:'pretendard'}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'pretendard'}
:root{--primary:#0ac290;--black:#2e3138;;--k-font:'Pretendard';--e-font:'Poppins'}

/* =========================== HEADER */
#sh_hd{position:relative;width:100%;font-size:15px;font-family:var(--e-font),var(--k-font)}

/* =========================== MAIN  */
#sh_section{position:relative;font-size:16px;font-weight:500;line-height:1.5;color:#777;font-family:var(--e-font),var(--k-font)}
#sh_section .pl{white-space:pre-line;word-break:keep-all}
#sh_section .section_cate{font-size:15px;font-weight:700;color:var(--primary)}
#sh_section .section_h2{font-size:40px;font-weight:700;line-height:1.3;color:var(--black);white-space:pre-line;word-break:keep-all}
#sh_section .section_h3{font-size:22px;font-weight:700;color:var(--black);word-break:keep-all}
#sh_section .section_h3 span{color:var(--primary)}

/* =========================== CONTAINER */
#sh_container{position:relative;z-index:10;width:100%}
#sh_content{position:relative;z-index:10;width:100%;max-width:1200px;min-height:550px;padding:70px 0;margin:0 auto;background:#fff}

/* =========================== FOOTER */
#sh_ft{line-height:1.6;color:#fff;background:#2e3138;font-family:var(--e-font), var(--k-font)} 
#sh_ft .nav_cont{display:flex;justify-content:space-between;padding:0px 10%;background-color:var(--primary)}
#sh_ft .nav_cont ul{display:flex;align-items:center;gap:30px}
#sh_ft .nav_cont ul li a{position:relative;padding-bottom:3px;font-size:14px;font-weight:700;color:#fff}
#sh_ft .nav_cont ul li a:after{content:"";position:absolute;bottom:0px;left:0px;width:100%;height:2px;background:linear-gradient(to right, #fff, #fff) no-repeat;background-size:0%;transition:all .3s}
#sh_ft .nav_cont ul li a:hover::after{background-size:100%}
#sh_ft .to_top{display:flex;flex-direction:column;justify-content:center;align-items:center;width:64px;height:64px;font-size:13px;font-weight:500;background-color:rgb(0, 0, 0, 0.25);cursor:pointer;transition:all .3s}
#sh_ft .to_top svg{position:relative;top:2px;width:20px;height:20px;transition:all .3s}
#sh_ft .to_top:hover{color:var(--primary);background-color:#fff}
#sh_ft .to_top:hover svg{top:-2px}
#sh_ft .wrap{padding-top:120px;margin:0 auto;width:80%}
#sh_ft .wrap .top{display:flex;justify-content:space-between;gap:30px;align-items:baseline;padding-bottom:120px;border-bottom:1px solid rgb(255, 255, 255, 0.2)}
#sh_ft .wrap .top > div h2{margin-bottom:40px;font-size:14px;font-weight:700}
#sh_ft .wrap .top .tel_box .tel_num{font-size:30px;font-weight:700}
#sh_ft .wrap .top .tel_box .day{margin-top:10px;font-size:13px;font-weight:400;color:rgb(255, 255, 255, 0.6);white-space:pre-line}
#sh_ft .wrap .top .info{width:45%}
#sh_ft .wrap .top .info div{display:flex;font-size:15px;font-weight:500;color:rgb(255, 255, 255, 0.6);word-break:keep-all}
#sh_ft .wrap .top .info div+div{margin-top:10px}
#sh_ft .wrap .top .info div span{display:block;width:20%}
#sh_ft .wrap .copy{display:flex;justify-content:space-between;align-items:center;padding:20px 0}
#sh_ft .wrap .copy p{font-size:13px;font-weight:500;color:rgb(255, 255, 255, 0.6)}
#sh_ft .wrap .copy .adm a{font-size:13px;font-weight:400;color:rgb(255, 255, 255, 0.6);transition:all .3s}
#sh_ft .wrap .copy .adm a+a{margin-left:30px}
#sh_ft .wrap .copy .adm a:hover{color:#fff}

/* 사이트맵 */
#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: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 (max-width:1700px){
#sh_section .section_h2{font-size:36px}
}
@media (max-width:1600px) {
#sh_section .section_h2{font-size:30px}
}
@media (max-width:1380px){
#sh_section .section_h2{font-size:35px}
#sh_ft .nav_cont{padding:0 5%}
#sh_ft .wrap{width:90%}
#sh_ft .wrap .top .info{width:55%}
}
@media (max-width:1024px){
#sh_content{padding:50px 0}
#sh_section .section_h2{font-size:30px}
#sh_section .section_h3{font-size:20px}
#sh_ft .nav_cont{padding:0 2.5%}
#sh_ft .to_top{width:60px;height:60px}
#sh_ft .wrap{padding-top:100px;width:95%}
#sh_ft .wrap .top > div h2{margin-bottom:30px}
#sh_ft .wrap .top .tel_box .tel_num{font-size:26px}
#sh_ft .wrap .top .info div{font-size:14px}
#sh_ft .wrap .top .info div span{min-width:90px;width:unset}
}
@media (max-width:768px){
#sh_content{padding:30px 0}
#sh_section .section_h2{font-size:25px;white-space:normal}
#sh_ft .to_top{width:58px;height:58px}
#sh_ft .nav_cont ul{gap:20px}
#sh_ft .wrap{padding-top:30px}
#sh_ft .wrap .top{flex-direction:column;padding-bottom:50px}
#sh_ft .wrap .top img{margin-bottom:15px;width:100%;height: 60px;object-fit:none}
#sh_ft .wrap .top > div{width:100%;text-align:center}
#sh_ft .wrap .top > div h2{margin-bottom:15px}
#sh_ft .wrap .top .info{width:100%}
#sh_ft .wrap .top .tel_box{order:3;margin-top:35px}
#sh_ft .wrap .top .tel_box .day{margin-top:8px}
#sh_ft .wrap .top .info div{flex-direction:column;gap:3px}
#sh_ft .wrap .top .info div+div{margin-top:10px}
#sh_ft .wrap .copy{padding:15px 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}
/* 반응형 스타일 필수 [e] */
}
@media (max-width:1200px){
#sh_ft .wrap .top .tel_box .tel_num{font-size: 23px;}
#sh_ft .ft_logo{width:15%}
}
@media (max-width:1024px){
#sh_ft .wrap .top{gap:20px}   
}
@media (max-width:480px){
#sh_content{padding:0}
#sh_section .section_cate{font-size:14px}
#sh_section .section_h2{font-size:23px}
#sh_section .section_h3{font-size:18px}
#sh_section .pl{white-space:normal}
#sh_ft .nav_cont ul{justify-content:center;gap:15px;padding:15px 0;width:100%}
#sh_ft .nav_cont ul li a{font-size:13px}
#sh_ft .to_top{display:none}
#sh_ft .wrap .top{padding-bottom:40px}
#sh_ft .wrap .top > div h2{margin-bottom:12px;font-size:13px}
#sh_ft .wrap .top .tel_box{margin-top:25px}
#sh_ft .wrap .top .tel_box .tel_num{font-size:23px}
#sh_ft .wrap .top .tel_box .day{margin-top:6px;font-size:12px}
#sh_ft .wrap .top .info div{font-size:13px}
#sh_ft .wrap .top .info div+div{margin-top:8px}
#sh_ft .wrap .copy .adm a+a{margin-left:10px}
#fix_tel{display: none;}
#sh_ft_btns{display:block}
#sh_ft dl dt{font-size:16px}
#sh_ft .nav_cont ul li a{font-size:11px}
#sh_ft .wrap{margin-bottom:50px}
}
@media (max-width:380px){
#sh_section .section_cate{font-size:13px}
#sh_section .section_h2{font-size:20px}
#sh_section .section_h3{font-size:17px}
#sh_ft .wrap .top{padding-bottom:35px}
#sh_ft .wrap .top > div{width:100% !important}
#sh_ft .wrap .top .tel_box .tel_num{font-size:21px}
#sh_ft .wrap .top > div h2{margin-bottom:10px}
#sh_ft .wrap .copy{flex-direction:column}
}
/* 반응형 [e] */