@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 */ 
@font-face{font-family:'SBAggroM';src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroM.woff') format('woff');font-weight:normal;font-style:normal}
@font-face{font-family:'SBAggroB';src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff');font-weight:normal;font-style:normal}
@font-face{font-family:'SBAggroL';src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroL.woff') format('woff');font-weight:normal;font-style:normal}


*{-webkit-text-size-adjust:none}
body{background:#fff;font-size:0.81em;font-family:var(--k-font)}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:var(--k-font)}
#device_change{width:50%;border:1px solid #666;font-size:3.5em;box-shadow:none} 

:root{--primary:#079786;--mainsize:1200px;--k-font:'SBAggroL'}

/* =========================== HEADER */
#sh_hd{position:fixed;z-index:15;width:100%;font-size:15px;font-family:var(--k-font)}

/* =========================== MAIN */
#sh_section{overflow:hidden;position:relative;min-width:var(--mainsize);font-size:14px;line-height:1.6;color:#777;font-family:var(--k-font)}
#sh_section:before{position:absolute;content:'';top:400px;left:0;width:60%;height:530px;border-radius:0 60px 60px 0;opacity:.15;background:var(--primary)}
#sh_section *{word-break:keep-all}
#sh_section .sec_wrap{display:flex;justify-content:space-between;width:var(--mainsize);margin:60px auto 0;padding-top:90px}
#sh_section .tit p{font-size:20px;color:#111}
#sh_section .tit p b{font-weight:normal;font-family:'SBAggroM'}

/* =========================== SNB */
#sh_aside{position:relative;font-family:var(--k-font)}

/* =========================== CONTAINER */
#sh_container{position:relative;z-index:10;min-width:var(--mainsize);width:100%}
#sh_container_wrapper.sub{padding-top:90px}
#sh_content{overflow:hidden;position:relative;z-index:10;width:100%;max-width:var(--mainsize);min-height:550px;padding:70px 0;margin:0 auto;background:#fff}

/* =========================== FOOTER */
#sh_ft{position:relative;min-width:var(--mainsize);font-size:13px;color:#777;line-height:2;font-family:var(--k-font)}
#sh_ft .inner{display:flex;justify-content:space-between;max-width:var(--mainsize);margin:0 auto;padding:50px 0;align-items: center;}
#sh_ft .inner_flx{display:flex;gap:40px}
#sh_ft .info{padding:15px 0;background:#3f4e63}
#sh_ft .links{max-width:var(--mainsize);margin:0 auto}
#sh_ft .links a{color:#fff;cursor:pointer}
#sh_ft .links a:hover{text-decoration:underline}
#sh_ft .links a+a{margin-left:30px}
#sh_ft .cs dl{display:flex;align-items:center;gap:20px;line-height:1.5}
#sh_ft .cs dt{color:#aaa}
#sh_ft .cs dd{font-size:18px;color:#111;font-family:'SBAggroM'}
#sh_ft .cs p{margin-top:10px;border-radius:50px;border:1px solid #e1e1e1;text-align:center;background:#f2f2f2}
#sh_ft .cs p b{margin-right:5px;color:#111}
#sh_ft .vol_bnr{margin-top:15px;width: 30%;}
#sh_ft .vol_bnr a{position:relative;display:flex;align-items:center;gap:15px;height:100px;padding:0 25px;border-radius:13px;color:#fff;background:var(--primary);transition:all .3s}
#sh_ft .vol_bnr a:hover{background:#057164}
#sh_ft .vol_bnr a img{position:absolute;bottom:22px;left:30px}
#sh_ft .vol_bnr a div{margin-left:auto;padding-right:10px}
#sh_ft .vol_bnr a p{font-size:17px;font-family:'SBAggroM'}
#sh_ft .vol_bnr a span{opacity:.5}

/* 사이트맵 */
#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}
