.pageTreasure .treasureBook {
  padding: 120px 0;
  position: relative;
}
.pageTreasure .treasureBook .container_frame {
  position: relative;
  z-index: 2;
}
.pageTreasure .treasureBook .img_dot {
  position: absolute;
  top: 0;
  right: 0;
  width: 22%;
  height: auto;
}
.pageTreasure .treasureBook .segTitle {
  text-align: center;
  margin-bottom: 52px;
}
.pageTreasure .treasureBook .list_library .item_library .--master {
  display: flex;
  align-items: center;
  gap: 27px;
  justify-content: center;
  line-height: 22px;
  margin-top: 4px;
}
.pageTreasure .treasureBook .list_library .item_library .--master .name_master {
  font-size: 14px;
  position: relative;
  color: var(--color-2);
}
.pageTreasure .treasureBook .list_library .item_library .--master .name_master::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  background-color: var(--color-2);
  border-radius: 50%;
}
.pageTreasure .treasureBook .list_library .item_library .--master .year_master {
  font-size: 14px;
}
@media (max-width: 1050px) and (min-width: 768px) {
  .pageTreasure .treasureBook {
    padding: 60px 0;
  }
  .pageTreasure .treasureBook .list_library .item_library {
    width: 40vw;
  }
}
@media (max-width: 767px) {
  .pageTreasure .treasureBook {
    padding: 40px 0;
  }
  .pageTreasure .treasureBook .segTitle {
    margin-bottom: 24px;
  }
  .pageTreasure .treasureBook .list_library .item_library {
    width: 80vw;
  }
}
.pageTreasure .treasureForm {
  padding: 80px 0;
}
.pageTreasure .treasureForm .--content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: rgb(8, 37, 11);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
}
.pageTreasure .treasureForm .--content .--img img {
  width: 100%;
  height: 535px;
}
.pageTreasure .treasureForm .--content .--form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 77px 0 40px;
  position: relative;
}
.pageTreasure .treasureForm .--content .--form .img_leaf {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: auto;
}
.pageTreasure .treasureForm .--content .--form .tag {
  font-size: 14px;
  color: var(--color-white);
  font-weight: 500;
  letter-spacing: 0.84px;
}
.pageTreasure .treasureForm .--content .--form .title {
  font-size: 32px;
  line-height: 1.375;
  letter-spacing: -0.96px;
  font-family: var(--font-Megante);
  margin-bottom: 32px;
  color: var(--color-white);
}
.pageTreasure .treasureForm .--content .--form .desc {
  line-height: 1.5;
  color: var(--color-white);
  margin-bottom: 32px;
}
.pageTreasure .treasureForm .--content .--form .--bottom {
  display: flex;
  align-items: center;
  gap: 16px;
}
.pageTreasure .treasureForm .--content .--form .--bottom .btn_trans {
  border-radius: 4px;
  height: 52px;
  padding: 0 20px;
}
.pageTreasure .treasureForm .--content .--form .--bottom .btn_trans:after {
  border-radius: 4px;
}
.pageTreasure .treasureForm .--content .--form .--bottom input {
  flex: 1;
  border-radius: 4px;
  height: 52px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: var(--color-white);
  padding: 14px 16px;
}
.pageTreasure .treasureForm .--content .--form .--bottom input::-moz-placeholder {
  color: rgb(185, 185, 185);
}
.pageTreasure .treasureForm .--content .--form .--bottom input::placeholder {
  color: rgb(185, 185, 185);
}
.pageTreasure .treasureForm .--content .--form .--bottom input:focus {
  outline: none;
}
@media (max-width: 1050px) and (min-width: 768px) {
  .pageTreasure .treasureForm {
    padding: 60px 0;
  }
  .pageTreasure .treasureForm .--content .--form {
    padding: 0 15px;
  }
  .pageTreasure .treasureForm .--content .--form .--bottom input {
    height: 40px;
  }
  .pageTreasure .treasureForm .--content .--form .--bottom .btn_trans {
    height: 40px;
  }
  .pageTreasure .treasureForm .--content .--img img {
    height: 470px;
  }
}
@media (max-width: 767px) {
  .pageTreasure .treasureForm {
    padding: 40px 0;
  }
  .pageTreasure .treasureForm .--content {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .pageTreasure .treasureForm .--content .--img img {
    height: auto;
  }
  .pageTreasure .treasureForm .--content .--form {
    padding: 0 15px 24px 15px;
  }
  .pageTreasure .treasureForm .--content .--form .img_leaf {
    display: none;
  }
  .pageTreasure .treasureForm .--content .--form .tag {
    text-align: center;
  }
  .pageTreasure .treasureForm .--content .--form .title {
    font-size: 28px;
    margin-bottom: 24px;
    text-align: center;
  }
  .pageTreasure .treasureForm .--content .--form .desc {
    margin-bottom: 24px;
  }
  .pageTreasure .treasureForm .--content .--form .--bottom {
    flex-direction: column;
  }
  .pageTreasure .treasureForm .--content .--form .--bottom input {
    width: 100%;
    height: 40px;
  }
  .pageTreasure .treasureForm .--content .--form .--bottom .btn_trans {
    margin: 0 auto;
    height: 40px;
  }
  .pageTreasure .treasureForm .--content .--form .error-mail-re {
    text-align: center;
    justify-content: center;
  }
}
.pageTreasure .treasureLibrary {
  padding-top: 40px;
}
.pageTreasure .treasureLibrary .--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 52px;
}
.pageTreasure .treasureLibrary .--top .--search {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 407px;
  height: 58px;
  border-radius: 99px;
  border: 1.5px solid rgba(50, 161, 61, 0.3);
  padding: 7px 7px 7px 24px;
}
.pageTreasure .treasureLibrary .--top .--search .btn_search {
  width: 44px;
  height: 44px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 10px;
}
.pageTreasure .treasureLibrary .--top .--search .btn_search i {
  font-size: 24px;
  color: var(--color-white);
}
.pageTreasure .treasureLibrary .--top .--search input {
  flex: 1;
  border: none;
}
.pageTreasure .treasureLibrary .--top .--search input:focus {
  outline: none;
}
.pageTreasure .treasureLibrary .list_library {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 52px;
}
.pageTreasure .treasureLibrary .list_library .item_library {
  padding: 0;
}
.pageTreasure .treasureLibrary .list_library .item_library .--img {
  aspect-ratio: unset;
  height: 280px;
  margin-bottom: 12px;
  position: relative;
  box-shadow: 0px 4px 24px 0 rgba(0, 0, 0, 0.25);
}
.pageTreasure .treasureLibrary .list_library .item_library .--img:hover .btn_trans {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s ease-in-out;
}
.pageTreasure .treasureLibrary .list_library .item_library .--img .btn_trans {
  position: absolute;
  bottom: 6px;
  left: 25px;
  right: 25px;
  width: calc(100% - 50px);
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.pageTreasure .treasureLibrary .list_library .item_library .--img .btn_trans:after {
  border-radius: 4px;
}
.pageTreasure .treasureLibrary .list_library .item_library .name {
  font-family: var(--font-google);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.96px;
  margin-bottom: 4px;
}
.pageTreasure .treasureLibrary .list_library .item_library .--master {
  display: flex;
  align-items: center;
  gap: 27px;
  justify-content: center;
  line-height: 22px;
  margin-top: 4px;
}
.pageTreasure .treasureLibrary .list_library .item_library .--master .name_master {
  font-size: 14px;
  position: relative;
  color: var(--color-2);
}
.pageTreasure .treasureLibrary .list_library .item_library .--master .name_master::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  background-color: var(--color-2);
  border-radius: 50%;
}
.pageTreasure .treasureLibrary .list_library .item_library .--master .year_master {
  font-size: 14px;
}
@media (max-width: 1050px) and (min-width: 768px) {
  .pageTreasure .treasureLibrary .--top .--search {
    width: 360px;
    height: 50px;
  }
  .pageTreasure .treasureLibrary .--top .--search .btn_search {
    width: 40px;
    height: 40px;
  }
  .pageTreasure .treasureLibrary .--top .--search .btn_search i {
    font-size: 18px;
  }
  .pageTreasure .treasureLibrary .list_library {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .pageTreasure .treasureLibrary .--top {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
  }
  .pageTreasure .treasureLibrary .--top .--search {
    width: 100%;
    height: 44px;
  }
  .pageTreasure .treasureLibrary .--top .--search .btn_search {
    width: 36px;
    height: 36px;
  }
  .pageTreasure .treasureLibrary .--top .--search .btn_search i {
    font-size: 16px;
  }
  .pageTreasure .treasureLibrary .list_library {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .pageTreasure .treasureLibrary .list_library .item_library .btn_trans {
    opacity: 1 !important;
    pointer-events: all !important;
    font-size: 12px !important;
    padding: 0 !important;
  }
}/*# sourceMappingURL=treasure.css.map */