:root {
  --RWDWidth: 1024px;
}

#block1,
#block2,
#block3,
#block4,
#block5,
#block6,
#block7,
#block8,
#block9 {
  scroll-margin-top: 90px;
}

.sideMenu {
  flex-shrink: 0;
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 1024px) {
  .sideMenu {
    display: none;
  }
}
.sideMenu .title {
  font-size: var(--clamp36);
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
}
.sideMenu ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sideMenu a {
  font-size: var(--clamp20);
}
.sideMenu a:hover {
  color: #1B4A2D;
  font-weight: bold;
}

.brochuresPage section .container .contentBox {
  display: flex;
  align-items: flex-start;
  gap: 70px;
  padding-left: 5%;
}
@media screen and (max-width: 1024px) {
  .brochuresPage section .container .contentBox {
    padding-left: 0;
  }
}
.brochuresPage section .container .sideMenu {
  width: 200px;
}
.brochuresPage section .container .listBox {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.brochuresPage section .container .listBox > .item {
  position: relative;
  display: flex;
  gap: 50px;
  padding-right: 50px;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .brochuresPage section .container .listBox > .item {
    padding-left: 50px;
  }
}
.brochuresPage section .container .listBox > .item > .pic {
  max-width: 220px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .brochuresPage section .container .listBox > .item > .pic {
    display: none;
  }
}
.brochuresPage section .container .listBox > .item > .pic img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.brochuresPage section .container .listBox > .item .content {
  flex-grow: 1;
  align-self: center;
  padding: 20px 0;
}
.brochuresPage section .container .listBox > .item .content > .title {
  font-weight: 700;
  font-size: var(--clamp24);
  line-height: 1;
  margin-bottom: 20px;
}
.brochuresPage section .container .listBox > .item span {
  top: 0;
  position: absolute;
}
.brochuresPage section .container .listBox .swiperBox {
  position: relative;
}
.brochuresPage section .container .listBox .swiperBox .swiperArrow {
  width: 25px;
  height: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
}
.brochuresPage section .container .listBox .swiperBox .swiperArrow:hover::before {
  background: #FFCC00;
}
.brochuresPage section .container .listBox .swiperBox .swiperArrow::before {
  content: "";
  width: 25px;
  height: 25px;
  aspect-ratio: 1;
  display: block;
  -webkit-mask: url("../images/icon/icon_page_arrow.svg") center no-repeat;
          mask: url("../images/icon/icon_page_arrow.svg") center no-repeat;
  background: #1B4A2D;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1400px) {
  .brochuresPage section .container .listBox .swiperBox .swiperArrow::before {
    width: 50px;
  }
}
.brochuresPage section .container .listBox .swiperBox .swiperArrow.swiperPrev {
  right: calc(100% + 10px);
}
.brochuresPage section .container .listBox .swiperBox .swiperArrow.swiperNext {
  left: calc(100% + 10px);
  transform: scaleX(-1) translateY(-50%);
}
.brochuresPage section .container .listBox .swiper .swiper-slide {
  max-width: 142px;
}
.brochuresPage section .container .listBox .swiper .swiper-slide:hover .top {
  opacity: 1;
}
.brochuresPage section .container .listBox .swiper .picBox {
  position: relative;
  isolation: isolate;
}
.brochuresPage section .container .listBox .swiper .top {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #617877;
  color: #FFCC00;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  opacity: 0;
  transition: all 0.3s ease;
}
.brochuresPage section .container .listBox .swiper .top::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  -webkit-mask: url("../images/icon/icon_download.svg") center no-repeat;
          mask: url("../images/icon/icon_download.svg") center no-repeat;
  background: #FFCC00;
}
.brochuresPage section .container .listBox .swiper .pic {
  aspect-ratio: 1;
  border: 1px solid #CCCCCC;
  background: linear-gradient(to top, #cccccc 30%, white 100%);
  margin-bottom: 15px;
  position: relative;
}
.brochuresPage section .container .listBox .swiper .title {
  text-align: center;
  font-size: var(--clamp18);
  color: #000;
  line-height: 1;
}/*# sourceMappingURL=brochures.css.map */