@charset "UTF-8";
#container {
  padding-bottom: 12rem;
}

#visual {
  padding-top: 0;
  color: #fff;
}
#visual .swiper-slide {
  position: relative;
  height: 100vh;
  padding-top: 10rem;
}
#visual .swiper-slide .wfix {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
}
#visual .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#visual img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.05);
  transition: 3s;
}
#visual .mo {
  display: none;
}
#visual .tit_visual {
  position: relative;
  z-index: 2;
  padding-bottom: 15rem;
}
#visual .tit_visual .title {
  display: block;
  font-size: 6.8rem;
  font-weight: bold;
  line-height: 1.4;
  transform: translateY(3.2rem);
  transition: 1s;
  opacity: 0;
}
#visual .tit_visual .desc {
  margin-top: 4rem;
  font-size: 2.4rem;
  transform: translateY(3.2rem);
  transition: 1s 0.5s;
  opacity: 0;
}
#visual .tit_visual .desc .block {
  display: inline;
}
#visual .swiper-slide-active img {
  transform: scale(1);
}
#visual .swiper-slide-active .tit_visual .title, #visual .swiper-slide-active .tit_visual .desc {
  transform: translateY(0);
  opacity: 1;
}
#visual .pager {
  position: absolute;
  bottom: 20.8rem;
  left: 0;
  width: 100%;
  z-index: 2;
}
#visual .pager .wfix {
  position: relative;
}
#visual .pager .swiper-pagination {
  position: relative;
  display: flex;
  width: 100%;
  top: 0;
}
#visual .pager .swiper-pagination .swiper-pagination-bullet {
  flex: 1;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0;
  opacity: 1;
  margin: 0;
}
#visual .pager .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  pointer-events: none;
}
#visual .pager .progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
}
@keyframes visualBar {
  to {
    transform: scaleX(1);
  }
}
@media screen and (max-width: 1024px) {
  #visual .swiper-slide {
    padding-top: 60px;
  }
  #visual .mo {
    display: block;
  }
  #visual .mo + img {
    display: none;
  }
  #visual .tit_visual {
    padding-bottom: 60px;
  }
  #visual .tit_visual .title {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 130px;
    font-size: 31px;
  }
  #visual .tit_visual .desc {
    height: 67px;
    margin-top: 24px;
    font-size: 14px;
    letter-spacing: -0.02em;
    word-break: keep-all;
  }
  #visual .tit_visual .desc .block {
    display: block;
  }
  #visual .pager {
    bottom: 140px;
  }
  #visual .pager .wfix {
    padding: 0;
    margin: 0 20px;
  }
  #visual .pager .swiper-pagination .swiper-pagination-bullet,
  #visual .pager .progress i {
    height: 1px;
  }
}

.head_comm .sup {
  display: block;
  font-weight: bold;
  color: var(--color-primary);
}
.head_comm .title {
  display: block;
  margin-top: 1rem;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.4;
}
.head_comm .title strong {
  display: block;
}
@media screen and (max-width: 1024px) {
  .head_comm {
    word-break: keep-all;
  }
  .head_comm .sup {
    font-size: 10px;
  }
  .head_comm .title {
    margin-top: 5px;
    font-size: 22px;
  }
  .head_comm .desc {
    word-break: keep-all;
  }
}

.section_value {
  padding-top: 15rem;
}
.section_value .head_comm {
  padding-bottom: 6rem;
}
.section_value .contents {
  position: relative;
}
.section_value .bg {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 150vw;
  background: fixed no-repeat center/cover;
}

