#main {
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
}

.wrapper {
  /* Tạm thời cho padding-top bằng chiều cao header để tránh đè nội dung */
  padding-top: 5.555em;
  /* padding-top: 0; */
}

#header {
  /* Tạm thời cho header mặc định background màu trắng */
  background-color: #fff;
  /* background-color: transparent; */
}

#main input[type="radio"],
#main input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

#main input[type="text"]::placeholder {
  color: #252525;
  line-height: 1;
  font-weight: 500;
}

#main select,
#main input[type="text"],
#main input[type="password"],
#main input[type="email"],
#main input[type="number"],
/* input[type="button"], */
/* input[type="checkbox"], */
#main input[type="tel"] {
  border: 2px solid #fafafa;
  background-color: transparent;
  outline: none;
  width: 430px;
  height: 50px;
  padding-left: 1em;
}

.sect01 .tit_box {
  padding-top: 150px;
}

.sect01 .visual {
  padding-top: 250px;
}

#main input[type="checkbox"] {
  border: 2px solid #fafafa;
  background-color: #fff;
  outline: none;
}

/* txt */
.tit_box h2 {
  font-size: 3.2222em;
}

.tit_box h2 span {
  display: block;
  /* letter-spacing: -2px; */
  line-height: 1.379;
  color: #252525;
  opacity: 0.2;
}

.tit_box h2 span.change_txt.on {
  opacity: 1;
}

.sect03 .subtit_box>* {
  margin-bottom: 2.2222rem;
}

.subtit_box b,
.subtit_box p {
  display: block;
  font-size: 1.1111em;
  line-height: 1.6;
}

.subtit_box h3 {
  margin-bottom: 60px;
}

.sect07 .subtit_box h3 {
  margin-bottom: 70px;
}

.subtit_box h3 {
  font-size: 2.6666em;
  line-height: 1.2916;
}

.subtit_box span {
  display: inline-block;
  position: relative;
}

.subtit_box span::after {
  content: "";
  position: absolute;
  height: 19px;
  width: 100%;
  bottom: -2px;
  left: 0;
  background-color: #ffb773;
  z-index: -1;
}

#main .swiper {
  position: relative;
  width: 100%;
  height: 100%;
}

/* section 들어간다 슉슉 */
/*#main */
#main .visual .swiper a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: default;
}

#main .visual img {
  width: 100%;
}

.visual-text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 5;
  pointer-events: none;
}

.visual-text-overlay .inner1200 {
  display: flex;
  align-items: center;
  height: 100%;
}

.visual-text-inner {
  max-width: 650px;
  text-align: left;
  /* padding-left: 20px; */
  padding-top: 150px;
  cursor: pointer !important;
  pointer-events: auto;
}

.visual-title {
  font-family: 'NanumSquare', 'Pretendard', sans-serif;
  font-size: 70px;
  line-height: 1.35;
  font-weight: 800;
  color: #252525;
  margin-bottom: 25px;
}

.visual-title .cyan-text {
  color: #ff5050;
}

.visual-desc {
  font-family: 'NanumSquare', 'Pretendard', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #666666;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .visual-text-inner {
    padding-top: clamp(80px, 8vw, 120px);
  }

  .visual-title {
    font-size: clamp(38px, 4vw, 46px);
    margin-bottom: clamp(15px, 1.8vw, 20px);
  }

  .visual-desc {
    font-size: clamp(15px, 1.5vw, 16px);
  }

  .sect04 .inner1200 {
    width: calc(100% - 40px) !important;
  }
}

@media screen and (max-width: 860px) {
  .visual-text-inner {
    padding-top: clamp(40px, 6vw, 80px);
  }

  .visual-title {
    font-size: clamp(24px, 4.2vw, 32px);
    margin-bottom: clamp(10px, 1.6vw, 15px);
  }

  .visual-desc {
    font-size: clamp(12px, 1.8vw, 14px);
  }
}

@media screen and (max-width: 480px) {
  .visual-text-inner {
    padding-top: clamp(8px, 5vw, 25px);
  }

  .visual-title {
    font-size: clamp(13px, 4.5vw, 20px);
    margin-bottom: clamp(5px, 1.5vw, 8px);
  }

  .visual-desc {
    font-size: clamp(9px, 2.5vw, 11px);
  }
}

#main .visual .swiper-button-next,
#main .visual .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 3.4895vw;
  height: 6.1458vw;
  max-width: 67px;
  max-height: 118px;
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  background-image: url(../cross/img/btn/next.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main .visual .swiper-button-next,
#main .visual .swiper-rtl .swiper-button-prev {
  right: 3.125%;
  left: auto;
}

#main .visual .swiper-button-next,
#main .visual .swiper-rtl .swiper-button-prev {
  right: 3.125%;
  left: auto;
}

#main .visual .swiper-button-prev,
#main .visual .swiper-rtl .swiper-button-next {
  left: 3.125%;
  right: auto;
}

#main .visual .swiper-button-prev {
  background-image: url(../cross/img/btn/prev.png);
}

#main .visual .swiper-button-next::after,
#main .visual .swiper-button-prev::after {
  display: none;
}

#main .visual .swiper-pagination-wrap {
  position: absolute;
  height: auto;
  bottom: 12%;
  left: 18%;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 17.444em;
}

#main .progressbar {
  width: calc(100% - 45px);
  height: 4px;
  left: 0%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  position: static;
  display: inline-block;
  margin: 0 10px;
}

#main .visual .progressbar .swiper-pagination-progressbar-fill {
  background: #2ce0e7;
}

#main .visual .fraction {
  width: 37px;
  font-weight: 600;
  font-size: 1.1111em;
}


/* section1 */
.sect01 {
  background-color: #fbf0f0;
  max-height: 900px;
  min-height: 700px;
  padding-bottom: 150px;
}

.sect01 .visual {
  position: absolute;
  left: 390px;
  width: 57.5vw;
  min-width: 650px;
  max-width: 1105px;
}

.item {
  position: relative;
  width: 50%;
}

.heart {
  position: absolute;
  width: 5vw;
  max-width: 100px;
}

.item01 .heart:nth-child(1) {
  right: 19%;
  top: 8%;
}

.item01 .heart:nth-child(2) {
  left: 12%;
  top: 27%;
}

.item02 .heart:nth-child(1) {
  right: 32%;
  top: 4%;
}

.item02 .heart:nth-child(2) {
  right: 19%;
  top: 17%;
}

.figure_wrap {
  display: flex;
  position: relative;
}

.abs_img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.sect01 .abs_img {
  transform: translate(-50%, -50%) perspective(2500px) rotateY(-100deg);
}

[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1) translate(-50%, -50%);
}

[data-aos="flip-left"].aos-animate {
  transform: perspective(2500px) rotateY(0) translate(-50%, -50%);
}

[data-aos="zoom-in-right"] {
  transform: translate3d(-100px, 0, 0) scale(0.6) translate(-50%, -50%);
}

.sect01 .abs_img {
  width: 6vw;
  max-width: 130px;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
}

.heart {
  animation: heartAni 1s 0.2s ease-in-out infinite alternate;
}

.heart02 {
  animation-delay: 0.5s;
}

@keyframes heartAni {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-30deg);
  }
}

.at-menu {
  height: 5.5555em;
}


/* sect02  intsar slider*/
.sect02 {
  position: relative;
  padding: 11.111em 0 11.888em;
  background-image: url(../img/main/sect02_bg.png);
  background-position: center;
  background-repeat: no-repeat;
}

.sect02 .tit_box {
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: 0 auto;
}

.sect02 .tit_box h2 span.change_txt {
  display: inline-block;
}

.sect02 .slide img {
  width: 100%;
}

.instar_slider {
  padding-top: 140px;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.member_back .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* width: 311px; */
  /* height: 750px; */
  margin: 0 10px;
  opacity: 0.6;
}



.member_front_wrap {
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 483px;
  height: 740px;
  z-index: 10;
  /* padding-top: 69px; */
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05);
}

.member_front .slide img {
  width: 100%;
}

.instar_slider .abs_img {
  top: auto;
  left: auto;
  bottom: -24%;
  left: 97%;
  width: 44%;
  z-index: 20;
  max-width: 350px;
}

/* section03 */
.sect03 {
  padding: 70px 0;
  background-color: #faf1df;
}

