@charset "UTF-8";

.resources-summation {
  padding-top: 49px;
  text-align: center;
}

h2.section-title {
  color:#000;
  width: 100%;
  font-size:44px;
  font-weight: 600;
  line-height: 128%;
  text-align: center;
}

.resources-summation .youtube-area {
  max-width:1200px;
  width:100%;
  margin:40px auto 0;
}

.resources-summation .youtube-area .video {
  overflow:hidden;
  position: relative;  
  padding-top:64%;
  border-radius: 24px;
  background-color: #000;
}

.resources-summation .youtube-area iframe {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
}

/* Guide Section */
.resources-guide {
  margin-top:160px;
}

.resources-guide .section-title {
  margin-bottom: 60px;
}

.guide-slider-wrap {
  position: relative;
  padding: 0 60px;
}

.guide-slider {
  overflow: hidden;
}

.guide-slider .swiper-slide a {
  display: block;
  text-decoration: none;
}

.guide-thumb {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.guide-thumb img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.guide-slider .swiper-slide a:hover .guide-thumb img {
  transform: scale(1.03);
}

.guide-title {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 128%;
  margin-top: 24px;
}

.guide-desc {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin-top: 16px;
}

/* Swiper Navigation */
.guide-slider-wrap .swiper-button-prev,
.guide-slider-wrap .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #F0F0F0;
  transition: background-color 0.3s ease;
  z-index: 10;
}

.guide-slider-wrap .swiper-button-prev {
  left: 0;
}

.guide-slider-wrap .swiper-button-next {
  right: 0;
}

.guide-slider-wrap .swiper-button-prev:hover,
.guide-slider-wrap .swiper-button-next:hover {
  background-color: #E0E0E0;
}

.guide-slider-wrap .swiper-button-prev::after,
.guide-slider-wrap .swiper-button-next::after {
  font-size: 18px;
  font-weight: 700;
  color: #666;
}

.resources-download {
  padding:160px 0; 
}

.resources-download .download-list {
  display:flex;
  justify-content: space-between; 
  gap:40px;
  margin-top:60px;
}

.resources-download .download-list li {
  max-width:375px;
}

.resources-download .download-list li img {
  overflow: hidden;
  border-radius: 16px;
}

.resources-download .download-list li .download-name {
  position: relative;
  font-size:24px;
  font-weight: 500;
  line-height: 128%;
  margin-top:40px;  
  padding-left:45px;
  
}

.resources-download .download-list li .download-name::before {
  content:'';
  display:block;
  position:absolute;
  left:0;
  top:-5px;
  width:40px;
  height:40px;
  background:url('../images/resources/icon_pdf.svg') left top / 40px auto no-repeat;
}

/* Responsive */
@media (max-width: 1000px) {
  .resources-summation {
    padding-top: 0;
  }

  h2.section-title {
    font-size: 24px;
  }

  .resources-summation .youtube-area {
    margin-top: 24px;
  }

  .resources-summation .youtube-area .video {
    border-radius: 12px;
  }

  .guide-list-wrap {
    width: 100%;
    padding:0 24px;
  }
  .guide-list-mo li {
    margin-top:24px;
  }
  .guide-list-mo li:first-child {
    margin-top:0;
  }

  .resources-guide {
    margin-top:40px;
  }

  .resources-guide .section-title {
    margin-bottom: 24px;
  }

  .guide-thumb {
    border-radius: 12px;
  }

  .guide-title {
    font-size: 20px;
    margin-top: 20px;
  }

  .guide-desc {
    font-size: 16px;
    margin-top:8px;
  }

  .resources-download {
    padding:80px 0 40px;
  }

  .resources-download .download-list {
    flex-direction: column;
    margin-top:24px;
    gap:30px;
    padding:0 24px;
  }

  .resources-download .download-list li {
    max-width: 100%;
  }
  .resources-download .download-list li .download-name {
    font-size: 20px;
    line-height: 140%;
    margin-top:24px;
  }
}
