@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=Play:wght@400;700&display=swap');

:root{--primary:#ff5c00;--gray-font:rgba(255,255,255,0.5);--main-size:1644px;--k-font:'Pretendard';--e-font:'play'}
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{position: relative;z-index:10;width:50%;border:1px solid #666;font-size:3.5em;box-shadow:none} 


/* =========================== HEADER */
#sh_hd{position:relative;z-index:50;width:100%;min-width:var(--main-size);font-family:var(--k-font)}
#sh_hd.sub{position:absolute}

/* =========================== MAIN  */
#sh_section{position:relative;margin-top:890px;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}

/* 버튼 */
.btn--primary{display:flex;align-items:center;justify-content:center;border-radius:100px}
.btn--l{font-size:17px}
.btn--s{justify-content:space-evenly;width:70px;height:70px;transition:background-color 0.2s,border 0.2s}

/* 타이틀 */
.group-title h2{padding-bottom:20px;font-family:var(--e-font);font-size:16px;font-weight:700;color:var(--primary);text-transform:uppercase}
.group-title h3{padding-bottom:45px;font-size:50px;line-height:1.16;font-weight:700;white-space:pre-line}

/* =========================== CONTAINER */
#sh_container{position:relative;min-width:var(--main-size);width:100%;line-height:1.5}
#sh_container .inner{width:var(--main-size);margin:0 auto}
#sh_container #sh_sub_wrap{position:relative}
#sh_container .btn-wrap:hover .btn--s{background-color:var(--primary);border:1px solid var(--primary) !important}

#sh_content{position:relative;width:100%;max-width:1200px;min-height:550px;padding:70px 0;margin:0 auto;background:#fff}

/* =========================== FOOTER */
#sh_ft{position:relative;padding-bottom:64px;min-width:var(--main-size);font-size:16px;font-weight:400;color:#fff;line-height:1.65;background:#111;font-family:var(--e-font),var(--k-font)}
#sh_ft.sub{padding-top:64px}
#sh_ft .inner{display:flex;flex-direction:column;width:var(--main-size);margin:0 auto}
#sh_ft .top{display:flex;justify-content:space-between;padding-bottom:160px}
#sh_ft .top .fl-l{display:flex;flex-direction:column;gap:35px}
#sh_ft .top .fl-l .ft_mn{display:flex;align-items:center;gap:35px}
#sh_ft .top .fl-l .ft_mn li a{font-size:15px;color:var(--gray-font)}
#sh_ft .top .fl-l address{font-family:var(--k-font);font-size:14px;line-height:1.6;color:var(--gray-font);font-style:normal}
#sh_ft .top .fl-r dl{display:flex;flex-direction:column;gap:14px}
#sh_ft .top .fl-r dt{font-size:17px;font-weight:700;color:var(--gray-font)}
#sh_ft .top .fl-r dd{font-family:var(--e-font);font-size:40px;font-weight:700;line-height:100%;color:#fff}

#sh_ft .bottom{display:flex;justify-content:space-between;align-items:center}
#sh_ft .bottom .copy{display:flex;flex-direction:column;align-items:flex-end}
#sh_ft .bottom .copy small{font-size:13px;color:var(--gray-font)}
#sh_ft .links{display:flex;gap:18px;font-size:14px}
#sh_ft .links a{color:var(--gray-font)}

/* 사이트맵 */
#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}

/* 퀵메뉴 */
#quick-box{z-index:99;position:fixed;bottom:54px;right:50px;display:flex;flex-direction:column;align-items:flex-end;gap:8px}
#quick-box .btn--s{transition:width 0.2s;box-shadow:4px 4px 20px rgba(17, 17, 17, 0.3)}
#quick-box .btn--s.contact{background-color:var(--primary)}
#quick-box .btn--s.work{background-color:#333}
#quick-box .btn--s svg{stroke:#fff}
#quick-box .btn--s span{display:none;font-size:18px;font-weight:600;color:#fff}
#quick-box .btn--s:hover{width:180px}
#quick-box .btn--s:hover span{display:block}