/*

제타모빌리티 홈페이지 영문 css
25.11.10.

*/


/* **************************************** *
 * font default
 * **************************************** */
body {
    font-size: 19px;
}
h2 {
    font-weight: 600;
    font-size: 54px;
}
h3 {
    font-weight: 600;
    font-size: 38px;
}
h4 {
    font-weight: 600;
    line-height: 1.4em;
}
strong {
    font-weight: 600;
}
.contact_sec_btn a {
    font-weight: 600;
}
.subbanner_news .subbanner_h1 {
    font-weight: 600;
}

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


@media screen and (max-width: 767px) {
    h2 {
		font-size: 26px;
	}
    h3 {
		font-size: 23px;
	}
}



/* **************************************** *
 * 000 main 
 * **************************************** */
#main_con1 h2 {
    font-size: 62px;
}
.main_con2_col1_txtbox p {
    font-weight: 600;
}
#main_con4 P {
    font-weight: 400;
}
em {
    font-style: italic;
}


@media screen and (max-width: 1024px) {
    #main_con1 h2 {
        font-size: 42px;
    }
}


@media screen and (max-width: 767px) {
    body {font-size: 15px;}
    #main_con1 h2 {
        font-size: 27px;
    }
}



/* **************************************** *
 * 102
 * **************************************** */
.leader_titlebox  {
    min-height: 385px;
}
.title_col_txt {
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .leader_titlebox  {
        min-height: 240px;
    }
}

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

}


/* **************************************** *
 * 200 ~ contact
 * **************************************** */
.tech1_con2_logo {
    display: none;
}
.tech1_box_list li {
    line-height: 1.4em;
}
.tech2_con2_imgbox {
    width: calc(33.33% - 40px);
}
.tech2_con2_txtbox {
    width: calc(66.66% - 40px);
}
.contact_label {
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .tech2_con5_txt {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .tech2_con2_imgbox {
        width: 100%;
        text-align: center;
    }
    .tech2_con2_txtbox {
        width: 100%;
    }
    .tech2_con5_txt {
        font-size: 15px;
    }
}