@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');/* regular-400, medium-500, semibold-600, bold-700 */ 

*{-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:#0e819e;--k-font:'Pretendard';--e-font:'Poppins';--easing:cubic-bezier(.16,1,.64,1)}
figure{margin:0}
.material-symbols-outlined{font-size:19px!important;font-variation-settings:'FILL' 1}

/* HEADER */
#sh_hd{position:fixed;z-index:15;width:100%;min-width:1360px;font-size:15px;font-family:var(--e-font),var(--k-font)}
#sh_hd.sub{position:absolute}

/* MAIN */
#sh_section{overflow:hidden;position:relative;min-width:1360px;font-size:16px;font-weight:500;line-height:1.65;color:#777;font-family:var(--e-font),var(--k-font)}

/* CONTAINER */
#sh_container{position:relative;z-index:10;min-width:1360px;width:100%}
#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{min-width:1360px;padding:100px 100px;font-size:16px;font-weight:400;color:#fff;line-height:1.65;background:#111;font-family:var(--e-font),var(--k-font)}
#sh_ft .flex{display:flex;justify-content:space-between}
#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-size:17px;font-weight:600;font-family:'jost'}
#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_ft .ft_mn{display:flex}
#sh_ft .ft_mn > li+li{margin-left:70px}
#sh_ft .ft_mn > li > a{font-size:18px;font-weight:600}
#sh_ft .ft_mn li a{color:#fff}
#sh_ft .ft_mn li ul{margin-top:20px}
#sh_ft .ft_mn li ul li+li{margin-top:10px}
#sh_ft .ft_mn li ul a{opacity:.3;transition:all .3s}
#sh_ft .ft_mn li ul a:hover{opacity:.6}
#sh_ft .copy{display:flex;justify-content:space-between;margin-top:65px;padding-top:40px;border-top:1px solid rgba(255, 255, 255, .1);font-size:15px;color:rgba(255, 255, 255, .3)}
#sh_ft .toTop{cursor:pointer;width:70px;height:70px;color:rgba(255, 255, 255, .4);text-align:center;line-height:88px;background: rgba(255, 255, 255, .1);transition:all .3s}
#sh_ft .toTop svg{width:32px;height:32px}
#sh_ft .toTop:hover{color:#fff;background:var(--primary)}

/* 사이트맵 */
#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}
