.home-container {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
}

/* ==================== WFWP 메인 스타일 ==================== */

/* 기본 폰트 설정 - 기존 사이트와 동일 */
#peace, #step, #sponsor, #mv, .m-notice-wr {
    font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* 공통 유틸리티 클래스 */
.pt100 { padding-top: 100px !important; }
.pb100 { padding-bottom: 100px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb56 { padding-bottom: 56px !important; }
.pb24 { padding-bottom: 24px !important; }
.pt13 { padding-top: 13px !important; }
.mt58 { margin-top: 58px !important; }
.mt30 { margin-top: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.pl15 { padding-left: 15px !important; }
.pl45 { padding-left: 45px !important; }
.pl70 { padding-left: 70px !important; }
.pl65 { padding-left: 25px !important; }
.pr40 { padding-right: 40px !important; }
.mr35 { margin-right: 35px !important; }
.ac { text-align: center !important; }
.df { display: flex !important; }
.oh { overflow: hidden !important; }
.over { overflow: visible !important; }
.db { display: block !important; }
.fsi { font-style: italic !important; }
.border_r { border-right: 1px solid #e5e5e5 !important; }

/* 폰트 크기 - 기존 사이트와 동일 */
.font10 { 
    font-size: 10px !important; 
    font-weight: 400 !important;
    line-height: 1.5 !important;
}
.font11 { 
    font-size: 11px !important; 
    font-weight: 400 !important;
    line-height: 1.5 !important;
}
.font11-02 { 
    font-size: 19px !important; 
    font-weight: 700 !important;
}
.font12 { 
    font-size: 15px !important; 
    font-weight: 500 !important;
    line-height: 1.5 !important;
}
.font13 { 
    font-size: 16px !important; 
    font-weight: 500 !important;
    line-height: 1.8 !important;
}
.font14 { 
    font-size: 16px !important; 
    font-weight: 500 !important;
    line-height: 1.6 !important;
}
.font16 { 
    font-size: 16px !important; 
    font-weight: 400 !important;
    line-height: 1.6 !important;
}
.font17 { 
    font-size: 17px !important; 
    font-weight: 400 !important;
    line-height: 1.6 !important;
}
.font18 { 
    font-size: 18px !important; 
    font-weight: 500 !important;
    line-height: 1.6 !important;
}
.font19 { 
    font-size: 26px !important; 
    font-weight: 600 !important;
    line-height: 1.6 !important;
    letter-spacing: -1px;
}
.font20 { 
    font-size: 20px !important; 
    font-weight: 400 !important;
    line-height: 1.6 !important;
}
.font21 { 
    font-size: 21px !important; 
    font-weight: 500 !important;
    line-height: 1.6 !important;
}

/* ---------------------- peace ---------------------- */
#peace { 
    position: relative !important; 
    min-width: 1300px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background: #fff !important;
}
#peace > .wrap { 
    width: 1300px !important; 
    max-width: 100% !important;
    margin: 0 auto !important; 
    padding: 0 0px !important;
    box-sizing: border-box !important;
}
#peace h3.font10 {
    font-size: 40px !important;
    font-weight: 600 !important;
    color: #096975 !important;
    margin: 0 !important;
    padding: 0 !important;
}
#peace p.font11 {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #666 !important;
    margin: 0 !important;
}
#peace .contents { 
    justify-content: space-around !important; 
    display: flex !important;
}
#peace .contents .wrap01 ul li { 
    align-items: center !important; 
    display: flex !important;
}
#peace .contents .wrap01 ul li .left { 
    background-repeat: no-repeat !important;
    background-position: center !important; 
    background-size: contain !important; 
    flex-shrink: 0 !important;
    display: block !important;
}
#peace .contents .wrap01 ul li:nth-child(1) .left { 
    width: 144px !important; 
    height: 164px !important; 
    background-image: url(/assets/images/icon/peace_icon01.png) !important; 
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
#peace .contents .wrap01 ul li:nth-child(2) .left { 
    width: 126px !important; 
    height: 163px !important; 
    background-image: url(/assets/images/icon/peace_icon02.png) !important; 
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
#peace .contents .wrap01 ul li .text {
    color: #333 !important;
    line-height: 1.6 !important;
}
#peace .contents .wrap02 p {
    color: #555 !important;
    line-height: 1.5 !important;
    font-size: 16px !important;
}

