@charset "utf-8";

/*
 * File    : lang-en.css
 * Author  : STUDIO-JT (JSH)
 *
 * SUMMARY :
 * MISSION
 * TECHNOLOGIES
 * RWD
 */



/* **************************************** *
 * MISSION
 * **************************************** */
html[lang="en-US"] .mission-philosophy__content { padding-top: 80rem; padding-bottom: 80rem; }



/* **************************************** *
 * TECHNOLOGIES
 * **************************************** */
html[lang="en-US"] #brush-test-line .testlab-example__step-image .jt-lazyload { padding-top: 14.06%; }



/* **************************************** *
 * RWD
 * **************************************** */
@media (max-width: 1200px){

    /* PRODUCT */
    html[lang="en-US"] .product-list .article__visual-content br { display: none; }

}

@media (max-width: 1023px){

    /* CAREERS */
    html[lang="en-US"] .careers .article__section-title br { display: none; }
    html[lang="en-US"] .careers .article__section-head .article__section-desc br { display: none; }

}

@media (max-width: 860px){

    /* MISSION */
    html[lang="en-US"] .mission-philosophy__content { padding-top: 60rem; padding-bottom: 60rem; }

    /* TECHNOLOGIES */
    html[lang="en-US"] #brush-test-line .testlab-example__step-image .jt-lazyload { padding-top: 138.4%; }

}

@media (max-width: 540px){

    /* MISSION */
    html[lang="en-US"] .mission-philosophy__content { padding-top: 40rem; padding-bottom: 40rem; }

    /* CAREERS */
    html[lang="en-US"] .careers-process__step-content-inner span { font-size: var(--font-size-ko-08); line-height: var(--font-lineheight-ko-08); }
    html[lang="en-US"] .careers-process__step-content-inner b { font-size: var(--font-size-ko-06); line-height: var(--font-lineheight-ko-06); }

}