/* ==========================================================================
   responsive size
   ========================================================================== */
#wrap {
  overflow: hidden;
}

#container {
  padding-bottom: 12.5rem;
  min-height: calc(100% - 25rem);
}
@media (max-width: 600px) {
  #container {
    padding-bottom: 7.5rem;
  }
}
.section {
  padding: 5.625rem 5rem 0;
}
.section > .inner {
  position: relative;
  margin: 0 auto;
  max-width: 90rem;
}
.section > .inner h4.title {
  line-height: 2.5rem;
  font-size: 2.125rem;
  font-weight: 700;
  color: #111;
}
.section > .inner .contents {
  position: relative;
  margin-top: 40px;
}
.section > .inner .title_area {
  display: flex;
  align-items: center;
}
.section > .inner .title_area .desc {
  flex: 1;
  padding-left: 40px;
  line-height: 24px;
  font-weight: 400;
  font-size: 20px;
  color: #111;
}
.section > .inner .blank {
  display: flex;
  justify-content: center;
  width: 100%;
  flex: 0 0 100%;
  margin-top: -0.0625rem;
  margin-bottom: -0.0625rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  padding: 5.625rem 0;
}
.section > .inner .blank .msg {
  font-size: 1.25rem;
  font-weight: 500;
  color: #111;
}

