/* Colors */
/* Font-size */
/* Border Radius */
/* Shadow */
.header-box {
  width: unset;
  height: auto;
  background-image: url("../images/image/image_bg_nav.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  padding: 0 4vw;
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row nowrap;
}
@media (min-width: 768px) and (max-width: 1140px) {
  .header-box {
    padding: 0 3vw;
  }
}
.header-box .btn-menu {
  display: none;
}
.header-box #mb-login {
  font-size: 17px;
}
.header-box .header-content-box {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
  font-size: 17px;
}
@media (min-width: 768px) and (max-width: 1140px) {
  .header-box .header-content-box {
    padding: 0 20px;
  }
}
.header-box .phone-show-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
}
.header-box .header-logo {
  width: 8.5vw;
  height: 8.5vw;
  max-width: 120px;
  max-height: 120px;
}
.header-box ul {
  display: flex;
  justify-content: center;
}
.header-box ul li {
  display: block;
  font-size: 17px;
  letter-spacing: 0;
  border-right: 1px solid rgba(0, 20, 137, 0.5);
  padding-right: 1.3vw;
  padding-left: 1.3vw;
  font-weight: bold;
}
.header-box ul li:last-child {
  border-right: unset;
}
.header-box .line {
  box-sizing: border-box;
  height: 16px;
  width: 1px;
  border: 0px solid #001489;
  opacity: 0.5;
  font-weight: 400;
}
.header-box .header-register {
  box-sizing: border-box;
  width: 150px;
  height: 40px;
  border: 1px solid #001489;
  border-radius: 18px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  cursor: pointer;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1140px) {
  .header-box .header-register {
    width: 140px;
    height: 35px;
  }
  .header-box .header-register .my-count {
    display: flex;
  }
  .header-box .header-register .my-count span {
    font-size: 14px;
  }
}
.header-box .header-register.dis-none {
  display: none;
}
.header-box #has-register-btn:hover {
  border: none;
  border-radius: 18px 18px 0 0;
  height: 49px;
}
.header-box .icon-my-account-blue {
  margin-right: 10px;
}
.header-box .header-list {
  min-width: 63%;
}
.header-box .header-list a {
  color: #001489;
}
.header-box .cart-placeholder {
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  display: none;
}
@media (max-width: 767px) {
  .header-box .cart-placeholder {
    width: 38px;
    height: 38px;
    display: block;
  }
}
@media (max-width: 767px) {
  .header-box .cart-placeholder {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row nowrap;
    flex-direction: row-reverse;
  }
}
.header-box .cart-box {
  cursor: pointer;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  background-color: #FFFFFF;
  border: 1px solid #001489;
  border-radius: 50%;
  position: relative;
}
.header-box .cart-box .cart-count {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  background-color: #00A9E0;
}
.header-box .cart-box #cart-count-num {
  display: none;
}
@media (max-width: 767px) {
  .header-box .cart-box {
    width: 38px;
    height: 38px;
  }
  .header-box .cart-box .icon {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1140px) {
  .header-box .cart-box {
    width: 35px;
    height: 35px;
  }
  .header-box .cart-box .icon {
    width: 20px;
    height: 20px;
  }
  .header-box .cart-box .cart-count {
    width: 23px;
    height: 23px;
    font-size: 12px;
  }
}
.header-box .cart-box.dis-none {
  display: none;
}

@media (max-width: 767px) {
  .header-box .header-logo {
    width: 73.6px;
    height: 73.6px;
    margin: 0px auto;
    z-index: 2;
  }
  .header-box .header-list, .header-box .header-register {
    display: none;
  }
  .header-box .header-content-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
  }
  .btn-menu {
    display: block !important;
    cursor: pointer;
  }
  .btn-menu span {
    display: block;
    width: 8.5vw;
    height: 2px;
    margin-bottom: 2.4vw;
    position: relative;
    background: #001489;
    border-radius: 2px;
    z-index: 1;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .btn-menu {
    flex: 1;
  }
}
@media (min-width: 768px) and (max-width: 1140px) {
  .header-box .btn-menu {
    display: "block";
  }
  .line {
    margin: 0 6px !important;
  }
  .header-list {
    max-width: 710px;
  }
  .header-list a {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 935px) {
  .header-box {
    padding: 0 1vw;
  }
  .header-box .header-list a {
    font-size: 13px;
  }
  .header-box ul li {
    padding: 0 0.7vw;
  }
  .header-box .cart-box {
    width: 30px;
    height: 30px;
  }
  .header-box .cart-box .icon {
    width: 15px;
    height: 15px;
  }
  .header-box .cart-box .cart-count {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    right: -6px;
    top: -10px;
  }
}
.footer {
  padding: 27px 0;
  background-color: #18479E;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}
.footer button {
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  padding: 0;
  margin-right: 25px;
}
.footer .terms {
  margin-right: 0;
}
@media (max-width: 767px) {
  .footer {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    flex-direction: column-reverse;
  }
  .footer .footer-icon {
    height: auto;
  }
}
.footer .footer-content-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}
.footer .footer-text, .footer .footer-text-title {
  color: #FFFFFF;
  width: 65%;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 20px;
  font-weight: 200;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer .footer-text, .footer .footer-text-title {
    width: 85%;
    margin-bottom: 10px;
  }
}
.footer .footer-icon {
  width: 65%;
  height: 67px;
}
@media (max-width: 767px) {
  .footer .footer-icon {
    width: 85%;
    height: 27px;
  }
}
.footer .footer-icon .icon {
  width: 28px;
  height: 28px;
  margin-right: 0px;
}
.footer .footer-icon {
  width: 65%;
  height: 67px;
}
@media (max-width: 767px) {
  .footer .footer-icon {
    width: 85%;
    height: 27px;
  }
}
.footer .footer-icon .icon {
  width: 28px;
  height: 28px;
}
.footer a {
  color: #FFFFFF;
}

.dropdown {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  background-color: #fff;
  list-style-type: none;
  margin: 0;
  width: 150px;
  border-radius: 0 0 18px 18px;
  overflow: hidden;
}
.dropdown .header-register-item {
  text-align: center;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row nowrap;
}
.dropdown .header-register-item .hover-line {
  display: none;
  position: absolute;
  left: 0;
}
.dropdown .header-register-item:hover .hover-line {
  display: block;
  width: 3px;
  height: 30px;
  line-height: 40px;
  background-color: #009FE3;
}
.dropdown .header-register-item:last-child {
  margin-bottom: 0;
}
.dropdown .header-register-item .text {
  width: 80%;
  border-top: 1px solid #C6C6C6;
  margin: 0 auto;
  display: inline-block;
  color: #111111;
}
.dropdown .header-register-item .text a {
  color: #111111;
  width: 100%;
  display: block;
}
@media (min-width: 768px) and (max-width: 1140px) {
  .dropdown {
    width: 140px;
  }
  .dropdown .header-register-item {
    font-size: 14px;
    height: 47px;
    line-height: 47px;
  }
}

.responsive-box-outer .responsive-box-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.32);
  z-index: 99;
  display: none;
}
@media (min-width: 1141px) {
  .responsive-box-outer .responsive-box-bg {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1140px) {
  .responsive-box-outer .responsive-box-bg {
    display: none !important;
  }
}
.responsive-box-outer .responsive-box {
  display: none;
  width: 290px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #F2FBFF;
  z-index: 99;
  padding: 46px 0;
}
@media (min-width: 1141px) {
  .responsive-box-outer .responsive-box {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1140px) {
  .responsive-box-outer .responsive-box {
    display: none !important;
  }
}
.responsive-box-outer .responsive-box #mb-login {
  font-size: 17px;
}
.responsive-box-outer .responsive-box .icon-box {
  display: flex;
  flex-direction: row-reverse;
}
.responsive-box-outer .responsive-box .icon-box .icon-close-blue {
  width: 24px;
  height: 24px;
  margin-right: 25px;
}
.responsive-box-outer .responsive-box .responsive-menu-box {
  width: 75%;
  margin: 10px auto 20px;
}
.responsive-box-outer .responsive-box .responsive-menu-box a {
  color: #001489;
  font-weight: bold;
  font-size: 17px;
}
.responsive-box-outer .responsive-box .responsive-menu-box .responsive-menu-list {
  padding: 15px 0;
  color: #001489;
  font-weight: bold;
  font-size: 17px;
}
.responsive-box-outer .responsive-box .mb-my-count {
  display: none;
}
.responsive-box-outer .responsive-box .white-btn {
  margin: 20px 30px 0;
  background-color: #FFFFFF;
  width: 150px;
  height: 36px;
  border: 1px solid #001489;
}
.responsive-box-outer .responsive-box .white-btn a {
  color: #001489;
  font-size: 17px;
}
.responsive-box-outer .mobile-son-menu {
  display: none;
  width: 290px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #F2FBFF;
  z-index: 99;
  padding: 46px 0;
  padding: 45px 25px 13px 13px;
}
.responsive-box-outer .mobile-son-menu .icon-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
}
.responsive-box-outer .mobile-son-menu .icon-box .icon-box-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row nowrap;
}
.responsive-box-outer .mobile-son-menu .icon-box .icon-box-left .my-count-text {
  font-size: 17px;
}
.responsive-box-outer .mobile-son-menu .mobile-son-menu-item {
  margin-top: 30px;
  margin-left: 7px;
  font-size: 17px;
  color: #001489;
}
.responsive-box-outer .mobile-son-menu .mobile-son-menu-item a {
  font-size: 17px;
  color: #001489;
}
.responsive-box-outer #mb-my-count {
  font-size: 17px;
}