/*
(주)파이브센스_FIVESENSES.Corp.
파이브프로_FIVEPro_웹솔루션.
본 라이브러리(소스코드 및 디자인 포함)는 (주)파이브센스의 자산이며, 저작권법 및 부정경쟁방지법에 의해 보호됩니다.
무단 사용, 외부 유출, 복제, 배포, 변형을 금지합니다.
위반 시 민·형사상 법적 책임 및 손해배상 청구 대상이 됩니다.
작성일: 2025-03-18 | 저작권자: (주)파이브센스(520-86-01244) | All Rights Reserved.
*/

/* 위젯 기본 스타일 */
.widget-wrap.on.hover .main_B2_1 .widget_froala .fr-element {
  background-color: white;
}

.main_B2_1 .container_fix {
  display: flex;
  flex-wrap: wrap;
  max-width: 1510px;
}

.main_B2_1 .main_B2_1_title {
  width: 100%;
  text-align: center;
}

.main_B2_1 .main_B2_1_title .widget_froala.title {
  font-weight: 800;
  font-size: 64px;
  line-height: 94px;
  color: #59433b;
  display: block;
  text-align: center;
  margin-bottom:12px;
}

.main_B2_1 .main_B2_1_title .widget_froala.subtitle {
    font-size: 20px;
    line-height: 32px;
    color:#7a6050;
}

.main_B2_1 .main_B2_1_box {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 73px;
}

.main_B2_1 .main_B2_1_container_box {
  width: 100%;
}

.main_B2_1 .swiper-slide {
    flex-direction:column;
    justify-content: center;
    align-items: center;
    display:flex;
    gap:40px;
}

.main_B2_1 .main_B2_1_main_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.main_B2_1 .main_B2_1_imagebox {
  overflow: hidden;
  max-width: 1400px;
  height: 100%;
}

.main_B2_1 .main_B2_1_imagebox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main_B2_1 .year {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    line-height: 65px;
    color:#c30b09;
}

.main_B2_1 .swiper-btn {
    position: absolute;
    top:30px;
    left:50%;
    width: 220px;
    transform: translateX(-50%);
    z-index: 3;
}

.main_B2_1 .swiper-button-prev {
    left:0;
}

.main_B2_1 .swiper-button-next {
    right:0;
}

.main_B2_1 .swiper-button-prev, .main_B2_1 .swiper-button-next {
    width: 50px;
    height: 50px;
}

.main_B2_1 .swiper-button-prev img, .main_B2_1 .swiper-button-next img {
    width: auto;
    height: auto;
    object-fit: contain;
}

.main_B2_1 .swiper-button-prev::after, .main_B2_1 .swiper-button-next::after {
    display:none;
}

.main_B2_1 .title_cont {
  display: flex;
  width: 100%;
  gap: 89px;
  margin-top: 51px;
  max-width: 1200px;
}

.main_B2_1 .main_B2_1_titlebox {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 310px;
}

.main_B2_1 .main_B2_1_titlebox h2.widget_froala {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  position: relative;
  width: 100%;
}

.main_B2_1 .main_B2_1_titlebox .widget_froala.text {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #5d5d5d;
  display: block;
}

/* 모바일 스타일 */
@media (max-width: 991px) {
  .main_B2_1 .main_B2_1_title {
    text-align: left;
  }

  .main_B2_1 .main_B2_1_title .widget_froala.title {
    font-size: 31.5px;
    display: block;
    line-height: 40px;
    text-align: left;
    margin-bottom: 15px;
  }

  .main_B2_1 .main_B2_1_title .widget_froala.subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .main_B2_1 .main_B2_1_box {
    margin-top: 20px;
    gap: 40px;
  }

  .main_B2_1 .main_B2_1_main_box {
    gap: 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .main_B2_1 .swiper-slide {
    gap:16px;
    align-items: start;
  }

  .main_B2_1 .year {
    font-size: 29px;
    line-height: 52.5px;
    padding:0 45px;
    text-align: left;
  }

  .main_B2_1 .main_B2_1_imagebox {
    max-width: 100%;
  }

  .main_B2_1 .main_B2_1_imagebox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 11.5px;
    aspect-ratio: 385 / 338;
  }

  .main_B2_1 .swiper-btn {
    transform: unset;
    left:0;
    top:32px;
    width: 165px;
  }

  .main_B2_1 .swiper-button-prev, .main_B2_1 .swiper-button-next {
    width: 30px;
    height: 30px;
  }

  .main_B2_1 .swiper-button-prev img, .main_B2_1 .swiper-button-next img {
    width: 21px;
    height: auto;
    object-fit: contain;
  }

  .main_B2_1 .title_cont {
    display: flex;
    flex-direction: column;
    gap: 37px;
    max-width: 100%;
    margin-top: 0;
  }

  .main_B2_1 .main_B2_1_titlebox {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 100%;
  }

  .main_B2_1 .main_B2_1_titlebox h2.widget_froala {
    font-size: 20px;
    line-height: 22px;
  }

  .main_B2_1 .main_B2_1_titlebox .widget_froala.text {
    font-size: 15px;
    line-height: 24.5px;
  }
}


