@charset "UTF-8";

/* 체험사례 타이틀 */
.detail-page ,
.review-page ,
.bts-page ,
.cs-page {
    padding-bottom: 200px;
    padding-top: 130px;
}
.sub-title-wrap {
    background: #588067;
    text-align: center;
    position: relative;
}
.cs-page .sub-title-wrap {
    background: #1C1C1C;
}
.sub-title {
    padding: 200px 0;
}
.cs-page .sub-title {
    padding: 160px 0 120px 0;
}
.sub-title h2 {
    margin-bottom: 50px;
    font-size: 60px;
    color: #fff;
    font-family: 'ELAND_Choice_B';
}
.bts-page .sub-title h2 {
    margin-bottom: 10px;
}
.bts-page .sub-title p {
    font-size: 25px;
    margin-bottom: 50px;
    color: #fff;
    line-height: 180%;
    font-family: 'ELAND_Choice_M';
}
.sub-title span {
    font-size: 25px;
    color: #fff;
    line-height: 180%;
    font-family: 'ELAND_Choice_M';
}

.scrolldown {
	width: 2px;
	height: 18%;
	position: absolute;
    bottom: 0;
    left: 50%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.4);

}
.scrolldown span {
    display: block;
    position: absolute;
    width: 2px;
    background: #fff;
    height: 100%;
    animation: scrolldown-bar infinite 2.2s ;
}

@keyframes scrolldown-bar {
	0% {top: -120px;}
	100% {top: 120px;}
}


@media (max-width:1200px){

    .reviewP-main {
        margin-top: 80px;
    }
    .sub-title h2 {
        font-size: 55px;
    }
    .sub-title span {
        font-size: 20px;
    }


}

@media (max-width:1000px){
    .review-page ,
    .cs-page {
        padding-top: 70px;
    }
}

@media (max-width:980px){
    
    .cs-page .sub-title {
        padding: 70px 0 70px 0;
    }
    .sub-title h2 {
        font-size: 50px;
    }
    .bts-page .sub-title p {
        font-size: 20px;
        margin-bottom: 20px;
    }

}


@media (max-width:800px){
    .sub-title {
        padding: 140px 0;
    }
    .sub-title h2 {
        font-size: 45px;
        margin-bottom: 20px;
    }
    .sub-title span {
        font-size: 23px;
    }

    .reviewP-main {
        margin-top: 50px;
    }
}



@media (max-width:600px){

    .review-page ,
    .cs-page {
        padding-bottom: 120px;
    }
    .sub-title {
        padding: 80px 0;
    }
    .sub-title h2 {
        font-size: 38px;
        margin-bottom: 0px;
    }
    .sub-title p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .sub-title span {
        font-size: 23px;
    }

}

@media (max-width:450px){
    .sub-title {
        padding: 50px 0;
    }
    .sub-title h2 {
        font-size: 30px;
    }
    .sub-title span {
        font-size: 14px;
    }
    .reviewP-main {
        margin-top: 40px;
    }
}

@media (max-width:350px){
    .sub-title h2 {
        font-size: 25px;
    }
    .sub-title span {
        font-size: 13px;
    }
}