.section_value .bg img {
	position:absolute; left:-100vw; width:0; height:0;  opacity:0.1;
}
.section_value .swiper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.section_value .swiper-slide {
  position: relative;
  color: #fff;
}
.section_value .swiper-slide > .wfix {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  max-height: 150vw;
  padding: 15rem 3rem 10rem;
	
}
.section_value:has(.slide01) .bg {
  background-image: url(../img/main_value_bg01.jpg);
}
.section_value:has(.slide02) .bg {
  background-image: url(../img/main_value_bg02.jpg);
}
.section_value:has(.slide03) .bg {
  background-image: url(../img/main_value_bg03.jpg);
}
.section_value:has(.slide04) .bg {
  background-image: url(../img/main_value_bg04.jpg);
}
.section_value .tit_area .title,
.section_value .tit_area .desc,
.section_value .list_conts {
  opacity: 0;
}
.section_value .tit_area .title {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1.4;
  transform: translateY(3.2rem);
  transition: 1s;
}
@media screen and (min-width: 1400px) {
  .section_value .tit_area:hover .title .arrow_comm {
    transform: rotate(45deg);
  }
}
.section_value .tit_area .desc {
  margin-top: 2.8rem;
  transform: translateY(3.2rem);
  transition: 1s 0.3s;
}
.section_value .list_conts {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  max-width: 40%;
  margin-top: 4rem;
  color: #222;
  transform: translateY(3.2rem);
  transition: 1s 0.6s;
}
.section_value .list_conts li {
  display: inline-flex;
  align-items: center;
  height: 4.6rem;
  border-radius: 4.6rem;
  background: #fff;
  padding: 0 2rem;
  font-size: 1.6rem;
}
.section_value .swiper-slide-active .tit_area .title,
.section_value .swiper-slide-active .tit_area .desc,
.section_value .swiper-slide-active .list_conts {
  transform: translateY(0);
  opacity: 1;
}
.section_value .pager {
  position: absolute;
  bottom: 10rem;
  left: 0;
  width: 100%;
}
.section_value .pager .wfix {
  position: relative;
}
.section_value .pager .swiper-pagination {
  position: relative;
  bottom: 0;
  top: auto;
  width: auto;
  text-align: left;
}
.section_value .pager .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 24rem;
  height: auto;
  border-radius: 0;
  background: none;
  opacity: 1;
  overflow: visible;
}
.section_value .pager .swiper-pagination .inr {
  height: 0.8rem;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: 0.5s;
  text-align: left;
}
.section_value .pager .swiper-pagination .txt {
  display: block;
  padding: 0.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  opacity: 0.5;
  transition: 0.3s;
  color: #fff;
  text-align: left;
}
.section_value .pager .swiper-pagination .swiper-pagination-bullet-active i {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.8rem;
  width: 0;
  background: linear-gradient(270deg, #A7CD40 0%, #82BE50 19%, #259B78 61%, #008D89 77%);
  border-radius: 0.8rem;
}
.section_value .pager .swiper-pagination .swiper-pagination-bullet-active .txt {
  opacity: 1;
}
@keyframes bar {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@media screen and (max-width: 1640px) {
  .section_value .swiper-slide > .wfix {
    padding: 15rem 20px 10rem;
  }
}
@media screen and (max-width: 1024px) {
  .section_value {
    padding-top: 60px;
  }
  .section_value .head_comm {
    padding-bottom: 30px;
  }
  .section_value .contents {
    overflow: hidden;
  }
  .section_value .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-attachment: scroll; /* fixed 제거 */
    background-size: auto 100vh;
    background-position: center;
  }
  .section_value .swiper {
    position: relative;
  }
  .section_value .swiper-slide > .wfix {
    padding: 60px 20px 25px;
  }
  .section_value:has(.slide01) .bg {
    background-image: url(../img/main_value_bg01_mo.jpg);
  }
  .section_value:has(.slide02) .bg {
    background-image: url(../img/main_value_bg02_mo.jpg);
  }
  .section_value:has(.slide03) .bg {
    background-image: url(../img/main_value_bg03_mo.jpg);
  }
  .section_value:has(.slide04) .bg {
    background-image: url(../img/main_value_bg04_mo.jpg);
  }
  .section_value .tit_area .title {
    font-size: 22px;
    gap: 10px;
  }
  .section_value .tit_area .desc {
    margin-top: 14px;
  }
  .section_value .list_conts {
    margin-top: 20px;
    max-width: none;
  }
  .section_value .list_conts li {
    height: 26px;
    border-radius: 26px;
    padding: 0 10px;
    font-size: 10px;
  }
  .section_value .pager .swiper-pagination {
    display: flex;
    gap: 10px;
  }
  .section_value .pager .swiper-pagination .swiper-pagination-bullet {
    width: 100%;
  }
  .section_value .pager .swiper-pagination .swiper-pagination-bullet-active i,
  .section_value .pager .swiper-pagination .inr {
    height: 4px;
  }
  .section_value .pager .swiper-pagination .txt {
    font-size: 10px;
  }
}

.section_cases {
  padding: 20rem 0;
}
.section_cases .head_comm {
  text-align: center;
}
.section_cases .head_comm .title {
  font-size: 4.4rem;
}
.section_cases .head_comm .desc {
  margin-top: 2rem;
}
.section_cases .contents {
  margin-top: 2rem;
}
.section_cases .contents .swiper {
  overflow: visible;
  padding: 4rem 0;
}
.section_cases .contents .swiper-wrapper {
  align-items: center;
}
.section_cases .contents .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 80rem;
  height: 52rem;
  padding: 0 12rem;
  transition: 0.3s;
  opacity: 0.5;
}
.section_cases .contents img {
  width: 100%;
  height: 32rem;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.section_cases .contents .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 3rem;
  overflow: hidden;
  color: #fff;
}
.section_cases .contents .conts {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 4rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
}
.section_cases .contents .title {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
}
.section_cases .contents .desc {
  transition: 0.3s;
  height: 0;
  overflow: hidden;
}
.section_cases .contents .swiper-slide-active {
  width: 80rem;
  padding: 0;
  opacity: 1;
}
.section_cases .contents .swiper-slide-active .inner {
  height: 52rem;
}
.section_cases .contents .swiper-slide-active .conts {
  padding: 6rem;
}
.section_cases .contents .swiper-slide-active .desc {
  opacity: 1;
  height: auto;
  margin-top: 1.2rem;
}
.section_cases .contents .swiper-slide-active img {
  height: 52rem;
}
.section_cases .contents .swiper-slide-active + .swiper-slide {
  padding-top: 20rem;
}
.section_cases .contents .controls button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
  background: url(../img/arrow01.svg) no-repeat center/contain;
  font-size: 0;
  opacity: 0.3;
  transition: 0.3s;
  z-index: 2;
}
.section_cases .contents .controls button.btn_prev {
  transform: rotate(180deg);
  margin-left: -48.4rem;
}
.section_cases .contents .controls button.btn_next {
  margin-left: 44.4rem;
}
@media screen and (min-width: 1400px) {
  .section_cases .contents .controls button:hover {
    opacity: 1;
  }
}
.section_cases .contents .pager {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.section_cases .contents .pager .wfix {
  max-width: 80rem;
}
.section_cases .contents .pager .progress {
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.3);
}
.section_cases .contents .pager .progress i {
  display: block;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.4s;
}
@media screen and (max-width: 1024px) {
  .section_cases {
    padding: 75px 0;
  }
  .section_cases .head_comm .title {
    font-size: 22px;
  }
  .section_cases .head_comm .desc {
    margin-top: 10px;
  }
  .section_cases .contents {
    margin-top: 25px;
  }
  .section_cases .contents .swiper {
    padding: 18px 0;
  }
  .section_cases .contents .swiper-slide {
    width: calc(100vw - 70px);
    height: 52.4vw;
    padding: 0 8px;
  }
  .section_cases .contents img {
    height: 33.7vw;
    border-radius: 15px;
  }
  .section_cases .contents .inner {
    height: 33.7vw;
    border-radius: 15px;
  }
  .section_cases .contents .conts {
    padding: 20px 32px;
  }
  .section_cases .contents .title {
    font-size: 16px;
  }
  .section_cases .contents .desc {
    display: none;
  }
  .section_cases .contents .swiper-slide-active {
    width: calc(100vw - 70px);
  }
  .section_cases .contents .swiper-slide-active .inner {
    height: 52.4vw;
  }
  .section_cases .contents .swiper-slide-active .conts {
    padding: 20px 32px;
  }
  .section_cases .contents .swiper-slide-active img {
    height: 52.4vw;
  }
  .section_cases .contents .swiper-slide-active + .swiper-slide {
    padding-top: 18.66vw;
  }
  .section_cases .contents .controls {
    display: none;
  }
  .section_cases .contents .pager .wfix {
    max-width: calc(100vw - 48px);
  }
}

