:root {
  --primary-color: #1b4469;
  --secondary-color: #622006;
  --gray-1-color: #f5f5f5;
  --gray-2-color: #ececec;
  --gray-3-color: #d8d8d8;
  --gray-4-color: #c7c7c7;
  --gray-5-color: #929292;
  --gray-6-color: #616161;
  --gray-7-color: #999;
  --dark-1-color: #333;
  --dark-2-color: #212121;
  --blue-1-color: #5f84a1;
}
html.on {
  height: 100vh;
  overflow: hidden;
}
.main_wrap {
  width: 100%;
  margin: 0 auto;
}
.main_wrap .sec_layout {
  background-size: cover !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.main_wrap .section01 {
  background: url("./img/main_visual01_240910m.jpg") no-repeat center
    center;
  padding: 111.3% 2.4rem 4.2rem;
}
.main_wrap .section01 .link_group {
  display: flex;
  align-items: center;
  gap: 2.6rem;
}
.main_wrap .section01 .link_group .link {
  width: calc(50% - 1rem);
}
.main_wrap .section01 .link_group .link img {
  width: 100%;
}
.main_wrap .section02 {
  background: #1b1b1b url("./m_img/main_visual02_240910.jpg")
    no-repeat center center;
  padding: 40% 0 4.8rem;
}
.main_wrap .section02 .merrypoem_wrap {
  margin: 0 1rem;
  padding: 0 4.5rem;
  position: relative;
}
.main_wrap .section02 .merrypoem_slide {
  padding-bottom: 22px;
}
.main_wrap .section02 .merrypoem_slide .poem_pagination {
  bottom: 0 !important;
}
.main_wrap .section02 .merrypoem_slide .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 4px;
}
.main_wrap .section02 .merrypoem_slide .swiper-pagination-bullet-active {
  width: 30px;
  background: #fff;
  border-radius: 5px;
}
.main_wrap .section02 .merrypoem_wrap .poem_icon {
  position: absolute;
  z-index: 1;
}
.main_wrap .section02 .merrypoem_wrap .poem_icon img {
  width: 100%;
}
.main_wrap .section02 .merrypoem_wrap .poem_icon.poem_icon01 {
  left: 0;
  bottom: 0;
  max-width: 88px;
}
.main_wrap .section02 .merrypoem_wrap .poem_icon.poem_icon02 {
  left: 17px;
  top: 81px;
  max-width: 68px;
}
.main_wrap .section02 .merrypoem_wrap .poem_icon.poem_icon03 {
  right: 0;
  top: 45.5%;
  max-width: 66px;
}
.main_wrap .section03 {
  background: url("./m_img/main_visual03_240910.jpg") no-repeat center
    center;
  padding: 274.3% 0 3rem;
}
.main_wrap .section04 {
  background: url("./m_img/main_visual04_240910.jpg") no-repeat center
    center;
  padding: 55.2% 0 3rem 0;
}
.main_wrap .section04 video {
  width: 100%;
  object-fit: cover;
}
.main_wrap .custom_slide {
  overflow: hidden;
  position: relative;
}
.main_wrap .custom_slide img {
  width: 100%;
}
.main_wrap .custom_slide .swiper-slide {
  line-height: 0;
}
.main_wrap .custom_pagination {
  bottom: 20px;
}
.main_wrap .custom_pagination .swiper-pagination-bullet {
  opacity: 0.5;
  background: #f5f5f5;
}
.main_wrap .custom_pagination .swiper-pagination-bullet-active {
  background: #f5f5f5;
  opacity: 1;
}
.main_wrap .custom_bar {
  position: inherit;
  width: 90%;
  margin: 4.7rem auto 0;
  background: var(--gray-3-color);
  height: 2px;
  border-radius: 0;
  display: flex;
}
.main_wrap .custom_bar .swiper-pagination-bullet {
  height: 2px;
  margin: 0;
  flex: 1;
  border-radius: 0;
  opacity: 0;
}
.main_wrap .custom_bar .swiper-pagination-bullet-active {
  background: var(--blue-1-color);
  opacity: 1;
}
.main_wrap .photo_slide {
  padding: 2.8rem 0 2.5rem;
  margin: 0 1.1rem;
}
.main_wrap .single_link {
  width: 61%;
  max-width: 235px;
  margin: 0 auto;
  display: block;
}
.main_wrap .single_link img {
  width: 100%;
}
.main_wrap .section05 {
  background: url("./m_img/main_visual05.jpg") no-repeat top center;
  padding: 120% 0 1rem;
}
.main_wrap .section05 .form_wrap {
  background-color: #fff;
  margin: 0 2.7rem 3rem;
  padding: 1.4rem 1.3rem;
}
.main_wrap .section05 .form_wrap .form_label {
  padding: 0.4rem 0.2rem;
  font-size: 1rem;
  font-weight: 600;
  color: #2d2d2d;
  display: block;
  line-height: normal;
  word-break: keep-all;
}
.main_wrap .section05 .form_wrap .form_control {
  border: 1px solid #2d2d2d;
  border-radius: 5px;
  padding: 1.2rem;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
  appearance: none;
  -webkit-appearance: none;
  height: 36px;
}
.main_wrap .section05 .form_wrap .form_control#name {
  width: 140px;
}
.main_wrap .section05 .radio_wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 0.2rem;
}
.main_wrap .section05 .radio_wrap h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #2d2d2d;
}
.main_wrap .section05 .radio_wrap .input_cont {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.main_wrap .section05 .radio_wrap .input_cont .form_label {
  order: 2;
  padding: 0;
  cursor: pointer;
}
.main_wrap .section05 .radio_wrap .input_cont .form_control {
  order: 1;
  margin: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: url("./m_img/check.png") no-repeat center center;
  border: 0;
  background-size: cover;
  cursor: pointer;
}
.main_wrap .section05 .radio_wrap .input_cont .form_control:checked {
  background: url("./m_img/check02.png") no-repeat center center;
  background-size: cover;
}
.main_wrap .section05 .agree_cont {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0.55rem 1.2rem;
}
.main_wrap .section05 .agree_cont .form_label {
  order: 2;
  padding: 0;
  cursor: pointer;
}
.main_wrap .section05 .agree_cont .form_control {
  order: 1;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.main_wrap .section05 .agree_cont .form_control:checked {
  background: url("./m_img/check03.png") no-repeat center center;
  background-size: cover;
  border: 0;
}
.main_wrap .section05 .agree_cont .more {
  order: 3;
  font-size: 1rem;
  font-weight: 700;
  color: #272727;
  word-break: keep-all;
}
.main_wrap .section05 .privacy_pop {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 100;
  top: 0;
  left: 0;
}
.main_wrap .section05 .privacy_pop_inner {
  background-color: #fff;
  border-radius: 4px;
  width: 86%;
  max-width: 335px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main_wrap .section05 .privacy_pop_inner h3 {
  padding: 1.2rem;
  background-color: #f0f0f0;
  border-radius: 4px 4px 0 0;
  font-size: 1.6rem;
  color: var(--dark-1-color);
  font-weight: 700;
  line-height: 2.4rem;
}
.main_wrap .section05 .privacy_pop_inner .inner {
  padding: 1.6rem 1.2rem;
}
.main_wrap .section05 .privacy_pop_inner .inner .txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.15rem;
  color: #5b5b5b;
}
.main_wrap .section05 .privacy_pop_inner .close {
  width: 24px;
  position: absolute;
  top: 12px;
  right: 15px;
}
.main_wrap .section05 .privacy_pop_inner .close img {
  width: 100%;
}
.main_wrap .section06 .section06_titBox {
  background: #f2dabd;
  width: 100%;
  box-sizing: border-box;
}
.main_wrap .section06 .section06_titBox picture,
.main_wrap .section06 .section06_titBox picture img {
  display: block;
  width: 100%;
}

.main_wrap .section06 .link_txt_box {
  background: url("./m_img/main_visual_txt_240910.jpg") no-repeat
    center center;
  padding: 37.4% 0 3rem;
}
.main_wrap .section07 .slide_top {
  padding-top: 21.6%;
}
.main_wrap .section07 .withus {
  background: url("./m_img/main_cont01.jpg") no-repeat center center;
}
.main_wrap .section07 .casadiluce {
  background: url("./m_img/main_cont02.jpg") no-repeat center center;
}
.main_wrap .section07 .wedding_hall {
  background: url("./m_img/main_visual15_240910.jpg") no-repeat center
    center;
  padding-top: 175%;
}
.main_wrap .section08 {
  background: url("./m_img/main_visual06.jpg") no-repeat center center;
  padding: 171.1% 0 3rem;
}
.main_wrap .section09 {
  background: url("./m_img/main_visual07_240910.jpg") no-repeat center
    center;
  padding: 274.2% 0 3rem;
  position: relative;
}
.main_wrap .section09::after {
  position: absolute;
  bottom: 23px;
  left: 8px;
  content: "";
  background: url("./m_img/flower.png") no-repeat center center;
  width: 32.1%;
  background-size: cover;
  z-index: 10;
  aspect-ratio: 125/148;
}
.main_wrap .section10 {
  background: url("./m_img/main_visual08_240910.jpg") no-repeat center
    center;
  padding: 73.3% 0 3rem;
}
.main_wrap .section10 .promotion_slide {
  margin: 0 4.8rem 3rem;
}
.main_wrap .section10 .promotion_slide .custom_pagination {
  bottom: 14px;
}
.main_wrap .section11 {
  background: url("./m_img/main_visual09.jpg") no-repeat center center;
  padding: 104.2% 0 3rem;
}
.main_wrap .section11 .present_slide .swiper-wrapper {
  margin-left: -59px;
}
.main_wrap .section12 {
  background: url("./m_img/main_visual10.jpg") no-repeat center center;
  padding: 41.2% 0 3rem;
}
.main_wrap .section13 {
  background: url("./m_img/main_visual11_240910.jpg") no-repeat center
    center;
  padding: 203% 0 3rem;
}
.main_wrap .section14 {
  background: url("./m_img/main_visual12.jpg") no-repeat center center;
  padding: 203% 0 3rem;
}
.main_wrap .section15 {
  background: url("./m_img/main_visual13.jpg") no-repeat center center;
  padding: 139.4% 0 3rem;
}
.main_wrap .section16 {
  line-height: 0;
}
.main_wrap .section17 {
  background: url("./m_img/main_visual14.jpg") no-repeat center center;
  padding: 224.3% 0 3rem;
}
.main_wrap .section18 .link_txt_box {
  background: url("./m_img/main_visual_txt02.jpg") no-repeat center
    center;
  padding: 43.6% 0 3.5rem;
}
.main_wrap .section19 {
  background: url("./m_img/main_visual16_240910.jpg") no-repeat center
    center;
  padding: 4rem 2rem 2rem;
}
.main_wrap .section19 .map_top {
  width: 90%;
  max-width: 319px;
  margin: 0 auto;
}
.main_wrap .section19 picture {
  margin-bottom: 0.8rem;
  display: block;
}
.main_wrap .section19 picture img {
  width: 100%;
}
.main_wrap .section19 .address {
  width: 100%;
  background-color: var(--dark-2-color);
  padding: 1rem;
  border-radius: 50px;
  text-align: center;
  position: relative;
  margin-bottom: 2.6rem;
  line-height: 23px;
  box-sizing: border-box;
}
.main_wrap .section19 .address::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url("./m_img/target.png") no-repeat center center;
  background-size: contain;
  left: 19.5px;
  top: 50%;
  transform: translateY(-50%);
}
.main_wrap .section19 .address p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
}
.main_wrap .section19 .map_wrap {
  width: 100%;
  height: 310px;
  overflow: hidden;
}
.main_wrap .section19 .root_daum_roughmap {
  width: 100% !important;
}
.main_wrap .section20 {
  position: relative;
}
.main_wrap .section20 .custom_pagination {
  bottom: auto;
  top: 36.5482%;
}
.main_wrap .section20 .single_link {
  position: absolute;
  top: 38.6511%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.main_wrap .section21 {
  background: linear-gradient(180deg, #9ea3f9 0%, #93b3ff 100%);
  padding: 40px 0;
}
.main_wrap .section21 .review_title {
  width: 95%;
  max-width: 280px;
  margin: 0 auto;
  position: relative;
}
.main_wrap .section21 .review_title img {
  width: 100%;
}
.main_wrap .section21 .review_title .title_bg01 {
  width: 93px;
  position: absolute;
  bottom: -39px;
  right: -37px;
  z-index: 2;
}
.main_wrap .section21 .review_title .title_bg02 {
  width: 61px;
  position: absolute;
  bottom: -54px;
  left: -25px;
  z-index: 2;
}
.main_wrap .section21 .review_slide_box {
  padding: 0 16.5%;
}
.main_wrap .section21 .review_slide {
  padding: 0 0 27px;
  margin-top: 13px;
}
.main_wrap .section21 .review_slide .review_pagination {
  bottom: 0 !important;
}
.main_wrap
  .section21
  .review_slide
  .review_pagination
  .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 4px;
}
.main_wrap
  .section21
  .review_slide
  .review_pagination
  .swiper-pagination-bullet-active {
  width: 30px;
  background: #fff;
  border-radius: 5px;
}
.main_wrap .section22 .img_box {
  line-height: 0;
}
.main_wrap .section22 img {
  width: 100%;
}
.main_wrap .section22 .single_link {
  width: 100%;
  max-width: none;
  margin: 0;
}
.main_wrap .site_nav {
  position: fixed;
  bottom: 23px;
  right: 23px;
  z-index: 60;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  gap: 1.2rem;
}
.main_wrap .site_nav .category {
  display: none;
}
.main_wrap .site_nav .category_inner {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 1.2rem;
}
.main_wrap .site_nav .category .category_btn {
  padding: 0.4rem 1rem;
  background-color: #fff;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #626262;
  line-height: normal;
  border: 1px solid #ababab;
  box-sizing: border-box;
}
.main_wrap .site_nav .open_button {
  width: 42px;
  box-sizing: border-box;
}
.main_wrap .site_nav .open_button img {
  width: 100%;
}
.main_wrap .site_nav .open_button .close_img {
  display: none;
}
.main_wrap .site_nav .open_button.close_button .open_img {
  display: none;
}
.main_wrap .site_nav .open_button.close_button .close_img {
  display: block;
}
.main_wrap #footer {
  background-color: #172641;
  color: #fff;
  padding: 4rem 2rem 7rem;
}
.main_wrap #footer .footer_wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.main_wrap #footer .address {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.main_wrap #footer .address li {
  font-size: 1.1rem;
  margin-right: 0.3rem;
}
.main_wrap #footer .copy {
  opacity: 0.6;
  margin-top: 0.6rem;
} /*# sourceMappingURL=style.css.map */
