@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=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:65px}
*{-webkit-text-size-adjust:none}
body{background:#fff;font-size:0.81em;font-family:'pretendard';color:#111}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'pretendard'}
figure{margin:0}
#device_change{width:50%;border:1px solid #666;font-size:3.5em;box-shadow:none}
#sh_wrapper{position:relative;width:100%;min-width:1792px;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{position:relative;padding:94px 0 60px}
#sh_ft .inner{width:1140px;margin:0 auto}
#sh_ft h2.logo{padding-bottom:30px;font-family:var(--e-font);font-size:24px;font-weight:700;color:#111}
#sh_ft address{padding-bottom:40px;font-size:16px;font-weight:500;font-style:normal;line-height:1.75;color:#888}
#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}

/* 사이트맵 */
#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}

/* 탑메뉴 */
#toTop{opacity:0;visibility:hidden;cursor:pointer;position:fixed;right:20px;bottom:20px;z-index:101;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-bottom:-50px;border:1px solid #ddd;background:#fff;box-shadow:0 0 16px rgba(0,0,0,0.1);transition:all .5s}
#toTop .ic-top{width:21px;height:17px;background-image:url('../sh_img/to-top.png');background-repeat:no-repeat;transition:background-image 0.2s}
#toTop:hover .ic-top{background-image:url('../sh_img/to-top-hover.png')}
#toTop span{font-size:13px;font-weight:700;color:#111}
#toTop.on{opacity:1;visibility:visible;margin-bottom:0}