@charset "utf-8";
@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:'Nanum Gothic'}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'Nanum Gothic'}
nav{list-style:none}
#device_change{border:1px solid #666;font-size:3.5em;box-shadow:none} 

:root{--primary:#7c0019;--mainsize:1600px;--k-font:'SUIT', sans-serif;--k-point:'GangwonEduPowerExtraBoldA'}

/* ========================== HEADER */
#sh_wrapper{min-width:var(--mainsize);line-height:1.5;background:#f1f3f8;font-family:var(--k-font)}
#sh_wrapper.sub{background:#fff}
#sh_hd{position:relative;z-index:999;min-width:var(--mainsize)} 
#sh_hd_wrapper{width:100%;border-bottom:1px solid rgba(255,255,255,0.2)}
#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:#111;font-family:var(--k-font)}
#main_banner{border-top:1px solid #e1e1e1}

/* ========================== 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}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}

/* ========================== SUB */
#sh_aside_wrapper{background:var(--primary)}

/* ========================== 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,.4);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{color:#fff}
#sh_ft .ft_txt dt{display:flex;align-items:center;gap:20px;margin-bottom:15px;font-size:20px;font-weight:700}
#sh_ft .ft_txt dt div{display:flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:100%;background:#fff}
#sh_ft .ft_txt dt div svg{width:16px;color:var(--primary)}
#sh_ft .ft_txt dd{display:flex;align-items:center;gap:15px;margin-top:5px;font-size:16px;font-weight:800;color:rgba(255, 255, 255, 0.4)}
#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:#777}
#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}