@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@import url("../css_/style_.css");
/****************************************
* common
****************************************/
#hd_login_msg {
  position: absolute;
  left: 50%;
  top: 26px;
  z-index: 1000;
  transform: translateX(-170px);
  padding-bottom: 3px;
  font-size: 12px;
  color: white;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 900px) {
  #hd_login_msg {
    display: none;
  }
}
#hd_login_msg a {
  display: inline-block;
  margin-left: 30px;
}

#header {
  width: 100%;
  height: 90px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 900px) {
  #header {
    display: none;
  }
}
#header > #header__content {
  width: 100%;
  max-width: 1330px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#header.active {
  background: rgba(246, 128, 126, 0.9);
}

#logo {
  height: 100%;
}

#gnb {
  flex: 1;
  padding-right: 50px;
}
#gnb > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#gnb > ul li {
  padding: 0 18px;
}
#gnb > ul a {
  height: 40px;
  display: flex;
  align-items: flex-start;
  text-align: center;
  color: #fff;
  line-height: 1.3em;
}

#btn-hbg {
  display: block;
  width: 20px;
  height: 14px;
  margin-right: 10px;
  border: none;
  background: none;
  cursor: pointer;
}
#btn-hbg > span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
}
#btn-hbg > span:not(:last-child) {
  margin-bottom: 4px;
}

#nav-box {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
#nav-box.on {
  right: 0;
}

#nav-box__left {
  width: calc(100% - 800px);
  height: 100%;
  background: rgba(246, 128, 126, 0.8);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#nav-box__left p {
  font-size: 56px;
  text-transform: uppercase;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

#nav-box__right {
  flex: 1;
  padding: 0 35px;
  max-width: 800px;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 900px) {
  #nav-box__right {
    width: 100%;
  }
}
#nav-box__right > * {
  width: 100%;
}
#nav-box__right #nav-box__header {
  height: 95px;
  border-bottom: 1px solid #aaa;
  display: flex;
  align-items: center;
}
#nav-box__right #btn-nav-box-close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 30px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
#nav-box__right #btn-nav-box-close i {
  font-size: 30px;
  color: #999;
}
#nav-box__right #nav-box-main {
  min-height: calc(100% - 245px);
  padding: 70px 40px 20px 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
#nav-box__right #nav-box-main > div {
  padding: 0 30px;
  width: 50%;
}
#nav-box__right #nav-box-main > div h3 {
  font-size: 20px;
  font-weight: 500;
  height: 50px;
}
#nav-box__right #nav-box-main > div ul {
  font-size: 17px;
  color: #555;
  letter-spacing: -0.02em;
}
#nav-box__right #nav-box-main > div ul li {
  padding: 5px 0;
}
#nav-box__right #nav-box-footer {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#nav-box__right #nav-box-footer a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #555;
  font-size: 22px;
  flex: 1;
  text-align: center;
}
#nav-box__right #nav-box-footer a i {
  color: #f6807e;
  font-size: 32px;
  display: block;
  margin-right: 10px;
}
#nav-box__right #nav-box-footer .sepa {
  display: block;
  width: 1px;
  height: 50px;
  background: #bbb;
}

#header-m {
  width: 100%;
  height: 130px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: #fff;
}
@media screen and (min-width: 900px) {
  #header-m {
    display: none;
  }
}
#header-m > #header-m__content {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#logo-m {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #ccc;
}
#logo-m a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55%;
}
#logo-m img {
  width: 100%;
}

#btn-hbg-m {
  display: block;
  width: 25px;
  height: 20px;
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
#btn-hbg-m > span {
  display: block;
  width: 100%;
  height: 3px;
  background: #999;
}
#btn-hbg-m > span:not(:last-child) {
  margin-bottom: 5px;
}

#gnb-m {
  height: 70px;
  border-bottom: 1px solid #ccc;
}
#gnb-m > ul {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#gnb-m > ul li:not(:last-child) {
  margin-right: 15px;
}
#gnb-m > ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 17px;
  font-weight: 500;
}

