@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900);

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'}
* {-webkit-text-size-adjust:none;}
/* SHINING 독립 사용 */
#sh_wrapper, #sh_wrapper *, #sh_wrapper *:before, #sh_wrapper *:after {box-sizing:border-box}

/*기본셋팅*/
#sh_container{z-index:0;position: relative;min-width:1500px;overflow:hidden}
#sh_container_wrapper{position:relative}
#sh_wrapper{min-width:1500px}

/* head 전체 100% 혹은 min-width 사용 */
#sh_hd {position:fixed;top:0;left:0;z-index:9999;width:105px;height:100%;z-index:100;background:#f7f7f7;clear:both} 
#sh_hd .menu_bg{position:absolute;left:-105px;width:105px;height:100%;background:#4a9e5c;transition: all .9s;}
#sh_hd:hover .menu_txt{top:10px;color:#fff}
#sh_hd:hover .menu_bg{left:0;}
#sh_hd:hover .img_btn{top:5px;opacity:0}

/* SUB */
#sh_hd.sub{position:relative;z-index:1001;width:100%;height:81px;background:#fff}
#sh_hd.sub .menu_bg{display:none}
#sub_main_banner {overflow:hidden;position:relative;min-width:1500px;width:100%;height:320px}
#sh_aside{position:absolute;top:0;left:0;width:250px;height:100%;background:#f7f7f7}

/* CONTENT */
#sh_content{z-index:4;position:relative;float:right;padding:0;width:1000px;min-height:440px;margin:0px 0 60px 0;height:auto !important;line-height:1.5em;color:#666;zoom:1}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}
#sh_content_wrap{position:relative;overflow:hidden;width:1300px;margin:0 auto;padding-top:50px;}

/*INDEX*/
#index_area{position:relative;overflow:hidden;margin-left:105px;font-family:'notokr-regular'}
#index_area .line_area{position:absolute;left:50%;top:0;z-index:-1;width:1300px;min-height:1300px;height:100%;margin-left: -650px}
#index_area .line_area > div{float:left;width:33.3%;height:100%;border-left:1px solid #efefef;box-sizing:border-box}
#index_area .line_area > div:last-child{border-right:1px solid #efefef}

/* FOOTER */
#sh_ft{overflow:hidden;position:relative;z-index:10;margin-left:105px;font-size:16px;line-height:1.8;color:#aaa;letter-spacing:-.1px;background:#2b2b2b;font-family:'notokr-regular'} 
#sh_ft.sub{margin-left:0}
#sh_ft .inner{overflow:hidden;position:relative;width:1300px;height:310px;margin:0 auto}
#sh_ft .inner .add{width:57%}
#sh_ft .inner h1{padding-top:50px;font-weight:normal;font-size:16px;color:#fff;font-family:'notokr-medium'}
#sh_ft .inner ul{overflow:hidden;margin:18px 0}
#sh_ft .inner ul li{float:left;color:#fff;font-size:20px;font-family:'notokr-bold'}
#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:#fff;font-family:'notokr-medium'}
#sh_ft .inner .ft_map{overflow:hidden;position: absolute;right:0;top:0;width:360px;height:310px;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 .ft_icon{position:absolute;bottom: 34px}

/* 사이트맵 */
#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}
