@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&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');
@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=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');

:root{--primary:#ff5e10;--e-font:"Poppins", sans-serif;--k-font:'Pretendard';--hd-fixed-h:auto;--radius:20px}
*{-webkit-text-size-adjust:none}
body{letter-spacing:-0.03em;background:#fff;font-size:0.81em;font-family:'pretendard';color:#111;word-break:keep-all}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'pretendard'}
figure{margin:0}
#sh_wrapper{position:relative;width:100%;z-index:0}
#sh_wrapper *{word-break:keep-all}

/* HEADER */
#sh_hd{position:fixed;z-index:99;top:0;width:100%;background-color:rgba(48, 48, 48, 0.04)}
#sh_hd::before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;backdrop-filter:blur(5px)}
#sh_hd.fixed{background-color:rgba(255,255,255,0.1)}
/* #sh_hd.sub{position:absolute} */
#sh_hd.sub::before{display:none}

/* MAIN 공통 */
.btn--primary{display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;line-height:1.5;border-radius:100px;background-color:#fff;color:var(--primary);transition:background-color 0.2s, color 0.2s !important;cursor:pointer}
.btn--primary:hover{background-color:var(--primary);color:#fff}
.btn--primary.orange{background-color:var(--primary);color:#fff}
.btn--primary.orange:hover{background-color:#fff;color:var(--primary)}
#sh_container #sh_sub_wrap{position:relative}
#sh_container .group-title{text-align:center}
#sh_container .group-title h2{font-size:56px;font-weight:800}
#sh_container em{color:var(--primary);font-style:normal}

#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 */
#sh_ft{background:#fafafa;position:relative;padding:94px 0 60px}
#sh_ft .inner{max-width:1140px;margin:0 auto}
#sh_ft h2.logo{padding-bottom:30px}
#sh_ft address{padding-bottom:40px;font-size:16px;font-weight:500;font-style:normal;line-height:1.75;color:#888}

#sh_ft address ul li{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
    text-align: left;
}
#sh_ft address ul li .info{
    font-weight: 700;
}



#sh_ft .bottom{display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:12px}
#sh_ft .bottom small{font-size:16px;color:#888}
#sh_ft .bottom small .lordicon-license{font-size:12px;color:rgba(0,0,0,0.2);margin-left:5px}
#sh_ft .bottom .sns-list{display:flex;gap:8px}
#sh_ft .bottom .sns-list a.link-sns{display:flex;align-items:center;justify-content:center;width:56px;aspect-ratio:1;background-color:#111;border-radius:100px}
#sh_ft .bottom .sns-list a.link-sns i{font-size:23px;color:#fff}
#sh_ft .link{display:flex;gap:12px}
#sh_ft .link a{font-size:15px}

/* 탑버튼 */
#toTop{opacity:0;visibility:hidden;cursor:pointer;position:fixed;right:20px;bottom:20px;z-index:50;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:75px;aspect-ratio:1;border-radius:20px;border:1px solid #e1e1e1;margin-right:-50px;border:1px solid #ddd;background:#fff;box-shadow:0 0 16px rgba(0,0,0,0.1);transition:all .2s}
#toTop .ic-top{width:21px;height:17px;background-image:url('../hd/to-top.png');background-repeat:no-repeat;background-size:cover;transition:background-image 0.2s}
#toTop:hover .ic-top{background-image:url('../hd/to-top-hover.png')}
#toTop span{font-size:13px;font-weight:700;color:#111}
#toTop.on{opacity:1;visibility:visible;margin-right:0}

/* 반응형 하단 버튼 공통 */
#fix_tel{opacity:0;display:none;position:fixed;right:15px;bottom:165px;z-index:50;width:65px;height:65px;margin-right:-10px;border-radius:50%;font-size:30px;text-align:center;line-height:65px;color:#fff;background-color: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;font-weight:700;line-height:55px;color:#fff;text-align:center;background-color:var(--primary);font-family:var(--k-font)}
#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){
.btn--primary{font-size:17px}
#sh_container .group-title h2{font-size:48px !important}
#sh_container .group-title p.desc{font-size:20px !important}
#sh_ft{padding:64px 0 34px}
#sh_ft h2.logo{padding-bottom:16px}
#sh_ft address{padding-bottom:24px;font-size:15px}
#sh_ft .bottom small{font-size:15px}
#sh_ft .link a{font-size:14px}
}
@media (max-width:1200px){
#sh_ft{padding:64px 20px 34px}
#toTop{right:15px;bottom:15px}
}
@media (max-width:1024px){
:root{--radius:15px}
.btn--primary{font-size:16px}
#sh_hd.sub.dark{background: #fff}
#sh_container .group-title h2{font-size:40px !important}
#sh_container .group-title p.desc{font-size:18px !important}
#sh_ft{padding:34px 20px}
#sh_ft .inner{display:flex;flex-direction:column;align-items:center;text-align:center}
#sh_ft h2.logo{padding-bottom:8px}
#sh_ft h2.logo img{width:150px}
#sh_ft address{padding-bottom:15px;font-size:14px}
#sh_ft .bottom{flex-direction:column-reverse;align-items:center;gap:15px;padding-bottom:10px}
#sh_ft .bottom .sns-list{gap:12px}
#sh_ft .bottom .sns-list a.link-sns{width:50px}
#sh_ft .bottom .sns-list a.link-sns i{font-size:20px}
}
@media (max-width:768px){
:root{--radius:10px}
#sh_container .group-title h2{font-size:32px !important}
#sh_container .group-title p.desc{font-size:16px !important}
.btn--primary{font-size:15px}
#sh_ft address{padding-bottom:13px;font-size:13px}
#sh_ft .bottom{gap:13px}
}
@media (max-width:480px){
#sh_hd{background-color:transparent}
#sh_hd.sub::before{display:none}
/* #sh_hd.sub{position:relative} */
#fix_tel{display:block}
#sh_ft_btns{display:block}
#sh_container .group-title h2{font-size:24px !important}
#sh_container .group-title p.desc{font-size:15px !important}
.btn--primary{font-size:15px}
#sh_ft{padding-top:15px}
#toTop{right:15px;bottom:90px;width:65px;border-radius:100px}
#toTop span{font-size:12px}
#toTop .ic-top{width:17px;height:14px}
}
/* 반응형 [e] */