@import url("https://fonts.googleapis.com/css2?family=Hahmlet:wght@100..900&display=swap");
body.main_body {
  width: 100%;
  max-width: initial;
}
body.main_body header {
  max-width: initial;
  background: #0a2722;
  left: 0;
  transform: initial;
}
body.main_body header .inner {
  max-width: 1020px;
  margin: 0 auto;
}
body.main_body .main_wr {
  padding-top: 50px;
}
body.main_body .deco_wr div {
  z-index: -1;
}
body.main_body main {
  min-height: 100vh;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background: rgba(247, 247, 248, 0.6);
}
body.main_body .deco_wr {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}
body.main_body section {
  padding: 50px 0 0;
}
body.main_body section.on .title {
  opacity: 1;
  transform: translateY(0);
}
body.main_body section .title {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1050px;
  margin: 0 auto 30px;
  padding: 0 30px;
}
body.main_body section .title .logo {
  width: 70px;
  height: 80px;
  margin-bottom: 10px;
}
body.main_body section .title .gold {
  margin-top: 10px;
}
body.main_body section .title h2 {
  font-family: "Hahmlet", serif;
  font-size: 40px;
  line-height: 1.2;
}
body.main_body section .title h3 {
  font-size: 20px;
  line-height: 1.5;
}
body.main_body section .more_btn_wr {
  background: #0a2722;
  padding: 30px 0;
  text-align: center;
}
body.main_body section .more_btn_wr .more_btn {
  height: 44px;
  line-height: 42px;
  background-color: #145045;
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
  border: 1px solid #0f3b34;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
body.main_body section .more_btn_wr .more_btn:hover {
  background: #218070;
}
@media (max-width: 768px) {
  body.main_body section .title {
    text-align: center;
  }
  body.main_body section .title h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  body.main_body section .title h2 {
    font-size: 30px;
  }
  body.main_body section .title h3 {
    font-size: 18px;
  }
}

.keyvisual_wr {
  background: #111;
  position: relative;
}
.keyvisual_wr .keyvisualSwiper {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.keyvisual_wr .visual_item {
  height: 735px;
}
.keyvisual_wr .visual_item .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.keyvisual_wr .visual_item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.keyvisual_wr .visual_item .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(10, 39, 34, 0.5) 0%, #0a2722 100%);
}
.keyvisual_wr .visual_item .visual_txt_wr {
  position: absolute;
  top: calc(50% - 80px);
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.keyvisual_wr .visual_item .visual_txt_wr .inner {
  opacity: 0;
  transition: all 1s;
  transform: translateY(20%);
}
.keyvisual_wr .visual_item .visual_txt_wr.on .inner {
  opacity: 1;
  transform: translateY(0);
}
.keyvisual_wr .visual_item .visual_txt_wr h2 {
  font-family: "Hahmlet", serif;
  font-size: 40px;
  margin: 20px 0;
  line-height: 1.5;
}
.keyvisual_wr .visual_item .visual_txt_wr .gold {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}
.keyvisual_wr .visual_item .visual_txt_wr h3 {
  font-size: 22px;
  margin: 15px 0 30px;
  font-family: "Gowun Dodum";
}
.keyvisual_wr .visual_item .visual_txt_wr button {
  display: inline-block;
  width: auto;
  border: 1px solid #fff;
  height: 50px;
  line-height: 48px;
  text-align: center;
  padding: 0 30px;
  border-radius: 4px;
  color: #fff;
  background: transparent;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.keyvisual_wr .visual_item .visual_txt_wr button:hover {
  color: #b89662;
  border-color: #b89662;
}
.keyvisual_wr .visual_item .visual_txt_wr input {
  border: none;
  height: 50px;
  padding: 0 10px;
  color: #1c1d1d;
}
.keyvisual_wr .visual_item .visual_txt_wr .search_bx {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  background: #f8f5ef;
}
.keyvisual_wr .visual_item .visual_txt_wr .search_bx:hover, .keyvisual_wr .visual_item .visual_txt_wr .search_bx:focus, .keyvisual_wr .visual_item .visual_txt_wr .search_bx:active {
  background: rgba(248, 245, 239, 0.8);
}
.keyvisual_wr .visual_item .visual_txt_wr .search_bx input {
  flex: 1;
  border-radius: 0;
  background: transparent;
}
.keyvisual_wr .visual_item .visual_txt_wr .search_bx button {
  border-radius: 0;
  color: #fff;
  border-color: #145045;
  background: #145045;
  font-size: 14px;
}
.keyvisual_wr .visual_item .visual_txt_wr .search_bx button:hover {
  background: #218070;
}
.keyvisual_wr .visual_item .visual_txt_wr .tags_wr {
  margin-top: 30px;
}
.keyvisual_wr .visual_item .visual_txt_wr .tags_wr h3 {
  font-size: 16px;
}
.keyvisual_wr .visual_item .visual_txt_wr .tags_wr .tags {
  justify-content: center;
}
.keyvisual_wr .visual_swiper_pagination {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  height: 80px;
  z-index: 10;
  max-width: 1150px;
  gap: 1px;
}
.keyvisual_wr .visual_swiper_pagination span {
  margin: 0 !important;
  flex: 1;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-bottom: 4px solid #b89662;
  height: 80px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border-radius: 0;
  opacity: 1;
  transition: all 0.3s;
  padding: 0 10px;
}
.keyvisual_wr .visual_swiper_pagination span:hover, .keyvisual_wr .visual_swiper_pagination span.swiper-pagination-bullet-active {
  background: -webkit-linear-gradient(top, rgba(184, 150, 98, 0) 0%, rgba(184, 150, 98, 0.5) 100%);
}
@media (max-width: 768px) {
  .keyvisual_wr .visual_item .visual_txt_wr {
    width: 100%;
    padding: 0 30px;
  }
  .keyvisual_wr .visual_item .visual_txt_wr h2 {
    font-size: 30px;
  }
  .keyvisual_wr .visual_item .visual_txt_wr h3 {
    font-size: 18px;
  }
  .keyvisual_wr .visual_item .visual_txt_wr .search_bx {
    max-width: 500px;
    margin: 0 auto;
  }
  .keyvisual_wr .visual_item .visual_txt_wr button {
    padding: 0 10px;
    font-size: 14px;
  }
}

.gold {
  color: #b89662;
}

.product_list_wr {
  padding: 50px 0 0;
}
.product_list_wr.on .product_list .product_item.ai::before,
.product_list_wr.on .product_list .product_item .img,
.product_list_wr.on .product_list .product_item .txt {
  opacity: 1;
}
.product_list_wr .product_list {
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 1050px;
  margin: 0 auto 15px;
}
.product_list_wr .product_list .product_item {
  width: calc(33.33% - 10px);
  aspect-ratio: 1/1.5;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background: #111;
}
.product_list_wr .product_list .product_item.ai::before {
  content: "";
  opacity: 0;
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/icon_ai_robot.png) no-repeat center/contain;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  transition: all 0.6s;
}
.product_list_wr .product_list .product_item .img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  opacity: 0;
}
.product_list_wr .product_list .product_item .img img {
  width: 100%;
  height: 100%;
}
.product_list_wr .product_list .product_item:hover .img {
  transform: scale(1.1);
}
.product_list_wr .product_list .product_item:hover .dim_desc {
  opacity: 1;
}
.product_list_wr .product_list .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  cursor: pointer;
  transition: all 0.6s;
  opacity: 0;
}
.product_list_wr .product_list .txt .txt_title {
  margin: auto;
  text-align: center;
}
.product_list_wr .product_list .txt .txt_title h3 {
  font-family: "Hahmlet", serif;
  font-size: 20px;
}
.product_list_wr .product_list .txt .txt_title h4 {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 300;
}
.product_list_wr .product_list .txt .price_wr {
  color: #b89662;
  font-size: 16px;
  position: relative;
  padding-right: 100px;
}
.product_list_wr .product_list .txt .price_wr h4 {
  margin-bottom: 6px;
}
.product_list_wr .product_list .txt .price_wr .price {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-weight: bold;
}
.product_list_wr .product_list .txt .price_wr .reviews {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.product_list_wr .product_list .dim_desc {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(10, 39, 34, 0.7019607843);
  padding: 20px;
  text-align: center;
  color: #fff;
  transition: all 0.6s;
}
.product_list_wr .product_list .dim_desc .gold {
  font-size: 30px;
  margin-bottom: 15px;
}
.product_list_wr .product_list .dim_desc .desc {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.5;
}
.product_list_wr .product_list .dim_desc button {
  height: 30px;
  line-height: 30px;
  background: #bb9863;
  color: #fff;
  padding: 0 20px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}
.product_list_wr .product_list .dim_desc button:hover {
  background: #b89662;
}
@media (max-width: 768px) {
  .product_list_wr .product_list .product_item {
    width: calc(50% - 7.5px);
  }
}
@media (max-width: 700px) {
  .product_list_wr .product_list .product_item {
    width: 100%;
  }
}

.review_stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.review_stars li {
  width: 14px;
  height: 14px;
  background: url(../images/icon_rate_star.svg) no-repeat center/contain;
}

.tarot_card_list_wr.on .tarot_card_list {
  opacity: 1;
  transform: translateY(0);
}
.tarot_card_list_wr .tarot_card_list {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 1050px;
  padding: 0 30px;
  margin: 0 auto 15px;
}
.tarot_card_list_wr .tarot_card_list .tarot_card_item {
  width: calc(33.33% - 10px);
  cursor: pointer;
}
.tarot_card_list_wr .tarot_card_list .tarot_card_item:hover .img img {
  transform: scale(1.1);
}
.tarot_card_list_wr .tarot_card_list .tarot_card_item .img {
  width: 100%;
  aspect-ratio: 1/0.8;
  overflow: hidden;
}
.tarot_card_list_wr .tarot_card_list .tarot_card_item .img img {
  transition: all 0.6s ease-out;
}
.tarot_card_list_wr .tarot_card_list .txt_bx {
  width: calc(100% - 30px);
  margin: 0 auto;
  transform: translateY(-25px);
  background: #f8f5ef;
  border-top: 4px solid #b89662;
  height: 350px;
  padding: 10px 15px;
  color: #333;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.tarot_card_list_wr .tarot_card_list .txt_bx .link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 10px 0;
}
.tarot_card_list_wr .tarot_card_list .txt_bx .link a {
  font-style: 14px;
  line-height: 1.2;
  color: #927140;
  text-decoration: underline;
  text-underline-position: under;
}
.tarot_card_list_wr .tarot_card_list .txt_bx h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
}
.tarot_card_list_wr .tarot_card_list .txt_bx .desc {
  width: 100%;
  font-size: 14px;
  line-height: 1.2;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tarot_card_list_wr .tarot_card_list .txt_bx .more_btn {
  margin-top: auto;
  font-size: 12px;
  color: #b89662;
  text-align: center;
  margin-bottom: 15px;
}
.tarot_card_list_wr .more_btn_wr {
  background: #b89662 !important;
}
@media (max-width: 768px) {
  .tarot_card_list_wr .tarot_card_list .tarot_card_item {
    width: calc(50% - 7.5px);
  }
}
@media (max-width: 700px) {
  .tarot_card_list_wr .tarot_card_list .tarot_card_item {
    width: 100%;
  }
}

.reviews_wr.on .reviewsSwiper_wr {
  opacity: 1;
  transform: translateY(0);
}
.reviews_wr .reviewsSwiper_wr {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
  max-width: 1050px;
  padding: 0 30px 30px;
  margin: 0 auto;
}
.reviews_wr .reviews_item {
  color: #111;
  padding: 0 10px;
}
.reviews_wr .reviews_item .review_stars {
  margin-bottom: 10px;
}
.reviews_wr .reviews_item h3 {
  font-size: 14px;
  font-weight: bold;
}
.reviews_wr .reviews_item .review_txt {
  margin: 10px 0;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 120px;
}
.reviews_wr .reviews_item .by {
  font-size: 14px;
}
.reviews_wr .reviews_item .by i {
  font-style: italic;
  margin-right: 10px;
}
.reviews_wr .reviews_item .by span {
  font-weight: bold;
}

.main_logo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding: 1.4rem 0;
  border-top: 1px solid #987b1f;
  border-bottom: 1px solid #987b1f;
  width: 23rem;
  margin: 0 auto 5rem;
  font-family: "Cinzel Decorative", serif;
  font-size: 3rem;
}
.main_logo img {
  display: block;
  width: 7rem;
  height: auto;
}

