.header_area {
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  height: 120px;
  z-index: 10;
  top: 0;
  padding-top: 0;
}
.header_area .header_wrap {
  max-width: 1340px;
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_area .header_postage_text {
  font-size: 14px;
}
.header_area .header_postage_text .text_s {
  font-size: 13px;
}
.header_area .header_postage_text_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.header_area .cart_icon {
  width: 20px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
  margin-right: 5px;
}
.header_area .header_logo {
  max-width: 84px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
.header_area .header_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_area .haeder_link_list {
  font-size: 14px;
  margin-right: 38px;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.header_area .haeder_link_list:last-child {
  margin-right: 0;
}
.header_area .haeder_link_list.cart {
  width: 16px;
}
.header_area .header_list_link {
  color: #333;
}
.header_area .header_list_link:hover {
  text-decoration: none;
}
.header_area .header_link > .haeder_link_list:hover .megamenu {
  max-height: 9999px;
  opacity: 1;
  padding: 30px 0;
  border-top: 2px solid #7e7e7e;
}
.header_area .header_search_box {
  background: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-top: 15px;
}
.header_area .submit_btn {
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 18px;
  padding: 0;
}
.header_area .item_input {
  width: calc(100% - 36px);
  font-size: 16px;
  padding-left: 20px;
  border: none;
}
.header_area .item_input::-webkit-input-placeholder {
  font-size: 14px;
  color: #666666;
}
.header_area .item_input::-moz-placeholder {
  font-size: 14px;
  color: #666666;
}
.header_area .item_input:-ms-input-placeholder {
  font-size: 14px;
  color: #666666;
}
.header_area .item_input::-ms-input-placeholder {
  font-size: 14px;
  color: #666666;
}
.header_area .item_input::placeholder {
  font-size: 14px;
  color: #666666;
}
.header_area .megamenu {
  background: #fff;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 42px;
  left: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 999;
}
.header_area .megamenu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* max-width: 1170px; */
  /* max-width: 900px; */
  max-width: 1300px;
  width: 100%;
  margin: auto;
}
.header_area .megamenu_left_area {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
  align-items: flex-start;
  padding-left: 1%;
  padding-right: 4%;
}
.header_area .megamenu_left_nav {
  width: 100%;
}
.header_area .megamenu_left_list {
  width: 100%;
}
.header_area .megamenu_left_link {
  font-size: 20px;
  color: #fff;
  padding: 16px 20px;
  padding-right: 0;
  color: #333;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px dotted #cccccc;
  background: url(../img/mega_left_arrow.jpg);
  background-repeat: no-repeat;
  background-size: 12px 13px;
  background-position: left center;
}
.header_area .megamenu_left_link.first {
  border-bottom: 1px solid #cccccc;
  background-image: none;
  padding: 16px 0;
}
.header_area .megamenu_right_area {
  /* width: 63%; */
  width: 50%;
}
.header_area .megamenu_right_price_range {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
  align-items: flex-start;
  padding-left: 4%;
  padding-right: 1%;
}
.header_area .megamenu_right_price_range .megamenu_left_list .title_text {
    border-bottom: 1px solid #cccccc;
    background-image: none;
    padding: 16px 0;
    font-size: 20px;
    line-height: 1;
}

.header_area .megamenu_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_area .megamenu_list {
  width: 45%;
  border-bottom: 1px solid #cccccc;
}
.header_area .megamenu_list_link {
  font-size: 20px;
  padding: 16px 0;
  display: block;
  color: #333;
}
.header_area .megamenu_list_link:hover {
  text-decoration: none;
}
.header_area .sp_drawer_area {
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 99999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 20px;
  background: #f5f5f5;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 100%;
  height: 91%;
  overflow-y: auto;
}
.header_area .sp_drawer_area .header_postage_text {
  font-size: 12px;
}
.header_area .sp_drawer_area .header_postage_text .text_s {
  font-size: 10px;
}
.header_area .sp_drawer_area .header_search_box {
  background: #fff;
  margin-bottom: 17px;
  margin-right: auto;
  height: 43px;
}
.header_area .sp_drawer_area .item_input {
  width: calc(100% - 23px);
  font-size: 16px;
  border: none;
  padding: 12px 0;
  padding-left: 13px;
}
.header_area .sp_drawer_area .item_input::-webkit-input-placeholder {
  font-size: 11px;
  color: #666666;
}
.header_area .sp_drawer_area .item_input::-moz-placeholder {
  font-size: 11px;
  color: #666666;
}
.header_area .sp_drawer_area .item_input:-ms-input-placeholder {
  font-size: 11px;
  color: #666666;
}
.header_area .sp_drawer_area .item_input::-ms-input-placeholder {
  font-size: 11px;
  color: #666666;
}
.header_area .sp_drawer_area .item_input::placeholder {
  font-size: 11px;
  color: #666666;
}
.header_area .sp_drawer_area .submit_btn {
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin-right: 8px;
  border: none;
  padding: 0;
}
.header_area .sp_drawer_area .submit_btn img {
  width: 15px;
  height: 15px;
}
.header_area .sp_drawer_area .sp_category_menu {
  padding: 20px 0px 20px;
  background: #eeeeee;
}
.header_area .sp_drawer_area .sp_category_menu_text {
  color: #333333;
  font-size: 12px;
  padding-left: 13px;
}
.header_area .sp_drawer_area .sp_category_menu_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 87%;
  margin: 18px auto 0;
}
.header_area .sp_drawer_area .sp_category_menu_list {
  width: 32%;
  background: #fff url(../img/sp_key_icon.png);
  background-repeat: no-repeat;
  background-size: 8px 8px;
  background-position: right 3px bottom 3px;
  padding: 15px 0 3px;
}
.header_area .sp_drawer_area .sp_category_menu_img {
  max-width: 100px;
  width: 100%;
  margin: 0 auto 12px;
}
.header_area .sp_drawer_area .sp_category_menu_title {
  text-align: center;
  font-size: 12px;
  margin-bottom: 9px;
  color: #333;
}
.header_area .sp_drawer_area .sp_second_category_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 22px;
}
.header_area .sp_drawer_area .sp_second_category_menu_list {
  width: 32%;
  padding-top: 7px;
  padding-bottom: 7px;
  background: #fff url(../img/sp_key_icon.png);
  background-repeat: no-repeat;
  background-size: 8px 8px;
  background-position: right 3px bottom 3px;
  margin-bottom: 2%;
}
.header_area .sp_drawer_area .sp_second_category_menu_list .sp_second_category_menu_link {
  color: #333;
}
.header_area .sp_drawer_area .sp_second_category_menu_list .sp_second_category_menu_img {
  width: 100%;
  margin: 0 auto;
}
.header_area .sp_drawer_area .sp_second_category_menu_list .sp_second_category_menu_img img {
  margin: 0 auto;
}
.header_area .sp_drawer_area .sp_second_category_menu_text {
  text-align: center;
  font-size: 12px;
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_area .sp_drawer_area .sp_category_menu_price_range .sp_category_menu_ul {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 14px 2%;
  width: 90%;
}
.header_area .sp_drawer_area .sp_category_menu_price_range .sp_category_menu_list {
  width: 32%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_area .sp_drawer_area .sp_category_menu_price_range .sp_category_menu_link {
  padding: 10px 5px;
  width: 100%;
  height: 100%;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_area .sp_drawer_area .sp_category_menu_price_range .sp_category_menu_title {
  margin-bottom: 0;
}
.header_area .sp_drawer_area .sp_menu_obi {
  height: 45px;
  background: #333333;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5%;
  font-size: 14px;
}
.header_area .sp_drawer_area .sp_menu_obi_link_text {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  border-bottom: 1px solid #cccccc;
  background: #fff;
  padding-left: 5%;
  color: #333;
}
.header_area .sp_drawer_area .credit_card_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  padding: 30px 5%;
  border-bottom: 1px solid #cccccc;
}
.header_area .sp_drawer_area .credit_card_text {
  width: 45%;
  font-size: 12px;
}
.header_area .sp_drawer_area .credit_card_img {
  width: 50%;
}

.sp_drawer_warp {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  .header_area .haeder_link_list:hover {
    border-bottom: 4px solid #7e7e7e;
  }
  .header_area .haeder_link_list:last-child:hover {
    border-bottom: 4px solid transparent;
  }
}
@media (min-width: 1px) and (max-width: 1200px) {
  .header_area .megamenu-inner {
    max-width: 1100px;
  }
}
@media (min-width: 1px) and (max-width: 1150px) {
  .header_area .haeder_link_list {
    margin-right: 20px;
  }
}
@media (min-width: 1px) and (max-width: 1100px) {
  .header_area .megamenu-inner {
    max-width: 1000px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .header_area .haeder_link_list {
    margin-right: 15px;
  }
}
@media (min-width: 1px) and (max-width: 1000px) {
  .header_area .megamenu-inner {
    max-width: 900px;
  }
  .header_area .megamenu_left_title {
    padding-left: 50%;
  }
}
@media (min-width: 1px) and (max-width: 940px) {
  .header_area .haeder_link_list {
    font-size: 12px;
    margin-right: 8px;
  }
  .header_area .header_postage_text_top {
    font-size: 13px;
  }
  .header_area .header_postage_text_top .text_s {
    font-size: 12px;
  }
  .header_area .item_input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .header_area .item_input::-moz-placeholder {
    font-size: 13px;
  }
  .header_area .item_input:-ms-input-placeholder {
    font-size: 13px;
  }
  .header_area .item_input::-ms-input-placeholder {
    font-size: 13px;
  }
  .header_area .item_input::placeholder {
    font-size: 13px;
  }
  .header_area .header_search_box {
    height: 35px;
  }
}
@media (min-width: 1px) and (max-width: 840px) {
  .header_area {
    height: 60px;
  }
  .header_area .header_postage {
    display: none;
  }
  .header_area .sp_left_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header_area .header_nav_search {
    display: none;
  }
  .header_area .sp_drawer {
    display: block;
    position: relative;
    right: 0;
    width: 50px;
    cursor: pointer;
  }
  .header_area .sp_drawer.active span:nth-child(1) {
    top: 9px;
    left: 0px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header_area .sp_drawer.active span:nth-child(2), .header_area .sp_drawer.active span:nth-child(3) {
    top: 9px;
    left: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header_area .sp_drawer span {
    display: block;
    position: absolute;
    width: 27px;
    border-bottom: solid 2px #333333;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    color: #333333;
  }
  .header_area .sp_drawer span:nth-child(1) {
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .header_area .sp_drawer span:nth-child(2) {
    top: 9px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .header_area .sp_drawer span:nth-child(3) {
    top: 18px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .header_area .sp_drawer span:nth-child(4) {
    top: 30px;
    border-bottom: none;
    font-size: 10px;
    width: 50px;
    text-align: center;
    left: -1%;
  }
  .header_area .sp_drawer_area.active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .header_area .header_logo {
    width: 50px;
    height: 45px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .header_area .cart_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 9px;
    color: #333;
  }
  .header_area .cart_btn .btn_img {
    width: 20px;
    height: 20px;
    margin-bottom: 7px;
  }
  .header_area .cart_btn .btn_text {
    font-size: 10px;
    text-align: center;
  }
  .header_area .login_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #333;
  }
  .header_area .login_btn .btn_img {
    margin: 1px 0 8px;
    width: 18px;
    height: 18px;
  }
  .header_area .login_btn .btn_text {
    font-size: 10px;
    text-align: center;
  }
}