@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=Ysabeau:ital,wght@0,1..1000;1,1..1000&display=swap');

:root{--k-font:'Pretendard';--e-font:"Ysabeau", sans-serif;--primary:#111}
body{font-size:0.81em;font-weight:400;font-family:var(--k-font)}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-weight:400;font-family:var(--k-font)}
#device_change{border:1px solid #666;font-size:3.5em;box-shadow:none} 
*{-webkit-text-size-adjust:none}
#sh_wrapper{position:relative;width:100%;font-size:15px;font-weight:400;color:#777;line-height:1.8;word-break:keep-all;font-family:var(--k-font)}
#goToDesign{z-index:21}
/* =========================== HEADER */
#sh_hd{position:relative;z-index:20;min-width:1710px;width:100%}
#sh_hd.sub{position:absolute}

/* =========================== MAIN */
#sh_section{overflow:hidden;position:relative;font-size:15px;font-weight:400;font-family:var(--k-font)}
#sh_section::before{content:"";display:block;position:absolute;top:0;right:38%;width:1px;height:100%;z-index:-1;background:#f1f1f1}
#sh_section::after{content:"";display:block;position:absolute;top:0;left:37.8%;width:1px;height:100%;z-index:-1;background:#f1f1f1}
#sh_section .line_bg{position:relative}
#sh_section .line_bg::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:1400px;width:100%;height:100%;border-left:1px solid #f1f1f1;border-right:1px solid #f1f1f1}

/* =========================== CONTAINER */
#sh_container{position:relative;width:100%;min-width:1710px;z-index:0}
#sh_container_wrapper{position:relative;width:100%}
#sh_container_wrapper:after{display:block;visibility:hidden;clear:both;content:""}

/* ========================== SNB */
#sh_sub_wrap{position:relative;font-family:var(--k-font)}

/* ========================== CONTENT */
#sh_content{position:relative;z-index:4;width:1200px;min-height:500px;padding:0;margin:70px auto 80px;line-height:1.6;color:#888;zoom:1}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}

/* ========================== FOOTER */
#sh_ft{min-width:1710px;padding:100px 0 70px;font-size:16px;font-weight:400;color:#fff;line-height:1.65;background:#000;font-family:var(--e-font),var(--k-font)}
#sh_ft .top{display:flex;align-items:flex-start;justify-content:space-between;padding:0 260px 90px;border-bottom:1px solid rgba(255, 255, 255, 0.1)}
#sh_ft .bottom{padding:75px 260px 0}
#sh_ft .bottom .txt{padding-bottom:100px;font-size:15px;line-height:1.8;color:rgba(255, 255, 255, 0.3);font-family:var(--k-font)}
#sh_ft .ft_mn{display:flex}
#sh_ft .ft_mn > li+li{margin-left:85px}
#sh_ft .ft_mn > li > a{font-size:15px;font-weight:500}
#sh_ft .ft_mn li a{color:#fff}
#sh_ft .ft_mn li ul{margin-top:35px}
#sh_ft .ft_mn li ul li+li{margin-top:10px}
#sh_ft .ft_mn li ul a{font-size:15px;color:rgba(255, 255, 255, 0.3);transition:all .3s;font-family:var(--k-font)}
#sh_ft .ft_mn li ul a:hover{color:rgba(255, 255, 255, 0.6)}
#sh_ft .copy{display:flex;justify-content:space-between;align-items:flex-end;font-size:16px;font-weight:500;color:rgba(255, 255, 255, .2)}
#sh_ft .links{display:flex}
#sh_ft .links a{padding:10px 18px;font-size:13px;font-weight:400;color:rgba(255, 255, 255, .3);line-height:1;background:rgba(255, 255, 255, .2);transition:all .3s}
#sh_ft .links a+a{margin-left:10px}
#sh_ft .links a:hover{background:var(--primary);color:#fff}
#sh_ft .toTop{cursor:pointer;display:flex;align-items:center;justify-content:center;transform:rotate(-45deg);width:94px;height:94px;border-radius:100%;color:rgba(255, 255, 255, .4);background: rgba(255, 255, 255, .1);transition:all .3s}
#sh_ft .toTop svg{width:28px;height:28px}
#sh_ft .toTop:hover{color:#fff}

/* 사이트맵 */
#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}
