@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:600,700');

/* 익스8 이하 */
#ie_lower{position:fixed;width:100%;top:0;left:0;z-index:100;padding:7px 0;border-bottom:1px solid #fff073;border-top:1px solid #fff073;text-align:center;background-color:#fffbd9;font-family:nanumgothic} 
#ie_lower span{font-weight:bold;color:#f96319}
#ie_lower a{display:inline-block;padding-left:10px;color:#888}
#ie_lower a:hover{text-decoration:underline} 

#sh_wrapper{position:relative;min-width:1700px;width:100%}
#sh_wrapper, #sh_wrapper *, #sh_wrapper *:before, #sh_wrapper *:after{box-sizing:border-box}

/* NAV */
#sh_hd{position:relative;z-index:15;min-width:1100px;width:100%;margin:0 auto;font-family:'notokr-regular'}

/* MAIN */
#main_banner{position:relative;width:100%;background-color:#1a1a1d}
#sh_section{ overflow:hidden;position:relative;font-family:'notokr-regular'}

/* SNB */
#sh_aside{position:relative;z-index:20;width:1100px;margin:-30px auto 0;background-color:#fff;box-shadow:1px 1px 5px 3px rgba(0, 0, 0, .06)}

/* CONT */
#sh_container{position:relative;z-index:10;min-width:1100px}
#sh_container_wrapper{position:relative;z-index:5;width:1100px;margin:0 auto;zoom:1}
#sh_container_wrapper:after{display:block;visibility:hidden;clear:both;content:""}
#sh_content{z-index:4;position:relative;width:1100px;min-height:500px;margin:75px auto;zoom:1;font-family:'notokr-regular'}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}

/* FOOTER */
#sh_ft{overflow:hidden;position:relative;z-index:10;width:100%;font-size:14px;line-height:1.8;color:#7c7c7c;letter-spacing:-.1px;background-color:#1f1f29;font-family:'notokr-regular'} 
#sh_ft .inner{overflow:hidden;position:relative;width:1100px;height:300px;margin:0 auto}
#sh_ft .inner .add{width:57%}
#sh_ft .inner h1{padding-top:65px;font-size:16px;color:#fff;font-family:'notokr-medium'}
#sh_ft .inner ul{overflow:hidden;margin:22px 0}
#sh_ft .inner ul li{float:left;color:#fff}
#sh_ft .inner ul li:after{content:"";display:inline-block;width:1px;height:12px;margin:0 18px;font-size:13px;color:#fff;letter-spacing:.5px;background-color:#505050}
#sh_ft .inner ul li:last-child:after{display:none}
#sh_ft .inner ul li span{padding-right:5px;letter-spacing:.3px;color:#979797;font-family:'notokr-medium'}
#sh_ft .inner .ft_map{overflow:hidden;position: absolute;right:0;top:0;width:360px;height:300px;background-color:#2b2b2b}
#sh_ft .inner .ft_map iframe{width:100%;height:100%;opacity:.5;filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");filter:gray;-webkit-filter:grayscale(100%);-webkit-transition:all .3s;transition:all .3s}
#sh_ft .inner .ft_map iframe:hover{opacity:1;filter:none;-webkit-filter:grayscale(0)}
#sh_ft .copy{font-size:13px;line-height:55px;color:#777;background-color:#fff}
#sh_ft .copy .inner{height:auto}
#sh_ft .copy b{font-weight:normal;font-family:'notokr-bold'}
#sh_ft .copy p{float:right}
#sh_ft .copy p a{margin-left:5px}

/* 사이트맵 */
a{text-decoration:none !important}
a:hover{text-decoration:none !important}

#sh_site_map{width:100%;position:relative;min-height:500px;height:500px auto;margin:0 auto}
.sh_site_map01{width:30%;float:left;margin-right:3%;min-height:200px;height:200px auto}
.sh_site_map_title{font-size:1.4em;color:#515151}
.sh_site_map_title a{color:#515151}
.sh_site_map_line{border-bottom:2px solid #8b8b8b;margin:10px 0}
.sh_site_map_box{width:90%;margin:0 auto;background:#f7f7f7;border-bottom:1px solid #ebebeb;border-top:1px solid #ebebeb;min-height:80px}
.sh_site_map_txt{font-size:1em;line-height:1.2em;color:#666;font-weight:bold;padding:5px}
.sh_site_map_txt a{color:#666}