#nav-box-m {
  width: 100%;
  height: 100vh;
  background: #ddd;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 1000;
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 900px) {
  #nav-box-m {
    width: 100%;
  }
}
#nav-box-m > * {
  width: 100%;
}
#nav-box-m.on {
  left: 0;
}
#nav-box-m #nav-box-m__header {
  margin-bottom: 10px;
  border-bottom: 1px solid #aaa;
  background: #fff;
}
#nav-box-m #nav-box-m__header > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  border-bottom: 1px solid #ccc;
}
#nav-box-m #nav-box-m__header > a img {
  height: 15px;
}
#nav-box-m #nav-box-m__header #nav-box-m__header__content {
  display: flex;
  justify-content: center;
  align-items: center;
}
#nav-box-m #nav-box-m__header #nav-box-m__header__content a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  color: #555;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.02em;
  flex: 1;
}
#nav-box-m #nav-box-m__header #nav-box-m__header__content a i {
  color: #f6807e;
  font-size: 24px;
  display: block;
  margin-right: 10px;
}
#nav-box-m #nav-box-m__header #nav-box-m__header__content .sepa {
  display: block;
  width: 1px;
  height: 40px;
  background: #bbb;
}
#nav-box-m #btn-nav-box-m-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
#nav-box-m #btn-nav-box-m-close i {
  font-size: 30px;
  color: #999;
}
#nav-box-m #nav-box-m__main {
  min-height: calc(100% - 245px);
}
#nav-box-m #nav-box-m__main > div {
  margin-bottom: 10px;
  width: 100%;
  background: #fff;
}
#nav-box-m #nav-box-m__main > div h3 {
  padding: 10px 20px;
  color: #f6807e;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
}
#nav-box-m #nav-box-m__main > div ul {
  font-size: 17px;
  color: #555;
  letter-spacing: -0.02em;
  display: flex;
  flex-wrap: wrap;
}
#nav-box-m #nav-box-m__main > div ul li {
  width: 50%;
  padding: 15px 10px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
#nav-box-m #nav-box-m__main > div ul li:nth-child(2n+1) {
  border-right: 1px solid #ccc;
}
#nav-box-m #nav-box-m__main > div ul li:nth-last-child(1) {
  border-bottom: none;
}
#nav-box-m #nav-box-m__main > div ul li:nth-last-child(2) {
  border-bottom: none;
}

.modal-counsel-reservation {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.modal-counsel-reservation::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.modal-counsel-reservation .modal-counsel-reservation__content {
  width: 600px;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .modal-counsel-reservation .modal-counsel-reservation__content {
    width: 100%;
  }
}
.modal-counsel-reservation .modal-counsel-reservation-header {
  padding: 30px 0;
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .modal-counsel-reservation .modal-counsel-reservation-header {
    font-size: 1.4em;
  }
}
.modal-counsel-reservation .modal-counsel-reservation-main .modal-counsel-reservation-main__row-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 900px) {
  .modal-counsel-reservation .modal-counsel-reservation-main .modal-counsel-reservation-main__row-1 {
    flex-direction: column;
    justify-content: space-between;
    height: 230px;
  }
  .modal-counsel-reservation .modal-counsel-reservation-main .modal-counsel-reservation-main__row-1 a {
    margin: 0 !important;
  }
}
.modal-counsel-reservation .modal-counsel-reservation-main .modal-counsel-reservation-main__row-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 0 0;
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .modal-counsel-reservation .modal-counsel-reservation-main .modal-counsel-reservation-main__row-2 {
    font-size: 1.4em;
    padding: 20px;
  }
}
.modal-counsel-reservation .modal-counsel-reservation-footer {
  padding: 40px 0;
  margin-top: 40px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-counsel-reservation .modal-counsel-reservation-footer button {
  display: block;
  background: none;
  border: none;
  font-size: 22px;
  color: #777;
  cursor: pointer;
}

#modal-counsel-reservation .modal-counsel-reservation-main__row-1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #555;
  font-size: 22px;
  flex: 1;
}
#modal-counsel-reservation .modal-counsel-reservation-main__row-1 a i {
  color: #f6807e;
  font-size: 32px;
  display: block;
  margin-right: 10px;
}

#modal-counsel .modal-counsel-reservation-main__row-1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 80px;
  border-radius: 40px;
  font-size: 22px;
  font-weight: 600;
}
#modal-counsel .modal-counsel-reservation-main__row-1 a + a {
  margin-left: 20px;
}
#modal-counsel .modal-counsel-reservation-main__row-1 a:nth-of-type(1) {
  border: 1px solid #aaa;
}
#modal-counsel .modal-counsel-reservation-main__row-1 a:nth-of-type(2) {
  background: #f6807e;
  color: #fff;
}

