.welcome {
  display: flex;
  flex-direction: column;
  height: 100svh;
  min-height: 568px;
}

.welcome__hero-container {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  box-sizing: border-box;
}

.welcome__hero-container-container {
  aspect-ratio: 369 / 473;
  width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
  position: relative;
}

.welcome__hero-container-container img#minchul {
  position: absolute;
  top: 0;
  width: 84%;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  box-sizing: border-box;
  z-index: 1;
}

.welcome__hero-container-container img#hyunbin {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: auto;
  box-sizing: border-box;
  z-index: 1;
}

.welcome__hero {
  width: 100%;
  aspect-ratio: 369 / 389;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.welcome__hero img {
  position: absolute;
  width: 100%;
  object-fit: cover;
}
.welcome__hero img:nth-child(1) {
  animation: slide-pause-slide-first 10s infinite;
  animation-timing-function: step-end;
}

.welcome__hero img:nth-child(2) {
  animation: slide-pause-slide-second 10s infinite;
  animation-timing-function: step-end;
}

.welcome__hero img:nth-child(3) {
  animation: slide-pause-slide-third 10s infinite;
  animation-timing-function: step-end;
}

.welcome__hero img:nth-child(4) {
  animation: slide-pause-slide-fourth 10s infinite;
  animation-timing-function: step-end;
}
.welcome__hero img:nth-child(5) {
  animation: slide-pause-slide-fifth 10s infinite;
  animation-timing-function: step-end;
}

@keyframes slide-pause-slide-first {
  0%,
  10% {
    transform: translateX(0%) rotate(0deg);
  }
  11.67% {
    transform: translateX(-22%) translateY(7%) rotate(12.5deg); 
  }
  13.33% {
    transform: translateX(-44%) translateY(-5%) rotate(-9deg); 
  }
  15% {
    transform: translateX(-66%) translateY(3%) rotate(6deg); 
  }
  16.67% {
    transform: translateX(-88%) translateY(8%) rotate(-10deg); 
  }
  18.33% {
    transform: translateX(-110%) translateY(-2%) rotate(5deg); 
  }
  20% {
    transform: translateX(-110%) rotate(0deg);
  }
  20.01%,
  90% {
    transform: translateX(110%) rotate(0deg);
  }
  91.67% {
    transform: translateX(88%) translateY(4%) rotate(-11deg); 
  }
  93.33% {
    transform: translateX(66%) translateY(-7%) rotate(9.5deg); 
  }
  95% {
    transform: translateX(44%) translateY(6%) rotate(-7.5deg); 
  }
  96.67% {
    transform: translateX(22%) translateY(-3%) rotate(7deg); 
  }
  98.33% {
    transform: translateX(11%) translateY(5%) rotate(-5deg); 
  }
  100% {
    transform: translateX(0%) translateY(0%) rotate(0deg);
  }
}

@keyframes slide-pause-slide-second {
  0%, 10% {
    transform: translateX(110%) rotate(0deg);
  }
  11.67% {
    transform: translateX(88%) translateY(-5%) rotate(-10.5deg); 
  }
  13.33% {
    transform: translateX(66%) translateY(7%) rotate(13.5deg); 
  }
  15% {
    transform: translateX(44%) translateY(-2%) rotate(-6deg); 
  }
  16.67% {
    transform: translateX(22%) translateY(6%) rotate(9deg); 
  }
  18.33% {
    transform: translateX(11%) translateY(-4%) rotate(-7.5deg); 
  }
  20% {
    transform: translateX(0%) translateY(0%) rotate(0deg);
  }
  20.01%, 30% {
    transform: translateX(0%) rotate(0deg);
  }
  31.67% {
    transform: translateX(-22%) translateY(6%) rotate(11.5deg); 
  }
  33.33% {
    transform: translateX(-44%) translateY(-8%) rotate(-13deg); 
  }
  35% {
    transform: translateX(-66%) translateY(4%) rotate(7deg); 
  }
  36.67% {
    transform: translateX(-88%) translateY(2%) rotate(-5.5deg); 
  }
  38.33% {
    transform: translateX(-110%) translateY(-5%) rotate(10deg); 
  }
  40% {
    transform: translateX(-110%) translateY(0%) rotate(0deg);
  }
  40.01%, 100% {
    transform: translateX(110%) rotate(0deg);
  }
}

@keyframes slide-pause-slide-third {
  0%, 30% {
    transform: translateX(110%) rotate(0deg);
  }
  31.67% {
    transform: translateX(88%) translateY(-6%) rotate(-12deg); 
  }
  33.33% {
    transform: translateX(66%) translateY(8%) rotate(14.5deg); 
  }
  35% {
    transform: translateX(44%) translateY(-4%) rotate(-8deg); 
  }
  36.67% {
    transform: translateX(22%) translateY(5%) rotate(7.5deg); 
  }
  38.33% {
    transform: translateX(11%) translateY(-7%) rotate(-11deg); 
  }
  40% {
    transform: translateX(0%) translateY(0%) rotate(0deg);
  }
  40.01%, 50% {
    transform: translateX(0%) rotate(0deg);
  }
  51.67% {
    transform: translateX(-22%) translateY(-5%) rotate(-9.5deg); 
  }
  53.33% {
    transform: translateX(-44%) translateY(7%) rotate(11deg); 
  }
  55% {
    transform: translateX(-66%) translateY(-6%) rotate(-8.5deg); 
  }
  56.67% {
    transform: translateX(-88%) translateY(3%) rotate(5deg); 
  }
  58.33% {
    transform: translateX(-110%) translateY(8%) rotate(10.5deg); 
  }
  60% {
    transform: translateX(-110%) rotate(0deg);
  }
  60.01%, 100% {
    transform: translateX(110%) rotate(0deg);
  }
}

@keyframes slide-pause-slide-fourth {
  0%, 50% {
    transform: translateX(110%) rotate(0deg);
  }
  51.67% {
    transform: translateX(88%) translateY(6%) rotate(9deg); 
  }
  53.33% {
    transform: translateX(66%) translateY(-2%) rotate(-4deg); 
  }
  55% {
    transform: translateX(44%) translateY(4%) rotate(8deg); 
  }
  56.67% {
    transform: translateX(22%) translateY(9%) rotate(-12.5deg); 
  }
  58.33% {
    transform: translateX(11%) translateY(-3%) rotate(6.5deg); 
  }
  60% {
    transform: translateX(0%) translateY(0%) rotate(0deg);
  }
  60.01%, 70% {
    transform: translateX(0%) rotate(0deg);
  }
  71.67% {
    transform: translateX(-22%) translateY(-8%) rotate(-14.5deg); 
  }
  73.33% {
    transform: translateX(-44%) translateY(4%) rotate(8.5deg); 
  }
  75% {
    transform: translateX(-66%) translateY(7%) rotate(-12.5deg); 
  }
  76.67% {
    transform: translateX(-88%) translateY(-6%) rotate(9.5deg); 
  }
  78.33% {
    transform: translateX(-110%) translateY(2%) rotate(-5deg); 
  }
  80% {
    transform: translateX(-110%) rotate(0deg);
  }
  80.01%, 100% {
    transform: translateX(110%) rotate(0deg);
  }
}

@keyframes slide-pause-slide-fifth {
  0%, 70% {
    transform: translateX(110%) rotate(0deg);
  }
  71.67% {
    transform: translateX(88%) translateY(8%) rotate(10deg); 
  }
  73.33% {
    transform: translateX(66%) translateY(-6%) rotate(-7.5deg); 
  }
  75% {
    transform: translateX(44%) translateY(4%) rotate(5deg); 
  }
  76.67% {
    transform: translateX(22%) translateY(-9%) rotate(-14deg); 
  }
  78.33% {
    transform: translateX(11%) translateY(5%) rotate(8deg); 
  }
  80% {
    transform: translateX(0%) translateY(0%) rotate(0deg);
  }
  80.01%, 90% {
    transform: translateX(0%) rotate(0deg);
  }
  91.67% {
    transform: translateX(-22%) translateY(-4%) rotate(-9deg); 
  }
  93.33% {
    transform: translateX(-44%) translateY(9%) rotate(12deg); 
  }
  95% {
    transform: translateX(-66%) translateY(-2%) rotate(-5.5deg); 
  }
  96.67% {
    transform: translateX(-88%) translateY(6%) rotate(8.5deg); 
  }
  98.33% {
    transform: translateX(-110%) translateY(-7%) rotate(-10.5deg); 
  }
  100% {
    transform: translateX(-110%) rotate(0deg);
  }
}

.welcome__date {
  position: relative;
  width: 83%;
  margin: 0 auto;
  margin-bottom: 40px;
  background-image: url('../assets/bg_welcome_date.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
}

.welcome__date img {
  display: block;
  width: 100%;
}

.welcome__date-text {
  text-align: center;
  font-family: "Beth Ellen";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  /* 185% */
  white-space: nowrap;
}

.invitation {
  padding: 0;
  position: relative;
}

.invitation img#invitation-bg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.invitation p {
  color: #494637;
  text-align: center;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px;
  /* 264.286% */
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
}

.bride-and-groom {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 0;
}

.bride-and-groom .accent {
  font-weight: 700;
}

.bride-and-groom__hero-image {
  width: 100%;
  padding: 0 20px;
  height: auto;
  display: block;
  box-sizing: border-box;
}

.bride-and-groom__hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

.bride-and-groom__contents {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  padding: 0;
  justify-content: space-evenly;
}

.bride-and-groom__contents-item {
  width: fit-content;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 0;
  align-items: center;
  text-align: center;
  gap: 24px;
}

.bride-and-groom__contents-item p {
  color: #494637;
  text-align: center;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  /* 221.429% */
  margin: 0;
  padding: 0;
}

.bride-and-groom__contents-item p:first-of-type {
  color: #494637;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  /* 175% */
}

.bride-and-groom__contents-item p:nth-child(3) {
  font-weight: 700;
}

.location {
  display: flex;
  flex-direction: column;
  gap: 120px;
  padding: 0;
}

.location p {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.location__when {
  width: 100%;
  position: relative;
}

.location__when img {
  width: 40%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
}

.location__when_text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.location__when_text time {
  color: #494637;
  text-align: center;
  font-family: "Beth Ellen";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px;
  /* 340% */
  margin: 0;
  padding: 0;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.location__when_text p:first-of-type {
  color: #494637;
  font-family: "Beth Ellen";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  /* 140% */
  margin: 0;
  padding: 0;
}

.location__where {
  width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
}

.location__where img {
  width: 96%;
  height: auto;
  position: relative;
  display: inline-block;
}

.location__where .accent {
  font-weight: 700;
}

.location__where-text {
  width: 100%;
  position: absolute;
  top: 30%;
  text-align: center;
  align-content: center;
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.location__where-text p:first-of-type {
  color: #494637;
  font-family: "Beth Ellen";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  /* 140% */
  margin: 0;
  padding: 0;
}

.location__where-text p#location__where-text-location {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  margin: 0;
  padding: 0;
  color: #494637;
  text-align: center;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  /* 221.429% */
}

.location__calendar_buttons {
  width: fit-content;
  display: flex;
  margin-left: auto;
  margin-right: 25%;
}

.location__notice {
  width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
}

.location__notice img {
  width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
}

.location__notice .accent {
  font-weight: 700;
}

.location__notice-content {
  width: 100%;
  position: absolute;
  margin-top: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.location__notice-content p#location__notice-content-title {
  color: #494637;
  font-family: "Beth Ellen";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  /* 140% */
  padding: 0;
  margin: 0;
}

.location__notice-text {
  width: 100%;
  margin-top: 29px;
}

.location__notice-text p {
  text-align: center;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  padding: 0;
  margin: 0;
}


.location__caution {
  width: fit-content;
  text-align: start;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-top: 56px;
}

.location__caution img {
  width: 48px;
}

.location__caution p {
  color: #494637;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
  /* 221.429% */
  padding: 0;
  margin: 0;
}

.location img {
  max-width: 100%;
  height: auto;
}


.gallery {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 100px;
  box-sizing: border-box;
}

.gallery__hero-image img {
  width: 100%;
  height: auto;
}

.gallery__contents {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.gallery__contents img {
  width: 100%;
  height: auto;
  display: block;
  will-change: transform;
  transform: translateY(0px);
}

.gallery__contents img:nth-child(1) {
  width: 55%;
  margin-left: 5%;
}

.gallery__contents img:nth-child(2) {
  width: 38%;
  margin-right: 5%;
  margin-top: -46px;
  align-self: flex-end;
}

.gallery__contents img:nth-child(3) {
  margin-top: 16px;
  width: 67%;
  align-self: center;
}

.gallery__contents img:nth-child(4) {
  width: 86%;
  margin-right: -13%;
  margin-top: 84px;
  /* margin-top: 214px; */
  align-self: flex-end;
}

.gallery__contents img:nth-child(5) {
  width: 46%;
  margin-top: -58px;
  margin-left: 6%;
}

.gallery__contents img:nth-child(6) {
  width: 62%;
  margin-top: 15px;
  align-self: center;
}

.gallery__contents img:nth-child(7) {
  width: 76%;
  margin-top: 47px;
  align-self: flex-end;
  margin-right: -4%;
}


.gallery__contents img:nth-child(8) {
  width: 62%;
  margin-left: -4%;
  margin-top: 17px;
}


.gallery__contents img:nth-child(9) {
  width: 51%;
  margin-top: 77px;
  margin-right: -6%;
  align-self: flex-end;
}

.gallery__contents img:nth-child(10) {
  width: 74%;
  margin-top: 16px;
  margin-left: -5%;
}

.gallery__contents img:nth-child(11) {
  width: 100%;
  margin-top: 18px;
  align-self: center;
}

.gallery__contents img:nth-child(12) {
  width: 52%;
  margin-top: 23px;
  margin-right: -6%;
  align-self: flex-end;
}

.gallery__contents img:nth-child(13) {
  width: 76%;
  margin-top: 91px;
  margin-right: -4%;
  align-self: flex-end;
}

.gallery__contents img:nth-child(14) {
  width: 76%;
  margin-top: 13px;
  margin-left: -2%;
}

.gallery__contents img:nth-child(15) {
  width: 100%;
  margin-top: 19px;
  align-self: center;
}

.wishing-well {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.wishing-well .accent {
  font-weight: 700;
}

.wishing-well__contents {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.wishing-well__contents img {
  width: 100%;
  height: auto;
  max-width: 100%;
  position: relative;
  object-fit: contain;
}

.wishing-well__contents-text {
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: column;
  text-align: center;
  top: 64px;
  gap: 48px;
  left: 0;
}

.wishing-well__contents-text p#wishing-well__contents-text-title {
  color: #494637;
  text-align: center;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  /* 221.429% */
  padding: 0;
  margin: 0;
}

.wishing-well__contents-text p {
  color: #494637;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  /* 221.429% */
  padding: 0;
  margin: 0;
}

.wishing-well__contents-text-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0;
  width: 100%;
  margin: 0;
}

.wishing-well .accent {
  font-weight: 700;
}


.wishing-well__contents-text-item-account-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.wishing-well__contents-text-item-account {
  margin-left:8px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.wishing-well__contents-text-item-account p {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  white-space: nowrap;
}

.copy-btn {
  padding: 8px;
  font-size: 16px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
}

.faq {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.faq__contents {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.faq__contents-item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.faq__contents-item img {
  width: 100%;
  height: auto;
}

.faq__contents-item p {
  color: #494637;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  /* 250% */
  padding: 0;
  margin: 0;
}

.thanks {
  width: 100%;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 40px;
  padding: 0;
}

.thanks p {
  color: #494637;
  text-align: center;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 192.857% */
  padding: 0;
  margin: 0;
}


.copyright {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 auto;
  margin-top: 40px;
  padding-bottom: 40px;
}

.copyright p {
  color: #666;
  text-align: center;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}


.toast {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 14px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90vw;
}

.toast.show {
  opacity: 1;
}

.calendar-btn {
  cursor: pointer;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-title {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section__head {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section__title {
  color: #494637;
  font-family: "Beth Ellen";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  /* 140% */
  margin: 0;
  padding: 0;
}