/*

OQT 홈페이지 영문 css
25.10.28.

*/



/* **************************************** *
 * GLOBAL
 * **************************************** */
body {
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 16px;
    }
}



/* **************************************** *
 * font default
 * **************************************** */
h3 {
    font-weight: 600;
    font-size: 30px;
}
h4 {
    font-weight: 600;
    font-size: 22px;
}



@media screen and (max-width: 1024px) {
    h3 {
		font-size: 28px;
	}
}


@media screen and (max-width: 767px) {
    h3 {
		font-size: 20px;
	}
    h4 {
		font-size: 18px;
	}
}



/* **************************************** *
 * footer 
 * **************************************** */
.footer_link {
    width: 161px;
}
.footer_info {
    width: calc(100% - 40px - 161px);
}
.footer_info dl dt {
    width: 270px;
}
.footer_info dl dd {
    width: calc(100% - 270px);
}


@media screen and (max-width: 1024px) {
    .footer_content {
        flex-wrap: wrap;
    }
    .footer_right {
        width: 100%;
    }
    .footer_info {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .footer_info dl dd, .footer_info dl dt {
        width: 100%;
    }
}



/* **************************************** *
 * main
 * **************************************** */
.banner_h1 {
    font-weight: 600;
    font-size: 57px;
}
.main_con1_txtbox p,
.main_con2_title_col p {
    font-weight: 400;
}
.main_con4_office_box dt {
    width: 100%;
}
.main_con4_office_box dt:after {
    display: none;
}

.main_con2_list li:nth-child(3) {
    margin-top: -280px;
}

@media screen and (max-width: 1024px) {
    .banner_h1 {
        font-size: 40px;
    }
    .main_con2_list li:nth-child(3) {
        margin-top: -232px;
    }
}


@media screen and (max-width: 767px) {
    .banner_h1 {
        font-size: 24px;
        font-weight: 500;
    }
    .main_con2_list {
		grid-template-columns: repeat(1, 1fr);
	}
	.main_con2_list li:nth-child(2),
	.main_con2_list li:nth-child(3) {
        margin-top: 0;
    }
}





/* **************************************** *
 * 100
 * **************************************** */
.about_con1_title,
.about_con3_list li p {
    font-weight: 600;
}


@media screen and (max-width: 1024px) {
}


@media screen and (max-width: 767px) {
}




/* **************************************** *
 * 200
 * **************************************** */
.tech_con1_title_txt {
    font-weight: 400;
}
.tech_title_txt {
    font-weight: 400;
}


@media screen and (max-width: 1024px) {
}


@media screen and (max-width: 767px) {
}




/* **************************************** *
 * 300
 * **************************************** */
.careers_title {
    font-weight: 600;
    font-size: 48px;
}
.careers_con3_list li h3 {
    height: 180px;
}

 @media screen and (max-width: 1024px) {
    .careers_title {
        font-size: 40px;
    }
    .careers_con3_list li h3 {
        height: auto;
    }
}


@media screen and (max-width: 767px) {
    .careers_title {
        font-size: 28px;
    }

}