.header {
  max-width: 100%;
  width: 100%;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  -ms-flex-align: flex-start;
      align-items: flex-start;
  right: 0;
  left: 0;
  top: 1%;
  padding: 5px 30px;
  justify-content: space-between;
  background-image: url(../images/menubg.png);
  background-size: cover;
  overflow: hidden;
  z-index: 9999;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}


@media (min-width: 1200px) and (max-width: 1599px) {
	#kv{ padding-top: 30px;}
	.header { height: 130px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #kv{ padding-top: 45px;}
  .header { height: 130px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #kv{ padding-top: 50px;}
  .header {
	height: 130px;
  }
}


@media (max-width: 767px) {
  #kv{ padding-top: 10px;}
  .header {
	position: absolute;
	height: 80px;
  padding: 0px 20px;
  top: -2%;
	align-items: flex-start;
	background-image: none;
  }
}

.header .logo {
  display: block;
  width: 10%;
  max-width: 100%;
  transition: 1s ease all;
}

@media (max-width: 767px) {
  .header .logo {
    width: 33%;
    margin-top: 6%;
    transition: 1s ease all;
  }
}

.header .logo a {
  display: block;
}

.header .logo a img {
  width: 80%;
  max-width: 100%;
}

.header .menu {
  position: relative;
  text-align: right;
}


@media (max-width: 1300px) {
  .header .menu {
    position: fixed;
    background-color: #ffac27;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    transition: right 0.3s ease;
  }
}

@media (max-width: 767px) {
  .header .menu {
    overflow: hidden;
    overflow-y: auto;
  }
}

.header .menu > ul { display: block;
}

@media (max-width: 1300px) {
  .header .menu > ul {
    width: 100%;
	padding: 0;
  }
}

.header .menu > ul li {
  position: relative;
  display: inline-block;
  line-height: 3em;
  background-image: url(../images/btn_menu.png);
}

@media (min-width: 1000px) {
  .header .menu > ul li:last-child::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #888888;
    top: 50%;
    right: -2px;
    transform: translateY(-50%);
  }
}

@media (min-width: 1300px) {
  .header .menu > ul li::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #888888;
    top: 50%;
    left: -2px;
    transform: translateY(-50%);
  }
}

@media (max-width: 1300px) {
  .header .menu > ul li {
  position: relative;
  display: inline-block;
  background-image: none;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  }
}

.header .menu > ul li a {
  position: relative;
  display: block;
  padding: 1vw;
  font-size: 0.9vw;
  color: #888888;
  text-decoration: none;
  text-align: center;
  transition: 0.5s ease all;
}

@media (min-width: 1000px) {
  .header .menu > ul li a:hover {
    color: #ffa300;
	font-weight: bold;
    transform: translateY(-2px);
    transition: 0.3s ease all;
  }
}

@media (min-width: 1001px) and (max-width: 1300px) {
  .header .menu > ul li a {
    font-size: 2.3vw;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .header .menu > ul li a {
    font-size: 3.5vw;
  }
}

@media (max-width: 767px) {
  .header .menu > ul li a {
    font-size: 5vw;
  }
} 


@media (max-width: 1300px) {
  .header .menu > ul li a {
    color: #fff;
    height: auto;
    padding: 35px;
    border-bottom: 1px solid #FFFFFF;
  }
}

.header .visible {
  right: 0%;
}

.header .hamburger-menu,
.header .hamburger-menu:after,
.header .hamburger-menu:before {
  width: 35px;
  height: 4px;
}

.header .hamburger-btn {
  display: none;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 12;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background-color: #ffac27;
}

@media (max-width: 1300px) {
  .header .hamburger-btn {
    display: block;
  }
}

.header .hamburger-menu {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  transition: all 0ms 300ms;
  background-color: #fff;
}


.header .hamburger-menu::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  background: #fff;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.header .hamburger-menu::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  background: #fff;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.header .hamburger-menu::after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  background: #fff;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.header .animate::before {
  content: "";
  background: #fff;
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.header .animate::after {
  content: "";
  background: #fff;
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.header .animate {
  background: rgba(255, 255, 255, 0);
}