@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..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');


*{-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{--main-size:1438px;--sub-size:1400px;--primary:#00805e;--dark:#111;--dark2:#222;--k-font:'Pretendard';--s-font:'Poppins'}
svg{width:30px;height:30px}

.m_sh_wrapper{line-height:1;color:var(--dark)}
.m_sh_wrapper .all_txt_wrap{margin-bottom:60px}
.m_sh_wrapper .all_txt_wrap .s_tit{display:inline-block;margin-bottom:50px;color:var(--primary);font-weight:700;font-size:17px;font-family:var(--s-font)}
.m_sh_wrapper .all_txt_wrap .tit{line-height:1.2;font-weight:700;font-size:48px}
.m_sh_wrapper .all_txt_wrap .tit .nomal{font-weight:400}

.all_btn_wrap{margin-top:35px}
.all_btn_wrap .all_btn{display:inline-flex;align-items:center;line-height:53px;height:53px;gap:25px;padding:0 30px 0 20px;border-radius:50pt;border:1px solid var(--dark);font-size:16px;font-weight:700;transition:all 0.3s cubic-bezier(0.68, 0.03, 0.33, 1)}
.all_btn_wrap .all_btn i{width:25px;transform:scale(0.2);transition:all 0.3s cubic-bezier(0.68, 0.03, 0.33, 1)}
.all_btn_wrap .all_btn i svg{width:100%;height:auto;vertical-align:middle;color:var(--primary)}

/* ========================== HEADER */
#sh_hd{position:fixed;z-index:15;width:100%;font-size:15px}
#sh_hd.sub{background:#fff}

/* ========================== MAIN */
#sh_section{overflow:hidden;position:relative;font-size:15px;font-weight:500}
#sh_section *{word-break:keep-all}
#sh_section .inner{width:var(--main-size);margin:0 auto}
/* ========================== CONTAINER */
#sh_container{position:relative;z-index:10;width:100%}
#sh_content{overflow:hidden;padding-top:110px;padding-bottom:165px}
.s_sh_container_wrapper{padding-top:100px}

/* ========================== FOOTER */
#sh_ft{padding:70px 0 100px;background:var(--dark)}
#sh_ft .f_inner{width:1700px;margin:0 auto}
#sh_ft .f_top{padding-bottom:70px;border-bottom:1px solid rgba(255,255,255,0.3)}
#sh_ft .f_top .f_logo{margin-bottom:50px}
#sh_ft .f_top .address > li{display:flex;font-size:16px;font-weight:600}
#sh_ft .f_top .address > li + li{margin-top:30px}
#sh_ft .f_top .address > li .f_l_txt{margin-right:35px;min-width:60px;color:rgba(255,255,255,0.5)}
#sh_ft .f_top .address > li .f_r_txt{color:#fff}
#sh_ft .f_top .address > li .number{display:block;margin-bottom:20px}
#sh_ft .f_bot{display:flex;flex-direction:column;align-items:flex-end;padding-top:30px}
#sh_ft .f_bot .copy{color:rgba(255,255,255,0.6);font-weight:400;font-size:16px}
#sh_ft .f_bot .admin-wrap{margin-top:10px}
#sh_ft .f_bot .admin-wrap > li > a{color:rgba(255,255,255,0.6);font-weight:400;font-size:14px;transition:all .3s}
#sh_ft .f_bot .admin-wrap > li:hover > a{text-decoration:underline}

/* 반응형 사이트맵 공통 */
#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:90px;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-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;line-height:55px;color:#fff;text-align:center;background-color:var(--primary);font-family:'notokr-bold'}
#sh_ft_btns a.tel{font-size:18px;font-weight:700;letter-spacing:0;font-family:var(--e-font)}
#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 (hover:hover){
.all_btn_wrap .all_btn:hover i{transform:scale(1);margin-right:10px}
}
@media (max-width:1800px){
#sh_ft .f_inner{width:95%} 
}
@media (max-width:1600px){
#sh_section .inner{width:95%}
#sh_content{padding-top:clamp(50px, 6.875vw, 110px);padding-bottom:clamp(50px, 10.3125vw, 165px)}
#sh_ft{padding:70px 0}
#sh_ft .f_top{padding-bottom:50px}
#sh_ft .f_top .f_logo > img{width:180px}
}
@media (max-width:1300px){
.m_sh_wrapper .all_txt_wrap .tit{font-size:43px}
#sh_ft{padding:50px 0}
#sh_ft .f_top .f_logo{margin-bottom:30px}
#sh_ft .f_top .f_logo > img{width:160px}
}
@media (max-width:1200px){
.m_sh_wrapper .all_txt_wrap{margin-bottom:50px;text-align:center}
.m_sh_wrapper .all_txt_wrap .tit{font-size:35px}
.m_sh_wrapper .all_txt_wrap .s_tit{margin-bottom:30px}
.s_sh_container_wrapper{padding-top:79px}
#sh_ft .f_top{padding-bottom:30px}
#sh_ft .f_top .f_logo > img{width:150px}
#sh_ft .f_top .address > li + li{margin-top:25px}
}
@media (max-width:1024px){
.m_sh_wrapper .all_txt_wrap .tit{font-size:33px}
.m_sh_wrapper .all_txt_wrap .s_tit{margin-bottom:20px}
}
@media (max-width:768px){
#sh_section .inner,#sh_ft .f_inner{width:100%;padding:0 15px}
.m_sh_wrapper .all_txt_wrap .tit{font-size:28px}
.m_sh_wrapper .all_txt_wrap .s_tit{margin-bottom:15px}
.all_btn_wrap .all_btn{height:50px;line-height:50px}
.s_sh_container_wrapper{padding-top:73px}
#sh_ft{padding:35px 0}
#sh_ft .f_top{padding-bottom:25px}
#sh_ft .f_top .f_logo{margin-bottom:20px;text-align:center}
#sh_ft .f_top .f_logo > img{width:135px}
#sh_ft .f_top .address > li + li{margin-top:20px}
#sh_ft .f_top .address > li{display:block;text-align:center}
#sh_ft .f_top .address > li .number{margin-bottom:5px}
#sh_ft .f_top .address > li .f_l_txt{display:inline-block;min-width:auto;margin-right:0;margin-bottom:10px}
#sh_ft .f_top .address > li .f_r_txt{line-height:1.4;word-break:keep-all}
#sh_ft .f_bot{align-items:center;padding-top:25px}
}
@media (max-width:580px){
#sh_content{padding:40px 0 25px}
.m_sh_wrapper .all_txt_wrap{margin-bottom:40px}
.m_sh_wrapper .all_txt_wrap .s_tit{font-size:16px}
.m_sh_wrapper .all_txt_wrap .tit{font-size:25px}
.all_btn_wrap .all_btn{gap:20px;font-size:15px}
#sh_ft .f_top .address > li,#sh_ft .f_bot .copy{font-size:15px}
}
@media (max-width:480px){
.m_sh_wrapper .all_txt_wrap{margin-bottom:30px}
.m_sh_wrapper .all_txt_wrap .s_tit{font-size:15px}
.m_sh_wrapper .all_txt_wrap .tit{font-size:21px}
.all_btn_wrap .all_btn{height:45px;line-height:45px;gap:10px}
.all_btn_wrap .all_btn i{width:23px}
.s_sh_container_wrapper{padding-top:70px}
#sh_ft .f_top .f_logo > img{width:125px}
#fix_tel{display:block}
#sh_ft_btns{display:block}
}
@media (max-width:390px){
.m_sh_wrapper .all_txt_wrap .s_tit{font-size:14px}
.m_sh_wrapper .all_txt_wrap .tit{font-size:20px}
.all_btn_wrap .all_btn{gap:5px}
.s_sh_container_wrapper{padding-top:68px}
#sh_ft .f_top .f_logo > img{width:120px}
#sh_ft .f_top .address > li + li{margin-top:20px}
}
/* 반응형 [e] */