@charset "utf-8";
/* CSS Document */

/*header*/
.gnb_wrap .gnb_cover{float:left;padding-bottom:20px; width:100%; background-color:#fff;}
.gnb_wrap .gnb {padding-top:20px; margin:0 auto; width:1000px;}
.gnb_wrap .gnb h1 {float:left;}
.gnb_wrap .gnb li{float:left; width:160px; font-size:17px; font-weight:600; color:#888; margin-top:20px; text-align:center;}
.gnb_wrap .gnb li a{display:block;text-decoration:none; }
.gnb_wrap .gnb li a:hover {color:#0098db;}
.gnb_wrap .gnb li.menu01 { color:#565656;}
.gnb_wrap .gnb li.menu02 { color:#565656;}
.gnb_wrap .gnb li.menu03 { color:#0098db;}
.gnb_wrap .gnb li.menu03  a{ color:#0098db; font-size:18px;}
.gnb_wrap .gnb li.menu04 { color:#565656;}
.gnb_wrap .gnb li.menu05 { color:#565656;}

.g2depth_wrap {position:absolute;top:130px;left:0;width:100%;height:0; background:#fff; overflow:hidden;z-index:10001;}
.g2depth_wrap .g2depth{width:1000px; margin:0 auto; background:#fff url("/images/common/gnb_bg.jpg") no-repeat 0 bottom;}
.g2depth_wrap .g2depth .site_list{display:inline-block; width:1000px; padding-left:200px;}
.g2depth_wrap .g2depth .site_list > li{float:left;width:160px; height:206px; border-right:solid 1px #f5f5f5; text-align:center; }
.g2depth_wrap .g2depth .site_list > li:first-child{border-left:solid 1px #f5f5f5;}
.g2depth_wrap .g2depth .site_list > li ul{}
.g2depth_wrap .g2depth .site_list > li ul li{padding-top:8px;}
.g2depth_wrap .g2depth .site_list > li ul li:first-child{padding-top:20px;}
.g2depth_wrap .g2depth .site_list > li ul li a{color:#999;}
.g2depth_wrap .g2depth .site_list > li ul li a:hover{color:#0078c9; text-decoration:none; }