@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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Six+Caps&display=swap');

*{-webkit-text-size-adjust:none}
body{background:#fff;font-size:0.81em;font-family:'Pretendard'}
body.open{overflow:hidden;position:absolute;width:100%;height:100%}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'Pretendard'}
#device_change{width:50%;border:1px solid #666;font-size:3.5em;box-shadow:none} 
:root{--main-font:"Six Caps";--sub-font:'Poppins';--k-font:'Pretendard';--point-color:#57c2f0}
[data-aos=fade-blur]{opacity:0;filter:blur(10px);transition-property:opacity, filter!important}
[data-aos=fade-blur].aos-animate{opacity:1;filter:blur(0)}
[data-aos=fade-blur-up]{opacity:0;filter:blur(10px);transform:translateY(100px);transition-property:opacity, filter, transform!important}
[data-aos=fade-blur-up].aos-animate{opacity:1;filter:blur(0);transform:translateY(0)}
#sh_wrapper{position:relative;min-width:1500px;background-color:#000}

/* =========================== HEADER */
#sh_hd{z-index:15;width:100%;min-width:1500px;font-size:15px}
#sh_hd_wrapper{width:100%}

/* =========================== MAIN */
#sh_section{overflow:hidden;position:relative;min-width:1500px;font-size:15px;line-height:1.5;font-family:var(--main-font),var(--k-font)}
#sh_section .pl{white-space:pre-line}

/* =========================== SNB */
#sh_aside{position:relative;min-width:1140px;width:100%;margin:0 auto;z-index:1;background-color:#000}

/* =========================== CONTAINER */
#sh_container{position:relative;width:100%;font-family:var(--main-font),var(--k-font)}
#sh_container_wrapper.sub{border-bottom:1px solid #e1e1e1;background:#fff}
#sh_content{overflow:hidden;position:relative;z-index:10;width:100%;max-width:1100px;min-height:550px;padding:70px 0;margin:0 auto;background:#fff}

/* =========================== FOOTER */
#sh_ft{padding:30px 5%;min-width:1500px;font-size:13px;font-weight:400;font-family:var(--sub-font),var(--k-font);color:rgba(255, 255, 255, .6);line-height:1.8}
#sh_ft .flex{display:flex;justify-content:space-between;align-items:center}
#sh_ft .admin a{color:rgb(255, 255, 255, 0.6);transition:all .3s}
#sh_ft .admin a:hover{color:#fff}
#sh_ft .admin a+a{margin-left:20px}
#sh_ft .to_top{display:flex;align-items:center;gap:15px;cursor:pointer;transition:all .3s}
#sh_ft .to_top svg{width:18px;height:18px}
#sh_ft .to_top: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 #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}