.sect03 .step_slider {
  max-height: 750px;
  height: 65vw;
  overflow: hidden;
  position: relative;
  flex-direction: row-reverse;
}

.sect03 .step_slider>.swiper {
  width: 50%;
  overflow: hidden;
}

/* .sect03 .swiper-slide {
} */
.sect03 .step_visual_slider {
  position: static;
}

.sect03 .visual {
  height: 100%;
  padding-left: 20px;
}

.sect03 .visual_inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.sect03 .desc {
  padding-left: 50px;
  display: flex;
  align-items: center;
}

.sect03 .desc .step {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.8s 0.2s ease-in-out;
}

.sect03 .desc h3 {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.8s 0.4s ease-in-out;
}

.sect03 .desc p {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.8s 0.6s ease-in-out;
}

.sect03 .swiper-slide-active.desc .step {
  opacity: 1;
  transform: translateY(0);
}

.sect03 .swiper-slide-active.desc h3 {
  opacity: 1;
  transform: translateY(0);
}

.sect03 .swiper-slide-active.desc p {
  opacity: 1;
  transform: translateY(0);
}

.sect03 .swiper-pagination-bullet {
  opacity: 0.3;
  background: #000;
}

.sect03 .step-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  bottom: 7%;
  right: 47%;
}

.step-pagination>span {
  display: inline-block;
  width: 13px;
  height: 13px;
}

.sect03 .step-pagination .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
  width: 0.777em;
  height: 0.777em;
}

.sect03 .step-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.ani_img {
  position: absolute;
}

.sect03 .ani_img {
  width: 20vw;
  max-width: 230px;
  opacity: 0;
}

.sect03 .swiper-slide-active .ani_img {
  opacity: 1;
  transition: all 0.8s 0.2s ease-in-out;
}

.sect03 .ani_img.target {
  max-width: 252px;
  width: 22vw;
  margin-left: 12px;
}

.sect03 .ani_img01 {
  top: 0;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(50px);
}

.sect03 .ani_img02 {
  bottom: 0;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50px);
}

.sect03 .swiper-slide-active .ani_img01,
.sect03 .swiper-slide-active .ani_img02 {
  transform: translateX(-50%) translateY(0);
}

.sect03 .swiper-slide-active .visual01 [class*="ani_sub_img"] {
  animation: heartAni 1s 0.2s ease-in-out alternate-reverse infinite;
  transform-origin: top left;
}

.sect03 .swiper-slide-active .visual .ani_sub_img02 {
  animation-delay: 0.4s !important;
}

.sect03 .swiper-slide-active .visual03 [class*="ani_sub_img"],
.sect03 .swiper-slide-active .visual02 [class*="ani_sub_img"] {
  animation: slideDown 2s ease-in-out forwards;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* slide 01 */
.visual .ani_sub_img01 img,
.visual .ani_sub_img02 img {
  width: 100%;
}

.visual01 .ani_sub_img01 {
  bottom: 22%;
  left: -8%;
  width: 30%;
}

.visual01 .ani_sub_img02 {
  top: 23%;
  right: 8%;
  width: 20%;
}

/* slide 02 */
.visual02 .ani_sub_img01 {
  top: 12%;
  right: -6%;
  width: 21%;
}

.visual02 .ani_sub_img02 {
  top: 26%;
  right: -1%;
  width: 27%;
}

.visual02 .ani_sub_img03 {
  bottom: 22%;
  left: 4%;
  width: 22%;
}

/* slide 03 */
.visual03 .ani_sub_img01 {
  top: 16%;
  right: -7%;
  width: 24%;
}

/* section04 차별성*/
.sect04 {
  padding: 180px 0;
}

.item_box li {
  max-width: 250px;
}

.item_box li .item_img img {
  position: absolute;
}

.item_box .item_desc>* {
  margin-bottom: 30px;
}

.item_box .item_desc b {
  display: block;
  font-size: 1.111em;
  font-weight: 600;
}

.item_box .item_desc h4 {
  font-size: 1.6666em;
  min-height: 60px;
  line-height: 1.3;
}

.f_no_w {
  flex-direction: row !important;
}

.item_box .item_desc p {
  line-height: 1.5;
  color: #757575;
  text-align: left !important;
}

.item_img {
  position: relative;
  height: 270px;
}

.item01 .item_img img {
  left: -50px;
}

.item03 .item_img img {
  left: -14px;
  top: -15px;
}

/* section05 */
.sect05 {
  padding: 130px 0;
  background-color: #fbf0f0;

  background-position: right bottom;
  background-repeat: no-repeat;
}

.sect05 .left {
  width: calc(50% + 50px);
}

.sect05 .right {
  width: calc(50% - 50px);
}

.sect05 .right ul li {
  padding: 30px;
  background-color: #fff;
  border-radius: 28px;
  box-shadow: 0 2px 27px rgba(81, 130, 132, 0.14);
  display: flex;
  align-items: center;
  position: relative;
}

.sect05 .right ul li:nth-of-type(1) i {
  background-color: #9cced0;
}

.sect05 .right ul li:nth-of-type(2) i {
  background-color: #73bbbe;
}

.sect05 .right ul li:nth-of-type(3) i {
  background-color: #48a0a4;
}

.sect05 .right ul li:nth-of-type(4) i {
  background-color: #37878b;
}

.sect05 .right ul li .ani_img {
  position: absolute;
  top: -38px;
  right: 8%;
}

.sect05 .right ul li .ani_img02 {
  top: -8px;
  right: -64px;
}

.sect05 .right ul li .ani_img03 {
  top: -18px;
  right: 29%;
}

.sect05 .right ul li+li {
  margin-top: 1.3888em;
}

.sect05 .right ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  width: 50px;
  height: 50px;
  font-size: 1.333em;
  color: #fff;
  margin-right: 20px;
  font-family: "NanumSquare";
  border-radius: 100%;
}

.sect05 .right ul li .desc {
  width: calc(100% - 70px);
}

.sect05 .right ul li h3 {
  font-size: 1.4444em;
}

.sect05 .right ul li p {
  color: #757575;
  margin-top: 0.8888em;
  font-weight: 500;
}

.sect05 .right ul li p span {
  color: #999;
}

.sect05 .btn_wrap {
  margin-top: 100px;
}

.simple_join_btn {
  background: #ff5656;
  color: #fff;
  font-size: 1.111em;
  display: inline-block;
  padding: 1em 2em;
  cursor: pointer;
  border-radius: 30px;

}

.simple_join_btn i {
  font-family: "dotum";
  font-weight: 500;
  margin-left: 5px;
}

/* section06 */
.sect06 {
  padding: 260px 0 310px;
  background: url(../img/main/sect06_bg.png) no-repeat center / cover;
}

/* sect07 */
.sect07 {

  padding: 120px 0 60px;
  position: relative;
  overflow: hidden;
}

.sect07 .ani_img img {
  width: 100%;
  animation: bgAni 5s alternate-reverse forwards infinite;
  transform-origin: center;
}

.sect07 .ani_img01 {
  bottom: -13%;
  width: 460px;
  left: 10%;
}

.sect07 .ani_img02 {
  top: -46%;
  left: -21%;
  width: 810px;
}

@keyframes bgAni {
  to {
    transform: scale(1.2) rotate(180deg);
    opacity: 0.6;
  }
}

.sect07 .content {
  flex-direction: row-reverse;
}

.sect07 .content>div {
  flex: 1;
}

.sect07 .desc {
  padding-top: 20px;
}

.sect07 .desc p {
  font-size: 1.1111em;
  line-height: 1.6;
  margin-bottom: 2em;
  transition: 1s;
}

.sect07 .ip_wrap {
  transition: 1s;
  margin-bottom: 30px;
}

.sect07 .ip_wrap:last-child {
  margin-bottom: 40px;
}

.sect07 .ip_wrap label {
  font-size: 1.111em;
  display: block;
  margin-bottom: 10px;
}

.sect07 .btn_wrap input[type="submit"] {
  width: 500px;
  height: 90px;
  margin-bottom: 20px;
  font-size: 36px;
  font-family: "NanumSquare";
  font-weight: 800;
  line-height: 90px;
  background-color: #4d2bf4;
  border-radius: 45px;
  color: #fff;
  box-shadow: 0 16px 16px rgba(77, 43, 244, 0.27);
  cursor: pointer;
}

