@charset "utf-8";
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'}
input[type=text], input[type=password], textarea {transition: unset}

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800');
* {-webkit-text-size-adjust:none;}

/* 익스8 이하  */
#ie_lower{position:fixed;z-index:9999;width: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 */
#sh_wrapper{position:relative;min-width:1200px}
#sh_wrapper, #sh_wrapper *{box-sizing:border-box}

/* HEADER */
#sh_hd{position:fixed;z-index:15;width:100%;min-width:1200px;border-bottom:1px solid rgba(255,255,255,.15);background-color:transparent;transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out}
#sh_hd.fixed{background-color:#b13327}
#sh_hd_wrapper{position:relative;width:100%;font-family:'notokr-medium'}
#sh_hd_wrapper:after{display:block;visibility:hidden;clear:both;content:""}

/* MAIN VISUAL */
#main_banner{position:relative;overflow:hidden;width:100%;background-color:#3b0f0c;font-family:'notokr-regular'}

/* INDEX */
#sh_container{overflow:hidden;position:relative;z-index:0;min-width:1200px}
#sh_section{position:relative;width:100%;background-color:#fff;font-family:'notokr-regular'}
#sh_section .inner{width:1200px;margin:0 auto}
#section01{}
#section02{border-top:1px solid #e1e1e1}
#section03{background-color:#f2f2f2}
#section04{background:url(/sh_page/img/p15_bg.jpg) bottom center no-repeat;background-attachment:fixed}
#section05{min-height:700px;padding:90px 0 70px}
#section05 h3{padding-bottom:10px;font-size:27px;color:#222;text-align:center;font-family:'notokr-bold'}

/* ARTICLE FADE-UP */
.animated{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
@-webkit-keyframes fadeInUp{from{opacity:0;webkit-transform:translate3d(0, 30%, 0);transform:translate3d(0, 30%, 0)}to{opacity:1;webkit-transform:none;transform:none}}
@keyframes fadeInUp{from{opacity:0;webkit-transform:translate3d(0, 30%, 0);transform:translate3d(0, 30%, 0)}to{opacity:1;webkit-transform:none;transform:none}}

/* FOOTER */
#sh_ft{position:relative;z-index:10;width:100%;min-width:1200px;padding-top:65px;font-size:14px;letter-spacing:-.2px;line-height:1.6;color:#7b7a79;text-align:center;background:#393534;font-family:'notokr-regular'}
#sh_ft .inner{width:1200px;margin:0 auto;font-size:32px}
#sh_ft h1{margin-bottom:20px;font-size:32px;color:#fff;font-family:'notokr-medium'}
#sh_ft .adm_btn span{display:inline-block;padding:5px 25px;margin-bottom:30px;border-radius:2px;font-size:13px;color:#393534;background-color:#fff;cursor:pointer;font-family:'notokr-medium'}
#sh_ft .info{margin-top:30px;font-size:32px;color:#cbc8c7}
#sh_ft .info .c_orange{color:#c57438}
#sh_ft .copy{overflow:hidden;margin-top:50px;padding:15px 0;text-align:left;background-color:#2a2626}
#sh_ft .copy p{float:left}
#sh_ft .ft_icon{float:right}

/* 사이트맵 */
#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}

#device_change{border:1px solid #666;font-size:3.5em;box-shadow:none}