/* Made by Masstige */
.flex-img-bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 1.25rem;
}
.flex-img-bx.reverse {
  flex-direction: row;
}
.flex-img-bx .txt-bx {
  width: 45%;
}
.flex-img-bx .txt-bx .tit {
  margin-bottom: 1.875rem;
}
.flex-img-bx .txt-bx .tit p {
  font-size: 1.75rem;
}
.flex-img-bx .txt-bx .tit p strong {
  color: #241915;
}
.flex-img-bx .txt-bx .desc p {
  font-weight: 300;
  font-size: 1.125rem;
  color: #333;
  line-height: 1.8;
}
.flex-img-bx .txt-bx .desc.dialog {
  width: fit-content;
}
.flex-img-bx .txt-bx .desc.dialog::before {
  content: "";
  display: block;
  width: 2.125rem;
  height: 1.4375rem;
  background-image: url(../images/icon/icon-ldquo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: auto;
  margin-bottom: 1.25rem;
}
.flex-img-bx .txt-bx .desc.dialog::after {
  content: "";
  display: block;
  width: 2.125rem;
  height: 1.4375rem;
  background-image: url(../images/icon/icon-rdquo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: auto;
  margin-top: 1.25rem;
}
@media all and (max-width: 768px) {
  .flex-img-bx .txt-bx .desc.dialog {
    margin-top: 2.5rem;
  }
  .flex-img-bx .txt-bx .desc.dialog::before {
    width: 1.25rem;
    height: 0.75rem;
    background-image: url(../images/icon/icon-ldquo.png);
    background-size: cover;
    margin-bottom: 0.625rem;
  }
  .flex-img-bx .txt-bx .desc.dialog::after {
    width: 1.25rem;
    height: 0.75rem;
    background-image: url(../images/icon/icon-rdquo.png);
    background-size: cover;
    margin-top: 0.625rem;
  }
}
@media all and (max-width: 768px) {
  .flex-img-bx {
    display: block;
  }
  .flex-img-bx .img-bx {
    margin-bottom: 1.25rem;
  }
  .flex-img-bx .img-bx img {
    display: block;
    margin: 0 auto;
  }
  .flex-img-bx .txt-bx {
    width: 100%;
  }
  .flex-img-bx .txt-bx .tit p {
    font-size: 1.5rem;
  }
}

.overview-banner {
  position: relative;
}
.overview-banner .txt-bx {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 6.0625rem;
  color: #fff;
}
.overview-banner .txt-bx strong {
  font-weight: 500;
  font-size: 2rem;
}
.overview-banner .txt-bx p {
  font-family: "CormorantGaramond";
  font-size: 1.25rem;
}
@media all and (max-width: 768px) {
  .overview-banner .txt-bx {
    left: 20px;
  }
  .overview-banner .txt-bx strong {
    font-size: 1.25rem;
  }
  .overview-banner .txt-bx p {
    font-size: 1rem;
  }
}
.overview-info {
  display: flex;
  gap: 0.625rem;
}
.overview-info .tit {
  width: 34%;
  color: #241915;
}
.overview-info .tit p {
  font-weight: 200;
  font-size: 1.75rem;
}
.overview-info .tit p strong {
  font-weight: 600;
  font-size: 1.75rem;
}
.overview-info .desc {
  width: 66%;
}
.overview-info .desc > p {
  font-weight: 300;
  color: #333;
}
.overview-info .desc ul {
  display: flex;
  border-top: 1px solid #ddd;
  margin-top: 1.875rem;
  padding-top: 1.875rem;
}
.overview-info .desc ul li {
  width: 23.2558139535%;
}
.overview-info .desc ul li p {
  font-weight: 300;
  font-size: 0.9375rem;
}
.overview-info .desc ul li p strong {
  display: block;
  font-weight: 500;
  font-size: 1.125rem;
  color: #241915;
}
@media all and (max-width: 768px) {
  .overview-info {
    display: block;
  }
  .overview-info .tit {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .overview-info .tit p {
    font-size: 1.5rem;
  }
  .overview-info .tit p strong {
    font-size: 1.5rem;
  }
  .overview-info .desc {
    width: 100%;
  }
}
@media all and (max-width: 576px) {
  .overview-info .desc ul {
    flex-wrap: wrap;
    row-gap: 1.25rem;
  }
  .overview-info .desc ul li {
    width: 50%;
  }
}
.overview-store .tit-bx {
  text-align: center;
}
.overview-store .tit-bx p {
  font-weight: 300;
  font-size: 1.125rem;
  color: #333;
  margin-top: 0.5rem;
}
.overview-store ul {
  display: flex;
  gap: 3.75rem;
  margin-top: 4.375rem;
}
.overview-store ul li {
  width: 50%;
}
.overview-store ul li .img-bx {
  margin-bottom: 2rem;
}
.overview-store ul li .txt-bx strong {
  font-weight: 600;
  font-size: 1.5rem;
  color: #241915;
}
.overview-store ul li .txt-bx p {
  font-weight: 300;
  color: #333;
  margin-top: 0.75rem;
}
@media all and (max-width: 768px) {
  .overview-store ul {
    display: block;
    margin-top: 1.875rem;
  }
  .overview-store ul li {
    width: 100%;
  }
  .overview-store ul li .img-bx {
    margin-bottom: 0.875rem;
  }
  .overview-store ul li .img-bx img {
    display: block;
    margin: 0 auto;
  }
  .overview-store ul li .txt-bx strong {
    font-size: 1.25rem;
  }
  .overview-store ul li + li {
    margin-top: 1.875rem;
  }
}

.history .con-bx {
  max-width: 1600px !important;
  margin: 0 auto;
}
.history-top {
  max-width: 1280px;
}
.history-top .swiper-slide {
  opacity: 1 !important;
}
.history-top .swiper-slide p {
  font-weight: 200;
  font-size: 1.75rem;
}
.history-top .swiper-slide p strong {
  display: block;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.25;
}
.history-top .swiper-slide:not(.swiper-slide-active) {
  visibility: hidden;
}
.history-list {
  display: flex;
  align-items: center;
  margin-top: 3.125rem;
  position: relative;
}
.history-list .swiper-container {
  max-width: 1280px;
  width: calc(100% - 9.5rem);
}
.history-list .slide-next, .history-list .slide-prev {
  width: 3.5rem;
  opacity: 1;
  transition: opacity 0.3s;
}
@media all and (min-width: 768.02px) {
  .history-list .slide-next.swiper-button-disabled, .history-list .slide-prev.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
  }
}
.history-list .flex-bx {
  display: flex;
  gap: 3.75rem;
}
.history-list .flex-bx ul {
  width: 50%;
}
.history-list .flex-bx ul li {
  display: flex;
  gap: 1.875rem;
  border-bottom: 1px solid #ddd;
  padding: 1.25rem 0;
}
.history-list .flex-bx ul li.year {
  font-weight: 700;
  font-size: 1.375rem;
  color: #966a2d;
  border-bottom: 0;
}
.history-list .flex-bx ul li .month {
  font-weight: 600;
  font-size: 1.125rem;
}
.history-list .flex-bx ul li p {
  font-weight: 300;
  font-size: 1.125rem;
}
@media all and (max-width: 768px) {
  .history-list {
    position: relative;
    padding-bottom: 5.625rem;
  }
  .history-list .swiper-container {
    width: 100%;
  }
  .history-list .slide-next, .history-list .slide-prev {
    position: absolute;
    bottom: 0.625rem;
  }
  .history-list .slide-prev {
    left: calc(50% - 3.75rem);
  }
  .history-list .slide-next {
    right: calc(50% - 3.75rem);
  }
  .history-list .flex-bx {
    display: block;
  }
  .history-list .flex-bx ul {
    width: 100%;
  }
  .history-list .flex-bx ul + ul {
    margin-top: 1.875rem;
  }
}
@media all and (max-width: 576px) {
  .history-list .slide-next, .history-list .slide-prev {
    width: 3rem;
  }
  .history-list .slide-prev {
    left: calc(50% - 3.4375rem);
  }
  .history-list .slide-next {
    right: calc(50% - 3.4375rem);
  }
}

.skill-sec02 ul {
  display: flex;
  gap: 1.75rem;
}
.skill-sec02 ul li {
  width: 33.3333333333%;
  position: relative;
}
.skill-sec02 ul li .txt-bx {
  text-align: center;
}
.skill-sec02 ul li .txt-bx strong {
  display: block;
  font-weight: 600;
  font-size: 1.625rem;
  margin-top: 1.25rem;
}
.skill-sec02 ul li .txt-bx p {
  font-weight: 300;
  font-size: 1.125rem;
  margin-top: 0.625rem;
}
@media all and (max-width: 768px) {
  .skill-sec02 ul {
    display: block;
  }
  .skill-sec02 ul li {
    width: 100%;
  }
  .skill-sec02 ul li .img-bx img {
    display: block;
    margin: 0 auto;
  }
  .skill-sec02 ul li + li {
    margin-top: 1.25rem;
  }
}

.ceo .tit {
  font-size: 2.125rem;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .ceo .tit {
    font-size: 1.875rem;
  }
}

.belief-sec01 {
  max-width: 1440px;
  margin: 0 auto;
}
.belief-sec02 {
  max-width: 1440px;
  margin: 0 auto;
}
.belief-sec02 .banner {
  background-image: url(../images/sub/about/belief/belief-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 7.5rem 0;
}
.belief-sec02 .banner .txt-bx p {
  font-size: 1.5rem;
}
@media all and (max-width: 768px) {
  .belief-sec02 .banner {
    padding: 6.25rem 0;
  }
  .belief-sec02 .banner .txt-bx {
    padding: 0 1.25rem;
  }
  .belief-sec02 .banner .txt-bx p {
    font-size: 1.125rem;
  }
  .belief-sec02 .banner .txt-bx p strong {
    display: block;
  }
  .belief-sec02 .banner .txt-bx p br {
    display: none;
  }
}
.belief-sec03 .inner {
  max-width: 1440px;
  margin: 0 auto;
}

.kym-table .hide {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.kym-table table {
  width: 100%;
}
.kym-table table th, .kym-table table td {
  height: 3.75rem;
}
.kym-table table th {
  border-top: 1px solid #241915;
  border-bottom: 1px solid #ddd;
  font-weight: 700;
  font-size: 1.125rem;
  color: #241915;
}
.kym-table table td {
  border-bottom: 1px solid #ddd;
  padding: 0 1.25rem;
}
.kym-table table td:nth-child(1) {
  font-weight: 700;
  font-size: 1.125rem;
  color: #241915;
}
.kym-table table td:nth-child(2) {
  text-align: center;
}
.kym-list .flex-bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kym-list .flex-bx.reverse {
  flex-direction: row-reverse;
}
.kym-list .flex-bx + .flex-bx {
  border-top: 1px solid #ddd;
  padding-top: 5.625rem;
  margin-top: 5.625rem;
}
.kym-list .flex-bx ul {
  width: 50%;
}
.kym-list .flex-bx ul li {
  display: flex;
  gap: 2.5rem;
}
.kym-list .flex-bx ul li .year {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #966a2d;
}
.kym-list .flex-bx ul li .desc {
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.kym-list .flex-bx ul li .desc p + p {
  margin-top: 1.625rem;
}
.kym-list .flex-bx ul li + li {
  margin-top: 1.625rem;
}
.kym-list .flex-bx .img-bx {
  width: 50%;
}
.kym-list .flex-bx .img-bx img {
  display: block;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .kym-list .flex-bx .img-bx img {
    width: 50%;
  }
}
@media all and (max-width: 768px) {
  .kym-list .flex-bx {
    display: block;
    position: relative;
  }
  .kym-list .flex-bx ul {
    width: 100%;
  }
  .kym-list .flex-bx .img-bx {
    width: 100%;
    position: absolute;
    z-index: -1;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  .kym-list .flex-bx .img-bx img {
    width: 40%;
    opacity: 0.6;
  }
  .kym-list .flex-bx + .flex-bx {
    padding-top: 2.5rem;
    margin-top: 2.5rem;
  }
}

.signature-list.type01 ul li {
  display: flex;
  align-items: center;
  gap: 5rem;
}
.signature-list.type01 ul li .img-bx {
  width: 50%;
}
.signature-list.type01 ul li .txt-bx {
  width: 50%;
}
.signature-list.type01 ul li .txt-bx .tit {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2.1875rem;
}
.signature-list.type01 ul li .txt-bx .tit strong {
  font-size: 1.25rem;
  color: #966a2d;
  white-space: nowrap;
}
.signature-list.type01 ul li .txt-bx .tit::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #966a2d;
  margin-left: 0.375rem;
}
.signature-list.type01 ul li .txt-bx p {
  margin-top: 1.875rem;
}
.signature-list.type01.reverse ul li {
  flex-direction: row-reverse;
}
@media all and (max-width: 768px) {
  .signature-list.type01 ul li {
    display: block;
  }
  .signature-list.type01 ul li .img-bx {
    width: 100%;
    margin-bottom: 1.875rem;
  }
  .signature-list.type01 ul li .img-bx img {
    display: block;
    margin: 0 auto;
  }
  .signature-list.type01 ul li .txt-bx {
    width: 100%;
  }
}
.signature-list.type02 ul {
  display: flex;
  gap: 3.75rem;
}
.signature-list.type02 ul li {
  width: 100%;
  text-align: center;
  border-top: 1px solid #241915;
  border-bottom: 1px solid #ccc;
  padding: 3.125rem 0;
}
.signature-list.type02 ul li .tit-bx span {
  font-family: "CormorantGaramond";
  color: #966a2d;
}
.signature-list.type02 ul li .tit-bx strong {
  display: block;
  font-weight: 600;
  font-size: 1.375rem;
  color: #241915;
}
.signature-list.type02 ul li .txt-bx {
  margin-top: 1.25rem;
}
.signature-list.type02 ul li .txt-bx p {
  font-weight: 300;
}
@media all and (max-width: 1200px) {
  .signature-list.type02 ul li .txt-bx p br {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .signature-list.type02 ul {
    display: block;
  }
  .signature-list.type02 ul li + li {
    margin-top: 1.875rem;
  }
}
.signature-slide-list {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.signature-slide-list .slide-next, .signature-slide-list .slide-prev {
  width: 3.5rem;
  margin-bottom: 1.25rem;
  cursor: pointer;
}
.signature-slide-list .swiper-pagination {
  position: static;
  margin-top: 1.125rem;
  color: rgba(36, 25, 21, 0.5);
}
.signature-slide-list .swiper-pagination span {
  font-family: "CormorantGaramond";
  font-size: 1.375rem;
}
.signature-slide-list .swiper-pagination span.current {
  color: #241915;
}
.signature-slide-list .swiper-container {
  width: calc(100% - 12rem);
}
@media all and (max-width: 768px) {
  .signature-slide-list .slide-next, .signature-slide-list .slide-prev {
    display: none;
  }
  .signature-slide-list .swiper-container {
    width: 100%;
  }
}

.csr-list.type01 {
  margin-top: 6.25rem;
  padding-top: 6.25rem;
  border-top: 1px solid #ddd;
}
.csr-list.type01 > ul > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.csr-list.type01 > ul > li.reverse {
  flex-direction: row-reverse;
}
.csr-list.type01 > ul > li + li {
  margin-top: 6.25rem;
  padding-top: 6.25rem;
}
.csr-list.type01 > ul > li .txt-bx .tit {
  display: block;
  font-weight: 600;
  font-size: 1.75rem;
  color: #241915;
  margin-bottom: 3rem;
}
.csr-list.type01 > ul > li .dot-list li {
  position: relative;
  padding-left: 0.5rem;
}
.csr-list.type01 > ul > li .dot-list li::before {
  content: "";
  width: 0.125rem;
  height: 0.125rem;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: 0.625rem;
  left: 0;
}
@media all and (min-width: 768.02px) {
  .csr-list.type01 > ul > li .btn-type-03:hover img {
    filter: invert(100%) sepia(16%) saturate(2%) hue-rotate(57deg) brightness(110%) contrast(101%);
  }
}
@media all and (max-width: 768px) {
  .csr-list.type01 {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
  .csr-list.type01 > ul > li {
    display: block;
  }
  .csr-list.type01 > ul > li .img-bx {
    margin-bottom: 1.875rem;
  }
  .csr-list.type01 > ul > li .txt-bx .tit {
    margin-bottom: 1.25rem;
  }
  .csr-list.type01 > ul > li + li {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
}
.csr-list.type02 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem;
}
.csr-list.type02 ul li {
  width: calc(50% - 1.875rem);
}
.csr-list.type02 ul li .txt-bx {
  margin-top: 1.875rem;
}
.csr-list.type02 ul li .txt-bx strong {
  font-weight: 600;
  font-size: 1.75rem;
  color: #241915;
}
.csr-list.type02 ul li .txt-bx p {
  font-weight: 300;
  margin-top: 0.375rem;
}
@media all and (max-width: 768px) {
  .csr-list.type02 ul {
    gap: 1.875rem;
  }
  .csr-list.type02 ul li {
    width: calc(50% - 0.9375rem);
  }
}
@media all and (max-width: 576px) {
  .csr-list.type02 ul {
    display: block;
  }
  .csr-list.type02 ul li {
    width: 100%;
  }
  .csr-list.type02 ul li + li {
    margin-top: 1.875rem;
  }
}

.product-detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product-detail .slide-bx {
  width: 48%;
}
.product-detail .slide-bx .thumb-main-slide .swiper-slide {
  cursor: grab;
}
.product-detail .slide-bx .thumb-main-slide .swiper-slide .img-bx {
  display: block;
  position: relative;
  overflow: hidden;
}
.product-detail .slide-bx .thumb-main-slide .swiper-slide .img-bx::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.product-detail .slide-bx .thumb-main-slide .swiper-slide .img-bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
.product-detail .slide-bx .thumb-main-slide .swiper-pagination {
  display: none;
}
.product-detail .slide-bx .thumb-sub-slide {
  margin-top: 0.625rem;
}
.product-detail .slide-bx .thumb-sub-slide .swiper-slide {
  transition: opacity 0.3s;
  cursor: pointer;
}
.product-detail .slide-bx .thumb-sub-slide .swiper-slide .img-bx {
  display: block;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.3s;
}
.product-detail .slide-bx .thumb-sub-slide .swiper-slide .img-bx::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.product-detail .slide-bx .thumb-sub-slide .swiper-slide .img-bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
.product-detail .slide-bx .thumb-sub-slide .swiper-slide:not(.swiper-slide-thumb-active) {
  opacity: 0.5;
}
@media all and (min-width: 768.02px) {
  .product-detail .slide-bx .thumb-sub-slide .swiper-slide:hover .img-bx {
    border-color: #966a2d;
  }
}
.product-detail .txt-bx {
  width: 45%;
  margin-top: 2.1875rem;
}
.product-detail .txt-bx > ul > li {
  padding: 1.25rem 0;
  border-bottom: 1px solid #e8e8e8;
}
.product-detail .txt-bx > ul > li.tit {
  border-color: #241915;
}
.product-detail .txt-bx > ul > li.tit h4 {
  font-weight: 500;
  font-size: 2rem;
  color: #241915;
}
.product-detail .txt-bx > ul > li.price p {
  font-family: "BookkMyungjo";
  font-weight: 700;
  font-size: 1.25rem;
  color: #966a2d;
}
.product-detail .txt-bx > ul > li.desc p {
  font-weight: 300;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height: 3em;
  height: auto;
}
.product-detail .txt-bx > ul > li.info .sub-tit {
  display: block;
  font-weight: 500;
  color: #241915;
  margin-bottom: 0.375rem;
}
.product-detail .txt-bx > ul > li.info .dot-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.product-detail .txt-bx > ul > li.info .dot-list li {
  width: calc(33.3333333333% - 0.43125rem);
}
.product-detail .txt-bx > ul > li.info .dot-list li::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  background-color: #333;
  border-radius: 50%;
  vertical-align: 0.25rem;
  margin-right: 0.25rem;
}
@media all and (max-width: 768px) {
  .product-detail {
    display: block;
  }
  .product-detail .slide-bx {
    width: 100%;
    max-width: 610px;
    margin: 0 auto;
  }
  .product-detail .slide-bx .thumb-main-slide .swiper-pagination {
    display: block;
  }
  .product-detail .slide-bx .thumb-sub-slide {
    display: none;
  }
  .product-detail .txt-bx {
    width: 100%;
  }
}

.product-slide-list .slide-tab ul {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.product-slide-list .slide-tab ul li {
  width: 100%;
  text-align: center;
}
.product-slide-list .slide-tab ul li button {
  width: 100%;
  height: 2.875rem;
  color: #ddd;
  border: 1px solid #ddd;
  transition: all 0.3s;
}
.product-slide-list .slide-tab ul li.on button {
  color: #241915;
  border-color: #241915;
}
@media all and (min-width: 768.02px) {
  .product-slide-list .slide-tab ul li:not(.on) button {
    position: relative;
  }
  .product-slide-list .slide-tab ul li:not(.on):hover button {
    color: #241915;
    border-color: #241915;
    margin-top: -0.625rem;
  }
}
.product-slide-list .slide-tab-con .slide-bx .product-slide {
  padding-bottom: 4.875rem;
}
.product-slide-list .slide-tab-con .slide-bx .product-slide .img-bx {
  display: block;
  position: relative;
  overflow: hidden;
}
.product-slide-list .slide-tab-con .slide-bx .product-slide .img-bx::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.product-slide-list .slide-tab-con .slide-bx .product-slide .img-bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
.product-slide-list .slide-tab-con .slide-bx .product-slide .swiper-pagination {
  bottom: 0;
}
@media all and (max-width: 768px) {
  .product-slide-list .slide-tab ul {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    width: 100%;
    padding: 1.25rem 0;
  }
  .product-slide-list .slide-tab ul li {
    display: inline;
  }
  .product-slide-list .slide-tab ul li button {
    width: auto;
    padding: 0 1.25rem;
  }
  .product-slide-list .slide-tab ul li + li {
    margin-left: 1.25rem;
  }
  .product-slide-list .slide-tab-con .slide-bx .product-slide {
    padding-bottom: 2.5rem;
  }
}
.product-img-list.type01 ul {
  display: flex;
  gap: 0.625rem;
}
.product-img-list.type01 ul li {
  width: 33.3333333333%;
}
.product-img-list.type01 ul li .img-bx img {
  display: block;
  margin: 0 auto;
}
.product-img-list.type01 ul li .txt-bx {
  text-align: center;
  margin-top: 2.1875rem;
}
.product-img-list.type01 ul li .txt-bx strong {
  font-weight: 500;
  font-size: 1.5rem;
  color: #241915;
}
.product-img-list.type01 ul li .txt-bx p {
  font-weight: 300;
  margin-top: 0.375rem;
}
@media all and (max-width: 1400px) {
  .product-img-list.type01 ul li .txt-bx p br {
    display: none;
  }
}
@media all and (min-width: 768.02px) {
  .product-img-list.type01 ul li .txt-bx p s a:hover {
    text-decoration: underline;
  }
}
@media all and (max-width: 768px) {
  .product-img-list.type01 ul {
    display: block;
  }
  .product-img-list.type01 ul li {
    width: 100%;
  }
  .product-img-list.type01 ul li + li {
    margin-top: 1.875rem;
  }
}
.product-img-list.type02 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.product-img-list.type02 ul li {
  width: calc(25% - 1.875rem);
}
.product-img-list.type02 ul li .img-bx {
  display: block;
  position: relative;
  overflow: hidden;
}
.product-img-list.type02 ul li .img-bx::after {
  content: "";
  display: block;
  padding-bottom: 14.4981412639%;
}
.product-img-list.type02 ul li .img-bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
.product-img-list.type02 ul li .img-bx img {
  display: block;
  margin: 0 auto;
}
.product-img-list.type02 .btn-wrap {
  display: none;
}
.product-img-list.type02.full ul li:nth-child(n+9) {
  display: none;
}
.product-img-list.type02.full .btn-wrap {
  display: block;
}
.product-img-list.type02.full.open ul li:nth-child(n+9) {
  display: block;
}
.product-img-list.type02.full.open .btn-wrap img {
  transform: rotate(180deg);
}
@media all and (max-width: 768px) {
  .product-img-list.type02 ul {
    gap: 1.25rem;
  }
  .product-img-list.type02 ul li {
    width: calc(50% - 0.625rem);
  }
  .product-img-list.type02.full ul li:nth-child(n+7) {
    display: none;
  }
  .product-img-list.type02.open ul li:nth-child(n+7) {
    display: block;
  }
}

.store-detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.store-detail .slide-bx {
  width: 48%;
}
.store-detail .slide-bx .thumb-main-slide .swiper-slide {
  cursor: grab;
}
.store-detail .slide-bx .thumb-main-slide .swiper-slide .img-bx {
  display: block;
  position: relative;
  overflow: hidden;
}
.store-detail .slide-bx .thumb-main-slide .swiper-slide .img-bx::after {
  content: "";
  display: block;
  padding-bottom: 65.5737704918%;
}
.store-detail .slide-bx .thumb-main-slide .swiper-slide .img-bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
.store-detail .slide-bx .thumb-main-slide .swiper-pagination {
  display: none;
}
.store-detail .slide-bx .thumb-sub-slide {
  margin-top: 0.625rem;
}
.store-detail .slide-bx .thumb-sub-slide .swiper-slide {
  transition: opacity 0.3s;
  cursor: pointer;
}
.store-detail .slide-bx .thumb-sub-slide .swiper-slide .img-bx {
  display: block;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.3s;
}
.store-detail .slide-bx .thumb-sub-slide .swiper-slide .img-bx::after {
  content: "";
  display: block;
  padding-bottom: 65.5172413793%;
}
.store-detail .slide-bx .thumb-sub-slide .swiper-slide .img-bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
.store-detail .slide-bx .thumb-sub-slide .swiper-slide:not(.swiper-slide-thumb-active) {
  opacity: 0.5;
}
@media all and (min-width: 768.02px) {
  .store-detail .slide-bx .thumb-sub-slide .swiper-slide:hover .img-bx {
    border-color: #966a2d;
  }
}
.store-detail .info-bx {
  width: 45%;
  margin-top: 2.1875rem;
}
.store-detail .info-bx .txt-bx {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 2.1875rem;
  margin-bottom: 2.1875rem;
}
.store-detail .info-bx .txt-bx .tit {
  display: block;
  font-weight: 500;
  font-size: 2rem;
  color: #241915;
  margin-bottom: 1.125rem;
}
.store-detail .info-bx .txt-bx .desc {
  font-weight: 300;
}
.store-detail .info-bx ul li {
  display: flex;
}
.store-detail .info-bx ul li .tit {
  width: 6.5625rem;
  font-weight: 500;
  color: #241915;
}
.store-detail .info-bx ul li .tit::before {
  content: "";
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: -0.125rem;
  margin-right: 0.375rem;
}
.store-detail .info-bx ul li .tit.bake::before {
  background-image: url(../images/icon/icon-bake.png);
}
.store-detail .info-bx ul li .tit.time::before {
  background-image: url(../images/icon/icon-time.png);
}
.store-detail .info-bx ul li .tit.call::before {
  width: 1rem;
  height: 1rem;
  background-image: url(../images/icon/icon-call.png);
}
.store-detail .info-bx ul li .tit.addr::before {
  width: 0.875rem;
  height: 0.9375rem;
  background-image: url(../images/icon/icon-loca.png);
}
.store-detail .info-bx ul li .desc {
  width: calc(100% - 6.5625rem);
  font-weight: 300;
}
.store-detail .info-bx ul li + li {
  margin-top: 1rem;
}
@media all and (max-width: 768px) {
  .store-detail {
    display: block;
  }
  .store-detail .slide-bx {
    width: 100%;
    max-width: 610px;
    margin: 0 auto;
  }
  .store-detail .slide-bx .swiper-wrapper {
    height: auto;
  }
  .store-detail .slide-bx .thumb-main-slide .swiper-pagination {
    display: block;
  }
  .store-detail .slide-bx .thumb-sub-slide {
    display: none;
  }
  .store-detail .info-bx {
    width: 100%;
  }
}

.location-info {
  padding: 2.1875rem 0;
  border-top: 1px solid #241915;
  border-bottom: 1px solid #ccc;
  margin-top: 3.125rem;
}
.location-info strong {
  display: block;
  font-weight: 600;
  font-size: 1.375rem;
  color: #241915;
}
.location-info .dot-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 4.6875rem;
  margin-top: 1.25rem;
}
.location-info .dot-list li {
  display: flex;
}
.location-info .dot-list li .tit {
  font-weight: 500;
  font-size: 1.125rem;
  color: #241915;
  margin-right: 0.625rem;
}
.location-info .dot-list li .tit::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  background-color: #333;
  border-radius: 50%;
  vertical-align: 0.3125rem;
  margin-right: 0.25rem;
}
.location-info .dot-list li .desc {
  font-weight: 300;
  font-size: 1.125rem;
}

.pere-banner {
  position: relative;
}
.pere-banner img {
  display: block;
  margin: 0 auto;
}
.pere-banner .txt-bx {
  color: #fff;
  position: absolute;
}
.pere-banner.type01 .txt-bx {
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.pere-banner.type01 .txt-bx .sub-tit {
  font-weight: 500;
  font-size: 1.5rem;
}
.pere-banner.type01 .txt-bx .tit {
  display: block;
  font-family: "ShadowsIntoLight";
  font-size: 6.25rem;
}
.pere-banner.type01 .txt-bx .desc {
  font-weight: 200;
  font-size: 1.125rem;
}
@media all and (max-width: 768px) {
  .pere-banner.type01 img {
    min-height: 200px;
    object-fit: cover;
  }
  .pere-banner.type01 .txt-bx .sub-tit {
    font-size: 1.125rem;
  }
  .pere-banner.type01 .txt-bx .tit {
    font-size: 3.75rem;
  }
  .pere-banner.type01 .txt-bx .desc {
    font-size: 0.9375rem;
  }
}
@media all and (max-width: 576px) {
  .pere-banner.type01 .txt-bx .tit {
    font-size: 1.875rem;
  }
}
.pere-banner.type02 img {
  min-height: 170px;
  object-fit: cover;
}
.pere-banner.type02 .txt-bx {
  transform: translateY(-50%);
  top: 50%;
  left: 18%;
}
.pere-banner.type02 .txt-bx .tit {
  display: block;
  font-weight: 600;
  font-size: 2rem;
}
.pere-banner.type02 .txt-bx .desc {
  font-weight: 200;
  font-size: 1.125rem;
}
@media all and (max-width: 768px) {
  .pere-banner.type02 .txt-bx {
    left: 20px;
  }
  .pere-banner.type02 .txt-bx .tit {
    font-size: 1.5rem;
  }
  .pere-banner.type02 .txt-bx .desc {
    font-size: 0.9375rem;
  }
}
.pere-menu-top {
  display: flex;
  justify-content: space-between;
}
.pere-menu-top .img-bx {
  width: 51%;
}
.pere-menu-top .txt-bx {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(48% - 4.375rem);
  text-align: center;
  border-top: 1px solid #241915;
  border-bottom: 1px solid #ccc;
}
.pere-menu-top .txt-bx .point-tit {
  font-family: "CormorantGaramond";
  font-weight: 600;
  font-size: 1.125rem;
  color: #966a2d;
}
.pere-menu-top .txt-bx strong {
  display: block;
  font-weight: 600;
  font-size: 1.75rem;
  color: #241915;
  margin-bottom: 1.5625rem;
}
.pere-menu-top .txt-bx .dsec {
  font-weight: 300;
}
@media all and (max-width: 768px) {
  .pere-menu-top {
    display: block;
  }
  .pere-menu-top .img-bx {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .pere-menu-top .img-bx img {
    display: block;
    margin: 0 auto;
  }
  .pere-menu-top .txt-bx {
    width: 100%;
    padding: 1.25rem 0;
  }
}
.pere-slide {
  padding-bottom: 8.125rem;
}
.pere-slide .swiper-slide .img-bx {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.875rem;
}
.pere-slide .swiper-slide .img-bx::after {
  content: "";
  display: block;
  padding-bottom: 62.2950819672%;
}
.pere-slide .swiper-slide .img-bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
.pere-slide .swiper-slide .txt-bx .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 1.125rem;
  margin-bottom: 1.125rem;
}
.pere-slide .swiper-slide .txt-bx .top strong {
  font-weight: 600;
  font-size: 1.5rem;
  color: #241915;
}
.pere-slide .swiper-slide .txt-bx .top .price {
  font-family: "BookkMyungjo";
  font-size: 1.125rem;
  color: #966a2d;
}
.pere-slide .swiper-slide .txt-bx .bottom .desc {
  font-weight: 300;
  margin-bottom: 0.875rem;
}
.pere-slide .swiper-slide .txt-bx .bottom .location::before {
  content: "";
  display: inline-block;
  width: 0.8125rem;
  height: 1.0625rem;
  background-image: url(../images/icon/icon-loca-on.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: -0.125rem;
  margin-right: 0.25rem;
}
.pere-slide .swiper-slide .swiper-pagination {
  bottom: 0;
}
@media all and (min-width: 768.02px) {
  .pere-slide.hide-opt .swiper-pagination {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .pere-slide {
    padding-bottom: 3.75rem;
  }
}

.pers-order {
  max-width: 1640px;
  margin: 0 auto;
  position: relative;
}
.pers-order > .img-bx img {
  min-height: 500px;
  object-fit: cover;
}
.pers-order .txt-bx {
  width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
}
.pers-order .txt-bx .category {
  font-weight: 400;
  font-size: 1.125rem;
  color: #966a2d;
}
.pers-order .txt-bx .tit {
  display: block;
  font-weight: 600;
  font-size: 2.25rem;
  color: #241915;
}
.pers-order .txt-bx p {
  font-weight: 300;
  font-size: 1.125rem;
  color: #333;
}
.pers-order .txt-bx .btn {
  min-width: 12.1875rem;
}

.grp-order-list.type01 {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem;
}
.grp-order-list.type01 li {
  display: flex;
  align-items: center;
  width: calc(50% - 1.875rem);
  border-top: 1px solid #241915;
  border-bottom: 1px solid #ccc;
  padding: 3.125rem 0;
}
.grp-order-list.type01 li .img-bx {
  display: flex;
  align-items: center;
  width: 15rem;
}
.grp-order-list.type01 li .img-bx .tit {
  display: block;
  font-weight: 600;
  font-size: 1.25rem;
  color: #241915;
  margin-left: 1.125rem;
}
.grp-order-list.type01 li .txt-bx {
  width: calc(100% - 15rem);
  text-align: left;
}
@media all and (max-width: 1200px) {
  .grp-order-list.type01 {
    gap: 2.5rem;
  }
  .grp-order-list.type01 li {
    display: block;
    width: calc(50% - 1.25rem);
    padding: 1.875rem 0;
  }
  .grp-order-list.type01 li .img-bx {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .grp-order-list.type01 li .txt-bx {
    width: 100%;
  }
  .grp-order-list.type01 li .txt-bx p br {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .grp-order-list.type01 {
    display: block;
  }
  .grp-order-list.type01 li {
    width: 100%;
  }
  .grp-order-list.type01 li .img-bx img {
    width: 3.75rem;
  }
  .grp-order-list.type01 li + li {
    margin-top: 1.25rem;
  }
}
.grp-order-list.type02 {
  display: flex;
  gap: 1.75rem;
}
.grp-order-list.type02 li .txt-bx {
  margin-top: 2.1875rem;
}
.grp-order-list.type02 li .txt-bx strong {
  font-weight: 600;
  font-size: 1.25rem;
  color: #241915;
}
@media all and (max-width: 768px) {
  .grp-order-list.type02 {
    display: block;
  }
  .grp-order-list.type02 li {
    width: 100%;
  }
  .grp-order-list.type02 li .txt-bx {
    margin-top: 1.125rem;
  }
  .grp-order-list.type02 li + li {
    margin-top: 1.875rem;
  }
}
.grp-order-list.type03 {
  display: flex;
  gap: 1.75rem;
}
.grp-order-list.type03 li {
  width: 33.3333333333%;
}
.grp-order-list.type03 li .txt-bx {
  margin-top: 2.1875rem;
}
.grp-order-list.type03 li .txt-bx strong {
  font-weight: 600;
  font-size: 1.25rem;
  color: #241915;
}
.grp-order-list.type03 li .txt-bx p {
  font-weight: 300;
  margin-top: 0.9375rem;
}
@media all and (max-width: 768px) {
  .grp-order-list.type03 {
    display: block;
  }
  .grp-order-list.type03 li {
    width: 100%;
  }
  .grp-order-list.type03 li + li {
    margin-top: 1.875rem;
  }
}

.product-slide-list .swiper-pagination .swiper-pagination-bullet {
  background-color: #aaa;
  opacity: 1;
}
.product-slide-list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #241915;
}

.recruit .flex-bx {
  display: flex;
  gap: 3.75rem;
}
.recruit .flex-bx.reverse {
  flex-direction: row-reverse;
}
.recruit .flex-bx .img-bx {
  width: 50%;
}
.recruit .flex-bx .txt-bx {
  width: 50%;
}
.recruit .flex-bx .txt-bx .tit {
  border-bottom: 1px solid #241915;
  padding-bottom: 1.875rem;
}
.recruit .flex-bx .txt-bx .tit strong {
  font-weight: 500;
  font-size: 1.5rem;
  color: #966a2d;
}
.recruit .flex-bx .txt-bx ul li {
  padding: 1.5625rem 0.625rem;
  border-bottom: 1px solid #e8e8e8;
}
.recruit .flex-bx .txt-bx ul li strong {
  font-weight: 500;
  font-size: 1.125rem;
  color: #241915;
  position: relative;
}
.recruit .flex-bx .txt-bx ul li strong::before {
  content: "";
  width: 0.125rem;
  height: 0.125rem;
  background-color: #241915;
  position: absolute;
  top: 0.625rem;
  left: -0.625rem;
}
.recruit .flex-bx .txt-bx ul li p {
  font-weight: 300;
  margin-top: 0.25rem;
}
.recruit .flex-bx .txt-bx ul li:last-child {
  border-bottom: 0;
}
.recruit .flex-bx + .flex-bx {
  margin-top: 7.5rem;
}
@media all and (max-width: 768px) {
  .recruit .flex-bx {
    display: block;
  }
  .recruit .flex-bx .img-bx {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .recruit .flex-bx .img-bx img {
    display: block;
    margin: 0 auto;
  }
  .recruit .flex-bx .txt-bx {
    width: 100%;
  }
  .recruit .flex-bx .txt-bx .tit {
    padding-bottom: 1.25rem;
  }
  .recruit .flex-bx + .flex-bx {
    margin-top: 1.875rem;
  }
}

.partner-sec-tit {
  text-align: center;
  margin-bottom: 4.375rem;
}
.partner-sec-tit .txt-bx {
  margin-top: 3.125rem;
}
.partner-sec-tit .txt-bx .tit {
  display: block;
  font-size: 1.5rem;
  color: #966a2d;
  margin-bottom: 1.25rem;
}
.partner-sec-tit .txt-bx .desc {
  font-size: 1.125rem;
}

* {
  letter-spacing: -0.064em;
}

.swiper-wrapper {
  height: auto;
}

.header .nav .depth-1 > .link.on {
  color: #fff;
}
.header .nav .depth-1 > .link.on::after {
  background: #fff;
}
.header.fixed .nav .depth-1 > .link.on {
  color: #966a2d;
}
.header.fixed .nav .depth-1 > .link.on::after {
  background: #966a2d;
}

.footer {
  margin-top: 8.75rem;
}
@media all and (max-width: 768px) {
  .footer {
    margin-top: 5rem;
  }
}

.sub-main {
  padding: 6.875rem 0 0;
}

.sec-tit {
  margin-bottom: 4.375rem;
  text-align: center;
}
.sec-tit .tit {
  font-weight: 600;
  font-size: 2.5rem;
  color: #241915;
}
.sec-tit .sub-tit {
  font-weight: 600;
  font-size: 2rem;
  color: #241915;
}
.sec-tit .desc {
  font-weight: 300;
  font-size: 1.125rem;
  margin-top: 0.625rem;
}
.sec-tit.store {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5.625rem;
  margin-bottom: 5.625rem;
}

.italic {
  font-weight: 300;
  font-size: 1.75rem;
  font-style: italic;
  color: #966a2d;
}
.italic span {
  font-weight: 700;
}
@media all and (max-width: 768px) {
  .italic {
    font-size: 1.5rem;
  }
}

.notice-txt::before {
  content: "*";
  margin-right: 0.25rem;
}

.board_view_btn_box {
  margin-top: 8.75rem;
}
@media all and (max-width: 768px) {
  .board_view_btn_box {
    margin-top: 5rem;
  }
}

.tab-wrap {
  margin-top: 2.8125rem;
}
.tab-wrap.m-space {
  padding: 0 20px;
}
.tab-wrap .tab-head ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.3125rem;
}
.tab-wrap .tab-head ul li button, .tab-wrap .tab-head ul li a {
  font-weight: 600;
  font-size: 1.125rem;
  color: rgba(36, 25, 21, 0.5);
  position: relative;
}
.tab-wrap .tab-head ul li button::before, .tab-wrap .tab-head ul li a::before {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #241915;
  position: absolute;
  left: 0;
  bottom: -0.3125rem;
  transition: width 0.3s;
}
.tab-wrap .tab-head ul li.on button, .tab-wrap .tab-head ul li.on a {
  color: #241915;
}
.tab-wrap .tab-head ul li.on button::before, .tab-wrap .tab-head ul li.on a::before {
  width: 100%;
}
.tab-wrap .tab-head.fixed {
  width: 100%;
  position: sticky;
  left: 0;
  top: 100px;
  z-index: 10;
  background-color: #fff;
  padding-bottom: 0.625rem;
}
.tab-wrap .tab-body {
  margin-top: 4.375rem;
}
.tab-wrap .tab-body .tab-tit {
  text-align: center;
  margin-bottom: 4.0625rem;
}
.tab-wrap .tab-body .tab-tit strong {
  font-weight: 600;
  font-size: 2rem;
}
.tab-wrap .tab-body .tab-subtit {
  text-align: center;
  margin-bottom: 4.0625rem;
}
.tab-wrap .tab-body .tab-subtit strong {
  font-weight: 600;
  font-size: 1.75rem;
}
.tab-wrap .tab-body .tab-con {
  max-width: 1280px;
  margin: 0 auto;
  display: none;
}
.tab-wrap .tab-body .tab-con.mx100 {
  max-width: unset;
}
.tab-wrap .tab-body .tab-con.mx100 .con-bx {
  max-width: 1280px;
  margin: 0 auto;
}
.tab-wrap .tab-body .tab-con.on {
  display: block;
}
.tab-wrap .tab-body .tab-con .con-bx + .con-bx {
  padding-top: 4.375rem;
}
@media all and (max-width: 1024px) {
  .tab-wrap .tab-head.fixed {
    top: 60px;
    padding-bottom: 0;
  }
  .tab-wrap .tab-head ul {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    width: 100%;
    padding: 1.25rem 0;
  }
  .tab-wrap .tab-head ul li {
    display: inline;
  }
  .tab-wrap .tab-head ul li + li {
    margin-left: 1.875rem;
  }
  .tab-wrap .tab-body {
    margin-top: 1.875rem;
  }
  .tab-wrap .tab-body.fixed {
    padding-top: 60px;
  }
  .tab-wrap .tab-body .tab-con .con-bx + .con-bx {
    padding-top: 1.875rem;
  }
}

.img-board-list.type01 {
  display: flex;
  flex-wrap: wrap;
  gap: 3.125rem 1.75rem;
}
.img-board-list.type01 li {
  width: calc(25% - 2.34375rem);
}
.img-board-list.type01 li .img-bx {
  display: block;
  position: relative;
  overflow: hidden;
}
.img-board-list.type01 li .img-bx::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.img-board-list.type01 li .img-bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
.img-board-list.type01 li .txt-bx {
  margin-top: 1.25rem;
}
.img-board-list.type01 li .txt-bx .tit {
  font-weight: 500;
  font-size: 1.25rem;
  color: #241915;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.img-board-list.type01 li .txt-bx .desc {
  font-weight: 300;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height: 3em;
  margin-top: 0.375rem;
}
.img-board-list.type01 li .txt-bx .price {
  font-family: "BookkMyungjo";
  font-weight: 700;
  font-size: 1.125rem;
  color: #966a2d;
  margin-top: 0.5rem;
}
.img-board-list.type01 li .txt-bx .date {
  font-weight: 300;
  color: #b3b3b3;
}
@media all and (min-width: 768.02px) {
  .img-board-list.type01 li .img-bx {
    border: 2px solid transparent;
    transition: border-color 0.3s;
  }
  .img-board-list.type01 li:hover .img-bx {
    border-color: #966a2d;
  }
}
@media all and (max-width: 768px) {
  .img-board-list.type01 {
    gap: 1.875rem 1.75rem;
  }
  .img-board-list.type01 li {
    width: calc(50% - 0.875rem);
  }
}
.img-board-list.type01.news li .txt-bx .tit {
  white-space: unset;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height: 3em;
  display: block;
}
.img-board-list.type02 {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem;
}
.img-board-list.type02 li {
  width: calc(50% - 1.875rem);
}
.img-board-list.type02 li .img-bx {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.875rem;
}
.img-board-list.type02 li .img-bx::after {
  content: "";
  display: block;
  padding-bottom: 60.6557377049%;
}
.img-board-list.type02 li .img-bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
.img-board-list.type02 li .txt-bx {
  position: relative;
}
.img-board-list.type02 li .txt-bx .plus-btn {
  width: 4.375rem;
  height: 4.375rem;
  background-color: #966a2d;
  border-radius: 50%;
  position: absolute;
  right: 1.875rem;
  top: -4.0625rem;
}
.img-board-list.type02 li .txt-bx .plus-btn i {
  height: 1.5rem;
  width: 0.125rem;
  display: block;
  position: absolute;
  border-radius: 3px;
  left: 55%;
  top: 30%;
  margin-left: -3px;
  transition: all 0.3s 0.3s ease;
}
.img-board-list.type02 li .txt-bx .plus-btn i::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 1.5rem;
  width: 0.125rem;
  background: #fff;
  border-radius: 3px;
  transform-origin: top center;
  transition: all 0.3s 0s ease;
}
.img-board-list.type02 li .txt-bx .plus-btn::after {
  content: "";
  height: 0.125rem;
  width: 1.5rem;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 35%;
  margin-top: -3px;
  transform-origin: right center;
  transition: all 0.3s 0s ease;
}
@media all and (min-width: 768.02px) {
  .img-board-list.type02 li .txt-bx .plus-btn:hover i {
    transform: rotateZ(90deg);
    transition: all 0.3s 0s ease;
  }
  .img-board-list.type02 li .txt-bx .plus-btn:hover i:before {
    transform: rotateZ(30deg);
    transition: all 0.3s 0.3s ease;
  }
  .img-board-list.type02 li .txt-bx .plus-btn:hover:after {
    transform: rotateZ(-30deg);
    transition: all 0.3s 0.3s ease;
  }
}
.img-board-list.type02 li .txt-bx > .tit {
  font-weight: 600;
  font-size: 1.75rem;
  color: #241915;
}
.img-board-list.type02 li .txt-bx ul {
  margin-top: 1.25rem;
}
.img-board-list.type02 li .txt-bx ul li {
  display: flex;
  width: 100%;
}
.img-board-list.type02 li .txt-bx ul li .tit {
  width: 5rem;
  font-weight: 600;
  color: #241915;
}
.img-board-list.type02 li .txt-bx ul li .desc {
  width: calc(100% - 5rem);
}
.img-board-list.type02 li .txt-bx ul li .desc p, .img-board-list.type02 li .txt-bx ul li .desc a {
  font-weight: 300;
}
.img-board-list.type02 li .txt-bx ul li .desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height: 3em;
  height: auto;
}
.img-board-list.type02 li .txt-bx ul li + li {
  margin-top: 0.375rem;
}
@media all and (min-width: 768.02px) {
  .img-board-list.type02 li .img-bx {
    border: 2px solid transparent;
    transition: border-color 0.3s;
  }
  .img-board-list.type02 li:hover .img-bx {
    border-color: #966a2d;
  }
}
@media all and (max-width: 768px) {
  .img-board-list.type02 {
    gap: 1.25rem;
  }
  .img-board-list.type02 li {
    width: calc(50% - 0.625rem);
  }
  .img-board-list.type02 li .txt-bx .plus-btn {
    width: 3.125rem;
    height: 3.125rem;
  }
  .img-board-list.type02 li .txt-bx .plus-btn i {
    height: 1.5rem;
    width: 0.125rem;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    margin-left: 0;
  }
  .img-board-list.type02 li .txt-bx .plus-btn i::before {
    height: 1.5rem;
    width: 0.125rem;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  .img-board-list.type02 li .txt-bx .plus-btn::after {
    height: 0.125rem;
    width: 1.25rem;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    margin-top: 0;
  }
}
@media all and (max-width: 576px) {
  .img-board-list.type02 {
    display: block;
  }
  .img-board-list.type02 li {
    width: 100%;
  }
  .img-board-list.type02 li + li {
    margin-top: 1.875rem;
  }
}
.img-board-list.type03 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5625rem 1.875rem;
}
.img-board-list.type03 li {
  width: calc(33.3333333333% - 1.25rem);
}
.img-board-list.type03 li .img-bx {
  display: block;
  position: relative;
  overflow: hidden;
}
.img-board-list.type03 li .img-bx::after {
  content: "";
  display: block;
  padding-bottom: 55.8823529412%;
}
.img-board-list.type03 li .img-bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
@media all and (min-width: 768.02px) {
  .img-board-list.type03 li .img-bx {
    border: 2px solid transparent;
    transition: border-color 0.3s;
  }
  .img-board-list.type03 li:hover .img-bx {
    border-color: #966a2d;
  }
}
@media all and (max-width: 768px) {
  .img-board-list.type03 {
    gap: 1.25rem;
  }
  .img-board-list.type03 li {
    width: calc(50% - 0.625rem);
  }
}

.order-chk-table {
  border-top: 1px solid #966a2d;
  width: 100%;
  text-align: left;
}
.order-chk-table .hide {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.order-chk-table th, .order-chk-table td {
  height: 3.75rem;
  vertical-align: middle;
}
@media all and (max-width: 768px) {
  .order-chk-table th, .order-chk-table td {
    height: auto;
  }
}
.order-chk-table .add-file {
  color: #0095f6;
}
@media all and (min-width: 768.02px) {
  .order-chk-table .add-file:hover {
    text-decoration: underline;
    text-underline-position: under;
  }
}
.order-chk-table.type01 tr {
  border-bottom: 1px solid #ddd;
}
.order-chk-table.type01 tr > *:nth-child(1) {
  width: 88px;
}
.order-chk-table.type01 tr > *:nth-child(2) {
  width: auto;
}
.order-chk-table.type01 tr > *:nth-child(3) {
  width: 88px;
}
.order-chk-table.type01 tr > *:nth-child(4) {
  width: 195px;
}
.order-chk-table.type01 tr > *:nth-child(n+2) {
  padding: 0.625rem;
}
.order-chk-table.type01 tr td.tit p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height: 4.5em;
  height: auto;
}
.order-chk-table.type01 tr td.contents {
  height: 15rem;
}
@media all and (max-width: 768px) {
  .order-chk-table.type01 {
    display: block;
  }
  .order-chk-table.type01 tbody {
    display: block;
  }
  .order-chk-table.type01 tr {
    display: block;
  }
  .order-chk-table.type01 tr > * {
    display: block;
  }
  .order-chk-table.type01 tr > *:nth-child(1) {
    width: 100%;
  }
  .order-chk-table.type01 tr > *:nth-child(2) {
    width: 100%;
  }
  .order-chk-table.type01 tr > *:nth-child(3) {
    width: 100%;
  }
  .order-chk-table.type01 tr > *:nth-child(4) {
    width: 100%;
  }
  .order-chk-table.type01 tr > *:nth-child(n+2) {
    padding: 0.625rem 0;
  }
  .order-chk-table.type01 tr th {
    padding: 0.625rem 0;
  }
  .order-chk-table.type01 tr td {
    padding: 0.625rem 0;
  }
  .order-chk-table.type01 tr td + th {
    border-top: 1px solid #ddd;
  }
  .order-chk-table.type01 tr td.contents {
    height: auto;
    min-height: 12.5rem;
  }
}
.order-chk-table.type02 tr:nth-child(1) {
  border-bottom: 1px solid #241915;
}
.order-chk-table.type02 tr:nth-child(2) {
  border-bottom: 1px solid #ddd;
}
.order-chk-table.type02 tr > *:nth-child(1) {
  width: 88px;
}
.order-chk-table.type02 tr td {
  width: calc(100% - 88px);
  padding: 0.625rem 0;
}
.order-chk-table.type02 tr td .shop-list {
  width: 100%;
}
.order-chk-table.type02 tr td .shop-list li {
  display: flex;
  align-items: center;
  text-align: center;
  height: 3.75rem;
  border-bottom: 1px solid #ddd;
}
.order-chk-table.type02 tr td .shop-list li p:nth-child(1) {
  width: calc(100% - 23.75rem);
}
.order-chk-table.type02 tr td .shop-list li p:nth-child(2) {
  width: 11.875rem;
}
.order-chk-table.type02 tr td .shop-list li p:nth-child(3) {
  width: 11.875rem;
}
.order-chk-table.type02 tr td .shop-list li.tit p, .order-chk-table.type02 tr td .shop-list li.sum p {
  font-weight: 700;
  color: #241915;
}
.order-chk-table.type02 tr td .shop-list li:last-child {
  border-bottom: 0;
}
.order-chk-table.type02 tr td .pay-list .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-chk-table.type02 tr td .pay-list .top .radio-wrap {
  display: flex;
  flex-wrap: wrap;
}
.order-chk-table.type02 tr td .pay-list .bottom ul li {
  display: none;
  padding: 0.625rem 1.25rem;
}
.order-chk-table.type02 tr td .pay-list .bottom ul li select, .order-chk-table.type02 tr td .pay-list .bottom ul li input[type=text] {
  max-width: 300px;
  width: 100%;
}
.order-chk-table.type02 tr td .pay-list .bottom ul li.dit {
  border-top: 1px solid #ddd;
  margin-top: 0.625rem;
}
@media all and (max-width: 768px) {
  .order-chk-table.type02 {
    display: block;
  }
  .order-chk-table.type02 tbody {
    display: block;
  }
  .order-chk-table.type02 tr {
    display: block;
  }
  .order-chk-table.type02 tr > * {
    display: block;
  }
  .order-chk-table.type02 tr > *:nth-child(1) {
    width: 100%;
  }
  .order-chk-table.type02 tr th {
    width: 100%;
    text-align: center;
    padding: 0.625rem 0;
    border-bottom: 1px solid #ddd;
  }
  .order-chk-table.type02 tr td {
    width: 100%;
    padding: 0;
  }
  .order-chk-table.type02 tr td .shop-list li {
    height: auto;
    padding: 0.625rem 0;
  }
  .order-chk-table.type02 tr td .shop-list li p:nth-child(1) {
    width: 50%;
  }
  .order-chk-table.type02 tr td .shop-list li p:nth-child(2) {
    width: 15%;
  }
  .order-chk-table.type02 tr td .shop-list li p:nth-child(3) {
    width: 35%;
  }
  .order-chk-table.type02 tr td .pay-list {
    padding: 0.625rem 0;
  }
  .order-chk-table.type02 tr td .pay-list .top {
    display: block;
    text-align: center;
  }
  .order-chk-table.type02 tr td .pay-list .top button {
    margin-top: 0.625rem;
  }
}
.order-chk-table.type03 {
  border-top: 1px solid #241915;
}
.order-chk-table.type03 tr {
  border-bottom: 1px solid #ddd;
}
.order-chk-table.type03 tr > *:nth-child(1) {
  width: 140px;
}
.order-chk-table.type03 tr > *:nth-child(2) {
  width: auto;
}
.order-chk-table.type03 tr > *:nth-child(3) {
  width: 140px;
}
.order-chk-table.type03 tr > *:nth-child(4) {
  width: 30%;
}
.order-chk-table.type03 tr > *:nth-child(n+2) {
  padding: 0.625rem;
}
.order-chk-table.type03 tr th {
  padding-left: 2rem;
}
.order-chk-table.type03 tr:first-child td {
  color: #9a9a9a;
}
.order-chk-table.type03 tr td {
  font-size: 1.125rem;
}
.order-chk-table.type03 tr td.contents {
  height: 15rem;
}
@media all and (max-width: 768px) {
  .order-chk-table.type03 {
    display: block;
  }
  .order-chk-table.type03 tbody {
    display: block;
  }
  .order-chk-table.type03 tr {
    display: block;
  }
  .order-chk-table.type03 tr > * {
    display: block;
  }
  .order-chk-table.type03 tr > *:nth-child(1) {
    width: 100%;
  }
  .order-chk-table.type03 tr > *:nth-child(2) {
    width: 100%;
  }
  .order-chk-table.type03 tr > *:nth-child(3) {
    width: 100%;
  }
  .order-chk-table.type03 tr > *:nth-child(4) {
    width: 100%;
  }
  .order-chk-table.type03 tr > *:nth-child(n+2) {
    padding: 0.625rem 0;
  }
  .order-chk-table.type03 tr th {
    padding: 0.625rem 0;
  }
  .order-chk-table.type03 tr td {
    padding: 0.625rem 0;
  }
  .order-chk-table.type03 tr td + th {
    border-top: 1px solid #ddd;
  }
  .order-chk-table.type03 tr td.contents {
    height: auto;
    min-height: 12.5rem;
  }
}

.form-list-wrap .form-bx {
  border-top: 1px solid #241915;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 1.5625rem;
}
.form-list-wrap .form-bx .form-tit {
  display: block;
  font-weight: 700;
  font-size: 1.375rem;
  color: #241915;
  padding: 1.5625rem 0;
}
.form-list-wrap .form-bx > ul > li {
  display: flex;
}
.form-list-wrap .form-bx > ul > li .tit {
  width: 8.75rem;
  padding-top: 0.625rem;
}
.form-list-wrap .form-bx > ul > li .tit strong {
  font-weight: 500;
  font-size: 1.125rem;
  color: #241915;
  padding-left: 0.625rem;
  position: relative;
}
.form-list-wrap .form-bx > ul > li .tit.required strong::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background-color: #ff0000;
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
.form-list-wrap .form-bx > ul > li .desc {
  width: calc(100% - 8.75rem);
}
.form-list-wrap .form-bx > ul > li .desc .file_box {
  max-width: 500px;
}
.form-list-wrap .form-bx > ul > li .desc .file_box .btn_type_file {
  background-color: #241915;
  transition: background-color 0.3s;
}
@media all and (min-width: 768.02px) {
  .form-list-wrap .form-bx > ul > li .desc .file_box:hover .btn_type_file {
    background-color: #040302;
  }
}
.form-list-wrap .form-bx > ul > li + li {
  margin-top: 1.25rem;
}
.form-list-wrap .form-bx > ul > li .flex-bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #241915;
  padding-top: 1.5625rem;
}
.form-list-wrap .form-bx > ul > li .flex-bx .tit {
  width: auto;
  padding-top: 0;
}
.form-list-wrap .form-bx > ul > li .input-label__txt {
  font-weight: 500;
  font-size: 1rem;
  color: #241915;
}
.form-list-wrap .form-bx + .form-bx {
  margin-top: 3.75rem;
}

.accordion {
  border-top: 1px solid #241915;
  border-bottom: 1px solid #241915;
}
.accordion ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
  padding: 1.875rem 1.875rem;
}
.accordion ul li a .tit-bx {
  display: flex;
  align-items: center;
  width: calc(100% - 1.875rem);
  font-weight: 500;
  font-size: 1.25rem;
}
.accordion ul li a .tit-bx .icon {
  width: 5rem;
}
.accordion ul li a .tit-bx strong {
  width: calc(100% - 5rem);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height: 3em;
  height: auto;
}
.accordion ul li a::after {
  content: "";
  display: block;
  width: 1.3125rem;
  height: 1.3125rem;
  background-image: url(../images/icon/icon-plus.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.accordion ul li .desc {
  background: #f8f8f8;
  border-bottom: 1px solid #e8e8e8;
  display: none;
}
.accordion ul li .desc .inner {
  max-width: 1100px;
  padding: 1.875rem 20px;
  margin: 0 auto;
}
.accordion ul li.on a::after {
  background-image: url(../images/icon/icon-minus.png);
  background-size: 1.3125rem 0.0625rem;
}
@media all and (max-width: 768px) {
  .accordion ul li a .tit-bx {
    font-size: 1.125rem;
  }
  .accordion ul li a .tit-bx .icon {
    width: 2.5rem;
  }
  .accordion ul li a .tit-bx strong {
    width: calc(100% - 2.5rem);
  }
}
/*# sourceMappingURL=sub.css.map */