@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body{background:#fff;font-size:0.81em;font-family:"notokr-regular"}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:"notokr-regular"}
*{-webkit-text-size-adjust:none}
#device_change{position:relative;bottom:0;z-index:20;width:100%;border:1px solid #666;font-size:3.5em;box-shadow:none}

/* HEAD */
#sh_hd{position:relative;z-index:10;min-width:1100px;border-top:5px solid #21396b;} 
#sh_hd_wrapper{position:relative;width:1100px;margin:0 auto}

/* CONT */
#sh_container{position:relative;z-index:5;min-width:1100px}
#sh_container_wrapper{position:relative;width:100%;z-index:5;margin:0 auto}
#sh_container_wrapper.sub{overflow:hidden;width:1100px}
#sh_content{position:relative;float:right;padding:15px;width:820px;min-height:500px;zoom:1;z-index:4;box-sizing:content-box}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}
#sh_content_title{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;max-width:1100px;width:100%;margin:25px auto;font-size:14px;color:#888;font-family:'notokr-regular'}
#sh_content_title span{line-height:2}
#sh_content_title i{padding:0 2px}
#sh_content_title b{font-size:26px;font-weight:normal;color:#333;font-family:'notokr-bold'}
#sh_content_title strong{font-weight:normal;font-family:'notokr-medium'}

/* SNB */ 
#sh_aside{float:left;width:220px;font-family:'notokr-regular'}

/* FOOTER */
#sh_ft{position:relative;min-width:1100px;z-index:10;margin-top:50px;font-size:13px;color:#999;line-height:1.6;background:#f2f2f2;font-family:'notokr-regular'}
#sh_ft .bar{margin-top:35px;background-color:#f5f5f5}
#sh_ft ul{display:flex;width:1100px;margin:0 auto}
#sh_ft ul li{display:flex;align-items:center;height:35px}
#sh_ft ul li+li:before{content:"";width:1px;height:10px;margin:0 10px;background-color:#ccc}
#sh_ft ul li a{color:#999;font-family:'notokr-medium'}
#sh_ft .inner{display:flex;align-items: flex-start;position:relative;width:1100px;margin:0 auto;padding:40px 0 20px}
#sh_ft .inner img{margin-right:40px}
#sh_ft .inner strong{font-weight:normal;font-family:'notokr-medium'}
#sh_ft .ft_icon{position:absolute;right:0px;bottom:20px}
#sh_ft .ft_icon a{display:inline-block;width:60px;height:20px;border:1px solid #ddd;border-radius:3px;font-size:10px;line-height:18px;text-align:center;color:#aaa;font-family:'notokr-medium'}

/* 사이트맵 */
#sh_site_map{position:relative;width:100%;font-family:'notokr-regular'}
#sh_site_map > div{width:32%;float:left;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}
