@charset "UTF-8";

/*//////////////////// 270 hero ////////////////////////*/

.e270 .hero {
    padding: 0;
}

.e270 .hero-left {
    display: none;
}

.e270 .hero-center {
    flex: inherit;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem;
}

.e270 .hero-right {
    display: flex;
    flex-direction: column;
    flex: inherit;
    width: 100%;
    height: 100%;
}

@media (min-width: 821px) {

    .e270 .hero-center {
        width: 40%;
    }

    .e270 .hero-right {
        width: 60%;
    }

}

@media (min-width: 1025px) {

    .e270 .hero .df {
        min-height: 600px;
        height: 100vh;
        align-items: stretch;
    }

    .e270 .hero-left {
        display: flex;
        flex-direction: column;
        flex: inherit;
        width: 20%;
    }

    .e270 .hero-left figure {
        margin: 0;
    }

    .e270 .hero-left figure:nth-child(1) {
        height: 30%;
    }

    .e270 .hero-left figure:nth-child(2) {
        height: 30%;
    }

    .e270 .hero-left figure:nth-child(3) {
        height: 40%;
    }

    .e270 .hero-center {
        width: 30%;
    }

    .e270 .hero-right {
        width: 50%;
    }

    .e270 .hero-right,
    .e270 .hero-right .basic,
    .e270 .hero-right .swiper,
    .e270 .hero-right .swiper-wrapper {
        height: 100%;
    }

    .e270 .hero-right .basic .swiper-slide {
        height: 100% !important;
        min-height: 0;
    }

}

/*//////////////////// 270 bg ////////////////////////*/

.e270 .bg {
    position: relative;
    z-index: 0;
    isolation: isolate;
    overflow: clip;
    padding: 0;
}

.e270 .bg::before {
    content: "";
    display: block;
    position: sticky;
    top: 0;
    height: 100vh;
    z-index: -1;
    background-image: url(/content/images/270/06.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: translateZ(0);
    will-change: transform;
    pointer-events: none;
}

.e270 .bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
}

.e270 .bg>* {
    position: relative;
    z-index: 1;
}

.e270 .bg .space-bg {
    height: 6rem;
}

.e270 .bg h2 {
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 2;
    margin: 0 0 2rem;
}

@media (min-width: 821px) {

    .e270 .bg::before {
        background-image: url(/content/images/270/06.jpg);
    }

    .e270 .bg .space-bg {
        height: 12rem;
    }

}

/*//////////////////// 270 interview ////////////////////////*/

.e270 .interview .contents-text {
    flex: 3;
}

.e270 .interview .contents-img {
    height: 300px;
}

.e270 .interview .container {
    width: 90%;
    background: rgba(255, 255, 255, .8);
    backdrop-filter: blur(10px) brightness(3);
    -webkit-backdrop-filter: blur(10px) brightness(3);
    border-radius: 10px;
    padding: 3rem 4% 4rem;
}

.e270 .interview .dg {
    gap: 150px 4%;
    margin: 0 0 20rem;
}

.e270 .interview a {
    position: relative;
    display: block;
    border-radius: 10px;
    background: var(--color-non);
    box-shadow: 0 50px 50px -50px rgba(0, 0, 0, 0.4);
    padding: 1.2rem;
    margin: 0 0 4rem;
}

.e270 .interview .dg a {
    background: var(--color-pale);
    color: var(--color-non);

}

.e270 .interview h3 span {
    margin: .5rem 0 0;
}

.e270 .interview .contents-img {
    border-radius: 6px;
    padding: 2rem;
    margin: 0;
}

@media (min-width: 821px) {

    .e270 .interview .container {
        width: 100%;
        max-width: 1000px;
        padding: 4%;
    }

    .e270 .interview a {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .e270 .interview a .contents-img {
        width: 30%;
    }

    .e270 .interview a .contents-img {
        width: 70%;
    }

    .e270 .odd>a:nth-child(odd),
    .e270 .even>a:nth-child(even) {
        flex-direction: row-reverse;
    }

}

/*//////////////////// 271 ////////////////////////*/

.e271 .box {
    background: rgba(0, 0, 0, .9);
    color: var(--color-non);
    border-radius: 10px;
    box-shadow: 0 50px 50px -50px rgba(0, 0, 0, 0.4);
    padding: 2rem;
    margin: 4rem 0;
}

@media (min-width: 821px) {

    .e271 .split .contents-wrap {
        position: relative;
    }

    .e271 .contents-text {
        position: static;
    }

    .e271 .overview1 {
        position: absolute;
        top: 0;
        right: 2.5%;
        z-index: 1;
        width: 25%;
    }

    .e271 .overview2 {
        position: absolute;
        top: 10%;
        left: 2.5%;
        z-index: 1;
        width: 25%;
    }

    .e271 .overview3 {
        position: absolute;
        top: 10%;
        right: 2.5%;
        z-index: 1;
        width: 25%;
    }

    .e271 ul.col2 {
        margin: 4rem 0;
    }

    .e271 .box {
        padding: 4rem;
        margin: 10rem 0;
    }

}