@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

* {-webkit-text-size-adjust:none}
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'}
#device_change{border:1px solid #666;font-size:3.5em;box-shadow:none} 
:root{--primary:#f1b22c}

/* head 전체 100% 혹은 min-width 사용 */
#sh_wrapper, #sh_wrapper , #sh_wrapper :before, #sh_wrapper *:after{box-sizing:border-box}
#sh_wrapper{min-width:1600px}
#sh_hd {position:relative;z-index:999;min-width:1600px} 

/* head 센터 및 넓이 지정 */
#sh_hd_wrapper {position:absolute;width:100%;border-bottom:1px solid rgba(255,255,255,0.2)}
#sh_hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""} 

/* SUB */
#sub_main_banner{overflow:hidden;position:relative;min-width:1200px;width:100%;height:450px;font-family:'notokr-regular'}

/* SNB */
#sh_aside{position:relative;z-index:15;width:100%;font-family:'notokr-medium'}
#sh_aside:after{display:block;content:"";position:absolute;left:0;bottom:0;z-index:-1;width:100%;height:1px;background-color:#e1e1e1}
#sh_aside_wrapper{position:relative;width:1396px;margin:0 auto;zoom:1}

/* CONTENT */
#sh_content{position:relative;z-index:4;width:1200px;min-height:580px;margin:0 auto;padding:70px;border-left:1px solid #e1e1e1;border-right:1px solid #e1e1e1}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}

/* 하단 */
#index_ft{padding:48px 0;border-top:1px solid #ddd;font-size:14px;line-height:24px;text-align:center;color:#777;background-color:#fff;font-family:'notokr-regular'}
#index_ft span{font-size:16px;line-height:48px;color:#333;font-family:'notokr-bold'}
#sh_ft{z-index:10;position:relative;min-width:1200px;border-top:1px solid #e4e4e4}
.copy{padding:22px 0;border-top:1px solid #e1e1e1;font-size:14px;color:#777;font-family:'notokr-regular';background:#fff}
.copy .copy_wrap{overflow:hidden;width:1200px;margin:0 auto}
.copy b{font-weight:normal}
.copy .icon{float:right;display:flex;align-items:center;justify-content:center;gap:10px}
.copy .icon a{margin-left:13px;font-size:13px;color:#999;font-family:'Poppins',sans-serif}

/* 사이트맵 */
#sh_site_map{width:100%;position:relative;min-height:500px;margin:0 auto}
#sh_site_map .sh_site_map01{width:30%;float:left;margin-right:3%;min-height:200px;height:200px}
#sh_site_map .sh_site_map_title{font-size:1.4em;color:#515151}
#sh_site_map .sh_site_map_title a{color:#515151}
#sh_site_map .sh_site_map_line{border-bottom:2px solid #8b8b8b;margin:10px 0}
#sh_site_map .sh_site_map_box{width:100%;margin:0 auto;background:#f7f7f7;border-bottom:1px solid #ebebeb;border-top:1px solid #ebebeb;min-height:80px;padding:10px 0}
#sh_site_map .sh_site_map_txt{font-size:1em;line-height:1.2em;color:#666;font-weight:bold;padding:5px 15px}
#sh_site_map .sh_site_map_txt a{color:#666}

/* 로그인/ 회원가입 */
.sh_tip{display:flex;align-items:center;justify-content:center;gap:10px}
.sh_tip li a{font-size:13px;color:#999;font-family:"poppins"}