@charset "utf-8";

#atc03 {
    overflow: hidden;
    position: relative;
    height: 100vh
}

#atc03 .bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(./bg.jpg) center no-repeat;
    background-size: cover
}

#atc03 .tit { 
    transform: translateY(60px);
    position: absolute;
    top: 17%;
    left: 30%;
    z-index: 10;
    font-size: 58px;
    color: #fff;
    line-height: 1.15;
    transition: all 0s .6s;
    font-family: 'Marcellus'
}

#atc03 .tit span {
    display: block;
    margin-left: -140px
}

#atc03 .atc03_slide_warp {
    height: 100vh;
    display: flex;
    align-items: flex-end;
    padding-bottom: 130px
}

#atc03 .atc03_slide { 
    height: auto !important;
    transition: all 0s .6s;
}

#atc03 ul {
    align-items: flex-end;
    padding: 0 150px
}

#atc03 ul li {
    width: max-content
}

#atc03 ul li.mgb {
    padding-bottom: 25px
}

#atc03 ul li .img {
    position: relative;
    transition: all .2s
}

#atc03 ul li img {
    object-fit: cover;
    max-width: 400px;
    height: 500px;
}

#atc03 ul li p {
    margin: 12px 0;
    font-size: 20px;
    color: #fff;
    font-family: 'Marcellus'
}

body.fp-viewing-inc03 #atc03 .tit,
body.fp-viewing-inc03 #atc03 .atc03_slide,
body.fp-viewing-last #atc03 .tit,
body.fp-viewing-last #atc03 .atc03_slide {
    opacity: 1;
    transform: translateY(0);
    transition: all .6s .6s;
}


/* 슬라이드 */
body.fp-viewing-inc03 #atc03 .atc03_slide,
body.fp-viewing-last #atc03 .atc03_slide {
    opacity: 1;
    transform: translateX(0);
    transition: all .6s .6s;
}

@media(hover:hover) {
    #atc03 ul li:hover .img {
        opacity: .7
    }
}

@media(max-width:1024px) {
    #atc03 .tit {
        font-size: 45px
    }

    #atc03 .tit span {
        margin-left: -70px
    }

    #atc03 .atc03_slide_warp {
        padding-bottom: 80px
    }

    #atc03 ul li p {
        font-size: 18px
    }

    #atc03 ul li img {
        max-width: 350px;
        max-height: 400px
    }
}

@media(max-width:768px) {
    #atc03 .tit {
        font-size: 35px
    }

    #atc03 ul li img {
        max-width: 250px;
        max-height: 250px
    }

    #atc03 ul li p {
        font-size: 16px
    }
}

@media(max-width:360px) {
    #atc03 .atc03_slide_warp {
        padding-bottom: 40px
    }
}