.gap200 {
    gap: 200px;
}
.txt_wrap {
    font-size: 48px;
    line-height: 1.2;
    gap: 20px;
}
.txt_wrap .square span {
    display: block;
    width: 40px;
    height: 40px;
    background: var(--point);
    animation: big 5s linear infinite;
}


.main > div {
    position: relative;
    background: var(--white);
    z-index: 5;
}

.visual {
    padding: 180px 40px 0;
    height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
}
.visual .box {
    position: relative;
    width: 100%;
    gap: 40px;
}
.visual .box > div {
    flex: 1;
}
.visual .box .txt {
    gap: 30px;
}
.visual .box .txt .text_box {
    font-size: 96px;
    font-weight: 500;
    overflow: hidden;
}
.visual .box .txt .text_box p {
    position: relative;
    height: 91px;
    line-height: 130px;
    margin-bottom: 15px;
    transition: all .3s;
    transform: scale(1);
    transform-origin: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.visual .box .txt .text_box p:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    background: var(--point);
    z-index: -1;
    transition: all .5s cubic-bezier(0, 0, 0.18, 0.99);
}
.visual .box .txt .text_box p:hover {
    color: var(--key-color);
    transform: scale(1.2);
}
.visual .box .txt .text_box p:hover:before {
    width: 100%;
}
.visual .box .txt .desc {
    color: var(--text);
    font-size: 32px;
    line-height: 1.2;
    font-family: 'SUIT';
    opacity: .8;
}
.visual .box .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 48%;
    overflow: hidden;
}
.visual .box .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.visual .logo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
}
.visual .logo h1 {
    text-transform: uppercase;
    color: var(--key-color);
    padding: 20px 40px;
    background: var(--white);
}



