@charset "UTF-8";
/*/////////////////////*/

/*/////header-area/////*/

/*/////////////////////*/

header {
  /* position: fixed; */
  top: 0;
  z-index: 999;
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* margin-top: 15px; */
  /* padding: 0 15px; */
}

.headerArea {
  background: #000;
  padding: 18px 0 14px;
}

.headerWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.logo {
  margin-right: auto;
  width: 100%;
  margin-bottom: 10px;
}

.logo a:hover, .logo a:hover img {
  opacity: 1;
}

.headerWrapper .nav {
  display: flex;
  align-items: center;
}

.headerWrapper .nav .navItem {
  border-left: 1px solid white;
  /* min-height: 44px; */
  display: flex;
  align-items: center;
}

.headerWrapper .nav .navItem:last-child {
  border-right: 1px solid white;
}

.headerWrapper .nav .navItem a {
  color: white;
  padding: 0 16px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  display: block;
  text-align: center;
}

.headerWrapper .nav .navItem a:hover {
  opacity: 0.8;
}

.language {
  padding-left: 25px;
}

.language a, .language span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  transition: all 0.3 ease;
}

.language a {
  cursor: pointer;
}

.language .active {
  color: white;
  border-bottom: 2px solid white;
}

.language a:hover {
  opacity: 1;
  color: white;
}

.language span {
  padding: 0 8px;
}

.headerIconArea {
  display: none;
}

.menuTrigger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 16px;
  border-top: 1px solid white;
  position: relative;
}

.menuTrigger span {
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.menuTrigger span:last-child {
  top: inherit;
  left: 0;
  width: 65%;
}

.overlay {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
  height: 0;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.95);
  overflow: hidden;
  transition: 0.5s;
  /* overflow-y: scroll; */
}

.myNavOpne {
  display: block;
  height: 100%;
  width: 100%;
}

.closebtn {
  position: absolute;
  left: 16px;
  top: 18px;
}

.closeIco {
  width: 26px;
  height: 16px;
  position: relative;
  cursor: pointer;
}

.closeIco span::before, .closeIco span::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

.closeIco span::before {
  transform: rotate(-45deg);
}

.closeIco span::after {
  transform: rotate(45deg);
}

.header_top {
  background-color: #1457A3;
  width: 100%;
  height: 110px;
  padding-top: 15px;
  /* padding-left: 20px; */
}

.headerGameYel .header_top,
.headerGameYel .header_line{
  background-color: #FFD800;
}

.menu {
  display: flex;
  justify-content: flex-end;
  padding-right: 14px;
}

.menu-btn {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 42px;
  background-color: #fff;
  color: #0950A0;
  font-size: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: none;
  outline: none;
  box-shadow: 3px 2px 1px 3px #00000027;
  top: 0;
  /* right: 20px; */
  z-index: 101;
  margin-left: 300px;
}

.menu-btn span {
  font-weight: 700;
}

.page_header {
  position: absolute;
  top: 57px;
  /* min-width: 355px; */
  max-width: 375px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
}

.page_header.text_logo {
  top: 66px;
}

.back_btn {
  position: absolute;
  top: 8px;
  left: 0;
}

.text_logo .back_btn {
  top: 0;
}

.header_line {
  position: fixed;
  height: 10px;
  width: 100%;
  background-color: #1457A3;
  z-index: 100;
  /* max-width: 375px; */
  left: 50%;
  transform: translateX(-50%);
}

/* MENU */

.wrap_menu {
  position: fixed;
  right: 0;
  background-color: rgba(9, 80, 160, .95) !important;
  width: 0;
  min-height: 100%;
  transition: all .5s ease-in-out;
  overflow: auto;
  z-index: 9999;
  height: 100%;
}

.wrap_menu.active {
  width: 100%;
  display: block;
  height: 100%;
  min-height: 100vh;
}

.container_menu {
  max-width: 100%;
  margin: auto;
  padding: 0 0 50px;
}

.menu_header {
  padding: 24px 23px;
  display: flex;
  justify-content: flex-end;
}

.menu_list {
  max-width: 375px;
  margin: auto;
}

.close-btn {
  border: none;
  outline: none;
  background: none;
}