#peace .contents .btn { 
    justify-content: space-between !important; 
    display: flex !important;
}
#peace .contents .btn a { 
    position: relative !important; 
    width: 235px !important; 
    height: 60px !important; 
    overflow: hidden !important; 
    border-radius: 30px !important;  
    color: #fff !important; 
    line-height: 60px !important; 
    transition: all 0.5s !important; 
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-weight: 500 !important;
    margin-right:12px;
    box-sizing: border-box !important;
}
#peace .contents .btn a:nth-child(1) { 
    background: url(/assets/images/icon/peace_icon03_on.png) no-repeat 28px 18px, linear-gradient(to left, #138b9a, #096975) !important; 
    background-size: auto, 100% 100% !important;
}
#peace .contents .btn a:nth-child(2) { 
    background: url(/assets/images/icon/peace_icon04_on.png) no-repeat 30px 20px, linear-gradient(to left, #138b9a, #096975) !important; 
    background-size: auto, 100% 100% !important;
}
#peace .contents .btn a:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(9, 105, 117, 0.3) !important;
}
#peace .contents .btn a::after { 
    content: ""; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 0; 
    height: 100%; 
    z-index: -1; 
    transition: 0.3s; 
}

/* ------------------- 평화로 가는 발걸음 -------------------- */
#step { 
    min-width: 1300px !important; 
    background-color: #f7f7f7 !important; 
    width: 100% !important;
    box-sizing: border-box !important;
}
#step .wrap { 
    width: 1300px !important; 
    max-width: 100% !important;
    margin: 0 auto !important; 
    padding: 0 20px !important;
    box-sizing: border-box !important;
}
#step h3.font16 {
    font-size: 36px !important;
    font-weight: 600 !important;
    color: #222 !important;
    margin: 0 !important;
}
#step p.font17 {
    font-size: 17px !important;
    font-weight: 400 !important;
    color: #666 !important;
    margin: 0 !important;
}
#step .wrap .text a { 
    position: relative !important; 
    display: block !important; 
    width: 100% !important; 
    height: 100% !important; 
    text-decoration: none !important;
}
#step .wrap .text a::after { 
    display: block !important; 
    content: ""; 
    position: absolute; 
    left: 0; 
    bottom: 0; 
    width: 100%; 
    height: 85px; 

    z-index: 0;
}
#step .wrap .text a:hover::after {
    background: linear-gradient( to left, #ff8f8f  ,#f16978 ); 
}
#step .wrap p { 
    display: table; 
    position: absolute; 
    left: 0; 
    bottom: 0; 
    width: 100%; 
    height: 85px; 
    padding-left: 20px; 
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4); 
    z-index: 1; 
    margin: 0;
    color: #fff;
}
#step .wrap p span { 
    display: table-cell; 
    vertical-align: middle; 
    font-weight: 500 !important;
    font-size: 18px !important;
    color: #fff !important;
    font-family: 'Noto Sans KR', sans-serif !important;
}
#step .wrap .text a:hover .bg {
    transform: scale(1.05) !important;
}

#step .con { 
    justify-content: space-between !important; 
    display: flex !important;
}
#step .con .bg { 
    position: absolute !important; 
    top: 0 !important; 
    left: 0 !important; 
    width: 100% !important; 
    height: 100% !important; 
    transition: 0.3s !important; 
}

#step .con01 .left { 
    position: relative !important; 
    width: 855px !important; 
    height: 535px !important; 
}

#step .con01 .right { 
    width: 410px !important; 
}
#step .con01 .right div { 
    width: 100% !important; 
    height: 250px !important; 
    position: relative !important;
}
#step .con01 .right div .bg { 
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important; 
}
#step .con01 .right div:last-child { 
    margin-bottom: 0 !important; 
}

#step .con02 .left { 
    width: 410px !important; 
    height: 250px !important;  
    position: relative !important;
}
#step .con02 .right { 
    width: 855px !important; 
    height: 250px !important; 
    position: relative !important;
}

/* bg - 백그라운드 이미지 명시적 설정 */
#step .con01 .left .bg { 
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important; 
}
#step .con01 .right div:first-child .bg { 
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
#step .con01 .right div:last-child .bg { 
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
#step .con02 .left .bg { 
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important; 
}
#step .con02 .right .bg {  
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important; 
}

