@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=Montserrat:wght@700;800&family=Play:wght@700&display=swap');

*{-webkit-text-size-adjust:none}
:root{--primary:#01b18b}

html{scroll-behavior:smooth}
body{background:#fff;font-size:0.81em;font-family:'Nanum Gothic'}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'Nanum Gothic'}

#sh_wrapper{overflow:hidden;position:relative;max-width:1920px;min-width:1400px;width:100%;margin:0 auto;background-color:#f4f4f6}

/* ========================== HEADER */
#sh_hd{position:relative;z-index:15;min-width:1400px;width:100%;background:#f4f4f6}

/* ========================== MAIN */
#main_banner{position:relative;z-index:10;min-width:1400px;width:100%;overflow:hidden}

/* ========================== INDEX */
#sh_section{padding:0 45px;font-size:15px;line-height:1.5;color:#000;font-family:'Pretendard'}
#sh_section .main_tit{margin:0 0 125px 300px}
#sh_section .main_tit span{font-size:17px}
#sh_section .main_tit p{font-size:45px;font-weight:700;line-height:1.2;white-space:pre-line;;text-transform:uppercase;font-family:'Play', 'Pretendard'}

/* ========================== CONTAINER */
#sh_container{position:relative;min-width:1400px;width:100%;z-index:0}
#sh_container_wrapper{position:relative;width:100%;margin:0 auto;zoom:1;z-index:99}
#sh_container_wrapper.sub{width:95%;margin:40px auto;padding:60px 0;border-radius:40px;background:#fff}
#sh_container_wrapper:after{display:block;visibility:hidden;clear:both;content:""}

/* ========================== SNB */
#sh_aside{position:relative;z-index:15;width:100%;font-family:'Pretendard'}
#sh_aside_wrapper{overflow:hidden;position:relative;width:1400px;margin:0 auto;background:#fff;zoom:1}

/* ========================== CONTENT */
#sh_content{position:relative;z-index:4;width:1400px;min-height:580px;margin:0 auto;padding:100px 0 0;background:#fff}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}

/* ========================== FOOTER */
#sh_ft{position:relative;z-index:10;min-width:1400px;width:100%;font-size:14px;line-height:1.5;color:rgba(255,255,255,.2);background:#000;font-family:'Play', 'Pretendard'} 
#sh_ft a{color:#fff}

/* 하단 로고, sns, 회사정보 */
#sh_ft_wrapper{position:relative;padding:100px 0;text-align:center}
#sh_ft_wrapper ul{display:flex;gap:30px;justify-content:center;margin:35px 0}
#sh_ft_wrapper ul a:hover{text-decoration:underline}
#sh_ft .copy{position:relative;display:flex;justify-content:space-between;padding:20px 80px;border-top:1px solid rgba(255,255,255,10%);font-size:12px;color:rgba(255,255,255,.2)}
#sh_ft .adm_btn{display:flex;gap:10px}
#sh_ft .adm_btn a{color:rgba(255,255,255,.2);transition:all .3s}
#sh_ft .adm_btn a:hover{color:rgba(255,255,255,.7) !important}

/* 사이트맵 */
#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}

#device_change{border:1px solid #666;font-size:3.5em;box-shadow:none}