::-webkit-scrollbar {display: none;}
body {width: 100%;    margin: auto;    font-family: 'Noto Sans KR', 'Jost', sans-serif;}
.all_wrap {width: 100%; height: auto; overflow: hidden; position: relative; left: 0; top: 0;}
body.main .all_wrap {height: 100vh; text-align: center;}
.btn {cursor: pointer;}
.section {position: relative; overflow: hidden; width: 100%; height: 100vh; background-color: #fff;}
[data-anim] {will-change: transform, opacity, filter;}

/* ------------------- section1 ---------------------- */
#section1 {width: 100%;}
.main_wrap {width: 100vw; height: 100vh; left: 0; top: 0; overflow: hidden;  z-index: 9; position: relative; }
.main_wrap .main_box { position: absolute; width:100%; height: 90%; z-index: 10;}
.main_wrap .main_box .main_01 {position: absolute; width:50%; height: 100%; z-index: 20; right:0; }
.main_wrap .main_box .main_02 {position: absolute; width:50%; height: 100%; z-index: 20; right:0;}
.main_wrap.on2 .main_box .main_01 {opacity: 0;}
.main_wrap.on2 .main_box .main_02 {opacity: 1;}
.main_wrap .main_box .main_02 {opacity: 0;}
.main_wrap .main_box .main_01 .sec1_txtbox01 {position: absolute; text-align: left;  top:32%; left:5%;}
.main_wrap .main_box .main_01 .sec1_txtbox01 p {font-family: 'Jost', sans-serif; font-size: 90px; color: #fff; line-height: 90px; font-weight: 600; letter-spacing: -4px;}
.main_wrap .main_box .main_01 .sec1_txtbox02 {position: absolute; text-align: left; top: 70%; left:5%;}
.main_wrap .main_box .main_01 .sec1_txtbox02 .txt01 {font-family: 'Noto Sans KR', sans-serif; font-size: 30px; color: #fff; line-height: 30px; font-weight: 500;}
.main_wrap .main_box .main_01 .sec1_txtbox02 .txt02 {font-family: 'Noto Sans KR', sans-serif; font-size: 20px; color: #fff; line-height: 32px; font-weight: 300; margin-top: 30px;}
.main_wrap .main_box .main_02 .sec1_txtbox03 {position: absolute; text-align: left;  top:50%; left:5%; color: #fff;}
.main_wrap .main_box .main_02 .sec1_txtbox03 .txt01 {font-family: 'Noto Sans KR', sans-serif; font-size: 30px; line-height: 30px; font-weight: 500;}
.main_wrap .main_box .main_02 .sec1_txtbox03 .txt02 {font-family: 'Noto Sans KR', sans-serif; font-size: 30px; line-height: 30px; font-weight: 500; margin-top:26px;}
.main_wrap .main_box .main_02 .sec1_txtbox03 .txt03 {font-family: 'Noto Sans KR', sans-serif; font-size: 30px; line-height: 30px; font-weight: 300; margin-top:18px; margin-left:160px;}
.main_wrap .main_box .main_02 .sec1_txtbox03 .txt04 {font-family: 'Noto Sans KR', sans-serif; font-size: 30px; line-height: 30px; font-weight: 500; margin-top:26px;}
.main_wrap .main_box .main_02 .sec1_txtbox03 .txt04 a {font-size: 26px; line-height: 30px; margin-left:20px;}
.main_wrap .scrolldown {width: 91px; height: 56px; position: absolute; transform: translate(-50%, -50%); bottom: 1%; left: 50%; z-index: 10; background: url(../images/scrolldown.png) no-repeat center; background-size: cover;}
.main_wrap .main_01_bg {width: 100%; height: 100%; position: absolute; top: 0%; transform: scale(1.4); background: url(../images/main_03_back.jpg) no-repeat center; background-size: cover; }
.main_wrap .main_01_bg {animation: main_01_bg 3s 0.8s both;}
@keyframes main_01_bg {
    0% {}
    100% {
        top: 0%;
        transform: scale(1);
    }
}
.main_wrap.on2 .main_01_bg {width: 100%; height: 100%; position: absolute; top: 0%; background: url(../images/main_03_back.jpg) no-repeat center; background-size: cover; }
.main_wrap .main_01_bg::after{content: ""; position: absolute; inset: 0; background: url(../images/main_03_1_back.jpg) center/cover no-repeat; opacity: 0; transition: opacity 2s ease;   will-change: opacity; pointer-events: none;}
.main_wrap.on2 .main_01_bg::after{opacity: 1;}
#section1 .sp { visibility: hidden; }

/* ------------------- section2 ---------------------- */
#section2 {width: 100%;}
.about_wrap {width: 300vw; height: 100vh; overflow: hidden; display: flex; justify-content: flex-start; align-items: center; transition: 2.4s;}
.about_wrap .about01 {width: 100vw;height: 100%;background: url(../images/main_04_back.jpg) no-repeat center;background-size: cover;position: relative;z-index: 2; transition: 2.4s;}

.about_wrap .about02 {
    width: 100vw;
    height: 100%;
    background: url(../images/main_04_back.jpg) no-repeat center;
    background-size: cover;
    z-index: 3;
    transition: 2.4s;
}

.about_wrap .about_history {
    width: 100vw;
    height: 100%;
    background: url(../images/main_05_back.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 4;
    transition: 2.4s;
}


.about_wrap .about01 .sec2_txtbox01 {
    position: absolute;
    top: 25.5%;
    left: 9%;
    z-index: 10;
    text-align: left;
    opacity: 0;
}

.about_wrap .about01 .sec2_txtbox01 p {
    font-family: 'Jost', sans-serif;
    font-size: 90px;
    color: #fff;
    line-height: 90px;
    font-weight: 600;
    letter-spacing: -4px;
    text-align: left;
}

.about_wrap .about01 .sec2_txtbox01 p span {
    color: #95695b;
}

.about_wrap .about01 .sec2_txtbox01 p:last-child {
    margin-left: 90px;
}

.about_wrap .about01 .sec2_txtbox02 {
    position: absolute;
    bottom: 14%;
    right: 10%;
    z-index: 10;
    text-align: right;
    opacity: 0;
}

.about_wrap .about01 .sec2_txtbox02 .txt01 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 30px;
    color: #fff;
    line-height: 46px;
    font-weight: 400;
}

.about_wrap .about01 .sec2_txtbox02 .txt02 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    font-weight: 400;
    margin-top: 30px;
}

.about_wrap .about02 .sec2_txtbox01 {
    position: absolute;
    top: 25.5%;
    left: 9%;
    z-index: 10;
    text-align: left;
    opacity: 0;
}

.about_wrap .about02 .sec2_txtbox01 p {
    font-family: 'Jost', sans-serif;
    font-size: 90px;
    color: #fff;
    line-height: 90px;
    font-weight: 600;
    letter-spacing: -4px;
    text-align: left;
}

.about_wrap .about02 .sec2_txtbox01 p:last-child {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 60px;
    font-weight: 400;
    margin-left: 4px;
}

.about_wrap .about02 .sec2_txtbox02 {
    position: absolute;
    bottom: 20%;
    right: 10%;
    z-index: 10;
    text-align: right;
    opacity: 0;
}

.about_wrap .about02 .sec2_txtbox02 .txt01 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 40px;
    color: #fff;
    line-height: 46px;
    font-weight: 500;
}

.about_wrap .about02 .sec2_txtbox02 .txt02 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 25px;
    color: #fff;
    line-height: 45px;
    font-weight: 400;
    margin-top: 30px;
}

.about_wrap .about02 .sec2_txtbox02 .txt03 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 45px;
    font-weight: 300;
    margin-top: 20px;
}

.about_wrap .about_history .sec2_txtbox01 {
    margin-top: 220px;
}

.about_wrap .about_history .sec2_txtbox01 .txt01 {
    font-family: 'Jost', sans-serif;
    font-size: 90px;
    color: #95695b;
    line-height: 90px;
    font-weight: 600;
    letter-spacing: -2px;
}

.about_wrap .about_history .sec2_txtbox01 .txt02 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 30px;
    color: #a1a1a1;
    line-height: 30px;
    font-weight: 600;
    margin-top: 10px;
}