button:active, a:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu_item a {
  display: flex;
  align-items: center;
  margin-left: 42px;
  margin-bottom: 57px;
}

.arrow_icon {
  width: 0.76em;
  height: 1.5rem;
  position: relative;
  display: inline-block;
}

.arrow_icon:before {
  content: "";
  transform: rotate(-45deg);
  left: -5%;
  height: 17%;
  width: 110%;
  top: 55%;
  position: absolute;
  background: #fff;
  border-radius: 0.2rem;
  display: block;
}

.arrow_icon:after {
  content: "";
  transform: rotate(45deg);
  left: -5%;
  height: 17%;
  width: 110%;
  bottom: 55%;
  position: absolute;
  background: #fff;
  border-radius: 0.2rem;
  display: block;
}

.menu_title {
  display: flex;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-left: 17.5px;
}

.badge {
  position: absolute;
  bottom: -1px;
  right: -7px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-bottom: 1px;
  background-color: #CE0000;
  color: #fff;
  font-size: 13px;
  border-radius: 50%;
  font-weight: 700;
}

.badge_md {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-left: 10px;
  padding-bottom: 2px;
  background-color: #CE0000;
  color: #fff;
  font-size: 19px;
  border-radius: 50%;
  font-weight: 700;
}

.header_content {
  max-width: 375px;
  margin: auto;
  position: relative;
}

.hidden {
  display: none;
}

.menu_item a[disabled] {
  opacity: 0.5;
}

@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .language {
    padding-left: 20px;
    display: flex;
  }
  /* .headerWrapper {
    flex-wrap: wrap;
  } */
  .headerWrapper .nav {
    padding-left: 15px;
    /* order: 1;
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    justify-content: space-between; */
  }
  /* .headerWrapper .nav .navItem {
    width: 20%;
    padding: 0 20px;
  } */
  .headerWrapper .nav .navItem a {
    /* padding: 0; */
    text-align: center;
  }
  .headerWrapper .nav .navItem {
    display: flex;
    justify-content: center;
    min-height: 44px;
  }
  /* .headerWrapper .nav .navItem:first-child,
  .headerWrapper .nav .navItem:nth-child(2) {
    width: 16%;
  }

  .headerWrapper .nav .navItem:nth-child(n + 3) {
    width: 24%;
  } */
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .headerWrapper {
    flex-wrap: wrap;
  }
  .headerWrapper .nav {
    width: 100%;
    padding-top: 0;
    justify-content: space-between;
  }
  .headerWrapper .nav .navItem {
    display: flex;
    justify-content: center;
    /* width: 25%; */
    /* min-height: 44px; */
    padding: 0 20px;
  }
  .headerWrapper .nav .navItem:first-child {
    width: 13%;
  }
  .headerWrapper .nav .navItem:nth-child(2) {
    width: 20%;
  }
  .headerWrapper .nav .navItem:nth-child(n + 3) {
    width: 33%;
  }
  .headerWrapper .nav .navItem a {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .headerArea {
    padding: 12px 0;
    /* background: transparent; */
  }
  .headerWrapper .logo {
    display: none;
  }
  .headerWrapper .nav {
    display: none;
  }
  .language {
    padding-left: 0;
  }
  .language span {
    padding: 0;
  }
  .headerIconArea {
    display: flex;
    align-items: center;
    order: -1;
  }
  .headerIconArea .logo {
    display: block;
  }
  .headerIconArea .logo {
    margin-left: 10px;
    margin-bottom: 0;
  }
  /* .menuTrigger span {
    margin-bottom: 10px;
  } */
  /* .myNavOpne {
    max-width: inherit;
  } */
  .overlay {
    overflow-y: scroll;
  }
  .overlay .nav {
    padding: 81px 0;
  }
  .overlay .nav .navItem {
    padding: 23px 24px;
    border-bottom: 1px solid #4b4b4b;
  }
  .overlay .nav .navItem a {
    color: white;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
  }
  .overlay .nav .navItem a img {
    margin-right: 15px;
    width: 5px;
    height: 10px;
  }
  .is-animation .headerArea {
    background: #000;
  }
  .menu-btn {
    right: 20px;
    margin-left: 0;
  }

  .back_btn {
    left: 0;
    margin-right: 0;
  }

  .header_content {
    padding: 0 20px;
  }

}