/*! Writen  by SCSS */
.modelhouse_content {
  padding-top: 70px; }
  @media screen and (max-width: 480px) {
    .modelhouse_content {
      padding-top: 40px; } }

.sec01 {
  position: relative;
  z-index: 2; }

.bg_slide {
  mask: linear-gradient(0deg, white 0%, white 80%, rgba(255, 255, 255, 0) 100%) alpha;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0.3; }
  @media screen and (max-width: 480px) {
    .bg_slide .slide_image {
      aspect-ratio: 1 / 1; } }
  .bg_slide .slide_image img {
    width: 100%; }
    @media screen and (max-width: 480px) {
      .bg_slide .slide_image img {
        display: block;
        height: 100%;
        object-fit: cover;
        object-position: center; } }

.model_slide_outer {
  position: relative; }

.slide_main {
  position: relative;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .slide_main {
      margin-bottom: 20px; } }
  @media screen and (max-width: 480px) {
    .slide_main {
      margin-bottom: 15px; } }
  .slide_main .swiper-slide {
    width: 68.75%;
    margin-left: 1.56%;
    margin-right: 1.56%;
    transition: transform 0.3s ease-in-out;
    transform: scale(0.81); }
    @media screen and (max-width: 768px) {
      .slide_main .swiper-slide {
        width: 86%;
        margin-left: 0;
        margin-right: 0;
        transform: scale(0.9); } }
    @media screen and (max-width: 480px) {
      .slide_main .swiper-slide {
        width: 100%; } }
    .slide_main .swiper-slide.swiper-slide-active {
      transform: scale(1); }
    .slide_main .swiper-slide .slide_image {
      position: relative; }
      .slide_main .swiper-slide .slide_image .t_cap {
        font-size: 20px;
        letter-spacing: 0.1em;
        padding: 0.5em;
        right: 0;
        bottom: 0; }
        @media screen and (max-width: 480px) {
          .slide_main .swiper-slide .slide_image .t_cap {
            font-size: 14px; } }
    .slide_main .swiper-slide img {
      width: 100%; }

.swiper-button-next,
.swiper-button-prev {
  max-width: 70px;
  width: 4.38%;
  transition: opacity 0.3s ease-in-out;
  height: auto;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  line-height: 0; }
  @media (hover: hover) {
    .swiper-button-next:hover,
    .swiper-button-prev:hover {
      opacity: 0.7; } }
  @media screen and (max-width: 480px) {
    .swiper-button-next,
    .swiper-button-prev {
      width: 30px; } }
  .swiper-button-next:focus,
  .swiper-button-prev:focus {
    outline: none; }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    content: none; }

.swiper-button-next {
  right: 15.63%; }
  @media screen and (max-width: 768px) {
    .swiper-button-next {
      right: 7%; } }
  @media screen and (max-width: 480px) {
    .swiper-button-next {
      right: 0; } }

.swiper-button-prev {
  left: 15.63%; }
  @media screen and (max-width: 768px) {
    .swiper-button-prev {
      left: 7%; } }
  @media screen and (max-width: 480px) {
    .swiper-button-prev {
      left: 0; } }

.thum_slide {
  max-width: 980px;
  padding-bottom: 60px; }
  @media screen and (max-width: 480px) {
    .thum_slide {
      padding-bottom: 30px; } }
  .thum_slide .swiper-wrapper {
    width: 100%; }
    @media screen and (max-width: 480px) {
      .thum_slide .swiper-wrapper {
        gap: 10px 2.5%; } }
  .thum_slide .swiper-slide {
    cursor: pointer;
    position: relative;
    line-height: 0; }
    @media screen and (max-width: 480px) {
      .thum_slide .swiper-slide {
        width: 23.125% !important; } }
    .thum_slide .swiper-slide::before {
      content: "";
      display: block;
      position: absolute;
      inset: 0;
      z-index: 2;
      background: rgba(0, 0, 0, 0.7);
      transition: opacity 0.3s ease-in-out; }
    @media (hover: hover) {
      .thum_slide .swiper-slide:hover::before {
        opacity: 0; } }
    .thum_slide .swiper-slide.swiper-slide-thumb-active::before {
      opacity: 0; }

/*# sourceMappingURL=modelhouse.css.map */