.ha_list_wrap {
    width: 100%;
    overflow: hidden;
}

.ha_list_wrap::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #95695b;
    top: 574px;

}

.ha_list {
    margin-top: 80px;
    position: relative;
    ;
    padding: 50px 0;
}


.ha_item {
    position: relative
}

.ha_item .desc {
    display: block;
    font-size: 16px;
    color: #333;
    margin-top: 50px;
    margin-bottom: 8px
}

.ha_item .year {
    display: block;
    font-size: 50px;
    color: #95695b;
    font-weight: 900;
}

.ha_item .desc::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #95695b;
    top: 90px;
    left: 50%;
    margin-left: -4.5px
}

.ha_item .desc p {
    font-size: 16px
}


.ha_prev,
.ha_next {
    position: absolute;
    /* ← 필수 */
    bottom: 5%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    z-index: 100;
    border-radius: 50%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 0;
    background: none;

}

button:focus {
  outline: none;}
.ha_prev{ left:870px;  background-image:url('../images/arrow_01.png');} 
.ha_next{ right:870px; background-image:url('../images/arrow_02.png');}

.j_prev,
.j_next {
    position: absolute;
    top: 75%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    z-index: 100;/ border-radius: 50%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 0;
    background: none;
}
.j_prev{ left:218px;  background-image:url('../images/arrow_01_black.png');} 
.j_next{ left:318px; background-image:url('../images/arrow_02_black.png');} 