.sect07 .check_wrap a {
  line-height: 27px;
  margin-left: 10px;
}

.sect07 input[type="radio"],
.sect07 input[type="checkbox"],
.input_checkbox {
  display: none;
}

.sect07 .checkbox input:checked+label {
  /* background-image: url(../cross/img/ico/checked.png); */
  /* color: #125de6; */
}

.sect07 .checkbox label {
  background-image: url(../cross/img/ico/check.png);
  line-height: 26px;
}

.sect07 .checkbox label,
.sect07 .radiobox label {
  position: relative;
  font-weight: 400;
  padding-left: 35px;
  vertical-align: middle;
  background-position: left center;
  background-repeat: no-repeat;
  /* background-color: #fff; */
}

.sect07 .radiobox label {
  background-image: url(../cross/img/common/radio_select.png);
  margin-right: 40px;
}

.sect07 .radiobox input:checked+label {
  background-image: url(../cross/img/common/radio_selected.png);
}

.sect07 .radiobox label {
  display: inline-block;
  line-height: 30px;
  margin-top: 10px;
}

.abt_stl_text_small {
  font-size: 20px;
  line-height: 1.3;
}

.abt_stl_text_bold {
  font-size: 48px;
  padding-top: 30px;
  padding-bottom: 50px;
  letter-spacing: -4px;
  line-height: 1.3;
  font-weight: bold;
}

.abt_stl_text_small.mid_small {
  padding: 35px 0;
}

.extra_sect02 {
  padding: 110px 0 220px 0;
  background-color: #f6f6f6;
}

.extra_sect02_sub {
  color: #999999;
  margin-bottom: 75px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.box_slider_w {
  /* position: relative; */
  background-color: #fff;
  /* width: 390px; */
  padding: 60px 33px 0 33px;
  /* height: 520px; */
  border-top-left-radius: 50px;
  /* Thiết lập border-radius cho góc trái trên */
  border-top-right-radius: 50px;
}

.box_slider_text_top {
  font-size: 22px;
}

.box_slider_text_bot {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 0;
  text-wrap: nowrap;
}

.star_box {
  margin-top: 15px;
  margin-bottom: 20px;
}

.border_ex2_b {
  position: absolute;
  left: 0;
}

.fixed-buttons {
  position: fixed;
  right: 40px;
  bottom: 20px;
  z-index: 9999999999999;
}

.buttons-fixed-box {
  position: relative;
}

#arr-up {
  /* display: none;  */
}

.buttonss {
  /* opacity: 0; */
  /* transition: opacity 0.3s ease, transform 0.3s ease; */
  border-radius: 20px;
  display: flex;
  position: absolute;
  align-items: center;
  transform: translateY(10px);
}

.buttonss.chat {
  bottom: 10px;
  left: -195px;
}

.buttonss.ig {
  top: -200px;
}

.buttonss.kk {
  top: -100px;
}

.buttonss.yt {
  top: -300px;
}

.buttonss.ct {
  top: -100px;
  width: max-content;
  right: -5px;
}

.fixed-buttons.hover .buttonss {
  opacity: 1;
  transform: translateY(0);
}

.main-button img {
  cursor: pointer;
}

.box_slider_text_bot_mg {
  padding-bottom: 10px;
}

.icon_react {
  position: absolute;
  top: -35px;
}

.extra_sect03 {
  background-image: url(../img/ex3_bg.png);
  background-repeat: no-repeat;
  padding-top: 138px;
  padding-bottom: 120px;
}

.extra3_flex {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 100px;
}

.abt_stl_text_bold_exsec3 {
  padding-top: 25px;
  padding-bottom: 40px;
}

.small_mid {
  padding-bottom: 30px;
}

.p_box_sec7ex {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 70px;
}

.flex_sec7ex {
  display: flex;
  justify-content: center;
  gap: 45px;
  align-items: start;
}

.flex_in_sec7 {
  display: flex;
  max-width: 750px;
  justify-content: start;
  gap: 5px;
}

.flex_in_sec7>button {
  display: flex;
  height: 50px;
  width: 180px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 1px solid #eeeeee;
  color: #757575;
  border-radius: 5px;
  font-size: 18px;
}

.flex_in_sec7>button.on {
  display: flex;
  height: 50px;
  width: 180px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 1px solid #2aacac;
  border-radius: 5px;
  color: #2aacac;
  font-size: 18px;

}

.flex_in_sec7_r {
  width: 65%;
  flex-wrap: wrap;
}

.item_flex_sec7ex {
  flex-wrap: wrap;
  width: 30%;
}

.item_flex_sec7ex>img {
  width: 390px;
  height: 610px;
}

.flex_in_sec7 {
  width: 100%;
  flex-wrap: wrap;
}

.flex_in_sec7_submit {
  width: 100%;
  margin-top: 45px;
}

.flex_in_sec7_submit>button {
  background-color: #2aacac;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  width: 100%;
  height: 77px;
  border-radius: 5px;
  font-size: 24px;
  font-weight: bold;
  gap: 10px;
}

.flex_in_sec7_r_t {
  padding-bottom: 25px !important;
  font-size: 24px !important;
  font-weight: bold !important;
  font-family: NanumSquare !important;
}

.flex_in_sec7_r_b {
  padding-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  font-family: NanumSquare;
  margin-top: 50px;

}

.sect07extra {
  padding: 120px 0;
}

.flex_in_sec7 {
  gap: 0.5769rem;
}

@media screen and (max-width: 1200px) {
  .instar_slider {
    padding-top: 25vw;
    position: relative;
  }

  .member_front_wrap {
    top: 0;
    width: 40.12vw;
    height: 62vw;
    padding-top: 5.5vw;
  }
}

@media screen and (max-width: 1024px) {
  .sect01 .visual {
    left: 317px;
  }

  .member_front_wrap {
    top: 0;
    width: 45.12vw;
    height: 70.2vw;
    padding-top: 6.6vw;
  }
}

