@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;700;900&display=swap');

*{-webkit-text-size-adjust:none}
body{background:#fff;font-size:0.81em;font-family:'Nanum Gothic'}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'Nanum Gothic'}
#device_change{width:50%;border:1px solid #666;font-size:3.5em;box-shadow:none} 

:root{--primary:#041f2f;--second:#9d856d;--mainsize:1570px}
#sh_wrapper{position:relative;min-width:1530px}

/* =========================== HEADER */
#sh_hd{position:absolute;top:0;left:0;z-index:15;width:100%;font-family:'Noto Serif KR'}

/* =========================== MAIN */
#sh_section{position:relative;font-size:15px;font-weight:500;line-height:1.6;color:#222;letter-spacing:-.5px;font-family:'Noto Serif KR'}

/* =========================== SNB */
#sh_aside{position:relative;z-index:25; transform:translateY(-75px);max-width:1300px;margin:0 auto;font-family:'Noto Serif KR'}

/* =========================== CONTAINER */
#sh_container{position:relative;z-index:10;width:100%}
#sh_content{overflow:hidden;position:relative;z-index:10;width:100%;max-width:1300px;min-height:550px;padding:70px 0;margin:0 auto;background:#fff}

/* =========================== FOOTER */
#fixMenu{position:sticky;display:flex;left:0;bottom:0;width:100%;min-width:1530px;z-index:101;font-size:15px;font-weight:700;line-height:3;color:#fff;background:var(--second);transition:all .2s;box-shadow:0px 0px 5px 8px rgba(0,0,0,10%);font-family:'Noto Serif KR'}
#fixMenu.absol{position:absolute}
#fixMenu .tel{display:flex;align-items:center;padding:0 50px 0 165px;background:var(--primary)}
#fixMenu .tel p{position:relative;margin-left:15px;padding-left:15px;font-size:27px;font-weight:900}
#fixMenu .tel p:after{position:absolute;content:'';top:50%;left:0;width:1px;height:13px;transform:translateY(-50%);background:rgba(255,255,255,20%)}
#fixMenu .tel span{margin-left:20px;font-weight:normal;color:rgba(255,255,255,20%);font-family:'notokr-regular'}
#fixMenu ul{display:flex;align-items:center;padding:0 50px}
#fixMenu ul li a{color:#fff}
#fixMenu ul li+li{position:relative;margin-left:18px;padding-left:18px}
#fixMenu ul li+li:after{position:absolute;content:'';top:50%;left:0;width:3px;height:3px;border-radius:50px;transform:translateY(-50%);background:#fff}
#fixMenu .to_top{position:absolute;right:165px;bottom:0;top:0;width:80px;display:flex;align-content:center;flex-wrap:wrap;align-items:center;justify-content:center;color:var(--second);cursor:pointer;background:#fff}
#fixMenu .to_top span{display:block;width:100%;text-align:center;line-height:1.5}
#sh_ft{position:relative;font-size:13px;font-weight:500;color:#777;line-height:1.6;background:#020f16;font-family:'Noto Serif KR'}
#sh_ft .inner{max-width:1570px;margin:0 auto}
#sh_ft .info{display:flex;align-items:flex-start;padding:100px 0}
#sh_ft .info div{width:80%;margin-left:auto}
#sh_ft .copy{padding:15px 0;border-top:1px solid rgba(255,255,255,.2)}
#sh_ft .copy div{display:flex;justify-content:space-between}
#sh_ft .copy div a{font-size:13px;color:#777}
#sh_ft .copy div a+a{margin-left: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}



