@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:1200px}
#sh_hd{z-index:999;min-width:1200px;height:100px}

/* 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:330px;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:110px;text-align:center;font-size:15px;color:#fff;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:#fff}
#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:""}

/* 하단 */
#ft_nav{height:66px;border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;text-align:center}
#ft_nav li{display:inline-block;position:relative;height:100%;line-height:66px}
#ft_nav li:before{position:absolute;right:0;top:28px;content:'';width:1px;height:11px;background:#e1e1e1}
#ft_nav li:last-child:before{display:none}
#ft_nav li a{padding:0 41px;font-size:15px;letter-spacing:-0.3px;color:#888;-webkit-transition:all .3s;transition:all .3s;font-family:'notokr-medium'}
#ft_nav li:hover a{color:#444}
#index_ft{width:100%;margin:0 auto;padding:60px 0 70px;text-align:center;font-size:14px;line-height:24px;letter-spacing:-0.3px;color:#aaa;background:#f7f7f7;font-family:'notokr-regular'}
#index_ft span{display:block;font-size:15px;color:#444;font-family:'notokr-medium'}
#index_ft .sns_list li{display:inline-block;position:relative;margin:20px 0 18px}
#index_ft .sns_list li:before{position:absolute;right:0;top:6px;content:'';width:1px;height:13px;background:#e1e1e1}
#index_ft .sns_list li:last-child:before{display:none}
#index_ft .sns_list li a{padding:0 25px;font-size:15px;color:#888;-webkit-transition:all .3s;transition:all .3s}
#index_ft .sns_list li:last-child a{font-size:13px}
#index_ft .sns_list li:hover a{color:#f27a74}
#ft_copy{border-top:1px solid #e1e1e1;background:#f7f7f7}
#ft_copy .copy_wrap{position:relative;overflow:hidden;width:1200px;margin:0 auto;font-size:14px;letter-spacing:-0.3px;line-height:65px;color:#aaa;font-family:'notokr-regular'}
#ft_copy .icon{position:absolute;right:0;top:0;font-weight:500;letter-spacing:0;font-family:'Poppins', sans-serif}
#ft_copy .icon a{margin-left:15px;color:#aaa}

/*인덱스 영역*/
#index_wrapper .include{font-family:'notokr-regular'}

/* 사이트맵 */
#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;padding:5px;font-family:'notokr-medium'}
.sh_site_map_txt a{color:#666}

/* fade  */
.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}to{opacity:1;-webkit-transform:translateY(0)}}
@keyframes fadeInUp{from{opacity:0}to{opacity:1;transform:translateY(0)}}
.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft;-webkit-animation-delay:.1s;animation-delay:.1s}
@-webkit-keyframes fadeInLeft{from{opacity:0}to{opacity:1;-webkit-transform:translateX(0)}}
@keyframes fadeInLeft{from{opacity:0}to{opacity:1;transform:translateX(0)}}