/* ------------------ 후원 ------------------ */
#sponsor { 
    width: 100% !important; 
    min-width: 1300px !important; 
    display: flex !important;
    box-sizing: border-box !important;
}
#sponsor .left { 
    position: relative !important; 
    width: 33.33333% !important; 
    height: 600px !important;  
}
#sponsor .left .bg { 
    position: absolute !important; 
    top: 0 !important; 
    left: 0 !important; 
    width: 100% !important; 
    height: 100% !important; 
    background-image: url(/assets/images/main/sponsor_bg_01.jpg) !important; 
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important; 
    transition: 0.3s !important; 
}

#sponsor .right { 
    width: 66.66666% !important; 
}
#sponsor .right ul { 
    flex-wrap: wrap !important; 
    display: flex !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
#sponsor .right ul li { 
    position: relative !important; 
    width: 50% !important; 
    height: 300px !important; 
    list-style: none !important;
}
#sponsor .right ul li .bg { 
    position: absolute !important; 
    top: 0 !important; 
    left: 0 !important; 
    width: 100% !important; 
    height: 100% !important; 
    background: no-repeat center !important; 
    background-size: cover !important; 
    transition: 0.3s !important; 
}
/* bg - 백그라운드 이미지 명시적 설정 */
#sponsor .right ul li:nth-child(1) .bg { 
    background-image: url(/assets/images/main/sponsor_bg_02.jpg) !important; 
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
#sponsor .right ul li:nth-child(2) .bg { 
    background-image: url(/assets/images/main/sponsor_bg_03.jpg) !important; 
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
#sponsor .right ul li:nth-child(3) .bg { 
    background-image: url(/assets/images/main/sponsor_bg_04.jpg) !important; 
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
#sponsor .right ul li:nth-child(4) .bg { 
    background-image: url(/assets/images/main/sponsor_bg_05.jpg) !important; 
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
/* text */
#sponsor .left .text { 
    position: absolute; 
    left: 0; 
    top: 95px; 
}
#sponsor .right ul li > a { 
    display: block; 
    width: 100%; 
    height: 100%; 
    display: table; 
}
#sponsor .text { 
    position: relative; 
    display: table-cell; 
    vertical-align: middle; 
    z-index: 10; 
    color: #fff;
}
#sponsor .text p {
    margin: 0;
    line-height: 1.6;
}
#sponsor .left .text p.font19 {
    color: #fff;
    font-weight: 500;
}
#sponsor .right ul li .text p.font19 {
    color: #fff;
    font-weight: 500;
}
#sponsor .right ul li .text p.font20 {
    color: #fff;
    font-weight: 400;
}

#sponsor .more { 
    position: relative; 
    color: #fff !important;
    text-decoration: none !important;
    border: 2px solid #fff !important;
    padding: 10px 30px !important;
    display: inline-block !important;
    transition: all 0.3s !important;
}
#sponsor .more:hover {
    background-color: #fff !important;
    color: #f16978 !important;
}
#sponsor .more::after { 
    content: ""; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 0; 
    height: 100%; 
    background-color: #f16978; 
    transition: 0.3s; 
    z-index: -1; 
}
#sponsor .right ul li > a:hover .bg {
    transform: scale(1.1);
}


/* ------------------------ 비디오 (mv) -------------------------- */
#mv {
    position: relative !important;
    min-width: 1300px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background: #fff;
}
#mv .wrap {
    width: 1300px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}
#mv h3 {
    text-align: center !important;
    font-size: 45px !important;
    font-weight: 700 !important;
    color: #222 !important;
    margin-bottom: 56px !important;
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: -0.5px !important;
}
#mv h3 span {
    color: #096975 !important;
}
#mv .con-mv {
    position: relative;
    width: 100%;
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
/* 왼쪽: 비디오 슬라이더 */
#mv .mv-left {
    flex: 1;
    position: relative;
    max-width: 700px;
    overflow: hidden;
}
#mv .mv-video-swiper {
    width: 100% !important;
    position: relative;
    overflow: hidden !important;
}
#mv .mv-video-swiper .swiper-wrapper {
    display: flex !important;
    width: 100% !important;
    /* transform은 Swiper가 제어하도록 제거 */
}
#mv .mv-video-swiper .swiper-slide {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    flex-shrink: 0 !important;
    position: relative;
    padding-bottom: 56.57%; /* 16:9 비율 */
    overflow: hidden;
    box-sizing: border-box;
}
#mv .mv-video-swiper .swiper-slide video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}
#mv .mv-video-swiper .swiper-pagination {
    bottom: 20px !important;
    text-align: center;
    position: absolute;
    z-index: 10;
}
#mv .mv-video-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    margin: 0 4px;
}
#mv .mv-video-swiper .swiper-pagination-bullet-active {
    background: #096975;
    width: 24px;
    border-radius: 6px;
}
/* 오른쪽: 텍스트 리스트 (고정) */
#mv .mv-right {
    flex: 0 0 500px;
    position: relative;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 8px;
    padding: 20px;
    height: 396px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