#drag-cursor.is-visible{ opacity: 1; visibility: visible; } */
.cursor-area { cursor:auto; }
#drag-cursor::after,
#drag-cursor.drag::after{
  content:none !important;
  background:none !important;
  width:0 !important; height:0 !important;
  display:none !important;
}

#drag-cursor{
  position:fixed; left:0; top:0;
  width:78px; height:78px;        
  transform:translate3d(-50%,-50%,0);
  will-change: transform, opacity;
  pointer-events:none; z-index:9999;
  opacity:0; visibility:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  backdrop-filter: blur(0px);
  transition: opacity .18s ease, transform .18s ease;
  box-shadow:0 0 0 1px rgba(255,255,255,.25) inset, 0 6px 18px rgba(0,0,0,.25);
}

#drag-cursor.is-visible{ opacity:1; visibility:visible; }

/* === 아이콘은 항상 내부 span 하나만 씁니다 === */
#drag-cursor > span{
  position:absolute; left:50%; top:50%;
  width:52px !important; height:52px !important;   /* 보기 좋게 키움 */
  transform: translate(-50%, -50%) !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-size:contain !important;
  opacity:.98;
  image-rendering: -webkit-optimize-contrast;      /* 크리스프 */
}

/* 테마별 아이콘(섹션 배경이 밝을 땐 어두운 아이콘=light, 어두울 땐 밝은 아이콘=dark) */
#drag-cursor.cursor--light > span{ background-image:url('../images/drag.svg') !important; }
#drag-cursor.cursor--dark  > span{ background-image:url('../images/drag_w.svg') !important; }

/* (옵션) 숨쉴 듯한 효과 */
#drag-cursor.is-visible{
  animation: cursor-breath 1.6s ease-in-out infinite;
}
@keyframes cursor-breath{
  0%,100%{ box-shadow:0 0 0 1px rgba(255,255,255,.25) inset, 0 6px 18px rgba(0,0,0,.25); }
  50%    { box-shadow:0 0 0 1px rgba(255,255,255,.35) inset, 0 8px 22px rgba(0,0,0,.32); }
}

/* 터치 환경에선 숨김 */
@media (hover:none), (pointer:coarse){
  #drag-cursor{ display:none !important; }
}