@media screen and (max-width: 860px) {
  .tit_box h2 {
    font-size: 2.4166em;
  }

  .tit_box h2 span {
    opacity: 1;
  }

  .subtit_box {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .subtit_box h3 {
    font-size: 1.8462rem !important;
  }

  .sect07 .subtit_box h3 {
    font-size: 2.2308rem !important;
  }

  .sect03 .subtit_box>* {
    margin-bottom: 1rem;
  }

  .subtit_box b,
  .subtit_box p {
    font-size: 1em;
  }

  .subtit_box span::after {
    content: "";
    position: absolute;
    height: 0.3958em;
    width: 100%;
    bottom: 1px;
    left: 0;
    background-color: #a6dbf8;
    z-index: -1;
  }

  /* main */
  #main .visual .swiper-pagination-wrap {
    position: absolute;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    width: 100%;
  }

  #main .visual .progressbar {
    width: 100%;
    height: 0.333em;
    margin: 0;
  }

  .sect01 {
    max-height: none;
    min-height: 1.9231rem;
    height: auto;
    padding: 3.8462rem 0 0;
  }

  .sect01 .flex {
    display: block;
  }

  .sect01 .visual {
    position: relative;
    left: 0;
    width: 100%;
    min-width: 30rem;
    padding-top: 5rem;
  }

  .sect01 .visual .abs_img {
    min-width: 39px;
    width: 9vw;
    position: absolute;
    top: 37%;
    transform: translateY(-50%);
    left: 40%;
  }

  .item.item02 {
    margin-left: -1.9231rem;
  }

  .sect01 .tit_box {
    padding-top: 0 !important;
  }

  .abt_stl_text_small {
    font-size: 1.1538rem !important;
  }

  .tit_box .abt_stl_text_bold {
    font-size: 5.2rem;
  }

  .extra_sect02 .abt_stl_text_bold {
    font-size: 4.8rem;
    margin: 0 13rem;
  }

  .hart {
    width: 9vw;
  }

  .sect01 .visual .figure_wrap {
    padding-bottom: 3.2692rem;
    position: relative;
  }

  /* instar section2 */
  .sect02 {
    padding: 5rem 0 3.8462rem;
    background-size: contain;
    height: auto;
  }

  .sect02 .tit_box h2 {
    font-size: 5.4rem;
  }

  .sect02 .inner1200 {
    width: 100%;
  }

  .sect02 .tit_box {
    padding: 0 3rem;
    margin-bottom: 40px;
  }

  .instar_slider {
    padding-top: 20vw;
  }

  .instar_slider .abs_img {
    width: 21.25vw;
  }

  .member_back .slide {
    width: 34.305vw;
    height: 83.33vw;
  }

  .member_front_wrap {
    width: 53.6111vw;
    height: 83vw;
    max-width: none !important;
    max-height: none !important;
    min-width: none !important;
    min-height: none !important;
    top: 0;
    transform: translate(-50%, 12%);

    padding-top: 7.5%;
  }

  .sect03 [class^="inner"] {
    width: 100%;
  }

  .sect03 .flex_b_c {
    display: block;
  }

  .sect03 .step_slider {
    height: auto;
    max-height: none;
    padding-bottom: 5.75em;
  }

  .sect03 .step_slider .step_visual_slider {
    width: 100%;
    padding: 0 1.1111em;
  }

  .sect03 .step-pagination {
    bottom: 0.7692rem;
    gap: 0.7692rem;
  }

  .sect03 .step-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: 0.883em;
    height: 0.883em;
  }

  .sect03 .step_slider .step_txt_slider {
    width: calc(100% - 30px);
    margin: 0 auto 1.9231rem;
    text-align: center;
  }

  .sect03 .desc {
    padding-left: 0;
    position: relative;
    justify-content: center;
  }

  .sect03 .subtit_box.aos-init {
    flex-direction: column;
    margin-left: 30px;
  }

  .sect03 .subtit_box.aos-init>b {
    font-size: 2.4rem;
  }

  .sect03 .subtit_box.aos-init>h3 {
    font-size: 4.2rem;
  }

  .sect03 .subtit_box.aos-init>p {
    font-size: 2.4rem;
  }

  .border_ex2_b {
    width: 500px !important;
  }

  .swiper-container-extra-2 {
    /* margin-left: -3.4615rem; */
  }

  .swiper-container-extra-2>.swiper-wrapper>.swiper-slide {
    width: 15.6154rem !important;
  }

  .swiper-container-extra-2>.swiper-wrapper>.swiper-slide-duplicate>.relative>.box_slider_w.text-left,
  .swiper-container-extra-2>.swiper-wrapper>.swiper-slide-duplicate.swiper-slide-prev>.relative>.box_slider_w.text-left,
  .swiper-container-extra-2>.swiper-wrapper>.swiper-slide.swiper-slide-prev>.relative .box_slider_w.text-left,
  .swiper-container-extra-2>.swiper-wrapper>.swiper-slide>.relative .box_slider_w.text-left,
  .swiper-container-extra-2>.swiper-wrapper>.swiper-slide-swiper-slide-duplicate.swiper-slide-prev>.relative .box_slider_w.text-left {
    overflow: hidden;
    max-height: 19.6154rem;
  }

  .box_slider_w {
    /* position: relative; */
    background-color: #fff;
    /* width: 390px; */
    padding: 1.9231rem 0.3846rem 0 1.1538rem;
    /* height: 520px; */
    border-top-left-radius: 1.7692rem;
    border-top-right-radius: 1.7692rem;
  }

  .box_slider_text_bot {
    font-size: 1.0769rem;
    text-wrap: wrap;
  }

  .extra3_flex {
    flex-direction: column-reverse;
    gap: 3.4615rem !important;
  }

  .extra3_flex>div:has(img) {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .extra3_flex>div:has(img) img {
    width: 19.0385rem;
    height: 19.7308rem;
  }

  .extra_sect03 {
    padding-top: 4.2308rem !important;
    background-repeat: repeat !important;
    padding-bottom: 3.0769rem !important;
  }

  .visual_inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
  }

  /* section04 */
  .sect04 {
    padding: 4.4231rem 0 0 0;
  }

  .sect04 .subtit_box>h3 {
    font-size: 1.8462rem !important;
    margin-bottom: 2.5rem;
  }

  .sect04 .item_desc>b {
    font-size: 1rem;
  }

  .sect04 .item_desc>h4 {
    margin: 1.1538rem 0;
    font-size: 1.3846rem !important;
    min-height: unset;
  }

  .sect04 .item_desc>p {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 2.4rem;
    display: none !important;
  }

  .item_box .item_desc:last-child {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 2.4rem;
  }

  .sect04 .flex_b {
    /* .item_box { */
    /* flex-wrap: nowrap; */
    /* } */
    /* gap: 30px; */
    padding-left: 0;
    flex-direction: unset;
    flex-wrap: nowrap !important;
    gap: 1.1538rem !important;
  }

  .sect04 .item_img {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .item_box {
    flex-direction: column;
  }

  .item_desc>b {
    display: flex !important;
  }

  .item_box>.item01 {
    width: calc((100% - 2.3076rem) / 3) !important;
  }

  .item_box li {
    flex: unset;
    width: calc((100% - 2.3076rem) / 3) !important;
  }

  .item_box li .item_img img {
    height: 7.6923rem;
    width: 7.6923rem;
    position: relative;
    bottom: unset !important;
    left: unset !important;
    top: unset !important;
    right: unset !important;
  }

  .item_img {
    position: relative;
    height: fit-content;
  }

  .item01 .item_img img {
    left: -29px;
  }

  .item03 .item_img img {
    left: -10px;
    top: 0px;
  }

  .item_box .item_desc h4 {
    font-size: 1.5em;
  }

  .item_box .item_desc>* {
    margin-bottom: 0.7692rem;
    display: flex;
    justify-content: center;
  }

  .item_box .item_desc:last-child {
    margin-bottom: 90px;
  }

  .sect04 li {
    margin-bottom: 0;
  }

  .sect04 li .item_img {
    margin-bottom: 1.1538rem;
  }

  .sect05 .top_visual {
    padding: 30px;
    padding-bottom: 0;
  }

  .sect05 .tit_box p {
    font-size: 1.125em;
  }

  .rule_list {
    margin-top: 60px;
  }

  .sect05 {
    background-color: #fbf0f0;
    background-image: url(../cross/img/main/sect05_bg_mo.jpg);
    background-position: right top;
    background-size: cover;
    padding: 50px 0 80px;
  }

  .sect05 .inner1200 {
    display: block;
  }

  .sect05 .right,
  .sect05 .left {
    width: 100%;
  }

  .sect05 .btn_wrap {
    margin: 35px 0 40px;
  }

  .simple_join_btn {
    font-size: 1.0833em;
    padding: 0.923em 2.0769em;
    box-shadow: 0 5.5px 8px rgba(44, 224, 231, 0.35);
  }

  .sect05 .right ul li {
    padding: 25px 15px;
    border-radius: 19px;
    box-shadow: 0 1px 13px rgb(81 130 132 / 14%);
  }

  .sect05 .right ul li i {
    width: 35px;
    height: 35px;
    font-size: 1.4166em;
    margin-right: 17px;
  }

  .sect05 .right ul li .desc {
    width: calc(100% - 52px);
  }

  .sect05 .right ul li .ani_img01 {
    width: 23.722vw;
    top: -20px;
    right: 12%;
  }

  .sect05 .right ul li .ani_img02 {
    width: 17vw;
    top: 3px;
    right: -32px;
  }

  .sect05 .right ul li .ani_img03 {
    top: -12px;
    width: 17vw;
    right: 30%;
  }

  .sect05 .right ul li h3 {
    font-size: 1.5em;
  }

  .sect05 .right ul li p {
    font-size: 1.08333em;
    line-height: 1.6;
  }

  .p_box_sec7ex {
    font-size: 5.2rem !important;
  }

  .sect06 {
    padding: 5.166em 0 21.6666em;
    background: url(../cross/img/main/sect06_bg_mo.png) no-repeat center / cover !important;
  }

  .sect06 .tit_box h2 {
    font-size: 4.2rem !important;
  }

  /* section07 */

  .flex_sec7ex {
    flex-direction: column;
  }

  .item_flex_sec7ex {
    display: flex;
    justify-content: center;
    width: 100% !important;
    margin: auto;
    max-width: 1200px;
  }

  .flex_in_sec7_r {
    width: 100% !important;
  }

  .sect07 {
    background: url(../cross/img/main/sect07_bg_mo.png) no-repeat center / cover;
    padding: 4.166em 0;
  }

  .sect07 .inner1200 {
    width: calc(100% - 60px);
  }

  .sect07 .ani_img01 {
    width: 230px;
    bottom: -13%;
    left: auto;
    right: -5%;
  }

  .sect07 .ani_img02 {
    top: -16%;
    left: -49%;
    width: 305px;
  }

  .sect07 .subtit_box h3 {
    margin-bottom: 0.833em;
  }

  .sect07 .content {
    display: flex;
    flex-direction: column-reverse;
  }

  .sect07 .desc {
    padding-top: 0;
    text-align: center;
  }

  .sect07 .desc p {
    font-size: 1.1538rem;
    line-height: 1.3;
    margin-bottom: 1.7308rem;
    text-align: left;
  }

  .sect07 .ip_wrap {
    margin-bottom: 20px;
  }

  .sect07 .ip_wrap label {
    font-size: 1.1538rem;
    margin-bottom: 0.7692rem;
  }

  .sect07 .btn_wrap input[type="submit"] {
    width: 100%;
    height: 3.4615rem;
    margin-bottom: 0.7692rem;
    font-size: 1.7692rem;
    line-height: 3.4615rem;
    border-radius: 1.7308rem;
  }

  .sect07 .radiobox label {
    display: inline-block;
    background-size: 1.7308rem 1.7308rem;
    padding-left: 2.5rem;
    line-height: 1.5;
    font-size: 1.3462rem;
  }

  #main .sect07 select,
  #main .sect07 input[type="text"],
  #main .sect07 input[type="password"],
  #main .sect07 input[type="email"],
  #main .sect07 input[type="number"],
  #main .sect07 input[type="tel"] {
    width: 100%;
    height: 3em;
  }

  #main .sect07 .btn_wrap input[type="submit"] {
    width: 13.88em;
    height: 2.5em;
    font-size: 1.5em;
    font-family: "NanumSquare";
    line-height: 2.5;
    border-radius: 22.5px;
  }

  .sect07 .checkbox label {
    background-size: 1.1538rem 1.1923rem;
    padding-left: 1.6154rem;
    font-size: 1.0769rem;
  }

  .sect07 .check_wrap a {
    line-height: 1.6;
    margin-left: 0.3846rem;
    font-size: 1rem;
  }

  .sect03 .step-pagination {
    width: 106%;
    right: 0;
    left: 0;
  }

  /*footer CSS*/

  .footer_menu .infomation {
    font-size: 0.9231rem;
  }

  .footer_menu>p {
    font-size: 0.9231rem !important;
  }

  h1.logo_image_mobile {
    display: block;
    width: 9.0385rem !important;
    height: 1.8462rem !important;
    margin-bottom: 1.1538rem;
  }

  h1.logo_hidden_mobile {
    display: none;
  }

  .show-mobile {
    display: block !important;
  }

  .hidden-element {
    display: none !important;
  }

  .flex_in_sec7>button {
    display: flex;
    height: 2.4615rem;
    width: 12rem;
    justify-content: center;
    align-items: center;
    gap: 0.5769rem;
    border: 1px solid #eeeeee;
    color: #757575;
    border-radius: 0.1923rem;
    font-size: 1rem;
  }

  .flex_in_sec7>button.on {
    height: 2.4615rem;
    width: 12rem;
    gap: 0.5769rem;
    border-radius: 0.1923rem;
    font-size: 1rem;
  }

  .flex_in_sec7_gender.flex_in_sec7>button {
    width: calc(49% - 0.1rem);

  }

  .flex_in_sec7_submit {
    width: 100%;
    margin-top: 2.3077rem;
  }

  .flex_in_sec7_submit>button {
    background-color: #2aacac;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    width: 100%;
    height: 3.8462rem;
    border-radius: 0.1923rem;
    font-size: 1.3077rem;
    font-weight: bold;
    gap: 0.3846rem;
  }

  .flex_in_sec7_submit>button img {
    width: 2rem;
    height: 1.7692rem;
  }
}