#mv .mv-text-list {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
}
#mv .mv-text-item-wrapper {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    opacity: 0.5;
}
#mv .mv-text-item-wrapper:last-child {
    border-bottom: none;
}
#mv .mv-text-item-wrapper:hover {
    background: rgba(9, 105, 117, 0.05);
    opacity: 0.8;
}
#mv .mv-text-item-wrapper.active {
    background: rgba(241, 105, 120, 0.1);
    opacity: 1 !important;
    font-weight: 500;
}
/* 초기 상태: 첫 번째만 active */
#mv .mv-text-item-wrapper:first-child {
    opacity: 1;
}
#mv .mv-text-item-wrapper:not(:first-child) {
    opacity: 0.5;
}
#mv .mv-text-item {
    font-size: 16px;
    font-weight: 500;
    color: #222 !important;
    line-height: 1.6;
    padding-left: 20px;
    position: relative;
    transition: all 0.3s;
    width: 100%;
}
#mv .mv-text-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    height: 0;
    background: #f16978;
    transition: height 0.3s;
}
#mv .mv-text-item-wrapper.active .mv-text-item {
    color: #f16978;
    font-weight: 500;
}
#mv .mv-text-item-wrapper.active .mv-text-item::before {
    height: 100%;
}
#mv .mv-text-item-wrapper:hover .mv-text-item {
    color: #f16978;
}
#mv .mv-text-item-wrapper:hover .mv-text-item::before {
    height: 100%;
}

