@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
@font-face {font-family:'GangwonEduPowerExtraBoldA';src:url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEduPowerExtraBoldA.woff') format('woff');font-weight:normal;font-style:normal}

*{-webkit-text-size-adjust:none}
body{font-size:0.81em;font-family:var(--k-font)}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:var(--k-font)}
nav{list-style:none}
#device_change{border:1px solid #666;font-size:3.5em;box-shadow:none} 

:root{--primary:#cfb03c;--primary-gr:linear-gradient(-40deg,rgba(176, 149, 44, 1) 0%, rgba(233, 203, 89, 1) 50%, rgba(176, 149, 44, 1) 100%);--dark:#111;--dark2:#2e2e2e;--mainsize:1600px;--k-font:'Pretendard', sans-serif;--k-point:'GangwonEduPowerExtraBoldA'}

/* ========================== HEADER */
#sh_wrapper{min-width:var(--mainsize);line-height:1.5;font-family:var(--k-font)}
#sh_hd{position:relative;z-index:999;min-width:var(--mainsize)} 
#sh_hd_wrapper{width:100%;border-bottom:1px solid #e1e1e1}
#sh_wrapper.sub #sh_hd_wrapper{border-bottom:none}
#sh_hd_wrapper:after{display:block;visibility:hidden;clear:both;content:""} 

/* ========================== INDEX */
#sh_section{position:relative;z-index:10;min-width:var(--mainsize);font-size:16px;color:#777}
#sh_section .pl{white-space:pre-line}
#sh_section h2{font-size:30px;font-weight:800;color:#fff;font-family:var(--k-font)}

/* ========================== CONTAINER */
#sh_container.sub{background:#fff;padding:0 0 40px}
#sh_content{position:relative;z-index:4;width:1070px;min-height:580px;padding:0;margin:70px auto 40px;font-size:14px;color:#888;zoom:1;font-family:var(--k-font)}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}

/* ========================== SUB */
#sh_aside_wrapper{background:var(--primary-gr)}

/* ========================== SNB */
#sh_aside{position:relative}

/* ========================== FOOTER */
#sh_ft{position:relative;z-index:10;min-width:var(--mainsize);padding:80px 0 50px;font-size:14px;line-height:1.5;color:rgba(255,255,255,.6);background-color:#222}
#sh_ft .inner{max-width:var(--mainsize);margin:0 auto}
#sh_ft .ft_txt{display:flex;align-items:center;justify-content:space-between}
#sh_ft .ft_txt dl{display:flex;align-items:center;gap:15px;color:#fff}
#sh_ft .ft_txt dt{font-size:16px}
#sh_ft .ft_txt dd{font-size:25px;font-weight:800}
#sh_ft .ft_txt a{font-weight:800;color:#aaa;cursor:pointer;transition:all .3s}
#sh_ft .ft_txt a+a{margin-left:10px}
#sh_ft .adr{margin:50px 0 80px;color:rgba(255,255,255,.6)}
#sh_ft .ft_btm{display:flex;align-items:center;justify-content:space-between}
#sh_ft .ft_btm a{font-size:13px;font-weight:800;color:#777;transition:all .3s}
#sh_ft .ft_btm a+a{margin-left:10px}
#sh_ft .ft_btm a:hover{color:#eee}

#fixBtn{position:fixed;z-index:50;right:20px;bottom:20px}
#fixBtn li+li{margin-top:10px}
#fixBtn li a{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50px;color:#fff;background:#333;transition:all .3s}
#fixBtn li a:hover{filter: brightness(1.2)}
#fixBtn li a.ytd{background:var(--primary)}
#fixBtn li svg{width:30px;height:30px}

/* 사이트 맵*/
#sh_site_map{position:relative;width:100%;font-family:'notokr-regular'}
#sh_site_map > div{float:left;width:32%;height:260px;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}