@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&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=Special+Gothic+Expanded+One&display=swap');


:root{--main-width:1760px;--primary:#be201f;--black:#161616;--k-font:'Pretendard';--e-font:'Poppins';--e-font-gothic:"Special Gothic Expanded One", sans-serif;--ani:cubic-bezier(.26,1.04,.54,1)}
*{-webkit-text-size-adjust:none}
html.fixed{overflow-y:hidden}
html.hide{overflow-y:unset}
body{background:#fff;font-size:0.81em;font-family:'pretendard'}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:var(--e-font) var(--k-font)}
#device_change{width:50%;border:1px solid #666;font-size:3.5em;box-shadow:none} 
[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(50px);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;width:100%;min-width:var(--main-width)}

/* =========================== HEADER */
#sh_hd{z-index:99;position:fixed;width:100%;min-width:var(--main-width);font-size:15px;font-family:var(--e-font-gothic),var(--k-font)}
#sh_hd.hidden{opacity:0;visibility:hidden}
#sh_hd.sub{position:relative;z-index:9}

/* =========================== MAIN  */
#sh_section{position:relative;font-size:16px;font-weight:500;line-height:1.5;color:#777;font-family:var(--e-font),var(--k-font)}
#sh_section .section_en{font-size:15px;font-weight:700;color:var(--primary)}
#sh_section .pl{white-space:pre-line;word-break:keep-all}
#sh_section .section_tit{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:150px;color:#fff}
#sh_section .section_tit .section_bg{width:7px;height:7px;border-radius:50%;background-color:var(--primary)}
#sh_section .section_tit h2{margin-top:60px;font-size:20px;font-weight:500}
#sh_section .section_tit p{font-size:20px;font-weight:700}

/* =========================== CONTAINER */
#sh_container{position:relative;min-width:var(--main-width);width:100%;font-family:var(--e-font) var(--k-font)}
#sh_content{overflow:hidden;position:relative;width:100%;max-width:1200px;min-height:550px;padding:70px 0;margin:0 auto;background:#fff}

/* =========================== FOOTER */
#sh_ft{overflow:hidden;position:relative;line-height:1.6;color:#fff;font-family:var(--k-font);background-color:#000} 
#sh_ft .wrap{min-width:var(--main-width);margin:0 auto;padding:0 80px}
#sh_ft .wrap .top{display:flex;flex-direction:column;align-items:center;gap:50px;padding:150px 0;border-bottom:1px solid rgba(255,255,255,0.2)}
#sh_ft .wrap .company-info{font-size:17px;text-align:center}
#sh_ft .wrap .bottom{display:flex;align-items:center;justify-content:space-between;padding:25px 0}
#sh_ft .wrap .bottom .left{display:flex;align-items:center;gap:10px;flex:1}
#sh_ft .wrap .bottom .copyright{font-family:var(--e-font);font-size:16px}
#sh_ft .wrap .bottom .adm{display:flex;gap:10px;margin:0 50px 0 auto}
#sh_ft .wrap .bottom .adm a{font-size:17px;color:#fff}
#sh_ft .wrap .bottom .to_top{display:flex;flex-direction:column;align-items:center;font-family:var(--e-font-gothic);font-size:16px;cursor:pointer}

/* 사이트맵 */
#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}
