/* index.php CSS 파일 */

/* main-banner ============================================= */
.main-banner {
  padding: 280px 0 160px;
  color: #fff;
  text-align: center;
}

.main-banner__container {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}

.main-banner__title-wrap {
  /* margin-bottom: 100px; */
  text-align: left;
}

.main-banner__subtitle {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
}

.main-banner__title {
  font-size: 57px;
  font-weight: 600;
  line-height: 1.2;
}

/* sc1 ============================================= */
.sc1__section-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.sc1__slider-controls {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 13px;
  width: fit-content;
}

.sc1__slide-inner {
  overflow: hidden;
}

.sc1__card-item {
  position: relative;
  display: flex !important;
  flex-direction: column;
  gap: 40px;
  justify-content: space-between;
  min-height: 520px;
  height: auto;
  padding: 60px 45px;
  color: #fff;
  border-radius: 25px;
}

.sc1__card-item::before {
  content: "";
  position: absolute;
  top: 75px;
  right: 45px;
  width: 88%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

.sc1__card-index {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.1px;
}

.sc1__card-text-wrap {
  /* margin-top: 150px; */
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.sc1__card-title {
  /* margin-bottom: 22px; */
  font-size: 37px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sc1__card-desc-wrap {
  font-size: 20px;
  color: #bfbfbf;
  line-height: 1.5;
  letter-spacing: -0.8px;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sc1__card-item[data-card-index="1"] {
  background: url(../img/index/sc1_img1.webp) no-repeat center center/cover;
}

.sc1__card-item[data-card-index="2"] {
  background: url(../img/index/sc1_img2.webp) no-repeat center center/cover;
}

.sc1__card-item[data-card-index="3"] {
  background: url(../img/index/sc1_img3.webp) no-repeat center center/cover;
}

.sc1__card-item[data-card-index="4"] {
  background: url(../img/index/sc1_img4.webp) no-repeat center center/cover;
}

.sc1__card-item[data-card-index="5"] {
  background: url(../img/index/sc1_img5.webp) no-repeat center center/cover;
}

.sc1 .swiper {
  max-width: 1200px;
  overflow: visible;
}

.sc1 .swiper-slide,
.sc1 .swiper-slide {
  transition: all 300ms;
  /* transform: scale(0.8); */
}

.sc1 .swiper-backface-hidden .swiper-slide-prev {
  transform: scale(0.8) translateX(130px);
}

.sc1 .swiper-backface-hidden .swiper-slide-next {
  transform: scale(0.8) translateX(-130px);
}

.sc1 .swiper-pagination-fraction,
.sc1 .swiper-pagination-custom,
.sc1 .swiper-horizontal > .swiper-pagination-bullets,
.sc1 .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}

.sc1 .swiper-button-next::after,
.sc1 .swiper-button-prev::after {
  content: "";
}

.sc1 .swiper-button-next,
.sc1 .swiper-button-prev {
  position: static;
  width: 32px;
  height: 32px;
  margin-top: 0;
}

.sc1 .swiper-button-next {
  background: url(../img/icon/arrow_next.png) no-repeat center center/cover;
}

.sc1 .swiper-button-prev {
  background: url(../img/icon/arrow_prev.png) no-repeat center center/cover;
}

.sc1 .swiper-pagination {
  position: static;
  color: #878787;
}

.sc1 .swiper-pagination-current {
  margin-right: -3px;
  font-size: 22px;
  color: #111;
}

.sc1 .swiper-pagination-total {
  margin-left: -3px;
}

/* sc2 ============================================= */
.sc2 {
  /* background: url(../img/sc2_img1.webp); */
  padding: 100px 0;
  /* background-color: var(--background-white); */
  /* background-color: #edf2f9; */
}

.sc2 .section-header {
  text-align: center;
  margin-bottom: 60px;
}

.sc2 .section-header__title {
  /* font-size: 45px; */
  color: var(--background-black);
  margin-bottom: 0;
}

.sc2 .section-header__subtitle {
  margin-bottom: 18px;
  font-size: 24px;
  color: var(--background-black);
}

.sc2__content-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* grid-template-rows: repeat(8, 1fr); */
  gap: 20px;
}

.sc2__content-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
  /* background-color: #24232b; */
  /* background-color: #fff; */
  background-color: #edf2f9;
  border-radius: 10px;
}

.sc2__card-desc-wrap {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sc2__item-index {
  display: block;
  font-size: 28px;
  font-weight: 600;
  color: var(--primary-color);
}

.sc2__card-title {
  display: block;
  margin-bottom: 10px;
  font-size: 23px;
  letter-spacing: -0.8px;
  /* color: #fff; */
  line-height: 1.3;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sc2__card-desc-wrap {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  /* color: var(--background-black); */
}

/* sc3 ============================================= */
.sc3 {
  background-color: var(--background-white);
}

.sc3__card-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.sc3__card-item-link {
  display: flex;
  align-items: center;
  gap: 120px;
  height: 100%;
  /* background-color: var(--background-white); */
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 40px;
}

.sc3__card-title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.sc3__card-title-wrap img {
  width: 20px;
}

.sc3__card-title {
  font-size: 22px;
  font-weight: 700;
}

.sc3__card-desc-wrap {
  font-size: 18px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sc3__img-wrap {
  flex-shrink: 0;
  width: 100px;
}

.sc3__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* sc4 ============================================= */
.sc4 {
  /* background-color: #16151b; */
  /* background-color: var(--background-white); */
}

.sc4 .section-header__title,
.sc4 .section-header__subtitle {
  /* color: #fff; */
}

.sc4 .section-header__title {
  font-weight: 600;
}

.sc4__card-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.sc4__card-item {
  /* flex: 1 0 0; */
}

.sc4__card-link {
  height: 100%;
  padding: 35px 25px;
  border-radius: 10px;
  /* background-color: #24232b; */
  background-color: var(--background-white);
  /* color: #fff; */
  text-align: center;
  font-weight: 500;
}

.sc4__img-wrap {
  width: 135px;
  margin: 0 auto 20px auto;
}

.sc4__bojong-name {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sc4__bojong-desc-wrap {
  font-size: 16px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* sc5 ============================================= */
.sc5 {
  /* background-color: var(--background-black); */
}

.sc5 .section-header {
  /* color: #fff; */
}

.sc5 .section-header__title {
  font-weight: 600;
}

.sc5 .section-header__subtitle {
  font-size: 22px;
}

.sc5__product-container {
}

.sc5__product-item {
  margin-bottom: 30px;
  padding: 50px;
  border: 1px solid #ccc;
  border-radius: 30px;
}

.sc5__product-item:last-child {
  margin-bottom: 0;
}

.sc5__product-header {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}

.sc5__product-header img {
  width: 65px;
}

.sc5__company-name-wrap {
  /* display: flex;
  justify-content: space-between; */
}

.sc5__comopany-name,
.sc5__company-tel {
  display: block;
}

.sc5__comopany-name {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
}

.sc5__company-tel {
  font-size: 18px;
  color: #474747;
}

.sc5__product-content-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.sc5__product-content-item {
  display: flex;
  gap: 15px;
}

.sc5__product-content-item img {
  width: 20px;
}

.sc5__product-desc-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.sc5__product-desc {
  /* margin-bottom: 4px; */
  font-size: 20px;
}

.sc5__product-gray-desc {
  color: #878787;
  /* padding-left: 35px; */
}

/* qna ============================================= */
.qna {
  background-color: var(--background-white);
}

.qna .section-header {
  margin-bottom: 25px;
}

.qna__tab-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
}

.qna__btn-tab {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  color: #878787;
  letter-spacing: -0.5px;
  border: 1px solid var(--gray-text);
  border-radius: 50px;
  background-color: #fff;
}

.qna__btn-tab.active {
  color: #fff;
  background-color: var(--background-black);
  border-color: var(--background-black);
}

.qna__tab-panel-wrap {
  display: none;
  gap: 25px;
}

.qna__tab-panel-wrap.active {
  display: flex;
}

.qna__tab-panel-item {
  flex: 1 1 0;
  background-color: #fff;
  border-radius: 20px;
  padding: 35px 30px;
}

.qna__question,
.qna__answer {
  line-height: 1.3;
  word-break: normal;
  display: -webkit-box;
}

.qna__question {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: -1px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.qna__answer {
  font-size: 18px;
  letter-spacing: -0.5px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* sc6 ============================================= */
.sc6 {
  /* background-color: var(--background-black); */
}

.sc6 .section-header {
  text-align: center;
}

.sc6 .section-header__title,
.sc6 .section-header__subtitle {
  /* color: #fff; */
}

.sc6 .section-header__title {
  font-weight: 600;
}

.sc6 iframe {
  /* width: auto;
  height: auto;
  aspect-ratio: 16 / 9; */
  width: 100%;
}

.sc6__youtube-wrap {
  position: relative;
  max-width: 600px;
  margin: auto;
}

.sc6__youtube-title {
  display: block;
  font-size: 18px;
  margin-top: 15px;
  font-weight: 500;
  /* color: #fff; */
  text-align: center;
}

.sc6__youtube-item {
  text-align: center;
}

.sc6__video-wrap video {
  max-width: 350px;
  margin: 0 auto;
}

.sc6__btn-link-wrap {
  margin-top: 30px;
  text-align: center;
}

.sc6__btn-link {
  font-size: 22px;
  background-color: var(--primary-color);
  color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
}

/* sc7 ============================================= */
.sc7__news-container {
  display: flex;
}

.sc7__news-title {
  font-weight: 600;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sc7__news-desc-wrap {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.sc7__news-desc-wrap * {
  display: inline;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.sc7__img-wrap {
  /* aspect-ratio: 16 / 10; */
  overflow: hidden;
  border-radius: 20px;
  min-width: 200px;
  height: 125px;
}

.sc7__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sc7__left-wrap {
  flex-basis: 35%;
  padding-right: 40px;
  border-right: 1px solid #ccc;
}

.sc7__left-news-item .sc7__img-wrap {
  margin-bottom: 20px;
  height: 200px;
}

.sc7__left-news-item .sc7__news-title {
  font-size: 27px;
  margin-bottom: 15px;
}

.sc7__left-news-item .sc7__news-desc {
  font-size: 18px;
}

.sc7__right-wrap {
  flex-basis: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding-left: 40px;
}

.sc7__right-news-item {
  display: flex;
  gap: 40px;
}

.sc7__right-news-item .sc7__news-title {
  font-size: 20px;
  /* line-height: 1.3; */
  margin-bottom: 8px;
}

.sc7__right-news-item .sc7__news-desc {
  font-size: 16px;
}

/* sc8 ============================================= */
.sc8 {
  text-align: center;
}

.sc8__social-media-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.sc8__social-media-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 75px;
}

.sc8__social-media-link img {
  width: 40px;
}

.sc8__social-media-link.youtube img {
  width: 43px;
}

.sc8__social-media-link.naver-blog img {
  width: 43px;
}

.sc8__social-media-link.tiktok img {
  width: 36px;
}