@media screen and (max-width: 450px) {
  .item_flex_sec7ex {
    width: 100% !important;
  }
}



/* YouTube Gallery */
.youtube-gallery {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 50px 20px;

  box-sizing: border-box;
  overflow: hidden;
}

.youtube-gallery .inner1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Title */
.youtube-gallery__title {
  text-align: center;
  margin-bottom: 60px;
}

.youtube-gallery__label {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #d86b4c;
}

.youtube-gallery__title h2 {
  margin: 0 0 22px;
  font-size: 46px;
  line-height: 1.28;
  font-weight: 800;
  color: #241815;
}

.youtube-gallery__title p {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  color: #6e5a53;
}

/* Grid - PC 3 columns */
.youtube-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Card */
.youtube-card {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(80, 45, 32, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.youtube-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 60px rgba(80, 45, 32, 0.18);
}

/* Video */
.youtube-card__video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #111;
}

.youtube-card__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Text */
.youtube-card__text {
  padding: 24px 24px 28px;
}

.youtube-card__text span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #d86b4c;
}

.youtube-card__text h3 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 800;
  color: #261814;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.youtube-card__text p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #77635c;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Tablet - 2 columns */
@media screen and (max-width: 1024px) {
  .youtube-gallery {
    padding: 100px 20px;
  }

  .youtube-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .youtube-gallery__title h2 {
    font-size: 38px;
  }
}

/* Mobile - 1 column */
@media screen and (max-width: 640px) {
  .youtube-gallery {
    padding: 80px 18px;
  }

  .youtube-gallery__title {
    margin-bottom: 38px;
  }

  .youtube-gallery__label {
    font-size: 13px;
  }

  .youtube-gallery__title h2 {
    font-size: 31px;
  }

  .youtube-gallery__title p {
    font-size: 16px;
  }

  .youtube-gallery__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .youtube-card {
    border-radius: 20px;
  }

  .youtube-card__text {
    padding: 22px 20px 26px;
  }

  .youtube-card__text h3 {
    font-size: 20px;
  }

  .youtube-card__text p {
    font-size: 14px;
  }
}

/* 후기 섹션 */
.review-section {
  width: 100%;
  padding: 110px 0;
  background: transparent;
  font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
}

.review-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title {
  text-align: center;
  margin-bottom: 55px;
}

.section-title span {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #d96b3b;
  letter-spacing: 0.12em;
}

.section-title h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.35;
  font-weight: 800;
  color: #222;
}

.section-title p {
  margin-top: 15px;
  font-size: 17px;
  line-height: 1.7;
  color: #666;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.review-card {
  position: relative;
  padding: 34px 32px;
  background: #fff;
  border-radius: 24px;
  /* box-shadow: 0 18px 45px rgba(80, 50, 30, 0.08); */
  border: 1px solid rgba(217, 107, 59, 0.12);
  transition: all 0.3s ease;
}

.review-card:hover {
  transform: translateY(-8px);
  /* box-shadow: 0 24px 55px rgba(80, 50, 30, 0.14); */
}

.review-top {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 24px;
}

@media (max-width: 900px) {
  .review-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

.review-profile {
  display: flex;
  align-items: center;
  gap: 14px;
}

.review-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e77745, #f3b076);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.review-profile h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #222;
}

.review-profile p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #888;
}

.review-stars {
  font-size: 15px;
  color: #ffb400;
  white-space: nowrap;
  letter-spacing: -1px;
}

.review-text {
  /* min-height: 132px; */
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
  color: #555;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #f0e3dc;
}

.review-info span {
  display: inline-flex;
  align-items: center;
  padding: 7px 13px;
  border-radius: 999px;
  background: #fff1e9;
  color: #d96b3b;
  font-size: 13px;
  font-weight: 700;
}

.review-info em {
  font-style: normal;
  font-size: 13px;
  color: #999;
}

/* 태블릿 */
@media (max-width: 1200px) {
  .review-section {
    padding: 90px 0;
  }

  .review-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-title h2 {
    font-size: 32px;
  }

  .review-card {
    padding: 28px 20px;
  }
}

