/*
 +----------------------------------------------------------------------+
 | Copyright (c) STUDYMAX.  co. Ltd
 +----------------------------------------------------------------------+
 | 작업일 : 2024-06-05
 | 파일설명 : 베트남 스피킹맥스 메인 페이지 CSS 
 +----------------------------------------------------------------------+
 | 작업자 : 이대호 
 +----------------------------------------------------------------------+
 | 수정이력 
 +----------------------------------------------------------------------+
*/

@charset "UTF-8";

.maxUpAiRollImgWrap {
    position: absolute;
    animation: maxUpAiRoll-right 15s linear infinite;
    display: flex;
}

.maxUpAiRollImgWrap img {
    width: 1460px;
}

@keyframes maxUpAiRoll-right {
    0% {
        transform: translateX(-15%);
    }

    100% {
        transform: translateX(-53%);
    }
}

.masthead .text1 {
    font-size: 85px;
    line-height: 115.19px;
    color: #ffffff;
}

.masthead .text2 {
    font-size: 40px;
    line-height: 47.73px;
    color: #ffffff;
}

.content2_wrap .text1 {
    font-size: 48px;
    line-height: 57.6px;
    color: #000000;
}

.content2_wrap .text2 {
    font-size: 24px;
    line-height: 28.64px;
    color: #8f8f8f;
}

.font_color_EB6613 {
 color: #EB6613;
}

@media (max-width: 991px) {
	#main_wrap header.masthead {
        padding-top: 85%;
        padding-bottom: 50%;
	}
    .masthead .text1 {
        font-size: 11vw;
        line-height: 1.1;
    }

    .masthead .text2 {
        font-size: 5vw;
        line-height: 1.1;
    } 

	 .content2_wrap .text1 {
		font-size: 9vw;
		line-height: 1.1;
	}

	.content2_wrap .text2 {
        font-size: 5vw;
        line-height: 1.1;
	}

	.content3_wrap {
		padding-bottom: 0 !Important;
	}
	.content3_wrap .con3_img_wrap {
		padding: 0 !Important;
	}


    .content3_wrap .flexReverse,
    .content8_wrap .flexReverse,
    .content10_wrap .flexReverse
    {
        flex-direction: column-reverse;
    }
}