* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
/*     content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png); */
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

.shakeTwice {
    animation: shakeTwice 2s ease-in-out infinite;
    transform-origin: center;
  }
  .shakeTwices {
    animation: shakeTwices 2s ease-in-out infinite;
    transform-origin: center;
  }
  @keyframes shakeTwice {
    0% {
      transform: rotate(0deg);
    }
    10% {
      transform: rotate(5deg);
    }
    20% {
      transform: rotate(-5deg);
    }
    30% {
      transform: rotate(4deg);
    }
    40% {
      transform: rotate(-4deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  @keyframes shakeTwices {
    0% {
      transform: rotate(0deg);
    }
    10% {
      transform: rotate(3deg);
    }
    20% {
      transform: rotate(-3deg);
    }
    30% {
      transform: rotate(2deg);
    }
    40% {
      transform: rotate(-2deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes marquee2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-8deg);
    }
    65% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_image1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    75% {
        transform: scale(1.02);
        transform: translateY(10px);
    }
    100% {
        transform: scale(1);
        transform: translateY(0px);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@keyframes marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeX_r {
    from { transform: translateX(0); }
    to { transform: translateX(100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
@keyframes marqueeY_r {
    from { transform: translateY(0); }
    to { transform: translateY(100%); }
}
@keyframes fall {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(240deg) rotateY(400deg) rotateZ(310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes fall2 {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(-240deg) rotateY(-400deg) rotateZ(-310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes backgroundchange {
    0% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/con11_08.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/con11_09.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/con11_10.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }

    20% {
        background: url(/images/con08_08.png) no-repeat center / contain;

    }

    40% {
        background: url(/images/con08_09.png) no-repeat center / contain;

    }

    60% {
        background: url(/images/con08_10.png) no-repeat center / contain;

    }

    80% {
        background: url(/images/con08_11.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
@keyframes shakeAndFall {
    0% {
        transform: translate(0, -50%) rotate(0);
        opacity: 0;
    }
}
div.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.swiper-wrapper.flow {
    pointer-events: none;
    transition-timing-function: linear;
}
section {
    font-family: 'Pretendard Variable';
    font-weight: 300;
    font-size: 0.9vw;
    letter-spacing: -0.04vw;
}
section img { 
    width: 100%;
}
section:not(.map_section) img {
    pointer-events: none;
}
.noto {
    font-family: "Noto Serif", serif;
}
.notokr {
    font-family: "Noto Serif KR", serif;
}
.exbold {
    font-weight: 900;
}
.bold {
    font-weight: 700;
}
.sebold {
    font-weight: 600;
}
.medium {
    font-weight: 500;
}
.regular {
    font-weight: 400;
}
.flight {
    font-weight: 200;
}
.thin {
    font-weight: 100;
}
.animate-blk {
    animation: blk 1s infinite ease-in-out;
}
.scaleOpa {
    animation: scaleOpa infinite 2s;
}
.scaleOpa2 {
    animation: scaleOpa2 infinite 2s;
}
.light {
    animation: light infinite 5s;
}
.rotate_img {
    animation: rotate_image 10s infinite linear;
}
.white {
    color: white;
}
.txct {
    text-align: center;
}
.lh {
    line-height: 1.5;
}
/* reveal 대신 사용 start */
/* 왼쪽부터 나타나기 */
.clip_off02 {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 0.8s;
}
/* 가운데에서 나타나기 */
.clip_off {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transition: all 0.8s;
}
/* gsap에서 넣을 class */
.clip_on {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}
/* reveal 대신 사용 end */
.absol_cover {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.max_width {
    width: unset !important;
    max-width: 101%;
}
.back_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
/* image_sd */
.image_sd_wrap {
    padding: 0.5vw 0;
    overflow: hidden;
}
.image_sd {
    animation: marqueeX 20s infinite linear;
}
.image_sd .absol {
    left: 100%;
}
.image_sd_r {
    animation: marqueeX_r 20s infinite linear;
}
.image_sd_r .absol {
    right: 100%;
}
/* image_sd end */
/* y_slide start */
.slide_y_wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide_y {
    height: 100%;
    animation: marqueeY 20s infinite linear;
}
.slide_y img {
    width: unset !important;
    height: 100%;
}
.slide_y img.absol {
    top: 100%;
}
.slide_y_r {
    height: 100%;
    animation: marqueeY_r 20s infinite linear;
}
.slide_y_r img {
    width: unset !important;
    height: 100%;
}
.slide_y_r img.absol {
    bottom: 100%;
}
/* y_slide end */
/* swiper-arr */
.btn_arr {
    z-index: 2;
    cursor: pointer;
}
.arr_next {
    transform: rotate(180deg);
}
/* swiper-arr */
iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 퍼블시작 */
.white{
    color: #fff;
}
.bold{
    font-weight: 700;
}




/* 인트로 */
.intro {
    position: fixed;
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    top: 0;
    z-index: 99999;
    background-color: #fff;
    
    /* display: none; */
}
/* .intro_invert img {
  filter: invert(0);
  transition: filter 0.5s;
} */
.intro_bg{
    width: 100% !important;
    height: 100%;
    z-index: -1;
}
.intro_title_wrap{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 43.7%;
}
.intro_btmtxt{
    width: 14.1667%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 57.5%;
}
.intro_title_white {
    width: 14.2188%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 43.7%;
    /* opacity: 0; */
}
.intro_title.item1{
    width: 1.30208%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.intro_title.item2{
    width: 6.04167%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.intro_title.item3{
    width: 5.72917%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.intro_title.item4{
    width: 1.25%;
    display: flex;
    justify-content: center;
    align-items: center;
}












/* main */
.swiper_main{
    width: 100%;
    height: 50vw;
}
.main_slide{
    width: 100%;
    height: 100%;
}
.main_slide_txtwrap{
    width: 30vw;
    height: 100%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.main_slide_txtbox{
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8vw;
    color: #fff;
}
.con1_06{
    width: 5.01931%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1_08 {
    width: 85.1969%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1_06.left{
    left: 0;
}
.con1_06.right{
    right: 0;
}
.main_slide_txt{
    font-size: 1.2vw;
}
.main_slide_txt.item2{
    font-size: 1.8vw;
}
.main_slide_txtwrap.slide2{
    left: 50%;
    transform: translateX(-50%);
}
.main_slide_txtwrap.slide3{
    right: 0;
}
.con1_07{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: brightness(0.8);
}
.swiper_progressbar{
    height: 2px;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 5;
}
.swiper-scrollbar-drag{
    position: absolute;
    background-color: #fff;
    height: 3px;
    bottom: 0;
}
.swiper_main_progressbar {
    width: 85%;
    
    bottom: 10%;
}



.con01{
    padding: 5vw 0;
}
.con1_08_txt{
    color: #fff;
    font-weight: 700;
    font-size: 2.2vw;
    right: 10%;
    bottom: 30%;
}

.ICDI{
    color: #767676;
    font-size: 0.8vw;
    font-weight: 400;
}
.con1_08_btmtxt {
    bottom: 9%;
    right: 5%;
}


.section_title{
    width: 85%;
    margin-bottom: 2vw;
    font-size: 1.8vw;
    font-weight: 800;
}
.history_sec {
    margin-bottom: 6vw;
}
.history_con{
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5vw;
    margin-bottom: 3vw;
}
.history_box{
    width: 32%;
    overflow: hidden;
    cursor: pointer;
    display: none;
}
.history_imgbox{
    width: 100.401%;
    height: 14.6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.2vw;
}
.history_imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.history_plus{
    width: 100%;
    text-align: center;
    font-size: 1.5vw;
    font-weight: 500;
    bottom: 0;
    z-index: -1;
}
.history_box:hover .history_imgbox img{
    margin-bottom: 3vw;
}
.history_title{
    font-size: 0.95vw;
    color: #767676;
    font-weight: 500;
    margin-bottom: 0.3vw;
}
.history_name{
    font-weight: 600;
    font-size: 1.2vw;
}
.morebtn{
    width: 8vw;
    height: 1.5vw;
    border-left: 0.5vw solid #000;
    border-right: 0.5vw solid #000;
    text-align: center;
    line-height: 1.5vw;
    font-weight: 600;
    font-size: 1.4vw;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.morebtn_plus{
    width: fit-content;
    transition: 0.3s;
    transform-origin: center center;
    padding-bottom: 0.2vw;
}
.morebtn_txt{
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 1.5vw;
    background-color: #000;
    font-weight: 600;
    color: #fff;
    top: 0;
    font-size: 0.9vw;
    /* clip-path: inset(0 100% 0 0); */
    clip-path: inset(0 50% 0 50%);
    transition: 0.5s;
}
.morebtn:hover .morebtn_plus{
    transform: rotate(180deg);
}
.morebtn:hover .morebtn_txt{
    clip-path: inset(0 0 0 0);
}




.about_sec{
    padding: 5vw 0;
    background-color: #D1CBBD;
}
.about_sec .section_title{
    margin-bottom: 24vw;
}
.about_con{
    width: 85%;
    display: flex;
    justify-content: space-between;
    gap: 0.5vw;
    top: 9.5vw;
    z-index: 2;
}
.about_box{
    width: 15.7%;
    height: 18vw;
    background-color: #000;
    border-radius: 0.4vw;
    overflow: hidden;
    transition: 0.5s;
    z-index: 5;
}
.about_title{
    font-size: 1.2vw;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.5vw;
    margin-left: 1.5vw;
    transition: 0.3s;
}
.about_txt{
    color: #767676;
    font-weight: 650;
    margin-bottom: 3vw;
    margin-left: 1.5vw;
    font-size: 0.85vw;
    transition: 0.3s;
}
.about_img{
    width: 100.394%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.about_img img{
    transform: scale(0.88);
    transform-origin: center bottom;
    transition: 0.3s;
}

.about_box .morebtn{
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
}
.about_btmtxt {
    right: 7.5%;
    bottom: 14%;
}


.arte_sec{
    padding: 8vw 0 0 0;
}
.arte_con{
    display: flex;
    width: 85%;
    padding-bottom: 8vw;
    border-bottom: 1px solid #000;
}
.arte_left{
    width: 35%;
}
.arte_right{
    width: 65%;
}
.arte_txt{
    color: #767676;
    line-height: 1.5;
    font-size: 0.95vw;
    font-weight: 600;
}
.con1_12{
    width: 18.2677%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 8%;
    bottom: 14%;
}




.contest_sec{
    padding: 8vw 0;
}
.contest_top_btnwrap, .contest_btm_btnwrap{
    width: 85%;
    border-bottom: 1px solid #ebebeb;
    display: flex;
}
.contest_btm_btnwrap{
    margin-bottom: 32vw;
    gap: 2vw;
}
.contest_top_btn{
    width: 6vw;
    padding: 0.5vw 0;
    text-align: center;
    font-size: 0.9vw;
    font-weight: 600;
    color: #767676;
    cursor: pointer;
    transition: 0.3s;
}
.contest_top_btn.on{
    background-color: #000;
    color: #fff;
}
.contest_top_btn:hover{
    background-color: #000;
    color: #fff;
}
.contest_btm_btn{
    /* width: 4.2vw; */
    color: #767676;
    font-size: 1vw;
    font-weight: 600;
    padding: 1vw 0;
    transition: 0.3s;
    cursor: pointer;
    text-align: center;
}
.contest_btm_btn.on{
    color: #000;
}
.contest_btm_btn:hover{
    color: #000;
}
.swiper_contest{
    width: 94%;
    right: 0;
    top: 36%;
    display: flex;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.swiper_contest.on{
    display: flex;
  opacity: 1;
  visibility: visible;
}
/* .contest_slide{
    width: 23vw;
} */
.contest_slide_imgbox{
    width: 23vw !important;
    height: 22vw;
    border: 1px solid #ebebeb;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    margin-bottom: 2vw;
    overflow: hidden;
}
.contest_slide_img{
    width: 62.2727%;
    height: 20vw;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    overflow: hidden;
}
.contest_slide_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.contest_slide_title{
    font-size: 1.1vw;
    margin-bottom: 1vw;
    font-weight: 600;
}
.contest_slide_txt{
    width: 75%;
    font-size: 0.9vw;
    color: #767676;
    font-weight: 500;
    line-height: 1.5;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;

}
.contest_slide_area {
    background-color: #363636;
    color: #fff;
    font-size: 0.85vw;
    font-weight: 500;
    padding: 0.1vw 0.6vw;
    top: 3%;
    left: 4%;
}
.contest_slide{
    cursor: pointer;
}
.swiper_contest_btnwrap{
    width: 3vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2vw;
    left: 3%;
    top: 36%;
}
.con1_13{
    width: 67.2414%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 5;
}
.swiper_contest_btntxt{
    font-size: 0.75vw;
    font-weight: 500;
}
.swiper_contest_next{
    transform: rotate(180deg);
}
.contest_wrap{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.contest_wrap.on{
    display: flex;
}




.grandprix_classic{
    width: 100%;
    height: 30vw;
    background: url("/images/con1_15.jpg") no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grandprix_classic .section_title{
    color: #fff;
}
.grandprix_con{
    display: flex;
    width: 85%;
}
.grandprix_left{
    width: 35%;
}
.grandprix_right{
    width: 65%;
}
.grandprix_txt{
    color: #a0a0a0;
    line-height: 1.5;
    font-size: 0.95vw;
    font-weight: 600;
}


.grandprix_sec{
    padding: 6vw 0;
}


.grandprix_top_btnwrap, .grandprix_btm_btnwrap{
    width: 85%;
    border-bottom: 1px solid #ebebeb;
    display: flex;
  }
  .grandprix_btm_btnwrap{
    margin-bottom: 32vw;
    gap: 2vw;
  }
  .grandprix_top_btn{
    width: 6vw;
    padding: 0.5vw 0;
    text-align: center;
    font-size: 0.9vw;
    font-weight: 600;
    color: #767676;
    cursor: pointer;
    transition: 0.3s;
  }
  .grandprix_top_btn.on{
    background-color: #000;
    color: #fff;
  }
  .grandprix_top_btn:hover{
    background-color: #000;
    color: #fff;
  }
  .grandprix_btm_btn{
    /* width: 4.2vw; */
    color: #767676;
    font-size: 1vw;
    font-weight: 600;
    padding: 1vw 0;
    transition: 0.3s;
    cursor: pointer;
    text-align: center;
  }
  .grandprix_btm_btn.on{
    color: #000;
  }
  .grandprix_btm_btn:hover{
    color: #000;
  }
  .swiper_grandprix{
    width: 94%;
    right: 0;
    top: 36%;
    /* display: none; */
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  }
  .swiper_grandprix.on{
    /* display: flex; */
  opacity: 1;
  visibility: visible;
  }
  /* .grandprix_slide{
    width: 23vw;
  } */
  .grandprix_slide_imgbox{
    width: 23vw !important;
    height: 22vw;
    border: 1px solid #ebebeb;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    margin-bottom: 2vw;
    overflow: hidden;
  }
  .grandprix_slide_img{
    width: 62.2727%;
    height: 20vw;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .grandprix_slide_img img{
    object-fit: cover;
  }
  .grandprix_slide_title{
    font-size: 1.1vw;
    margin-bottom: 1vw;
    font-weight: 600;
  }
  .grandprix_slide_txt{
    width: 75%;
    font-size: 0.9vw;
    color: #767676;
    font-weight: 500;
    line-height: 1.5
  }
  .grandprix_slide_area {
    background-color: #363636;
    color: #fff;
    font-size: 0.85vw;
    font-weight: 500;
    padding: 0.1vw 0.6vw;
    top: 3%;
    left: 4%;
  }
  .swiper_grandprix_btnwrap{
    width: 3vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2vw;
    left: 3%;
    top: 36%;
  }
  .con1_13{
    width: 67.2414%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 5;
  }
  .swiper_grandprix_btntxt{
    font-size: 0.75vw;
    font-weight: 500;
  }
  .swiper_grandprix_next{
    transform: rotate(180deg);
  }
  .grandprix_wrap{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }
  .grandprix_wrap.on{
    display: flex;
  }
  .grandprix_line{
    width: 85%;
    height: 1px;
    background-color: #000;
    bottom: 0;
  }




.musiccamp_sec{
    padding: 6vw 0;
}
.musiccamp_con{
    width: 85%;
    display: flex;
    gap: 4vw;
}
.musiccamp_con_left{
    width: 50%;
}
.swiper_musiccamp{
    width: 100%;
}
.con1_17{
    width: 100.247%;
    height: 23vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1_17 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.musiccamp_txtbox{
    width: 50%;
}
.musiccamp_txt_top{
    width: fit-content;
    background-color: #363636;
    color: #fff;
    font-size: 0.85vw;
    font-weight: 500;
    padding: 0.1vw 0.6vw;
    margin-bottom: 2vw;
}
.musiccamp_txt_title{
    font-size: 1.2vw;
    font-weight: 600;
    margin-bottom: 2vw;
}
.musiccamp_txt_txt{
    height: 15vw;
    overflow-y: scroll;
    color: #767676;
    font-size: 0.9vw;
    font-weight: 500;
    margin-bottom: 2vw;
    line-height: 1.5;
}
.musiccamp_txt_txt p span{
    font-size: 0.9vw !important;
}
.musiccamp_txt_txt::-webkit-scrollbar {
    display: none;
  }
.musiccamp_txtbox .morebtn{
    margin-left: auto;
}
.swiper_musiccamp_progressbar{
    bottom: 12%;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}





.front_contact_con{
    width: 85%;
    display: flex;
    gap: 2vw;
}
.front_contact_box{
     width: 50%;
     background-color: #000;
     border-radius: 0.5vw;
     padding: 4vw 5vw;
     box-sizing: border-box;
}
.front_contact_title{
    color: #fff;
    font-weight: 700;
    font-size: 1.8vw;
    margin-bottom: 3vw;
}
.front_contact_txt1{
    color: #fff;
    font-size: 1.2vw;
    font-weight: 500;
    margin-bottom: 0.4vw;
}
.front_contact_txt2{
    color: #767676;
    font-size: 0.9vw;
    font-weight: 600;
    margin-bottom: 1vw;
}
.front_contact_con .morebtn {
    color: #000;
    border-left: 0.5vw solid #fff;
    border-right: 0.5vw solid #fff;
    background-color: #fff;
    right: 7%;
    bottom: 13%;
}
.front_contact_con .morebtn_txt{
    color: #000;
    background-color: #fff;
}
.con1_18 {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.gallery_sec{
    margin-bottom: 3vw;
    padding-top: 6vw;
  }
  .gallery_btnwrap{
    width: 85%;
    display: flex;
    margin-bottom: 4vw;
    border-bottom: 1px solid #ebebeb;
    gap: 3vw;
  }
  .gallery_btn{
    /* width: 7vw; */
    color: #767676;
    font-size: 1vw;
    font-weight: 600;
    padding: 1vw 0;
    transition: 0.3s;
    cursor: pointer;
    text-align: center;
  }
  .gallery_btn.on{
    color: #000;
  }
  .gallery_btn:hover{
    color: #000;
  }
  .gallery_con{
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5vw;
    margin-bottom: 3vw;
    display: none;
  }
  .gallery_con.on{
    display: flex;
  }
  .gallery_box{
    width: 32%;
    overflow: hidden;
    cursor: pointer;
    /* display: none; */
  }
  .gallery_imgbox{
    width: 100.401%;
    height: 14.6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.2vw;
  }
  .gallery_imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
  }
  .gallery_plus{
    width: 100%;
    text-align: center;
    font-size: 1.5vw;
    font-weight: 500;
    bottom: 0;
    z-index: -1;
  }
  .gallery_box:hover .gallery_imgbox img{
    margin-bottom: 3vw;
  }
  .gallery_title{
    background-color: #363636;
    color: #fff;
    font-size: 0.85vw;
    font-weight: 500;
    padding: 0.1vw 0.6vw;
    top: 5%;
    left: 4%;
  }



  .subpage_top{
  padding: 7vw 0 6vw 0;
}
.subpage_img {
    width: 85.1969%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.subpage_subtitle{
  font-size: 1vw;
  top: 35%;
  width: 100%;
  text-align: center;
  font-weight: 500;
  color: #fff;
}
.subpage_title{
  font-size: 2.2vw;
  top: 45%;
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.subpage_btmtxt{
  right: 6%;
  bottom: 14%;
}

.bottom_line{
    width: 85%;
    height: 1px;
    background-color: #000;
    bottom: 0;
}
.intro_invert img {
    filter: invert(0);
    transition: filter 0.5s;
    width: 100%;
}
.intro img{
    width: 100%;
}