@charset "UTF-8";
.fs-small {
  font-size: 12px;
}
.fs-medium {
  font-size: 14px;
}
.fs-large {
  font-size: 16px;
}

section {
  width: 100%;
  min-height: 100vh;
}

.main-1 {
  z-index: 1;
}

.body-container3 {
  padding: 20px 85px;
}

.body-container {
  z-index: 1;
}

.label-title-small {
  font-size: 2rem;
}
.label-title-medium {
  font-size: 3rem;
}
.label-title-large {
  font-size: 4rem;
}

.item-wrap {
  width: 100%;
  padding: 60px 0 0 0;
}

.intro-container {
  position: relative;
  width: 100%;
  min-height: 50vh;
  border-radius: 18px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.intro-container.wed {
  border-top: 1px solid gainsboro;
}
.intro-container .talk-wrap {
  width: 600px;
  padding: 0 20px;
  gap: 20px;
  border-left: 1px solid gainsboro;
}
.intro-container .intro-wrap {
  position: relative;
  min-width: 500px;
  width: 500px;
  height: 100%;
  min-height: 620px;
  max-height: 700px;
}
.intro-container .intro-wrap .intro-item-img {
  position: absolute;
  top: -80px;
  left: -30px;
  width: 100%;
  height: 100%;
  filter: saturate(0.5);
  background: url("../img/item/wedding.svg") no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.315);
}

.itro-menu {
  display: inline-flex;
  gap: 5px;
  position: absolute;
  top: -100px;
}
.itro-menu label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  cursor: pointer;
  font-size: 1.6rem;
  padding: 20px 40px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2901960784);
  background: rgb(255, 255, 255);
  transition: all 0.35s;
}
.itro-menu label.wed.active, .itro-menu label:hover {
  background: rgb(217, 121, 135);
  color: white;
}
.itro-menu label.funeral:hover, .itro-menu label.funeral.active {
  background: rgb(110, 110, 110);
  color: white;
}
.itro-menu label.baby:hover, .itro-menu label.baby.active {
  background: rgb(70, 125, 146);
  color: white;
}

.bubble-talk {
  position: relative;
  opacity: 0;
  animation: upLabel 0.45s linear 0s alternate forwards;
}
.bubble-talk label {
  position: relative;
}
.bubble-talk-left {
  padding: 10px;
  justify-content: flex-start;
}
.bubble-talk-left > label {
  padding: 5px 20px;
  background: rgb(211, 157, 209);
  color: white;
  border-radius: 20px;
}
.bubble-talk-left > label::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: rgb(211, 157, 209);
  bottom: 0px;
  left: 0;
}
.bubble-talk-right {
  padding: 10px;
  justify-content: flex-end;
}
.bubble-talk-right > label {
  padding: 5px 20px;
  background: rgb(140, 118, 219);
  color: white;
  border-radius: 50px 50px 40px 50px;
}
.bubble-talk-right > label::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: rgb(140, 118, 219);
  bottom: 0px;
  right: 0;
}
.bubble-talk .download-btn {
  display: flex;
  align-items: center;
  font-size: 2.3rem;
  background: url(../img/item/flower1.png) no-repeat -20px -17px/contain, url(../img/item/flower1.png) no-repeat right 20px/contain, #3959b3;
  border-radius: 18px;
  opacity: 0.7;
  color: white;
  padding: 60px 50px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3215686275);
  white-space: nowrap;
  transition: all 0.35s;
  animation: focusBtn 1s linear alternate infinite;
}
.bubble-talk .download-btn:hover {
  opacity: 1;
  animation-play-state: paused;
}
.bubble-talk:nth-of-type(1) {
  animation-delay: 0.7s;
}
.bubble-talk:nth-of-type(2) {
  animation-delay: 1.4s;
}
.bubble-talk:nth-of-type(3) {
  animation-delay: 2.1s;
}
.bubble-talk:nth-of-type(4) {
  animation-delay: 2.8s;
}
.bubble-talk:nth-of-type(5) {
  animation-delay: 3.5s;
}
.bubble-talk:nth-of-type(6) {
  animation-delay: 4.2s;
}
.bubble-talk:nth-of-type(7) {
  animation-delay: 4.9s;
}
.bubble-talk:nth-of-type(8) {
  animation-delay: 5.6s;
}
.bubble-talk:nth-of-type(9) {
  animation-delay: 6.3s;
}
.bubble-talk:nth-of-type(10) {
  animation-delay: 7s;
}

