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

/*header*/
.gnb_wrap .gnb_cover{float:left;padding-bottom:0px; width:100%; background-color:#eceff4;}
.gnb_wrap .gnb {padding-top:0px; margin:0 auto; width:1000px;}
.gnb_wrap .gnb h1 {float:left;}
.gnb_wrap .gnb li{float:left; width:165px; font-size:16px; font-weight:600; color:#888; margin-top:15px; margin-bottom:15px; 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.menu01 .active{ color:#0098db;}
.gnb_wrap .gnb li.menu02 { color:#565656;}
.gnb_wrap .gnb li.menu02 .active{ color:#0098db;}
.gnb_wrap .gnb li.menu03 { color:#565656;}
.gnb_wrap .gnb li.menu03 .active{ color:#0098db;}
.gnb_wrap .gnb li.menu04 { color:#565656;}
.gnb_wrap .gnb li.menu04 .active{ color:#0098db;}
.gnb_wrap .gnb li.menu05 { color:#565656;}
.gnb_wrap .gnb li.menu05 .active{ color:#0098db;}
.gnb_wrap .gnb li.menu06 { color:#565656;}
.gnb_wrap .gnb li.menu06 .active{ color:#0098db;}

.g2depth_wrap {position:absolute;top:128px;left:0;width:100%;height:0; background:#fff; overflow:hidden;z-index:10001;}
.g2depth_wrap .g2depth{width:1000px; margin:0 auto; }
.g2depth_wrap .g2depth .site_list{display:inline-block; width:1000px;}
.g2depth_wrap .g2depth .site_list > li{float:left;width:165px; height:350px; 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; }
