@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

*{-webkit-text-size-adjust:none}
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:#2970ff;--black:#171a22;;--k-font:'Pretendard';--e-font:'Outfit'}

/* =========================== HEADER */
#sh_hd{position:relative;width:100%;font-size:15px;font-family:var(--e-font),var(--k-font)}

/* =========================== MAIN  */
#sh_section{overflow:hidden;position:relative;font-size:16px;font-weight:500;line-height:1.65;color:#666;font-family:var(--e-font),var(--k-font)}

/* =========================== CONTAINER */
#sh_container{position:relative;z-index:10;width:100%}
#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{line-height:1.6;color:#fff;background:#171a22;font-family:var(--e-font), var(--k-font)} 
#sh_ft .wrap{max-width:1500px;margin:0 auto;padding:104px 0 80px 0}
#sh_ft .wrap .top{display:flex;align-items:flex-start;justify-content:space-between;padding:0 0 40px;margin-bottom:56px;border-bottom:1px solid rgba(255,255,255,0.2)}
#sh_ft .wrap .top div a{padding-right:30px;font-size:15px;font-weight:500;color:#fff}
#sh_ft .wrap .top div a:last-child{padding-right:0}
#sh_ft .bottom{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-bottom:95px}
#sh_ft .bottom .tel_box{font-size:15px;color:rgba(255,255,255,0.7)}
#sh_ft .bottom .tel_box .tel_num{padding-bottom:26px;font-size:30px;font-weight:700;color:#fff}
#sh_ft .bottom .tel_box .fax{display:flex;gap:20px}
#sh_ft .bottom .tel_box span{width:50px;color:#fff}
#sh_ft .bottom .tel_box .mail{display:flex;gap:20px}
#sh_ft .info{font-size:15px;font-weight:400;font-family:var(--k-font);color:rgba(255, 255, 255, 0.6);word-break:keep-all}
#sh_ft .copy{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:300;font-family:var(--k-font);color:rgba(255, 255, 255, 0.7)}
#sh_ft .copy p{font-weight:500}
#sh_ft .copy .adm a{font-weight:700;font-family:var(--e-font);color:rgba(255,255,255,0.7);transition:all 0.2s}
#sh_ft .copy .adm a:hover{color:var(--primary)}
#sh_ft .copy .adm a:first-child{padding-right:36px}

/* 반응형 하단 버튼 공통 */
#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-weight:700;font-family:'Noto Sans KR'}
#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:1380px){
#sh_ft .wrap{max-width:unset;width:95%}
}
@media (max-width:1024px){
#sh_content{padding:40px 0 60px}
#sh_ft .wrap{padding:90px 0 40px}
#sh_ft .wrap .top{padding-bottom:30px;margin-bottom:40px}
#sh_ft .bottom .tel_box .tel_num{padding-bottom:20px;font-size:26px}
}
@media (max-width:768px){
#sh_content{padding:20px 0 40px}
#sh_section{font-size:15px}
#sh_ft .wrap{padding:80px 0 30px}
#sh_ft .wrap .top{padding-bottom:25px;margin-bottom:35px}
#sh_ft .wrap .top div a{padding-right:20px}
#sh_ft .bottom{flex-direction:column-reverse;text-align:center;padding-bottom:60px}
#sh_ft .bottom .tel_box .tel_num{padding-bottom:15px}
}
@media (max-width:480px){
#sh_content{padding:0px}
#sh_section{font-size:14px}
#sh_ft .wrap{padding:60px 0 20px}
#sh_ft .wrap .top{flex-direction:column;align-items:center;gap:15px;padding-bottom:20px;margin-bottom:30px}
#sh_ft .wrap .top div a{padding-right:15px;font-size:14px}
#sh_ft .bottom .tel_box{font-size:14px}
#sh_ft .bottom .tel_box .tel_num{padding-bottom:12px;font-size:24px}
#sh_ft .info{font-size:14px}
#sh_ft .copy{font-size:13px}
#fix_tel{display:block}
#sh_ft_btns{display:block}
#sh_ft dl dt{font-size:16px}
}
@media (max-width:380px){
#sh_section{font-size:13px}
#sh_ft .wrap .top{gap:12px;padding-bottom:15px;margin-bottom:25px}
#sh_ft .wrap .top div a{font-size:13px}
#sh_ft .bottom .tel_box{font-size:13px}
#sh_ft .bottom .tel_box .tel_num{padding-bottom:10px;font-size:22px}
#sh_ft .info{font-size:13px}
}
/* 반응형 [e] */
