@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} 

/* header */
#sh_wrapper, #sh_wrapper , #sh_wrapper :before, #sh_wrapper *:after{box-sizing:border-box}
#sh_hd{position:relative;z-index:10;width:100%} 
#sh_hd_wrapper{position:absolute;top:0;left:0;width:100%}
#sh_wrapper{min-width:1200px}

/* 메인 */
#main_banner{position:relative;z-index:10}

/* 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:#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{position:relative;width:100%;z-index:0}
#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_container_wrapper:after{display:block;visibility:hidden;clear:both;content:""}

/* 하단 */
#sh_ft{position:relative;font-size:14px;letter-spacing:-.2px;line-height:1.8;font-family:'notokr-regular'}
#sh_ft .ft_mn{padding:18px 0;border-top:1px solid #e1e1e1;text-align:center}
#sh_ft .ft_mn li{display:inline-block;font-family:'notokr-medium'}
#sh_ft .ft_mn li+li:before{display:inline-block;content:'';vertical-align:4px;width:2px;height:2px;margin:0 25px;background-color:#aaa}
#sh_ft .ft_mn li a{color:#555}
#sh_ft .add{position: relative;padding:70px 20px;text-align:center;color:#999;background-color:#363636}
#sh_ft .add p{margin-bottom:15px;font-size:15px;color:#fff;font-family:'notokr-medium'}
/* #sh_ft .add .tail_logo{display:flex;gap:40px;position: absolute;left:7%;top:50%;transform:translate(-7%, -50%)} */

#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'}
#sh_ft .copy{padding:15px 20px;font-size:13px;color:#888;background:#252525}
#sh_ft .copy .inner{position:relative;width:100%;max-width:1200px;margin:0 auto}
#sh_ft .copy .icon{float:right}
#sh_ft .copy .icon a{font-size:12px;font-weight:700;color:#aaa;font-family:'Poppins'}
#sh_ft .copy .icon a+a{margin-left:10px}

/*인덱스 영역*/
#index_wrapper{position:relative;z-index:11;font-size:14px;line-height:1.8;color:#888;letter-spacing:-.2px;font-family:'notokr-regular'}
#index_wrapper h3{font-size:24px;font-weight:700;letter-spacing:0px;font-family:'Poppins'}
#index_wrapper .right_logo{position:absolute;top:32%;right:4%;}
#index_wrapper .right_logo img{display:block;margin-bottom:20px;}

#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;margin-bottom:60px;border-bottom: solid 1px #e1e1e1}
.sh_site_map_title{font-size:17px;font-weight:normal;color: #222;font-family:'notokr-medium'}
.sh_site_map_title a{color:#222}
.sh_site_map_line{border-bottom:2px solid #222;margin:10px 0}
.sh_site_map_box{margin:0 auto;min-height:80px}
.sh_site_map_txt{font-size:14px;line-height:1.2em;color:#666;padding:5px;font-family:'notokr-regular'}
.sh_site_map_txt a{color:#666}

