@import url("https://use.typekit.net/vam6nqg.css");
@import '/font/NotoSansKR/NotoSansKR.css';


body {
    font-family: 'proxima-nova', 'NotoSansKR', sans-serif;
    color: #000;
    letter-spacing: 0.35px;
    font-weight: 400;

    background-color: transparent;
    margin: 0;
    overflow-x: auto;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    height: 100%;

    word-break: keep-all;
    min-width: 768px;
}

a {
    color: #000;
    text-decoration: none;
}

video {
    outline: none;
    border: 0;
    -webkit-mask-image: -webkit-radial-gradient(#FFFFFF, #000000);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
    box-shadow: none;
    margin: 0;
    appearance: none;
    border: 0;
}
input:focus {
    outline:none;
}
input[type=text],
input[type=password],
input[type=date] {
    -webkit-border-radius:0;
    -webkit-appearance:none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wrap {
    position: relative;
    width: 100%;
    min-height: calc(var(--vh, 1vh) * 100);
    /*padding-top: 92px;*/
    padding-bottom: 150px;
    background-color: #121619;
}

.inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.section {
    position: relative;
    padding: 0 160px;
}

.visible_hidden {
    position: absolute !important;
    overflow: hidden !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    margin: -1px !important;
}

.ico {
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.wsnr {
    white-space: nowrap;
}

.invalid_msg {
    margin-top: 4px;
    font-size: 12px;
    line-height: 18px;
    color: #eb3d4f;
}


/*스크롤바 제거*/
/*body::-webkit-scrollbar {*/
/*    display: none;*/
/*}*/

/*!* Hide scrollbar for IE, Edge and Firefox *!*/
/*body {*/
/*    -ms-overflow-style: none;  !* IE and Edge *!*/
/*    scrollbar-width: none;  !* Firefox *!*/
/*}*/

/*
*
*
*
*
* header
*
*
*
*
*/
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 92px;
    z-index: 10;
    background-color: #121619;
}
.header .header_in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 160px;
}
.header .logo {
    width: 56px;
}
.header .nav {
    display: flex;
    align-items: center;
}
.header .nav li {
    margin-right: 32px;
}
.header .nav li:last-child {
    margin-right: 0;
}
.header .nav li a {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.header .nav li a .ico_outlink {
    margin-left: 4px;
    width: 24px;
    height: 24px;

    background-image: url('https://d18khqjaxnxujq.cloudfront.net/page_image/branding/ico_outlink.svg');
}
.header .lang_menu {
    position: relative;
}
.header .lang_menu .selected_lang {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.375;
    text-transform: uppercase;
}
.header .lang_menu .selected_lang .ico_lang {
    margin-right: 4px;
    width: 24px;
    height: 24px;

    background-image: url('https://d18khqjaxnxujq.cloudfront.net/page_image/branding/ico_language.svg');
}
.header .lang_menu .selected_lang .ico_down {
    margin-left: 4px;
    width: 12px;
    height: 12px;

    background-image: url('https://d18khqjaxnxujq.cloudfront.net/page_image/branding/ico_dropdown.svg');
}
.header .lang_menu .lang_dd {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 10px;

    background-color: #444;
    border-radius: 8px;
    padding: 8px 0;
}
.header .lang_menu .lang_dd li:not(:first-child) {
    margin-top: 8px;
}
.header .lang_menu .lang_dd li a {
    padding: 0 24px;
    font-size: 16px;
    line-height: 1.375;
    color: #838383;
}
.header .lang_menu .lang_dd li.active a {
    color: #fff;
}
/*
*
*
*
*
* footer
*
*
*
*
*/

.footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 150px;
    z-index: 1;
}
.footer .footer_in {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 160px;
}
.footer p {
    font-size: 16px;
    line-height: 1.375;
    color: #f0f0f0;
}

/*
*
*
*
*
* contact us
*
*
*
*
*/
.contact_us {
    display: none;
    height: 948px;
    background-color: #f6f7fb;
    border-radius: 40px 40px 0px 0px;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    max-height: calc(100vh - 92px);
    overflow-y: auto;
}
.contact_us .contact_in {
    padding: 72px 160px 48px 160px;
    position: relative;
}
.contact_us .contact_close {
    position: absolute;
    right: 32px;
    top: 32px;
}
.contact_us .contact_close .ico_close {
    width: 24px;
    height: 24px;
    background-image: url('https://d18khqjaxnxujq.cloudfront.net/page_image/branding/ico_close.svg');
}

.contact_us .contact_tit {
    font-size: 64px;
    line-height: 1.125;
    font-weight: 600;
    color: #121619
}
.contact_us .contact_sub {
    font-size: 48px;
    line-height: 1.125;
    font-weight: 600;
    color: #121619;
    margin-top: 60px;
}
.contact_us .contact_cont {
    /*margin-top: 60px;*/
    margin-top: 0;
    display: flex;

    max-height: calc((var(--vh, 1vh) * 100) - 60px - 72px - 72px - 92px - 32px);
    max-height: calc((var(--vh, 1vh) * 100) - 72px - 72px - 92px - 32px);
    overflow-y: auto;
}
.contact_us .contact_cont .contact_info {
    width: 64.25%;
    margin-right: 3.75%;
}
/*.contact_us .contact_cont .contact_info .info_tit {*/
/*    font-size: 48px;*/
/*    line-height: 1.125;*/
/*    font-weight: 600;*/
/*    color: #121619;*/
/*}*/
.contact_us .contact_cont .contact_info .info_cont {
    margin-top: 78px;
}
.contact_us .contact_cont .contact_info .info_cont .info_row {
    border-bottom: 1px solid #121619;
    display: flex;
    padding: 32px 0;
}
.contact_us .contact_cont .contact_info .info_cont .info_row:first-child {
    border-top: 1px solid #121619;
    align-items: flex-end;
}
.contact_us .contact_cont .contact_info .info_cont .info_row .info_item {
    width: calc(25% - 24px);
    margin-right: 32px;
}
.contact_us .contact_cont .contact_info .info_cont .info_row .info_item:last-child {
    margin-right: 0;
}
.contact_us .contact_cont .contact_info .info_cont .info_row .info_item .name {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
    color: #444;
}
.contact_us .contact_cont .contact_info .info_cont .info_row .info_item .city {
    font-size: 18px;
    line-height: 1.33;
    font-weight: 600;
    margin-top: 16px;
    color: #444;
}
.contact_us .contact_cont .contact_info .info_cont .info_row .info_item .addr {
    font-size: 16px;
    line-height: 1.375;
    margin-top: 8px;
    color: #555;
}
.contact_us .contact_cont .contact_info .social_w {
    margin-top: 32px;
    display: flex;
}
.contact_us .contact_cont .contact_info .social_w a {
    display: inline-block;
    margin-right: 8px;
}
.contact_us .contact_cont .contact_info .social_w a:last-child {
    margin-right: 0;
}
.contact_us .contact_cont .contact_info .social_w .ico {
    width: 32px;
    height: 32px;
}
.contact_us .contact_cont .contact_info .social_w .ico_linkedin {
    background-image: url('https://d18khqjaxnxujq.cloudfront.net/page_image/branding/ico_linkedin.svg');
}
.contact_us .contact_cont .contact_info .social_w .ico_instagram {
    background-image: url('https://d18khqjaxnxujq.cloudfront.net/page_image/branding/ico_instagram.svg');
}
.contact_us .contact_cont .contact_info .social_w .ico_facebook {
    background-image: url('https://d18khqjaxnxujq.cloudfront.net/page_image/branding/ico_facebook.svg');
}
.contact_us .contact_cont .contact_info .social_w .ico_youtube {
    background-image: url('https://d18khqjaxnxujq.cloudfront.net/page_image/branding/ico_youtube.svg');
}
.contact_us .contact_cont .contact_info .social_w .ico_clip {
    background-image: url('https://d18khqjaxnxujq.cloudfront.net/page_image/branding/ico_clip.svg');
}

.contact_us .contact_cont .contact_inquiry {
    width: 32%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /*padding-top: 24px;*/
    padding: 0 0 64px;
}
.contact_us .contact_cont .contact_inquiry .inquiry_row:not(:first-child) {
    margin-top: 60px;
}
.contact_us .contact_cont .contact_inquiry .inquiry_row .row_tit {
    font-size: 32px;
    line-height: 1.1875;
    font-weight: 600;
    color: #121619;
}
.contact_us .contact_cont .contact_inquiry .inquiry_row .row_cont_w {
    position: relative;
}
.contact_us .contact_cont .contact_inquiry .inquiry_row .row_cont {
    margin-top: 12px;
}

.contact_us .contact_cont .contact_inquiry .inquiry_row.company_profile .row_cont {
    display: flex;
    align-items: center;
}
.contact_us .contact_cont .contact_inquiry .inquiry_row.company_profile .row_cont a {
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    border-radius: 60px;
    background-color: #FFFFFF;
    border: 1px solid #000000;

    font-size: 18px;
    line-height: 1.33;
    font-weight: 600;
    color: #000000;
}
.contact_us .contact_cont .contact_inquiry .inquiry_row.company_profile .row_cont .ico_linearrow {
    margin-right: 4px;
    width: 24px;
    height: 24px;

    background-image: url('https://d18khqjaxnxujq.cloudfront.net/page_image/branding/ico_down_arrow_black.svg');
    background-size: auto;
    background-position: center;
}
.contact_us .contact_cont .contact_inquiry .inquiry_row.company_profile .row_link {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.contact_us .contact_cont .contact_inquiry .inquiry_row.company_profile .row_link a {
    display: flex;
    justify-content: center;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2000;
    background-color: #000000;
    padding: 18px 0;
    border-radius: 50px;
}
.contact_us .contact_cont .contact_inquiry .inquiry_row.company_profile .row_link .ico_upright_arrow {
    margin-left: 3px;
    width: 24px;
    height: 24px;

    background-image: url('https://d18khqjaxnxujq.cloudfront.net/page_image/branding/ico_upright_arrow.svg');
    background-size: auto;
    background-position: center;
}
.contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .input_row:not(:first-child) {
    margin-top: 16px;
}
.contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .input_row select,
.contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .input_row input {
    display: block;
    width: 100%;
    padding: 12px;
    border-bottom: 1px solid #555;
    font-size: 14px;
    line-height: 1.42;
    color: #121619;
    background-color: transparent;
}
.contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .input_row input.invalid {
    border-color: #eb3d4f;
}
.contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .input_row select {
    padding-right: 28px;
    background-image: url('https://d18khqjaxnxujq.cloudfront.net/page_image/branding/ico_open.svg');
    background-size: 16px 16px;
    background-position: right 12px center;
    background-repeat: no-repeat;
}
.contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .input_row .textarea_in {
    width: 100%;
    border-bottom: 1px solid #555;
    padding: 12px;
    overflow-y: auto;
    background-color: transparent;
}
.contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .input_row .textarea_in.invalid {
    border-color: #eb3d4f;
}
.contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .input_row .textarea_in textarea {
    width: 100%;
    height: 56px;
    resize: none;
    padding: 0;
    font-size: 14px;
    line-height: 1.42;
    font-weight: 300;
    color: #121619;
    background-color: transparent;
}
.contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .input_row .textarea_in textarea::-webkit-scrollbar {
    width: 4px;
}
.contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .input_row .textarea_in textarea::-webkit-scrollbar-thumb {
    background: rgba(131,131,131,0.8);
    border-radius: 4px;
}
.contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .input_row .textarea_in textarea::-webkit-scrollbar-track {
    background: #eaeaea;
}

.contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .input_row.name {
    display: flex;
    justify-content: space-between;
}
.contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .input_row.name .input_col {
    width: calc(50% - 8px);
}

.contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .row_btn {
    margin-top: 24px;
}
.contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .row_btn a {
    display: inline-flex;
    align-items: center;

    font-size: 18px;
    line-height: 1.33;
    font-weight: 600;
    color: #121619;
}
.contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .row_btn a .ico_send {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #121619;
    background-image: url('https://d18khqjaxnxujq.cloudfront.net/page_image/branding/ico_linearrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px 32px;

    margin-right: 8px;
    transform: rotate(-90deg);
}
.contact_us .inquiry_success {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.contact_us .inquiry_success .inquiry_success_in {
    /*display: none;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;

    background-color: #f6f7fb;
    text-align: center;
}
.contact_us .inquiry_success .img {
    width: 64px;
    height: 64px;
}
.contact_us .inquiry_success .success_tit {
    margin-top: 16px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
    color: #444;
}
.contact_us .inquiry_success .success_desc {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.375;
    color: #555;
}

@media (max-width: 1920px) {
    body {
        letter-spacing: 0.02vw;
    }

    .wrap {
        padding-bottom: 7.81vw;
    }

    .section {
        padding: 0 8.33vw;
    }
    .invalid_msg {
        margin-top: 0.21vw;
        font-size: 0.63vw;
        line-height: 0.94vw;
    }
    /*
    *
    *
    *
    *
    * header
    *
    *
    *
    *
    */
    .header {
        height: 4.79vw;
    }
    .header .header_in {
        padding: 0 8.33vw;
    }
    .header .logo {
        width: 2.92vw;
    }
    .header .nav li {
        margin-right: 1.67vw;
    }
    .header .nav li:last-child {
        margin-right: 0;
    }
    .header .nav li a {
        font-size: 1.04vw;
    }
    .header .nav li a .ico_outlink {
        margin-left: 0.21vw;
        width: 1.25vw;
        height: 1.25vw;

    }
    .header .lang_menu .selected_lang {
        font-size: 0.83vw;
    }
    .header .lang_menu .selected_lang .ico_lang {
        margin-right: 0.21vw;
        width: 1.25vw;
        height: 1.25vw;
    }
    .header .lang_menu .selected_lang .ico_down {
        margin-left: 0.21vw;
        width: 0.63vw;
        height: 0.63vw;
    }
    .header .lang_menu .lang_dd {
        margin-top: 0.52vw;
        border-radius: 0.42vw;
        padding: 0.42vw 0;
    }
    .header .lang_menu .lang_dd li:not(:first-child) {
        margin-top: 0.42vw;
    }
    .header .lang_menu .lang_dd li a {
        padding: 0 1.25vw;
        font-size: 0.83vw;
    }
    /*
    *
    *
    *
    *
    * footer
    *
    *
    *
    *
    */

    .footer {
        height: 7.81vw;
    }
    .footer .footer_in {
        padding: 0 8.33vw;
    }
    .footer p {
        font-size: 0.83vw;
    }

    /*
    *
    *
    *
    *
    * contact us
    *
    *
    *
    *
    */
    .contact_us {
        height: 49.38vw;
        border-radius: 2.08vw 2.08vw 0px 0px;
        max-height: calc(100vh - 4.79vw);
    }
    .contact_us .contact_in {
        padding: 3.75vw 8.33vw 2.5vw 8.33vw;
    }
    .contact_us .contact_close {
        right: 1.67vw;
        top: 1.67vw;
    }
    .contact_us .contact_close .ico_close {
        width: 1.25vw;
        height: 1.25vw;
    }

    .contact_us .contact_tit {
        font-size: 3.33vw;
    }
    .contact_us .contact_sub {
        font-size: 2.5vw;
        margin-top: 3.13vw;
    }
    .contact_us .contact_cont {
        /*margin-top: 3.13vw;*/
        /*max-height: calc((var(--vh, 1vh) * 100) - 3.13vw - 3.75vw - 3.75vw - 4.79vw - 1.67vw);*/
        margin-top: 0;
        max-height: calc((var(--vh, 1vh) * 100) - 3.75vw - 3.75vw - 4.79vw - 1.67vw);
    }
    .contact_us .contact_cont .contact_info .info_tit {
        font-size: 2.5vw;
    }
    .contact_us .contact_cont .contact_info .info_cont {
        margin-top: 4.06vw;
    }
    .contact_us .contact_cont .contact_info .info_cont .info_row {
        padding: 1.67vw 0;
    }
    .contact_us .contact_cont .contact_info .info_cont .info_row .info_item {
        width: calc(25% - 1.25vw);
        margin-right: 1.67vw;
    }
    .contact_us .contact_cont .contact_info .info_cont .info_row .info_item:last-child {
        margin-right: 0;
    }
    .contact_us .contact_cont .contact_info .info_cont .info_row .info_item .name {
        font-size: 1.25vw;
    }
    .contact_us .contact_cont .contact_info .info_cont .info_row .info_item .city {
        font-size: 0.94vw;
        margin-top: 0.83vw;
    }
    .contact_us .contact_cont .contact_info .info_cont .info_row .info_item .addr {
        font-size: 0.83vw;
        margin-top: 0.42vw;
    }
    .contact_us .contact_cont .contact_info .social_w {
        margin-top: 1.67vw;
    }
    .contact_us .contact_cont .contact_info .social_w a {
        margin-right: 0.42vw;
    }
    .contact_us .contact_cont .contact_info .social_w a:last-child {
        margin-right: 0;
    }
    .contact_us .contact_cont .contact_info .social_w .ico {
        width: 1.67vw;
        height: 1.67vw;
    }

    .contact_us .contact_cont .contact_inquiry {
        /*padding-top: 1.25vw;*/
        padding: 0 0 3.34vw;
    }
    .contact_us .contact_cont .contact_inquiry .inquiry_row:not(:first-child) {
        margin-top: 3.13vw;
    }
    .contact_us .contact_cont .contact_inquiry .inquiry_row .row_tit {
        font-size: 1.67vw;
    }
    .contact_us .contact_cont .contact_inquiry .inquiry_row .row_cont {
        margin-top: 0.63vw;
    }

    .contact_us .contact_cont .contact_inquiry .inquiry_row.company_profile .row_cont a {
        margin-right: 0.42vw;
        padding: 0.63vw 1.25vw;
        border-radius: 3.13vw;

        font-size: 0.94vw;
    }
    .contact_us .contact_cont .contact_inquiry .inquiry_row.company_profile .row_cont .ico_linearrow {
        margin-right: 0.21vw;
        width: 1.25vw;
        height: 1.25vw;
    }

    .contact_us .contact_cont .contact_inquiry .inquiry_row.company_profile .row_link {
        margin-top: 2.08vw;
    }
    .contact_us .contact_cont .contact_inquiry .inquiry_row.company_profile .row_link a {
        font-size: 1.04vw;
        padding: 0.94vw 0;
        border-radius: 2.60vw;
    }
    .contact_us .contact_cont .contact_inquiry .inquiry_row.company_profile .row_link .ico_upright_arrow {
        margin-left: 0.16vw;
        width: 1.25vw;
        height: 1.25vw;
    }

    .contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .input_row:not(:first-child) {
        margin-top: 0.83vw;
    }
    .contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .input_row select,
    .contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .input_row input {
        padding: 0.63vw;
        font-size: 0.73vw;
    }
    .contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .input_row select {
        padding-right: 1.46vw;
        background-size: 0.83vw 0.83vw;
        background-position: right 0.63vw center;
    }
    .contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .input_row .textarea_in {
        padding: 0.63vw;
    }
    .contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .input_row .textarea_in textarea {
        height: 2.92vw;
        font-size: 0.73vw;
    }
    .contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .input_row.name .input_col {
        width: calc(50% - 0.42vw);
    }

    .contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .row_btn {
        margin-top: 1.25vw;
    }
    .contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .row_btn a {
        font-size: 0.94vw;
    }
    .contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .row_btn a .ico_send {
        width: 2.5vw;
        height: 2.5vw;
        background-size: 1.67vw 1.67vw;

        margin-right: 0.42vw;
    }

    .contact_us .inquiry_success .img {
        width: 3.33vw;
        height: 3.33vw;
    }
    .contact_us .inquiry_success .success_tit {
        margin-top: 0.83vw;
        font-size: 1.25vw;
    }
    .contact_us .inquiry_success .success_desc {
        margin-top: 0.42vw;
        font-size: 0.83vw;
    }
}

@media (max-width: 768px) {
    body {
        letter-spacing: 0.15px;
    }

    .wrap {
        padding-bottom: 60px;
    }

    .section {
        padding: 0 64px;
    }
    .invalid_msg {
        margin-top: 2px;
        font-size: 5px;
        line-height: 7px;
    }
    /*
    *
    *
    *
    *
    * header
    *
    *
    *
    *
    */
    .header {
        height: 37px;
    }
    .header .header_in {
        padding: 0 64px;
    }
    .header .logo {
        width: 22px;
    }
    .header .nav li {
        margin-right: 13px;
    }
    .header .nav li:last-child {
        margin-right: 0;
    }
    .header .nav li a {
        font-size: 8px;
    }
    .header .nav li a .ico_outlink {
        margin-left: 2px;
        width: 10px;
        height: 10px;

    }
    .header .lang_menu .selected_lang {
        font-size: 6px;
    }
    .header .lang_menu .selected_lang .ico_lang {
        margin-right: 2px;
        width: 10px;
        height: 10px;
    }
    .header .lang_menu .selected_lang .ico_down {
        margin-left: 2px;
        width: 5px;
        height: 5px;
    }
    .header .lang_menu .lang_dd {
        margin-top: 4px;
        border-radius: 3px;
        padding: 3px 0;
    }
    .header .lang_menu .lang_dd li:not(:first-child) {
        margin-top: 3px;
    }
    .header .lang_menu .lang_dd li a {
        padding: 0 10px;
        font-size: 6px;
    }
    /*
    *
    *
    *
    *
    * footer
    *
    *
    *
    *
    */

    .footer {
        height: 60px;
    }
    .footer .footer_in {
        padding: 0 64px;
    }
    .footer p {
        font-size: 6px;
    }

    /*
    *
    *
    *
    *
    * contact us
    *
    *
    *
    *
    */
    .contact_us {
        height: 379px;
        border-radius: 16px 16px 0px 0px;
        max-height: calc(100vh - 37px);
    }
    .contact_us .contact_in {
        padding: 29px 64px 19px 64px;
    }
    .contact_us .contact_close {
        right: 13px;
        top: 13px;
    }
    .contact_us .contact_close .ico_close {
        width: 10px;
        height: 10px;
    }

    .contact_us .contact_tit {
        font-size: 26px;
    }
    .contact_us .contact_sub {
        font-size: 19px;
        margin-top: 24px;
    }
    .contact_us .contact_cont {
        /*margin-top: 24px;*/
        /*max-height: calc((var(--vh, 1vh) * 100) - 24px - 29px - 29px - 37px - 13px);*/
        margin-top: 0;
        max-height: calc((var(--vh, 1vh) * 100) - 29px - 29px - 37px - 13px);
    }
    .contact_us .contact_cont .contact_info .info_tit {
        font-size: 19px;
    }
    .contact_us .contact_cont .contact_info .info_cont {
        margin-top: 31px;
    }
    .contact_us .contact_cont .contact_info .info_cont .info_row {
        padding: 13px 0;
    }
    .contact_us .contact_cont .contact_info .info_cont .info_row .info_item {
        width: calc(25% - 10px);
        margin-right: 13px;
    }
    .contact_us .contact_cont .contact_info .info_cont .info_row .info_item:last-child {
        margin-right: 0;
    }
    .contact_us .contact_cont .contact_info .info_cont .info_row .info_item .name {
        font-size: 10px;
    }
    .contact_us .contact_cont .contact_info .info_cont .info_row .info_item .city {
        font-size: 7px;
        margin-top: 6px;
    }
    .contact_us .contact_cont .contact_info .info_cont .info_row .info_item .addr {
        font-size: 6px;
        margin-top: 3px;
    }
    .contact_us .contact_cont .contact_info .social_w {
        margin-top: 13px;
    }
    .contact_us .contact_cont .contact_info .social_w a {
        margin-right: 3px;
    }
    .contact_us .contact_cont .contact_info .social_w a:last-child {
        margin-right: 0;
    }
    .contact_us .contact_cont .contact_info .social_w .ico {
        width: 13px;
        height: 13px;
    }

    .contact_us .contact_cont .contact_inquiry {
        /*padding-top: 10px;*/
        padding: 0 0 48px;
    }
    .contact_us .contact_cont .contact_inquiry .inquiry_row:not(:first-child) {
        margin-top: 24px;
    }
    .contact_us .contact_cont .contact_inquiry .inquiry_row .row_tit {
        font-size: 13px;
    }
    .contact_us .contact_cont .contact_inquiry .inquiry_row .row_cont {
        margin-top: 7px;
    }

    .contact_us .contact_cont .contact_inquiry .inquiry_row.company_profile .row_cont a {
        margin-right: 3px;
        padding: 5px 10px;
        border-radius: 24px;

        font-size: 7px;
    }
    .contact_us .contact_cont .contact_inquiry .inquiry_row.company_profile .row_cont .ico_linearrow {
        margin-right: 2px;
        width: 10px;
        height: 10px;
    }

    .contact_us .contact_cont .contact_inquiry .inquiry_row.company_profile .row_link {
        margin-top: 24px;
    }
    .contact_us .contact_cont .contact_inquiry .inquiry_row.company_profile .row_link a {
        font-size: 12px;
        padding: 11px 0;
        border-radius: 30px;
    }
    .contact_us .contact_cont .contact_inquiry .inquiry_row.company_profile .row_link .ico_upright_arrow {
        margin-left: 2px;
        width: 10px;
        height: 10px;
    }

    .contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .input_row:not(:first-child) {
        margin-top: 6px;
    }
    .contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .input_row select,
    .contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .input_row input {
        padding: 5px;
        font-size: 6px;
    }
    .contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .input_row select {
        padding-right: 11px;
        background-size: 6px 6px;
        background-position: right 5px center;
    }
    .contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .input_row .textarea_in {
        padding: 5px;
    }
    .contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .input_row .textarea_in textarea {
        height: 22px;
        font-size: 6px;
    }
    .contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .input_row.name .input_col {
        width: calc(50% - 3px);
    }

    .contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .row_btn {
        margin-top: 10px;
    }
    .contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .row_btn a {
        font-size: 7px;
    }
    .contact_us .contact_cont .contact_inquiry .inquiry_row.get_in_touch .row_btn a .ico_send {
        width: 19px;
        height: 19px;
        background-size: 13px 13px;

        margin-right: 3px;
    }

    .contact_us .inquiry_success .img {
        width: 26px;
        height: 26px;
    }
    .contact_us .inquiry_success .success_tit {
        margin-top: 6px;
        font-size: 10px;
    }
    .contact_us .inquiry_success .success_desc {
        margin-top: 3px;
        font-size: 6px;
    }
}