@media (max-width: 600px) {
  .section {
    padding: 2.5rem 0.9375rem 0;
  }
  .section > .inner h4.title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .section > .inner .contents {
    margin-top: 0.625rem;
  }
  .section > .inner .title_area {
    display: block;
  }
  .section > .inner .title_area .desc {
    margin-top: 0.625rem;
    padding-left: 0;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .section > .inner .blank {
    text-align: center;
    padding: 5.625rem 0;
  }
  .section > .inner .blank .msg {
    font-size: 1rem;
  }
}
.hr {
  position: relative;
  margin: 5.625rem auto 0;
  padding: 0 5rem;
  border: 0;
}
.hr::before {
  content: "";
  display: block;
  margin: 0 auto;
  max-width: 90rem;
  height: 0.0625rem;
  background-color: #E5E5E5;
}
.hr.hr_lg {
  height: 1.125rem;
  border: 0;
  background-color: #F2F2F2;
}
.hr.hr_lg::before {
  display: none;
}

@media (max-width: 600px) {
  .hr {
    margin-top: 2.5rem;
    padding: 0 0.9375rem;
  }
}
.submenu_area {
  position: relative;
  padding: 0 5rem;
  height: 350px;
}
.submenu_area .submenu_background {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.submenu_area .inner {
  position: relative;
  padding-top: 140px;
  max-width: 90rem;
  margin: 0 auto;
  height: 100%;
  text-align: center;
}
.submenu_area .inner .title {
  font-family: "Pretendard";
  line-height: 50px;
  font-weight: 600;
  font-size: 40;
  color: #444;
}
.submenu_area .inner .desc {
  padding-top: 10px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #444;
}
.submenu_area .nav_sub {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.submenu_area .nav_sub .lst_submenu {
  display: flex;
}
.submenu_area .nav_sub .lst_submenu a {
  flex: 1 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: block;
  height: 50px;
  line-height: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 17px;
  font-weight: 300;
  color: #444;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.submenu_area .nav_sub .lst_submenu a.on {
  border: 0;
  background-color: #fff;
  font-weight: 500;
  color: #111;
}
.submenu_area .nav_sub .lst_submenu:first-child a {
  border-left: 0.0625rem solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 600px) {
  .submenu_area {
    padding: 0;
    height: 360px;
    background-image: url(../img/sub/bg_product_m.webp);
    background-position: right;
  }
  .submenu_area .inner {
    padding-top: 100px;
  }
  .submenu_area .inner .title {
    font-size: 2.625rem;
    line-height: 3.25rem;
    letter-spacing: -0.0625rem;
  }
  .submenu_area .inner .desc {
    margin: 0 auto;
    padding-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    word-break: keep-all;
    color: #D1D1D1;
  }
  .submenu_area .nav_sub .lst_submenu {
    display: flex;
    flex-flow: row wrap;
  }
  .submenu_area .nav_sub .lst_submenu a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    height: 50px;
    flex: 1 0 0;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    font-size: 0.875rem;
  }
}
.pagetitle_area {
  padding: 0 5rem;
}
.pagetitle_area .inner {
  position: relative;
  margin: 0 auto;
  padding-top: 4.9375rem;
  max-width: 90rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 0.875rem;
  border-bottom: 0.0625rem solid #111;
}
.pagetitle_area .inner .title {
  line-height: 3.3125rem;
  font-size: 2.8125rem;
  font-weight: 700;
  color: #111;
}
.pagetitle_area .inner .selectbox.sort_box {
  width: 176px;
  height: 40px;
}
.pagetitle_area .inner .selectbox.sort_box .form_control {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: solid 1px #aaa;
  padding: 7px;
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 300;
  color: #454545;
  background-color: #f6f2ed;
  max-height: 100px;
  overflow-y: auto;
}
.pagetitle_area .inner .selectbox.sort_box .form_control option {
  width: 100%;
  border-radius: 5px;
  border: solid 1px #aaa;
  padding: 7px;
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 300;
  color: #454545;
  background-color: #f6f2ed;
  margin-left: 7px;
}

.pagenavi_area {
  padding: 0 5rem 0;
}
.pagenavi_area .inner {
  position: relative;
  margin: 0 auto;
  padding-top: 1.875rem;
  max-width: 90rem;
}
.pagenavi_area .inner .breadcrumb {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pagenavi_area .inner .breadcrumb li {
  position: relative;
  padding-left: 1.875rem;
  line-height: 1.3125rem;
  color: #111;
  font-size: 1.125rem;
}
.pagenavi_area .inner .breadcrumb li:first-child {
  padding-left: 0;
}
.pagenavi_area .inner .breadcrumb li:first-child::before {
  display: none;
}
.pagenavi_area .inner .breadcrumb li::before {
  content: ">";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -0.125rem;
  line-height: 1.3125rem;
}
.pagenavi_area .inner .breadcrumb li.home a {
  display: block;
  width: 1.25rem;
  height: 1.3125rem;
  background: url(../img/sub/ico_home.svg) no-repeat 50% 50%;
}

@media (max-width: 600px) {
  .pagenavi_area {
    padding: 0 0.9375rem 0;
  }
  .pagenavi_area .inner {
    padding-top: 0.8125rem;
  }
  .pagenavi_area .inner .breadcrumb li {
    padding-left: 1.25rem;
    font-size: 0.6875rem;
    line-height: 0.8125rem;
  }
  .pagenavi_area .inner .breadcrumb li::before {
    left: 0.5rem;
  }
  .pagenavi_area .inner .breadcrumb li.home a {
    width: 0.75rem;
    height: 0.75rem;
    background-size: 0.75rem 0.75rem;
  }
}
/* ==========================================================================
Product
========================================================================== */
.sec_product .lst_products {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem 2.25rem;
  width: 100%;
}
.sec_product .lst_products li {
  position: relative;
  width: calc(25% - 1.6875rem);
}
.sec_product .lst_products li a {
  display: block;
}
.sec_product .lst_products li a .img {
  overflow: hidden;
  display: block;
  border: 0.0625rem solid #E5E5E5;
}
.sec_product .lst_products li a .img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.sec_product .lst_products li a:hover .img img {
  transform: scale(1.1);
}
.sec_product .lst_products li a .name {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  color: #111;
  letter-spacing: -0.0625rem;
}
.sec_product .lst_products li::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 10;
}
.sec_product .lst_products li.new::before {
  background-image: url(../img/sub/ico_new_v2.svg);
}
.sec_product .lst_products li.hot::before {
  background-image: url(../img/sub/ico_hot_v2.svg);
}
.sec_product .lst_products li.best::before {
  background-image: url(../img/sub/ico_best_v2.svg);
}

@media (max-width: 600px) {
  .sec_product .lst_products {
    gap: 2.5rem;
  }
  .sec_product .lst_products li {
    width: 100%;
  }
  .sec_product .lst_products li a .name {
    margin-top: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.3125rem;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 3.75rem;
}
.pagination li a {
  position: relative;
  display: block;
  width: 2.9375rem;
  height: 2.9375rem;
  line-height: 2.8125rem;
  border-radius: 50%;
  border: 0.0625rem solid #E5E5E5;
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  color: #A2A2A2;
}
.pagination li a.on {
  font-weight: 600;
  color: #A64826;
  border: 0.125rem solid #A64826;
  line-height: 2.6875rem;
}
.pagination li.prev a::before {
  content: "<";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -0.125rem;
}
.pagination li.next a::before {
  content: ">";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -0.125rem;
}

@media (max-width: 600px) {
  .pagination {
    margin-top: 2.5rem;
    gap: 0.375rem;
  }
  .pagination li a {
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2rem;
  }
  .pagination li a.on {
    line-height: 2rem;
  }
  .pagination li:nth-child(6), .pagination li:nth-child(7), .pagination li:nth-child(8), .pagination li:nth-child(9), .pagination li:nth-child(10) {
    display: none;
  }
  .pagination li.next {
    display: block;
  }
}/*# sourceMappingURL=page_product_list.css.map */