#modal-reservation .modal-counsel-reservation-main__row-1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 80px;
  border-radius: 40px;
  font-size: 22px;
  font-weight: 600;
}
#modal-reservation .modal-counsel-reservation-main__row-1 a + a {
  margin-left: 20px;
}
#modal-reservation .modal-counsel-reservation-main__row-1 a:nth-of-type(1) {
  border: 1px solid #aaa;
}
#modal-reservation .modal-counsel-reservation-main__row-1 a:nth-of-type(2) {
  background: #f6807e;
  color: #fff;
}

/****************************************
* footer
****************************************/
footer {
  padding: 20px 0;
  background: #24201f;
  color: #aaa;
}
@media screen and (max-width: 900px) {
  footer {
    padding: 10px 0;
  }
}
footer hr {
  border: 1px solid #24201f;
  border-top: 1px solid #777;
}

.footer-row {
  padding: 30px 0;
  max-width: 1330px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 900px) {
  .footer-row {
    display: block;
    padding: 0;
  }
}
.footer-row .footer-column:nth-child(1) {
  width: 35%;
}
@media screen and (max-width: 900px) {
  .footer-row .footer-column:nth-child(1) {
    width: 100%;
  }
}
.footer-row .footer-column:nth-child(2) {
  width: 38%;
}
@media screen and (max-width: 900px) {
  .footer-row .footer-column:nth-child(2) {
    width: 100%;
  }
}
.footer-row .footer-column:nth-child(3) {
  width: 27%;
}
@media screen and (max-width: 900px) {
  .footer-row .footer-column:nth-child(3) {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .footer-column {
    padding: 20px;
  }
}
.footer-column h3 {
  max-width: 95%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 22px;
  color: #ddd;
}
@media screen and (max-width: 900px) {
  .footer-column h3 {
    width: 100%;
    max-width: 100%;
    font-size: 20px;
    font-weight: 500;
  }
}
.footer-column ul li {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.03em;
}
.footer-column ul li span {
  font-weight: 700;
}
.footer-column #suj-info-container {
  margin: 0;
  padding: 0;
}
.footer-column #suj-info-title {
  border-bottom: none;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .footer-column #suj-info-title {
    margin: 0;
    padding: 0;
  }
}
.footer-column #suj-info-list {
  display: none;
}
@media screen and (max-width: 900px) {
  .footer-column #suj-info-list {
    margin-top: 10px;
  }
}
.footer-column #mohw {
  margin-top: 70px;
}
@media screen and (max-width: 900px) {
  .footer-column #mohw {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-column #mohw p {
    margin-top: 0;
    padding-right: 30px;
  }
  .footer-column #mohw img {
    height: 60px;
  }
}
.footer-column #mohw p {
  margin-top: 10px;
}
.footer-column #tel {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #f3c3c1;
  text-align: right;
  font-size: 24px;
}
@media screen and (max-width: 900px) {
  .footer-column #tel {
    width: 50%;
    text-align: left;
    font-size: 14px;
    margin: 0;
  }
}
.footer-column #tel span {
  font-weight: 700;
}
.footer-column #tel span:nth-child(1) {
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .footer-column #tel span:nth-child(1) {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .footer-column #tel span:nth-child(2),
.footer-column #tel span:nth-child(3),
.footer-column #tel span:nth-child(4) {
    font-size: 22px;
  }
}
.footer-column #sns-list {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  .footer-column #sns-list {
    width: 50%;
    margin: 0;
    padding: 0;
  }
}
.footer-column #sns-list li:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 900px) {
  .footer-column #sns-list li:not(:last-child) {
    margin-right: 10px;
  }
}
.footer-column #sns-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 900px) {
  .footer-column #sns-list a {
    width: 40px;
    height: 40px;
  }
  .footer-column #sns-list a > img {
    width: 70%;
  }
}
.footer-column #copyright {
  text-align: right;
  margin-top: 95px;
}
@media screen and (max-width: 900px) {
  .footer-column #copyright {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    font-size: 10px;
    display: flex;
    justify-content: center;
  }
  .footer-column #copyright span {
    display: block;
  }
  .footer-column #copyright span:nth-child(1) {
    margin-right: 10px;
  }
}
.footer-column #privacy-info {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  .footer-column #privacy-info {
    justify-content: center;
  }
}
.footer-column #privacy-info li:nth-child(1) {
  margin-right: 50px;
}

@media screen and (max-width: 900px) {
  #tel-sns-copyright {
    display: flex;
    flex-wrap: wrap;
  }
}

#top_btn {
  border: none;
  border-radius: 5px;
}

