.home {
    position: relative;
    z-index: 2
}

.stored1 {
    padding: 135px 0 125px;
    background: #fff
}

.stored1 .wrap {
    width: 1200px;
    margin: auto
}

.stored1 .wrap .title {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    margin: 0 0 30px;
    text-align: center
}

.stored1 .wrap .img {
    width: 100%;
    position: relative
}

.stored1 .wrap .img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0
}

.stored1 .wrap .img img {
    width: 100%
}

.stored1 .wrap .content {
    display: flex;
    justify-content: center;
    margin: 60px 0 0 0
}

.stored1 .wrap .content .list {
    text-align: center
}

.stored1 .wrap .content .list:not(:last-child) {
    margin: 0 185px 0 0
}

.stored1 .wrap .content .list .p1 {
    width: fit-content;
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    line-height: 42px;
    background: linear-gradient(-90deg, #069AB2 0%, #003FA8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: auto
}

.stored1 .wrap .content .list .pick {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 32px;
    margin: 30px 0 0 0
}

.stored2 {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stored2 .wrap {

}

.stored2 .wrap .title {
    font-weight: bold;
    font-size: 32px;
    color: #FFFFFF;
    text-align: center
}

.stored2 .wrap .content {
    display: flex;
    justify-content: center;
    gap: 0 210px;
    margin: 300px 0 0 0;
}

.stored2 .wrap .content .list {
    text-align: center;

}
.stored2 .wrap .content .list .icon{
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 65px;
}
.stored2 .wrap .content .list .icon img{
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: .4s ease;
}
.stored2 .wrap .content .list:hover .icon img{
    filter: unset;
}
.stored2 .wrap .content .list:hover .line {
    transform: scaleX(1)
}
.stored2 .wrap .content .list:hover .p1,.stored2 .wrap .content .list:hover .p2{
    color: var(--color);
}
.stored2 .wrap .content .list .p1 {
    font-weight: bold;
    font-size: 20px;
    transition: .6s ease;
    color: #FFFFFF
}

.stored2 .wrap .content .list .p2 {
    margin: 24px 0 0 0;
    font-weight: 400;
    font-size: 18px;
    transition: .6s ease;
    color: #FFFFFF;
    white-space: nowrap;
}

.stored2 .wrap .content .list .line {
    width: 140px;
    height: 1px;
    background: var(--color);
    margin: 32px auto 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: 1s
}

.fixed_stored {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fixed_stored img {
    width: 100%;
    height: 100%
}
@media screen and (max-width: 1919px) {
    .stored1{
        padding: 7.03125vw 0px 6.5104166667vw;
    }
    .stored1 .wrap{
        width: 62.5vw;
    }
    .stored1 .wrap .title{
        font-size: 1.6666666667vw;
        margin: 0px 0px 1.5625vw;
    }
    .stored1 .wrap .content{
        margin: 3.125vw 0px 0px;
    }
    .stored1 .wrap .content .list:not(:last-child){
        margin: 0px 9.6354166667vw 0px 0px;
    }
    .stored1 .wrap .content .list .p1{
        font-size: 1.6666666667vw;
        line-height: 2.1875vw;
    }
    .stored1 .wrap .content .list .pick{
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
        margin: 1.5625vw 0px 0px;
    }

    .stored2 .wrap .title{
        font-size: 1.6666666667vw;
    }
    .stored2 .wrap .content{
        gap: 0px 10.9375vw;
        margin: 15.625vw 0px 0px;
    }
    .stored2 .wrap .content .list .icon{
        width: 3.3854166667vw;
        height: 3.3854166667vw;
        margin: 0px auto 3.3854166667vw;
    }

    .stored2 .wrap .content .list .p1{
        font-size: 1.0416666667vw;
    }
    .stored2 .wrap .content .list .p2{
        margin: 1.25vw 0px 0px;
        font-size: 0.9375vw;
    }
    .stored2 .wrap .content .list .line{
        width: 7.2916666667vw;
        margin: 1.6666666667vw auto 0px;
    }
}
@media screen and (max-width: 1024px) {
    .stored2{
        height: 50vh;
    }
    .stored2 .wrap .title{
        font-size: 24px;
    }
    .stored2 .wrap{
        margin-top: 60px;
    }
    .stored2 .wrap .content{
        bottom: 60px;
        width: 90%;
        gap: 0;
        justify-content: space-between;
        gap: 30px;
    }
    .stored2 .wrap .content .list .p1{
        font-size: 20px;
    }
    .stored2 .wrap .content .list .p2{
        font-size: 14px;
        margin-top: 10px;
    }
    .stored1{
        padding: 70px 0;
    }
    .stored1 .wrap .content{
        margin: 20px 0 0 0;
        flex-direction: column;
    }
    .stored1 .wrap .content .list:not(:last-child) {
        margin: 0 0 35px;
    }
    .stored1 .wrap .content .list .p1{
        font-size: 18px;
        margin: 0 auto 10px;
        line-height: unset;
        height: auto;
    }
    .stored1 .wrap .content .list .pick{
        font-size: 13px;
        line-height: 28px;
        margin: 10px 0 0 0;
    }
    .stored1 .wrap .content .list .pick br{
        display: none;
    }
    .stored1 .wrap{
        width: 90%;
    }
    .stored1 .wrap .title{
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {

    .stored2{
        height: auto;
    }


    .stored2 .wrap {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .stored2 .wrap .content{
        position: static;
        margin: 0 auto;
        transform: none;
        flex-direction: column;
        gap: 10px;
    }
    .stored2 .wrap .content .list:not(:last-child) {
        margin: 0 0 35px;
    }
    .stored2 .wrap .content .list .icon{
        width: 40px;
        height: 40px;
        margin: 0 auto 25px;
    }
    .stored2 .wrap .title{
        margin-bottom: 55px;
    }
}
