@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 */ 
@font-face {
    font-family: 'Felix Titling';
    src: url('./felixtitlingmt.ttf') format('opentype');
    font-weight:200;
}

*{-webkit-text-size-adjust:none}
body{background:#fff;font-size:0.81em;font-family:var(--k-font)}
body.open{overflow:hidden;position:absolute;width:100%;height:100%}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:var(--k-font);font-weight:normal}
#device_change{width:50%;border:1px solid #666;font-size:3.5em;box-shadow:none} 

:root{--primary:#111;--k-font:'Pretendard';--e-font:"Felix Titling";--mainsize:1500px;--point:#295fcc}

#sh_wrapper{position:relative;min-width:1500px;color:#666}

/* =========================== HEADER */
#sh_hd{width:100%;min-width:1500px;font-size:15px}
#sh_hd_wrapper{width:100%;font-family:var(--k-font)}

/* =========================== MAIN */
#sh_section{overflow:hidden;position:relative;min-width:1500px;font-size:16px;font-weight:400;line-height:1.6}
#sh_section .pl{white-space:pre-line}
#sh_section .section_en{font-size:16px;font-weight:700;text-align:center;color:#fff}
#sh_section .section_tit{margin-top:40px;font-size:35px;font-weight:700;text-align:center;line-height:1.3;color:#fff}
#sh_section .section_link{display:flex;justify-content:center;align-items:center;margin-top:40px;width:145px;height:52px;border-radius:26px;font-size:16px;font-weight:700}

/* =========================== SNB */
#sh_aside{position:relative;min-width:1140px;width:100%;margin:0 auto;z-index:1;background-color:#fff;border-bottom:1px solid #e1e1e1}

/* =========================== CONTAINER */
#sh_container{position:relative;width:100%;font-family: var(--k-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{min-width:1500px;font-size:15px;color:rgba(255, 255, 255, .6);line-height:1.8;background-color:#000}
#sh_ft .top_cont{padding:100px 0 70px 0;max-width:1700px;margin:0 auto;text-align:center}
#sh_ft .top_cont .logo{padding-bottom:60px}
#sh_ft .top_cont .menu{display:flex;align-items:center;justify-content:center;gap:55px;padding-bottom:50px;margin-bottom:50px;border-bottom:1px solid rgba(255,255,255,0.2)}
#sh_ft .top_cont .menu li a{position:relative;font-size:16px;font-weight:500;color:#fff}
#sh_ft .top_cont .menu li a:after{position:absolute;content:'';right:-26px;top:50%;transform:translateY(-50%);width:1px;height:10px;background:rgba(255,255,255,0.7)}
#sh_ft .top_cont .menu li:last-child a:after{display:none}
#sh_ft .copy_cont{display:flex;align-items:center;justify-content:center;gap:18px;padding-bottom:10px}
#sh_ft .tit{font-weight:600;color:#fff}
#sh_ft .number ul{display:flex;justify-content:center;gap:30px}
#sh_ft .number ul li{display:flex;align-items:center;justify-content:center;gap:18px}
#sh_ft .bot_box{display:flex;justify-content:space-between;padding-top:90px;color:rgba(255,255,255,0.6)}
#sh_ft .bot_box .admin{display:flex;align-items:center;gap:30px}
#sh_ft .bot_box .admin a{font-size:15px;font-weight:600;color:rgba(255, 255, 255, 0.5);transition:0.2s}
#sh_ft .bot_box .admin a:hover{color:rgba(255, 255, 255, 0.6)}

/* 사이트맵 */
#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}