/* 모바일 */
@media (max-width: 550px) {
  .review-section {
    padding: 70px 0;
  }

  .review-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .review-card {
    padding: 28px 24px;
    border-radius: 20px;
  }

  .review-top {
    flex-direction: column;
    gap: 12px;
  }

  .section-title {
    margin-bottom: 38px;
  }

  .section-title h2 {
    font-size: 27px;
  }

  .section-title p {
    font-size: 15px;
  }

  .review-text {
    min-height: auto;
    font-size: 15px;
  }
}

/* Success Portfolio Gallery */
.success-gallery-section {
  padding: 110px 20px;

  font-family: "Pretendard", sans-serif;
}

.success-gallery-container {
  max-width: 1240px;
  margin: 0 auto;
}

.success-gallery-head {
  text-align: center;
  margin-bottom: 42px;
}

.success-gallery-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #fff0e6;
  color: #c86a2f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.success-gallery-head h2 {
  margin: 0;
  font-size: 42px;
  font-weight: 800;
  color: #1f1f1f;
  letter-spacing: -0.04em;
}

.success-gallery-head p {
  margin: 16px 0 0;
  font-size: 17px;
  line-height: 1.7;
  color: #666;
}

.success-gallery-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 38px;
  flex-wrap: wrap;
}

.success-gallery-tabs button {
  min-width: 92px;
  height: 42px;
  padding: 0 20px;
  border: 1px solid #ead7c8;
  border-radius: 999px;
  background: #fff;
  color: #7b6657;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}

.success-gallery-tabs button:hover,
.success-gallery-tabs button.active {
  background: #c86a2f;
  border-color: #c86a2f;
  color: #fff;
}

.success-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.success-gallery-card {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(70, 38, 20, 0.1);
  transition: all 0.3s ease;
}

.success-gallery-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 60px rgba(70, 38, 20, 0.16);
}

.success-gallery-img {
  position: relative;
  overflow: hidden;
  height: 280px;
}

.success-gallery-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 45%,
      rgba(0, 0, 0, 0.25) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.success-gallery-card:hover .success-gallery-img::after {
  opacity: 1;
}

.success-gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.success-gallery-card:hover .success-gallery-img img {
  transform: scale(1.08);
}

.success-gallery-info {
  padding: 24px 24px 28px;
}

.success-gallery-info span {
  display: block;
  margin-bottom: 9px;
  color: #c86a2f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.success-gallery-info h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 800;
  color: #222;
  letter-spacing: -0.03em;
}

.success-gallery-info p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #777;
}

.success-gallery-more__btn-wrapper {
  text-align: center;
  margin-top: 50px;
}

.success-gallery-more__btn {
  display: inline-block;
  padding: 15px 40px;
  font-size: 15px;
  font-weight: 700;
  color: #fff !important;
  background: #ff5656;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(255, 86, 86, 0.3);
  transition: all 0.3s ease;
}

.success-gallery-more__btn:hover {
  background: #e04444;
  box-shadow: 0 12px 30px rgba(255, 86, 86, 0.45);
  transform: translateY(-2px);
}

.youtube-gallery-more__btn-wrapper {
  text-align: center;
  margin-top: 50px;
}

.youtube-gallery-more__btn {
  display: inline-block;
  padding: 15px 40px;
  font-size: 15px;
  font-weight: 700;
  color: #fff !important;
  background: #ff5656;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(255, 86, 86, 0.3);
  transition: all 0.3s ease;
}

.youtube-gallery-more__btn:hover {
  background: #e04444;
  box-shadow: 0 12px 30px rgba(255, 86, 86, 0.45);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1024px) {
  .success-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .success-gallery-head h2 {
    font-size: 36px;
  }
}

@media (max-width: 640px) {
  .success-gallery-section {
    padding: 72px 16px;
  }

  .success-gallery-head {
    margin-bottom: 30px;
  }

  .success-gallery-head h2 {
    font-size: 30px;
  }

  .success-gallery-head p {
    font-size: 15px;
  }

  .success-gallery-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .success-gallery-img {
    height: 250px;
  }

  .success-gallery-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 6px;
  }

  .success-gallery-tabs button {
    flex: 0 0 auto;
  }
}



/* Ported from old www/css/main.css starting at line 1853 */
.promise-section {
  padding: 80px 20px 90px;
  background: #fbf0f0;
}

.promise-container {
  max-width: 1280px;
  margin: 0 auto;
}

.promise-title {
  text-align: center;
  margin-bottom: 46px;
}

.promise-love {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: #ec3f7d;
  font-family: "Comic Sans MS", "Pretendard", sans-serif;
  transform: rotate(-7deg);
}

.promise-title h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.35;
  font-weight: 800;
  color: #333743;
  letter-spacing: -1.5px;
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 42px;
}

.promise-card {
  min-height: 190px;
  padding: 34px 24px 30px;
  background: #fff;
  border-radius: 28px;
  text-align: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}

.promise-card h3 {
  margin: 0 0 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ddd;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 800;
  color: #ec3f7d;
  letter-spacing: -1px;
}

.promise-card p {
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 400;
  color: #222;
  letter-spacing: -0.8px;
}

@media (max-width: 1024px) {
  .promise-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .promise-title h2 {
    font-size: 32px;
  }

  .promise-card h3 {
    font-size: 27px;
  }

  .promise-card p {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .promise-section {
    padding: 56px 16px 64px;
  }

  .promise-title {
    margin-bottom: 32px;
  }

  .promise-love {
    font-size: 38px;
  }

  .promise-title h2 {
    font-size: 27px;
  }

  .promise-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .promise-card {
    min-height: auto;
    padding: 28px 20px 26px;
    border-radius: 22px;
  }

  .promise-card h3 {
    font-size: 25px;
  }

  .promise-card p {
    font-size: 17px;
  }
}

@media (max-width: 400px) {
  .promise-grid {
    grid-template-columns: 1fr;
  }
}

.consult-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background: #faf1df;
}

.consult-section .inner1200 {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.consult-bg {
  position: absolute;
  z-index: 1;
  opacity: 0.18;
  pointer-events: none;
}

.consult-bg img {
  width: 100%;
  animation: consultBgMove 6s ease-in-out infinite alternate;
}

.consult-bg01 {
  width: 420px;
  right: 8%;
  bottom: -140px;
}

.consult-bg02 {
  width: 720px;
  left: -260px;
  top: -280px;
}

.consult-title {
  text-align: center;
  margin-bottom: 55px;
}

.consult-title span {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 18px;
  border-radius: 50px;
  background: #fff;
  color: #c86a2f;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;

}

.consult-title h3 {
  margin: 0;
  color: #111827;
  font-size: 42px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -2px;
}

.consult-title p {
  margin-top: 18px;
  color: #6b7280;
  font-size: 18px;
  line-height: 1.6;
}

.consult-form {
  display: flex;
  justify-content: center;
}

.consult-form-box {
  width: 100%;
  max-width: 640px;
  padding: 50px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 32px;
  box-shadow: 0 24px 70px rgba(31, 41, 55, 0.12);
  backdrop-filter: blur(10px);
}

.consult-form .ip_wrap {
  margin-bottom: 22px;
}

.consult-form .ip_wrap label {
  display: block;
  margin-bottom: 10px;
  color: #111827;
  font-size: 16px;
  font-weight: 700;
}

.consult-form .ip_wrap label em {
  color: #ef4444;
  font-style: normal;
}

#main .consult-form input[type="text"],
#main .consult-form input[type="tel"] {
  width: 100%;
  height: 58px;
  padding: 0 18px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  color: #111827;
  font-size: 16px;
  outline: none;
  transition: all 0.25s ease;
  box-sizing: border-box;
}

#main .consult-form input[type="text"]::placeholder,
#main .consult-form input[type="tel"]::placeholder {
  color: #9ca3af;
}

#main .consult-form input[type="text"]:focus,
#main .consult-form input[type="tel"]:focus {
  border-color: #4d2bf4;
  box-shadow: 0 0 0 4px rgba(77, 43, 244, 0.1);
}

.consult-form .radiobox {
  display: flex;
  gap: 12px;
}

.consult-form .radiobox span {
  flex: 1;
}

.consult-form .radiobox input {
  display: none;
}

.consult-form .radiobox label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  margin: 0 !important;
  padding: 0 !important;
  background-image: none !important;
  line-height: normal !important;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  color: #374151;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
}

