@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=Play:wght@400;700&display=swap');

:root{--primary:#ff5c00;--gray-font:rgba(255,255,255,0.5);--main-size:1644px;--hd-height:100px;--k-font:'Pretendard';--e-font:'play'}
body{background:#fff;font-size:0.81em;font-family:'pretendard'}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'pretendard'}

/* =========================== HEADER */
#sh_hd{position:relative;z-index:50;width:100%;font-family:var(--k-font)}
#sh_hd.sub{position:absolute}

/* =========================== MAIN  */
#sh_section{position:relative;margin-top:calc(100vh - var(--hd-height));line-height:1.5;font-family:var(--e-font),var(--k-font);background-color:#111}
#sh_section .pl{white-space:pre-line}
#sh_section *{word-break:keep-all}

/* 버튼 */
.btn--primary{display:flex;align-items:center;justify-content:center;border-radius:100px}
.btn--l{font-size:17px}
.btn--s{justify-content:space-evenly;width:70px;height:70px;transition:background-color 0.2s,border 0.2s}
#sh_container .group-title .btn--s{border:1px solid #fff}
#sh_container .btn-wrap:hover .btn--s{background-color:var(--primary);border:1px solid var(--primary) !important}

/* 타이틀 */
#sh_container .group-title h2{padding-bottom:20px;font-family:var(--e-font);font-size:16px;font-weight:700;color:var(--primary);text-transform:uppercase}
#sh_container .group-title h3{padding-bottom:45px;font-size:50px;line-height:1.16;font-weight:700;white-space:pre-line}
#sh_container .group-title .btn-wrap{display:flex;gap:20px;color:#fff;align-items:center;font-size:17px;font-weight:500}

/* =========================== CONTAINER */
#sh_container{position:relative;width:100%;line-height:1.5}
#sh_container .inner{max-width:var(--main-size);margin:0 auto}
#sh_container #sh_sub_wrap{position:relative}

#sh_content{overflow:hidden;position:relative;width:100%;max-width:1200px;min-height:550px;padding:70px 0;margin:0 auto;background:#fff}

/* =========================== FOOTER */
#sh_ft{position:relative;padding-bottom:64px;font-size:16px;font-weight:400;color:#fff;line-height:1.65;background:#111;font-family:var(--e-font),var(--k-font)}
#sh_ft.sub{padding-top:64px}
#sh_ft .inner{display:flex;flex-direction:column;max-width:var(--main-size);margin:0 auto}
#sh_ft .top{display:flex;justify-content:space-between;padding-bottom:160px}
#sh_ft .top .fl-l{display:flex;flex-direction:column;gap:35px}
#sh_ft .top .fl-l .ft_mn{display:flex;align-items:center;gap:4px 35px;flex-wrap:wrap}
#sh_ft .top .fl-l .ft_mn li a{font-size:15px;color:var(--gray-font)}
#sh_ft .top .fl-l address{font-family:var(--k-font);font-size:14px;line-height:1.6;color:var(--gray-font);font-style:normal;word-break:keep-all}
#sh_ft .top .fl-r dl{display:flex;flex-direction:column;gap:14px}
#sh_ft .top .fl-r dt{font-size:17px;font-weight:700;color:var(--gray-font)}
#sh_ft .top .fl-r dd{font-family:var(--e-font);font-size:40px;font-weight:700;line-height:100%;color:#fff}

#sh_ft .bottom{display:flex;justify-content:space-between;align-items:center}
#sh_ft .bottom .copy{display:flex;flex-direction:column;align-items:flex-end}
#sh_ft .bottom .copy small{font-size:13px;color:var(--gray-font);line-height:1.4}
#sh_ft .links{display:flex;gap:18px;font-size:14px}
#sh_ft .links a{color:var(--gray-font)}

/* 퀵메뉴 */
#quick-box{z-index:99;position:fixed;bottom:54px;right:50px;display:flex;flex-direction:column;align-items:flex-end;gap:8px}
#quick-box .btn--s{width:70px;height:70px;transition:width 0.2s;box-shadow:4px 4px 20px rgba(17, 17, 17, 0.3)}
#quick-box .btn--s.contact{background-color:var(--primary)}
#quick-box .btn--s.work{background-color:#333}
#quick-box .btn--s svg{width:24px;height:24px;stroke:#fff}
#quick-box .btn--s span{display:none;font-size:18px;font-weight:600;color:#fff}
#quick-box .btn--s:hover{width:180px}
#quick-box .btn--s:hover span{display:block}

/* 반응형 사이트맵 공통 */
#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:35px;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:1600px){
.btn--s{width:60px;height:60px}
#sh_container .group-title h3{padding-bottom:35px;font-size:42px}
#sh_container .group-title .btn-wrap{font-size:16px}
#sh_ft .inner{padding:0 20px}
#sh_ft .top{padding-bottom:70px}
#sh_ft .top .fl-r dl{gap:8px}
#sh_ft .top .fl-r dd{font-size:36px}
#sh_ft .bottom img{width:200px}
#quick-box{bottom:25px;right:25px}
#quick-box .btn--s{width:65px;height:65px}
}
@media (max-width:1400px){
.btn--l{font-size:16px}
.btn--l svg{width:20px;height:20px}
.btn--s{width:55px;height:55px}
#sh_container .group-title h2{padding-bottom:15px}
#sh_container .group-title h3{padding-bottom:25px;font-size:38px}
}
@media (max-width:1024px){
:root{--hd-height:60px}
#sh_content{padding:50px 0}
.btn--l{font-size:15px}
.btn--s{width:50px;height:50px}
.btn--s svg{width:20px;height:20px}
#sh_container .group-title h2{padding-bottom:10px;font-size:14px}
#sh_container .group-title h3{padding-bottom:20px;font-size:34px}
#sh_container .group-title .btn-wrap{gap:10px;font-size:15px}

#sh_ft{padding-bottom:20px}
#sh_ft.sub{padding-top:36px}
#sh_ft .top{flex-direction:column;align-items:center;gap:18px;padding-bottom:30px}
#sh_ft .top .fl-l{gap:18px}
#sh_ft .top .fl-l .ft_mn{justify-content:center}
#sh_ft .top .fl-l address{text-align:center}
#sh_ft .top .fl-r dl{justify-content:center;gap:2px;text-align:center}
#sh_ft .top .fl-r dt{font-size:14px;font-weight:600}
#sh_ft .top .fl-r dd{font-size:30px}
#sh_ft .bottom{flex-direction:column;justify-content:center;align-items:center;gap:8px}
#sh_ft .bottom .copy{align-items:center;gap:2px;text-align:center}
#sh_ft .bottom img{width:180px}
}
@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_content{padding:30px 0}
.btn--l{font-size:14px}
.btn--s{width:45px;height:45px}
.btn--s svg{width:18px;height:18px}
#quick-box .btn--s{justify-content:center;gap:18px}
#quick-box .btn--s span{font-size:17px}
#quick-box .btn--s:hover{width:145px}
#sh_container .group-title h3{padding-bottom:15px;font-size:28px}
#sh_ft.sub{padding-top:20px}
#sh_ft .top{gap:14px;padding-bottom:24px}
#sh_ft .top .fl-l{gap:12px}
#sh_ft .top .fl-l address{font-size:13px}
#sh_ft .top .fl-l .ft_mn li a{font-size:14px}
#sh_ft .top .fl-r dt{font-size:13px;line-height:1.2}
#sh_ft .top .fl-r dd{font-size:24px}
#sh_ft .bottom img{width:170px}
}
@media (max-width:480px){
#sh_hd.sub{position:relative}
#sh_content{padding:0px}
.btn--s{width:42px;height:42px}
#sh_container .group-title h3{font-size:24px}
#sh_container .group-title .btn-wrap{font-size:14px}
#quick-box{bottom:108px;right:15px;margin-right:-10px;opacity:0;transition:all 0.2s}
#quick-box.active{margin-right:0;opacity:1}
#fix_tel{display:block}
#sh_ft_btns{display:block}
#sh_ft.sub{padding-top:0}
}
/* 반응형 [e] */