/* ---------------------------------------------------------font--------------------------------------------------------- */
@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
/* ---------------------------------------------------------노멀라이즈--------------------------------------------------------- */
body,ul,li,h1,h2,h3,h4,h5 {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Pretendard-Regular';
  letter-spacing: -2%;
  overflow-x: hidden;
  color: #333;
}

body {
  background-color: #FCFBFA;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ---------------------------------------------------------커스텀 시작--------------------------------------------------------- */
/* ---------------------------------------------------------header--------------------------------------------------------- */
header {
  width: 100%;
  box-sizing: border-box;
  height: 100px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 999;
}

header.blur {
  backdrop-filter: blur(4px);
}

header > a {
  display: block;
  width: 191px;
  height: 35px;
}

header > nav > ul {
  display: flex;
}

header > nav > ul > li {
  width: 128px;
}

header > nav > ul > li > a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  letter-spacing: -2%;
}

header > .icon-box-1 {
  display: flex;
  align-items: center;
  width: 191px;
  justify-content: flex-end;
}

header > .icon-box-1 > a {
  display: block;
  padding: 10px 10px;
}

/* ---------------------------------------------------------header end--------------------------------------------------------- */

/* ---------------------------------------------------------section-1 start--------------------------------------------------------- */
.section-1 {
  padding-bottom: 150px;
  padding-top: 100px;
}

.section-1 > .swiper-box-1 {
  position: relative;
}

.section-1 > .swiper-box-1 > .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  z-index: 10;
  color: #FCFBFA;
}

.section-1 > .swiper-box-1 > .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  z-index: 10;
  color: #FCFBFA;
}

/* ---------------------------------------------------------section-1 end--------------------------------------------------------- */

/* ---------------------------------------------------------section-2 start--------------------------------------------------------- */
.section-2 {
  height: 1016px;
  position: relative;
}


.section-2 > .bg-img-box {
  position: relative;
}

.section-2 > .bg-img-box > .cont {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 1016px;
  position: absolute;
  z-index: -1;
  transition: all .5s;
}

.section-2 > .bg-img-box > .cont.active {
  opacity: 1;
  visibility: visible;
}

.section-2 > .bg-img-box > .cont > img {
  height: 100%;
}

.section-2 > .main-box {
  background-color: #FCFBFA;
  border-radius: 50% 50% 0 0;
  padding: 175px 0px 130px 0px;
  display: inline-block;
  left: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.section-2 > .main-box > .txt-box-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 56px;
  padding: 0 40px;
}

.section-2 > .main-box > .txt-box-1 > div {
  width: 324px;
  height: 60px;
  margin-bottom: 50px;
  text-align: center;
}

.section-2 > .main-box > .txt-box-1 > span {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -2%;
}

.section-2 > .main-box > .line {
  background-color: #C3B1D5;
  width: 100%;
  height: 1px;
}

.section-2 > .main-box > .bg-btn-box {
  margin-top: 56px;
  display: flex;
  gap: 40px;
  padding: 0 40px;
}

.section-2 > .main-box > .bg-btn-box > div {
  width: 120px;
  height: 120px;
  cursor: pointer;
}

.section-2 > .main-box > .bg-btn-box > div.active > img {
  border-radius: 50%;
  transition: all .5s;
}

.section-2 > .main-box > .bg-btn-box > div > img {
  height: 100%;
}

/* ---------------------------------------------------------section-2 end--------------------------------------------------------- */

/* ---------------------------------------------------------section-3 start--------------------------------------------------------- */
.section-3 {
  padding: 150px 0 200px 20px;
  background-color: #FCFBFA;
}

.section-3 > .txt-box-3 {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;

}

.section-3 > .txt-box-3 > ul {
  display: flex;
  gap: 16px;
}

.section-3 > .txt-box-3 > ul > li {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  font-family: 'Cormorant Garamond', serif;
  color: #BFB8AF;
}

.section-3 > .txt-box-3 > ul > li.active {
  color: #333;
}

.section-3 > .txt-box-3 > ul > li:first-child::after {
  width: 1px;
  height: 15px;
  background-color: #C3B1D5;
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
}

.section-3 > .content-box > .content {
  display: none;
}

.section-3 > .content-box > .content.active {
  display: flex;
}

.section-3 > .content-box > .content > .txt-3 {
  padding-right: 140px;
}

.section-3 > .content-box > .content > .txt-3 > h2 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: 'Cormorant Garamond', serif;
  display: block;
}