/* ------------------------ 공지 -------------------------- */
.m-notice-wr {
    position: relative !important; 
    min-width: 1300px !important; 
    padding-bottom: 100px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background: #fff;
}
.m-notice-wr .wrap-text {
    font-size: 200px !important; 
    font-family: 'Poppins', sans-serif !important; 
    font-weight: 900 !important; 
    color: rgba(0,0,0,0.04) !important; 
    position: absolute !important; 
    top: 70px !important;
    left: 0 !important;
    z-index: 0 !important;
    pointer-events: none !important;
    line-height: 1;
    white-space: nowrap;
}
.swiper-txtbx { 
    border: 1px solid #e5e5e5; 
    padding: 70px 30px; 
    box-sizing: border-box; 
    transition: all .3s; 
    height: 415px; 
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.swiper-txtbx:hover {
    border: 2px solid #096975 !important; 
    box-sizing: border-box; 
    box-shadow: 1px 1px 20px rgba(0,0,0,0.07) !important;
    transform: translateY(-2px);
}
.swiper-txtbx h4 {
    color: #f16978; 
    font-size: 18px; 
    font-weight: 700; 
    font-family: 'Poppins', sans-serif !important; 
    margin-bottom: 40px;
    margin-top: 0;
    line-height: 1.2;
}
.swiper-txtbx strong {
    font-size: 20px; 
    font-weight: 500; 
    line-height: 28px;
    color: #222;
    display: block;
    margin-bottom: 10px;
}
.swiper-txtbx p {
    color: #555; 
    font-size: 15px; 
    line-height: 25px; 
    font-weight: 300; 
    margin: 20px 0;
    flex-grow: 1;
}
.swiper-txtbx span {
    color: #999; 
    font-size: 15px; 
    font-weight: 300;
    display: block;
    margin-top: auto;
}

.m-notice { 
    position: relative; 
    padding: 100px 0 0; 
    margin-left: 310px; 
    display: flex; 
    overflow: hidden;
}
.m-notice .text {
    width: 22%; 
    padding-top: 100px; 
    position: relative;
}
.m-notice .text h3 {
    font-size: 45px; 
    font-weight: 700; 
    color: #222; 
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -0.5px;
}
.m-notice .text p {
    font-size: 18px; 
    font-weight: 400; 
    color: #777; 
    line-height: 28px;
    margin: 0;
}
.m-notice .contents { 
    position: relative; 
    overflow: hidden; 
    width: 70%;
}

.m-notice .mySwiper { 
    position: relative; 
    overflow: initial; 
}
.m-notice .swiper-slide {  
    transition: 0.6s; 
}
.m-notice .swiper-slide .top { 
    width: 100%; 
    height: 200px; 
    overflow: hidden; 
}
.m-notice .swiper-slide .top img { 
    width: 100%; 
    height: 100%; 
}
.m-notice .swiper-slide .top img:hover { 
    animation: scale 0.3s linear; 
    transition: 0.3s;
}

.m-notice .swiper-slide .bottom { 
    padding: 30px 0; 
    background-color: #fff; 
}
.m-notice .swiper-slide .bottom strong { 
    display: block; 
    padding: 0 27px; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap; 
    font-size: 18px; 
    color: #111; 
}
.m-notice .swiper-slide .bottom p {
    padding: 20px 27px 0; 
    line-height: 22px; 
    font-size: 15px; 
    color: #666;  
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    line-clamp: 3;
    -webkit-box-orient: vertical; 
    overflow: hidden; 
}

.m-notice .swiperButton { 
    top: auto; 
    bottom: 40px; 
    width: 51px; 
    height: 50px; 
    background: center no-repeat; 
    background-size: cover; 
    cursor: pointer;  
    box-shadow: 1px 1px 10px rgb(0,0,0,5%); 
    border-radius: 50%;
} 
.m-notice .swiperButton::after { 
    content: ""; 
}
.m-notice .swiper-button-next { 
    left: 65px; 
    background-image: url(/assets/images/main/notice-next.png); 
}
.m-notice .swiper-button-prev { 
    left: 0; 
    background-image: url(/assets/images/main/notice-prev.png);
}
.m-notice .swiper-button-next:hover { 
    background-image: url(/assets/images/main/notice-next-over.png);
}
.m-notice .swiper-button-prev:hover { 
    background-image: url(/assets/images/main/notice-prev-over.png);
}
.m-notice .more {
    position: absolute; 
    bottom: 40px; 
    left: 130px; 
    background: url(/assets/images/main/notice-more.png) no-repeat center; 
    width: 51px; 
    height: 50px; 
    background-size: cover; 
    box-shadow: 1px 1px 10px rgb(0,0,0,5%); 
    border-radius: 50%;
}
.m-notice .more:hover {
    background-image: url(/assets/images/main/notice-more-over.png);
}
.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled, 
.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important; 
    pointer-events: initial !important;
}

