@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');

* {-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} 


/* head 전체 100% 혹은 min-width 사용 */
#sh_wrapper, #sh_wrapper , #sh_wrapper :before, #sh_wrapper *:after{box-sizing:border-box}
#sh_wrapper{min-width:1400px;background:linear-gradient(to right, #fff,#fff);}
#sh_hd {position:relative;z-index:999;min-width:1400px} 

/* head 센터 및 넓이 지정 */
#sh_hd_wrapper {position:absolute;width:100%;margin:0 auto;padding:0;zoom:1}
#sh_hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""} 

/* SUB */
#sub_main_banner {width:100%;height:400px;background: url(/sh_img/hd/sub_main_banner/sub_main_banner.jpg) no-repeat;animation:main 25s linear infinite}
@keyframes main{from{background-position:top center}50%{background-position:bottom center}100%{background-position:top center}}
#sh_content_tit {padding-top:165px;text-align:center;font-size:15px;color:#222;font-family:'notokr-regular'}
#sh_content_tit h3 {display:inline-block;position:relative;z-index:5;margin-bottom:10px;font-size:34px;font-weight:normal;font-family:'notokr-regular'}
#sh_content_tit h3:after {display:block;position:absolute;z-index:-1;width:41px;height:42px;content:'';top:-12px;right:-22px}
#sh_content_tit .fa-home {color:#222}
#sh_content_tit .fa-angle-right {padding:0 5px;color:#b5b5b5}

/* 사이드(서브)메뉴 float:left;선택 단 content 와 같은 방향 X */
#sh_aside {position:relative;width:1200px;margin:-25px auto 0;text-align:center;background-color:transparent}


/* 컨텐츠 본문 영역 */
#sh_container.sub{background:#fff;padding: 0 0 40px}
#sh_content{position:relative;z-index:4;width:1070px;min-height:580px;padding:0;margin:70px auto 40px;font-size:14px;color:#888;zoom:1}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}


/* 하단 */
#index_ft{padding:75px;text-align:center;font-size:14px;line-height: 24px;color:rgba(255,255,255,0.5);font-family:'notokr-regular';background:#363636;}
#index_ft span{display:block;margin-bottom:20px;font-size:15px;line-height:30px;color:#fff;font-family:'notokr-medium'}
.copy{font-size:13px;color:#fff;font-family:'notokr-regular';line-height:55px;background:#252525}
.copy .copy_wrap{position:relative;width:1200px;margin:0 auto;text-align:center}
.copy span{font-size:13px;color:rgba(255,255,255,0.4);font-family:'notokr-regular'}
.copy span b{font-weight:normal;}
.copy .icon{position:absolute;right:0;top:0;}
.copy .icon a{font-size:12px;font-family:'Poppins',sans-serif;color:#aaa;}
.copy .icon .admin:after{display:inline-block;content:'';height:9px;margin:0 10px 0 15px;border-right:1px solid rgba(170,170,170,0.5)}

/*인덱스 영역*/

#index_wrapper{position:relative;z-index:999;margin-top:-77px}
#index_wrapper .include1{overflow:hidden;position:relative;width:1200px;min-width:1200px;margin:0 auto;margin-bottom:50px;background:#fff}
#index_wrapper h3{font-size:24px;font-weight:700;letter-spacing:0px;font-family:'Poppins'}

/*ft_nav*/
#ft_menu{border-top:1px solid #e1e1e1;background:#fff}
#ft_menu #sh_ft_bar{width:1200px;padding:18.5px 0;margin:0 auto;text-align:center;}
#ft_menu ul {display:inline-block}
#ft_menu ul li {float:left;padding-right:31px;margin-right:31px;background:url(/sh_img/ft/menu_line.png) right center no-repeat}
#ft_menu ul li:last-child{padding-right:0;margin-right:0;background:none}
#ft_menu ul li a{font-size:14px;color:#555;font-family:'notokr-medium'}