.section-3 > .content-box > .content > .txt-3 > span {
  font-size: 24px;
  font-weight: 400;
  line-height: 38.4px;
  color: #BFB8AF;
  white-space: nowrap;
  display: block;
}

.section-3 > .content-box > .content > .swiper-box-3 {
  width: 100%;
  position: relative;
}

.section-3 > .content-box > .content > .swiper-box-3 .swiper-scrollbar {
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1250px;
}

.section-3 > .content-box > .content > .swiper-box-3 .swiper-slide {
  max-width: 393px;
}

.section-3 > .content-box > .content > .swiper-box-3 .swiper-slide > a {
  display: block;
  max-width: 393px;
  background-color: #F7F4F1;
  border-radius: 20px;
}

.section-3 > .content-box > .content > .swiper-box-3 .swiper-slide > a > .img-box-3 > img {
  border-radius: 20px 20px 0 0;
  max-height: 420px;
}

.section-3 > .content-box > .content > .swiper-box-3 .swiper-slide > a > .swiper-txt {
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 23px;
  text-align: center;
  height: 185px;
}

.section-3 > .content-box > .content > .swiper-box-3 .swiper-slide > a > .swiper-txt > span {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 4px;
}

.section-3 > .content-box > .content > .swiper-box-3 .swiper-slide > a > .swiper-txt > span:nth-child(2) {
  font-size: 16px;
  color: #BFB8AF;
  margin-bottom: 20px;
  font-weight: 400;
}

.section-3 > .content-box > .content > .swiper-box-3 .swiper-slide > a > .swiper-txt > span:last-child {
  font-size: 22px;
  font-weight: 600;
  color: #333;
}

/* ---------------------------------------------------------section-4 start--------------------------------------------------------- */
.section-4 {
  padding: 0 20px 200px 20px;
}

.section-4 > .event-box {
  display: flex;
  gap: 40px;
}

.section-4 > .event-box > div {
  height: 1120px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

.section-4 > .event-box > div:nth-child(2) {
  align-items: flex-end;
}

.section-4 > .event-box > div > a > .event-txt {
  text-align: center;
}

.section-4 > .event-box > div > a > .event-txt > h3 {
  font-size: 40px;
  font-weight: 600;
}

.section-4 > .event-box > div > a > .event-txt > p {
  font-size: 24px;
  font-weight: 400; 
  line-height: 38.4px;
}
/* ---------------------------------------------------------section-4 end--------------------------------------------------------- */

/* ---------------------------------------------------------section-5 start--------------------------------------------------------- */
.section-5 {
  padding-bottom: 100px;
}

.section-5 > h3 {
  margin-bottom: 93px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Cormorant Garamond', serif;
}

.section-5 > .swiper-box-5  .swiper-slide > a {
  display: block;
  height: 349px;
  border-radius: 20px;
  overflow: hidden;
}

/* ---------------------------------------------------------section-5 end--------------------------------------------------------- */

/* ---------------------------------------------------------footer start--------------------------------------------------------- */
footer {
  padding: 44px 138px;
  background-color: #F2E9FB;
}

footer > .ft-fst {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 44px;
}

footer > .ft-fst > .ft-logo {
  width: 191px;
}

footer > .ft-fst > ul {
  display: flex;
  gap: 30px;
}

footer > .ft-fst > ul > li > a {
  width: 24px;
  display: block;
}

footer > .ft-sed {
  margin-bottom: 44px;
}

footer > .ft-sed > ul {
  display: flex;
  gap: 20px;
}

footer > .ft-sed > ul > li > a {
  display: block;
  position: relative;
}

footer > .ft-sed > ul > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #BFB8AF;
}

footer > .ft-sed > ul > li:last-child > a::after {
  display: none;
}

footer > .ft-sed > ul > li > a > span {
  font-weight: 400px;
}

footer > .ft-sed > ul > li.this > a > span {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: block;
}

footer > .ft-sed > ul > li.this > a > span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #333;
  bottom: 0;
  left: 0;
}

footer > .ft-trd {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

footer > .ft-trd > div {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
}

footer > .ft-trd > div > a {
  background-color: #F7F4F1;
  display: block;
  padding: 2px 4px;
}

footer > .ft-trd > div:nth-child(5) {
  margin-bottom: 30px;
}

footer > .ft-trd > div:nth-child(5) > span:last-child {
  color: #BFB8AF;
}

footer > .ft-trd > .copyright {
  color: #BFB8AF;
}