@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:'Paperlogy';src:url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');font-weight:400;font-style:normal}
@font-face {font-family:'Paperlogy';src:url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');font-weight:500;font-style:normal}
@font-face {font-family:'Paperlogy';src:url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');font-weight:600;font-style:normal}
@font-face {font-family:'Paperlogy';src:url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');font-weight:700;font-style:normal}
@font-face {font-family:'Paperlogy';src:url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');font-weight:800;font-style:normal}


*{-webkit-text-size-adjust:none}
:root{--primary:#3c4e9b;--primary20:#f7f7fa;--brand-color:#6d86ec;--main-font:"Paperlogy";--sub-font:"Pretendard";--radius:28px}
html.fixed{overflow-y:hidden}
body{background:#fff;font-size:0.81em;font-family:var(--main-font);font-family:'Pretendard'}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'Pretendard'}

#sh_wrapper{position:relative;min-width:1500px;width:100%;margin:0 auto}
#sh_wrapper .inner{min-width:1500px;max-width:1760px;width:100%;margin:0 auto}

/* HEADER */
#sh_hd{position:relative;width:100%;font-family:var(--main-font)}

/* INDEX */
#sh_section{position:relative;font-size:15px;line-height:1.55;color:#666;font-family:'Pretendard'}

/* CONTAINER */
#sh_container{position:relative;min-width:1500px;width:100%;z-index:0}
#sh_container_wrapper{position:relative;width:100%;zoom:1}
#sh_container_wrapper:after{display:block;visibility:hidden;clear:both;content:""}
#sh_sub_wrap{position:relative}

/* btn 공통 */
/* 자세히보기 */
#sh_container .link-more{display:flex;align-items:center;justify-content:center;width:135px;height:46px;font-family:var(--main-font);font-size:16px;font-weight:600;color:#fff;background-color:#222;border-radius:100px;transition:background-color 0.2s}
#sh_container .link-more:hover{background-color:var(--brand-color)}

/* 전체보기(게시판 이동 + 버튼) */
#sh_container .link-board{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:100px;background-color:var(--brand-color)}
#sh_container .link-board svg{stroke:#fff;transition:transform 0.3s}
#sh_container .link-board:hover svg{transform:rotate(180deg)}

/* CONTENT */
#sh_content{position:relative;z-index:4;width:1200px;min-height:580px;margin:0 auto;padding:70px 0}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}

/* FOOTER */
#sh_ft{position:relative;width:100%;font-size:15px;color:rgba(255,255,255,.5);background-color:#272a36;font-family:'Pretendard'} 
#sh_ft .ft-menu ul{display:flex;gap:45px;padding:50px 0 45px;border-bottom:1px solid rgba(255,255,255,0.12)}
#sh_ft .ft-menu ul li a{display:flex;gap:5px;align-items:center;font-family:var(--main-font);font-size:17px;color:#fff;cursor:pointer}
#sh_ft .ft-menu ul li a svg{width:20px;height:20px}
#sh_ft .ft-info{display:flex;flex-direction:column;gap:45px;padding-top:45px;padding-bottom:90px}
#sh_ft .ft-info .top{display:flex;justify-content:space-between;align-items:center}
#sh_ft .ft-info .top .sns-list{display:flex;gap:12px}
#sh_ft .ft-info .top .sns-list .link-sns{display:flex;align-items:center;justify-content:center;width:55px;height:55px;background-color:rgba(255,255,255,0.08);border-radius:100px}
#sh_ft .ft-info .top .sns-list .link-sns i{color:#fff}
#sh_ft .ft-info .top .sns-list .link-sns i.ic-kakao img{width:28px}
#sh_ft .ft-info .bottom{display:flex;flex-direction:column;gap:15px;font-size:15px;color:rgba(255,255,255,0.4)}
#sh_ft .ft-info .bottom p{line-height:1.4}
#sh_ft .ft-info .bottom .copy{display:flex;justify-content:space-between}
#sh_ft .ft-info .bottom .copyright{font-size:15px}
#sh_ft .ft-info .bottom .admin-wrap{display:flex;gap:15px}
#sh_ft .ft-info .bottom .admin-wrap a{color:rgba(255,255,255,0.4)}

/* 사이트맵 */
#sh_site_map{position:relative;width:100%;font-family:'notokr-regular'}
#sh_site_map > div{float:left;width:32%;min-height:300px;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}

#device_change{border:1px solid #666;font-size:3.5em;box-shadow:none}