body {
    color: #1f1f1f;
    font-family: Noto Sans TC, sans-serif;
    /* font-size: 21px; */
    /* font-weight: 100; */
    /* line-height: 33px; */
}
p {
    margin-bottom: 0;
    padding-top: 16.5px;
}
a {
    color: #1f1f1f;
    text-decoration: none;
    transition: all 0.3s;
}
.emface-banner {
    position: relative;
    font-size: 0;
}
.emface-banner__img {
    display: block;
    width: 100%;
}
.emface-banner__img--mb {
    display: none;
}
.emface-banner__item-container {
    position: absolute;
    top: 64%;
    left: 55%;
    width: 40%;
    display: flex;
}
.emface-banner__item {
    position: relative;
    width: calc((100% / 3) - 5%);
    margin: 0 auto;
    font-size: 0;
}
.emface-banner__item-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: rotate(180deg);
    transition: 1s all ease;
    transition-delay: 1s;
}
.emface-banner__item-circle--revert {
    transform: rotate(-180deg);
}
.emface-banner__item.animated .emface-banner__item-circle,
.emface-banner__item.animated .emface-banner__item-circle--revert {
    opacity: 1;
    transform: rotate(0deg);
}
.banner_video {
    z-index: 1;
    width: 100%;
    height: 56.25vw;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 12vh;
    display: flex;
}
.banner_video--mobile {
    display: none;
}
.banner_tagline_img {
    height: 24vh;
    max-height: 285px;
    max-width: none;
    display: none;
}
.intro_container {
    width: 100%;
    overflow: hidden;
}
.intro_part1_block {
    width: 100%;
    max-width: 1000px;
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 96px;
    padding-left: 50px;
    padding-right: 50px;
    font-weight: 100;
}
.bg_img {
    z-index: -99;
    width: 100%;
    height: 100vh;
    background-image: url("../images/emface/bg_img.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}
.section_tagline {
    -webkit-text-fill-color: transparent;
    background-image: url("../images/emface/title-bg.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
}
.section_tagline--dark {
    background-image: url("../images/emface/title-bg-2.jpg");
}
.intro_circle_video_row {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 36px;
    display: flex;
}
.circle_video_block {
    z-index: 1;
    width: auto;
    height: auto;
    border-radius: 9999px;
}
.circle_video_block.for_tech {
    max-width: 360px;
    border-radius: 0 0 50px;
    margin-left: auto;
    margin-right: auto;
}
.circle_video_frame {
    width: 300px;
    display: block;
}
.intro_tagline_img_row {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 18px;
    display: flex;
}
.intro_tagline_img {
    width: 600px;
    display: block;
}
.intro_part2_block {
    width: 100%;
    max-width: 1600px;
    flex-direction: row-reverse;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    font-weight: 100;
}
.intro_img_block {
    z-index: 3;
    width: 100%;
    align-items: flex-end;
    padding-left: 50px;
    display: flex;
    position: relative;
}
.img100 {
    width: 100%;
    max-width: none;
    display: block;
}
.intro_part2_content {
    width: 100%;
    align-items: center;
    margin-left: -10%;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
}
.intro_part2_content_in {
    z-index: 2;
    width: 100%;
    color: #fff;
    text-align: center;
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;
}
.intro_part2_bg_graphic {
    z-index: -9;
    width: 720px;
    /* margin-top: -120px; */
    /* margin-left: -360px; */
    position: absolute;
    /* top: 0%; */
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    overflow: hidden;
    max-width: calc(100% + 100px);
    transform: translate(-50%, -50%);
}
.intro_part2_bg_graphic_light1,
.intro_part2_bg_graphic_light2,
.intro_part2_bg_graphic_light3 {
    width: 100%;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}
.intro_part2_bg_graphic_light1 {
    animation: light1 5.4s ease 0s infinite;
}
.intro_part2_bg_graphic_light2 {
    animation: light2 5.4s ease 0s infinite;
}
.intro_part2_bg_graphic_light3 {
    animation: light3 5.4s ease 0s infinite;
}
@keyframes light1 {
    0% {
        opacity: 0;
        transform: translate(-36%, 0%);
    }
    50% {
        opacity: 1;
        transform: translate(0, 0);
    }
    67%,
    100% {
        opacity: 0;
        transform: translate(0, 0);
    }
}
@keyframes light2 {
    0%,
    16.5% {
        opacity: 0;
        transform: translate(-15%, -26%);
    }
    66.5% {
        opacity: 1;
        transform: translate(0, 0);
    }
    83.5%,
    100% {
        opacity: 0;
        transform: translate(0, 0);
    }
}
@keyframes light3 {
    0%,
    33% {
        opacity: 0;
        transform: translate(-19%, 33%);
    }
    83% {
        opacity: 1;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, 0);
    }
}
.intro_small_tagline_row {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 18px;
    display: flex;
}
.intro_small_tagline_img {
    width: 480px;
    display: block;
}
.light_yellow_text {
    color: #efdd95;
}
.intro_part2_btn_row {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 48px;
    display: flex;
}
.intro_part2_btn {
    color: #fff;
    background-color: rgba(239, 221, 149, 0.3);
    border-radius: 6px;
    align-items: center;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 22px;
    display: flex;
}
.intro_part2_btn:hover {
    color: #fff;
    background-color: #4d4028;
    border-color: rgba(239, 221, 149, 0);
}
.intro_part2_btn_icon {
    width: 16px;
    margin-right: 6px;
    display: block;
}
.two_sections_container {
    z-index: 1;
    width: 100%;
    height: auto;
    position: relative;
}
.two_sections_container_in {
    z-index: 2;
    width: 100%;
    height: auto;
    align-items: center;
    padding: 210px 30px;
    display: flex;
    position: relative;
}
.two_sections_block {
    width: 100%;
    max-width: 900px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    margin-left: auto;
    margin-right: auto;
    padding: 120px 50px;
    font-weight: 100;
}
.text_together {
    display: inline-block;
}
.two_sections_bg_in {
    z-index: 1;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}
.tech_section_container {
    z-index: 1;
    width: 100%;
    height: auto;
}
.tech_section_container_in {
    width: 100%;
    max-width: 1400px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 420px auto;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}
.tech_section_img_block {
    width: 100%;
    align-items: flex-end;
    padding-top: 96px;
    /* padding-top: 48px; */
    padding-left: 50px;
    display: flex;
}
.tech_section_right {
    width: 200%;
    align-items: center;
    display: flex;
}
.tech_section_video_block {
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 96px;
    /* padding-bottom: 48px; */
    padding-right: 50px;
    display: flex;
}
.tech_section_text {
    width: 100%;
    max-width: 960px;
    color: #fff;
    text-align: center;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 96px;
    /* padding-top: 48px; */
    padding-bottom: 60px;
    padding-right: 50px;
    /* font-size: 24px; */
    font-size: 21px;
    font-weight: 100;
    line-height: 1.5;
    display: flex;
}
.two_sections_center_line {
    z-index: 3;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: relative;
}
.number_section_container {
    width: 100%;
    display: block;
    background-color: #f1d2d8;
}
.number_section_video {
    display: none;
    width: 100%;
    height: 56.25vw;
    background-image: url(../images/emface/video-poster.png);
    background-size: auto 115%;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1;
}
.two_sections_bg {
    z-index: 0;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.number_section_container_in {
    width: 100%;
    /* background-color: #e6d1d5; */
    /* background-color: #f1d2d8; */
    align-items: center;
    display: flex;
}
.number_section_content {
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 90px 50px;
}
.number_section_title {
    color: #1e1f45;
    /* letter-spacing: 9.6px; */
    font-size: 48px;
    line-height: 60px;
    font-weight: 100;
}
.number_circle_row {
    z-index: 3;
    width: 100%;
    border-bottom: 1px solid #1e1f45;
    justify-content: space-between;
    padding-bottom: 18px;
    display: flex;
    position: relative;
}
.number_circle_block {
    z-index: 3;
    width: 30%;
    position: relative;
}
.number_circle_arrow,
.number_circle_arrow_revert {
    z-index: -1;
    width: 100%;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    opacity: 0;
    transform: rotate(180deg);
    transition: 1.2s all ease;
    transition-delay: 0.3s;
}
.number_circle_arrow_revert {
    transform: rotate(-180deg);
}
.number_circle_block.animated .number_circle_arrow,
.number_circle_block.animated .number_circle_arrow_revert {
    opacity: 1;
    transform: rotate(0deg);
}
.number_highlight_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* align-items: center; */
    width: 100%;
    padding-top: 12px;
    padding-bottom: 30px;
    border-bottom: 1px solid #1e1f45;
}
.number_highlight_text {
    -webkit-text-fill-color: transparent;
    /* background-image: url("../images/emface/gold_texture_brown.jpg"); */
    background-image: url("../images/emface/bg_img.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    /* margin-top: 18px; */
    margin-top: 38px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 18px;
    padding-right: 18px;
    /* font-size: 30px; */
    font-size: 24px;
    font-weight: 300;
    /* line-height: 36px; */
    line-height: 1.4;
    width: 50%;
}
.number_highlight_text b {
    font-size: 1.5em;
}
.number_highlight_text sup {
    vertical-align: top;
}
.superscript {
    display: inline-block;
}
.number_tag_row {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px;
    display: flex;
}
.number_tag_col {
    padding: 0 15px 15px;
    /* min-width: calc(100% / 3 - 30px); */
    width: calc(50% - 30px);
}
.number_tag_block {
    color: #fff;
    background-color: #4d4028;
    /* background-image: url("../images/emface/gold_texture_dark.png"); */
    background-image: url("../images/emface/bg_img.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-radius: 99px;
    align-items: center;
    justify-content: center;
    padding: 9px 24px;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    display: flex;
    overflow: hidden;
}
.number_tag_icon {
    display: block;
    width: 64px;
    margin: 0 auto 10px;
}
.number_tag_tick {
    width: 15px;
    margin-top: 1px;
    margin-right: 12px;
    display: block;
}
.table_section_container {
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
}
.table_section_container_in {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 96px;
    padding-bottom: 108px;
}
.section_small_en {
    text-align: center;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.section_small_title {
    text-align: center;
    letter-spacing: 1.5px;
    padding-top: 6px;
    padding-bottom: 24px;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
}
.table_container {
    width: 100%;
    max-width: 1540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    overflow: auto;
}
.table_container_in {
    width: 100%;
    /* min-width: 1320px; */
}
.table_row {
    width: 100%;
    border-bottom: 1px solid rgba(167, 132, 67, 0.3);
    padding-left: 180px;
    display: flex;
    position: relative;
}
.table_row.first {
    border-bottom: 0 rgba(0, 0, 0, 0);
    margin-bottom: -24px;
}
.table_row.last {
    border-bottom: 0 rgba(0, 0, 0, 0);
}
.table_cell {
    width: 33.333%;
    min-height: 72px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 24px 18px;
    display: flex;
}
.table_cell.emface {
    background-color: #fff;
}
.table_cell.first {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.table_cell.last {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
}
.table_cell_content {
    width: 100%;
}
.table_cell--align-top {
    align-items: flex-start;
}
.table_title_row {
    min-height: 48px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    display: flex;
}
.table_title_logo {
    height: 20px;
    display: block;
}
.table_title_icon {
    width: 24px;
    margin-right: 6px;
    display: block;
}
.table_left_col {
    width: 180px;
    align-items: center;
    font-weight: 700;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
}
.table_answer_icon {
    width: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.table_answer_icon.cross {
    width: 13.5px;
}
.faq_section_container {
    color: #fff;
    padding-top: 108px;
    padding-bottom: 180px;
    position: relative;
    overflow: hidden;
}
.table_graphic_row {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    padding-left: 180px;
    display: flex;
}
.tabe_graphic_img {
    /* width: 100%;
    max-width: 1200px; */
    /* width: calc(100% / 3); */
    width: 25%;
    display: block;
}
.faq_tabs {
    z-index: 1;
    width: 100%;
    max-width: 1540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
}
.faq_tabs_menu {
    width: 100%;
    margin-bottom: -4px;
    padding-bottom: 4px;
    display: flex;
    overflow: auto;
}
.faq_tab_link {
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    padding: 24px;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    display: flex;
    overflow: hidden;
    flex-shrink: 0;
}
.faq_tab_link:hover {
    color: #cfb16b;
}
.faq_tab_link.w--current {
    color: #cfb16b;
    background-color: rgba(0, 0, 0, 0);
    overflow: visible;
}
.faq_tab_link_icon_block {
    margin-bottom: 9px;
    position: relative;
}
.faq_tab_link_icon_img {
    height: 30px;
    display: block;
}
.faq_tab_link_icon_current {
    z-index: 1;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transition: 0.3s all ease;
}
.w--current .faq_tab_link_icon_current,
.faq_tab_link:hover .faq_tab_link_icon_current {
    opacity: 1;
}
.faq_tabs_content {
    width: 100%;
    height: auto;
}
.faq_tab_pane {
    z-index: 1;
    width: 100%;
    height: auto;
    min-height: 315px;
}
.faq_tab_link_line {
    height: 4px;
    background-image: url("../images/emface/gold_texture.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0%;
    right: 0%;
}
.faq_tab_pane_line {
    z-index: 0;
    height: 4px;
    opacity: 0.3;
    background-color: #fff;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 50px;
}
.faq_tab_pane_in {
    width: 100%;
    /* max-width: 1280px; */
    /* padding-right: 300px; */
    padding-right: 30%;
    font-weight: 100;
}
.faq_answer_title {
    -webkit-text-fill-color: transparent;
    /* background-image: url("../images/emface/gold_texture.jpg"); */
    background-image: url("../images/emface/title-bg.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    padding-top: 36px;
    font-weight: 500;
}
.faq_answer_paragraph {
    padding-top: 9px;
    font-size: 18px;
    line-height: 30px;
}
.faq_img_block {
    z-index: 0;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
}
.faq_img {
    width: 24vw;
    min-width: 255px;
    display: block;
}
.grey_section_container_out {
    width: 100%;
    color: #fff;
    background-color: #b5b8c4;
    position: relative;
}
.grey_section_container_in {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.grey_section_hidden_line {
    width: 0;
    height: 200vh;
    position: relative;
}
.grey_section_hidden_line_in {
    height: 50%;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
}
.grey_section_dot1,
.grey_section_dot2,
.grey_section_dot3,
.grey_section_dot4,
.grey_section_dot5,
.grey_section_dot6 {
    width: 100%;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}
.grey_section_container {
    width: 100%;
    align-items: flex-start;
    display: flex;
}
.grey_section_img_block {
    width: 100vh;
    max-width: 100vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.grey_section_rotate_text_block {
    z-index: 3;
    width: 100%;
    padding-bottom: 30vh;
    padding-left: 50%;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
    overflow: hidden;
}
.grey_section_rotate_text {
    max-width: none;
    font-size: 6vh;
    line-height: 6vh;
}
.grey_section_rotate_text_block_in {
    width: 9999%;
    margin-left: -18vh;
}
.grey_section_rotate_text_dot {
    width: 85px;
    margin-top: 50px;
    margin-left: -42.5px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 50%;
    right: auto;
}
.grey_section_bg_text1 {
    width: 48vw;
    text-align: right;
    letter-spacing: 4.5vh;
    padding-left: 30vh;
    padding-right: 30px;
    font-size: 15vh;
    line-height: 18vh;
    position: absolute;
    top: auto;
    bottom: 50%;
    left: 50%;
    right: auto;
    overflow: hidden;
}
.grey_section_bg_text2 {
    width: 48vw;
    text-align: left;
    letter-spacing: 4.5vh;
    padding-left: 30px;
    padding-right: 30vh;
    font-size: 15vh;
    line-height: 18vh;
    position: absolute;
    top: auto;
    bottom: 50%;
    left: auto;
    right: 50%;
    overflow: hidden;
}
.grey_mobile_container {
    width: 100%;
    color: #fff;
    background-color: #b5b8c4;
    align-items: flex-end;
    display: none;
}
.grey_mobile_img_block {
    width: 100vw;
    height: 100vw;
    background-image: url("../images/emface/grey_section_img_base.jpg");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    position: -webkit-sticky;
    position: sticky;
    top: auto;
    bottom: 0;
}
.grey_mobile_img_dot1 {
    z-index: 1;
    opacity: 0;
    background-image: url("../images/emface/grey_section_img_v2_dot1.png");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.grey_mobile_img_dot2 {
    z-index: 1;
    opacity: 0;
    background-image: url("../images/emface/grey_section_img_v2_dot2.png");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.grey_mobile_img_dot3 {
    z-index: 1;
    opacity: 0;
    background-image: url("../images/emface/grey_section_img_v2_dot3.png");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.grey_mobile_img_dot4 {
    z-index: 1;
    opacity: 0;
    background-image: url("../images/emface/grey_section_img_v2_dot4.png");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.grey_mobile_img_dot5 {
    z-index: 1;
    opacity: 0;
    background-image: url("../images/emface/grey_section_img_v2_dot5.png");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.grey_mobile_img_dot6 {
    z-index: 1;
    opacity: 0;
    background-image: url("../images/emface/grey_section_img_v2_dot6.png");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.grey_mobile_bg_text {
    z-index: 1;
    text-align: right;
    padding-top: 4.5vw;
    padding-left: 4.5vw;
    font-size: 13.5vw;
    line-height: 16.5vw;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0;
    right: auto;
}
.grey_mobile_text_block {
    z-index: 3;
    width: 24vw;
    justify-content: center;
    align-items: center;
    padding-top: 24vw;
    font-size: 4.5vw;
    line-height: 6vw;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
}
.grey_mobile_text_en {
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
    transform: translate(-6.3vw, 6.6vw) rotate(90deg);
}
.grey_mobile_text_dot {
    width: 6vw;
    margin-top: 37.5vw;
    margin-right: 13.5vw;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
}
.grey_mobile_text {
    position: relative;
}
.grey_mobile_hidden_line {
    width: 0;
    height: 300vw;
    position: relative;
}
.grey_mobile_hidden_line_in {
    height: 66.66%;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
}
.grey_section_dot7,
.grey_section_dot8,
.grey_section_dot9 {
    width: 100%;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}
.grey_mobile_img_dot7 {
    z-index: 1;
    opacity: 0;
    background-image: url("../images/emface/grey_section_img_v2_dot7.png");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.grey_mobile_img_dot8 {
    z-index: 1;
    opacity: 0;
    background-image: url("../images/emface/grey_section_img_v2_dot8.png");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.grey_mobile_img_dot9 {
    z-index: 1;
    opacity: 0;
    background-image: url("../images/emface/grey_section_img_v2_dot9.png");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
html.w-mod-js [data-ix="number-circle-arrow-scroll-action"] {
    opacity: 0;
    transform: rotate(180deg);
}
html.w-mod-js [data-ix="number-circle-arrow-scroll-action-revert"] {
    opacity: 0;
    transform: rotate(-180deg);
}
.emface-effect {
    background-image: linear-gradient(to right, #fcfcfc, #f5f5f5);
}
.emface-effect__img {
    display: block;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.emface-effect__img--mb {
    display: none;
}
.faq_answer_title,
.two_sections_block p,
.intro_container p {
    font-size: 21px;
}
@media screen and (min-width: 1440px) {
    .intro_part2_content {
        padding-left: 90px;
        padding-right: 90px;
    }
    .two_sections_container_in {
        padding-top: 240px;
        padding-bottom: 240px;
    }
    .tech_section_container_in {
        grid-template-columns: 480px auto;
        /* grid-template-columns: 380px auto; */
    }
    .tech_section_video_block,
    .tech_section_text {
        padding-right: 20px;
    }
    .number_section_container {
        flex-direction: row-reverse;
        display: flex;
    }
    .number_section_video {
        display: block;
        width: 50%;
        height: auto;
    }
    .number_section_container_in {
        width: 50%;
        min-height: 810px;
    }
    .faq_tabs_menu {
        width: 75%;
    }
    .faq_tab_pane_in {
        /* padding-right: 0; */
    }
    .faq_img {
        width: 480px;
    }
    .grey_section_bg_text1 {
        text-align: left;
        letter-spacing: 6vh;
        padding-left: 33vh;
    }
    .grey_section_bg_text2 {
        text-align: right;
        letter-spacing: 6vh;
    }
}
@media screen and (max-width: 991px) {
    /* body {
        font-size: 18px;
        line-height: 28px;
    } */
    .faq_answer_title,
    .two_sections_block p,
    .intro_container p {
        font-size: 18px;
    }
    p {
        padding-top: 14.5px;
    }
    .banner_video {
        padding-bottom: 9vh;
    }
    .banner_tagline_img {
        height: 24vw;
        max-height: none;
    }
    .intro_part1_block {
        padding-top: 78px;
        padding-left: 40px;
        padding-right: 40px;
    }
    /* .bg_img {
        height: 240vw;
    } */
    .section_tagline {
        font-size: 30px;
        line-height: 40px;
    }
    .intro_circle_video_row {
        padding-top: 30px;
    }
    .circle_video_block.for_tech {
        max-width: 300px;
        border-bottom-right-radius: 40px;
    }
    .circle_video_frame {
        width: 270px;
    }
    .intro_tagline_img_row {
        padding-top: 15px;
    }
    .intro_tagline_img {
        width: 480px;
    }
    .intro_img_block {
        padding-left: 40px;
    }
    .intro_part2_content {
        width: 100%;
        margin-left: -6%;
        padding-bottom: 24px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .intro_part2_content_in {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .intro_part2_bg_graphic {
        width: 585px;
        /* margin-top: -90px; */
        /* margin-left: -292.5px; */
        max-width: calc(100% + 80px);
    }
    .intro_small_tagline_row {
        padding-bottom: 15px;
    }
    .intro_small_tagline_img {
        width: 360px;
    }
    .intro_part2_btn_row {
        padding-top: 36px;
    }
    .intro_part2_btn {
        border-radius: 4.5px;
        padding: 10.5px 24px;
        font-size: 14.5px;
        line-height: 19.5px;
    }
    .intro_part2_btn_icon {
        width: 14.5px;
        margin-right: 5px;
    }
    .two_sections_container_in {
        padding: 150px 24px;
    }
    .two_sections_block {
        padding: 90px 40px;
    }
    .two_sections_bg_in {
        height: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .tech_section_container_in {
        grid-template-columns: 300px auto;
    }
    .tech_section_img_block {
        padding-top: 0;
        padding-left: 40px;
        padding-right: 0;
    }
    .tech_section_video_block {
        width: auto;
        justify-content: center;
        align-items: flex-start;
        padding: 24px 40px 78px 0;
    }
    .tech_section_text {
        padding: 78px 40px 30px;
        /* font-size: 21px;
        line-height: 36px; */
        font-size: 18px;
    }
    .number_section_container {
        display: block;
    }
    /* .number_section_video {
        display: none;
    } */
    .two_sections_bg {
        position: absolute;
        bottom: 0;
    }
    .number_section_container_in {
        width: 100%;
    }
    .number_section_content {
        max-width: none;
        padding: 135px 40px;
    }
    .number_section_title {
        /* letter-spacing: 8.4px; */
        font-size: 42px;
        line-height: 52px;
    }
    .number_circle_row {
        padding-bottom: 15px;
    }
    .number_circle_block {
        width: 31.5%;
    }
    .number_highlight_row {
        padding-top: 9px;
        padding-bottom: 24px;
    }
    .number_highlight_text {
        /* margin-top: 15px; */
        margin-top: 28px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 22.5px;
        /* line-height: 27.5px; */
    }
    .number_tag_row {
        padding-top: 24px;
        padding-left: 24px;
    }
    .number_tag_col {
        padding: 0 12px 12px;
        /* min-width: calc(100% / 3 - 24px); */
        width: calc(50% - 24px);
    }
    .number_tag_block {
        padding: 7.5px 21px;
        font-size: 16.5px;
        line-height: 21.5px;
    }
    .number_tag_tick {
        width: 13.5px;
        margin-right: 10.5px;
    }
    .table_section_container_in {
        padding-top: 72px;
        padding-bottom: 84px;
    }
    .section_small_en {
        letter-spacing: 1.2px;
        font-size: 12px;
        line-height: 17px;
    }
    .section_small_title {
        letter-spacing: 1.275px;
        padding-top: 5px;
        padding-bottom: 21px;
        font-size: 25.5px;
        line-height: 30.5px;
    }
    .table_container {
        padding-left: 40px;
        padding-right: 40px;
        font-size: 13.5px;
        line-height: 18.5px;
    }
    /* .table_container_in {
        min-width: 1080px;
    } */
    .table_row {
        padding-left: 150px;
    }
    .table_row.first {
        margin-bottom: -21px;
    }
    .table_cell {
        min-height: 60px;
        padding-top: 21px;
        padding-bottom: 21px;
    }
    .table_cell.first {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    .table_cell.last {
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .table_title_row {
        min-height: 42px;
    }
    .table_title_logo {
        height: 16px;
    }
    .table_title_icon {
        width: 21px;
        margin-right: 5px;
    }
    .table_left_col {
        width: 150px;
    }
    .table_answer_icon {
        width: 13.5px;
    }
    .table_answer_icon.cross {
        width: 12.15px;
    }
    .faq_section_container {
        padding-top: 84px;
        padding-bottom: 150px;
    }
    .table_graphic_row {
        padding-bottom: 24px;
        padding-left: 150px;
    }
    .faq_tabs {
        padding-left: 0;
    }
    .faq_tabs_menu {
        width: 100%;
        justify-content: center;
        margin-bottom: -3px;
        padding-bottom: 3px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .faq_tab_link {
        margin-right: 0;
        padding: 21px;
        font-size: 18px;
        line-height: 23px;
    }
    .faq_tab_link_icon_block {
        margin-bottom: 7.5px;
    }
    .faq_tab_link_icon_img {
        height: 27px;
    }
    .faq_tab_pane {
        padding-left: 40px;
        padding-right: 40px;
    }
    .faq_tab_link_line {
        height: 3px;
    }
    .faq_tab_pane_line {
        height: 3px;
        left: 40px;
        right: 40px;
    }
    .faq_tab_pane_in {
        padding-right: 225px;
    }
    .faq_answer_title {
        padding-top: 30px;
    }
    .faq_answer_paragraph {
        padding-top: 8.25px;
        font-size: 16.5px;
        line-height: 26.5px;
    }
    .faq_img {
        width: 240px;
        min-width: auto;
    }
    .grey_section_container_out {
        display: none;
    }
    .grey_mobile_container {
        display: flex;
    }
    .grey_mobile_text {
        width: 4.5vw;
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .banner_video {
        padding-bottom: 7.5vh;
    }
    .intro_part2_block {
        display: block;
    }
    .intro_img_block {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 20px;
    }
    .intro_part2_content {
        margin-left: 0%;
        padding-top: 60px;
        padding-bottom: 0;
    }
    .intro_part2_bg_graphic {
        /* margin-top: -75px; */
    }
    .tech_section_container_in {
        grid-template-columns: 270px auto;
    }
    .tech_section_img_block {
        max-width: 300px;
        margin-left: auto;
    }
    .tech_section_right {
        width: 100%;
        padding-top: 78px;
    }
    .number_section_content {
        padding-top: 112.5px;
        padding-bottom: 112.5px;
    }
    .number_section_title {
        /* letter-spacing: 7.2px; */
        font-size: 36px;
        line-height: 46px;
    }
    .number_highlight_text {
        font-size: 18.75px;
        /* line-height: 23.75px; */
    }
    .number_tag_col {
        padding-left: 9px;
        padding-right: 9px;
        /* min-width: calc(100% / 3 - 18px); */
        width: calc(50% - 18px);
    }
    /* .table_container_in {
        min-width: 960px;
    } */
    .emface-effect__img--dt {
        display: none;
    }
    .emface-effect__img--mb {
        display: block;
    }
    .faq_tab_link {
        padding: 18px;
        font-size: 16px;
        line-height: 21px;
    }
    .faq_tab_pane_in {
        padding-right: 0;
    }
    .faq_section_container {
        padding-bottom: 0;
    }
    .faq_img_block {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 24px;
    }
    .faq_img {
        margin-left: auto;
    }
}
@media screen and (max-width: 479px) {
    /* body {
        font-size: 15px;
        line-height: 23px;
    } */
    .faq_answer_title,
    .two_sections_block p,
    .intro_container p {
        font-size: 15px;
    }
    p {
        padding-top: 12.5px;
    }
    .emface-banner__img--dt {
        display: none;
    }
    .emface-banner__img--mb {
        display: block;
    }
    .emface-banner__item-container {
        width: calc(100% - 24px);
        top: 77%;
        left: 12px;
    }
    .banner_video {
        padding-bottom: 6vh;
        height: auto;
    }
    .banner_video video {
        position: relative;
        width: 100%;
        height: auto;
        top: auto;
        left: auto;
        right: 0;
        bottom: auto;
    }
    .banner_video--desktop {
        display: none;
    }
    .banner_video--mobile {
        display: block;
    }
    .intro_part1_block {
        padding-top: 60px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .section_tagline {
        font-size: 24px;
        line-height: 32px;
    }
    .intro_circle_video_row {
        padding-top: 24px;
    }
    .circle_video_block.for_tech {
        max-width: 240px;
        border-bottom-right-radius: 30px;
    }
    .circle_video_frame {
        width: 240px;
    }
    .intro_tagline_img_row {
        padding-top: 12px;
    }
    .intro_tagline_img {
        width: 360px;
    }
    .intro_img_block {
        max-width: 450px;
        padding-left: 30px;
        padding-right: 15px;
    }
    .intro_part2_content {
        padding-top: 45px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .intro_part2_content_in {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .intro_part2_bg_graphic {
        width: 450px;
        /* margin-top: -60px; */
        /* margin-left: -225px; */
        max-width: calc(100% + 60px);
    }
    .intro_small_tagline_row {
        padding-bottom: 12px;
    }
    .intro_small_tagline_img {
        width: 240px;
    }
    .intro_part2_btn_row {
        padding-top: 24px;
    }
    .intro_part2_btn {
        border-radius: 3px;
        padding: 9px 18px;
        font-size: 13px;
        line-height: 17px;
    }
    .intro_part2_btn_icon {
        width: 13px;
        margin-right: 4px;
    }
    .two_sections_container_in {
        padding: 90px 18px;
    }
    .two_sections_block {
        padding: 60px 30px;
    }
    .tech_section_container_in {
        grid-template-columns: auto;
    }
    .tech_section_img_block {
        max-width: 240px;
        margin-right: auto;
        padding-left: 0;
    }
    .tech_section_right {
        padding-top: 60px;
        display: block;
    }
    .tech_section_video_block {
        padding: 0 30px 30px;
    }
    .tech_section_text {
        padding: 60px 30px 24px;
        /* font-size: 18px;
        line-height: 30px; */
        font-size: 15px;
    }
    .number_section_content {
        padding: 60px 30px;
    }
    .number_section_title {
        /* letter-spacing: 6px; */
        font-size: 30px;
        line-height: 38px;
    }
    .number_circle_row {
        padding-bottom: 12px;
    }
    .number_circle_block {
        width: 33%;
    }
    .number_highlight_row {
        padding-top: 6px;
        padding-bottom: 18px;
    }
    .number_highlight_text {
        /* margin-top: 12px; */
        margin-top: 18px;
        padding-left: 9px;
        padding-right: 9px;
        font-size: 15px;
        /* line-height: 19px; */
        width: auto;
    }
    .number_tag_row {
        padding-top: 18px;
        padding-left: 0;
    }
    .number_tag_col {
        width: 50%;
        padding: 0 6px 9px;
    }
    .number_tag_block {
        padding: 7px 18px;
        font-size: 12px;
        line-height: 16px;
    }
    .number_tag_tick {
        width: 12px;
        margin-right: 9px;
    }
    .table_section_container_in {
        padding-top: 48px;
        padding-bottom: 60px;
    }
    .section_small_en {
        letter-spacing: 1px;
        font-size: 10px;
        line-height: 14px;
    }
    .section_small_title {
        letter-spacing: 1.05px;
        padding-top: 4px;
        padding-bottom: 18px;
        font-size: 21px;
        line-height: 25px;
    }
    .table_container {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 12px;
        line-height: 16px;
    }
    /* .table_container_in {
        min-width: 840px;
    } */
    .table_row {
        padding-left: 120px;
    }
    .table_row.first {
        margin-bottom: -18px;
    }
    .table_cell {
        min-height: 48px;
    }
    .table_cell.first {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }
    .table_cell.last {
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }
    .table_title_row {
        min-height: 36px;
    }
    .table_title_logo {
        height: 14px;
    }
    .table_title_icon {
        width: 18px;
        margin-right: 4px;
    }
    .table_left_col {
        width: 120px;
    }
    .table_answer_icon {
        width: 12px;
    }
    .table_answer_icon.cross {
        width: 10.8px;
    }
    .faq_section_container {
        padding-top: 60px;
        /* padding-bottom: 96vw; */
    }
    .table_graphic_row {
        padding-bottom: 18px;
        /* padding-left: 120px; */
    }
    .faq_tabs_menu {
        justify-content: flex-start;
        margin-bottom: -2px;
        padding-bottom: 2px;
        padding-left: 30px;
        padding-right: 0;
        overflow: auto;
    }
    .faq_tab_link {
        flex-direction: row;
        flex: none;
        flex-shrink: 0;
        margin-right: 30px;
        padding: 12px 0;
        font-size: 14px;
        line-height: 18px;
    }
    .faq_tab_link_icon_block {
        margin-bottom: 0;
        margin-right: 6px;
    }
    .faq_tab_link_icon_img {
        height: 24px;
    }
    .faq_tab_pane {
        min-height: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    .faq_tab_link_line {
        height: 2px;
    }
    .faq_tab_pane_line {
        height: 2px;
        left: 30px;
        right: 30px;
    }
    .faq_answer_title {
        padding-top: 24px;
    }
    .faq_answer_paragraph {
        padding-top: 7.5px;
        font-size: 15px;
        line-height: 23px;
    }
    .faq_img {
        width: auto;
        height: 90vw;
    }
}
.tech_section_img_block {
    grid-area: span 2 / span 1 / span 2 / span 1;
}
@media screen and (max-width: 991px) {
    .tech_section_text {
        grid-area: 1 / 1 / 2 / 3;
    }
}
@media screen and (max-width: 479px) {
    .tech_section_img_block {
        grid-area: 3 / 1 / 4 / 2;
    }
    .tech_section_text {
        grid-area: 1 / 1 / 2 / 2;
    }
}
.sec-content--10 {
    background-color: #fff;
}
.emface-parts {
    background-color: #b5b8c4;
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: flex-end;
}
.emface-parts__container {
    position: relative;
    width: 100%;
    color: #fff;
}
.emface-parts__img-container {
    position: relative;
    width: 100vh;
    max-width: 100vw;
    margin: 0 auto;
    z-index: 1;
}
.emface-parts__txt-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vh;
    max-width: 100vw;
    transform: translateX(-50%);
    z-index: 2;
}
.emface-parts__txt-container:before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
}
.emface-parts__txt {
    position: absolute;
    top: 25%;
    font-size: 128px;
    letter-spacing: 48px;
    line-height: 1.1;
}
.emface-parts__txt--1 {
    left: -158px;
}
.emface-parts__txt--2 {
    right: calc(-158px - 48px);
}
.emface-parts__swiper {
    position: absolute;
    top: 0;
    /* top: 65%; */
    left: 0;
    width: 100%;
    height: 100%;
    /* height: auto; */
    z-index: 3;
}
.emface-parts .swiper-slide {
    width: auto;
    padding-top: 65vh;
}
.emface-parts__item {
    padding-top: 0;
    font-size: 58px;
    margin: 0 28px;
    cursor: pointer;
    opacity: 0.8;
    transform: scale(0.8);
    transition: 0.75s all ease;
}
.swiper-slide-active .emface-parts__item {
    font-weight: bold;
    opacity: 1;
    transform: scale(1);
}
.emface-parts__img-dot {
    position: absolute;
    top: 30%;
    left: 49%;
    width: 5%;
    transform: translate(-50%, -50%);
}
._1 .emface-parts__img-dot {
    top: 35.2%;
    left: 41%;
}
._2 .emface-parts__img-dot {
    top: 22%;
    left: 35%;
}
._3 .emface-parts__img-dot {
    top: 45%;
    left: 41%;
}
._4 .emface-parts__img-dot {
    top: 40.5%;
    left: 26.3%;
}
._5 .emface-parts__img-dot {
    top: 38%;
    left: 47.5%;
}
._6 .emface-parts__img-dot {
    top: 48%;
    left: 41.7%;
}
._7 .emface-parts__img-dot {
    top: 52%;
    left: 55.5%;
}
._8 .emface-parts__img-dot {
    top: 61.3%;
    left: 37%;
}
.emface-parts__img-dot img {
    width: 100%;
    display: block;
    animation: dotAnimation 1.5s ease infinite;
}
.yotube-popup {
    background-color: rgba(0, 0, 0, 0.9);
}
.youtube-popup__close-btn:before,
.youtube-popup__close-btn:after {
    background-color: #fff;
}
.mobile-show {
    display: none;
}
.cust-select {
    position: relative;
}
.cust-select select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
}
.cust-select__mask.table_title_row:after {
    content: "";
    position: relative;
    top: -2px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px #000 solid;
    border-right: 2px #000 solid;
    border-bottom: 0;
    margin-left: 4px;
    transform: rotate(135deg);
    flex-shrink: 0;
}
.case-study {
    padding-left: 50px;
    padding-right: 50px;
    background-image: none;
    background-color: #d7ddf0;
}
.case-study__grp-title:before,
.case-study__grp-title:after {
    background-color: #919191;
}
.case-study__grp-title {
    color: #000;
}
.case-study__card-textarea p {
    padding-top: 0;
}
/* .case-study__select-holder {
    display: flex;
} */
.case-study__grp-title,
.case-study__grp {
    display: none;
}
.case-study__grp._mb-active {
    display: flex;
}
@keyframes dotAnimation {
    0%,
    100% {
        /* opacity: 0.8; */
        transform: scale(1);
    }
    50% {
        /* opacity: 1; */
        transform: scale(1.3);
    }
}
@media screen and (max-width: 1279px) {
    .emface-parts__txt {
        font-size: 88px;
        letter-spacing: 0;
    }
    .emface-parts__txt--1 {
        left: 12px;
    }
    .emface-parts__txt--2 {
        right: 12px;
    }
}
@media screen and (max-width: 991px) {
    .emface-parts__txt {
        font-size: 58px;
        width: 58px;
    }
    .emface-parts__txt--1 {
        left: 18px;
    }
    .emface-parts__txt--2 {
        right: 18px;
    }
    .emface-parts__item {
        font-size: 38px;
    }
    .case-study {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media screen and (min-width: 769px) {
    .table_cell.need-change {
        display: block !important;
    }
}
@media screen and (max-width: 768px) {
    .emface-parts {
        height: auto;
    }
    .emface-parts__txt-container {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        max-width: none;
        transform: none;
        text-align: center;
    }
    .emface-parts__txt-container:before {
        display: none;
    }
    .emface-parts__txt {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: auto;
        font-size: 38px;
        margin-top: 62px;
        line-height: 1;
    }
    .emface-parts__swiper {
        top: 0;
        /* bottom: 0; */
        /* height: 100vw; */
        /* padding-top: 65%; */
    }
    .emface-parts .swiper-slide {
        width: auto;
        padding-top: 90%;
    }
    .mobile-show {
        display: block;
    }
    .mobile-hide {
        display: none;
    }
    .tabe_graphic_img:nth-child(3),
    .table_section_container .table_cell:nth-child(4),
    .tabe_graphic_img:nth-child(4),
    .table_section_container .table_cell:nth-child(5) {
        display: none;
    }
    .tabe_graphic_img,
    .table_cell {
        width: 50%;
    }
    .table_left_col {
        /* width: 60px; */
        width: 90px;
        padding-right: 12px;
    }
    .table_row {
        /* padding-left: 60px; */
        padding-left: 90px;
    }
    .table_graphic_row {
        /* padding-left: 60px; */
        padding-left: 90px;
    }
}
@media screen and (max-width: 479px) {
    .emface-parts__item {
        font-size: 32px;
    }
    .emface-parts__img-container {
        width: 120vw;
        max-width: none;
        margin: 0 -10vw;
    }
    .emface-parts .swiper-slide {
        width: auto;
        padding-top: 100%;
    }
    .table_container {
        padding: 0 14px;
    }
    .case-study {
        padding-left: 14px;
        padding-right: 14px;
    }
}
@media screen and (max-width: 375px) {
    .emface-parts__txt {
        font-size: 34px;
    }
    .emface-parts__item {
        font-size: 28px;
    }
}
