@charset "utf-8";
@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=Mozilla+Text:wght@200..700&display=swap');

:root{--main-width:1724px;--primary:#81c419;--font-color:#1f2633;--e-font:"Mozilla Text", sans-serif}
*{-webkit-text-size-adjust:none}
html.fixed{overflow-y:hidden}
body{background:#fff;font-size:0.81em;font-family:'Pretendard';color:var(--font-color)}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'Pretendard'}
#device_change{width:50%;border:1px solid #666;font-size:3.5em;box-shadow:none} 
[data-aos=fade-blur]{opacity:0;filter:blur(10px);transition-property:opacity, filter!important}
[data-aos=fade-blur].aos-animate{opacity:1;filter:blur(0)}
[data-aos=fade-blur-up]{opacity:0;filter:blur(10px);transform:translateY(100px);transition-property:opacity, filter, transform!important}
[data-aos=fade-blur-up].aos-animate{opacity:1;filter:blur(0);transform:translateY(0)}
#sh_wrapper{position:relative;min-width:var(--main-width)}

/* =========================== HEADER */
#sh_hd{z-index:15;width:100%;min-width:var(--main-width);font-size:15px}
#sh_hd_wrapper{width:100%}

/* =========================== MAIN */
#sh_section{position:relative;min-width:1500px;font-size:15px}
#sh_section .pl{white-space:pre-line}

/* MAIN / 공통 스타일 */
#sh_section .inner{max-width:var(--main-width);width:100%;margin:0 auto}
#sh_section .head h2{font-family:var(--e-font);font-size:20px;font-weight:600}
#sh_section .btn--primary{display:flex;align-items:center;justify-content:center;gap:15px;width:155px;height:53px;border-radius:100px;background-color:#fff;font-family:var(--e-font);font-size:15px;font-weight:600;transition:background-color 0.2s, color 0.2s}
#sh_section .btn--primary::before{content:'';width:4px;height:4px;border-radius:50px;background-color:var(--font-color);transition:background-color 0.2s}
@media (hover){
#sh_section .btn--primary:hover{background-color:var(--primary) !important;color:#fff}
#sh_section .btn--primary:hover::before{background-color:#fff}
}

/* =========================== SNB */
#sh_aside{position:relative;min-width:1140px;width:100%;margin:0 auto;z-index:1;background-color:#000}

/* =========================== CONTAINER */
#sh_container{position:relative;width:100%;font-family:var(--main-font)}
#sh_container_wrapper.sub{border-bottom:1px solid #e1e1e1;background:#fff}
#sh_content{overflow:hidden;position:relative;z-index:10;width:100%;max-width:1100px;min-height:550px;padding:70px 0;margin:0 auto;background:#fff}

/* =========================== FOOTER */
#sh_ft{font-size:15px;font-weight:400;color:#fff;line-height:1.5;background-color:#000}
#sh_ft .inner{display:flex;gap:220px;max-width:var(--main-width);margin:0 auto;padding:90px 0 125px}
#sh_ft .inner > *{flex:1}
#sh_ft h3{padding-bottom:40px;font-family:var(--e-font);font-size:15px;font-weight:600}
#sh_ft .logo{max-width:380px;font-family:var(--e-font);font-size:20px;font-weight:400}
#sh_ft .company-info{max-width:410px}
#sh_ft .company-info p{padding-bottom:25px;word-break:keep-all;font-weight:700}
#sh_ft .company-info .contact{display:flex;flex-direction:column;gap:3px;font-weight:700}
#sh_ft .company-info .contact dl{display:flex}
#sh_ft .company-info .contact dt{min-width:70px;color:rgba(255,255,255,0.3)}
#sh_ft .sitemap ul{display:flex;flex-direction:column;gap:3px}
#sh_ft .sitemap ul li a.link-menu{font-family:var(--e-font);color:#fff}
#sh_ft .copyright{display:flex;justify-content:space-between;align-items:center;max-width:var(--main-width);margin:0 auto;padding-bottom:32px}
#sh_ft .copyright small{font-size:13px;color:rgba(255,255,255,0.3)}
#sh_ft .copyright .admin{display:flex;gap:20px}
#sh_ft .copyright .admin a{color:rgba(255,255,255,0.3)}

/* 사이트맵 */
#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}