@charset "utf-8";
/* CSS Document */

.header-header {
	display: flex;
  justify-content: space-between;
  background: ;
  width: 980px;
  height: 80px;
	margin: 0 auto;
}

.header-logo {
  margin: 0px 0 0;
	padding: 15px 0 0;
}
.header-logo img {
  width: auto;
  height: 50px;
}
.header-btn {
	margin: 20px 0 0;
	vertical-align: middle;
	margin-left: auto;
}

.header-btn img {
  width: 160px;
  height: auto;
}
.login-btn {
  margin: 20px 0 0 15px;
  padding: 0;
  vertical-align: middle;
}
.login-btn img {
  width: 160px;
  height: auto;
}

.main-nav-box {
 background: #fff;
  width: 100%;
  height: 54px;
  margin: 0;
  padding: 0;
	border-width: 2px 0;
	border-style: solid;
	border-color: #ed1556;
	box-sizing:;
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.main-nav {
  display: flex;
  justify-content: space-around;
  background: ;
  width: 980px;
  height: 58px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
	
}
.main-nav li {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  position: relative;
	line-height: 1em;
	height: 58px;
	color: #000;
}
.about::before {
	content: '';
	width: 8px;
  height: 8px;
  border-top: solid 2px #fe9dc6;
  border-right: solid 2px #fe9dc6;
	position: absolute;
  transform: rotate(135deg);
  top: 21px;
  left: 105px;
}
.activity::before {
	content: '';
	width: 8px;
  height: 8px;
  border-top: solid 2px #fe9dc6;
  border-right: solid 2px #fe9dc6;
	position: absolute;
  transform: rotate(135deg);
  top: 21px;
  left: 105px;
}
.qa::before {
	content: '';
	width: 8px;
  height: 8px;
  border-top: solid 2px #fe9dc6;
  border-right: solid 2px #fe9dc6;
	position: absolute;
  transform: rotate(135deg);
  top: 21px;
  left: 115px;
}

.main-nav li a {
  text-decoration: none;
  display: block;
  color: #000;
  height: ;
  width: 100%;
  padding: 18px 0 18px;
}
.main-nav a:link {
  color: #000;
}
.main-nav a:hover {
  color: #000;
  background: #fe9dc6;
  transition: all .3s;
}
.current-page {
  background: #ed1556;
	color: #fff !important;
}

.about-contents-nav-box,
.activity-contents-nav-box,
.membership-contents-nav-box {
  display: none;
}
.about:hover .about-contents-nav-box,
.activity:hover .activity-contents-nav-box,
.membership:hover .membership-contents-nav-box {
  display: block;
	
}
.about-contents-nav {
  width: 196px;
	width: 326px;
  height: ;
  margin: 0;
  padding: 0;
  
  position: absolute;
  left: 0;
  top: 56px;
  z-index: 1000;
  list-style: none;
  background: #fceaf0;
	
}

.activity-contents-nav {
  width: 196px;
	width: 326px;
  height: ;
  margin: 0;
  padding: 0;

  position: absolute;
  left: 0;
  top: 56px;
  z-index: 1000;
  list-style: none;
  background: #fedceb;
	
}

.membership-contents-nav {
  width: 245px;
  height: ;
  margin: 0;
  padding: 0;

  position: absolute;
  left: 0;
  top: 56px;
  z-index: 1000;
  list-style: none;
  background: #fedceb;
}
.about-contents-nav li,
.activity-contents-nav li,
.membership-contents-nav li {
  width: 245;
  height: 54px;
  margin: 0;
  padding: 0;
}
.about-contents-nav li a,
.activity-contents-nav li a,
.membership-contents-nav li a {
  text-decoration: none;
  display: block;
  color: #000;
  height: unset;
	height: ;
  width: 100%;
  padding: 18px 0;
}


