@charset "UTF-8";
.hidden {
  display: none !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

:focus-visible {
  outline: none;
}

input:focus {
  --tw-ring-color: none !important;
}

.footer-wrap {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: auto;
  position: relative;
  background-color: #2c2e30;
}
.footer-wrap .footer-top {
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2rem 10rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4rem;
}
.footer-wrap .footer-top .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  min-width: 7rem;
  max-width: 10rem;
  width: 100%;
  height: 2rem;
  background-image: url("/sellochomes/main/footer/logo_with_bi_white.png");
  background-size: 100%;
  background-position: center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.footer-wrap .footer-top .footer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: auto;
}
.footer-wrap .footer-top .footer-menu .button {
  padding: 0 3rem;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.footer-wrap .footer-top .footer-menu .button b {
  margin-right: 0.5rem;
}
.footer-wrap .footer-top .footer-menu .button:last-child {
  border: none;
}
.footer-wrap .footer-top .footer-menu .button b {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: auto;
}
.footer-wrap .footer-bottom {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3rem 10rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  flex-direction: column;
}
.footer-wrap .footer-bottom .desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: auto;
}
.footer-wrap .footer-bottom .desc.companyName::after, .footer-wrap .footer-bottom .desc.ecommerceNumber::after {
  content: "|";
  padding: 0 0.4rem;
}
.footer-wrap.active {
  width: 100%;
  height: 14.6rem;
  border: none;
  padding: 0;
}
.footer-wrap.active::before {
  opacity: 0.8;
}
.footer-wrap::before {
  content: "제휴문의 이메일 주소가 클립보드에 복사되었습니다.";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1.5rem 3rem;
  border: none;
  border-radius: 1rem;
  background: #c3d1f9;
  color: #2c2e30;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: auto;
  opacity: 0;
}

#default-modal-terms .modal-dialog-default,
#default-modal-privacy_policy .modal-dialog-default {
  width: 90rem;
}
#default-modal-terms .modal-body-default,
#default-modal-privacy_policy .modal-body-default {
  justify-content: start;
  height: 64vh;
  overflow-y: auto;
}