.about {
    padding: 40px;
    background: var(--white);
    box-sizing: border-box;
}
.about .box {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 3;
    border-radius: 50px;
    padding: 100px;
    overflow: hidden;
    box-sizing: border-box;
}
.about .box .h100 {
    justify-content: center;
    height: 100%;
    text-transform: uppercase;
    color: var(--white);
}
.about .box1 {
    background:var(--black);
}
.about .box1 .h100 p {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -1.6px;
    margin-bottom: 60px;
}
.about .box1 .h100 h2 {
    font-size: 14vw;
    letter-spacing: -13px;
}
.about .box1 .h100 span {
    color: var(--white);
    letter-spacing: -2.4px;
    font-size: 48px;
    margin-top: -2vw;
}
.about .box2 {
    background:var(--key-color);
}
.about .txt_box {
    position: relative;
    font-size: 86px;
    letter-spacing: -4.3px;
    line-height: 1.2;
    min-height: 50vh;
    justify-content: center;
    padding: 0 90px;
    box-sizing: border-box;
}
.about .txt_box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 72px;
    height: 68px;
    background: url("../images/quotes_top.svg")no-repeat 50% 50% / 100%;
}
.about .txt_box:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 72px;
    height: 68px;
    background: url("../images/quotes_bottom.svg")no-repeat 50% 50% / 100%;
}
.about .txt_box strong {
    font-weight: 500;
}
.about .desc_box {
    position: relative;
    font-family: 'SUIT';
    padding: 50px 100px 50px 200px;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    box-sizing: border-box;
}
.about .desc_box .square {
    position: absolute;
    top: 0;
    left: 100px;
}
.about .desc_box .square span {
    display: block;
    width: 40px;
    height: 40px;
    background: var(--point);
    animation: big 5s linear infinite;
}
@keyframes big {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.about .box3 {
    background:var(--black);
}
.about .box4 {
    background:var(--key-color);
}



.artist {
    padding: 300px 140px;
    box-sizing: border-box;
}
.artist .list {
    position: relative;
    gap: 10px;
    margin: 0 -140px;
    width: calc(100vw - 17px);
}
.artist .slider {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
.artist .logo-slider {
    display: inline-block;
    animation: logoSlider 50s infinite linear;
}
.artist .logo-slider > div {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 400px;
    margin: 0 5px;
    box-sizing: border-box;
    overflow: hidden;
    transition: all .3s;
}
.artist .logo-slider > div:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    transition: all .3s;
    z-index: 1;
}
.artist .logo-slider > div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.artist .logo-slider > div:hover {
    opacity: 1;
}
.artist .logo-slider > div:hover img {
    transform: translate(-50%,-50%) scale(1.1);
}
.artist .logo-slider > div p {
    position: absolute;
    bottom: 20px;
    left: 10px;
    z-index: 2;
    font-size: 20px;
    font-family: 'SUIT';
    font-weight: 500;
    color: var(--white);
    word-break: break-word;
    transition: all .3s;
}
.artist .logo-slider > div .icon {
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 10px;
    gap: 10px;
    z-index: -1;
    transition: all .3s;
}
.artist .logo-slider > div .icon a {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
}
.artist .logo-slider > div .icon a.insta {
    background-image: url("../images/ic_instagram.svg");
}
.artist .logo-slider > div .icon a.youtube {
    background-image: url("../images/ic_youtube.svg");
}
.artist .logo-slider > div .icon a.tiktok {
    background-image: url("../images/ic_tiktok.svg");
}
.artist .logo-slider > div .icon a.soop {
    background-image: url("../images/ic_soop.svg");
}
.artist .logo-slider > div .icon a.ic_pandtv {
    background-image: url("../images/ic_ic_pandtv.svg");
}
.artist .logo-slider > div .icon a.link {
    background-image: url("../images/ic_link.svg");
}
.artist .logo-slider > div:hover p {
    font-size: 32px;
    bottom: 50px;
}
.artist .logo-slider > div:hover .icon {
    opacity: 1;
    z-index: 2;
    bottom: 20px;
}
.artist .logo-slider > div:hover:before {
    opacity: .2;
}
.artist .slider2 .logo-slider {
    animation-direction: reverse;
}
@keyframes logoSlider {
    from{
        transform: translate(0);
    }
    to{
        transform: translate(-100%);
    }
}
@-webkit-keyframes logoSlider {
    from{
        transform: translate(0);
    }
    to{
        transform: translate(-100%);
    }
}
.artist .read_btn {
    margin-top: 50px;
}



.news {
    padding: 120px 140px 200px;
    box-sizing: border-box;
}
.news .box {
    position: sticky;
    top: 120px;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 3;
    border-radius: 50px;
    overflow: hidden;
    box-sizing: border-box;
}
.news .box .h100 {
    height: 100%;
    text-transform: uppercase;
    padding: 85px 0 20px;
    gap: 60px;
    box-sizing: border-box;
}
.news .box .thumb {
    position: relative;
    width: 790px;
    height: 0;
    padding-bottom: 60vh;
    max-height: 770px;
    border-radius: 50px;
    overflow: hidden;
}
.news .box .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news .box .txt {
    position: relative;
    flex: 1;
    width: 100%;
    min-height: 400px;
    max-height: 65vh;
    background: var(--white);
    padding: 30px 0;
    margin: -20px 0;
    box-sizing: border-box;
}
.news .box .txt:before {
    content: '';
    position: absolute;
    top: -60px;
    left: 210px;
    display: block;
    width: 20px;
    height: 20px;
    background: var(--point);
    animation: big 5s linear infinite;
}
.news .box .txt .title {
    position: relative;
    gap: 30px;
    line-height: 1.2;
    cursor: pointer;
}
.news .box .txt .title h3 {
    font-size: 46px;
    font-weight: 500;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news .box .txt .title .date {
    color: var(--text);
    font-size: 20px;
}
.news .box .txt .title .cont {
    font-size: 20px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.news .box .txt .btn_area {
    gap: 20px;
}
.news .box .txt .btn_area > div {
    flex: 1;
    z-index: 1;
}



.business {
    padding: 120px 140px 200px;
    box-sizing: border-box;
}
.business .txt_wrap > div {
    line-height: 1.2;
}
.business .txt_wrap > div div {
    font-weight: 400;
    font-size: 48px;
}
.business .txt_wrap > div p {
    color: var(--text);
    font-family: 'SUIT';
    font-size: 32px;
    margin-top: 30px;
    padding-left: 20px;
    box-sizing: border-box;
}
.business .sticky {
    position: sticky;
    top: 224px;
    line-height: 1.2;
    z-index: 1;
}
.business .sticky strong {
    display: block;
    color: var(--white);
    font-size: 280px;
    font-weight: 500;
    width: 200px;
    line-height: 1.2;
    text-align: center;
}
.business .sticky strong:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 200px;
    height: 200px;
    background: var(--point);
    animation: big 10s linear infinite;
    z-index: -1;
}
.business .box {
    margin-top: -480px;
}
.business .box > div {
    height: 100vh;
    justify-content: end;
    text-align: left;
    padding: 96px 0;
    overflow: hidden;
    box-sizing: border-box;
}
.business .box > div:first-child {
    padding-top: 0;
}
.business .box > div .txt_box {
    width: 70%;
    max-width: 900px;
    line-height: 1.2;
}
.business .box > div .txt_box strong {
    display: block;
    width: 100%;
    font-size: 96px;
    font-weight: 500;
}
.business .box > div .txt_box p {
    font-size: 32px;
    margin-top: 30px;
    font-family: 'SUIT';
}
.business .box > div .txt_box .img {
    position: relative;
    margin-top: 30px;
    max-width: 600px;
    height: 85%;
    max-height: 400px;
    border-radius: 30px;
    overflow: hidden;
}
.business .box > div .txt_box .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.business .grid {
    gap: 40px;
    justify-content: center;
}
.business .grid > div {
    position: relative;
    width: calc(33.333% - 27px);
    height: 400px;
    perspective: 1000px;
    transform-style: preserve-3d;
}
.business .grid > div .grid_box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: 1s;
}
.business .grid > div .front,
.business .grid > div .back {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.business .grid > div .front {
    background-size: cover;
    border-radius: 30px;
}
.business .grid > div .front > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-transform: capitalize;
    font-size: 56px;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
    color: var(--white);
}
.business .grid > div .back {
    transform: rotateY(180deg);
    transform-style: preserve-3d;
}
.business .grid > div .back .content {
    background-color: var(--black);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 50px 10px;
    color: var(--point);
    transform: translate(-50%,-50%) translateZ(100px);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    border-radius: 20px;
    width: 100%;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    box-sizing: border-box;
}
.business .grid > div:hover .grid_box {
    transform: rotateY(180deg);
}



@media screen and (max-width: 1600px) {
    .txt_wrap {
        font-size: 40px;
    }


    .visual .box .txt .text_box {
        font-size: 76px;
    }
    .visual .box .txt .text_box p {
        height: 82px;
        line-height: 113px;
        margin-bottom: 0;
    }
    .visual .box .txt .text_box p:hover {
        transform: scale(1.03);
    }
    .visual .box .txt .desc {
        font-size: 26px;
    }

    .about .box {
        padding: 80px 50px;
    }
    .about .txt_box {
        font-size: 76px;
    }
    .about .desc_box {
        padding-left: 160px;
    }

    .artist {
        padding: 260px 100px;
    }
    .artist .list {
        margin: 0 -100px;
        width: calc(100vw - 0px);
    }

    .news {
        padding: 120px 100px 100px;
    }
    .news .box .thumb {
        width: 580px;
    }

    .business {
        padding: 120px 100px 150px;
    }
    .business .txt_wrap > div {
        max-width: 92%;
    }
    .business .grid > div {
        height: 300px;
    }
    .business .grid > div .front > div {
        font-size: 38px;
    }
    .business .grid > div .back .content {
        font-size: 20px;
    }
}
@media screen and (max-width: 1280px) {
    .gap200 {
        gap: 100px;
    }
    .txt_wrap {
        font-size: 32px;
    }

    .visual .box .txt .text_box {
        font-size: 60px;
    }
    .visual .box .txt .desc {
        font-size: 20px;
    }

    .about .txt_box {
        font-size: 60px;
        padding: 0 70px;
    }
    .about .txt_box:before,
    .about .txt_box:after {
        width: 46px;
        height: 46px;
    }
    .about .desc_box {
        font-size: 24px;
        padding: 25px 100px 30px 120px;
    }
    .about .desc_box .square {
        left: 80px;
    }
    .about .desc_box .square span {
        width: 30px;
        height: 30px;
    }

    .artist {
        padding: 260px 60px;
    }
    .artist .list {
        margin: 0 -60px;
    }

    .news {
        padding: 120px 60px 100px;
    }
    .news .box .h100 {
        gap: 40px;
    }
    .news .box .thumb {
        width: 470px;
    }
    .news .box .txt .title h3 {
        font-size: 36px;
        line-height: 1.3;
    }
    .news .box .txt:before {
        left: 90px;
    }

    .business {
        padding: 120px 60px 150px;
    }
    .business .txt_wrap > div div {
        font-size: 38px;
    }
    .business .txt_wrap > div p {
        font-size: 28px;
    }
    .business .sticky strong {
        width: 150px;
        font-size: 210px;
    }
    .business .sticky strong:before {
        width: 150px;
        height: 150px;
    }
    .business .box {
        margin-top: -330px;
    }
    .business .box > div .txt_box strong {
        font-size: 76px;
    }
    .business .grid > div {
        height: 240px;
    }
    .business .grid > div .front > div {
        font-size: 28px;
    }
    .business .grid > div .back .content {
        font-size: 16px;
    }
}
@media screen and (max-width: 1024px) {
    .gap200 {
        gap: 60px;
    }
    .txt_wrap {
        font-size: 24px;
    }
    .txt_wrap .square span {
        width: 20px;
        height: 20px;
    }
    


    .visual {
        padding: 80px 20px 0;
        overflow: hidden;
    }
    .visual .box > div {
        flex: none;
        width: 100%;
    }
    .visual .box .txt {
        gap: 20px;
    }
    .visual .box .txt .text_box {
        font-size: 40px;
    }
    .visual .box .txt .text_box p {
        height: 50px;
        line-height: 68px;
    }
    .visual .box .txt .text_box p:hover {
        transform: scale(1.3);
    }
    .visual .box .txt .desc {
        font-size: 16px;
    }
    .visual .logo h1 {
        padding: 10px 20px;
    }


    .about {
        padding: 40px 20px;
    }
    .about .box {
        padding: 50px 30px;
    }
    .about .box1 .h100 h2 {
        letter-spacing: -6px;
    }
    .about .box1 .h100 p {
        font-size: 20px;
    }
    .about .box1 .h100 span {
        font-size: 33px;
        margin-top: -1vw;
    }
    .about .txt_box {
        padding: 70px 0;
        font-size: 40px;
        letter-spacing: -2.3px;
    }
    .about .desc_box {
        font-size: 20px;
        padding: 25px 0 30px 35px;
    }
    .about .desc_box .square {
        left: 0;
    }
    .about .desc_box .square span {
        width: 19px;
        height: 20px;
    }


    .artist {
        padding: 130px 30px;
    }
    .artist .list {
        margin: 0 -30px;
    }
    .artist .logo-slider > div {
        width: 200px;
        height: 267px;
    }
    .artist .logo-slider > div:hover p {
        font-size: 24px;
    }


    .news {
        padding: 55px 30px 20px;
    }
    .news .box .thumb {
        width: 320px;
    }
    .news .box .txt .title h3 {
        font-size: 26px;
    }
    .news .box .txt .title .date {
        font-size: 16px;
    }
    .news .box .txt .title .cont {
        font-size: 16px;
    }
    .news .box .h100 {
        padding: 40px 0 20px;
    }
    .news .box .txt:before {
        width: 15px;
        height: 15px;
    }
    .news .box .txt:before {
        top: -15px;
        left: 50px;
    }


    .business {
        padding: 55px 30px 50px;
    }
    .business .txt_wrap > div div {
        font-size: 24px;
    }
    .business .txt_wrap > div p {
        font-size: 16px;
    }
    .business .sticky strong {
        width: 100px;
        font-size: 130px;
    }
    .business .sticky strong:before {
        width: 100px;
        height: 100px;
    }
    .business .box {
        margin-top: -190px;
    }
    .business .box > div .txt_box strong {
        font-size: 48px;
        line-height: 1.3;
    }
    .business .box > div .txt_box p {
        font-size: 20px;
        margin-top: 15px;
    }
    .business .box > div {
        height: 70vh;
    }
    .business .grid {
        gap: 25px;
    }
    .business .grid > div {
        width: calc(33.333% - 17px);
        height: 200px;
    }
    .business .grid > div .front > div {
        font-size: 20px;
    }
    .business .grid > div .back .content {
        padding: 25px 10px;
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .txt_wrap {
        font-size: 16px;
    }

    .visual .position {
        height: 100%;
        padding-bottom: 20vw;
        box-sizing: border-box;
    }
    .visual .box {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .visual .box .txt {
        justify-content: end;
    }

    .about {
        padding: 40px 0;
    }
    .about .txt_box:before, 
    .about .txt_box:after {
        width: 30px;
        height: 27px;
    }
    .about .txt_box {
        font-size: 34px;
        padding: 50px 0;
        min-height: 40vh;
    }
    .about .desc_box {
        font-size: 16px;
    }
    .about .desc_box .square span {
        width: 15px;
        height: 15px;
    }


    .news {
        padding: 55px 0 20px;
    }
    .news h3.tit {
        padding: 0 30px;
        margin-bottom: 50px;
        box-sizing: border-box;
    }
    .news .box {
        top: 60px;
        background: var(--white);
        border-radius: 0;
    }
    .news .box .h100 {
        height: 85%;
        padding: 0px 0 20px;
        border-radius: 0;
    }
    .news .box .thumb {
        width: 100%;
        height: 220px;
        border-radius: 0;
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    .news .box .txt {
        height: auto;
        min-height: auto;
        max-height: none;
        background: var(--white);
        padding: 0 20px;
        margin: 0;
        gap: 20px;
    }
    .news .box .txt:before {
        top: -35px;
    }


    .business .txt_wrap > div {
        max-width: 100%;
    }
    .business .txt_wrap > div p {
        margin-top: 10px;
        padding-left: 0;
        font-size: 14px;
    }
    .business .txt_wrap > div div {
        font-size: 20px;
    }
    .business .sticky strong {
        width: 55px;
        font-size: 65px;
    }
    .business .sticky strong:before {
        width: 55px;
        height: 55px;
    }
    .business .box {
        margin-top: -30px;
    }
    .business .box > div {
        height: 60vh;
    }
    .business .box > div .txt_box {
        width: 100%;
        max-width: 100%;
    }
    .business .box > div .txt_box strong {
        font-size: 36px;
    }
    .business .box > div .txt_box p {
        font-size: 16px;
    }
    .business .box > div .txt_box .img {
        height: 85%;
    }
    .business .box > div .txt_box .img img {
        height: 100%;
        object-fit: cover;
    }
    .business .grid > div {
        width: 100%;
    }
    .business .grid > div .back .content {
        width: 95%;
    }
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 380px) {
    .about .txt_box {
        font-size: 26px;
    }
}