@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:#278bda;--enfont:'Poppins'}

/* =========================== HEADER */
#sh_hd{position:fixed;z-index:15;width:100%;min-width:1500px;font-size:15px;font-family:'Poppins','Pretendard'}
#sh_hd.sub{position:relative}

/* =========================== MAIN */
#sh_section{overflow:hidden;position:relative;min-width:1500px;font-size:16px;line-height:1.6;color:rgba(255,255,255,.6);font-family:'Pretendard'}

/* =========================== CONTAINER */
#sh_container{position:relative;z-index:10;min-width:1500px;width:100%}
#sh_content{overflow:hidden;position:relative;z-index:10;width:100%;max-width:1300px;min-height:550px;padding:70px 0;margin:0 auto;background:#fff}

/* =========================== FOOTER */
#sh_ft{min-width:1500px;padding:50px 5% 30px;font-size:15px;font-weight:400;color: rgba(255,255,255,0.7);line-height:1.8;background:#020305;font-family:'Poppins','Pretendard'}
#sh_ft a{color:#fff}
#sh_ft .flex{display:flex;align-items:flex-end;padding-bottom:40px;margin-bottom: 40px;border-bottom:1px solid rgba(255,255,255,.2);font-weight:500}
#sh_ft .info{display:flex;flex-direction:column}
#sh_ft .info .links{padding-bottom:20px}
#sh_ft .info .links a{position:relative;margin-left:36px}
#sh_ft .info .links a:after{position:absolute;content:'';right:-20px;top:50%;transform:translateY(-50%);width:1px;height: 12px;background: rgb(255 255 255 / 40%);}
#sh_ft .info .links a:nth-child(1){margin-left:0}
#sh_ft .info .links a:last-child:after{display:none}
#sh_ft .info ul{display:flex;margin-left:auto;font-weight:500}
#sh_ft .info ul li+li{margin-left:40px}
#sh_ft .copy{display:flex;justify-content:space-between;padding-top:60px;font-size:14px;color:rgba(255,255,255,.4)}
#sh_ft .copy a{color:rgba(255,255,255,.4)}
#sh_ft .copy a+a{margin-left:20px}

/* 사이트맵 */
#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}
