/*
 +----------------------------------------------------------------------+
 | Copyright (c) STUDYMAX.  co. Ltd
 +----------------------------------------------------------------------+
 | 작업일 : 2024-06-05
 | 파일설명 : 베트남 스피킹맥스 메인 페이지 CSS 
 +----------------------------------------------------------------------+
 | 작업자 : 이대호 
 +----------------------------------------------------------------------+
 | 수정이력 
 | 2024-09-09 : 임상기 css 수정 
 +----------------------------------------------------------------------+
*/

@charset "UTF-8";
#intro_main_wrap header.masthead {
    padding-top: 21.125em;
    padding-bottom: 3.125em;
    text-align: center;
    color: #fff;
    background-image: url(https://cdn.weaversmind.com/vietnamSite/pc_intro_main1_1.jpg) !important;

    margin-top: 82px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

#intro_main_wrap .content2_wrap {
    padding-top: 15rem;
    padding-bottom: 15rem; 
    background-image: url(https://cdn.weaversmind.com/vietnamSite/pc_intro_main2.png) !important;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    color: #fff;
}

#intro_main_wrap .content10_wrap {
    padding-top: 5rem;
    padding-bottom: 5rem; 
    background-image: url(https://cdn.weaversmind.com/vietnamSite/pc_intro_main10.jpg) !important;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    color: #fff;
}

#intro_main_wrap .content2_wrap .text1 {
    font-size: 64px;
    line-height: 76.8px;
}

#intro_main_wrap .content2_wrap .text2 {
    font-size: 24px;
    line-height: 28.8px;
/*    white-space: break-spaces;*/
}

#intro_main_wrap .content4_wrap .text1 {
    font-size: 36px;
    line-height: 43.2px;
}

#intro_main_wrap .content4_wrap .text2 {
    font-size: 20px;
    line-height: 24px;
}

#intro_main_wrap .text1_6-9 {
    font-size: 36px;
    line-height: 42.96px;
}

#intro_main_wrap .text2_6-9 {
    font-size: 20px;
    line-height: 24px;
}

#intro_main_wrap .content5_wrap .text1 {
    font-size: 64px;
    line-height: 76.38px;
}

#intro_main_wrap .content10_wrap .text1 {
    font-size: 40px;
    line-height: 47.73px;
}

#intro_main_wrap .content10_wrap .text2 {
    font-size: 40px;
    line-height: 47.73px;
    color: #EC6611;
}


@media (max-width: 991px) {

	#intro_main_wrap .mo_text_pd5 {padding: 5%;}
	#intro_main_wrap .mo_text_pd-10_5 {padding: 10% 5%;}

	#intro_main_wrap .main1_m_tx_top {font-size: 8vw !important;}
	#intro_main_wrap .main1_m_tx_btm {font-size: 3.8vw !important;}

	#intro_main_wrap .img-fluid {
		width: 100%;
	}

    #intro_main_wrap .container-md, .container-sm, .container {
        max-width: 100% !important;
    }

    #intro_main_wrap header.masthead {
	    background-image: url(https://cdn.weaversmind.com/vietnamSite/mo_intro_main1_1.jpg) !important;

        padding-top: 80%;
        padding-bottom: 20%;
        margin-top: 74px;
    }

    #intro_main_wrap .content2_wrap {
        padding-top: 15%;
        padding-bottom: 15%;
    }

    #intro_main_wrap .content2_wrap .text1 {
        font-size: 8vw;
        line-height: 1.1;
        text-align: center !important;
    }
    
    #intro_main_wrap .content2_wrap .text2 {
        font-size: 3vw;
		line-height: 1.1;
    } 

    #intro_main_wrap .content4_wrap .text1 {
        font-size: 8vw;
        line-height: 1.1;
    }
    
    #intro_main_wrap .content4_wrap .text2 {
        font-size: 4.6vw;
        line-height: 1.1;
    }
    
    #intro_main_wrap .text1_6-9 {
        font-size: 6.8vw;
        line-height: 1.1;
    }
    
    #intro_main_wrap .text2_6-9 {
        font-size: 5vw;
        line-height: 1.1;
    }
    
    #intro_main_wrap .content5_wrap .text1 {
        font-size: 8vw;
        line-height: 1.1;
    }
    
    #intro_main_wrap .content10_wrap .text1 {
        font-size: 7vw;
        line-height: 1.1;
    }
    
    #intro_main_wrap .content10_wrap .text2 {
        font-size: 7vw;
        line-height: 1.1;
    }

    #intro_main_wrap .content4_wrap .flexReverse,
    #intro_main_wrap .content7_wrap .flexReverse,
    #intro_main_wrap .content9_wrap .flexReverse
    {
        flex-direction: column-reverse;
    }
    #intro_main_wrap .content4_wrap {
        padding-top: 15% !important;
    }

    #intro_main_wrap .content4_wrap .wrap1 {
        padding: 23% 5%;
    }

    #intro_main_wrap .content9_wrap {
        padding-bottom: 0 !important;
    }

    #intro_main_wrap .content10_wrap {
        padding-top: 15% !important;
        padding-bottom: 15% !important;
    }
}

@media (max-width: 500px) {
	#intro_main_wrap .main1_m_tx_top {font-size: 12vw !important;}
	#intro_main_wrap .main1_m_tx_btm {font-size: 4.6vw !important;}

    #intro_main_wrap .content2_wrap .text2 {
        font-size: 5vw;
    } 

    #intro_main_wrap .content2_wrap .text1 {
        font-size: 13vw;
    }

    #intro_main_wrap .content4_wrap .text1 {
        font-size: 13vw;
    }
}