@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --color-point: #4778c4;
  --color-primary: #18191b;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.1px;
}

body {
  color: var(--color-primary);
  padding: 60px 0;
  line-height: 21px;
  position: relative;
}

.title {
  height: 106px;
  text-align: center;
  background-image: url(img/title_bg.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.title > p {
  padding-top: 25px;
  font-size: 19px;
  font-weight: 350;
  line-height: 27px;
}

.date {
  font-size: 20px;
  font-weight: 350;
  text-align: center;
  opacity: 0.9;
}

.weding_bg {
  width: 100%;
  height: 623px;
  background-image: url(img/main_img.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

@media screen and (max-width: 415px) {
  .weding_bg {
    height: 600px;
  }
}

@media screen and (max-width: 391px) {
  .weding_bg {
    height: 563px;
  }
}

@media screen and (max-width: 376px) {
  .weding_bg {
    height: 542px;
  }
}

.name_area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 80px;
}

.name_box {
  position: relative;
  text-align: center;
  width: 106px;
}
.name_box::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 107px;
  height: 8px;
  background-image: url(img/name.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.name_box > p:nth-of-type(1),
.name_box > p:nth-of-type(2) {
  font-size: 16px;
  font-weight: 400;
}
.name_box > p {
  margin-bottom: 14px;
}
.name_box > h4 {
  font-size: 19px;
  font-weight: 400;
}

/* video {
  display: block;
  width: 100%;
  border-radius: 2px;
  outline: none;
  border: 0;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
} */

.light14 {
  font-size: 14px;
  font-weight: 350;
}
.light17 {
  font-size: 17px;
  font-weight: 350;
  line-height: 23px;
}
.regular17 {
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}
.medium17 {
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
}
.semibold17 {
  font-size: 17px;
  font-weight: 600;
}

.info_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  margin-top: 88px;
  padding: 0 25px;
}

.info_area > section {
  text-align: center;
}

.info_title {
  position: relative;
  color: var(--color-point);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.info_title::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 16px;
  background-image: url(img/text.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.map {
  margin-top: 14px;
}

.ul {
  text-align: left;
  padding-left: 36px;
}

.parking {
  width: 80vw;
  margin-top: 16px;
}

.dday {
  font-size: 26px;
  font-weight: 300;
  line-height: 38px;
}

.swiper {
  width: 100vw;
  height: 100%;
  padding-bottom: 40px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: unset;
}

.swiper-button-next,
.swiper-button-prev {
  width: 34px;
  height: 34px;
  background-color: #ffffff68;
  border-radius: 50px;
  background-image: url(img/arrow.svg);
  background-repeat: no-repeat;
  background-position: 12px center;
}

.swiper-button-prev {
  rotate: 180deg;
}
.swiper-pagination-bullet-active {
  background: #759edd;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
video {
  width: 100%;
  height: 100%;
}

#daumRoughmapContainer1742271583150 {
  width: 80vw !important;
  margin-top: 24px !important;
}
.cont {
  display: none;
}
