.emface-eyes {
    --blue: #00588d;
    --light-blue: #029dda;
    line-height: 1.5;
}
.color-eyes {
    color: var(--blue);
}
.color-eyes-light {
    color: var(--light-blue);
}
.banner {
    position: relative;
    background-position: center;
}
.banner__video {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    display: none;
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
}
.banner__textarea {
    text-align: center;
}
.eyes-1 {
    position: relative;
    background-image: linear-gradient(135deg, #fff, rgba(150, 210, 255, 0.4));
}
.eyes-warn {
    display: flex;
    align-items: flex-start;
}
.eyes-warn__img {
    position: relative;
    width: 50%;
}
.eyes-warn__img img,
.eyes-warn__img video {
    display: block;
    width: 100%;
    mask-image: url(/images/emface/eyes/sec-1-1.png);
    mask-size: cover;
}
.eyes-warn__point {
    position: absolute;
    top: 39%;
    left: 55%;
    width: 13%;
    height: 10%;
}
.eyes-warn__point-dot {
    position: relative;
    width: 10px;
    height: 10px;
    border: 1px solid var(--blue);
    border-radius: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.eyes-warn__point-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--blue);
    transform-origin: top left;
}
.eyes-warn__long-line {
    position: absolute;
    top: 39%;
    left: 68%;
    display: block;
    width: 32%;
    height: 1px;
    background-color: var(--blue);
}
.eyes-warn__point._2 {
    top: 46%;
    left: 50%;
    width: 18%;
}
.eyes-warn__point._3 {
    top: 56%;
    left: 46%;
    width: 22%;
}
.eyes-warn__textarea {
    width: 50%;
    max-width: 520px;
    padding-left: 68px;
}
.eyes-warn__textarea-head {
    margin-bottom: 28px;
}
.eyes-warn__textarea-head .title-32 {
    margin-bottom: 12px;
}
.eyes-warn__box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.eyes-warn__box-item {
    position: relative;
    padding: 28px;
    background-color: #b9ddec;
}
.eyes-warn__box-item:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    display: block;
    width: 68px;
    height: 1px;
    background-color: var(--blue);
}
.eyes-warn__box-title {
    padding-left: 1.5em;
    font-size: 1rem;
    line-height: 1.5;
    background: url(/images/emface/eyes/icon-warning.svg) left 0.4em / 1em
        no-repeat;
}
.eyes-warn__box-item p {
    padding-top: 4px;
}
.eyes-info {
    text-align: center;
}
.eyes-info__textarea {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 580px;
    margin: 0 auto;
    padding: 120px 0;
}
.eyes-info__device {
    position: absolute;
    right: 5%;
    bottom: -24px;
    display: block;
    width: 360px;
}
.eyes-info__emface-logo {
    width: auto;
    height: 24px;
}
.eyes-info__tagline {
    width: auto;
    height: 62px;
    margin: 32px auto 24px;
}
.eyes-info__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-weight: normal;
    margin-bottom: 28px;
}
.eyes-info__spec-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    gap: 8px;
}
.eyes-info__spec-txt:before,
.eyes-info__spec-txt:after {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 29px;
    height: 2px;
    background-color: rgba(150, 210, 255, 0.3);
}
.eyes-2 {
    position: relative;
    min-height: 700px;
    background: url(/images/emface/eyes/sec-2-bg.jpg) center / 1920px auto
        no-repeat;
}
.eyes-2__point {
    position: absolute;
    top: 34%;
    left: 50%;
    display: block;
    width: 185px;
    height: 1px;
}
.eyes-2__point-dot {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}
.eyes-2__point._2 {
    top: 37%;
    width: 204px;
}
.eyes-2__point._3 {
    top: 40%;
    width: 241px;
}
.eyes-2__point-line {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    transform-origin: top right;
}
.eyes-2__textarea {
    width: 50%;
    color: #fff;
}
.eyes-2__title {
    margin-bottom: 38px;
}
.eyes-2__item-container {
    display: flex;
    flex-flow: column;
    gap: 36px;
}
.eyes-2__item {
    display: flex;
    align-items: flex-end;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    gap: 18px;
}
.eyes-2__item-numb {
    font-size: 1.75em;
    line-height: 1;
    /* margin-bottom: 5px; */
}
.eyes-case {
    position: relative;
    overflow: hidden;
}
.eyes-case__svg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    pointer-events: none;
}
.eyes-case__svg._2 {
    transform: rotate(95deg) translateY(38%) scaleX(-1);
    width: 50%;
    height: 70%;
}
.eyes-case__svg path {
    fill: none;
    stroke: var(--blue);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 0.01;
    animation: eyesSvg1 8s linear infinite;
}
@media screen and (max-width: 767px) {
    .eyes-case__svg path {
        stroke-width: 0.1;
    }
}
.eyes-case__svg path:nth-child(1) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.eyes-case__svg path:nth-child(2) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.eyes-case__svg path:nth-child(3) {
    -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s;
}
.eyes-case__svg path:nth-child(4) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}
.eyes-case__svg path:nth-child(5) {
    -webkit-animation-delay: -2.5s;
    animation-delay: -2.5s;
}
.eyes-case__svg path:nth-child(6) {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
}
.eyes-case__svg path:nth-child(7) {
    -webkit-animation-delay: -3.5s;
    animation-delay: -3.5s;
}
.eyes-case__svg path:nth-child(8) {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
}
.eyes-case__svg path:nth-child(9) {
    -webkit-animation-delay: -4.5s;
    animation-delay: -4.5s;
}
.eyes-case__svg path:nth-child(10) {
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
}
.eyes-case__svg path:nth-child(11) {
    -webkit-animation-delay: -5.5s;
    animation-delay: -5.5s;
}
.eyes-case__svg path:nth-child(12) {
    -webkit-animation-delay: -6s;
    animation-delay: -6s;
}
.eyes-case__svg path:nth-child(13) {
    -webkit-animation-delay: -6.5s;
    animation-delay: -6.5s;
}
.eyes-case__svg path:nth-child(14) {
    -webkit-animation-delay: -7s;
    animation-delay: -7s;
}
.eyes-case__svg path:nth-child(15) {
    -webkit-animation-delay: -7.5s;
    animation-delay: -7.5s;
}
.eyes-case__svg path:nth-child(16) {
    -webkit-animation-delay: -8s;
    animation-delay: -8s;
}
@keyframes eyesSvg1 {
    0% {
        d: path("M 42 50 Q 60 46 87 55 T 100 50");
        opacity: 0;
    }
    2%,
    98% {
        opacity: 1;
    }
    100% {
        d: path("M 20 50 Q 135 -35 68 61 T 100 70");
        opacity: 0;
    }
}
.eyes-faq {
    position: relative;
    background-image: none;
    overflow: hidden;
}
.eyes-faq:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -100%;
    display: block;
    width: 300%;
    padding-bottom: 300%;
    transform: translateY(-50%);
    background-image: radial-gradient(#193768 20%, #0070b4 100%);
    z-index: -1;
}
.faq__btn.active {
    color: var(--light-blue);
}
.faq p {
    margin-top: 1em;
}
@media screen and (max-width: 1439px) {
    .eyes-info__device {
        right: -24px;
        width: 25%;
    }
}
@media screen and (max-width: 991px) {
    .eyes-warn__textarea {
        padding-left: 38px;
    }
    .eyes-warn__box-item:before {
        width: 40px;
    }
    .eyes-info__tagline {
        height: 48px;
    }
    .eyes-info__device {
        right: 5%;
    }
    .eyes-info__textarea {
        padding-bottom: 35vw;
    }
    .eyes-2 {
        min-height: 540px;
        background-size: 1279px;
    }
    .eyes-2__point {
        top: 37%;
        width: 124px;
    }
    .eyes-2__point._2 {
        top: 39%;
        width: 140px;
    }
    .eyes-2__point._3 {
        top: 41%;
        width: 160px;
    }
    .eyes-2__point-dot {
        top: -3px;
        right: -3px;
        width: 6px;
        height: 6px;
    }
    .eyes-faq .faq__contents {
        min-height: auto !important;
    }
}
@media screen and (max-width: 767px) {
    .eyes-2__item {
        flex-direction: column;
        align-items: flex-start;
        font-size: 18px;
        gap: 8px;
    }
    .eyes-2__textarea {
        width: 35%;
    }
    .eyes-2 {
        background-position: calc(50% - 100px) center;
    }
    .eyes-2__point {
        left: calc(4% + (92% * 0.35));
        width: 18%;
    }
    .eyes-2__point._2 {
        width: 22%;
    }
    .eyes-2__point._3 {
        width: 24%;
    }
    .eyes-warn__long-line {
        left: 89%;
        width: 11%;
    }
    .eyes-warn__point {
        width: 34%;
        height: calc(7% + 1px) !important;
    }
    .eyes-warn__point._2 {
        width: 39%;
        height: 1px !important;
    }
    .eyes-warn__point._3 {
        width: 43%;
        height: 1px !important;
    }
}
@media screen and (max-width: 560px) {
    .emface .banner {
        height: auto;
        padding-bottom: 0;
    }
    .banner__video {
        display: block;
    }
    .banner__textarea {
        display: none;
    }
    .eyes-info__device {
        position: relative;
        right: auto;
        bottom: auto;
        display: block;
        padding-top: 70px;
        margin: 0 auto 12px;
        width: 150px;
    }
    .eyes-info__textarea {
        padding-top: 0;
        padding-bottom: 0;
    }
    .eyes-info__tagline {
        height: 38px;
    }
    
    .eyes-2 {
        background-size: cover;
        background-position: 66% center;
    }
    .eyes-2__point {
        top: 38%;
        width: 17.5%;
        opacity: 0 !important;
        visibility: hidden !important;
    }
    .eyes-2__point._2 {
        top: 40%;
        width: 21%;
    }
    .eyes-2__item {
        text-shadow: 0 0 6px var(--blue);
    }
    .eyes-warn {
        flex-direction: column;
    }
    .eyes-warn__img {
        width: 100%;
    }
    .eyes-warn__textarea {
        width: 100%;
        padding-left: 0;
        padding-top: 24px;
    }
    .eyes-warn__box-item {
        padding: 18px;
    }
    .eyes-warn__box-item:before {
        display: none;
        width: 10px;
        right: auto;
        left: 100%;
    }
    .eyes-warn__box-item._2:before {
        width: 20px;
        background-color: var(--light-blue);
    }
    .eyes-warn__point {
        display: none;
    }
    .eyes-warn__long-line {
        display: none;
        top: calc(46% + 1px) !important;
        width: calc(11% + 10px);
        border-top: 1px solid var(--blue);
        border-right: 1px solid var(--blue);
        background-color: transparent;
        z-index: 2;
    }
    .eyes-warn__long-line._2 {
        top: calc(56% + 1px) !important;
        width: calc(11% + 20px);
        border-top-color: var(--light-blue);
        border-right-color: var(--light-blue);
    }
    .eyes-warn__point._3 .eyes-warn__point-dot {
        border-color: var(--light-blue);
    }
    .eyes-warn__point._3 .eyes-warn__point-line {
        background-color: var(--light-blue);
    }
}
