@charset "utf-8";
@import url('default.css');
@import url('board.css');									  

#wrap{position:relative; margin:0 auto; width:100%; min-width:1400px;  overflow:hidden;}

/*header*/
#header02 {width:100%; z-index:10;}
#header02 #header_top {position: relative; margin: 0 auto; width:100%;height:70px;}

/*logo*/
#header_top #logo {position:absolute; left:50%; top:0; width:199px; height:54px; transform: translateX(-50%);}
#header_top #right_top {width:1300px; margin:0 auto; text-align:left; margin-top:25px;}

.top_member{width:100%; height:30px; background-color:#645d5d; overflow:hidden; z-index:11111;}
.mem_cont{width:1200px; text-align:right; margin:0 auto;}
.top_member li{display:inline-block;}
.top_member li:nth-child(2) {padding-right: 0;}
.top_member .mem_cont ul li a{color: #fff; font-weight: 300; font-size: 14px}


#header #gnb {width:100%; background:#fff; position:relative; top: 13px; margin: 0 auto; text-align: center; height:57px; border-top:1px solid #dddddd; border-bottom:1px solid #dddddd; min-width: 1400px; }
#gnb #top_link {width:100%; height:57px; margin:0 auto; text-align: center; position:relative; top:0; left:0; z-index:1000; font-size: 0;}
#gnb #top_link li.sub_top span{color:#999999; font-size:10px}
#gnb #top_link li.sub_top {display: inline-block; width:162px;text-align:center; height:57px; line-height: 57px ;_padding-top:22px;  border-right: 1px solid #dddddd; }
#gnb #top_link li.sub_top:first-child{border-left: 1px solid #ddd;}
#gnb #top_link li.sub_top:last-child {padding-right: 0;}

#gnb #top_link .sub_top.blue {background-color: #0096cd; }
#gnb #top_link .sub_top.blue>a {background-color: #6e9bb2; color:#fff; display: block;}
#gnb #top_link li.sub_top a {display:block; color:#222; font-size:18px; _line-height:20px; font-weight: 400;}
#gnb #top_link > .sub_top > .sub_menu {position: absolute;width:100%; height:60px; background:#fff; top:57px;left:0;overflow:hidden;border-top:3px solid #555454;}
#gnb #top_link > .sub_top > .sub_menu > li {width:1312px; height:30px; margin: 0 auto; border:none; display:black; clear:both; background:#fff; text-align:left;}

#gnb #top_link > .sub_top .menu_bullet{background:url(/new2019/images/menu_bullet.gif) no-repeat 27px 13px;  }
#gnb #top_link > .sub_top > .sub_menu li>a {line-height:30px; font-size:16px; color:#555; padding-left:15px;}
#gnb #top_link > .sub_top > .sub_menu li a:hover {text-decoration:underline;}

#gnb #top_link > li > ul > li:hover {height:42px;background-color:#3b3838; color:#fff;}
#gnb #top_link > li > .tran_box1{position:relative; left:0px; top:0px; display:none;}

#header.fixed_top #header_wrap {position:fixed; top:0; left:0; right:0; z-index:1000;background:#222;}
