:root {
    --font-size-lg: 128px;
}

.company_sheet {
    .title_box {
        width: auto;
        text-align: left;
        position: absolute;
        left: 1em;
        font-family: 'codec';
        font-weight: 900;
        color: #FFFFFF;
        font-size: 7.65vw;
        line-height: 7.65vw;
        margin-top: -0;
        z-index: 6;
    }

    .title_box .fix_title {
        font-weight: 900;
        display: table;
        position: relative;
        padding-bottom: 2vw;
        letter-spacing: 0;
    }

    .title_box .tiping_title {
        position: relative;
        margin-bottom: 5vh;
        width: 100%;
    }

    .title_box .tiping_title::after {
        display: block;
        content: '';
        clear: both;
        visibility: hidden;
        height: 0;
    }

    .title_box .tiping_title .door {
        display: inline-block;
    }

    .title_box .tiping_title .d_l {
        float: left;
        line-height: 0.9
    }

    .title_box .tiping_title .d_r {
        float: right;
        line-height: 0.9;
    }

    .title_box .tiping_title p {
        display: inline-block;
        width: 80%;
        padding: 0 24px
    }

    .title_box .tiping_title .typing {
        color: #666;
        white-space: nowrap;
    }

    .title_box h2 p {

        clear: both;
        color: #999;
        text-align: left;
        font-size: 24px;
        font-family: 'Pretendard';
        position: relative;
        font-weight: 700;
        line-height: 1.4
    }

    .title_box h2 em {
        font-weight: 900;
        color: #fff;
    }

    .typed-cursor {
        opacity: 1;
        font-weight: 100;
        -webkit-animation: blink 0.7s infinite;
        -moz-animation: blink 0.7s infinite;
        animation: blink 0.7s infinite;
    }


    .frame {
        position: relative;
        width: 100%;
        padding: 1rem;
        display: grid;
        grid-template-columns: 100%;
        grid-template-areas: 'title' 'back' 'prev' 'sponsor';
        grid-gap: 0.5rem;
        justify-items: start;
        align-self: start;
        justify-self: start;
        pointer-events: none;
        align-items: center;
        z-index: 102;
    }

    body #cdawrap {
        justify-self: start;
    }

    .frame a {
        pointer-events: auto;
    }

    .frame a:not(.frame__title-back) {
        white-space: nowrap;
        overflow: hidden;
        position: relative;
    }

    .frame a:not(.frame__title-back)::before {
        content: '';
        height: 1px;
        width: 100%;
        background: currentColor;
        position: absolute;
        top: 90%;
        transition: transform 0.3s;
        transform-origin: 0% 50%;
    }

    .frame a:not(.frame__title-back):hover::before {
        transform: scaleX(0);
        transform-origin: 100% 50%;
    }

    .frame__title {
        grid-area: title;
        font-size: inherit;
        margin: 0;
        font-weight: inherit;
    }

    .frame__prev {
        grid-area: prev;
    }

    .frame__credits {
        grid-area: credits;
    }

    .intro {
        height: 100vh;
        padding-top: 0;
        text-align: center;
        place-items: center;
        display: grid;
        grid-template-areas: 'intro';
        margin-bottom: 20vh;
        font-weight: 700;
        overflow: hidden;
        background-color: #000;
        position: relative;
        z-index: 200;


    }

    img.mark_logo {
        max-height: 64px;
        object-fit: unset;
        display: inline-block;
        width: auto;
        margin: 0 10px
    }

    .inner-container {
        width: 100%;
        padding: 0 5em;
        overflow: hidden;
        margin-bottom: 10vh;
        background: #000;
        height: 100vh
    }

    .intro__title {
        width: 100%;

        font-family: "codec";
        position: relative;
        font-weight: 900;

    }

    .intro__title h2 {
        text-align: right;
        font-family: 'Pretendard', sans-serif;
        font-size: 24px;
        opacity: 1;
        color: #09bf41;
        font-weight: 500;
        padding: 16px;
        text-transform: none;
    }

    .bg-blur {
        width: 100%;
        position: relative;
        height: 80vh;
        opacity: 1;
        overflow: hidden;
        background: #000;
    }

    .bg-blur .gress {
        width: 100%;
        object-fit: cover;
        height: auto;
        bottom: 0;
        position: absolute;
        z-index: 101
    }

    .bg-blur .bg {
        opacity: .8;
        filter: grayscale(1)
    }

    .intro__title h1 {}

    .intro__title .article_sub_title {}

    .intro__title .article_title {
        display: block;
        color: #09bf41;
        font-size: 48px;
        margin-bottom: 40px;
        text-transform: uppercase
    }

    .intro__title .article_desc {
        color: #fff;
        font-size: 16px;
        opacity: 1
    }

    .intro__title-pre {

        font-size: 96px;
        color: #fff;
        font-weight: 900;
        line-height: 1;
        text-transform: uppercase;

    }

    .intro__title-pre i {
        font-size: 64px;
        color: #09bf41;
        margin-left: 24px;
        vertical-align: text-top;
    }

    .intro__title-pre::first-letter {
        font-feature-settings: 'ss01' 1;
    }

    .intro__title-sub {
        font-size: 1.5rem;
        margin: 1rem 0;
    }

    .intro__info {
        max-width: 20ch;
        opacity: .6;
        margin-bottom: 0;
        padding-bottom: 1rem;
        line-height: 1.2;
        position: relative;
        align-self: end;

    }

    .intro__info::after {
        content: "";
        width: 1px;
        height: 10rem;
        color: #262625;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -2px;
    }

    .content__title {
        font-size: 2rem;
        font-weight: normal;
    }

    .about-btn {
        display: inline-block;
        background-color: rgb(23 32 56 / 90%);
        border: 2px solid #172038;
        border-radius: 2000em;
        box-shadow: .1em .1em .2em rgba(0, 0, 0, .2);
        color: #fff;
        font-weight: 700;

        line-height: 1;
        font-size: 32px;

        padding: 4px 16px 0;
        position: absolute;
        top: -24px;
        right: -32px;
        z-index: 1;
        pointer-events: auto;

    }

    .about-btn.icon {
        font-size: 64px;
        top: -32px;
        right: -64px;
        padding: 8px 32px;
        line-height: 0
    }

    .content__title .contect-btn {
        display: block;
        background-color: rgb(31 171 68 / 90%);
        border: 2px solid #09bf41;
        border-radius: 2000em;
        box-shadow: .1em .1em .2em rgba(0, 0, 0, .2);
        color: #fff;
        font-weight: 900;
        max-width: 150px;
        line-height: 0;
        font-size: 60px;
        margin: auto;
        padding: 16px 24px;
        position: relative;
        z-index: 1;
        pointer-events: auto;
        margin-bottom: -32px;
    }

    .content__title p {
        font-weight: 800;
        font-size: 20px;
        margin-top: 48px
    }

    .credits {
        font-size: 2rem;
        text-align: center;
        margin: 50vh auto;
    }

    .card-wrap {
        margin-top: 5vh;
        display: grid;
        grid-gap: 2rem;
        grid-auto-flow: row;
        grid-template-columns: 250px;
    }

    .card__image {
        display: block;
        border-radius: 7px;
        background-size: cover;
        background-position: 50% 50%;
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .card__title {
        font-weight: normal;
        font-size: 1.5rem;
    }

    .content-wrap {
        display: grid;
        gap: 10vh;
    }

    .content-wrap .container p {
        font-size: 32px;
        line-height: 1.6;
        color: #212529;
        font-family: 'Pretendard';
        font-weight: 300
    }

    .content-wrap .container p.sc-tit {
        font-size: 30px;
        line-height: 1.6;
        color: #212529
    }

    .container h1 {
        font-size: 64px;
        text-transform: uppercase
    }

    .content {
        flex: none;
        display: grid;
        place-items: center;
        line-height: 1.2;
        grid-template-areas: 'title' 'layout' '...';
        /*grid-template-rows: 8vw auto 8vw;*/
        gap: 2rem;
        z-index: 110;
    }

    .content--intro {
        grid-area: intro;
        height: auto;
        grid-template-rows: 0;
        gap: 0;
        position: absolute;

        z-index: 1;


    }

    .content__img-wrap {
        grid-area: layout;
    }

    .content__img {
        --img-width: 100vw;
        --img-height: 40vh;
        --img-ar: auto;
        --img-inner-margin-x: 0px;
        --img-inner-margin-y: 0px;
        position: relative;
        overflow: hidden;
        display: grid;
        place-items: center;
        width: var(--img-width);
        height: var(--img-height);
        aspect-ratio: var(--img-ar);

    }

    .content__img--1 {
        --img-width: 100vw;
        --img-height: auto;
        --img-ar: 16/6;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;

    }

    .content__img--1 img {
        object-fit: unset;
        width: auto;
        height: auto;
        margin: auto
    }

    h1.rollingTxt {
        width: 100%;
        position: absolute;
        z-index: -1;
        height: 160px;

        overflow: hidden;
        top: 0;
    }

    h1.rollingTxt.rtl {



        top: auto;
        bottom: 0;
    }

    h1.rollingTxt span {
        display: block;
        font-size: 160px;
        letter-spacing: 0px;
        overflow: hidden;
        white-space: nowrap;
        color: #262625;
        opacity: .2;
        position: absolute;



        animation: rolling 30s linear infinite;


    }

    h1.rollingTxt.rtl span {

        animation: rolling-rtl 30s linear infinite;


    }

    .content--intro h1 span em {
        opacity: .3
    }



    .content--intro h2 {
        position: absolute;
        left: 3em;

        text-align: left;


    }


    .content__img--1 video.asset {

        height: 100%;

    }

    video.bg {
        filter: grayscale(1);
        opacity: .2;

    }

    .bg_loaded .content__img--1 video.asset {

        opacity: 1;



    }

    .splitting .word {
        line-height: 0.2
    }

    .content__img--2 {
        --img-width: 100vw;
        --img-height: 100vh;
    }

    .content__img--3 {
        --img-width: 100vw;
        --img-height: 200vh;
    }

    .content__img--4 {
        --img-width: 40vw;
        --img-height: auto;
        --img-ar: 0.8;
    }

    .content__img--5 {
        --img-width: 60vw;
        --img-height: auto;
        --img-ar: 1;
    }

    .content__img--6 {
        --img-width: 70vw;
        --img-height: auto;
        --img-ar: 16/8;
    }

    .content__img-inner {
        grid-area: 1 / -1;
        width: calc(100% + var(--img-inner-margin-x) * 2);
        height: calc(100% + var(--img-inner-margin-y) * 2);
        background-size: cover;
        background-position: 50% 50%;
        display: flex;
        align-items: center;

    }

    .content__img-inner--hidden {
        opacity: 0;
    }

    .content__text {
        font-family: "Codec";
        position: relative;
        z-index: 100;
        grid-area: title;
        text-transform: uppercase;
        font-size: 64px;
        margin: 0;
        display: flex;
        flex-direction: column;
        font-weight: 900;
        line-height: 1;
        padding: 0;

    }

    .content__text em {
        display: block;
        font-family: 'Pretendard';
        font-size: 18px;
        font-weight: 400;
        line-height: 1.6;
        margin-top: 24px
    }

    .container.space h1 {
        position: relative;
        display: table;
    }

    .container.space h3 {
        font-size: 48px;
        text-transform: uppercase;
        color: #212529;
        margin-bottom: 24px;
    }

    .container.space h4 {
        font-size: 18px;
        text-transform: uppercase;
        color: #212529;
        margin-bottom: 24px;
    }

    .swiper-wrapper h4 {
        font-size: 24px;
        text-transform: uppercase;
        color: #212529;
        margin-bottom: 24px;
    }

    .content__text span span {
        display: inline-block;
    }

    .content__text span span.whitespace {
        white-space: pre;
    }

    .content__text span:nth-child(3n) {
        font-feature-settings: 'ss01' 1;
    }

    .content__text--large {
        font-size: 128px;
    }

    .content__text--center {
        width: 90%;

        text-align: left;
        align-self: stretch;
        justify-content: space-between;
        grid-row: 1 / span 1;
    }

    .content__text--left {
        justify-self: start;
        padding: 3rem;
        grid-area: layout;
        align-self: center;
        margin: auto;
        width: 100%;
        max-width: 1920px;
    }

    .content__text-tiny {
        text-transform: none;
        font-family: 'Pretendard';
        font-size: 18px;
        font-weight: 400;
        color: #222;
        max-width: 700px;
        line-height: 1.6;
        margin-top: 10vh;
    }

    .bottom-tit {
        font-weight: 400;
        text-align: center;
        font-size: 18px;

        line-height: 1.7
    }

    .contactSlider {
        overflow: hidden;
        padding: 10vh 0
    }

    .contactSlider p {
        font-size: 24px;
        word-spacing: -0.5px;
        line-height: 1.5;
        font-weight: 300;
        text-transform: uppercase;
        font-family: 'Pretendard';
    }

    .contactSlider2 {
        width: 100%;
        overflow: hidden;
        ;
        color: #666;
        opacity: .5;
        margin-top: 40px
    }

    .contactSlider2 p {
        font-size: 24px;
        margin-right: 40px;
        text-transform: uppercase;
        font-family: 'Pretendard';
    }

    .contactSlider .swiper-slide {
        cursor: grab;
        width: 33%;
        height: 400px;
        border-radius: 24px;
        background: #fff;
        padding: 48px;
    }

    .contactSlider2 .swiper-slide {
        width: auto
    }

    .Rolling {
        width: 100%;
        height: 100%;
        position: absolute
    }

    .sub-tit {
        text-align: center;
        font-size: 128px;
        text-transform: uppercase;
        line-height: 1;
    }

    .sub-tit span {
        color: #09bf41;
    }

    .history {
        margin: 5vh 0;
    }

    .history li {
        padding: 40px 0;
        border-bottom: solid 1px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease
    }

    .container.space .history li h4 {
        font-size: 24px;
        font-weight: 700;
    }

    .container.space .history li p {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 8px;
    }

    .container.space .history li p i {
        margin-right: 16px;
        color: #09bf41;
        font-size: 12px;
    }

    .history li dl {
        overflow: hidden;
        width: 100%;
    }

    .history li dt,
    .history li dd {
        overflow: hidden;
        float: left;
        font-size: 18px;
        color: #262625;
        font-family: 'Pretendard';
    }

    .history li dt {
        width: 15%;
    }

    .history li dt:nth-child(2) {
        width: 20%;
        color: #09bf41
    }

    .history li dd {
        width: 65%;
        text-align: right
    }

    #item-3.is-active {
        background: #171717;
        transition: background 0.5s ease;
    }

    #item-3.is-active p {
        color: #fff;
    }

    #item-3.is-active .content__text-tiny {
        color: #fff;
    }





    .news-inner {
        margin-top: 0px
    }

    .news-inner li {
        position: relative;
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
        margin-bottom: 48px
    }

    .news-inner li:last-child {
        border: 0;
        margin: 0
    }

    .news-inner li .contents {
        padding-bottom: 48px;
        overflow: hidden;
    }

    .news-inner li .contents .date {
        float: left;
    }

    .news-inner li .contents .date span {
        display: block;
        font-family: 'Pretendard';
        font-size: 14px;
        color: #999;
        letter-spacing: 0px;
        word-spacing: 0;
        text-align: center;
        font-weight: bold
    }

    .news-inner li .contents .date h3 {
        color: #262625;
        font-size: 48px;
        font-family: 'Pretendard';
        font-weight: 900;
        text-align: center;
        margin: 0
    }

    .news-inner li .contents>.content-area {
        margin-left: 124px
    }

    .news-inner li .contents a {
        font-family: 'Pretendard';
        text-transform: uppercase;
        font-weight: 900;
        color: #09bf41;
        font-size: 14px;
        margin-top: 24px;
        display: block;
        width: 100%
    }

    .news-inner li .contents p {
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 8px;
        font-family: 'Pretendard';

        width: 100%;
        overflow: hidden;
        word-break: break-word;

        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .news-inner li h2 {
        font-size: 24px;
        font-weight: 600;
        color: #262625;
        margin-bottom: 16px;
        font-family: 'Pretendard';
    }







    @media screen and (min-width: 53em) {
        .frame {
            grid-template-columns: 1fr auto auto auto;
            grid-template-areas: 'title back prev sponsor';
            justify-items: start;
            grid-gap: 2rem;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
        }

        .frame__prev {
            justify-self: end;
        }

        .title {
            font-size: clamp(2rem, 15vw, 9rem);
        }

        .content__img--4 {
            --img-width: 30vw;
        }

        .content__img--5 {
            --img-width: 40vw;
        }

        .card-wrap {
            grid-template-columns: repeat(3, 250px);
        }

        body #cdawrap {
            justify-self: end;
        }


    }

    @media (min-width:1930px) {
        .title_box {
            width: 53vw;
            text-align: left;
            position: absolute;
            left: 1em;
            font-family: 'codec';
            font-weight: 900;
            color: #FFFFFF;
            font-size: var(--font-size-lg);
            max-width: 930px;
            line-height: var(--font-size-lg);
            margin-top: 0;

        }

        .title_box .fix_title {
            padding-bottom: 24px;
        }
    }

    @media (max-width:1650px) {

        .intro {
            margin-bottom: 10vw
        }

        .about-btn.icon {
            font-size: 24px;
            padding: 6px 16px;
            top: -16px;
            right: -32px;
        }

        .title_box {
            left: 3rem;
        }

        .contactSlider {
            padding: 4vh 0
        }

        .title_box .fix_title {
            padding-bottom: 0
        }

        .title_box h2 p {
            font-size: 16px;
        }

        .contactSlider p {
            font-size: 20px;
            word-spacing: -0.5px;
            line-height: 1.5;
            font-weight: 300;
            text-transform: uppercase;
            font-family: 'Pretendard';
        }

        .content__text {
            font-size: 48px
        }

        .content__text--large {
            font-size: 84px;
            margin-bottom: 48px
        }

        .contactSlider {
            margin-bottom: 10vw
        }

        .contactSlider .swiper-slide {
            width: 40%;
            padding: 32px;
        }

        .news-inner {
            margin-top: 48px
        }

        .container h1 {
            font-size: 48px
        }

        .history li {
            padding: 24px 0
        }

        h1.rollingTxt {
            height: 100px;
        }

        h1.rollingTxt span {
            font-size: 100px;
        }

        h1.rollingTxt.rtl {
            height: 100px
        }

        .news-inner li h2 {
            font-size: 20px
        }

        .news-inner li .contents p {
            font-size: 16px
        }
    }





    @media (max-width:769px) {
        .intro {
            margin-bottom: 12vh
        }

        .title_box {
            width: 100%;
            left: 0;
            line-height: 1;
            font-size: 48px;
            padding: 16px
        }

        .title_box h2 {
            margin-top: 60vw
        }

        .title_box .tiping_title {
            width: 100%;
            font-size: 48px
        }

        .title_box .tiping_title p {
            padding: 0 4px;
        }

        .content__text {
            font-size: 30px
        }

        .about-btn {
            font-size: 20px;
            top: -16px
        }

        .about-btn.icon {
            font-size: 20px;
            padding: 4px 16px;
            top: -16px;
            right: -32px;
        }

        .bottom-tit {
            font-size: 16px;
            padding: 0 16px
        }

        .content--intro {
            height: 40vw
        }

        .content__img--1 video.asset {
            border-radius: 0;
        }

        .content__img-inner {
            border-radius: 0;
        }

        .intro__title {
            top: 24vh
        }

        .intro__title-pre {
            font-size: 72px;
        }

        .intro__title .article_title {
            font-size: 16px
        }

        .bg-blur {
            height: 100vh
        }

        .bg-blur img {
            height: 100%;
            object-fit: cover
        }

        .content__img--1 img {
            width: 30vw;
        }

        .content__img--1 {
            width: 100vw;
            --img-ar: 16 / 9;
        }

        .content__text--large {
            font-size: 36px;
            padding: 0px;
            margin-bottom: 48px
        }

        .container h1 {
            font-size: 36px;
            margin-bottom: 0px !important;
        }

        .container.space .row {
            margin-left: 0;
            margin-right: 0
        }

        .container.space .history li h4 {
            font-size: 18px
        }

        .container.space .history li p {
            font-size: 14px
        }

        .content-wrap .container p {
            font-size: 16px;
        }

        .container.space {
            margin: 0vw auto;
        }

        .content__text-tiny {
            font-size: 16px
        }

        .history {
            margin: 5vw 0
        }

        .history li {
            padding: 24px 0
        }

        .history li dt {
            overflow: hidden;
            float: left;
            font-size: 14px;
            color: #262625;
            font-family: 'Pretendard'
        }

        .history li dd {
            font-size: 14px
        }

        .container.space h3 {
            font-size: 30px;
        }

        .contactSlider {
            width: 100%;
            padding: 24px;
            margin-top: 4vw;
            margin-bottom: 20vw;

        }

        .title_box h2 p {
            font-size: 16px
        }

        .content__text em {
            font-size: 16px
        }

        .contactSlider p {
            font-size: 18px
        }

        .swiper-wrapper h4 {
            font-size: 24px
        }

        .contactSlider .swiper-slide {
            width: 100%;
            padding: 32px;
            height: 300px
        }

        .sub-tit {
            font-size: 64px
        }

        .title_box .fix_title {
            font-size: 80px
        }

        .news-inner li .contents .date {
            display: none
        }

        .news-inner {
            margin-top: 32px
        }

        .news-inner li h2 {
            font-size: 16px
        }

        .news-inner li .contents {
            padding-bottom: 32px
        }

        .news-inner li .contents p {
            font-size: 14px;
            line-height: 1.2
        }

        .news-inner li .contents .date h3 {
            font-size: 36px
        }

        .news-inner li .contents .date span {
            font-size: 10px
        }

        .news-inner li .contents>.content-area {
            margin-left: 0px
        }

        .news-inner li .contents a {
            margin-top: 16px;
            font-size: 13px
        }

        h1.rollingTxt {
            height: 100px;
        }

        h1.rollingTxt span {
            font-size: 100px
        }

        .content__text--left {
            padding: 24px
        }

        .content__title .contect-btn {
            font-size: 30px;
            padding: 8px 16px;
            max-width: 90px;
            margin-bottom: -16px
        }

        #item-5 .content__text--left {
            margin-top: 40vw
        }

        #item-5 .content__img--5 {
            top: -20vw
        }

    }

}