@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 */ 

/* 250701 font 추가 : Outfit, Anton, Instrument-serif */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');


*{-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:#1e1e1e;--point:#DE5126;--ani:cubic-bezier(.26,1.04,.54,1);--k-font:'Pretendard';--e-font:"Anton",sans-serif;--e-font-instrument:"Instrument Serif",serif;--e-font-outfit:"Outfit",sans-serif}

/* HEADER */
#sh_hd{position:relative;z-index:15;min-width:1730px;width:100%;font-size:15px;font-family:var(--e-font),var(--k-font);background-color:#F4F0EE}
#sh_hd.sub{position:absolute;background-color:transparent}

/* MAIN */
#sh_section{position:relative;min-width:1730px;font-size:15px;font-weight:500;line-height:1.65;color:#111;font-family:var(--e-font),var(--k-font)}
#sh_section *{word-break:keep-all}
#sh_section .br{white-space:pre-line}
#sh_section .tit_area{display:flex;align-items:center;gap:10px;padding:15px 25px}
#sh_section .tit_area h3{font-size:16px;font-weight:normal;font-family:var(--e-font)}
#sh_section .tit_area span{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50px;font-size:14px;color:#111;background:#fff}

/* CONTAINER */
#sh_container{position:relative;z-index:10;min-width:1730px;background-color:#F4F0EE}
#sh_container.sub{background:#fff}
#sh_sub_wrap{position:relative}
#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 */
#sh_ft{overflow:hidden;position:relative;display:flex;flex-direction:column;align-items:center;z-index:20;min-width:1730px;font-size:13px;font-family:var(--e-font),var(--k-font);line-height:2;color:#111;background:#F4F0EE}
#sh_ft .ft__hero{display:grid;width:100%}
#sh_ft .ft__hero > *{grid-column:1;grid-row:1;padding:97px 0;color:#fff}
#sh_ft .ft__hero h2{font-family:var(--e-font);font-size:150px;font-weight:400;line-height:100%;text-align:center}
#sh_ft .ft__hero h2 i{font-family:var(--e-font-instrument);font-size:170px;line-height:100%;font-style:italic}
#sh_ft .ft__hero .background-orange{background-color:var(--point)}
#sh_ft .ft__hero .path a.color-white{color:#fff}
#sh_ft .ft__hero a.color-orange{color:var(--point)}
#sh_ft .ft__inner{display:flex;flex-direction:column;gap:130px;min-width:1061px}
#sh_ft .ft__inner .top{display:flex;justify-content:space-between;gap:135px;max-width:1061px}
#sh_ft .ft__inner .top .ft__nav ul{display:flex;gap:25px;white-space:nowrap}
#sh_ft .ft__inner .top .ft__nav a{font-family:var(--e-font);font-size:18px;font-weight:400;text-transform:uppercase;color:var(--point)}
#sh_ft .ft__inner .top .ft__company-info ul{display:flex;gap:73px}
#sh_ft .ft__inner .top .ft__company-info li{display:flex;flex-direction:column;font-family:var(--k-font)}
#sh_ft .ft__inner .top .ft__company-info h2{padding-bottom:18px;font-family:var(--e-font-instrument);font-size:25px;font-weight:400;line-height:100%;color:var(--point)}
#sh_ft .ft__inner .top .ft__company-info li >*:not(h2){font-size:13px;font-weight:500;line-height:25px}
#sh_ft .ft__inner .top .ft__company-info li address{max-width:174px;font-style:normal}
#sh_ft .ft__inner .btm{display:flex;justify-content:space-between;font-family:var(--k-font);color:#111}
#sh_ft .ft__inner .btm .copyright{display:flex;gap:5px;font-size:13px;font-weight:300;line-height:100%}
#sh_ft .ft__inner .btm .copyright .link-license{font-size:12px;color:rgba(0,0,0,0.2)}
#sh_ft .ft__inner .btm .link a{opacity:.5;transition:all .3s}
#sh_ft .ft__inner .btm .link a~a{margin-left:10px}
#sh_ft .ft__inner .btm .link a:hover{opacity:1}


/* 사이트맵 */
#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}