@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=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');
@font-face{font-family:'NexenTire';src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_eight@1.0/NEXEN_TIRE_Regular.woff') format('woff');font-weight:normal;font-display:swap}
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body{background:#fff;font-size:0.81em;font-family:'pretendard'}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'pretendard'}
.pl{white-space:pre-line}
#device_change{width:50%;border:1px solid #666;font-size:3.5em;box-shadow:none} 
:root{--primary:#e39d20;--dark:#070c16;--main-size:1600px;--gradient:linear-gradient(45deg, #e8a020, #e87920);--k-font:'Pretendard';--e-font:'Outfit'}
.space{padding:150px 0}

/* =========================== HEADER */
#sh_hd{position:absolute;z-index:50;width:100%;min-width:var(--main-size);font-family:var(--k-font)}
#sh_hd.sub{position:relative}

/* =========================== MAIN  */
#sh_section{position:relative;line-height:1.5;font-family:var(--e-font),var(--k-font)}
#sh_section .pl{white-space:pre-line}
#sh_section *{word-break:keep-all}
#sh_section .group_tit span{font-size:20px;font-weight:700;color:var(--primary)}
#sh_section .group_tit h3{margin:10px 0;font-size:50px;font-weight:700;color:#000;line-height:1.3}
#sh_section .group_tit div{font-size:18px;font-weight:500;color:#777}
#sh_section .group_tit a{display:inline-block;margin-top:30px;padding:15px 25px;border-radius:50px;border:1px solid #000;font-weight:600;color:#000;transition:all .3s}
#sh_section .group_tit a:hover{color:#fff;background:#000}

/* =========================== CONTAINER */
#sh_container{position:relative;min-width:var(--main-size);width:100%;font-size:17px;line-height:1.5}
#sh_container .inner{width:var(--main-size);margin:0 auto}
#sh_container #sh_sub_wrap{position:relative}
#sh_content{position:relative;width:100%;max-width:1200px;min-height:800px;padding:70px 0;margin:0 auto;background:#fff}

/* =========================== FOOTER */
#sh_ft{position:relative;padding:50px 8%;min-width:var(--main-size);font-size:14px;font-weight:400;color:#fff;line-height:1.65;background:var(--dark);font-family:var(--e-font),var(--k-font)}
#sh_ft .txt{display:flex;justify-content:space-between;margin:20px 0;padding:30px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}
#sh_ft .txt .ft_tit{font-size:17px;font-weight:700}
#sh_ft .txt .company_info{display:flex;gap:50px}
#sh_ft .txt .list ul li{display:flex;align-items:center}
#sh_ft .txt ul{margin-top:25px}
#sh_ft .txt ul li p{opacity:.5}
#sh_ft .txt ul li a{display:flex;gap:5px;font-weight:500;color:#fff}
#sh_ft .txt ul li a svg{width:18px}
#sh_ft .txt ul li+li{margin-top:10px}
#sh_ft .txt ul span{display:inline-block;width:85px;margin-right:30px;font-weight:500}
#sh_ft .txt .sns{width:150px}
#sh_ft .txt ul li a:hover{text-decoration:underline}
#sh_ft .bottom_txt{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:10px}
#sh_ft .bottom_txt .links a{font-size:12px;color:rgba(255,255,255,.3);transition:all .3s}
#sh_ft .bottom_txt .links a+a{margin-left:10px}
#sh_ft .bottom_txt .links a:hover{color:rgba(255,255,255,.8)}
#toTop{display:flex;justify-content:center;align-items:center;width:60px;height:32px;margin-left:auto;border-radius:5px;color:rgb(255, 255, 255, 0.6);transition:all .3s;background-color:#292929;cursor:pointer}
#toTop svg{width:20px}
#toTop:hover{color:#fff;background-color:var(--primary)}

/* 사이트맵 */
#sh_site_map{position:relative;width:100%}
#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-weight:700}
#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}