.consult-form .radiobox input:checked+label {
  border-color: #ff5656;
  /* background: #2ce0e7; */
  background: #ff5656;
  color: #fff;
  /* box-shadow: 0 10px 22px rgba(77, 43, 244, 0.22); */
  box-shadow: unset;
}

.consult-form .check_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 28px 0 30px;
  color: #4b5563;
  font-size: 15px;
}

.consult-form .checkbox {
  display: flex;
  align-items: center;
}

.consult-form .checkbox input {
  display: none;
}

.consult-form .checkbox label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 22px;
}

.consult-form .checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background: #fff;
}

.consult-form .checkbox input:checked+label::before {
  border-color: #ff5656;
  background: #ff5656;
}

.consult-form .checkbox input:checked+label::after {
  content: "✓";
  position: absolute;
  left: 5px;
  top: -1px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.consult-form .check_wrap a {
  color: #ff5656;
  font-weight: 700;
  text-decoration: underline;
}

.consult-form .btn_wrap {
  text-align: center;
}

.consult-form .btn_wrap input[type="submit"] {
  width: 100%;
  /* height: 68px; */
  border: 0;
  border-radius: 18px;

  background: #ff5656;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.5px;
  cursor: pointer;
  /* box-shadow: 0 16px 34px rgba(77, 43, 244, 0.28); */
  box-shadow: unset;
  transition: all 0.25s ease;
}

.consult-form .btn_wrap input[type="submit"]:hover {
  transform: translateY(-2px);
  /* box-shadow: 0 20px 42px rgba(77, 43, 244, 0.35); */
}

@media screen and (max-width: 768px) {
  .consult-section {
    padding: 80px 0;
  }

  .consult-title {
    margin-bottom: 35px;
  }

  .consult-title h3 {
    font-size: 30px;
    letter-spacing: -1.5px;
  }

  .consult-title p {
    font-size: 15px;
  }

  .consult-form-box {
    padding: 30px 22px;
    border-radius: 24px;
  }

  .consult-form input[type="text"],
  .consult-form input[type="tel"] {
    height: 54px;
    font-size: 15px;
  }

  .consult-form .check_wrap {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .consult-form .btn_wrap input[type="submit"] {
    height: 60px;
    font-size: 18px;
  }

  .consult-bg01 {
    width: 260px;
    right: -80px;
    bottom: -90px;
  }

  .consult-bg02 {
    width: 420px;
    left: -220px;
    top: -180px;
  }
}

@keyframes heartAni {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-30deg);
  }
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes bgAni {
  to {
    transform: scale(1.2) rotate(180deg);
    opacity: 0.6;
  }
}

@keyframes consultBgMove {
  0% {
    transform: scale(1) rotate(0deg);
  }

  100% {
    transform: scale(1.12) rotate(12deg);
  }
}


/* sect04 전체 영역 */
.sect04 {
  width: 100%;
}

/* 내부 컨테이너 */
.sect04 .inner1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* 카드 리스트 */
.sect04 .item_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0 auto;
}

/* 각 카드 */
.sect04 .item_box>li {
  flex: 0 1 calc((100% - 100px) / 3);
  max-width: calc((100% - 100px) / 3);
  text-align: center;
}

/* 이미지 영역 가운데 정렬 */
.sect04 .item_img {
  width: 100%;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto 30px;
}

/* 이미지 자체 가운데 정렬 */
.sect04 .item_img img {
  position: static !important;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* 텍스트 가운데 정렬 */
.sect04 .item_desc {
  text-align: center;
}

/* 기존 개별 이미지 위치값 초기화 */
.sect04 .item01 .item_img img,
.sect04 .item02 .item_img img,
.sect04 .item03 .item_img img,
.sect04 .item04 .item_img img {
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
}

@media screen and (max-width: 860px) {
  .sect04 .item_box {
    flex-wrap: nowrap !important;
    gap: 1.1538rem !important;
    justify-content: center;
  }

  .sect04 .item_box>li {
    flex: 0 1 calc((100% - 2.3076rem) / 3) !important;
    max-width: calc((100% - 2.3076rem) / 3) !important;
    width: calc((100% - 2.3076rem) / 3) !important;
  }

  .sect04 .item_img {
    height: auto;
    min-height: 120px;
    margin-bottom: 20px;
  }

  .sect04 .item_img img {
    width: 120px;
    height: auto;
    object-fit: contain;
  }
}


/* Swiper for review section */
.review-slider-wrap {
  position: relative;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 80px;
  box-sizing: border-box;
}

.review-slider {
  width: 100%;
  overflow: hidden;
}

.review-slider .review-card {
  height: auto;
}

.review-prev,
.review-next {
  color: #ff5656 !important;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
}

.review-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ff5656'%2F%3E%3C%2Fsvg%3E") !important;
}

.review-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ff5656'%2F%3E%3C%2Fsvg%3E") !important;
}

.review-prev::after,
.review-next::after {
  font-size: 26px !important;
  font-weight: 800;
}

.review-prev {
  left: 15px !important;
}

.review-next {
  right: 15px !important;
}

@media (max-width: 1200px) {
  .review-slider-wrap {
    padding: 0 60px;
  }

  .review-prev {
    left: 10px !important;
  }

  .review-next {
    right: 10px !important;
  }

  .review-prev,
  .review-next {
    width: 36px;
    height: 36px;
  }

  .review-prev::after,
  .review-next::after {
    font-size: 20px !important;
  }
}

@media (max-width: 767px) {
  .review-slider-wrap {
    padding: 0;
  }

  .review-prev,
  .review-next {
    display: none !important;
  }
}

.content_area_ {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content_img_ {
  width: 100%;
  text-align: center;
}

.content_img_ img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.content_area_ .content_img_:first-child {
  display: flex;
  justify-content: center;
}

.content_area_ .content_img_:last-child {
  display: none;
}

@media screen and (max-width: 860px) {
  .content_area_ .content_img_:first-child {
    display: none;
  }

  .content_area_ .content_img_:last-child {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}


/* 하나두리 검증 결과 섹션 - 연한 레드 계열 */
.hanaduri-proof-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background: #fff;
}

/* 기존 배경 원형 장식 제거 */
.hanaduri-proof-section::before,
.hanaduri-proof-section::after {
  display: none;
}

.hanaduri-proof-section .inner1200 {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

/* 타이틀 */
.proof-head {
  margin-bottom: 56px;
  text-align: center;
}

.proof-head span {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #fff0e6;
  color: #c86a2f;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  box-shadow: 0 8px 24px rgba(217, 75, 75, 0.08);
}

.proof-head h2 {
  margin: 0;
  color: #222;
  font-size: 48px;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: -2.5px;
}

.proof-head h2 strong {
  color: #222;
  font-weight: 800;
}

.proof-head p {
  margin: 18px 0 0;
  color: #5f4545;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: -1px;
}

/* 메인 카드 */
.proof-card {
  display: flex;
  align-items: stretch;
  gap: 52px;
  padding: 64px;
  border-radius: 40px;
  background: #fffafa;
  border: 1px solid #ffe0e0;
  box-shadow: 0 24px 60px rgba(160, 60, 60, 0.08);
}

.proof-left {
  width: 58%;
}

.proof-right {
  position: relative;
  width: 42%;
  min-height: 420px;
  border-radius: 34px;
  background: #fff3f3;
}

/* 검증 라벨 */
.proof-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #fff0f0;
  color: #c94a4a;
  font-size: 17px;
  font-weight: 900;
}

.proof-label i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e35b5b;
  color: #fff;
  font-style: normal;
  font-size: 15px;
  font-weight: 900;
}

/* 왼쪽 문구 */
.proof-left h3 {
  margin: 0;
  color: #222;
  font-size: 39px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: -2px;
}

.proof-left h3 strong {
  color: #d94b4b;
  font-weight: 900;
}

.proof-desc {
  margin-top: 26px;
  padding: 24px 28px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #ffe4e4;
}

.proof-desc p {
  margin: 0;
  color: #5f4545;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 600;
}

/* 버튼 */
.proof-btn-wrap {
  display: flex;
  gap: 12px;
  margin-top: 36px;
}

.proof-main-btn,
.proof-sub-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  padding: 0 30px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s ease;
}

.proof-main-btn {
  background: #e35b5b;
  color: #fff;
  box-shadow: 0 12px 28px rgba(227, 91, 91, 0.25);
}