/* 모바일 반응형 */
@media (max-width: 768px) {
    #peace, #step, #sponsor, #mv, .m-notice-wr {
        min-width: 100% !important;
    }
    
    #peace > .wrap, #step .wrap, #mv .wrap {
        width: 100% !important;
        padding: 0 20px !important;
    }
    
    #peace {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    
    #peace .contents {
        flex-direction: column;
        gap: 30px;
    }
    
    #peace .contents .wrap01 ul {
        flex-direction: column;
        gap: 20px;
    }
    
    #peace .contents .wrap01 ul li {
        border-right: none !important;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 20px;
        margin-bottom: 20px;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }
    
    #peace .contents .btn {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    #peace .contents .btn a {
        width: 100% !important;
        max-width: 300px;
    }
    
    #step {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    
    #step .con {
        flex-direction: column;
        gap: 20px;
    }
    
    #step .con01 .left,
    #step .con01 .right,
    #step .con02 .left,
    #step .con02 .right {
        width: 100% !important;
        height: auto !important;
        min-height: 200px;
    }
    
    #step .con01 .right div {
        height: 200px !important;
        margin-bottom: 20px !important;
    }
    
    #sponsor {
        flex-direction: column;
    }
    
    #sponsor .left,
    #sponsor .right {
        width: 100% !important;
    }
    
    #sponsor .left {
        height: 300px !important;
    }
    
    #sponsor .right ul li {
        width: 100% !important;
        height: 250px !important;
    }
    
    #mv {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    
    #mv h3 {
        font-size: 28px !important;
        margin-bottom: 30px !important;
    }
    
    #mv .con-mv {
        flex-direction: column;
        gap: 20px;
    }
    
    #mv .mv-left {
        max-width: 100%;
        width: 100%;
    }
    
    #mv .mv-right {
        flex: 1;
        width: 100%;
        min-height: auto;
    }
    
    #mv .mv-right {
        height: auto;
        min-height: 300px;
        max-height: 396px;
    }
    
    #mv .mv-text-list {
        overflow-y: auto;
    }
    
    #mv .mv-text-item-wrapper {
        padding: 12px 0;
    }
    
    #mv .mv-text-item {
        font-size: 14px;
        padding-left: 15px;
        line-height: 1.5;
    }
    
    .m-notice {
        margin-left: 0 !important;
        flex-direction: column;
        padding-top: 60px !important;
    }
    
    .m-notice .text {
        width: 100% !important;
        padding-top: 0 !important;
        margin-bottom: 30px;
    }
    
    .m-notice .text h3 {
        font-size: 28px !important;
        margin-bottom: 20px;
    }
    
    .m-notice .text p {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    
    .m-notice .contents {
        width: 100% !important;
    }
    
    .m-notice-wr {
        padding-bottom: 60px !important;
    }
    
    .m-notice-wr .wrap-text {
        font-size: 80px !important;
        top: 20px !important;
        left: 20px !important;
    }
    
    .swiper-txtbx {
        height: auto !important;
        min-height: 300px;
        padding: 40px 20px !important;
    }
    
    .m-notice .swiperButton {
        bottom: 20px !important;
    }
    
    .m-notice .more {
        bottom: 20px !important;
        left: 140px !important;
    }
}

/* Hero Section */
.hero-section {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
    background: #000;
    margin: 0;
    padding: 0;
}

.hero-video {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
}

.hero-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw; /* 16:9 비율 */
    min-height: 100%;
    min-width: 177.77vh; /* 16:9 비율 */
    transform: translate(-50%, -50%);
    pointer-events: none;
}

/* Quick Menu Section */
.quick-menu-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 0;
    width: 100%;
    margin: 0;
}

.quick-menu-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
}

.quick-menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

.quick-menu-item:last-child {
    border-right: none;
}

.quick-menu-item:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.quick-menu-item i {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #ddcef4;
    transition: all 0.3s ease;
}

.quick-menu-item:hover i {
    transform: scale(1.1);
}

.quick-menu-item p {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 500;
    text-align: center;
    color: white;
}

/* Container */
.container {
    max-width: var(--site-width);
    margin: 0 auto;
    padding: 0 2rem;
}