.about_wrap .title {
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 2;
    margin: -274px -710px 0 0;
    font-family: 'Marcellus';
    font-size: 35px;
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
    opacity: 0;
}

.about_wrap .txt1 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: -274px 0 0 -700px;
    text-align: left;
    opacity: 0;
}

.about_wrap .txt1 h3 {
    font-size: 22px;
    color: #fff;
    line-height: 24px;
    font-weight: bold;
    padding-bottom: 24px;
}

.about_wrap .txt1 p {
    font-size: 15px;
    color: #a4a4a4;
    line-height: 30px;
}

.about_wrap .txt2 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: 230px 0 0 -700px;
    text-align: left;
    opacity: 0;
}

.about_wrap .txt2 h3 {
    font-size: 15px;
    color: #fff;
    line-height: 22px;
    font-weight: 300;
    padding-bottom: 20px;
    display: inline-block;
    position: relative;
}

.about_wrap .txt2 h3:after {
    content: '';
    position: absolute;
    top: 29px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}

.about_wrap .txt2 p {
    font-size: 13px;
    color: #a4a4a4;
    line-height: 25px;
}

.about_wrap ul {
    position: absolute;
    top: 50%;
    right: 94px;
    z-index: 2;
    margin-top: -85px;
    opacity: 0;
}

.about_wrap ul li {
    position: relative;
    width: 5px;
    height: 5px;
    background: #b5b5b5;
    border-radius: 50%;
    margin-bottom: 37px;
}

.about_wrap .about01 ul li:nth-child(1):after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 1;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
}

.about_wrap .about02 ul li:nth-child(2):after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 1;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
}

.about_wrap .about_history ul li:nth-child(3):after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 1;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
}

.about_wrap .about04 ul li:nth-child(4):after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 1;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
}

.about_wrap.active2 .about_history {transform: translateX(-100vw);}
.about_wrap.active3 .about_history {transform: translateX(-200vw);}
.about_wrap.active4 .about_history {transform: translateX(-300vw);}
.about_wrap.active5 .about_history {transform: translateX(-400vw);}
.about_wrap.on .about01 .sec2_txtbox01 { opacity: 1;}
.about_wrap.on .about01 .sec2_txtbox02 { opacity: 1;}
.about_wrap.on .about01 .txt2 { opacity: 1; transition: 1.2s 5.2s;}
.about_wrap.on .about01 ul {opacity: 1; transition: 1.2s 5.7s;}
.about_wrap.on2 .about02 .sec2_txtbox01 {opacity: 1;}
.about_wrap.on2 .about02 .sec2_txtbox02 {opacity: 1;}
.about_wrap.on2 .about02 ul {opacity: 1; transition: 1.2s 4.7s;}
.about_wrap.on3 .about_history .sec2_txtbox01 { opacity: 1; transition: 1.2s 2.2s;}
.about_wrap.on3 .about_history .txt1 { opacity: 1;  transition: 1.2s 4.2s;}
.about_wrap.on3 .about_history ul { opacity: 1; transition: 1.2s 4.7s;}
.about_wrap.on4 .about04 .sec2_txtbox01 { opacity: 1; transition: 1.2s 2.2s;}
.about_wrap.on4 .about04 .txt1 { opacity: 1; transition: 1.2s 4.2s;}
.about_wrap.on4 .about04 ul { opacity: 1; transition: 1.2s 4.7s;}


/* ------------------- section3 ---------------------- */
#section3 {
    width: 100%;
    margin: 0 auto;
}

.awards_wrap {
    width: 100vw;
    height: 100vh;
    background: url(../images/main_05_back.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    position: relative;
}

.awards_wrap .sec3_txtbox01 {
    margin-top: 220px;
}

.awards_wrap .sec3_txtbox01 .txt01 {
    font-family: 'Jost', sans-serif;
    font-size: 90px;
    color: #95695b;
    line-height: 90px;
    font-weight: 600;
    letter-spacing: -2px;
}

.awards_wrap .sec3_txtbox01 .txt02 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 30px;
    color: #a1a1a1;
    line-height: 30px;
    font-weight: 600;
    margin-top: 10px;
}

