.container {
    width: 100%;
    height: 700vh;
}
.container.index {
    height: 300vh;
}
.wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.wrapper > section {
    position: fixed;
    width: 100%;
    height: 100vh;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
    background: #fff;
}
.section-01 {
    opacity: 1 !important;
}
.bg-wrap {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.bg-wrap p {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    color: #6f6f6f;
    text-align: center;
}
.bg-wrap h1 {
    font-size: 52px;
    font-weight: 800;
    letter-spacing: 0;
    color: #000;
    text-align: center;
    white-space: pre;
}
.bg-text-04 {
    color: #000 !important;
}
.text-area {
    width: 100%;
    height: 150vh;
}
.section-05 {
    background: #000 !important;
}
.section-05 > .bg-wrap > h1 {
    color: #fff !important;
}
.solution-wrap {
    position: relative;
    width: 100%;
    height: auto;
    background: #000;
}
.solution-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
}
.solution-content .list {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.solution-content .list:nth-child(2n) {
    margin-top: 50%;
}
.content-list h2 {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0;
    color: #006468;
    margin-top: 30px;
    margin-bottom: 20px;
}
.content-list p {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0;
    color: #727272;
}
.bg-content {
    position: relative;
    width: 100%;
    height: 400vh;
}
.bg-content > .bg-wrap.bg-01 {
    position: sticky;
    top: 0;
    background: url("/image/site/solution_bg_01.png");
    background-repeat: no-repeat;
    background-position: bottom;
}
.bg-content > .bg-wrap.bg-02 {
    position: sticky;
    opacity: 0;
    background: url("/image/site/solution_bg_02.png");
    background-repeat: no-repeat;
    background-position: bottom;
}
.bg-content > .bg-wrap h1 {
    color: #fff;
    white-space: pre;
}
/* .bg-content > .bg-wrap h1 {
  color: linear-gradient(270deg, #f18700 0%, #006468 100%) !important;
} */
.bg-content > .bg-wrap h1 b {
    background: linear-gradient(270deg, #f18700 0%, #006468 100%);
    -webkit-background-clip: text;
    /* 텍스트에 그라디언트 적용 */
    -webkit-text-fill-color: transparent;
    /* 기본 색상 투명 처리 */
}
.solution-index-wrap {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    padding-bottom: 100px;
}

.scroll-bg {
    position: relative;
    height: auto;
}
.s-bg-wrap {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.s-bg-wrap img {
    width: 110%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(1);
    transition: transform 0.5s linear;
    background-color: hsl(0deg 0% 10%);
}
.s-bg-wrap h2 {
    color: #fff;
    font-size: 52px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0;
    z-index: 99;
    transition: all 1s;
    opacity: 0;
}
.s-bg-wrap p {
    color: #727272;
    width: 850px;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0;
    z-index: 99;
    transition: all 1s;
    opacity: 0;
    margin-bottom: 120px;
}
.s-bg-wrap p > a {
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 0;
    color: #167cdb;
    text-align: center;
}
.scroll-bg-wrap-02 {
    /* align-items: flex-end; */
    flex-direction: column;
}
.scroll-bg-wrap-02 h3 {
    color: #006468;
    font-weight: 800;
    font-size: 52px;
    text-align: center;
    opacity: 0;
    z-index: 99;
    transition: all 1s;
}
.scroll-bg-wrap-02 p {
    font-weight: 800;
    font-size: 24px;
}
.scroll-bg-wrap-02 h2 {
    font-weight: 800;
    font-size: 32px;
    line-height: 46px;
    text-align: center;
    color: #000;
}
.scroll-bg > .scroll-bg-wrap-01.active h2 {
    opacity: 1;
}
.scroll-bg > .scroll-bg-wrap-01.active a {
    opacity: 1;
}
.scroll-bg > .scroll-bg-wrap-01 img.active {
    border-radius: 25px;
}
.scroll-bg > .scroll-bg-wrap-02 img.active {
    border-radius: 25px;
}
.scroll-bg > .scroll-bg-wrap-02.active h2 {
    opacity: 1;
}
.scroll-bg > .scroll-bg-wrap-02.active h3 {
    opacity: 1;
}
.scroll-bg > .scroll-bg-wrap-02.active p {
    opacity: 1;
}
.solution-index-wrap > .inner > p {
    padding-top: 100px;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0;
    text-align: center;
    color: #6F6F6F;
    margin-bottom: 22px;
}
.solution-index-wrap > .inner > h2 {
    font-weight: 800;
    font-size: 52px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 100px;
}
.banner-wrap {
    display: flex;
    gap: 40px;
    margin-bottom: 200px;
}
.banner-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.banner-list > h2 {
    font-weight: 800;
    font-size: 28px;
    color: #006468;
}
.banner-list > p {
    font-weight: 600;
    font-size: 22px;
}

.scroll-bg-wrap-01 {
    flex-direction: column;
    gap: 40px;
}
.scroll-bg-wrap-01 > a {
    width: 270px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    background-color: #fff;
    border-radius: 30px;
    opacity: 0;
    z-index: 99;
    transition: all 1s;
    font-size: 20px;
    font-weight: 800;
}
.solution-bg {
    height: auto !important;
}
@media screen and (max-width: 768px) {
    .bg-wrap p {
        font-size: 18px;
    }
    .bg-wrap h1 {
        font-size: 20px;
    }
    .solution-content {
        gap: 25px;
        grid-template-columns: repeat(1, 1fr);
    }
    .content-list h2 {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .content-list p {
        font-size: 18px;
    }
    .solution-content .list {
        gap: 60px;
    }
    .solution-content .list:nth-child(2n) {
        margin-top: 40px;
    }
    .scroll-bg-wrap-02 h3 {
        font-size: 24px;
    }
    .scroll-bg-wrap-02 h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .scroll-bg-wrap-02 p {
        margin-bottom: 40px;
    }
    .solution-index-wrap > .inner > p {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .solution-index-wrap > .inner > h2 {
        font-size: 24px;
        margin-bottom:40px;
    }

    .banner-wrap {
        display: flex;
        gap: 20px;
        margin-bottom: 100px;
        flex-direction: column;
    }
    .banner-list{
      gap:10px;
    }
    .banner-list > h2{
      font-size:20px;
    }
    .banner-list > p{
      font-size:18px;
    }
    .s-bg-wrap h2{
      font-size:20px;
      color:#000;
    }
    .scroll-bg-wrap-01 > a{
      width:200px;
      height:50px;
      font-size:20px;
    }
    .s-bg-wrap p{
        width:100%;
    }
}