@keyframes focusBtn {
  from {
    opacity: 1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3215686275);
    filter: hue-rotate(0deg);
  }
  to {
    opacity: 0.7;
    box-shadow: 0 13px 36px rgba(209, 0, 145, 0.93);
    filter: hue-rotate(55deg);
  }
}
@keyframes upLabel {
  from {
    bottom: -10px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
.unit-price-list-wrap {
  font-size: 1.5rem;
  gap: 50px;
  cursor: pointer;
}
.unit-price-list-wrap .unit-price-item {
  display: flex;
  font-size: 2rem;
  flex: 1;
  border: 1px solid #efefef;
  padding: 20px 10px 10px 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.281);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  opacity: 0.7;
  transition: all 0.45s;
}
.unit-price-list-wrap .unit-price-item:hover {
  background: rgb(237, 237, 237);
  opacity: 1;
  box-shadow: 3px 8px 10px rgba(0, 0, 0, 0.281);
}
.unit-price-list-wrap .unit-price-item .unit-price-bat {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  top: -10px;
  right: -15px;
  padding: 0px 10px;
  font-weight: bold;
  background: #FAEB65;
  align-self: flex-end;
  border-radius: 0px 0 0 14px;
  font-size: 1.8rem;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1215686275);
}
.unit-price-list-wrap .unit-price-item .unit-price-bat::after {
  content: "";
  display: inline-flex;
  position: absolute;
  width: 5px;
  height: 5px;
  right: 0;
  top: -5px;
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-left: 5px solid #837100;
}
.unit-price-list-wrap .unit-price-item .unit-price-notice {
  font-size: 1.2rem;
  color: rgba(197, 71, 169, 0.7411764706);
  padding-left: 10px;
  display: inline-flex;
  flex-direction: column;
}
.unit-price-list-wrap .unit-price-item .unit-price-notice span {
  font-size: 1.5rem;
}
.unit-price-list-wrap .unit-price-item .unit-price-notice span.no::before {
  content: "❌";
}
.unit-price-list-wrap .unit-price-item .unit-price-notice span.yes::before {
  content: "👌";
}
.unit-price-list-wrap .unit-price-item .unit-price-buy {
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
  padding: 0 20px;
  background: #6160fe;
  color: white;
  border-radius: 100px;
  font-size: 2rem;
  cursor: pointer;
}

.img-container {
  display: inline-flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.img-container > .img-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  overflow: auto;
  height: 100%;
  padding: 15px;
}
.img-container > .img-wrap > .img-item {
  width: 100%;
  height: 100%;
  background: rgb(251, 240, 240);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.315);
  border-radius: 18px;
  overflow: hidden;
}
.img-container > .img-wrap > .img-item > video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.kakao-btn {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1490196078);
  border-radius: 40px;
  padding: 10px 20px;
  background: #fff9e9;
  box-sizing: border-box;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: custom-notice 8s cubic-bezier(1, 0.46, 0.56, 1) 0s infinite normal;
}

@keyframes custom-notice {
  0% {
    opacity: 1;
    width: 0%;
    min-width: -moz-fit-content;
    min-width: fit-content;
    left: 50%;
    right: 50%;
    filter: hue-rotate(10deg);
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 100%;
    left: 0;
    right: 0;
    filter: hue-rotate(360deg);
  }
}
@media (max-width: 1200px) {
  .body-container3 {
    padding: 10px;
    box-sizing: border-box;
  }
}