/****************************************
* index
****************************************/
.section-index {
  padding: 80px 0;
}

.index-content-box {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  position: relative;
}

.section-title {
  font-size: 42px;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.05em;
  margin-bottom: 40px;
}

#section-hero {
  height: 940px;
  background-image: url(../img/hero-image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  #section-hero {
    margin-top: 130px;
    height: 50vh;
    background-image: url(../img/hero-image_m.jpg);
  }
}

#hero-text {
  color: #fff;
  font-size: 90px;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 900px) {
  #hero-text {
    font-size: 3.5em;
  }
}
#hero-text span {
  display: block;
  text-align: center;
}
#hero-text span:nth-of-type(1), #hero-text span:nth-of-type(3) {
  opacity: 0.4;
}
#hero-text span:nth-of-type(2) {
  opacity: 0.85;
}

@media screen and (max-width: 900px) {
  #section-monthly-events .section-title {
    font-size: 1.6em;
  }
}

#section-title-sub-monthly-event {
  color: #c4c4c4;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1em;
}
#section-title-sub-monthly-event span {
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  #section-title-sub-monthly-event {
    font-size: 0.7em;
  }
}

.event-swiper {
  width: 100%;
  margin: 0 auto;
}
.event-swiper .swiper-slide {
  font-size: 32px;
  font-weight: 500;
  color: #f6807e;
  text-align: center;
  letter-spacing: -0.07em;
}
@media screen and (max-width: 900px) {
  .event-swiper .swiper-slide {
    font-size: 1.2em;
  }
}
.event-swiper .swiper-button {
  color: #d88a89;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}
.event-swiper .swiper-button::after {
  font-size: 24px;
}
.event-swiper .swiper-button-prev {
  left: 0px;
}
.event-swiper .swiper-button-next {
  right: 0px;
}

#section-sshg {
  background: #f6807e;
}

#section-title-sshg {
  color: #fff;
}

.btn-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 50px;
  font-size: 20px;
  border: 1px solid #000;
  position: absolute;
  right: 115px;
  top: 90px;
}

.btn-detail-sshg {
  color: white;
  border-color: white;
}

.btn-detail-sssr {
  border-color: #555;
}

.swiper-thumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.swiper-thumbs ul {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper-thumbs ul li {
  width: 350px;
}
.swiper-thumbs ul li .thumb {
  width: 350px;
  height: 260px;
}
.swiper-thumbs ul li h3 {
  padding-top: 35px;
  text-align: center;
}
.swiper-thumbs .swiper-thumbs-button {
  position: absolute;
  top: 100px;
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 1px solid #000;
  background: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-thumbs .swiper-thumbs-button:nth-of-type(1) {
  left: 0;
}
.swiper-thumbs .swiper-thumbs-button:nth-of-type(2) {
  right: 0;
}

.swiper-sshg ul li .thumb {
  background: #fff;
}
.swiper-sshg ul li h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.swiper-sshg .swiper-thumbs-button {
  border-color: #fff;
  color: #fff;
}

.swiper-sssr ul li .thumb {
  background: #efefef;
}
.swiper-sssr ul li h3 {
  font-size: 32px;
  color: #333;
  font-weight: 600;
}
/****************************************
* tab-contents-box
****************************************/
.tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .tabs {
    justify-content: space-around;
  }
}
.tabs li button {
  min-width: 300px;
  border: none;
  background: none;
  font-size: 28px;
  letter-spacing: -0.05em;
  font-weight: 100;
  cursor: pointer;
}
.tabs li button.tab-active {
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .tabs li button {
    min-width: auto;
    font-size: 1.1em;
  }
}

#section-monthly-events .tab-contents-box .tabs li button {
  color: #777 !important;
}
#section-monthly-events .tab-contents-box .tabs li button.tab-active {
  color: #555 !important;
}

#section-sshg .tab-contents-box .tabs li button {
  color: #fff !important;
}

#section-sssr .tab-contents-box .tabs li button {
  color: #333 !important;
}
#section-sssr .tab-contents-box .tabs li button.tab-active {
  color: #f6807e !important;
}

/****************************************
* sub-main-page-box
****************************************/
#sub-main-page-box {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-main-page-box-col {
  height: 100%;
}

#sub-main-page-box__left {
  flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 900px) {
  #sub-main-page-box__left {
    display: none;
  }
}

#sub-main-page-box__right {
  width: 100%;
  max-width: 800px;
  border-left: 1px solid #e1e1e1;
  overflow: hidden;
  overflow-y: auto;
}