.awards_wrap .sec3_txtbox01 .txt03 {
    color: #333;
    margin-top: 30px;
    font-weight: 500;
    font-size: 18px;
}

.awards_wrap .sec3_box {
    width: 100%;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    margin-top: 80px;
}

.awards_wrap .sec3_box ul {
    width: 100%;
    padding: 0;
    list-style: none;
    margin: 0 auto;
}

.awards_wrap .sec3_box ul li {
    width: 100%;
}

.awards_wrap .sec3_box ul li img {
    border: 0;
}

.awards_wrap .sec3_box ul li:nth-child(1) {
    font-size: 16px;
    color: #986352;
    font-weight: 400;
}

.awards_wrap .sec3_box ul li:nth-child(2) {
    font-size: 28px;
    color: #986352;
    font-weight: 600;
}

.awards_wrap .sec3_box ul li:nth-child(3) {
    margin-top: 20px;
}











/* ------------------- section4 ---------------------- */
#section4 {
    width: 100%;
    margin: 0 auto;
}

.schedule_wrap {
    width: 100vw;
    height: 100vh;
    background: url(../images/main_05_back.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.schedule_wrap .sec4_txtbox01 {
    margin-top: 220px
}

.schedule_wrap .sec4_txtbox01 .txt01 {
    font-family: 'Jost', sans-serif;
    font-size: 90px;
    color: #95695b;
    line-height: 90px;
    font-weight: 600;
    letter-spacing: -2px;
}

.schedule_wrap .sec4_txtbox01 .txt02 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 30px;
    color: #a1a1a1;
    line-height: 30px;
    font-weight: 600;
    margin-top: 10px;
}


.schedule_wrap .sch-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10vh 24px 12vh;
    text-align: center;
}

.sch-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #dbdada;
}

.sch-row {
    position: relative;
    display: grid;
    grid-template-columns: 200px 1fr 1.6fr;
    gap: 32px;
    align-items: center;
    padding: 10px 8px;
    border-bottom: 1px solid #dbdada;
    will-change: transform, opacity;
}


.sch-row .no {
    font-size: 60px;
    font-weight: 800;
    color: #dcd8d6;
    line-height: 1;
    text-align: right;
}

.sch-row .what {
    font-size: 22px;
    font-weight: 700;
    color: #95695b;
    text-align: center;

}

.sch-row .when {
    font-size: 18px;
    color: #333;
    text-align: left;
    padding-left: 100px;
    border-left: 1px solid #dbdada;
}

.sch-row:hover .what {
    color: #333;
}

.sch-row:hover {
    background: #f4f4f5;
}

/* ======= 애니메이션 초기 상태 ======= */
.schedule-section.is-ready .sch-title,
.schedule-section.is-ready .sch-sub {
    opacity: 0;
    transform: translateY(24px);
}

.schedule-section.is-ready .sch-row {
    opacity: 0;
    transform: translateY(28px);
}








/* ------------------- section5 ---------------------- */
#section5 {
    width: 100%;
    margin: 0 auto; 
}

