@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 */ 
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root{--k-font:'Pretendard';--e-font:'Outfit';--point-color:#c60505;--primary:#c60505}
*{-webkit-text-size-adjust:none}
body{background:#fff;font-size:0.81em;font-family:var(--k-font);color:#000}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:var(--k-font), var(--e-font)}
#device_change{width:50%;border:1px solid #666;font-size:3.5em;box-shadow:none} 

figure{margin:0}

/* HEADER */
#sh_hd{position:fixed;left:0;top:0;bottom:0;z-index:15;width:260px;font-size:15px;background:#fff;box-shadow:4px 0px 5px 0px rgba(0,0,0,0.07);font-family:var(--e-font),var(--k-font)}

/* MAIN */
#sh_section{position:relative;font-size:16px;font-weight:500;line-height:1.65;font-family:var(--e-font),var(--k-font)}
#sh_section *{word-break:keep-all}

/* CONTAINER */
#sh_container{position:relative;z-index:10;min-width:1660px;padding-left:260px}
#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}

/* CONTACT 버튼 */
#fix-contact{position:fixed;top:60px;right:40px;z-index:2}
#fix-contact .btn--primary.link-contact{font-size:16px;background-color:var(--point-color);color:#fff;transition:min-width .1s ease}
#fix-contact .btn--primary.link-contact .btn__tit{display:block;opacity:1;visibility:visible;transition:opacity 0.3s }
#fix-contact .btn--primary.link-contact .material-symbols-outlined{font-variation-settings:'FILL' 1,'wght' 400,'GRAD' 0,'opsz' 24;font-size:20px}
#fix-contact.small .btn--primary.link-contact{min-width:53px;padding:0}
#fix-contact.small .btn--primary.link-contact .btn__tit{display:none;opacity:0;visibility:hidden}

/* 공통 타이틀 H2 */
#sh_container .group-title h2.tit{display:flex;align-items:center;gap:10px;margin-bottom:20px;font-family:var(--e-font);font-size:20px;font-weight:600;color:var(--point-color)}
#sh_container .group-title h2.tit::before{content:'';width:10px;height:10px;background-color:var(--point-color);transform:rotate(45deg)}

/* 공통 타이틀마스크*/
#sh_container .cont__top{display:flex;justify-content:space-between;align-items:flex-end;padding:0 115px 65px 0}
#sh_container .cont__top .tit-area{display:flex;gap:18px;align-items:flex-end}
#sh_container .cont__top .tit-area h3.cont-tit span{display:inline;font-family:var(--e-font);font-size:56px;font-weight:600;line-height:1.28;color:rgba(0,0,0,0.1);background-image:linear-gradient(#000, #000);background-clip:text;background-repeat:no-repeat;background-size:0% 100%;transition:background-size 0.1s linear}
#sh_container .cont__top .tit-area .cont-subtit{display:inline-block;font-size:20px;color:#aaaaaa;padding-bottom:4px}

/* 버튼 공통 */
#sh_container .btn--primary{all:unset;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:180px;height:53px;padding:0 20px;font-family:var(--e-font);font-weight:600;text-transform:uppercase;background-color:#f7f7f7;box-sizing:border-box;border-radius:100px;cursor:pointer;transition:background-color .3s, color .3s}
#sh_container .btn--primary:not(.btn--primary.contact):hover{background-color:var(--point-color);color:#fff}
#sh_container .link-more span{color:var(--point-color);transition:color .3s}
#sh_container .link-more:hover span{color:#fff}

/* FOOTER */
#sh_ft{min-width:1660px;padding-left:260px}
#sh_ft .flex{display:flex;justify-content:space-between}
#sh_ft .flex .fl-l{display:flex;flex-direction:column;gap:100px;flex:1;padding:80px 115px 50px;background-color:#f7f7f7}
#sh_ft .flex .fl-l .ft_mn{display:flex;gap:80px}
#sh_ft .flex .fl-l .ft_mn > li > a{font-size:16px;font-weight:600;white-space:nowrap}
#sh_ft .flex .fl-l .ft_mn li ul{display:flex;flex-direction:column;gap:15px;margin-top:40px}
#sh_ft .flex .fl-l .ft_mn li ul a{font-size:14px;color:#777;white-space:nowrap;transition:color .3s}
#sh_ft .flex .fl-l .ft_mn li ul a:hover{color:#000}
#sh_ft .flex .fl-l .siteinfo-wrap{display:flex;align-items:center;gap:30px}
#sh_ft .flex .fl-l .siteinfo-wrap .copy{display:flex;justify-content:space-between;align-items:center;gap:5px;font-size:14px;font-weight:600}
#sh_ft .flex .fl-l .siteinfo-wrap .copy .link-license{font-size:12px;font-weight:400;color:rgba(0, 0, 0, 0.2)}
#sh_ft .flex .fl-l .siteinfo-wrap .links{display:flex;gap:10px}
#sh_ft .flex .fl-r{display:flex;flex-direction:column;justify-content:space-between;width:605px;padding:80px 115px 50px 70px;background-color:#000;color:#fff}
#sh_ft .flex .fl-r .info{display:flex;flex-direction:column}
#sh_ft .flex .fl-r .info .tel{padding-bottom:28px;font-family:var(--e-font);font-size:30px;font-weight:700}
#sh_ft .flex .fl-r .info .e-mail{padding-bottom:50px;font-family:var(--e-font);font-size:18px;line-height:1.2;font-weight:600}
#sh_ft .flex .fl-r .info address{font-size:15px;line-height:1.4;font-style:normal;color:rgba(255,255,255,0.6)}
#sh_ft .flex .fl-r .ft_menu{display:flex;gap:18px}
#sh_ft .flex .fl-r .ft_menu li .link-menu{font-size:14px;color:#fff;font-weight:500;cursor:pointer}
#sh_ft .flex .fl-r .ft_menu li .link-menu.privacy{color:var(--point-color)}

#sh_ft .info ul{margin:50px 0}
#sh_ft .info ul li{display:flex;align-items:baseline}
#sh_ft .info ul li+li{margin-top:10px}
#sh_ft .info ul li span{opacity:.3;width:110px;font-weight:600}
#sh_ft .info .links{display:flex}
#sh_ft .info .links a{padding:10px 18px;font-size:12px;font-weight:600;color:rgba(255, 255, 255, .3);line-height:1;background:rgba(255, 255, 255, .1)}
#sh_ft .info .links a+a{margin-left:4px}

/* 사이트맵 */
#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}