#sub-main-page-box__header {
  height: 95px;
  padding: 0 35px 0 40px;
  display: flex;
  align-items: center;
}
#sub-main-page-box__header h1 {
  font-size: 21px;
  color: #282828;
  font-weight: 500;
  flex: 1;
}
#sub-main-page-box__header #btn-sub-main-page-box-close {
  width: 28px;
  height: 28px;
  color: #777;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sub-main-page-box__nav ul {
  display: flex;
  flex-wrap: wrap;
}
#sub-main-page-box__nav li {
  width: 50%;
  border-bottom: 1px solid #e1e1e1;
}
#sub-main-page-box__nav li:nth-child(1), #sub-main-page-box__nav li:nth-child(2) {
  border-top: 1px solid #e1e1e1;
}
#sub-main-page-box__nav li:nth-child(2n+1) {
  border-right: 1px solid #e1e1e1;
}
#sub-main-page-box__nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  color: #555;
}
#sub-main-page-box__nav a.active, #sub-main-page-box__nav a:hover {
  background-color: #f6807e;
  color: #fff !important;
}

#price-detail-list li {
  display: flex;
  align-items: center;
  min-height: 180px;
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
}
#price-detail-list li .li-left {
  flex: 1;
  padding: 0 40px;
}
#price-detail-list li .li-left h2 {
  font-size: 20px;
  padding: 4px 0;
  font-weight: 500;
  color: #000;
}
#price-detail-list li .li-left h3 {
  font-size: 17px;
  padding: 4px 0;
  font-weight: 400;
  color: #777;
}
#price-detail-list li .li-left .price {
  padding-top: 5px;
  display: flex;
  align-items: flex-end;
  letter-spacing: -0.05em;
}
#price-detail-list li .li-left .price h4 {
  font-size: 25px;
  color: #f6807e;
}
#price-detail-list li .li-left .price h4 span {
  font-size: 21px;
}
#price-detail-list li .li-left .price h5 {
  margin-left: 15px;
  padding-bottom: 2px;
  font-size: 20px;
  color: #ccc;
  text-decoration: line-through;
}
#price-detail-list li .li-left .price h5::after {
  content: " 원";
  font-size: 16px;
}
#price-detail-list li .li-right {
  width: 150px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#price-detail-list li .li-right a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #f6807e;
  border-radius: 50%;
  color: white;
  font-size: 24px;
}

#media-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  #media-container {
    display: none;
  }
}

video#sub-main-video,
img#sub-main-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

#sub-main-text-0,
#sub-main-text-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 700;
  font-size: 40px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.58);
  white-space: nowrap;
  z-index: 100;
  opacity: 0;
}
@media screen and (max-width: 900px) {
  #sub-main-text-0,
#sub-main-text-1 {
    display: none;
  }
}

#sub-main-text-0.on {
  animation-duration: 1s;
  animation-name: sub-main-text-down;
  animation-fill-mode: forwards;
}

#sub-main-text-1.on {
  animation-duration: 1s;
  animation-name: sub-main-text-up;
  animation-fill-mode: forwards;
  animation-delay: 500ms;
}

@keyframes sub-main-text-down {
  from {
    opacity: 0;
    transform: translate(-50%, -80px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -30px);
  }
}
@keyframes sub-main-text-up {
  from {
    transform: translate(-50%, 80px);
    opacity: 0;
  }
  to {
    transform: translate(-50%, 30px);
    opacity: 1;
  }
}
/**
* #sub-hero-image
**/
#sub-hero-image .hero-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px;
  font-weight: 400;
  color: white;
}
#sub-hero-image #hero-text-main {
  top: 100px;
  font-size: 40px;
}
#sub-hero-image #hero-text-sub {
  top: 170px;
  font-size: 24px;
}
@media screen and (max-width: 900px) {
  #sub-hero-image .hero-text {
    width: 100%;
    text-align: center;
  }
  #sub-hero-image #hero-text-main {
    top: 215px;
    font-size: 1.9em;
  }
  #sub-hero-image #hero-text-sub {
    top: 270px;
    font-size: 1.4em;
  }
}

@media screen and (max-width: 900px) {
  nav#snb {
    display: none !important;
  }
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}
button {
  cursor: pointer;
}

* {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
}

body {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
}

@media screen and (max-width: 900px) {
  .hide-for-mobile {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .hide-for-desktop {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