.proof-sub-btn {
  background: #fff;
  color: #c94a4a;
  border: 1px solid #ffd1d1;
}

.proof-main-btn:hover,
.proof-sub-btn:hover {
  transform: translateY(-2px);
}

/* 오른쪽 성혼율 */
.proof-stat {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 230px;
  height: 230px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(135deg, #e35b5b 0%, #ff9b9b 100%);
  color: #fff;
  text-align: center;
  box-shadow: 0 22px 50px rgba(227, 91, 91, 0.22);
}

.proof-stat::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}

.proof-stat span {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 50px;
  font-size: 28px;
  font-weight: 900;
}

.proof-stat strong {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 8px;
  font-size: 58px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -2px;
}

.proof-stat em {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

/* 현지 운영 카드 */
.proof-local-card {
  position: absolute;
  left: 24px;
  top: 26px;
  width: 150px;
  padding: 22px 16px;
  border-radius: 24px;
  background: #fff;
  text-align: center;
}

.proof-local-card span {
  display: block;
  color: #333;
  font-size: 18px;
  font-weight: 900;
}

.proof-local-card strong {
  display: block;
  color: #e35b5b;
  font-size: 46px;
  line-height: 1.1;
  font-weight: 900;
}

.proof-local-card p {
  margin: 4px 0 10px;
  color: #6b4b4b;
  font-size: 15px;
  font-weight: 700;
}

.proof-local-card em {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  background: #fff0f0;
  color: #d94b4b;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
}

/* 미니 카드 */
.proof-mini-card {
  position: absolute;
  min-width: 128px;
  padding: 15px 18px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(160, 60, 60, 0.12);
}

.proof-mini-card b {
  display: block;
  color: #d94b4b;
  font-size: 14px;
  font-weight: 900;
}

.proof-mini-card span {
  display: block;
  margin-top: 4px;
  color: #333;
  font-size: 15px;
  font-weight: 800;
}

.proof-mini-card.card01 {
  right: 22px;
  top: 74px;
}

.proof-mini-card.card02 {
  right: 38px;
  bottom: 46px;
}

/* 모바일 */
@media screen and (max-width: 1024px) {
  .hanaduri-proof-section {
    padding: 80px 0;
  }

  .proof-head {
    margin-bottom: 36px;
  }

  .proof-head h2 {
    font-size: 32px;
    letter-spacing: -1.5px;
  }

  .proof-head p {
    font-size: 21px;
  }

  .proof-card {
    display: block;
    padding: 34px 22px;
    border-radius: 28px;
  }

  .proof-left,
  .proof-right {
    width: 100%;
  }

  .proof-left h3 {
    font-size: 29px;
    letter-spacing: -1.5px;
  }

  .proof-desc p {
    font-size: 16px;
  }

  .proof-btn-wrap {
    flex-direction: column;
  }

  .proof-main-btn,
  .proof-sub-btn {
    width: 100%;
    box-sizing: border-box;
  }

  .proof-right {
    min-height: 430px;
    margin-top: 36px;
  }

  .proof-stat {
    width: 190px;
    height: 190px;
  }

  .proof-stat span {
    margin-top: 40px;
    font-size: 23px;
  }

  .proof-stat strong {
    font-size: 45px;
  }

  .proof-local-card {
    left: 16px;
    top: 18px;
    width: 125px;
    padding: 18px 12px;
  }

  .proof-local-card strong {
    font-size: 36px;
  }

  .proof-mini-card.card01 {
    right: 12px;
    top: 46px;
  }

  .proof-mini-card.card02 {
    right: 20px;
    bottom: 26px;
  }

  @media screen and (max-width: 576px) {
    .proof-card {
      padding: 24px 16px;
    }

    .proof-right {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
      min-height: auto;
      background: none;
      padding: 0;
    }

    .proof-stat {
      position: static;
      grid-column: span 2;
      margin: 0 auto 10px;
      transform: none;
      width: 160px;
      height: 160px;
    }

    .proof-stat::before {
      inset: 6px;
    }

    .proof-stat span {
      margin-top: 30px;
      font-size: 20px;
    }

    .proof-stat strong {
      font-size: 38px;
    }

    .proof-stat em {
      margin-top: 6px;
      font-size: 14px;
    }

    .proof-local-card,
    .proof-mini-card {
      position: static !important;
      width: 100% !important;
      min-width: unset !important;
      box-sizing: border-box;
      margin: 0 !important;
      box-shadow: 0 8px 24px rgba(160, 60, 60, 0.06);
    }

    .proof-mini-card.card01 {
      display: flex !important;
      flex-direction: column !important;
      justify-content: center !important;
      align-items: center !important;
      text-align: center !important;
      padding: 22px 16px !important;
    }

    .proof-mini-card.card01 b {
      font-size: 17px !important;
    }

    .proof-mini-card.card01 span {
      font-size: 18px !important;
      margin-top: 6px !important;
    }

    .proof-mini-card.card02 {
      grid-column: span 2;
    }
  }
}

/* 중년 베트남 결혼 이미지 3장 섹션 */
.hanaduri-wedding-gallery {
  padding: 10px 0;
  background: #fff;
}

.hanaduri-wedding-gallery .inner1200 {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

/* 상단 타이틀 */
.wedding-gallery-head {
  text-align: center;
  margin-bottom: 56px;
}

.wedding-gallery-head span {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #fff0e6;
  color: #c86a2f;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.wedding-gallery-head h2 {
  margin: 0;
  color: #222;
  font-size: 44px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: -2px;
}

.wedding-gallery-head h2 strong {
  color: #222;
  font-weight: 900;
}

.wedding-gallery-head p {
  margin-top: 18px;
  color: #666;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
}

/* 리스트 */
.wedding-gallery-list {
  display: flex;
  gap: 28px;
}

.wedding-gallery-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
  border: 1px solid #f3dede;
  border-radius: 28px;
  background: #fffafa;
  box-shadow: 0 16px 40px rgba(180, 90, 90, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wedding-gallery-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 46px rgba(180, 90, 90, 0.14);
}

/* 이미지 */
.gallery-thumb {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #f8f8f8;
}

.gallery-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 텍스트 */
.gallery-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 28px 24px 30px;
}

.gallery-info h3 {
  margin: 0 0 14px;
  color: #222;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: -1px;
}

.gallery-info p {
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}

/* 모바일 */
@media screen and (max-width: 991px) {
  .hanaduri-wedding-gallery {
    padding: 80px 0;
  }

  .wedding-gallery-head {
    margin-bottom: 38px;
  }

  .wedding-gallery-head h2 {
    font-size: 32px;
    letter-spacing: -1.5px;
  }

  .wedding-gallery-head p {
    font-size: 16px;
  }

  .wedding-gallery-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
  }

  .wedding-gallery-item {
    width: calc(50% - 10px);
    flex: none;
  }

  .wedding-gallery-slider.swiper-initialized .wedding-gallery-list,
  .wedding-gallery-slider.swiper-container-initialized .wedding-gallery-list {
    gap: 0;
    flex-wrap: nowrap;
    align-items: stretch !important;
  }

  .wedding-gallery-slider.swiper-initialized .wedding-gallery-item,
  .wedding-gallery-slider.swiper-container-initialized .wedding-gallery-item {
    width: auto;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .gallery-info {
    padding: clamp(12px, 1.2308rem, 20px) clamp(8px, 0.9231rem, 15px);
  }

  .gallery-info h3 {
    font-size: clamp(13px, 1.1538rem, 18px);
  }

  .gallery-info p {
    font-size: clamp(10px, 0.9231rem, 13px);
  }
}

@media screen and (max-width: 576px) {
  .wedding-gallery-slider:not(.swiper-initialized):not(.swiper-container-initialized) .wedding-gallery-item {
    width: 100%;
  }
}

@media screen and (max-width: 620px) {
  .gallery-info br {
    display: none !important;
  }
}


.proof-head {
  position: relative;
  z-index: 10;
}

.proof-trophy {
  position: absolute;
  left: 50%;
  bottom: -180px;
  transform: translateX(-50%);
  width: 200px;
  height: 100%;
  z-index: 999;
  pointer-events: none;
}

.proof-trophy img {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.proof-card {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 700px) {
  .proof-trophy {
    display: none !important;
  }
}