.section_banner .wfix {
  border-radius: 3rem;
  overflow: hidden;
  padding: 8rem 10rem;
  background: url(../img/main_banner_bg.jpg) no-repeat center/cover;
  color: #fff;
}
.section_banner .title {
  display: block;
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1.4;
}
.section_banner .title strong {
  display: block;
}
.section_banner .title .arrow_comm {
  display: inline-flex;
  margin: 0.4rem 0 0 1.5rem;
}
@media screen and (min-width: 1400px) {
  .section_banner .title:hover .arrow_comm {
    transform: rotate(45deg);
  }
}
.section_banner .desc {
  display: block;
  margin-top: 5.6rem;
  text-align: right;
}
.section_banner .desc .inner {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 1640px) {
  .section_banner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .section_banner .wfix {
    border-radius: 15px;
    padding: 40px 25px;
  }
  .section_banner .title {
    font-size: 22px;
    letter-spacing: -0.02em;
    word-break: keep-all;
  }
  .section_banner .title .arrow_comm {
    width: 25px;
    height: 25px;
    margin-left: 8px;
  }
  .section_banner .title .arrow_comm:after {
    background-size: 8px;
  }
  .section_banner .desc {
    margin-top: 170px;
  }
  .section_banner .desc .inner {
    max-width: 50%;
    word-break: keep-all;
  }
  .section_banner .desc br {
    display: none;
    font-size: 0;
  }
}/*# sourceMappingURL=main.css.map */