@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 */ 

:root{--main-size:1820px;--primary:#1fa3eb;--k-font:'Pretendard';--e-font:'Outfit'}
*{-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'}
.sr_only{position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);margin:-1px;overflow:hidden}
#device_change{width:50%;border:1px solid #666;font-size:3.5em;box-shadow:none} 


/* ========================== HEADER */
#sh_hd{position:absolute;z-index:15;width:100%;min-width:var(--main-size);font-size:15px;font-family:var(--e-font),var(--k-font)}

/* ========================== MAIN */
#sh_section{position:relative;min-width:var(--main-size);font-size:15px;font-weight:500;line-height:1.5;color:#777;font-family:var(--e-font),var(--k-font)}
#sh_section .inner{width:var(--main-size);margin:0 auto}
#sh_section .btn--primary{display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff;border-radius:100px;font-size:16px;font-weight:500;color:#fff;padding:14px 20px;transition:all 0.3s}
#sh_section .btn--primary span{display:flex;align-items:center;justify-content:space-between;gap:25px;transform:translateX(6px)}
#sh_section .btn--primary svg{flex-shrink:0}
#sh_section .btn--primary:hover{background-color:#fff;color:#111}
#sh_section .gradient{background-image:linear-gradient(to right, #1febd1 0%, #1996e6 100%);background-clip:text;background-repeat:no-repeat;display:inline-block;color:transparent}

#sh_wrapper{min-width:var(--main-size)}
/* ========================== CONTAINER */
#sh_container{position:relative;z-index:10;min-width:var(--main-size);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{position:relative;z-index:10;padding:100px 0 60px;font-size:16px;background-color:#fff}
#sh_ft.sub{border-top:1px solid #e1e1e1}
#sh_ft .inner{max-width:var(--main-size);width:100%;margin:0 auto}
#sh_ft .top{display:grid;grid-template-columns:repeat(2,1fr);padding-bottom:40px}
#sh_ft .top .ft__sns{display:flex;gap:12px}
#sh_ft .top .ft__sns li a{display:grid;align-items:center;justify-content:center;width:55px;aspect-ratio:1;border-radius:100px;background-color:rgba(17,17,17,0.08)}
#sh_ft .top .ft__sns li a img{grid-area:1 / 1;transition:opacity 0.3s, visibility 0.3s 0s}
#sh_ft .top .ft__sns li a img.hover{opacity:0;visibility:hidden}
#sh_ft .top .ft__sns li a:hover img.default{opacity:0;visibility:hidden}
#sh_ft .top .ft__sns li a:hover img.hover{opacity:1;visibility:visible}
#sh_ft .top .ft__sns li a img.img-insta{width:22px}
#sh_ft .top .ft__sns li a img.img-kakao{width:28px}
#sh_ft .top .ft__sns li a img.img-youtube{width:25px}
#sh_ft .top .ft__menu{padding-top:10px}
#sh_ft .top .ft__menu > ul{display:flex;flex-direction:column;gap:40px}
#sh_ft .top .ft__menu > ul > li{display:flex;flex-direction:column;gap:10px}
#sh_ft .top .ft__menu > ul > li > a{font-size:18px;font-weight:700;color:#111}
#sh_ft .top .ft__menu .sh_lnb_s{display:flex;gap:30px}
#sh_ft .top .ft__menu .sh_lnb_s li a{color:#777;transition:color 0.3s}
#sh_ft .top .ft__menu .sh_lnb_s li a:hover{color:#111}
#sh_ft .bottom{display:grid;grid-template-columns:repeat(2,1fr);align-items:flex-end}
#sh_ft .bottom .fl-l a{display:inline-block;padding-bottom:12px;font-size:15px;color:#111;font-weight:400}
#sh_ft .bottom .fl-l address{font-size:15px;font-style:normal;color:#777;line-height:1.6}
#sh_ft .bottom .fl-r{display:flex;justify-content:space-between}
#sh_ft .bottom .fl-r small{font-size:15px;line-height:1.3;color:#777}
#sh_ft .bottom .fl-r .adm{display:flex;gap:12px}
#sh_ft .bottom .fl-r .adm a{font-size:15px;color:#777;transition:color 0.3s}
#sh_ft .bottom .fl-r .adm a:hover{color:#111}

/* 사이트맵 */
#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}