.header {
  border-top: 3px solid #6e3f21;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .header .sec_contain {
    padding: 0;
  }
}
.header__logo {
  max-width: 140px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .header__logo {
    max-width: 140rem;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    max-width: 180rem;
  }
}
.header__top {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .header__top {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .header__top {
    padding: 0 30rem;
    padding-top: 20rem;
  }
}
.header__top_left {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1400px) {
  .header__top_left {
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .header__top_left {
    display: none;
  }
}
.header__top_left .tenso_link {
  max-width: 135px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .header__top_left .tenso_link {
    max-width: 135rem;
  }
}
.header__top_left .search_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 15px;
  width: 250px;
  height: 35px;
  border-radius: 5px;
  background: #f9f6f0;
  font-weight: 400;
  font-size: 13px;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 1400px) {
  .header__top_left .search_btn {
    padding: 8rem 15rem;
    width: 250rem;
    height: 35rem;
    border-radius: 5rem;
    font-size: 13rem;
  }
}
.header__top_left .search_btn img {
  max-width: 15px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .header__top_left .search_btn img {
    max-width: 15rem;
  }
}
.header__top_right {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1400px) {
  .header__top_right {
    gap: 20rem;
  }
}
.header__top_right .iconlist {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1400px) {
  .header__top_right .iconlist {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .header__top_right .iconlist {
    display: none;
  }
}
.header__top_right .iconlist a {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .header__top_right .iconlist a {
    gap: 2rem;
    font-size: 14rem;
  }
}
.header__top_right .iconlist a img {
  max-width: 28px;
}
@media screen and (max-width: 1400px) {
  .header__top_right .iconlist a img {
    max-width: 20rem;
  }
}
.header__top_right .telbox .tellink {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "DM Sans", serif;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #a02d26;
}
@media screen and (max-width: 1400px) {
  .header__top_right .telbox .tellink {
    gap: 5rem;
    font-size: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .header__top_right .telbox .tellink {
    font-size: 29rem;
  }
}
.header__top_right .telbox .tellink img {
  max-width: 15px;
}
@media screen and (max-width: 1400px) {
  .header__top_right .telbox .tellink img {
    max-width: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .header__top_right .telbox .tellink img {
    max-width: 20rem;
  }
}
.header__top_right .telbox .timetxt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 185px;
  height: 20px;
  border-radius: 10px;
  background: #a02d26;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .header__top_right .telbox .timetxt {
    width: 185rem;
    height: 20rem;
    font-size: 12rem;
    border-radius: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .header__top_right .telbox .timetxt {
    width: 260rem;
    height: 35rem;
    border-radius: 14rem;
    font-size: 16rem;
  }
}
.header__bottom {
  margin: auto;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .header__bottom {
    margin-top: 10rem;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav_item:hover .header__nav_item_link {
  border-radius: 8px 8px 0px 0px;
  background: #f9f6f0;
  color: #a02d26;
}
@media screen and (max-width: 1400px) {
  .header__nav_item:hover .header__nav_item_link {
    border-radius: 8rem 8rem 0 0;
  }
}
.header__nav_item:hover > .childlistbox {
  opacity: 1;
  visibility: visible;
}
.header__nav_item_link {
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: #222;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  .header__nav_item_link {
    padding: 15rem 30rem;
    font-size: 15rem;
  }
}
.header__nav_item .childlistbox {
  background: #f9f6f0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.header__nav_item .childlistbox .childlist {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
  padding: 40px 0;
}
@media screen and (max-width: 1400px) {
  .header__nav_item .childlistbox .childlist {
    max-width: 1200rem;
    grid-gap: 10rem;
    padding: 40rem 0;
  }
}
.header__nav_item .childlistbox .childlist.d-flex {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.header__nav_item .childlistbox .childlist.d-grid7 {
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
}
@media screen and (max-width: 1400px) {
  .header__nav_item .childlistbox .childlist.d-grid7 {
    grid-gap: 10rem;
  }
}
.header__nav_item .childlistbox .childlist.d-grid7 a {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #222;
  padding: 0;
  background: transparent;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .header__nav_item .childlistbox .childlist.d-grid7 a {
    font-size: 14rem;
    gap: 5rem;
    padding: 10rem;
    border-radius: 5rem;
  }
}
.header__nav_item .childlistbox .childlist.d-grid7 a img {
  max-width: 100%;
  display: none;
}
.header__nav_item .childlistbox .childlist li {
  max-width: 235px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .header__nav_item .childlistbox .childlist li {
    max-width: 235rem;
  }
}
.header__nav_item .childlistbox .childlist a {
  padding: 15px;
  border-radius: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #222;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .header__nav_item .childlistbox .childlist a {
    padding: 15rem;
    gap: 5rem;
    font-size: 16rem;
    line-height: 24rem;
  }
}
.header__nav_item .childlistbox .childlist a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background-image: url(../image/common/icon-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1400px) {
  .header__nav_item .childlistbox .childlist a::after {
    width: 10rem;
    height: 10rem;
    right: 15rem;
  }
}
.header__nav_item .childlistbox .childlist a img {
  max-width: 27px;
}
@media screen and (max-width: 1400px) {
  .header__nav_item .childlistbox .childlist a img {
    max-width: 17rem;
  }
}
.header .spbottomlist {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .spbottomlist {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(7, 1fr);
  }
  .header .spbottomlist li a {
    padding: 15rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10rem;
    font-weight: 500;
    font-size: 19rem;
    line-height: 1;
    text-align: center;
    color: #222;
    position: relative;
    transition: 0.3s;
  }
  .header .spbottomlist li a:hover {
    background: #f9f6f0;
  }
  .header .spbottomlist li a.active {
    background: #f9f6f0;
  }
  .header .spbottomlist li a::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 2rem;
    height: 85rem;
    background-color: #f9f6f0;
  }
  .header .spbottomlist li a img {
    width: 40rem;
  }
  .header .spbottomlist li a .menubox {
    width: 40rem;
    height: 40rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6rem;
  }
  .header .spbottomlist li a .menubox.change .bar1 {
    transform: rotate(-45deg) translate(-6rem, 7rem);
    background-color: #222;
  }
  .header .spbottomlist li a .menubox.change .bar2 {
    display: none;
  }
  .header .spbottomlist li a .menubox.change .bar3 {
    transform: rotate(45deg) translate(-5rem, -5rem);
    background-color: #222;
  }
  .header .spbottomlist li a .menubox span {
    width: 28rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: #6e3f21;
  }
  .header .spbottomlist li .active .menubox .bar1 {
    transform: rotate(-45deg) translate(-3rem, 3rem);
    width: 32rem;
  }
  .header .spbottomlist li .active .menubox .bar2 {
    display: none;
  }
  .header .spbottomlist li .active .menubox .bar3 {
    transform: rotate(45deg) translate(-2rem, -3rem);
    width: 32rem;
  }
  .header .spbottomlist li .splistbox {
    display: none;
  }
  .header .spbottomlist li .splistbox.show {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .header .spbottomlist li .splistbox {
    display: block;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: -100%;
    background: #f9f6f0;
    width: 100%;
    height: calc(100vh - 222rem);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
  }
  .header .spbottomlist li .splistbox .navlist {
    padding: 60rem 40rem;
    padding-bottom: 20rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20rem;
  }
  .header .spbottomlist li .splistbox .navlist li {
    width: 100%;
  }
  .header .spbottomlist li .splistbox .navlist a {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 6px;
    background: #fff;
    padding: 30rem 50rem;
    font-weight: 500;
    font-size: 28rem;
    line-height: 42rem;
    text-align: left;
    color: #222;
  }
  .header .spbottomlist li .splistbox .navlist a img {
    max-width: 24rem;
  }
  .header .spbottomlist li .splistbox .bannerbox {
    padding: 0 40rem;
    padding-bottom: 150rem;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .header .spbottomlist li .splistbox .bannerbox_item {
    width: 100%;
  }
  .header .spbottomlist li .splistbox .bannerbox_item.lastitem {
    border-radius: 6rem;
    background: #fff;
    grid-column: 1/span 2;
  }
  .header .spbottomlist li .splistbox .bannerbox_item.lastitem a {
    flex-direction: row;
    gap: 30rem;
    align-items: center;
    padding: 20rem;
    font-size: 28rem;
    line-height: 52rem;
    color: #222;
    text-align: left;
    font-weight: 400;
  }
  .header .spbottomlist li .splistbox .bannerbox_item.lastitem a img {
    width: 80rem;
  }
  .header .spbottomlist li .splistbox .bannerbox_item a {
    width: 100%;
    padding: 0;
  }
  .header .spbottomlist li .splistbox .bannerbox_item a::after {
    width: 0;
  }
  .header .spbottomlist li .splistbox .bannerbox_item a img {
    width: 100%;
  }
  .header .spbottomlist li .splistbox .sp_categorylist {
    padding: 60rem 40rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20rem;
  }
  .header .spbottomlist li .splistbox .sp_categorylist__item {
    width: 100%;
  }
  .header .spbottomlist li .splistbox .sp_categorylist__item .categoryparent {
    padding: 25rem 35rem;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 10rem;
    border-radius: 6rem;
    background: #fff;
    font-weight: 500;
    font-size: 28rem;
    line-height: 42rem;
    text-align: left;
    color: #222;
    position: relative;
    transition: 0.3s;
  }
  .header .spbottomlist li .splistbox .sp_categorylist__item .categoryparent.active {
    background: #efe6d5;
  }
  .header .spbottomlist li .splistbox .sp_categorylist__item .categoryparent.active::before {
    width: 0;
  }
  .header .spbottomlist li .splistbox .sp_categorylist__item .categoryparent::before {
    position: absolute;
    content: "";
    font-size: 40rem;
    width: 3rem;
    height: 22rem;
    top: 50%;
    transform: translateY(-50%);
    right: 49rem;
    background-color: #000000;
  }
  .header .spbottomlist li .splistbox .sp_categorylist__item .categoryparent::after {
    position: absolute;
    content: "";
    font-size: 40rem;
    width: 22rem;
    height: 3rem;
    top: 50%;
    transform: translateY(-50%);
    right: 40rem;
    background-color: #000000;
  }
  .header .spbottomlist li .splistbox .sp_categorylist__item .categoryparent img {
    width: 45rem;
  }
  .header .spbottomlist li .splistbox .sp_categorylist__item .subcategories a {
    padding: 25rem 35rem;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 10rem;
    border-radius: 6rem;
    background: #fff;
    font-weight: 500;
    font-size: 28rem;
    line-height: 42rem;
    text-align: left;
    color: #222;
    position: relative;
    border-bottom: 1px solid #d5cebf;
  }
  .header .spbottomlist li .splistbox .sp_categorylist__item .subcategories a img {
    width: 24rem;
  }
  .header .spbottomlist li .splistbox .sp_brandlist {
    padding: 40rem 50rem;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .header .spbottomlist li .splistbox .sp_brandlist li {
    width: 100%;
  }
  .header .spbottomlist li .splistbox .sp_brandlist a {
    padding: 25rem 35rem;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 10rem;
    border-radius: 6rem;
    background: #fff;
    font-weight: 500;
    font-size: 28rem;
    line-height: 42rem;
    text-align: left;
    color: #222;
    position: relative;
    border-bottom: 1px solid #d5cebf;
  }
  .header .spbottomlist li .splistbox .sp_brandlist a img {
    width: 24rem;
  }
}
.header__searchbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.2s;
}
.header__searchbox.show {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .header__searchbox {
    position: absolute;
    background: #f9f6f0;
    top: 100%;
    height: calc(100vh - 222rem);
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.header__searchbox .colsebtn {
  cursor: pointer;
  position: absolute;
  top: -50px;
  right: -150px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f9f6f0;
  font-size: 24px;
  color: #6E3F21;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .header__searchbox .colsebtn {
    top: -50rem;
    right: -150rem;
    font-size: 24rem;
    width: 50rem;
    height: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .header__searchbox .colsebtn {
    display: none;
  }
}
.header__searchbox .innerbox {
  position: relative;
  max-width: 660px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .header__searchbox .innerbox {
    max-width: 660rem;
  }
}
@media screen and (max-width: 768px) {
  .header__searchbox .innerbox {
    padding: 60rem 40rem;
    max-width: 100%;
  }
}
.header__searchbox_head {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .header__searchbox_head {
    gap: 5rem;
    font-size: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .header__searchbox_head {
    font-size: 36rem;
  }
}
.header__searchbox_head img {
  max-width: 20px;
}
@media screen and (max-width: 1400px) {
  .header__searchbox_head img {
    max-width: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .header__searchbox_head img {
    max-width: 40rem;
  }
}
.header__searchbox_content {
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  .header__searchbox_content {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .header__searchbox_content {
    margin-top: 50rem;
  }
}
.header__searchbox_content .inputbox .txt {
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  color: #707070;
  margin-bottom: 5px;
}
@media screen and (max-width: 1400px) {
  .header__searchbox_content .inputbox .txt {
    font-size: 15rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .header__searchbox_content .inputbox .txt {
    font-size: 28rem;
    gap: 10rem;
  }
}
.header__searchbox_content .inputbox input[type=text],
.header__searchbox_content .inputbox select {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background-color: #f9f6f0;
  padding: 15px;
  font-weight: 400;
  font-size: 13px;
  text-align: left;
  color: #222;
  border: none;
  outline: none;
}
@media screen and (max-width: 1400px) {
  .header__searchbox_content .inputbox input[type=text],
  .header__searchbox_content .inputbox select {
    border-radius: 5rem;
    height: 50rem;
    padding: 15rem;
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .header__searchbox_content .inputbox input[type=text],
  .header__searchbox_content .inputbox select {
    background-color: #fff;
    font-size: 28rem;
    padding: 25rem 20rem;
    height: 90rem;
  }
}
.header__searchbox_content .inputbox input[type=text]::-moz-placeholder, .header__searchbox_content .inputbox select::-moz-placeholder {
  color: #707070;
}
.header__searchbox_content .inputbox input[type=text]::placeholder,
.header__searchbox_content .inputbox select::placeholder {
  color: #707070;
}
.header__searchbox_content .inputbox .pricebox {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1400px) {
  .header__searchbox_content .inputbox .pricebox {
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .header__searchbox_content .inputbox .pricebox {
    gap: 15rem;
  }
}
.header__searchbox_content .inputbox .pricebox span {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .header__searchbox_content .inputbox .pricebox span {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .header__searchbox_content .inputbox .pricebox span {
    font-size: 28rem;
  }
}
.header__searchbox_content .detailbox {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1400px) {
  .header__searchbox_content .detailbox {
    margin-top: 30rem;
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .header__searchbox_content .detailbox {
    flex-direction: column;
    margin-top: 50rem;
    gap: 50rem;
  }
}
.header__searchbox_content .detailbox .inputbox {
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header__searchbox_content .detailbox .inputbox {
    max-width: 100%;
  }
}
.header__searchbox .search_btn {
  margin-top: 40px;
}
@media screen and (max-width: 1400px) {
  .header__searchbox .search_btn {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .header__searchbox .search_btn {
    margin-top: 60rem;
  }
}/*# sourceMappingURL=header.css.map */