@media screen and (max-width: 950px) {
  .footer-wrap {
    padding: 2rem 0;
  }
  .footer-wrap .footer-top {
    padding: 2rem 4rem;
  }
  .footer-wrap .footer-top .footer-menu .button {
    padding: 0 2rem;
  }
  .footer-wrap .footer-bottom {
    padding: 2rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-wrap .footer-top {
    padding: 1rem 1.5rem;
    gap: 1.5rem;
  }
  .footer-wrap .footer-top .footer-menu {
    font-size: 1.4rem;
  }
  .footer-wrap .footer-top .footer-menu .button {
    padding: 0.5rem;
  }
  .footer-wrap .footer-top .footer-menu .button b {
    display: none;
  }
  .footer-wrap .footer-bottom {
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 530px) {
  .footer-wrap .footer-bottom {
    gap: 0.8rem;
  }
  .footer-wrap .footer-bottom .flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.8rem;
    flex-direction: column;
  }
  .footer-wrap .footer-bottom .flex .desc.companyName::after, .footer-wrap .footer-bottom .flex .desc.ecommerceNumber::after {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .footer-wrap .footer-top {
    padding: 1rem;
  }
  .footer-wrap .footer-top .logo img {
    width: 6rem;
    height: 100%;
  }
  .footer-wrap .footer-top .footer-menu .button {
    font-size: 1.2rem;
    border-right: none;
    padding: 0.3rem;
  }
  .footer-wrap .footer-bottom {
    padding: 1rem;
  }
  .footer-wrap .footer-bottom .desc {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 400px) {
  .footer-wrap .footer-top {
    justify-content: space-between;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    flex-direction: column;
  }
  .footer-wrap .footer-top .logo {
    min-width: 5rem;
    max-width: 7rem;
    width: 100%;
  }
}
@media screen and (max-width: 370px) {
  .footer-wrap .footer-top {
    padding: 1rem;
  }
  .footer-wrap .footer-top .logo img {
    width: 6rem;
    height: 100%;
  }
  .footer-wrap .footer-top .footer-menu .button {
    font-size: 1.1rem;
    border-right: none;
    padding: 0.3rem;
  }
  .footer-wrap .footer-bottom {
    padding: 1rem;
  }
  .footer-wrap .footer-bottom .desc {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 345px) {
  .footer-wrap .footer-top {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.hidden {
  display: none !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

:focus-visible {
  outline: none;
}

input:focus {
  --tw-ring-color: none !important;
}

button,
a {
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

input:focus {
  --tw-ring-color: transparent;
}

main.main {
  margin-top: 7rem;
  padding-bottom: 16rem;
}
main.main ::-webkit-scrollbar {
  width: 0.8rem;
  height: 1rem;
  background-color: #f9f9fa;
}
main.main ::-webkit-scrollbar-thumb {
  background-color: #d9ddde;
  border-radius: 2.4rem;
  min-height: 4rem;
}
main.main ::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #2c2e30;
  font-size: clamp(1.4rem, 0.833vw, 1.6rem);
  font-weight: 500;
  line-height: normal;
  letter-spacing: auto;
  max-width: 256rem;
  margin: 0 auto;
  word-break: keep-all;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  padding: 2rem 4%;
  max-width: 256rem;
  margin: 0 auto;
}
header h1 a {
  width: 14rem;
  height: auto;
  aspect-ratio: 14/3.4;
  background-image: url("/sellochomes/main/sellochomes_Logo_Title_black.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  cursor: pointer;
}
header .sellochomes-familysite {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  flex-grow: 1;
}
header .sellochomes-familysite li {
  border-radius: 99.96rem;
}
header .sellochomes-familysite li a {
  color: #000;
  font-size: clamp(1.8rem, 1.146vw, 2rem);
  font-weight: 600;
  padding: 1rem 1.8rem;
  display: inline-block;
  cursor: pointer;
}
header .sellochomes-familysite li:hover {
  background: #eaedf4;
}
header .sellochomes-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.4rem;
}
header .sellochomes-right li a {
  display: inline-block;
  padding: 1rem 1.8rem;
  border-radius: 99.9rem;
  font-size: clamp(1.4rem, 0.833vw, 1.6rem);
  font-weight: 800;
}
header .sellochomes-right li a.membership-btn {
  background: #000;
  display: block;
  color: #fff;
}
header .sellochomes-right li a.membership-btn:hover {
  background: #3868eb;
}
header .sellochomes-right li a.login-check:hover {
  background: #eaedf4;
}
header .menu-open,
header .m-sellochomes-fs {
  display: none;
}

.videoBanner {
  padding: 0 4rem 4rem 4rem;
  position: relative;
}
.videoBanner .videoWarp {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1840/660;
  border-radius: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.videoBanner .videoWarp .hero-video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.videoBanner .videoText {
  width: calc(100% - 8rem);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.videoBanner .bannerSwiperMobile {
  display: none;
}
.videoBanner .swiper-slide span {
  font-size: clamp(2.4rem, 1.667vw, 3.2rem);
  font-weight: 500;
  letter-spacing: -0.16rem;
  background: linear-gradient(270deg, #00c2ff 0%, #40ffd1 99.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: default;
}
.videoBanner h2 {
  color: #fff;
  font-size: clamp(7.2rem, 3.854vw, 7.4rem);
  font-weight: 900;
  letter-spacing: -0.222rem;
  margin-top: 2.4rem;
  cursor: default;
}
.videoBanner h2.mobile {
  display: none;
}
.videoBanner .serviceAllBtn {
  display: inline-block;
  margin-top: 4rem;
  padding: 1.6rem 3.2rem;
  border-radius: 99.9rem;
  background: linear-gradient(270deg, #00d9ff 10%, #00ff90 99.95%);
  color: #000;
  font-size: clamp(1.6rem, 0.938vw, 1.8rem);
  font-weight: 700;
  transition: ease 0.2s;
}
.videoBanner .serviceAllBtn:hover {
  filter: hue-rotate(45deg);
}

.contentSection .bgText {
  background: linear-gradient(180deg, #fff 20%, #f4f6fa 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  font-size: clamp(13rem, 7.813vw, 15rem);
  font-weight: 900;
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 0;
}
.contentSection h3.pc {
  font-size: clamp(3.2rem, 2.604vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.15rem;
  text-align: center;
}
.contentSection h3.mobile {
  display: none;
}
.contentSection .subTitle {
  color: #77859c;
  font-size: clamp(1.8rem, 1.146vw, 2.2rem);
  font-weight: 500;
  letter-spacing: -0.066rem;
  text-align: center;
  margin-top: 2.4rem;
}

.contentBlock1 {
  background-color: #f4f6fa;
  padding: 12rem 4rem 8rem 4rem;
  position: relative;
}
.contentBlock1 .content1Swiper {
  max-width: 120rem;
  padding: 0 2rem 4rem 4rem;
}
.contentBlock1 .contentBlock {
  margin: 6rem auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0;
}
.contentBlock1 .contentBlock .box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 2rem;
  border-radius: 4rem;
  background: #fff;
  width: 25%;
  flex-direction: column;
  padding: 4rem 2.4rem;
  box-shadow: 0 20px 30px 0 rgba(45, 64, 110, 0.15);
  word-break: keep-all;
  aspect-ratio: 28.5/36;
}
.contentBlock1 .contentBlock .box b {
  font-size: clamp(1.6rem, 1.146vw, 2rem);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.06rem;
  width: 100%;
}
.contentBlock1 .contentBlock .box span {
  color: #77859c;
  font-size: clamp(1.4rem, 0.938vw, 1.8rem);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.054rem;
  width: 100%;
}
.contentBlock1 .contentBlock .box.box1 {
  background-image: url("/assets/new1.png");
  background-size: 18rem 16rem;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.contentBlock1 .contentBlock .box.box2 {
  background-image: url("/assets/new2.png");
  background-size: 18rem 16rem;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.contentBlock1 .contentBlock .box.box3 {
  background-image: url("/assets/new3.png");
  background-size: 18rem 16rem;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.contentBlock1 .contentBlock .box.box4 {
  background-image: url("/assets/new4.png");
  background-size: 18rem 16rem;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.contentBlock2 {
  padding: 12rem 0 6rem 0;
  position: relative;
}
.contentBlock2 .bgText {
  background: linear-gradient(180deg, #f4f6fa 5.29%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contentBlock2 .subTitle {
  margin-bottom: 6rem;
}
.contentBlock2 .subTitle.mobile {
  display: none;
}
.contentBlock2 .block {
  width: 120rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  gap: 9rem;
}
.contentBlock2 .block .textWrap {
  padding-top: 4rem;
  flex-grow: 1;
}
.contentBlock2 .block .textWrap .category {
  font-size: clamp(1.8rem, 1.146vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.06rem;
}
.contentBlock2 .block .textWrap .mainTitle {
  font-size: clamp(4.2rem, 2.292vw, 4.4rem);
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.132rem;
  margin: 2rem 0;
}
.contentBlock2 .block .textWrap .subTitle {
  color: #77859c;
  font-size: clamp(1.8rem, 0.938vw, 1.8rem);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.118rem;
}
.contentBlock2 .block .textWrap .point {
  margin: 4.8rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.4rem;
  flex-direction: column;
}
.contentBlock2 .block .textWrap li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.contentBlock2 .block .textWrap .pointTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: clamp(1.6rem, 0.938vw, 1.8rem);
  font-weight: 800;
  letter-spacing: -0.054rem;
}
.contentBlock2 .block .textWrap .pointTitle::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  margin-right: 1.2rem;
}
.contentBlock2 .block .textWrap .pointTitle.title1 {
  color: #00b082;
}
.contentBlock2 .block .textWrap .pointTitle.title1::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAOxJREFUeAHtkj8KwjAUxt9Le4Au7q5uiuIgFXqEToIu6uDuDVqP4OwiSHHtDToUHCxIN0/hEWpMikKttcb+EQL+lr70y/c+kjwA2UHRjcPT3gMKxn259bvjuYhPKEAPdgYS1Uv+iyKlc+iPwk9eAgUhGGlC+6Bm5A9Qk4vN5WzRK7V5jYD2otFaQUmeTvBoHtdAl1ABeVckNCVlAirht49clLzhqOQEecNRxxVpdQfAP+Ar4jEdHJ02QTDToh44Nv8iYjOtIYEp042sptzHPKHfm7hxgELQYl3M1ybEgvfMmJ4pcB+ldM1KF6TnBsMpPH718N7aAAAAAElFTkSuQmCC");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contentBlock2 .block .textWrap .pointTitle.title2 {
  color: #3868eb;
}
.contentBlock2 .block .textWrap .pointTitle.title2::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAedJREFUeAHdVDtSAkEQfb2gZWmV4g0wNpEbSGamRmiEnkA5gDCouXgCzSjQKjEy1BtgQux6AigDi1J32h7WZfkMskCkL9jtnZnt12/6A/x1EGaAqvKGJmxDY0c8JcFImHUGns4ylDZ2HFNAlTnpObjQLI75Z5HDfWJsBLaDCZGv8pGOoS7Sd0YeIl+JwUQKChW+YMZx8J1KAlspoP0hd9IA6m73aNeKrKDjHKFzg811YGEOSCz5RAEkCHcigvwNFwadGyzMh7ZR0YP7wLBekbrihF5CVmusxRyssMaB7dxDHUiv+0SPjXA9xqgF9lCZmiQajqDkJoVU0HVxjw5hU3BS5gNxXML0cIWg2LvQzYGpbXJQwAyQ5F6qfXKtBDqOrLySmBKSp+LZHg2pD6/Iw6o8LyWKlvkUNZEJO873Sdn2Rs4iSXYzSqIloJwt8gDWPlB3HKmCTMX85txKYJKtdqnFHnIYAxl2r+PO9BGYjvXIH2Jyp9ca2PVD7eTFHfyZ4qhjDKg3cu3g5TRD1rxIj6iBMnbf3pEqHVILURR8Of4MP77y7z9/y9nAtkHU5cY57yMg7RMsL6KZrzDzJ9Z6HVA4411PI32eoRoioNsH7OBZwjJt7sbaqKnB6KRkpSSLslc6jRD5/8E3u/S3VzU0EuIAAAAASUVORK5CYII=");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contentBlock2 .block .textWrap .pointTitle.title3 {
  color: #743ed2;
}
.contentBlock2 .block .textWrap .pointTitle.title3::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAdRJREFUeAHdVTtPwlAU/i62Bh9Ry8JjKky4OCiTDGBcGV2Nv8FfIPwUd1c3iTjghjEM4oKQSBQWwIT3q55baS1IsQ0s+iVN7z23Pd93zrn3HuCvg00bau9K1MFwpgBRmsqwhiI5So0UJCQvK5oSfFSUC0VBHAuAMcS33Szxg4CUy7RYwBJAIo8okhQfCwZ7HBaRf+gge9PU5y6vgMjptj7nKaZXSh1rRlIfgUW4PAI8gVX0Owqa9RGq5eHE+rh+X2QGuwyLkHwCNiQHekQgOtmsT2RtIMAmuNNssonndBuBfaeqt1IYmH5vi6Dy0sP9VYPSMsTe8QY966i9DShd5gR6fPUy1X6O42yyRUr7amoOT7bg9ouYhx0PY3MjqJKyUq6LfKajFpLnmqsOhtewasg731E8ilBsc6YfU4LMdUNVzJXuhtcROHBOODZGx2sQisEegbavjU55YXlRg0RoFQ6zBe54WvHrU5eeHuzAlICr5Q4XhSlBLt1Cyaba3wiKWBYYHrWhXmQ6BXe0c2VtLvlESN6Vif/cAVE9yUa4vCL67UkbU74JjNd1lAhusQSQWL/WePQU8fubFhJYEBTLubGrzWqZMr3i4+tbhjVoLfNSazT/B59CbKpEs0Xu0QAAAABJRU5ErkJggg==");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contentBlock2 .block .textWrap .pointTitle.title4 {
  color: #f70;
}
.contentBlock2 .block .textWrap .pointTitle.title4::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAWlJREFUeAHVlT1OwzAYht8vmL0rEqDkBLQSILElN+gNUE+AOmWFkY2eoL0BcALKhESRyA1qUXayIqKYLzTKD82/Yegz+U9+HMd+DWw7VNWplgsbu3QOpWyumnGzByIPX7gn6/gOXQRq+WRCiCkXbVQjeZxDewPZWKDen/tQ9MDFHprhg5RD+6derSBe+WuLyVOJEIOiLzFyNSHarDxLD0EwLepIBOrtZYj0R3bBVis+FGUCIBxCF+ITVyogOoIu6+NcIgD60MesEvwLWYGEPn65IAwfoYvanCMVGMYMuhg7t7+b8jd5tYgumo1uSDo4sTacuVoQjFCwjw2IosIp6sgJyDqTUXChncTncByVJWpVXEfbZaKaOS9oHCWpcnHB9cu4fUbXGJcKElGUTxTy9ad+Ria5h6OZJrzn82Ssiw/kg9JiiRRVAjr8ebFqX60CJD7X2/x3N1nhKlOe0E2nw1LjcDmyXa3Ib883PzBpwOk/qGgAAAAASUVORK5CYII=");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contentBlock2 .block .textWrap .pointTitle.title5 {
  color: #ff432a;
}
.contentBlock2 .block .textWrap .pointTitle.title5::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAfZJREFUeAHVVUtS20AQfT1kkV18g8AFEouqJHiFbmDfALHKKlg5AOVx5QIQ2INPgH0CxIo/MidA3MBLoPA0LVkIC8mW5B2vaiRNT7/umZ7RG+Cjg8o6cnerDQMd0w6pu/u3DK9UAt7+40DRQcpo0KV//3URV6EMFDZK2XKpM8D+qc3XpzrujnI8gonfWZv9841KCSIC0zGI1iMD8W7G6dXGbEk7FE4nLxblzTwKDu7RasNJ7NpdhjGuBP4irUd630vGwpUSdaQ5ZP3qzU9wc3YXDayuraAChBdOqg76vEKWlZRUvZu9I69ljHkTVUEhh2owD+60Ob0HRjUlzZB+NDxUjW81Anl5yb7lJiAT1v8Ei4LNQJ42+34tPwErT34oD4tibDww+tN7kJ2EdmthQ0XM4qVOEXfaIgfsxL0+aGmT9M6oKDB4fCSh7NgiOrWXHJKkRKI37lvwKHdLluyiCMbsvAWPeA5vb+lMAvlqZshl9IbwPcvj9WwCpvsse6I388E5JVRBNoFSWp7BlNcINC7W/InPKM177CbDqbmEekNmUip+GqD5W4hPtuhLPy82+xd1sn4O0zzVmz4Ycy8cvjpvST2PopUxhmK5jQYUfZW+jVBWPqFF39YGs2IU3mh8Keq6BEc+ZTOpHpsDYXp4FlVdQFY+Fl4AtU7Kld9IHhMAAAAASUVORK5CYII=");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contentBlock2 .block .textWrap .pointTitle.title6 {
  color: #ff2a5f;
}
.contentBlock2 .block .textWrap .pointTitle.title6::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAUxJREFUeAHtlrFLw0AUxr+UKkoVzFBF0Q4Ooi4OEQouLnbRP8F/0t3V0d24FIyg6JJBBdFCe1/f5Zq0zaVprlt/EC6XO9539967e/H6CiyQeqb33wPCCPiI5SmDvwEct4DDvcxnz+zg5xe4f5S2Co01oHMuraJmBsaN317JU8T4vGShf72UQPet+srT0NZzlBIIX+EcHUMRiL/gnIyAjdU6qlArWgG2NnOn4KApbfw9h8CnFrg4nb6LFfUtOJL38AXlBXjgmA2NdeC6Dew3R4a3feCmLWOc033PNZPvYOYx83l4aJShy7PJOUnOW7BHkAbuHtTx35VrwNfxYHzowqdIrpe5BRLoAosbbBSnaUWWAjMKMK9dwwJkBHYWIMC0NgLs6ArkBNrSpVMEeNd0Ajciw5IZmK438VfB6sYCVLZGMI509UlL7qtcAccMAD9TaNEeF0hIAAAAAElFTkSuQmCC");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contentBlock2 .block .textWrap .pointInfo {
  color: #77859c;
  font-size: clamp(1.6rem, 0.938vw, 1.8rem);
  font-weight: 500;
  letter-spacing: -0.054rem;
}
.contentBlock2 .block .textWrap .pointInfo::before {
  content: ":";
  margin: 0 0.4rem;
}
.contentBlock2 .block .textWrap .goBtn a {
  display: inline-block;
  padding: 1.6rem 2.4rem;
  border-radius: 20rem;
  color: #fff;
  font-size: clamp(1.6rem, 0.938vw, 1.8rem);
  font-weight: 700;
  letter-spacing: -0.054rem;
  background-color: #555;
}
.contentBlock2 .block .textWrap .goBtn a::after {
  content: "→";
  margin-left: 0.2rem;
}
.contentBlock2 .block.sellerlife {
  margin-bottom: 8rem;
}
.contentBlock2 .block.sellerlife .textWrap .category {
  color: #3868eb;
}
.contentBlock2 .block.sellerlife .textWrap .goBtn a {
  background: #3868eb;
}
.contentBlock2 .block.sellerlife .textWrap .goBtn a:hover {
  background: #2d53bc;
}
.contentBlock2 .block.sourcinglife .textWrap .category {
  color: #ff432a;
}
.contentBlock2 .block.sourcinglife .textWrap .goBtn a {
  background: #ff432a;
}
.contentBlock2 .block.sourcinglife .textWrap .goBtn a:hover {
  background: #e5260c;
}

.contentBlock3 {
  padding-top: 12rem;
  aspect-ratio: 192/65;
  background-image: url("/assets/contentBlock3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contentBlock3M {
  display: none;
}

.contentBlock4 {
  margin: 10rem 0;
}
.contentBlock4 .marqueeWarp {
  margin-top: 6rem;
}
.contentBlock4 .marqueeWarp .swiper-slide {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 2rem;
}
.contentBlock4 .marqueeWarp .swiper-slide .review-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.contentBlock4 .marqueeWarp .swiper-slide .review-item::before {
  content: "";
  width: 8.4rem;
  height: 8.4rem;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}
.contentBlock4 .marqueeWarp .swiper-slide .review-item.item1::before {
  background-image: url("/sellochomes/main/slide_img/Memoji1.png");
}
.contentBlock4 .marqueeWarp .swiper-slide .review-item.item1 .bubble {
  background-color: #f5f3ff;
}
.contentBlock4 .marqueeWarp .swiper-slide .review-item.item2::before {
  background-image: url("/sellochomes/main/slide_img/Memoji2.png");
}
.contentBlock4 .marqueeWarp .swiper-slide .review-item.item2 .bubble {
  background-color: #fff5f1;
}
.contentBlock4 .marqueeWarp .swiper-slide .review-item.item3::before {
  background-image: url("/sellochomes/main/slide_img/Memoji3.png");
}
.contentBlock4 .marqueeWarp .swiper-slide .review-item.item3 .bubble {
  background-color: #f5f5f5;
}
.contentBlock4 .marqueeWarp .swiper-slide .review-item.item4::before {
  background-image: url("/sellochomes/main/slide_img/Memoji4.png");
}
.contentBlock4 .marqueeWarp .swiper-slide .review-item.item4 .bubble {
  background-color: #eefaf5;
}
.contentBlock4 .marqueeWarp .swiper-slide .review-item.item5::before {
  background-image: url("/sellochomes/main/slide_img/Memoji5.png");
}
.contentBlock4 .marqueeWarp .swiper-slide .review-item.item5 .bubble {
  background-color: #f0f7fe;
}
.contentBlock4 .marqueeWarp .swiper-slide .review-item.item6::before {
  background-image: url("/sellochomes/main/slide_img/Memoji6.png");
}
.contentBlock4 .marqueeWarp .swiper-slide .review-item.item6 .bubble {
  background-color: #fffaec;
}
.contentBlock4 .marqueeWarp .swiper-slide .bubble {
  padding: 3rem 4rem;
  font-size: clamp(2.2rem, 1.25vw, 2.4rem);
  font-weight: 400;
  letter-spacing: -0.072rem;
  border-radius: 2rem;
  display: inline-block;
}
.contentBlock4 .marqueeWarp .marquee-right {
  margin-top: 4rem;
}
.contentBlock4 .marqueeWarp .marquee-third {
  display: none;
}

.contentBlock5 {
  padding: 0 4rem;
}
.contentBlock5 .textBox {
  width: 100%;
  aspect-ratio: 1840/360;
  border-radius: 4rem;
  overflow: hidden;
  background-image: url("/assets/contentBlock5.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
  flex-direction: column;
}
.contentBlock5 .textBox p {
  color: #fff;
  font-size: clamp(4.8rem, 2.604vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.15rem;
}
.contentBlock5 .textBox p.moblie {
  display: none;
}
.contentBlock5 .textBox span.pc {
  color: #fff;
  font-size: clamp(2rem, 1.25vw, 2.4rem);
  font-weight: 500;
  letter-spacing: -0.072rem;
}
.contentBlock5 .textBox span.mobile {
  display: none;
}
.contentBlock5 .textBox span.goStart {
  display: inline-block;
  padding: 1.6rem 3.2rem;
  border-radius: 10rem;
  background: linear-gradient(270deg, #00d9ff 0%, #00ff90 99.95%);
  color: #1e2229;
  font-size: clamp(1.6rem, 0.93vw, 1.8rem);
  font-weight: 700;
  cursor: pointer;
}
.contentBlock5 .textBox span.goStart:hover {
  filter: hue-rotate(45deg);
}

@media screen and (max-width: 1600px) {
  .contentBlock3 {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 1280px) {
  main {
    padding: 0;
  }
  header {
    padding: 2rem 4rem;
  }
  header .sellochomes-familysite li a {
    padding: 1rem;
  }
  .videoBanner {
    padding: 0 2rem 4rem 2rem;
  }
  .videoBanner .videoWarp {
    aspect-ratio: 120/66;
  }
  .videoBanner h2 {
    word-break: keep-all;
    line-height: 120%;
  }
  .contentSection h3.pc {
    display: block;
  }
  .contentBlock1 {
    padding: 12rem 0.2rem 8rem 0.2rem;
  }
  .contentBlock2 .block {
    width: 100%;
    padding: 0 4rem;
    gap: auto;
    flex-direction: column;
  }
  .contentBlock2 .block .textWrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    flex-direction: column;
    padding-top: 5rem;
  }
  .contentBlock2 .block .textWrap .mainTitle {
    text-align: center;
  }
  .contentBlock2 .block .textWrap .point {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 3.2rem;
  }
  .contentBlock2 .block .imgWarp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .contentBlock2 .block.sourcinglife {
    flex-direction: column-reverse;
  }
  .contentBlock2 .subTitle {
    margin-bottom: 0;
  }
  .contentBlock3 {
    aspect-ratio: 128/65;
  }
  .contentBlock5 {
    padding: 0;
  }
  .contentBlock5 .textBox {
    gap: 2rem;
    border-radius: 0;
    background-size: cover;
    aspect-ratio: 128/36;
  }
}
@media screen and (max-width: 900px) {
  header {
    padding: 2rem;
  }
  header .sellochomes-familysite {
    gap: 0;
  }
  header .sellochomes-familysite li a {
    font-size: 16px;
  }
  header .sellochomes-right {
    flex-basis: fit-content;
  }
}
@media screen and (max-width: 780px) {
  #tippy1 {
    display: none !important;
  }
  header .sellochomes-familysite {
    display: none;
  }
  header .sellochomes-right {
    display: none;
  }
  header .menu-open {
    display: block;
    padding: 0.4rem 1rem;
  }
  header .menu-open .fa-solid {
    font-size: 3rem;
  }
  header .m-sellochomes-fs {
    width: 100vw;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0%;
    z-index: 10;
    transition: ease 0.5s;
    opacity: 1;
    display: block;
  }
  header .m-sellochomes-fs.opacity {
    right: -100%;
    opacity: 1;
    visibility: hidden;
  }
  header .m-sellochomes-fs .m-fs-header {
    padding: 1rem 3rem 1rem 3.5rem;
    border-bottom: 1px solid #e4e8e8;
  }
  header .m-sellochomes-fs .m-fs-header .m-fs-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    height: 5.5rem;
  }
  header .m-sellochomes-fs .m-fs-header .m-fs-header-top h1 {
    flex-basis: 14.5%;
  }
  header .m-sellochomes-fs .m-fs-header .m-fs-header-top h1 a {
    width: 14rem;
    height: auto;
    aspect-ratio: 14/3.4;
    background-image: url("/sellochomes/main/sellochomes_Logo_Title_black.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
  }
  header .m-sellochomes-fs .m-fs-header .m-fs-header-top i.fa-solid {
    font-size: 3.2rem;
    padding: 1rem 0 1rem 1rem;
  }
  header .m-sellochomes-fs .m-fs-body ul {
    padding: 1rem 0;
  }
  header .m-sellochomes-fs .m-fs-body ul:first-child {
    border-bottom: 1px solid #e4e8e8;
  }
  header .m-sellochomes-fs .m-fs-body ul .ulTitle {
    font-size: 2rem;
    font-weight: 700;
    padding: 1rem 4rem;
  }
  header .m-sellochomes-fs .m-fs-body ul .liList {
    font-size: 1.6rem;
    font-weight: 600;
  }
  header .m-sellochomes-fs .m-fs-body ul .liList a {
    display: inline-block;
    width: 100%;
    padding: 1.8rem 5rem;
  }
  header .m-sellochomes-fs .m-fs-body ul .liList :hover {
    background: #f4f6fa;
  }
  header .m-sellochomes-fs .login-block {
    border: 1px solid #e4e8e8;
    border-radius: 2rem;
    background: #fff;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
  }
  header .m-sellochomes-fs .login-block a {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 2.8rem 1rem;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .contentSection h3.pc,
  .contentSectionMobile h3.pc {
    display: none;
  }
  .contentSection h3.mobile,
  .contentSectionMobile h3.mobile {
    font-size: clamp(3.4rem, 1.8vw, 3.6rem);
    font-weight: 800;
    line-height: 120%;
    letter-spacing: -0.15rem;
    text-align: center;
    display: block;
  }
  .videoBanner h2 {
    font-size: clamp(4rem, 2.1875vw, 4.2rem);
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.06rem;
  }
  .videoBanner .videoWarp {
    aspect-ratio: 44/44;
  }
  .videoBanner .videoWarp .hero-video {
    max-width: inherit;
    width: auto;
  }
  .contentBlock1 .contentBlock .box b {
    font-size: clamp(2rem, 1.146vw, 2rem);
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.06rem;
    width: 100%;
  }
  .contentBlock1 .contentBlock .box span {
    color: #77859c;
    font-size: clamp(1.8rem, 0.938vw, 1.8rem);
    font-weight: 500;
    letter-spacing: -0.054rem;
    width: 100%;
  }
  .contentBlock1 .contentBlock .box.box1 {
    background-image: url("/assets/new1.png");
    background-size: 19rem 19rem;
    background-position: 100% 100%;
    background-repeat: no-repeat;
  }
  .contentBlock1 .contentBlock .box.box2 {
    background-image: url("/assets/new2.png");
    background-size: 19rem 19rem;
    background-position: 100% 100%;
    background-repeat: no-repeat;
  }
  .contentBlock1 .contentBlock .box.box3 {
    background-image: url("/assets/new3.png");
    background-size: 19rem 19rem;
    background-position: 100% 100%;
    background-repeat: no-repeat;
  }
  .contentBlock1 .contentBlock .box.box4 {
    background-image: url("/assets/new4.png");
    background-size: 19rem 19rem;
    background-position: 100% 100%;
    background-repeat: no-repeat;
  }
  .contentBlock3 {
    display: none;
  }
  .contentBlock3M {
    display: block;
    padding: 10rem 2rem 0 2rem;
    width: 100%;
    aspect-ratio: 48/68;
    background-image: url("/assets/contentBlock3Mobile.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .contentBlock3M .content3MobileSwiper {
    margin-top: 5rem;
    aspect-ratio: 44/18;
  }
  .contentBlock3M .content3MobileSwiper .swiper-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
    transition-timing-function: linear !important;
  }
  .contentBlock3M .content3MobileSwiper .swiper-slide {
    font-size: 3.2vw;
    font-weight: 500;
    letter-spacing: -0.054rem;
    text-align: center;
    border: none;
    border-radius: 3rem;
    background: #fff;
    padding: 1.8rem 2.4rem;
    opacity: 0.2;
  }
  .contentBlock3M .content3MobileSwiper .swiper-slide.swiper-slide-prev {
    opacity: 0.8;
  }
  .contentBlock3M .content3MobileSwiper .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  .contentBlock3M .content3MobileSwiper .swiper-slide.swiper-slide-next {
    opacity: 0.4;
  }
  .contentBlock3M .content3MobileSwiper .swiper-slide .slide-content.slide1 span {
    color: #009376;
  }
  .contentBlock3M .content3MobileSwiper .swiper-slide .slide-content.slide2 span {
    color: #007bb8;
  }
  .contentBlock3M .content3MobileSwiper .swiper-slide .slide-content.slide3 {
    font-size: 3vw;
  }
  .contentBlock3M .content3MobileSwiper .swiper-slide .slide-content.slide3 span {
    color: #2a5ce0;
  }
  .contentBlock3M .content3MobileSwiper .swiper-slide .slide-content.slide4 span {
    color: #ac01c7;
  }
  .contentBlock3M .content3MobileSwiper .swiper-slide .slide-content.slide5 span {
    color: #7922e3;
  }
  .contentBlock4 .marqueeWarp .marquee-right,
  .contentBlock4 .marqueeWarp .marquee-third {
    margin-top: 2.2rem;
    display: block;
  }
  .contentBlock5 {
    padding: 0 2rem;
  }
  .contentBlock5 .textBox {
    aspect-ratio: 44/36;
    border-radius: 4rem;
    background-image: url("/assets/contentBlock5M.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    gap: 2.2rem;
  }
  .contentBlock5 .textBox p {
    font-size: clamp(4rem, 2.604vw, 5rem);
    line-height: 140%;
  }
  .contentBlock5 .textBox p.pc {
    display: none;
  }
  .contentBlock5 .textBox p.moblie {
    display: block;
    text-align: center;
  }
  .contentBlock5 .textBox span.goStart {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 730px) {
  .videoBanner h2.mobile {
    display: block;
  }
  .videoBanner h2.pc {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .contentSection .bgText {
    color: #fff;
    font-size: clamp(10rem, 7.813vw, 15rem);
    font-weight: 900;
  }
  .videoBanner .bannerSwiperMobile {
    display: block;
    line-height: 200%;
  }
  .videoBanner .bannerSwiperPC {
    display: none;
  }
  .contentBlock2 .block .textWrap .mainTitle {
    font-size: clamp(3.2rem, 1.7708vw, 3.4rem);
    font-weight: 800;
    line-height: 130%;
    letter-spacing: -0.132rem;
  }
  .contentBlock5 .textBox p {
    font-size: clamp(3.2rem, 1.7708vw, 3.4rem);
  }
  .contentBlock5 .textBox span.pc {
    display: none;
  }
}
@media screen and (max-width: 530px) {
  .contentSection .bgText {
    color: #fff;
    font-size: clamp(8rem, 7.813vw, 15rem);
    font-weight: 900;
    top: -3rem;
  }
  .contentBlock1 .contentBlock .box {
    aspect-ratio: 1/1.6;
  }
  .contentBlock2 .subTitle {
    margin-bottom: 0rem;
  }
  .contentBlock2 .subTitle.pc {
    display: none;
  }
  .contentBlock2 .subTitle.mobile {
    display: block;
    line-height: 140%;
    margin-bottom: 0;
  }
  .contentBlock2 .block {
    gap: 4rem;
  }
  .contentBlock2 .block .textWrap .subTitle {
    margin: 0;
  }
  .contentBlock2 .block .textWrap .point {
    margin-bottom: 3.4rem;
  }
  .contentBlock4 .marqueeWarp .swiper-slide .review-item::before {
    width: 6.2rem;
    height: 6.2rem;
    background-size: cover;
  }
  .contentBlock4 .marqueeWarp .swiper-slide .review-item .bubble {
    font-size: clamp(1.8rem, 0.93vw, 1.8rem);
    padding: 2rem 3rem;
  }
  .contentBlock4 .marqueeWarp .marquee-right,
  .contentBlock4 .marqueeWarp .marquee-third {
    margin-top: 2.2rem;
    display: block;
  }
  .contentBlock5 .textBox p {
    font-size: clamp(3.2rem, 1.7708vw, 3.4rem);
  }
  .contentBlock5 .textBox span.pc {
    display: none;
  }
  .contentBlock5 .textBox span.mobile {
    display: block;
    color: #fff;
    font-size: clamp(2rem, 1.25vw, 2.4rem);
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.072rem;
    text-align: center;
  }
}
@media screen and (max-width: 430px) {
  .videoBanner .videoWarp {
    aspect-ratio: 44/60;
  }
  .videoBanner .swiper-slide span {
    font-size: 1.6rem;
  }
  .videoBanner h2.mobile {
    font-size: 2.8rem;
    margin-top: 1.6rem;
  }
  .videoBanner .serviceAllBtn {
    padding: 1.2rem 2rem;
    font-size: 1.6rem;
    margin-top: 2.8rem;
  }
  .contentBlock2 .block .textWrap .mainTitle {
    font-size: 3rem;
  }
  .contentBlock2 .block .textWrap .subTitle {
    font-size: 1.6rem;
  }
  .contentSection .bgText {
    font-size: 6rem;
  }
}
@media screen and (max-width: 420px) {
  .contentBlock1 .contentBlock .box {
    aspect-ratio: 1/1.1;
  }
}
@media screen and (max-width: 396px) {
  .contentBlock1 .contentBlock .box {
    aspect-ratio: 28.5/30;
  }
  .contentBlock1 .contentBlock .box.box1 {
    background-image: url("/assets/new1.png");
    background-size: 14rem 14rem;
    background-position: 100% 100%;
    background-repeat: no-repeat;
  }
  .contentBlock1 .contentBlock .box.box2 {
    background-image: url("/assets/new2.png");
    background-size: 14rem 14rem;
    background-position: 100% 100%;
    background-repeat: no-repeat;
  }
  .contentBlock1 .contentBlock .box.box3 {
    background-image: url("/assets/new3.png");
    background-size: 14rem 14rem;
    background-position: 100% 100%;
    background-repeat: no-repeat;
  }
  .contentBlock1 .contentBlock .box.box4 {
    background-image: url("/assets/new4.png");
    background-size: 14rem 14rem;
    background-position: 100% 100%;
    background-repeat: no-repeat;
  }
  .contentBlock2 .block .textWrap .point {
    align-items: center;
  }
  .contentBlock2 .block .textWrap li {
    flex-direction: column;
    gap: 4px;
  }
  .contentBlock2 .block .textWrap .pointInfo::before {
    display: none;
  }
  .contentBlock5 .textBox {
    aspect-ratio: 44/50;
  }
  .contentBlock5 .textBox p.moblie {
    font-size: 2rem;
  }
  .contentBlock5 .textBox span.mobile {
    font-size: 1.4rem;
  }
  .contentBlock5 .textBox span.goStart {
    padding: 1.2rem 2rem;
    font-size: 1.6rem;
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 340px) {
  .contentSection .bgText {
    font-size: 6rem;
  }
  .contentSection h3.mobile {
    font-size: 2.4rem;
  }
  .contentBlock1 .contentBlock .box {
    aspect-ratio: 28.5/40;
  }
  .contentBlock2 .block .textWrap .subTitle {
    font-size: 1.2rem;
  }
  .contentSectionMobile h3.mobile {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 280px) {
  .contentBlock2 .block .textWrap .mainTitle {
    font-size: 2.4rem;
  }
  .contentBlock2 .block .textWrap .subTitle {
    font-size: 1rem;
  }
}