/* Quick Menu Section의 Container는 100% 너비 */
.quick-menu-section .container {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.container-full {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* Sections */
section {
    padding: 3rem 0;
}

section h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: #2c3e50;
    font-weight: bold;
}

/* News Section */
.news-section {
    background: #f8f9fa;
    padding: 3rem 0;
}

.news-grid {
    display: grid;
    grid-template-columns: 7fr 3fr;
    gap: 2rem;
}

.news-box {
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.news-right {
    padding: 0;
}

.news-right .banner-slider-container {
    border-radius: 8px;
}

.news-right .banner-slider {
    padding-bottom: 100%; /* 1:1 비율 (정사각형 배너) */
}

.news-right .banner-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-placeholder {
    padding: 2rem;
    text-align: center;
    color: #666;
    background: #f8f9fa;
    border-radius: 8px;
}

.banner-placeholder p {
    margin: 0;
}

.news-header {
    background: #f8f9fa;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #ddd;
}

.news-header h3 {
    margin: 0;
    color: #333;
    font-size: 1.2rem;
    font-weight: 600;
}

.news-header i {
    margin-right: 0.5rem;
    color: #667eea;
}

.news-tabs {
    display: flex;
    border-bottom: 1px solid #ddd;
    background: #f8f9fa;
}

.news-tab-btn {
    flex: 1;
    padding: 10px 12px;
    border: none;
    background: transparent;
    color: #333;
    font-weight: 700 !important;
    font-size: 16px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    border-right: 1px solid #ddd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-tab-btn:last-child {
    border-right: none;
}

.news-tab-btn:hover {
    background: #e9ecef;
    color: #333;
}

.news-tab-btn.active {
    background: white;
    color: #667eea;
    font-weight: 600;
    border-bottom: 2px solid #667eea;
}

.news-content {
    position: relative;
    min-height: 210px;
}

.news-tab-content {
    display: none;
    padding: 1rem 0;
}

.news-tab-content.active {
    display: block;
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-list li {
    border-bottom: 1px solid #f0f0f0;
}

.news-list li:last-child {
    border-bottom: none;
}

.news-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 18px;
    text-decoration: none;
    color: #333;
    transition: all 0.2s ease;
}

.news-list li a:hover {
    background: #f8f9fa;
    color: #667eea;
}

.news-title {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 1rem;
}

.news-date {
    color: #999;
    font-size: 0.85rem;
    white-space: nowrap;
}

.news-list li a:hover .news-date {
    color: #667eea;
}

.no-posts {
    padding: 2rem;
    text-align: center;
    color: #999;
}

.news-placeholder {
    padding: 3rem 2rem;
    text-align: center;
    color: #999;
}

.news-placeholder p {
    margin: 0;
}

/* Gallery Section */
.gallery-section {
    background: white;
    padding: 20px 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 7fr 3fr;
    gap: 2rem;
}

.gallery-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.gallery-box,
.notice-box {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.gallery-header,
.notice-header {
    background: #f8f9fa;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #667eea;
}

.gallery-header h3,
.notice-header h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
}

.gallery-header i,
.notice-header i {
    margin-right: 0.5rem;
    color: #667eea;
}

.more-link {
    color: #667eea;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.more-link:hover {
    color: #357abd;
}

.gallery-items {
    display: grid;
    gap: 1rem;
    padding: 1.5rem;
}

/* PC 기본: 4개 표시 */
.gallery-items[data-pc-display="1"] { grid-template-columns: 1fr; }
.gallery-items[data-pc-display="2"] { grid-template-columns: repeat(2, 1fr); }
.gallery-items[data-pc-display="3"] { grid-template-columns: repeat(3, 1fr); }
.gallery-items[data-pc-display="4"] { grid-template-columns: repeat(4, 1fr); }
.gallery-items[data-pc-display="5"] { grid-template-columns: repeat(5, 1fr); }
.gallery-items[data-pc-display="6"] { grid-template-columns: repeat(6, 1fr); }

/* 모바일 반응형 갤러리 - main-builder.css의 위젯 갤러리와 충돌 방지 */
@media (max-width: 768px) {
    /* home.css의 갤러리만 적용 (위젯 갤러리 제외) */
    .gallery-section .gallery-items {
        gap: 0.75rem !important;
        padding: 1rem !important;
    }
    
    /* 모바일 표시 개수에 따른 그리드 (위젯 갤러리 제외) */
    .gallery-section .gallery-items[data-mobile-display="1"] { grid-template-columns: 1fr !important; }
    .gallery-section .gallery-items[data-mobile-display="2"] { grid-template-columns: repeat(2, 1fr) !important; }
    .gallery-section .gallery-items[data-mobile-display="3"] { grid-template-columns: repeat(2, 1fr) !important; }
    .gallery-section .gallery-items[data-mobile-display="4"] { grid-template-columns: repeat(2, 1fr) !important; }
    
    .gallery-section .gallery-item {
        background: white;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        transition: all 0.3s ease;
    }
    
    .gallery-section .gallery-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    }
}

@media (max-width: 480px) {
    /* home.css의 갤러리만 적용 (위젯 갤러리 제외) */
    .gallery-section .gallery-items {
        gap: 0.5rem !important;
        padding: 0.75rem !important;
    }
    
    /* 작은 모바일에서는 모두 2열로 제한 (위젯 갤러리 제외) */
    .gallery-section .gallery-items[data-mobile-display="1"],
    .gallery-section .gallery-items[data-mobile-display="2"],
    .gallery-section .gallery-items[data-mobile-display="3"],
    .gallery-section .gallery-items[data-mobile-display="4"] {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

.gallery-item {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.gallery-item a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.gallery-thumb {
    position: relative;
    width: 100%;
    padding-bottom: 55%; /* 4:3 비율 고정 */
    background: #f0f0f0;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 0.5rem;
    flex-shrink: 0; /* 크기 고정 */
}

.gallery-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-thumb img {
    transform: scale(1.1);
}

.gallery-thumb .no-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.gallery-thumb.video .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 26px;
    background: #f60000;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    transition: all 0.3s ease;
}

.gallery-item:hover .play-icon {
    background: rgba(102, 126, 234, 0.9);
    transform: translate(-50%, -50%) scale(1.1);
}

.gallery-title {
    font-size: 0.9rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    line-height: 22px;
    height: 2.8em; /* 2줄 높이 고정 */
    text-align: center;
    transition: color 0.3s ease;
}

.gallery-item:hover .gallery-title {
    color: #667eea;
}

.no-content {
    grid-column: 1 / -1;
    text-align: center;
    padding: 3rem;
    color: #999;
}

.notice-placeholder {
    padding: 3rem 2rem;
    text-align: center;
    color: #999;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notice-placeholder p {
    margin: 0;
}

/* 배너 슬라이더 스타일 */
.banner-slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-slider {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 133.33%; /* 3:4 비율 (세로로 긴 배너) */
    overflow: hidden;
    border-radius: 0 0 8px 8px;
}

.banner-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-slide.active {
    opacity: 1;
    z-index: 1;
}

.banner-slide img {
    width: 93%;
    height: 100%;
    margin:0 auto;
    object-fit: contain;
    display: block;
}

.banner-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
    background: white;
    border-top: 1px solid #e0e0e0;
}

.banner-prev,
.banner-next {
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #666;
}

.banner-prev:hover,
.banner-next:hover {
    background: #667eea;
    border-color: #667eea;
    color: white;
}

.banner-dots {
    display: flex;
    gap: 8px;
    align-items: center;
}

.banner-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.banner-dot.active {
    background: #667eea;
    width: 12px;
    height: 12px;
}

.banner-dot:hover {
    background: #999;
}

/* 하단 배너 섹션 */
.bottom-banners-section {
    max-width: var(--site-width);
    margin:0 auto;
    background: #fff;
    padding: 8px 20px 20px 20px;
    border-top: 1px solid #e0e0e0;
}

.bottom-banner-row {
    display: flex;
    align-items: center;
    padding:6px 0;
    border-bottom: 1px solid #e0e0e0;
}

.bottom-banner-title {
    min-width: 160px;
}

.bottom-banner-title h4 {
    margin: 0;
    font-size: 15px;
    letter-spacing: -1px;
    font-weight: 600;
    color: #2c3e50;
    padding-left: 8px;
    border-left: 4px solid #ccc;
}

.bottom-banner-slider-wrapper {
    position: relative;
    overflow: hidden;
}

.bottom-banner-items {
    display: flex;
    gap: 0px; /* 200px(아이템) + 20px(gap) = 220px */
    align-items: center;
    transition: transform 0.5s ease;
}

.bottom-banner-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 180px; /* 고정 너비 */
}

.bottom-banner-item img {
    max-width: 180px;
    height: auto;
    transition: all 0.3s ease;
}

.bottom-banner-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

.bottom-banner-item a {
    text-decoration: none;
    color: inherit;
}

.bottom-banner-nav {
    display: none;
}

/* Board Cards */
.board-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.board-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.board-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    border-color: #4a90e2;
}

.board-card-header {
    margin-bottom: 1rem;
}

.board-card-header h4 {
    font-size: 1.3rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.board-count {
    font-size: 0.9rem;
    color: #7f8c8d;
}

.board-link {
    display: inline-block;
    color: #4a90e2;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.board-link:hover {
    color: #357abd;
}

/* Posts List */
.posts-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.post-item {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.5rem;
    transition: all 0.2s;
}

.post-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-color: #4a90e2;
}

.post-title {
    margin-bottom: 0.8rem;
    border-bottom:#ddd solid 1px;
}

.post-title a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}

.post-title a:hover {
    color: #4a90e2;
}

.post-excerpt {
    color: #5a6c7d;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.post-meta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    font-size: 0.85rem;
    color: #7f8c8d;
}

.post-meta span {
    display: inline-flex;
    align-items: center;
}

.post-board {
    background: #ecf0f1;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    color: #2c3e50;
    font-weight: 500;
}

/* Empty State */
.empty-state {
    text-align: center;
    padding: 3rem;
    color: #95a5a6;
}

/* Responsive */
