@charset "utf-8";
* {-webkit-text-size-adjust:none}
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700&display=swap');

/*초기화*/
body{background:#fff;font-family:'Nanum Gothic'}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'Nanum Gothic'}


/* head 전체 100% 혹은 min-width 사용 */
#sh_wrapper{}
#sh_hd{z-index:10;position:relative;min-width:1300px;} 

/* head 센터 및 넓이 지정 */
#sh_hd_wrapper{position:relative;margin:0 auto;padding:0;width:1300px;zoom:1}
#sh_hd_wrapper:after{display:block;visibility:hidden;clear:both;content:""} 

/* CONTAINER */
#sh_container{position:relative;min-width:1300px;width:100%;z-index:0}
#sh_container_wrapper{position:relative;width:100%;zoom:1}
#sh_container_wrapper:after{display:block;visibility:hidden;clear:both;content:""}

/* SUB */
#sub_main_banner{overflow:hidden;position:relative;min-width:1300px;width:100%;height:300px;font-family:'notokr-regular'}

/* SNB */
#sh_aside{position:relative;z-index:15;width:100%;color:#333;font-family:'notokr-regular'}
#sh_aside:after{display:block;content:"";position:absolute;left:0;bottom:0;z-index:-1;width:100%;height:1px;background-color:#e1e1e1}
#sh_aside_wrapper{position:relative;width:1300px;margin:0 auto;zoom:1}

/* 컨텐츠 본문 영역 */
#sh_content{z-index:4;position:relative;padding:0;width:1300px;min-height:440px;margin:0 auto;padding:60px 100px;border-left:1px solid #ddd;border-right:1px solid #ddd}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}
#sh_content #sh_content_tit{margin-bottom:40px;overflow:hidden}
#sh_content #sh_content_tit:after{clear:both}
#sh_content #sh_content_tit h3{float:left;padding:0;font-size:2.2em;line-height:1em;color:#333333;letter-spacing:-0.05em}
#sh_content #sh_content_tit span{float:right;margin-top:12px;background:url('/sh_page/img/sub_home.png') 0 3px no-repeat;padding-left:17px}

/* 하단 */
#sh_ft{position:relative;width:100%;height:292px;background:#2d2e34}
.ft_link{width:100%;height:59px;text-align:center;background:#22262b}
.ft_link li{position:relative;display:inline-block;padding:0 10px;font-size:15px;line-height:59px;font-family:'notokr-regular'}
.ft_link li a{color:rgba(255,255,255,.5);cursor:pointer;transition:all .3s}
.ft_link li:before{position:absolute;content:'';top:29px;right:-4px;width:3px;height:3px;border-radius:3px;background:rgba(255,255,255,.5)}
.ft_link li:last-child:before{display:none}
.ft_link li a:hover{color:#fff}

.copy_area{position:absolute;bottom:1px;width:100%;height:51px;line-height:51px;border-top:1px solid rgba(255,255,255,.1);font-size:14px;color:rgba(255,255,255,.2);}
.copy_area > div{width:1300px;margin:0 auto}
.copy_area p{display:inline-block}
.copy_area a{display:inline-block;float:right;margin-left:5px}
.ft_info_area{position:relative;clear:both;width:1300px;margin:42px auto 0}
.ft_info_area > div{float:left}
.ft_info_area .ft_info{margin-left:64px;font-size:14px;line-height:25px;color:rgba(255,255,255,.2);font-family:'notokr-regular'}
.ft_info_area .ft_bnr{overflow:hidden;position:absolute;bottom:-93px;right:0;width:209px;height:88px}
.ft_info_area .ft_bnr ul{position:absolute;width:836px;height:78px}
.ft_info_area .ft_bnr li{float:left;}
.ft_info_area .ft_bnr .btnGroup{position:absolute;bottom:0}
.ft_info_area .ft_bnr .btnGroup a{float:left;display:block;width:3px;height:3px;margin-right:3px;background:#ababae}
.ft_info_area .ft_bnr .btnGroup a.act{background:#45aeff}



/********************* 메인화면 시작 *********************/

/* 사이트맵 */
#sh_site_map{width:100%;position:relative;min-height:500px;margin:0 auto}
#sh_site_map .sh_site_map01{width:30%;float:left;margin-right:3%;min-height:200px;height:200px}
#sh_site_map .sh_site_map_title{font-size:1.4em;color:#515151}
#sh_site_map .sh_site_map_title a{color:#515151}
#sh_site_map .sh_site_map_line{border-bottom:2px solid #8b8b8b;margin:10px 0}
#sh_site_map .sh_site_map_box{width:100%;margin:0 auto;background:#f7f7f7;border-bottom:1px solid #ebebeb;border-top:1px solid #ebebeb;min-height:80px;padding:10px 0}
#sh_site_map .sh_site_map_txt{font-size:1em;line-height:1.2em;color:#666;font-weight:bold;padding:5px 15px}
#sh_site_map .sh_site_map_txt a{color:#666}