@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=Outfit:wght@100..900&display=swap');

:root{--primary:#0d1f44;--primary2:#c19a6b;--mainsize:1400px;--k-font:'Pretendard';--e-font:'Outfit'}

*{-webkit-text-size-adjust:none}
body{background:#fff;font-size:0.81em;font-family:var(--k-font)}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:var(--k-font)}
#device_change{width:50%;border:1px solid #666;font-size:3.5em;box-shadow:none} 

#sh_wrapper{position:relative}

/* =========================== HEADER */
#sh_hd{position:absolute;top:0;left:0;z-index:15;min-width:var(--mainsize);width:100%;font-family:var(--k-font)}

/* =========================== MAIN */
#sh_section{overflow:hidden;position:relative;min-width:var(--mainsize);font-size:15px;font-weight:500;line-height:1.5;color:#222;font-family:var(--k-font)}
#sh_section .inner{max-width:var(--mainsize);margin:0 auto}
#sh_section .tit{margin-bottom:60px;text-align:center}
#sh_section .tit span{font-size:15px;font-weight:700;text-transform:uppercase;font-family:var(--e-font)}
#sh_section .tit h2{font-size:40px;font-weight:700}

/* =========================== SNB */
#sh_aside{position:relative;z-index:25;transform:translateY(-75px);max-width:var(--mainsize);margin:0 auto;font-family:var(--k-font)}

/* =========================== CONTAINER */
#sh_container{position:relative;z-index:10;width:100%}
#sh_container_wrapper{margin:0 auto;width: 100%;min-width:var(--mainsize)}
#sh_content{overflow:hidden;position:relative;z-index:10;width:100%;max-width:var(--mainsize);min-height:550px;padding:70px 0;margin:0 auto;background:#fff}

/* =========================== FOOTER */
#fixMenu{opacity:0;position:fixed;bottom:30px;right:15px;z-index:101;transition:all .2s}
#fixMenu.on{opacity:1;bottom:105px}
#fixMenu a{display:flex;flex-flow:column;justify-content:center;align-items:center;width:85px;height:85px;padding-bottom:2px;border-radius:50%;font-size:13px;font-weight:700;color:#fff;background:var(--primary2);transition:all .3s;font-family:'Pretendard'}
#fixMenu a img{width:24px;margin-bottom:8px}
#fixMenu a+a{margin-top:8px}
#fixMenu a:hover{background:#a17f55}
#fixMenu .to_top{margin:15px auto 0;width:55px;height:55px;border-radius:50%;text-align:center;line-height:65px;background:#fff;cursor:pointer;transition:all .3s}
#fixMenu .to_top:hover{box-shadow:3px 3px 8px rgba(0,0,0,.2)}
#sh_ft{position:relative;padding:110px 0 80px;width:100%;min-width:var(--mainsize);font-size:15px;font-weight:400;color:rgba(255,255,255,.6);background:#030813;line-height:1.6}
#sh_ft .ft_inner{width:var(--mainsize);margin:0 auto}
#sh_ft .info{display:flex;align-items:center;justify-content:space-between;margin-bottom:50px}
#sh_ft .info ul{display:flex;gap:20px}
#sh_ft .info ul li a{position:relative;cursor:pointer;color:#fff}
#sh_ft .copy{margin-top:97px;padding-top:36px;border-top:1px solid rgba(255, 255, 255,.2);display:flex;justify-content:space-between;align-items:flex-end}
#sh_ft .copy div a{position:relative;font-size:14px;color:rgba(255,255,255,.6);transition:all .3s;font-family:var(--e-font)}
#sh_ft .copy div a+a{margin-left:10px}
#sh_ft .copy div a:hover{color:#fff}

/* 사이트맵 */
#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 #ffffff20;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}