.sign_info_wr.on .main_logo {
  opacity: 1;
  transform: translateY(0);
}
.sign_info_wr .main_logo {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}
.sign_info_wr .sign_info_bx {
  max-width: 1050px;
  margin: 0 auto;
  border: 15px solid #b89662;
  padding: 40px;
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.sign_info_wr .sign_info_bx .main_logo {
  flex-shrink: 0;
}
.sign_info_wr .sign_info_bx .sign_info_txt {
  flex: 1;
}
.sign_info_wr .sign_info_bx .sign_info_txt h3 {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "Hahmlet", serif;
}
.sign_info_wr .sign_info_bx .sign_info_txt .desc {
  font-size: 14px;
  line-height: 1.5;
  color: #111;
  font-weight: 300;
}
.sign_info_wr .sign_info_bx .sign_info_txt .desc p {
  margin-bottom: 15px;
}
.sign_info_wr .sign_info_bx .sign_info_txt .desc ul {
  margin-bottom: 15px;
}
.sign_info_wr .sign_info_bx .sign_info_txt .input_btn_wr {
  margin-top: 20px;
  background: #fff;
  padding: 10px;
  display: flex;
}
.sign_info_wr .sign_info_bx .sign_info_txt .input_btn_wr input {
  background: #f8f5ef;
  border: none;
  flex: 1;
  height: 45px;
}
.sign_info_wr .sign_info_bx .sign_info_txt .input_btn_wr button {
  height: 45px;
  line-height: 43px;
  background-color: #145045;
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
  border: 1px solid #0f3b34;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.sign_info_wr .sign_info_bx .sign_info_txt .input_btn_wr button:hover {
  background: #218070;
}
@media (max-width: 768px) {
  .sign_info_wr .sign_info_bx {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 500px) {
  .sign_info_wr .sign_info_bx .sign_info_txt .input_btn_wr {
    flex-direction: column;
    gap: 10px;
  }
  .sign_info_wr .sign_info_bx .sign_info_txt .input_btn_wr input {
    flex: initial;
    width: 100%;
  }
}

.main_footer {
  padding: 30px;
}
.main_footer .footer_info_wr {
  padding: 30px;
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 10px;
}
.main_footer .footer_info_wr .footer_link {
  flex: 1;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.main_footer .footer_info_wr .footer_link h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.main_footer .footer_info_wr .footer_link a {
  display: block;
  font-size: 14px;
  line-height: 1.6;
}
.main_footer .link_list {
  min-width: 120px;
}
.main_footer .info_wr .rated {
  margin-bottom: 20px;
  text-align: right;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
.main_footer .info_wr .rated .review_stars {
  margin-bottom: 15px;
  justify-content: flex-end;
}
.main_footer .info_wr .input_btn_wr {
  display: flex;
}
.main_footer .info_wr .input_btn_wr input {
  border: none;
  background: #f8f5ef;
  flex: 1;
}
.main_footer .info_wr .input_btn_wr button {
  background: #145045;
  color: #fff;
  text-align: center;
  width: 36px;
  border: 1px solid #0f3b34;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.main_footer .info_wr .input_btn_wr button:hover {
  background: #218070;
}
.main_footer .copyright {
  text-align: center;
  padding: 30px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .main_footer .footer_info_wr {
    flex-direction: column;
    gap: 40px;
  }
  .main_footer .footer_info_wr .rated {
    text-align: center;
  }
  .main_footer .footer_info_wr .rated .review_stars {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .main_footer {
    padding-bottom: 120px !important;
  }
  .main_footer .footer_info_wr .footer_link {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
}