.participation_wrap {
    width: 100vw;
    height: 100vh;
    background: url(../images/main_06_back.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    position: relative;
}

.participation_wrap .sec5_txtbox01 {
    margin-top: 290px;
    float: left;
    margin-left: 180px;
    margin-bottom: 200px;
}

.participation_wrap .sec5_txtbox01 .txt01 {
    font-family: 'Jost', sans-serif;
    font-size: 90px;
    color: #fff;
    line-height: 90px;
    font-weight: 600;
    letter-spacing: -2px;
}

.participation_wrap .sec5_txtbox01 .txt01 span {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
    margin-top: 10px;
}





.part-body__inner {
    position: relative;
    margin: 0px auto 0;
    max-width: 1560px;

}

@media (min-width: 2560px) {
  .part-body__inner {
    margin: 100px auto;
}
}

@media (min-width: 2560px) and (max-height: 1440px) and (orientation: landscape) {
  .part-body__inner {
    margin: 100px auto;
}
}

.fbox {
    position: absolute;
    top: 530px;
    width: 1560px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;

}

.fbox .plist {
    display: flex;
    flex: 0 0 calc(50% - 20px);
    /* 2개씩 배치 */

    list-style: none;
    gap: 20px;
    /* 번호와 내용 사이 간격 */
    box-sizing: border-box;
    border-bottom: 1px solid #dbdada;
    padding-bottom: 10px;
}

.fbox .plist:last-child:nth-child(odd) {
    flex: 0 0 100%;
    /* 홀수 마지막은 한 줄 꽉 */
}

.fbox .plist:last-child {
    border-bottom: 0px solid #dbdada;
}

.plist .no {
    flex: 0 0 10px;
    font-size: 60px;
    font-weight: 700;
    color: #dcd8d6;
    ;
    display: flex;


}

.plist .content {
    padding: 20px 0px 1px 0;
    flex: 1;
    text-align: left;
    margin-bottom: -300px;

}

.plist .label {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;

}

.plist .desc {
    font-size: 16px;

    color: #333;
}



/* CTA 버튼 */
.part-cta {
    position: absolute;
    right: 30px;
    top: 780px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 300px;


}

.btn-ig { padding: 10px 35px; border-radius: 999px; background: #95695b; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;}
.btn-bg { padding: 10px 35px; border-radius: 999px; background: #000; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;}

.part-cta a { font-weight: 300;  font-size: 22px;}

.part-cta span {  font-weight: 500;}





/* ------------------- section6 ---------------------- */
#section6 {
    width: 100%;
    margin: 0 auto;
}

#section6 .judge_wrap {
    width: 100vw;
    height: 100vh;
    background-color: #ad7969;
    background: url(../images/main_07_back.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    position: relative;
}


.judge_wrap .judge_inner {
    position: relative;
    width: 100vw;
    height: 100vh;
}

.judge_inner .judge_left {
    width: 30%;
    position: absolute;
    margin-top: 370px;
}

.judge_inner .judge_left .ttl {
    font-size: 90px;
    font-weight: 600;
    letter-spacing: -4px;
    color: #fff;
    font-family: 'Jost', sans-serif;
}

.judge_inner .judge_left .sub {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 30px;
    margin-top: -20px;
}

.judge_inner .judge_cards {
    width: 70%;
    height: 75vh;
    position: absolute;
    right: 0;
    overflow: hidden;
    top: 25%;
    right: 0;
}

.judge_inner .judge_cards .cardbox {
    margin-top: 0px;
}

.judge_inner .judge_cards .judge_card {
    display: flex;
}

.judge_inner .judge_cards .judge_card .txt {
    margin-top: 110px;
    margin-left: 30px;
    color: #fff;
    text-align: left;
}

.judge_inner .judge_cards .judge_card .txt h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.judge_inner .judge_cards .judge_card .txt p {
    font-size: 22px;
    line-height: 30px;
}

.judge_inner .judge_cards .judge_card .txt p:last-child {
    font-size: 16px;
    line-height: 24px;
    padding-top: 25px;
}

.judge_inner .judge_cards .judge_card .txt2 {
    margin-top: 110px;
    margin-left: 30px;
    color: #fff;
    text-align: left;
} 

.judge_inner .judge_cards .judge_card .txt2 h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.judge_inner .judge_cards .judge_card .txt2 p {
    font-size: 22px;
    line-height: 30px;
}

.judge_inner .judge_cards .judge_card .txt2 p:last-child {
    font-size: 16px;
    line-height: 24px;
    padding-top: 25px;
}

.judge_inner .judge_cards .judge_card.card_02 {
    margin-left: 650px;
}

.judge_inner .judge_cards .judge_card.card_03 {
    margin-left: 0px;
}

.judge_inner .judge_cards .judge_card.card_04 {
    margin-left: 650px;
}

.judge_inner .judge_cards .judge_card.card_06 {
    margin-left: 650px;
}

/* #section6 .judge_cards { overscroll-behavior-y: contain; } */
.section_06 { overscroll-behavior: contain; } /* 스크롤 체이닝 차단 */


/* ------------------- prize ---------------------- */
.prize-hero-wrap .scrolldown {width: 91px; height: 56px; position: absolute; transform: translate(-50%, -50%); bottom: 1%; left: 50%; z-index: 10; background: url(../images/scrolldown.png) no-repeat center; background-size: cover;}
/* .prize-hero-wrap { width: 100%; height: 100vh; background: url("../images/prize_bg.jpg") center/cover no-repeat;  display: flex;  justify-content: center;  align-items: center;  position: relative;} */
.prize-hero-wrap { width: 100%; height: 100vh; position: relative; overflow: hidden;  display: flex;  justify-content: center;  align-items: center;   background: #000;}
.prize-hero-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/prize_bg.jpg") center/cover no-repeat;
    transform: scale(1.15); 
    opacity: 0;
    animation: prizeHeroZoom 3s ease-out forwards;
}
@keyframes prizeHeroZoom {
    0% {
        transform: scale(1.2);
        opacity: 0;
    }
    40% {
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes prizeHeroTitle {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.prize-hero__inner {text-align: center; color: #fff;}
.prize-hero__title img { width: 300px; margin-bottom: 10px;}
.prize-hero__subtitle { margin-top: 8px; font-size: 18px; letter-spacing: 0.25em; opacity: 0.7; letter-spacing: 20px; font-family: 'Jost', sans-serif;}
.prize-content { width: 100%; background: #000;} 
.prize-item-wrap { max-width: 1100px; margin: 0 auto;  padding: 120px 0 160px;  color: #fff; position: relative; z-index: 2;}
.prize-item { margin-bottom: 180px;}
.prize-item__head { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; position: relative; }
.prize-item__head .medal { width: 171px; flex-shrink: 0;}
.prize-item__head .txt { display: flex;flex-direction: column; }
.prize-item__head .kicker { font-size: 20px;  letter-spacing: 0.03em;}
.prize-item__head .title { font-size: 60px; font-weight: 800;  color: #a98374;}
.prize-item__head .title span { font-size: 30px; font-weight: 500; }
.prize-item__head .project { font-size: 30px; }
.prize-item__head .txt p { margin: 0;}
.prize-item__head .kicker,
.prize-item__head .title,
.prize-item__head .project { line-height: 1.3;}
.prize-item .thumb { margin-bottom: 40px;}
.prize-item .thumb img { width: 100%; display: block;  border-radius: 12px;}
.prize-item .body { display: flex; gap: 40px;}
.prize-item .body .col { width: 50%;  font-size: 17px;  line-height: 1.7;}
.prize-item .label { font-weight: 500; margin-bottom: 12px;  font-size: 22px;}
.prize-item:last-child { margin-bottom: 60px;}
body.prize header {
    transition: background 0.3s ease;
    background: transparent; /* 泥섏쓬�� �щ챸 */
}
body.prize header.scrolled {
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(8px);
}


/* ------------------- footer ---------------------- */
#footer { overflow: visible;}
.footer {width: 100%; padding: 45px 5%; box-sizing: border-box; z-index: 99; background-color: #fff; position: relative; letter-spacing: -0.5px;}
.footer .copy {padding-top: 24px;
    font-size: 13px;
    font-family: 'Noto Sans KR';
    color: #333;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
    margin: 0 auto;
    text-align: center;
}
.footer .copy .i1 {margin-top: 30px;}
.footer .copy .t1 { font-family: 'Noto Sans KR'; color: #333; margin-top: 40px;}
.footer .copy .t2 { font-family: 'Noto Sans KR'; color: #333;  margin-top: 20px;  margin-bottom: 50px;}