@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');/* regular-400, medium-500, semibold-600, bold-700 */ 

*{-webkit-text-size-adjust:none}
body{background:#fff;font-size:0.81em;font-family:'pretendard'}
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{--primary:#f68a39}

/* =========================== HEADER */
#sh_hd{position:fixed;z-index:20;width:100%;font-size:15px;font-family:'pretendard'}

/* =========================== MAIN */
#sh_fullpage {overflow:hidden;position:relative;height:100vh;font-size:16px;font-weight:400;color:#777;line-height:1.8;font-family:'Pretendard'}
.btn-box{text-align:center}
.btn-box .txt{display:block;font-size:1.375em;letter-spacing:0.04545;color:var(--primary);font-weight:600}
.btn-box .more-btn{display:flex;position:relative;width:70px;height:70px;padding:0 0 2px 2px;border-radius:50%;line-height:1;color:#fff;background:var(--primary);filter:drop-shadow(2px 8px 15px var(--primary))}
.btn-box .more-btn > span:nth-child(2){animation-delay:0.5s}
.btn-box .more-btn > span:nth-child(3){animation-delay:1s}
.btn-box .more-btn > span{position:absolute;left:0;top:0px;opacity:0;margin:0;width:100%;height:100%;border:1px solid rgba(250, 166, 26, 0.5);border-radius:50%;animation:active-circle 1.5s cubic-bezier(1, 2, 0.66, 3) infinite}
.btn-box .more-btn > i{margin:auto;font-size:29px;transition:transform 0.4s}
.btn-box .more-btn:hover > i{transform:rotate(270deg)}
@keyframes active-circle{0%{-webkit-transform:scale(1);transform:scale(1);opacity:0.5}50%{opacity:1.0}100%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}

/* =========================== CONTAINER */
#sh_container{position:relative;z-index:10;width:100%;}
#sh_container_wrapper.sub{min-width:1200px;padding-top:160px}
#sh_content{overflow:hidden;position:relative;z-index:10;width:100%;max-width:1200px;min-height:550px;padding:70px 0;margin:0 auto;background:#fff}

/* =========================== FOOTER */
#toTop{pointer-events:none;opacity:0;cursor:pointer;position:fixed;right:30px;bottom:10%;z-index:101;display:flex;width:65px;height:65px;margin-bottom:-50px;border-radius:100%;background:#fff;transition:all .2s;box-shadow:2px 2px 18px rgba(0, 0, 0, .1)}
#toTop svg{margin:auto;color:#000}
#toTop.on{pointer-events:auto;opacity:1;margin-bottom:0}
#toTop:hover{box-shadow:4px 4px 18px rgba(0, 0, 0, .15)}
#sh_ft{position:relative;z-index:10;width:100%;padding:0 90px;font-size:13px;color:#6d6769;background-color:#050505;font-family:'pretendard'} 
#sh_ft.sub{min-width:1200px}
#sh_ft_wrapper{position:relative;margin:0 auto;padding:100px 0 80px}
#sh_ft .top{display:flex;align-items:center;justify-content:space-between;padding-bottom:60px}
#sh_ft .top div{display:flex;align-items:right;gap:20px}
#sh_ft .top div a{font-size:17px;font-weight:600;color:rgba(255, 255, 255, 0.3);cursor:pointer}
#sh_ft .bottom{display:flex;align-items:flex-start;justify-content:space-between;padding-top:80px;border-top:1px solid rgba(255, 255, 255, 0.15)}
#sh_ft .bottom > ul{width:100%}
#sh_ft .bottom > ul > li{display:flex;align-items:center}
#sh_ft .bottom > ul > li+li{margin-top:15px}
#sh_ft .bottom > ul > li p{width:20%;font-size:16px;font-weight:600;color:rgba(255, 255, 255, 0.3);font-family:"poppins"}
#sh_ft .bottom > ul > li span{font-size:15px;font-weight:500;color:#fff}
#sh_ft .ft_nav{width:100%}
#sh_ft .ft_nav>ul{float:right;display:flex;align-items:flex-start;gap:65px}
#sh_ft .ft_nav>ul>li>a{font-size:16px;font-weight:600;color:#fff}
#sh_ft .ft_nav>ul>li:last-child>a{padding-right:0}
#sh_ft .ft_nav .ft_smenu{margin-top:15px}
#sh_ft .ft_nav .ft_smenu li a{font-size:16px;font-weight:400;line-height:34px;color:rgba(255, 255, 255, 0.3)}
#sh_ft .copy_wrap{padding-bottom:80px;background:#050505}
#sh_ft .copy{overflow:hidden;height:57px;margin:0 auto;line-height:57px}
#sh_ft .copy p{float:right;font-size:15px;font-weight:500;color:rgba(255,255,255,0.3);font-family:"poppins","pretendard"}
#sh_ft .copy ul{float:left;display:flex;align-items:center;justify-content:center;gap:32px;position:relative;width:178px;height:48px;border-radius:24px;background:rgba(255, 255, 255, 0.05)}
#sh_ft .copy ul li a{font-size:13px;font-weight:500;color:rgba(255,255,255,0.3);font-family:"poppins"}
#sh_ft .copy ul::before{content:"";display:inline-block;position:absolute;left:48%;width:1px;height:9px;background-color:rgba(255, 255, 255, 0.2)}

/* 사이트맵 */
#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}

