#s02 {
    background-color: white;
    height: 1010px;
}
#s02 .txt-wrapper {}
#s02 .txt-wrapper .txt-big{
    margin-top: 80px;
    margin-top: 126px;
    font-size: 78px;
    font-weight: 500;
    color: #333333;
    line-height: 1;
    text-align: center;
}
#s02 .txt-wrapper .txt-small{
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 1;
    text-align: center;
    margin-top: 15px;
}

#s02 .left {
    position: absolute;
    top: 315px;
    left: 361px;

    width: 908px;
    height: 490px;

    background-color: #F9F9F9;
    z-index: 2;

    padding-top: 125px;
    padding-left: 146px;
}

#s02 .fade-in-up {
    animation: fade-in-up 0.4s linear forwards;
}
#s02 .left .txt1 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    color: #999999;
    opacity: 0;
    animation-delay: 0.1s;
}
#s02 .left .txt2 {
    font-size: 38px;
    font-weight: 500;
    line-height: 1;    
    color: #333333;

    margin-top: 10px;
    opacity: 0;
    animation-delay: 0.2s;
}
#s02 .left .txt3 {
    font-size: 18px;

    color: #666666;
    line-height: 1.5;
    font-weight: 300;

    margin-top: 18px;
    opacity: 0;
    animation-delay: 0.35s;
}
#s02 .left .view-more {
    font-size: 16px;
    font-weight: 400;
    color: #CEA37C;
    margin-top: 40px;

    text-decoration: underline;
    cursor: pointer;
}

#s02 .left .arrow-prev {
    position: absolute;
    right: 383px;
    bottom: 111px;
    cursor: pointer;
}
#s02 .left .arrow-next {
    position: absolute;
    right: 311px;
    bottom: 111px;
    cursor: pointer;
}








#s02 .right {
    position: absolute;
    top: 382px;
    right: 363px;

    width: 737px;
    height: 498px;

    background-color: #e9e9e9;
    z-index: 3;
}

#s02 .swiper-slide{
    /* overflow: visible; */
    transition: transform 1s ease;
}
#s02 .swiper-slide:hover{
    transform: scale(1.05);
}


#s02 .effect {
    position: absolute;
    right: 305px;
    bottom: 57px;

    width: 101px;
    height: 101px;
}
#s02 .effect .outer{
    width: 100%;
    animation: effect-rotate 8s infinite linear;
}
#s02 .effect .inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}



