@charset "UTF-8";

.main_wrap {
	width: 100%;
	oveflow-x: hidden;
}

header {
  padding-top: 17px;
  height: 88px;
  width: 100%;
  background: #fff;
}

header.main {
  position: absolute;
  z-index: 10;
  width: 100%; /*100%*/
  background: none;
}
header .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
header.fixed { 
  position: fixed; 
  transition: all 0.3s;
  z-index: 10; 
}
header.bg { 
  background: #fff;
}
.logo {
  width: 168px;
}
.logo a {
  display: block;
}

.logo img {
  display: block;
  width: 168px;
}
.gnbwrap .gnb {
  display: flex;
  align-items: flex-start;
}
.gnbwrap .gnb > li {
  width: 152px;
  text-align: center;
}
header.main .gnbwrap .gnb > li > a {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 2.47;
  text-align: center;
}
.gnb > li > a {
  display: block;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 2.47;
  text-align: center;
}

.subMenu_tit {
  display: block;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 2.4;
  text-align: center;
  font-weight: 500;
  cursor: default;
}


.m_menu .gnb > li { padding-top: 22px; }

.gnb > li:hover > a {
  color: #ed6f1d;
}

.gnb > li:hover > .subMenu_tit {
  color: #ed6f1d;
}
/* .gnbwrap .gnb > li:hover .subMenuWrap {
  display: block;
} */

.subMenuWrap {
  background: #fff;
  height: 210px;
  display: none;
  padding-bottom: 0;
}

/*.subMenuWrap .subMenu { background: #fff; }*/

.subMenuWrap.on {
  display: block;
}
.subMenu li {
  width: 152px;
  text-align: center;
}
.subMenu li a {
  line-height: 41px;
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #7b7b7b;
  text-align: center;
}
.subMenu li:hover a {
  background: #f8c5a5;
  color: #3b3b3b;
}

.menuIcon {
  background: url(../img/menuicon.png) no-repeat center;
  width: 22px;
  height: 22px;
  z-index: 30;
  display: none;
}
header.main .menuIcon {
  background: url(../img/menuf.png) no-repeat center;
}
header.main .menuIcon.on {
  background: url(../img/close.png) no-repeat center;
}
.menuIcon.on {
  background: url(../img/close.png) no-repeat center;
  z-index: 40;
  width: 18px;
  height: 18px;
}
.sub_menu {
  display: flex;
  align-items: flex-start;
}
.subgnbMenuBox {
  position: absolute;
  left: 0;
  top: 60px;
  background: #fff;
  display: none;
}
.gnbwrap {
  position: relative;
}
.sub_menu .subMenu {
  border-left: 1px solid #f8c5a5;
  height: 260px;
}
.sub_menu .subMenu:first-child {
  border: none;
}
/* .gnbwrap:hover .subgnbMenuBox {
  display: block;
  transition: 0.3s;
} */
.subgnbMenuBox .active {
  display: block;
}
.m_menu {
  display: none;
}
.subMenuWrap.active {
  display: block;
  height: auto;
}
