/* line 1, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 5, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 9, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 13, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 17, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 21, ../sass/all/base.scss */
.ltr {
  direction: ltr;
}

/* line 25, ../sass/all/base.scss */
.rtl {
  direction: rtl;
}

/* line 29, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 37, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 45, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 49, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 53, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 58, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 62, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 66, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 70, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 74, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 78, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 82, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 86, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 90, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 1, ../sass/index/i-top.scss */
.i-top {
  position: relative;
}
/* line 5, ../sass/index/i-top.scss */
.i-top .section-title {
  font-size: 3.2vw !important;
}

/* line 10, ../sass/index/i-top.scss */
.i-top-wr {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
}

/* line 16, ../sass/index/i-top.scss */
.i-top-text {
  width: 50%;
  position: relative;
  padding: 4vw;
  padding-top: 130px;
}

/* line 23, ../sass/index/i-top.scss */
.i-top-photo {
  position: relative;
  width: 50%;
  background-color: var(--color-active);
}
/* line 28, ../sass/index/i-top.scss */
.i-top-photo .swiper {
  height: 100%;
  max-height: 100vh;
  position: sticky;
  top: 0;
}
/* line 35, ../sass/index/i-top.scss */
.i-top-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* line 41, ../sass/index/i-top.scss */
.i-top-photo img.contain {
  object-fit: contain !important;
  object-position: 50% 29% !important;
}
/* line 47, ../sass/index/i-top.scss */
.i-top-photo .text {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 4vw;
  z-index: 2;
}
/* line 56, ../sass/index/i-top.scss */
.i-top-photo .text h1, .i-top-photo .text h2, .i-top-photo .text h3, .i-top-photo .text h4, .i-top-photo .text h5, .i-top-photo .text h6, .i-top-photo .text p, .i-top-photo .text span {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: .3s ease-out;
  transition-delay: 0s;
  max-width: 80%;
}
/* line 65, ../sass/index/i-top.scss */
.i-top-photo .text:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background: #fcebf3;
  background: -moz-linear-gradient(0deg, #fcebf3 0%, rgba(252, 235, 243, 0.8575805322) 56%, rgba(252, 235, 243, 0) 100%);
  background: -webkit-linear-gradient(0deg, #fcebf3 0%, rgba(252, 235, 243, 0.8575805322) 56%, rgba(252, 235, 243, 0) 100%);
  background: linear-gradient(0deg, #fcebf3 0%, rgba(252, 235, 243, 0.8575805322) 56%, rgba(252, 235, 243, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcebf3",endColorstr="#fcebf3",GradientType=1);
}
/* line 84, ../sass/index/i-top.scss */
.i-top-photo .swiper-slide-active .text h1, .i-top-photo .swiper-slide-active .text h2, .i-top-photo .swiper-slide-active .text h3, .i-top-photo .swiper-slide-active .text h4, .i-top-photo .swiper-slide-active .text h5, .i-top-photo .swiper-slide-active .text h6, .i-top-photo .swiper-slide-active .text p, .i-top-photo .swiper-slide-active .text span {
  opacity: 1;
  transition-delay: 0.3s;
}

/* line 93, ../sass/index/i-top.scss */
.i-photo-btn {
  position: absolute;
  position: fixed;
  left: 40px;
  bottom: 90px;
  width: 80px;
  height: 80px;
  background-color: var(--color-active);
  color: #000;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  transition: .3s ease-in-out;
  cursor: pointer;
  outline: none;
  box-shadow: 0px 0px 4px -1px #000;
}
/* line 112, ../sass/index/i-top.scss */
.i-photo-btn svg {
  width: 30px;
  height: 30px;
}
@media (hover: hover) {
  /* line 118, ../sass/index/i-top.scss */
  .i-photo-btn:hover {
    background-color: #000;
    color: #fff;
  }
}

/* line 125, ../sass/index/i-top.scss */
.i-photo-btn-road {
  position: absolute;
  top: -23px;
  left: 0;
  width: 100px;
  left: -20px;
  height: 36px;
  background-color: var(--color-active2);
  color: #fff;
  border-radius: 15px;
  overflow: hidden;
  direction: ltr;
}
/* line 138, ../sass/index/i-top.scss */
.i-photo-btn-road span {
  direction: rtl;
  line-height: 36px;
  font-size: 18px;
}

/* line 145, ../sass/index/i-top.scss */
.i-top-text-wr {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid var(--color-active);
  display: flex;
  flex-wrap: wrap;
}
/* line 153, ../sass/index/i-top.scss */
.i-top-text-wr .circle-wr {
  position: relative;
  display: flex;
  width: 260px;
  border-left: 2px solid var(--color-active);
}
/* line 160, ../sass/index/i-top.scss */
.i-top-text-wr .circle-wr .circle-box {
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
/* line 167, ../sass/index/i-top.scss */
.i-top-text-wr .circle-wr .circle-box:nth-child(2) {
  margin-right: -30px;
  z-index: 2;
}
/* line 172, ../sass/index/i-top.scss */
.i-top-text-wr .circle-wr .circle-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* line 182, ../sass/index/i-top.scss */
.i-top-text-right {
  width: calc(100% - 260px);
  padding-right: 30px;
}
/* line 186, ../sass/index/i-top.scss */
.i-top-text-right .title {
  font-size: 25px;
  font-weight: 700;
  display: block;
}

/* line 193, ../sass/index/i-top.scss */
.i-top-text-right-btn {
  margin-top: 15px;
}

/* line 197, ../sass/index/i-top.scss */
.i-top-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5vh 0 2vh;
}
/* line 204, ../sass/index/i-top.scss */
.i-top-list .line {
  width: 2px;
  height: 40px;
  background-color: var(--color-active);
  margin: 0 5px;
}

/* line 212, ../sass/index/i-top.scss */
.i-top-list-box {
  width: 22%;
  width: auto;
}
/* line 216, ../sass/index/i-top.scss */
.i-top-list-box b {
  font-size: 50px;
  font-weight: 700;
  display: block;
  margin-bottom: 0px;
}
/* line 223, ../sass/index/i-top.scss */
.i-top-list-box span {
  font-size: 18px;
  display: block;
}

/* line 229, ../sass/index/i-top.scss */
.i-top-desc {
  font-size: 20px;
}

/* line 233, ../sass/index/i-top.scss */
.fancybox__toolbar {
  direction: rtl !important;
}

/* line 237, ../sass/index/i-top.scss */
.fancybox__infobar {
  display: flex !important;
}

@media only screen and (min-width: 1401px) and (max-width: 1660px) {
  /* line 244, ../sass/index/i-top.scss */
  .i-top-text-right {
    width: calc(100% - 230px);
  }
  /* line 247, ../sass/index/i-top.scss */
  .i-top-text-right .title {
    font-size: 20px;
  }

  /* line 254, ../sass/index/i-top.scss */
  .i-top-text-wr .circle-wr {
    width: 230px;
  }
  /* line 257, ../sass/index/i-top.scss */
  .i-top-text-wr .circle-wr .circle-box {
    width: 115px;
    height: 115px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1400px) {
  /* line 267, ../sass/index/i-top.scss */
  .i-top-text-right {
    width: calc(100% - 160px);
  }
  /* line 270, ../sass/index/i-top.scss */
  .i-top-text-right .title {
    font-size: 20px;
  }

  /* line 275, ../sass/index/i-top.scss */
  .i-top-text {
    padding-top: 110px;
  }

  /* line 279, ../sass/index/i-top.scss */
  .i-top-text-wr {
    margin-top: 3vh;
    padding-top: 3vh;
  }
  /* line 283, ../sass/index/i-top.scss */
  .i-top-text-wr .circle-wr {
    width: 160px;
  }
  /* line 286, ../sass/index/i-top.scss */
  .i-top-text-wr .circle-wr .circle-box {
    width: 90px;
    height: 90px;
  }

  /* line 295, ../sass/index/i-top.scss */
  .i-top-list-box b {
    font-size: 44px;
  }

  /* line 300, ../sass/index/i-top.scss */
  .i-top-desc {
    font-size: 18px;
  }

  /* line 304, ../sass/index/i-top.scss */
  .i-photo-btn {
    width: 60px;
    height: 60px;
  }

  /* line 309, ../sass/index/i-top.scss */
  .i-photo-btn-road {
    width: 80px;
    left: -20px;
    height: 28px;
    border-radius: 14px;
    top: -22px;
  }
  /* line 316, ../sass/index/i-top.scss */
  .i-photo-btn-road span {
    line-height: 28px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 326, ../sass/index/i-top.scss */
  .i-top-text {
    padding-top: 100px;
  }

  /* line 330, ../sass/index/i-top.scss */
  .i-top-text-right {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
  /* line 335, ../sass/index/i-top.scss */
  .i-top-text-right .title {
    font-size: 18px;
  }

  /* line 340, ../sass/index/i-top.scss */
  .i-top-text-wr {
    margin-top: 25px;
    padding-top: 20px;
  }
  /* line 344, ../sass/index/i-top.scss */
  .i-top-text-wr .circle-wr {
    width: 100%;
    border: none;
  }
  /* line 348, ../sass/index/i-top.scss */
  .i-top-text-wr .circle-wr .circle-box {
    width: 60px;
    height: 60px;
  }

  /* line 355, ../sass/index/i-top.scss */
  .i-top-list {
    margin: 30px 0 15px;
  }

  /* line 361, ../sass/index/i-top.scss */
  .i-top-list-box b {
    font-size: 36px;
  }

  /* line 366, ../sass/index/i-top.scss */
  .i-top-desc {
    font-size: 17px;
  }

  /* line 370, ../sass/index/i-top.scss */
  .i-photo-btn {
    width: 60px;
    height: 60px;
  }

  /* line 376, ../sass/index/i-top.scss */
  .i-photo-btn-road {
    width: 80px;
    left: -20px;
    height: 28px;
    border-radius: 14px;
    top: -22px;
  }
  /* line 383, ../sass/index/i-top.scss */
  .i-photo-btn-road span {
    line-height: 28px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 394, ../sass/index/i-top.scss */
  .i-top .section-title {
    font-size: 4.2vw !important;
  }

  /* line 399, ../sass/index/i-top.scss */
  .i-top-text {
    width: 100%;
    order: 2;
    padding: 2vw;
    padding-top: 4vw;
  }

  /* line 407, ../sass/index/i-top.scss */
  .i-top-photo {
    width: 100%;
  }
  /* line 410, ../sass/index/i-top.scss */
  .i-top-photo .text {
    padding: 2vw;
  }

  /* line 415, ../sass/index/i-top.scss */
  .contain {
    object-fit: contain !important;
    object-position: 50% 29% !important;
  }

  /* line 420, ../sass/index/i-top.scss */
  .i-top-text-right {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
  /* line 425, ../sass/index/i-top.scss */
  .i-top-text-right .title {
    font-size: 18px;
  }

  /* line 430, ../sass/index/i-top.scss */
  .i-top-text-wr {
    margin-top: 25px;
    padding-top: 20px;
  }
  /* line 434, ../sass/index/i-top.scss */
  .i-top-text-wr .circle-wr {
    width: 100%;
    border: none;
  }
  /* line 438, ../sass/index/i-top.scss */
  .i-top-text-wr .circle-wr .circle-box {
    width: 60px;
    height: 60px;
  }

  /* line 445, ../sass/index/i-top.scss */
  .i-top-list {
    margin: 30px 0 15px;
  }

  /* line 451, ../sass/index/i-top.scss */
  .i-top-list-box b {
    font-size: 36px;
  }

  /* line 456, ../sass/index/i-top.scss */
  .i-top-desc {
    font-size: 17px;
  }

  /* line 460, ../sass/index/i-top.scss */
  .i-photo-btn {
    width: 60px;
    height: 60px;
    /* position: absolute; */
    bottom: 90px;
    left: 30px;
  }

  /* line 469, ../sass/index/i-top.scss */
  .i-photo-btn-road {
    width: 80px;
    left: -20px;
    height: 28px;
    border-radius: 14px;
    top: -22px;
  }
  /* line 476, ../sass/index/i-top.scss */
  .i-photo-btn-road span {
    line-height: 28px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 487, ../sass/index/i-top.scss */
  .i-top .section-title {
    font-size: 11.2vw !important;
  }

  /* line 492, ../sass/index/i-top.scss */
  .i-top-text {
    width: 100%;
    order: 2;
    padding: 15px;
    padding-top: 4vw;
  }

  /* line 500, ../sass/index/i-top.scss */
  .i-top-photo {
    width: 100%;
  }
  /* line 503, ../sass/index/i-top.scss */
  .i-top-photo .text {
    padding: 15px;
  }
  /* line 506, ../sass/index/i-top.scss */
  .i-top-photo .text h1, .i-top-photo .text h2, .i-top-photo .text h3, .i-top-photo .text h4, .i-top-photo .text h5, .i-top-photo .text h6 {
    font-size: 24px;
  }
  /* line 510, ../sass/index/i-top.scss */
  .i-top-photo .text p {
    font-size: 18px;
  }

  /* line 517, ../sass/index/i-top.scss */
  .contain {
    object-fit: contain !important;
    object-position: 50% 29% !important;
  }

  /* line 523, ../sass/index/i-top.scss */
  .i-top-text-right {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
  /* line 529, ../sass/index/i-top.scss */
  .i-top-text-right .title {
    font-size: 24px;
  }

  /* line 534, ../sass/index/i-top.scss */
  .i-top-text-wr {
    margin-top: 15px;
    padding-top: 10px;
  }
  /* line 538, ../sass/index/i-top.scss */
  .i-top-text-wr .circle-wr {
    width: 100%;
    border: none;
  }
  /* line 542, ../sass/index/i-top.scss */
  .i-top-text-wr .circle-wr .circle-box {
    width: 100px;
    height: 100px;
  }
  /* line 546, ../sass/index/i-top.scss */
  .i-top-text-wr .circle-wr .circle-box:nth-child(2) {
    margin-right: -17px;
  }

  /* line 554, ../sass/index/i-top.scss */
  .i-top-list {
    margin: 30px 0 20px;
  }

  /* line 560, ../sass/index/i-top.scss */
  .i-top-list-box b {
    font-size: 36px;
  }
  /* line 564, ../sass/index/i-top.scss */
  .i-top-list-box span {
    font-size: 20px;
  }

  /* line 569, ../sass/index/i-top.scss */
  .i-top-desc {
    font-size: 20px;
    margin-bottom: 20px;
  }

  /* line 574, ../sass/index/i-top.scss */
  .i-photo-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 15px;
    left: 20px;
  }
  /* line 581, ../sass/index/i-top.scss */
  .i-photo-btn svg {
    width: 20px;
    height: 20px;
  }

  /* line 588, ../sass/index/i-top.scss */
  .i-photo-btn-road {
    width: 50px;
    left: -10px;
    height: 20px;
    border-radius: 8px;
    top: -12px;
  }
  /* line 595, ../sass/index/i-top.scss */
  .i-photo-btn-road span {
    line-height: 20px;
    font-size: 12px;
  }
}
/* line 1, ../sass/index/i-desc.scss */
.i-desc {
  position: relative;
}

/* line 5, ../sass/index/i-desc.scss */
.i-desc-top {
  position: relative;
  padding: 30px 0;
  border-top: 2px solid var(--color-active);
  border-bottom: 2px solid var(--color-active);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

/* line 21, ../sass/index/i-desc.scss */
.i-desc-top-icon {
  display: flex;
}
/* line 24, ../sass/index/i-desc.scss */
.i-desc-top-icon img {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  object-fit: cover;
}
/* line 30, ../sass/index/i-desc.scss */
.i-desc-top-icon img:nth-child(2) {
  margin-left: -10px;
}

/* line 36, ../sass/index/i-desc.scss */
.i-desc-wr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 41, ../sass/index/i-desc.scss */
.i-desc-wr .col {
  width: 40%;
}
/* line 44, ../sass/index/i-desc.scss */
.i-desc-wr .col:nth-child(2) {
  width: 48%;
}

/* line 1, ../sass/index/i-item.scss */
.i-item {
  position: relative;
  overflow: hidden;
}

/* line 6, ../sass/index/i-item.scss */
.i-item-wr {
  position: relative;
}
/* line 9, ../sass/index/i-item.scss */
.i-item-wr .swiper {
  overflow: visible !important;
}

/* line 14, ../sass/index/i-item.scss */
.i-item-box {
  padding: 26px;
  background-color: var(--color-active);
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  width: 360px !important;
  align-items: flex-start;
  height: 400px !important;
  padding-bottom: 30px;
}
/* line 25, ../sass/index/i-item.scss */
.i-item-box .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 68%;
  background: var(--color-active);
  pointer-events: none;
}
/* line 35, ../sass/index/i-item.scss */
.i-item-box:before {
  content: '';
  background-color: #a0612b30;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  margin: 14px;
}
/* line 46, ../sass/index/i-item.scss */
.i-item-box:after {
  content: '';
  border: 30px solid transparent;
  border-bottom: 30px solid #fff;
  border-left: 30px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 56, ../sass/index/i-item.scss */
.i-item-box svg {
  height: 50px;
  position: relative;
  z-index: 2;
}
/* line 62, ../sass/index/i-item.scss */
.i-item-box i {
  position: absolute;
  top: 0;
  left: 0;
  margin: 26px;
  font-size: 20px;
  font-weight: 700;
  z-index: 2;
}
/* line 72, ../sass/index/i-item.scss */
.i-item-box .text {
  padding-left: 35px;
  position: relative;
  z-index: 2;
}
/* line 77, ../sass/index/i-item.scss */
.i-item-box .text p {
  position: absolute;
  transform: translateY(100%);
}

/* line 1, ../sass/index/i-gal.scss */
.i-gal {
  position: relative;
}

/* line 5, ../sass/index/i-gal.scss */
.i-gal-wr {
  display: flex;
  flex-wrap: wrap;
}

/* line 10, ../sass/index/i-gal.scss */
.i-gal-text {
  width: 50%;
  position: relative;
  padding: 4vw;
  padding-bottom: 2vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
/* line 22, ../sass/index/i-gal.scss */
.i-gal-text .text h4 {
  padding-top: 1vw;
  border-top: 2px solid var(--color-active);
}

/* line 29, ../sass/index/i-gal.scss */
.i-gal-photo {
  position: relative;
  width: 50%;
}
/* line 33, ../sass/index/i-gal.scss */
.i-gal-photo .swiper {
  height: 100%;
  min-height: 100vh;
}
/* line 38, ../sass/index/i-gal.scss */
.i-gal-photo .mySwiper3-thumbs {
  height: auto;
  min-height: auto;
  width: 70px !important;
  position: absolute;
  bottom: 20px;
  right: -100px;
}
/* line 46, ../sass/index/i-gal.scss */
.i-gal-photo .mySwiper3-thumbs .i-gal-photo-box {
  width: 70px !important;
  height: 70px !important;
  border: 2px solid transparent;
  cursor: pointer;
}
/* line 52, ../sass/index/i-gal.scss */
.i-gal-photo .mySwiper3-thumbs .i-gal-photo-box.swiper-slide-thumb-active {
  border-color: var(--color-active2);
}
/* line 58, ../sass/index/i-gal.scss */
.i-gal-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* line 66, ../sass/index/i-gal.scss */
.i-gal-text-top {
  position: relative;
}

/* line 70, ../sass/index/i-gal.scss */
.i-gal-text-bot {
  margin-top: 50px;
  width: calc(100% - 100px);
}
/* line 74, ../sass/index/i-gal.scss */
.i-gal-text-bot .line-title {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}
/* line 82, ../sass/index/i-gal.scss */
.i-gal-text-bot .line-title:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: var(--color-active);
}
/* line 92, ../sass/index/i-gal.scss */
.i-gal-text-bot .line-title i {
  z-index: 2;
  background-color: #fff;
  position: relative;
  display: inline-block;
  padding: 0 10px;
}

/* line 102, ../sass/index/i-gal.scss */
.i-gal-text-bot-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
  align-items: center;
}
/* line 110, ../sass/index/i-gal.scss */
.i-gal-text-bot-list .list-link {
  position: relative;
  padding: 7px 14px;
  border: 2px solid var(--color-active);
  color: #000;
  font-size: 18px;
  display: inline-flex;
  border-radius: 20px;
  font-weight: 600;
}
/* line 121, ../sass/index/i-gal.scss */
.i-gal-text-bot-list .list-link-border {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-flex;
  gap: 3px;
  align-items: center;
}
/* line 130, ../sass/index/i-gal.scss */
.i-gal-text-bot-list .list-link-border .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-active);
  transition: .3s ease-in-out;
}
/* line 140, ../sass/index/i-gal.scss */
.i-gal-text-bot-list .list-link-border .icon svg {
  width: 16px;
  height: 16px;
}

/* line 1, ../sass/index/i-qq.scss */
.i-qq {
  position: relative;
}

/* line 5, ../sass/index/i-qq.scss */
.i-qq-title {
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 13, ../sass/index/i-qq.scss */
.i-qq-wr {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  position: relative;
}
/* line 23, ../sass/index/i-qq.scss */
.i-qq-wr .img {
  width: 200px;
  height: 120px;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  opacity: .3;
  pointer-events: none;
  z-index: -1;
}
/* line 33, ../sass/index/i-qq.scss */
.i-qq-wr .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 40, ../sass/index/i-qq.scss */
.i-qq-wr .img.img1 {
  top: 1%;
  right: -5%;
}
/* line 45, ../sass/index/i-qq.scss */
.i-qq-wr .img.img2 {
  bottom: 1%;
  left: -5%;
}

/* line 1, ../sass/index/i-scrl.scss */
.i-scrl {
  position: relative;
}

/* line 5, ../sass/index/i-scrl.scss */
.i-scrl-wr {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

/* line 11, ../sass/index/i-scrl.scss */
.i-scrl-img {
  width: 50%;
  /* height: 100vh; */
  position: relative;
}

/* line 17, ../sass/index/i-scrl.scss */
.i-scrl-img-wr {
  width: 100%;
  position: sticky;
  top: 0;
  right: 0;
  height: 100vh;
}

/* line 25, ../sass/index/i-scrl.scss */
.i-scrl-img-box {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
/* line 34, ../sass/index/i-scrl.scss */
.i-scrl-img-box.active {
  opacity: 1;
}
/* line 38, ../sass/index/i-scrl.scss */
.i-scrl-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* line 46, ../sass/index/i-scrl.scss */
.i-scrl-desc {
  width: 50%;
}
/* line 50, ../sass/index/i-scrl.scss */
.i-scrl-desc i {
  display: block;
  padding: 5px 15px;
  border: 1px solid #000;
  border-radius: 18px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

/* line 61, ../sass/index/i-scrl.scss */
.i-scrl-desc-box {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 4vw;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 10vw;
  min-height: 100vh;
}
