@charset "utf-8";

.youth-week-info-box {
    position:relative;
    margin-top:4.4rem;
}
.youth-week-info-box + .youth-week-info-box {margin-top:7.2rem;}

.week-info {
    display:flex;
    flex-direction:row;
    align-items:center;
}
@media all and (max-width:820px) {
    .week-info {
        flex-direction:column;
        align-items:flex-start;
    }
}
.week-info.mt-44 {margin-top:4.4rem;}
.week-info .sub-title-s24 {
    margin-bottom:0.8rem;
}
.week-info__image {
    flex:none;
    width:47.2rem;
}
@media all and (max-width:820px) {
    .week-info__image {
        width:100%;
    }
}
.week-info__image img {
    width:100%;
    border-radius:1rem;
}
.week-info__content {
    flex:1;
    padding-left:4rem;
    color: var(--sub-text1, #7F8C8D);
    font-size: 1.6rem;
    font-weight: 400;
}
@media all and (max-width:820px) {
    .week-info__content {
        padding-left:0;
        margin-top:2.4rem;
    }
}
.week-info__text {
    font-size:1.6rem;
    color: var(--text-basic);
    margin-top:0.8rem;
}
.week-info__text2 {
    font-size:1.6rem;
    color: var(--sub-text1, #7F8C8D);
    margin-top:1.6rem;
}
.week-info__text strong {
    color:var(--color-primary);
    font-weight:700;
}

/* Typography Styles */
.stit1 { 
    font-size: 2.4rem; 
    color: #009cff; 
    font-weight: 800; 
    margin-bottom: 0.7em; 
}

.stit2 { 
    font-size:1.9rem; 
    color: var(--text-basic); 
    font-weight:700; 
    margin-bottom:1.6rem;  
}
.stit2.mt-24 {margin-top:2.4rem;}

.stit2.mbs { 
    margin-bottom: 0.7em; 
}

.stit3 { 
    font-size: 1.8rem; 
    color: #41518c; 
    font-weight: 800; 
}

.stit4 { 
    font-size: 2.6rem; 
    color: #08178c; 
    font-weight: 800; 
    margin-bottom: 1em; 
    letter-spacing: -0.06em; 
    line-height: 1.0em;  
}

.stit4::before { 
    content: ''; 
    width: 22px; 
    height: 22px; 
    display: inline-block; 
    vertical-align: middle; 
    margin-right: 0.3em;
    background: url("/images/sub/ico_stit.png") no-repeat center; 
    background-size: 100% auto; 
}

.stit5 { 
    font-size: 3.2rem; 
    color: #08178c; 
    font-weight: 700; 
    margin-bottom: 1em; 
    letter-spacing: -0.04em; 
    font-family: 'S-CoreDream'; 
}

.stxt1 { 
    font-size: 1.8rem; 
    line-height: 1.7em; 
}

.typoRix { 
    font-size: 1.6em; 
    font-family: 'RixInooAriDuriR'; 
    font-weight: normal; 
    letter-spacing: 0; 
}

/* Emphasis Styles */
.em1 { 
    font-size: 1.8rem; 
    color: #009cff; 
}

.em2 { 
    font-size: 2.2rem; 
    color: #212121; 
    font-weight: 700;  
}

.em3 { 
    font-size: 1.3em; 
    color: #009cff; 
    font-weight: 800;  
}

/* Margin Utilities */
.mt1em { margin-top: 1rem; }
.mt2em { margin-top: 2rem; }
.mt3em { margin-top: 3rem; }



/* Responsive Typography */
@media all and (max-width:880px) {
    .stit5 { 
        font-size: 2.6rem; 
    }
    
    .stxt1 { 
        font-size: 1.7rem; 
    }
}

/* Section Styles */
.s-section { 
    padding: 5% 0; 
}

.BGgr { 
    background: #f2f6fa; 
    padding: 3em 2em; 
    color: #768b9e; 
}

.bdBox { 
    border: 10px solid #e9eff5; 
    padding: 2em; 
}

.bdBox2 { 
    border: 6px solid #e9eff5; 
    padding: 2em; 
}

@media all and (max-width:1280px) {
    .s-section { 
        padding: 7% 0; 
    }
}

@media all and (max-width:767px) {
    .s-section { 
        padding: 9% 0; 
    }
}

/* Button Styles */
.btn_st1 { 
    min-width: 220px;  
    background: #1947ba; 
    border: 1px solid #1947ba; 
}

.btn_st1:hover { 
    color: #1947ba;  
}

.btn_st2 { 
    background: #009cff; 
    border: 1px solid #009cff; 
}

.btn_st2:hover { 
    color: #009cff;  
}

/* Button Wrapper */
.btnWrap { 
    display: flex; 
    align-items: stretch; 
    gap: 5px; 
}

.btnWrap a { 
    display: block; 
    max-width: calc(50% - 2.5px);  
    color: #fff; 
}

.btnWrap a.wide { 
    max-width: 300px; 
}

.btnWrap a p { 
    display: flex; 
    justify-content: space-between;  
    font-size: 1.5rem; 
    font-weight: 800;
    padding: 1.2em; 
    line-height: 1.25em; 
    max-width: 100%;   
}

.btnWrap a p::after { 
    content: '→'; 
    font-weight: 800; 
    margin-left: 3em; 
}

.btnWrap a:hover { 
    background: #fff; 
    transition: all 0.5s; 
}

.btnWrap.fix { 
    position: absolute; 
    right: 3%; 
    bottom: 0; 
}

.btnWrap a.small { 
    min-width: auto; 
    max-width: 100%;  
}

.btnWrap a.small p { 
    padding: 0.8em 1.2em; 
}

.appOff { 
    display: inline-block; 
    padding: 0.8em 2em; 
    line-height: 1.25em; 
    color: #fff; 
    max-width: 100%; 
    background: #9799a4;
    font-size: 1.5rem; 
    font-weight: 800;  
}

/* Responsive Button Styles */
@media all and (max-width:640px) {
    .btnWrap.fix { 
        position: relative; 
        right: inherit; 
        bottom: inherit; 
        width: 100%; 
        margin-top: 1.5em; 
        justify-content: center;
    }
    
    .btnWrap.fix a { 
        max-width: 100%; 
        width: 100%;
    }
}

@media all and (max-width:400px) {
    .btnWrap { 
        flex-wrap: wrap; 
    }
    
    .btnWrap a { 
        max-width: 100%; 
        width: 100%; 
    }
}

/* List Styles */
.dotList > li { 
    position: relative; 
    padding-left: 0.7em; 
    margin: 0.2em 0; 
    text-align: left; 
}

.dotList > li:before { 
    content: ''; 
    width: 3px; 
    height: 3px; 
    background: #009cff; 
    position: absolute; 
    left: 0; 
    top: 0.725em; 
    border-radius: 100%; 
}

.dotList > li p { 
    line-height: 1.5em; 
}

.dotList > li p + p { 
    margin-top: 0; 
}

.dot { 
    position: relative; 
    padding-left: 0.7em; 
    margin: 0.2em 0; 
    line-height: 1.5em; 
}

.dot::before { 
    content: ''; 
    width: 3px; 
    height: 3px; 
    background: #009cff; 
    position: absolute; 
    left: 0; 
    top: 0.725em; 
    border-radius: 100%; 
}

.dot + .dot { 
    margin-top: 1em; 
}

/* Table Styles */
.tb-scroll { 
    position: relative; 
    width: 100%; 
    overflow-x: auto; 
}

.tb-style1 { 
    width: 100%; 
    font-size: 1.5rem;  
    border-top:2px solid var(--color-primary);
}
.tb-style1 th,
.tb-style1 td { 
    padding: 0.8rem 1.2rem;
    border-bottom: 1px solid #ddd; 
    border-left: 1px solid #ddd; 
    vertical-align:middle;
}
.tb-style1 .center {text-align:center;}
.tb-style1 thead th { 
    font-size: 1.6rem; 
    padding:1.2rem; 
    font-weight:700;     
    color: var(--text-basic); 
    background:#F0F9FF;
    border-bottom-color:#ddd;
}

.tb-style1 tbody th { 
    font-weight: 700; 
    color: var(--sub-text1);  
    background-color:#F7F8F9 ; 
}

.tb-style1 td { 
    font-size:1.6rem;
    color: var(--sub-text1);  
    padding:1.2rem 1.2rem;  
}

.tb-style1 tr > th:first-child,
.tb-style1 tr > td:first-child { 
    border-left-width: 0; 
}

.tb-style1 p + p { 
    margin-top: 0.4rem; 
}

.tb-style1.pds td { 
    padding: 0.8rem 1.2rem; 
}

.tb-style1 tr .br1 { 
    border-right: 1px solid #e9eff5; 
}

.tb-style1 tr .br1 + td { 
    border-left-width: 0; 
}

.tb-style1 tr .bl1 { 
    border-left-width: 1px !important; 
}

.tb-style1 .th { 
    color:var(--text-basic); 
    font-weight: 800; 
    text-align: center; 
    padding: 0.8rem 0.5rem; 
}
.tb-style1.center th,
.tb-style1.center td { 
    text-align: center; 
}

@media all and (max-width:1080px) {
    .tb-style1.tb1080 { 
        width: 1080px;
    }
}

@media all and (max-width:767px) {
    .tb-style1.tb767 { 
        width: 767px;
    }
}

.tb-style2 { 
    width: 100%; 
    border-top: 1px solid #81899c; 
    font-size: 1.4rem; 
    line-height: 1.4em; 
}

.tb-style2 th,
.tb-style2 td { 
    padding: 0.6em 0.8em; 
    border-bottom: 1px solid #e9eff5; 
    border-left: 1px solid #e9eff5; 
}

.tb-style2 thead th {  
    font-size: 1.5rem; 
    padding: 0.8em; 
    font-weight: 800; 
    color: #2c3f6b; 
    background: #fafcfe; 
    border-bottom-color: #d1dae3; 
}

.tb-style2 tbody th { 
    color: #768b9e;  
    background: #fff; 
}

.tb-style2 td { 
    padding: 0.6em 1.2em;  
}

.tb-style2 tr > th:first-child,
.tb-style2 tr > td:first-child { 
    border-left-width: 0; 
}

.tb-style2 p + p { 
    margin-top: 0.4em; 
}

/* Image List Styles */
.imgList { 
    display: flex; 
    gap: 10px; 
}

.imgList li img { 
    max-width: 100%;  
}

.imgList.col2 li { 
    width: calc((100% - 10px)/2); 
}

.imgList.jc-center { 
    justify-content: center; 
}

@media all and (max-width:1080px) {
    .imgList { 
        flex-wrap: wrap; 
    }
    
    .imgList li { 
        width: calc((100% - 20px)/3); 
    }
    
    .imgList.col4 li { 
        width: calc((100% - 10px)/2); 
    }
}

@media all and (max-width:767px) {
    .imgList { 
        flex-wrap: wrap; 
    }
    
    .imgList li { 
        width: calc((100% - 10px)/2); 
    }
}

.imgBox { 
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:1rem; 
}

.imgBox li img { 
    max-width: 100%; 
    border-radius:1rem;
}
@media all and (max-width:720px) {
    .imgBox { 
        grid-template-columns:repeat(2, 1fr); 
    }
}
@media all and (max-width:640px) {
    .imgBox { 
        grid-template-columns:repeat(1, 1fr); 
    }
}

/* Content Info Styles */
.cont .info dl { 
    margin: 0.8em 0;  
    display: flex; 
    flex-wrap: wrap; 
    align-items: flex-start; 
    line-height: 1.6em;  
}

.cont .info dl dt { 
    color:var(--text-basic); 
    font-weight:700;  
    width:9rem; 
    position: relative; 
}
/*
.cont .info dl dt::after { 
    content: ''; 
    width: 1px; 
    height: 12px; 
    background: #bebebe; 
    position: absolute; 
    right: 0; 
    top: 50%; 
    margin-top: -6px; 
}
*/
.cont .info dl dd { 
    width: calc(100% - 9rem); 
}

.cont .info .txt1 { 
    margin-top: 2em; 
    font-size: 1.8rem; 
}

.cont .info.wide dl dt { 
    width: 140px; 
}

.cont .info.wide dl dd { 
    width: calc(100% - 140px);
}

@media all and (max-width:1080px) {
    .cont .info dl { 
        margin: 0.7em 0; 
        font-size: 0.95em;  
    }
    
    .cont .info dl dt { 
        width: 80px; 
    }
    
    .cont .info dl dd { 
        width: calc(100% - 80px); 
        padding-left: 1em; 
    }
}

@media all and (max-width:767px) {
    .cont .info dl dt { 
        width: 80px; 
    }
    
    .cont .info dl dd { 
        width: calc(100% - 80px);
    }
    
    .cont .info.wide dl dt { 
        width: 120px; 
    }
    
    .cont .info.wide dl dd { 
        width: calc(100% - 120px);
    }
}

@media all and (max-width:568px) {
    .cont .info.wide dl dt,
    .cont .info.wide dl dd { 
        width: 100%;
    }
    
    .cont .info.wide dl dt::after { 
        display: none; 
    }
    
    .cont .info.wide dl dd { 
        padding-left: 0; 
    }
}

@media all and (max-width:480px) {
    .cont .info dl { 
        font-size: 1em; 
    }
    
    .cont .info dl dt { 
        width: 70px; 
    }
    
    .cont .info dl dd { 
        width: calc(100% - 70px); 
    }
}

@media all and (max-width:400px) {
    .cont .info dl dt,
    .cont .info dl dd { 
        width: 100%;
    }
    
    .cont .info dl dt::after { 
        display: none; 
    }
    
    .cont .info dl dd { 
        padding-left: 0; 
    }
}

/* Summary Styles */
.summary { 
    position: relative; 
    width: 100%; 
    padding-bottom: 5%; 
}

.summary::before { 
    content: ''; 
    width: 880px; 
    max-width: 46%; 
    height: 45%; 
    position: absolute; 
    left: 0; 
    bottom: 0; 
    background: #f2f6fa; 
    border-radius: 0 50px 0 0; 
}

.summary::after { 
    content: ''; 
    width: 29%; 
    height: 100%; 
    position: absolute; 
    right: 0; 
    top: -28%; 
    z-index: -2;
    background: url('/images/main/programBG.png') no-repeat right top; 
    background-size: 100% auto; 
}

.summary .s-inner { 
    display: flex; 
    flex-wrap: wrap; 
    align-items: center; 
}

.summary .s-inner > div { 
    position: relative;  
}

.summary .s-inner .img { 
    width: 45%; 
    text-align: center;    
}

.summary .s-inner .img img { 
    width: 440px; 
    max-width: 70%; 
    box-shadow: 8px 8px 18px 3px rgba(25,87,113, 0.2); 
}

.summary .s-inner .cont { 
    width: 55%; 
    padding-left: 8%; 
}

.summary .s-inner .cont .tit { 
    padding-bottom: 3em; 
    margin-bottom: 3em;  
    border-bottom: 1px solid #c6d1db; 
}

.summary .s-inner .cont .tit p {  
    font-size: 1.8rem; 
    color: #1947ba; 
    font-weight: 800; 
}

.summary .s-inner .cont .tit h4 { 
    font-size: 4rem; 
    color: #212121; 
    font-family: 'S-CoreDream'; 
    font-weight: 600; 
    letter-spacing: -0.04em;
}

.summary .s-inner .cont .info dl { 
    margin: 1em 0; 
}

.summary.film .s-inner .img::before { 
    width: 245px; 
    height: 287px; 
    background-image: url("/images/sub/film_deco.png");
    left: -7%; 
    bottom: -12%; 
}

.summary.film .s-inner .cont .info dl dt {width: 160px;}
.summary.film .s-inner .cont .info dl dd {width: calc(100% - 160px);}
@media all and (max-width:1280px) {
    .summary .s-inner .cont { 
        padding-top: 5%; 
    }
    
    .summary .s-inner .cont .tit h4 { 
        font-size: 3.5rem; 
    }
}

@media all and (max-width:1080px) {
    .summary .s-inner .img img { 
        max-width: 80%; 
    }
    
    .summary .s-inner .cont .tit { 
        padding-bottom: 2.5em; 
        margin-bottom: 2.5em; 
    }
    
    .summary .s-inner .cont .tit h4 { 
        font-size: 3.2rem; 
    }
    
    .summary.film .s-inner .cont .info dl dt { 
        width: 140px; 
    }
    
    .summary.film .s-inner .cont .info dl dd { 
        width: calc(100% - 140px); 
    }
}

@media all and (max-width:767px) {
    .summary::before { 
        display: none; 
    }
    
    .summary::after { 
        top: -18%; 
        width: 40%;  
    }
    
    .summary .s-inner { 
        width: 100%; 
    }
    
    .summary .s-inner .img,
    .summary .s-inner .cont { 
        width: 100%; 
    }
    
    .summary .s-inner .img img { 
        width: 350px; 
        max-width: 55%;  
    }
    
    .summary .s-inner .img { 
        padding-bottom: 4em; 
    }
    
    .summary .s-inner .img::before  { 
        max-width: 18%;  
        left: 5%; 
        bottom: 2%;  
    }
    
    .summary .s-inner .img::after { 
        content: ''; 
        width: 100%; 
        height: 45%; 
        position: absolute; 
        left: 0; 
        bottom: 0; 
        background: #f2f6fa; 
        z-index: -1; 
    }
    
    .summary .s-inner .cont { 
        padding: 9% 7% 0; 
    }
    
    .summary.film .s-inner .cont .info dl dt { 
        width: 120px; 
    }
    
    .summary.film .s-inner .cont .info dl dd { 
        width: calc(100% - 120px); 
    }
    
    .summary.film .s-inner .img::before { 
        max-width: 24%; 
        left: 7%; 
        bottom: 1%; 
    }
}

.summary_detail { 
    padding-top: 5%; 
}

/* Program Styles */
.program { 
    position: relative; 
    margin: 0 auto; 
    display: flex; 
    flex-wrap: wrap; 
    align-items:flex-start; 
    margin-top:3.2rem; 
    border-radius:1rem;
}
.program + .program { 
    margin-top:7.2rem; 
}
.program + .stit1 { 
    margin-top:3.2rem; 
}
.program .img { 
    flex: 1;
    position: relative;
    width: 47.2rem;
}
@media (max-width: 820px) {
    .program .img {
        flex:none;
        width: 100%;
        margin-bottom: 2.4rem;
    }
}
.program .img img { 
    width: 100%; 
    border-radius:1rem;
}
.program .swiper-button-next,
.program .swiper-button-prev { 
    width:4.4rem; 
    height:4.4rem; 
    bottom:0; 
    right:0; 
    z-index: 10; 
    background-size: 100% auto; 
    border-radius: 0; 
    top:auto;
    left:auto;
    color:#fff;
    border:0;
}
.program .swiper-button-next::after,
.program .swiper-button-prev::after { 
    color:#fff;
    background-color:#fff;
}
.program .swiper-button-prev { 
    margin-right:4.4rem; 
    background-color: #2847aa;
    opacity:1 !important;
}
.program .swiper-button-next { 
    background-color: #009cff;
    color:#fff;
}
.program .cont { 
    position: relative; 
    flex: 1;
    position: relative;
    padding-left: 4rem;
}
@media (max-width: 820px) {
    .program .cont {
        flex:none;
        width: 100%;
        padding-left: 0;
    }
}

.program .cont .tit { 
    font-size:2.8rem; 
    margin-bottom:2.4rem;
    color: var(--color-primary); 
}

.program .cont .tit .fs-s { 
    font-size:1.4rem; 
}
.program p {
    font-size:1.6rem;
    color:var(--sub-text1);
}

.program .cont .tit p { 
    margin-top:0.8rem;
    font-size: 1.6rem; 
    letter-spacing: 0; 
    color: var(--sub-text1); 
    font-weight: 400; 
}

.program .cont .tit h4 + p { 
    font-size: 1.6rem; 
    color:var(--sub-text1); 
    margin-top:1rem; 
    line-height: 1.6em; 
}

.program .cont .txtBox { 
    background: #F7F8F9; 
    padding:1.6rem; 
    border-radius: 5px; 
    margin-top: 3.2rem;  
}

.program .detail { 
    width: 100%; 
    margin-top:2.4rem;  
}

.program .detail textarea { 
    border: 0; 
    width: 100%; 
    color: var(--sub-text1); 
}

.program.film .img { 
    width: 25%;  
}

.program.film .cont { 
    width: 75%; 
}

.program.imgX .cont { 
    width: 100%; 
    padding:0;
}
.stage_event { 
    position: relative; 
    margin-top:7.2rem;
}

/* Program List Styles */
.programList { 
    text-align: center; 
    display: flex; 
    flex-wrap: wrap; 
    align-items: stretch; 
    gap: 2rem; 
    position: relative;
    margin: 0 auto; 
}

.programList li { 
    width: calc((100% - 10rem) / 5); 
    border-radius: 10px; 
    background: #fff; 
    overflow: hidden; 
    border: 1px solid #d7e2ec;  
}

.programList li .img { 
    position: relative;  
    width: 100%; 
    overflow: hidden; 
}

.programList li .img img { 
    max-width: 100%; 
}

.programList li .txt { 
    padding: 2em 1.5em; 
}

.programList li .txt h4 { 
    font-size: 2.2rem; 
    font-weight: 800; 
    color: var(--text-basic); 
    margin-bottom: 0.7em; 
}

.programList li .txt dl {  
    display: flex; 
    flex-wrap: wrap; 
    text-align: left; 
    color: var(--sub-text1); 
    font-size: 1.5rem;  
}

.programList li .txt dl dt { 
    width: 40px; 
    font-weight: 800; 
}

.programList li .txt dl dd { 
    width: calc(100% - 40px); 
}

.programList li .txt dl dt,
.programList li .txt dl dd { 
    margin: 0.2em 0; 
    line-height: 1.3em; 
}

.programList li a .img::before { 
    content: ''; 
    display: block; 
    width: 100%; 
    height: 100%; 
    background: var(--color-primary); 
    position: absolute; 
    left: 0; 
    top: 110%; 
    opacity: 0;  
    transition: all .3s; 
    transform: scaleY(0); 
    z-index: 10; 
}

.programList li a:hover .img::before { 
    transform: scaleY(1); 
    opacity: 0.8; 
    top: 0; 
}

.programList li a .img::after { 
    content: ''; 
    width: 60px; 
    height: 60px; 
    border-radius: 100%; 
    position: absolute; 
    left: 50%; 
    top: 50%; 
    transform: translate(-50%, -50%) rotate(0);
    background: #fff url("/images/sub/btn_more.png") no-repeat center; 
    background-size: 100% auto; 
    z-index: 11; 
    opacity: 0; 
    transition: all .3s; 
}

.programList li a:hover .img::after { 
    opacity: 1; 
    transform: translate(-50%, -50%) rotate(180deg);  
}

@media all and (max-width:1580px) {
    .programList { 
        gap: 15px; 
    }
    
    .programList li { 
        width: calc((100% - 60px) / 5); 
    }
}

@media all and (max-width:1280px) {
    .programList li { 
        width: calc((100% - 45px) / 4); 
    }
}

@media all and (max-width:1080px) {
    .programList li { 
        width: calc((100% - 30px) / 3); 
    }
}

@media all and (max-width:767px) {
    .programList li { 
        width: calc((100% - 15px) / 2); 
    }
}

/* Half Content Styles */
.halfCont { 
    position: relative; 
    width: 100%; 
    display: flex; 
    flex-wrap: wrap; 
    justify-content: space-between; 
    align-items: flex-start; 
}

.halfCont::before { 
    content: ''; 
    width: 1px; 
    height: 100%; 
    background: #d7e2ec; 
    position: absolute; 
    top: 0; 
    left: 50%; 
    margin-left: -0.5px;
}

.halfCont > div { 
    width: 45%;  
}

.halfCont > div p { 
    line-height: 1.6em; 
}

.halfCont.mid { 
    align-items: center; 
}

.halfCont.l40::before { 
    left: 40%; 
}

.halfCont.l60::before { 
    left: 60%; 
}

.halfCont > div.col5 { 
    width: 35%; 
}

.halfCont > div.col7 { 
    width: 55%; 
}

@media all and (max-width:880px) {
    .halfCont > div { 
        width: 100% !important;  
    }
    
    .halfCont:before { 
        display: none; 
    }
    
    .halfCont > div.contR { 
        padding-top: 2.5em; 
        margin-top: 2.5em; 
        border-top: 1px solid #d7e2ec;  
    }
}

/* Order Styles */
.order { 
    width: 22px; 
    line-height: 22px; 
    color: #fff; 
    text-align: center; 
    border-radius: 100%; 
    background: #009cff; 
    display: inline-block; 
    vertical-align: middle;
    margin-right: 0.2em; 
    font-size: 1.3rem; 
}

.order.big { 
    width: 30px; 
    line-height: 30px; 
    font-size: 1.4rem; 
}

/* ZigZag Content Styles */
.zzWrap { 
    display: flex; 
    flex-direction: column; 
    gap: 5em; 
}

.zzCont { 
    position: relative; 
    width: 100%; 
    display: flex; 
    flex-wrap: wrap; 
    justify-content: space-between; 
    align-items: center;
}

.zzCont > div { 
    width: 45%; 
}

.zzCont .img { 
    position: relative; 
}

.zzCont .img img { 
    max-width: 100%; 
}

.zzCont .img::before { 
    content: ''; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    right: -40px; 
    bottom: -40px; 
    z-index: -1;
    background: url("/images/common/dotBG.png") repeat; 
}

.zzCont .cont dl dt { 
    font-size: 3.8rem; 
    font-weight: 500; 
    color: #1947ba; 
    margin-bottom: 1.5em; 
    font-family: 'S-CoreDream'; 
    letter-spacing: -0.05em; 
}

.zzCont .cont dl dd { 
    font-size: 1.8rem; 
    line-height: 1.8em; 
    color: #727a80; 
    max-width: 75%; 
    display: inline-block; 
}

.zzWrap .zzCont:nth-child(even) { 
    flex-direction: row-reverse; 
}

.zzWrap .zzCont:nth-child(even) .cont {  
    text-align: right; 
}

@media all and (max-width:1480px) {
    .zzCont > div { 
        width: 46%; 
    }
    
    .zzCont .cont dl dt { 
        font-size: 3.4rem; 
    }
    
    .zzCont .cont dl dd { 
        font-size: 1.7rem; 
    }
}

@media all and (max-width:1280px) {
    .zzCont .cont dl dt { 
        font-size: 2.7rem; 
        margin-bottom: 1em; 
    }
    
    .zzCont .cont dl dd { 
        font-size: 1.6rem; 
        max-width: 85%; 
    }
}

@media all and (max-width:1080px) {
    .zzCont .img::before { 
        right: -1.5em; 
        bottom: -2em; 
    }
    
    .zzCont .cont dl dt { 
        font-size: 2.5rem; 
    }
    
    .zzCont .cont dl dd { 
        max-width: 100%; 
    }
}

@media all and (max-width:880px) {
    .zzCont { 
        justify-content: center; 
    }
    
    .zzCont > div { 
        width: 100%; 
    }
    
    .zzCont .img { 
        text-align: center;  
        max-width: 500px;
    }
    
    .zzCont .cont { 
        padding: 8% 5% 0; 
    }
    
    .zzWrap .zzCont:nth-child(even) .cont {  
        text-align: left; 
    }
}

@media all and (max-width:568px) {
    .zzCont .cont { 
        padding: 9% 2% 0; 
    }
}

/* Image Content Styles */
.imgCont { 
    position: relative; 
    width: 100%; 
    display: flex; 
    flex-wrap: wrap; 
    align-items: center; 
    justify-content: space-between;  
}

.imgCont .img { 
    width: 35%; 
}

.imgCont .img img { 
    max-width: 100%; 
}

.imgCont .cont { 
    width: 60%; 
}

@media all and (max-width:1280px) {
    .imgCont .cont { 
        width: 62%; 
    }
}

@media all and (max-width:1080px) {
    .imgCont .img { 
        width: 38%; 
    }
    
    .imgCont .cont { 
        width: 58%; 
    }
}

@media all and (max-width:880px) {
    .imgCont .img,
    .imgCont .cont { 
        width: 100%; 
    }
    
    .imgCont .img { 
        text-align: center; 
    }
    
    .imgCont .img img { 
        width: 500px; 
    }
    
    .imgCont .cont { 
        padding-top: 1.5em;   
    }
}

/* Image Content 2 Styles */
.imgCont2 { 
    position: relative; 
    width: 100%; 
    display: flex; 
    flex-wrap: wrap; 
    align-items: stretch; 
    gap: 15px; 
    text-align: center; 
}

.imgCont2 li { 
    width: calc((100% - 45px) / 4); 
}

.imgCont2 li img { 
    max-width: 100%; 
}

.imgCont2 li p { 
    margin-top: 0.7em; 
    font-weight: 800; 
    color: #4c5861; 
}

.imgCont2.jc-center { 
    justify-content: center; 
}

.imgCont2.small li { 
    max-width: 300px; 
}

.imgCont2.col5 { 
    gap: 10px; 
}

.imgCont2.col5 li { 
    width: calc((100% - 30px) / 5); 
}

.imgCont2.col4-2 { 
    flex-wrap: nowrap; 
}

.imgCont2.col4-2 li { 
    width: auto; 
}

.imgCont2.col4-2 li img { 
    max-height: 300px; 
}

.imgCont2.wAuto { 
    flex-wrap: nowrap; 
}

.imgCont2.wAuto li { 
    width: auto; 
}

@media all and (max-width:1080px) {
    .imgCont2 li { 
        width: calc((100% - 15px) / 2); 
    }
    
    .imgCont2.small li { 
        width: calc((100% - 30px) / 3); 
    }
    
    .imgCont2.small.col4 li { 
        width: calc((100% - 45px) / 4); 
    }
    
    .imgCont2.col5 li { 
        width: calc((100% - 15px) / 3); 
    }
}

@media all and (max-width:880px) {
    .imgCont2 { 
        gap: 10px; 
        flex-wrap: wrap !important; 
    }
    
    .imgCont2 li { 
        width: calc((100% - 10px) / 2); 
    }
    
    .imgCont2.jc-center { 
        justify-content: flex-start; 
    }
    
    .imgCont2.small.col4 li { 
        width: calc((100% - 15px) / 2); 
    }
    
    .imgCont2.col4-2 {  
        justify-content: center; 
    }
    
    .imgCont2.col4-2 li { 
        width: calc((100% - 10px) / 2); 
    }
    
    .imgCont2.col4-2 li.wid2 { 
        width: calc((60% - 10px) / 2); 
    }
    
    .imgCont2.wAuto li { 
        width: calc(50% - 7.5px) !important; 
        flex-grow: inherit !important; 
    }
}

@media all and (max-width:568px) {
    .imgCont2.col5 li { 
        width: calc((100% - 10px) / 2); 
    }
}

@media all and (max-width:380px) {
    .imgCont2 li { 
        width: 100%; 
    }
    
    .imgCont2.small li { 
        width: calc((100% - 20px) / 2); 
    }
}

/* Order List Styles */
.orderList { 
    overflow: hidden; 
    text-align: left; 
    counter-reset: orderList; 
}

.orderList > li { 
    position: relative; 
    counter-increment: orderList; 
    display: flex; 
    align-items:baseline;
}
.orderList > li + li {margin-top: 1.4em;}

.orderList > li::before { 
    content: counter(orderList, decimal-leading-zero); 
    width:2rem; 
    line-height:2rem; 
    font-size: 1.2rem;
    border-radius: 100%; 
    color: #fff; 
    text-align: center; 
    background-color:var(--color-primary); 
}

.orderList > li p { 
    display: inline-block; 
    vertical-align: middle; 
    max-width: calc(100% - 46px);
    line-height: 1.3em; 
    font-size: 1.6rem;  
    padding-left: 0.6em; 
}


/* Box Step Styles */
.boxStep { 
    display:grid; 
    grid-template-columns: repeat(5, 1fr);
    gap:4rem;
}
@media all and (max-width:1024px) {
    .boxStep { 
        grid-template-columns: repeat(4, 1fr); 
    }
}
@media all and (max-width:1024px) {
    .boxStep { 
        grid-template-columns: repeat(4, 1fr); 
    }
}
@media all and (max-width:768px) {
    .boxStep { 
        grid-template-columns: repeat(3, 1fr); 
    }
}
@media all and (max-width:639px) {
    .boxStep { 
        grid-template-columns: repeat(2, 1fr); 
    }
}
.boxStep.noarr {gap:2rem;}
.boxStep.noarr > div::after {display:none !important;}


.boxStep > div { 
    position: relative; 
    border: 1px solid #d7e2ec; 
    border-radius: 5px; 
}

.boxStep > div::after { 
    content: ''; 
    width:2.4rem; 
    height: 100%; 
    background: url(/new_imgs/icon/icon_gray_right_arr.svg) no-repeat center; 
    background-size: 100% auto; 
    position: absolute; 
    right: -0.8rem; 
    top: 50%; 
    transform: translate(100%, -50%);
}
.boxStep dl dt { 
    font-size:1.7rem;  
    font-weight:700; 
    color:var(--text-basic);  
    background: #F8F9FA; 
    padding: 1em 0.5em; 
    text-align: center;
}
.boxStep dl dd { 
    padding:1.2rem;
    font-size:1.6rem;
    color:var(--sub-text1);
    text-align: center;
}
.boxStep > div.no-arr::after { 
    display: none; 
}
@media all and (max-width:1024px) {
    .boxStep > div.no-arr::after {display:block;}
    .boxStep > div.mobile-no-arr::after {display:none !important; }
}

.boxStep.col3 > div { 
    width: calc((100% - 120px)/3); 
}

.boxStep.col4 > div { 
    width: calc((100% - 180px)/4); 
}

.boxStep.col5 > div { 
    width: calc((100% - 240px)/5); 
}

.boxStep.col6 > div { 
    width: calc((100% - 300px)/6); 
}

.boxStep.arrX { 
    gap: 10px; 
}

.boxStep.arrX li { 
    width: calc((100% - 30px)/4); 
}

.boxStep.arrX li::after { 
    display: none !important; 
}

.boxStep.col5.arrX li { 
    width: calc((100% - 40px)/5); 
}

@media all and (max-width:1280px) {
    .boxStep li { 
        width: calc((100% - 120px)/4); 
    }
    
    .boxStep li::after { 
        width: 40px; 
    }
    
    .boxStep li.second::before { 
        width: 40px; 
    }
    
    .boxStep li dl dt { 
        font-size: 1.9rem; 
    }
    
    .boxStep li dl dd { 
        padding: 1em; 
        font-size: 1.6rem; 
    }
    
    .boxStep.col3 { 
        flex-wrap: wrap; 
        justify-content: flex-start; 
        gap: 40px; 
    }
    
    .boxStep.col4 { 
        flex-wrap: wrap; 
        justify-content: flex-start; 
        gap: 40px; 
    }
    
    .boxStep.col5 { 
        flex-wrap: wrap; 
        justify-content: flex-start; 
        gap: 40px; 
    }
    
    .boxStep.col6 { 
        flex-wrap: wrap; 
        justify-content: flex-start; 
        gap: 40px; 
    }
    
    .boxStep.col4 li { 
        width: calc((100% - 80px)/3); 
    }
    
    .boxStep.col5 li { 
        width: calc((100% - 80px)/3); 
    }
    
    .boxStep.col6 li { 
        width: calc((100% - 80px)/3); 
    }
    
    .boxStep.col5.arrX { 
        gap: 10px; 
    }
    
    .boxStep.col5.arrX li { 
        width: calc((100% - 20px)/3); 
    }
}

@media all and (max-width:880px) {
    .boxStep  { 
        flex-wrap: wrap; 
        gap: 40px; 
    }
    
    .boxStep li { 
        width: calc((100% - 40px)/2); 
    }
    
    .boxStep li dl dd { 
        line-height: 1.5em; 
    }
    
    .boxStep li:nth-child(even)::after { 
        display: none; 
    }
    
    .boxStep.col5 li:nth-child(even)::after { 
        display: inline-block; 
    }
}

@media all and (max-width:640px) {
    .boxStep.col4 li { 
        width: calc((100% - 40px)/2); 
    }
    
    .boxStep.col5 li { 
        width: calc((100% - 40px)/2); 
    }
    
    .boxStep.col5 li:nth-child(even)::after { 
        display: none; 
    }
    
    .boxStep.col5.arrX li { 
        width: calc((100% - 10px)/2); 
    }
    
    .boxStep.col6 li { 
        width: calc((100% - 40px)/2); 
    }
}

@media all and (max-width:568px) {
    .boxStep { 
        gap: 30px; 
    }
    
    .boxStep li { 
        width: calc((100% - 30px)/2); 
    }
    
    .boxStep li::after { 
        width: 30px;
    }
    
    .boxStep.col5 { 
        gap: 30px; 
    }
    
    .boxStep.col5 li { 
        width: calc((100% - 30px)/2); 
    }
    
    .boxStep.col6 { 
        gap: 30px; 
    }
    
    .boxStep.col6 li { 
        width: calc((100% - 30px)/2); 
    }
}

@media all and (max-width:380px) {
    .boxStep { 
        gap: 20px; 
    }
    
    .boxStep li { 
        width: calc((100% - 20px)/2); 
    }
    
    .boxStep li::after { 
        width: 20px;
    }
    
    .boxStep.col5 { 
        gap: 20px; 
    }
    
    .boxStep.col5 li { 
        width: calc((100% - 20px)/2); 
    }
    
    .boxStep.col6 { 
        gap: 20px; 
    }
    
    .boxStep.col6 li { 
        width: calc((100% - 20px)/2); 
    }
    
    .boxStep li dl dt { 
        font-size: 1.8rem; 
    }
    
    .boxStep li dl dd { 
        line-height: 1.3em; 
    }
}

/* Icon Content Styles */
.icoCont { 
    display: flex; 
    align-items: flex-start; 
    flex-wrap: wrap; 
    justify-content: space-between; 
    border: 10px solid #e9eff5; 
    padding: 3em;  
}

.icoCont .ico { 
    width: 20%; 
    text-align: center; 
}

.icoCont .ico img { 
    max-width: 60%; 
}

.icoCont .ico a { 
    display: block; 
    width: 80%; 
    margin: 1em auto 0; 
    color: #fff; 
    background: #009cff;
    padding: 0.7em 1em; 
    font-size: 1.8rem; 
    font-weight: 800;  
}

.icoCont .cont { 
    width: 75%; 
}

.movieSch { 
    margin-bottom: 3em; 
}

@media all and (max-width:1280px) {
    .icoCont .ico { 
        width: 24%; 
    }
    
    .icoCont .cont { 
        width: 70%; 
    }
}

@media all and (max-width:1080px) {
    .icoCont .ico a { 
        width: 100%; 
    }
}

@media all and (max-width:880px) {
    .icoCont { 
        gap: 2em; 
    }
    
    .icoCont .ico,
    .icoCont .cont { 
        width: 100%; 
    }
}

/* Icon Button Styles */
.icoBtn { 
    position: relative; 
    width: 100%; 
    border: 9px solid #f0f4f9; 
    padding: 2em 3.5em; 
    display: flex; 
    align-items: center; 
    flex-wrap: wrap;
    justify-content: space-between; 
    margin-bottom: 3em;
}

.icoBtn .txt { 
    display: flex; 
    align-items: center; 
    gap: 2em; 
    justify-content: flex-start; 
    flex-wrap: wrap; 
}

.icoBtn .txt h4 { 
    font-size: 2.7rem; 
    color: #1947ba; 
    font-weight: 800; 
}

.icoBtn .txt p { 
    font-size: 1.8rem; 
}

.icoBtn a p { 
    display: flex; 
    justify-content: space-between; 
    background: #1947ba; 
    color: #fff; 
    font-size: 1.5rem; 
    font-weight: 800;
    padding: 0 1.2em; 
    line-height: 3.5em; 
    border: 1px solid #1947ba; 
}

.icoBtn a p::after { 
    content: '→'; 
    font-weight: 800; 
    margin-left: 3em; 
}

.icoBtn a:hover p { 
    background: #fff; 
    color: #1947ba; 
    transition: all 0.5s; 
}

@media all and (max-width:880px) {
    .icoBtn { 
        padding: 2em; 
    }
    
    .icoBtn .txt { 
        gap: 1.5em; 
    }
    
    .icoBtn .txt img { 
        width: 65px; 
    }
}

@media all and (max-width:680px) {
    .icoBtn  { 
        justify-content: center; 
        text-align: center; 
        flex-direction: column; 
        gap: 1.5em; 
    }
    
    .icoBtn .txt { 
        justify-content: center; 
        gap: 1em;  
    }
    
    .icoBtn .txt i { 
        width: 100%; 
    }
    
    .icoBtn .txt img { 
        width: 60px; 
    }
    
    .icoBtn a p::after { 
        margin-left: 4em;
    }
}

/* Popup List Styles */
.popupList { 
    position: relative; 
    width: 100%; 
    display: flex; 
    flex-wrap: wrap; 
    align-items: stretch; 
    gap: 20px; 
}

.popupList li { 
    width: calc((100% - 20px) / 2);  
    display: flex; 
    align-items: flex-start; 
    border: 1px solid #d7e2ec;  
    border-radius: 5px; 
}

.popupList li .img { 
    width: 45%; 
    text-align: center; 
    border-right: 1px dashed #d7e2ec; 
    padding: 1.5em; 
}

.popupList li .img img { 
    max-width: 100%; 
}

.popupList li .img p { 
    font-size: 1.8rem; 
    color: #212121; 
    font-weight: 800; 
    margin-top: 1em;  
}

.popupList li .cont { 
    width: 55%; 
    padding: 4em 1em 2em 2.2em; 
    line-height: 1.5em;   
}

.popupList li .cont .t1 { 
    color: #009cff; 
    font-size: 1.6rem; 
    font-weight: 800; 
}

.popupList li .cont .t2 { 
    color: #212121; 
    font-size: 1.9rem; 
}

@media all and (max-width:1480px) {
    .popupList li .cont { 
        padding: 3em 2em; 
    }
}

@media all and (max-width:1280px) {
    .popupList li .img { 
        padding: 1em; 
    }
    
    .popupList li .img p { 
        font-size: 1.5rem; 
    }
    
    .popupList li .cont { 
        padding: 2em 1em 2em 2em; 
        font-size: 1.5rem; 
    }
    
    .popupList li .cont .t1 { 
        font-size: 1.5rem; 
    }
    
    .popupList li .cont .t2 { 
        font-size: 1.6rem; 
    }
}

@media all and (max-width:1080px) {
    .popupList li { 
        width: 100%; 
        align-items: center; 
    }
    
    .popupList li .img { 
        width: 35%; 
        padding: 1.2em; 
    }
    
    .popupList li .img p { 
        font-size: 1.6rem; 
    }
    
    .popupList li .cont { 
        width: 65%; 
        padding: 1.5em 2em; 
        font-size: 1.6rem; 
    }
    
    .popupList li .cont .t1 { 
        font-size: 1.6rem; 
    }
    
    .popupList li .cont .t2 { 
        font-size: 1.8rem; 
    }
}

@media all and (max-width:767px) {
    .popupList li .img { 
        width: 40%; 
    }
    
    .popupList li .cont { 
        width: 60%; 
    }
}

@media all and (max-width:568px) {
    .popupList { 
        gap: 10px; 
    }
    
    .popupList li .img { 
        width: 45%; 
    }
    
    .popupList li .cont { 
        width: 55%; 
    }
}

@media all and (max-width:480px) {
    .popupList li { 
        flex-wrap: wrap; 
    }
    
    .popupList li .img { 
        width: 100%; 
        border-right: 0; 
        border-bottom: 1px dashed #d7e2ec; 
    }
    
    .popupList li .cont { 
        width: 100%; 
        padding: 2.5em 2em; 
    }
}

/* Definition List Styles */
.dl-style1 { 
    display: flex; 
    align-items: flex-start; 
    flex-wrap: wrap; 
}

.dl-style1 dt,
.dl-style1 dd { 
    margin: 0.7em 0; 
}

.dl-style1 dt { 
    width: 22%; 
    font-weight: 800; 
    color: #768b9e; 
    max-width: 150px; 
}

.dl-style1 dd { 
    width: 78%; 
    max-width: calc(100% - 150px); 
}

@media all and (max-width:1280px) {
    .dl-style1 dt { 
        width: 28%; 
    }
    
    .dl-style1 dd { 
        width: 72%; 
    }
}

@media all and (max-width:380px) {
    .dl-style1 dt { 
        width: 32%; 
    }
    
    .dl-style1 dd { 
        width: 68%; 
    }
}

/* Image Box Styles */
.imgbox {
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:2rem;
}

.imgbox li {    
    border: 6px solid #dcf2ff; 
    border-radius: 30px; 
    overflow: hidden;
}

.imgbox li img {
    width: 100%;
}

@media all and (max-width:976px) {
    .imgbox {
        --gap: 10px;
    }
}

@media all and (max-width:768px) {
    .imgbox li {
        border-radius: 15px; 
        border-width: 3px;
    }
}

.imgbox2 {
    width: 100%; 
    display: flex; 
    --gap:2.4rem; 
    gap: var(--gap); 
    flex-wrap: wrap; 
}

.imgbox2.center {
    justify-content: center;
}

.imgbox2 li {position: relative;}

.imgbox2.w5 li { 
    width: calc((100% - var(--gap)*4)/5);
}

.imgbox2.w4 li { 
    width: calc((100% - var(--gap)*3)/4);
}

.imgbox2.w3 li { 
    width: calc((100% - var(--gap)*2)/3);
}

.imgbox2.w2 li { 
    width: calc((100% - var(--gap)*1)/2);
}

.imgbox2 li img {
    width: 100%;
    border-radius:1rem 1rem 0 0;
}

.imgbox2 li .txt {text-align: center;}

.imgbox2 li .txt p {
    display:block; 
    padding:0.8rem; 
    background-color:var(--color-secondary); 
    color: #fff; ; 
    border-radius:0 0 1rem 1rem;
    font-size:1.6rem;
}

@media all and (max-width:1280px) {
    .imgbox2.w5 li { 
        width: calc((100% - var(--gap)*3)/4);
    }
}

@media all and (max-width:976px) {
    .imgbox2.w5 li { 
        width: calc((100% - var(--gap)*1)/2);
    }
    
    .imgbox2.w4 li { 
        width: calc((100% - var(--gap)*1)/2);
    }
    
    .imgbox2.w3 li {
        width: calc((100% - var(--gap)*1)/2);
    }
    
    .imgbox2 li .txt p {
        font-size: 0.9em;
    }
}

.dl-style2 {
    margin-block: 10px; 
    display: flex; 
    align-items: flex-start; 
    justify-content: center;
}

.dl-style2 dt {
    font-weight: 800; 
    color: #768b9e;  
    padding-right: 1em;
}

.youth-day-info {
    position:relative;
    text-align:center;
}
.youth-day-info img {max-width:100%;}
.youth-day-info .info-text {
    margin-top:0.8rem;
    font-size:1.6rem;
    color:var(--sub-text1);
}
.youth-day-info .info-title {
    font-size:3.2rem;
    color:var(--color-primary);
    font-weight:700;
}
.archive-info {
    position:relative;
    display:flex;
    align-items:center;
    padding:7.2rem 0;
}
@media screen and (max-width:1000px) {
    .archive-info {
        flex-direction:column;
        align-items:flex-start;
    }
}

.archive-info__image {
    position:relative;
    width:50%;
    padding-top:4rem;
    text-align:center;
}
@media screen and (max-width:1000px) {
    .archive-info__image {
        max-width:100%;
        width:44rem;
        margin:0 auto;
    }
}

.archive-info__image .image {
    max-width:100%;
    width: 44rem;
    border-radius: 1rem;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.archive-info__image .svg {
    display:block;
    position:absolute;
    top:0;
    left:0;
    z-index:2;
}
.archive-info__image .svg img {width:11.5rem;}
.archive-info__content {
    position:relative;
    width:50%;
}
@media screen and (max-width:1000px) {
    .archive-info__content {
        width:100%;
        margin-top:3rem;
    }
}

.archive-info-header {
    margin-bottom:2.4rem;
}
.archive-info-header .header-stitle {
    color: var(--navy-blue);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
}
.archive-info-header .header-title {
    margin-top:0.4rem;
    color:var(--text-basic);
    font-size: 2.8rem;
    font-weight: 700;
}
.archive-info-body {
    position:relative;
    font-size:1.6rem;
    color:var(--sub-text1);
}
.archive-info-body dl {
    display:flex;
    flex-direction:row;
}
.archive-info-body dl + dl {margin-top:1.2rem;}
.archive-info-body dl dt {
    position:relative;
    width:8rem;
    font-weight: 700;
    color: var(--text-basic);
}
/*
.archive-info-body dl dt::after {
    content: '';
    position:absolute;
    top:50%;
    right:-1rem;
    transform:translateY(-50%);
    width:0.1rem;
    height:1.2rem;
    background-color:#ddd;
}*/
.archive-info-body dl dd {
    width:calc(100% - 8rem);
    font-weight: 400;
    color: var(--sub-text1);
}

/* Coming Soon Styles */
.coming-soon-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.coming-soon-container__icon {
    width: 12rem;
    height: 12rem;
    margin-bottom: 3rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media all and (max-width:1080px) {
    .coming-soon-container__icon {
        width: 10rem;
        height: 10rem;
        margin-bottom: 2.4rem;
    }
}

@media all and (max-width:767px) {
    .coming-soon-container__icon {
        width: 8rem;
        height: 8rem;
        margin-bottom: 2rem;
    }
}

.coming-soon-container__icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, #009cff 0%, #08178c 100%);
    opacity: 0.1;
}

.coming-soon-container__icon .lucide-icon {
    width: 6rem;
    height: 6rem;
    stroke: #009cff;
    stroke-width: 2;
    z-index: 1;
}

@media all and (max-width:1080px) {
    .coming-soon-container__icon .lucide-icon {
        width: 5rem;
        height: 5rem;
    }
}

@media all and (max-width:767px) {
    .coming-soon-container__icon .lucide-icon {
        width: 4rem;
        height: 4rem;
    }
}

.coming-soon-container__title {
    font-size: 3.6rem;
    font-weight: 800;
    color: #08178c;
    margin-bottom: 1.6rem;
    letter-spacing: -0.05em;
}

@media all and (max-width:1080px) {
    .coming-soon-container__title {
        font-size: 3rem;
    }
}

@media all and (max-width:767px) {
    .coming-soon-container__title {
        font-size: 2.6rem;
    }
}

.coming-soon-container__subtitle {
    font-size: 2rem;
    color: #009cff;
    font-weight: 600;
    margin-bottom: 2.4rem;
}

@media all and (max-width:1080px) {
    .coming-soon-container__subtitle {
        font-size: 1.8rem;
    }
}

@media all and (max-width:767px) {
    .coming-soon-container__subtitle {
        font-size: 1.6rem;
    }
}

.coming-soon-container__text {
    font-size: 1.7rem;
    color: var(--sub-text1, #7F8C8D);
    line-height: 1.7;
    max-width: 60rem;
    margin: 0 auto;
}

@media all and (max-width:767px) {
    .coming-soon-container__text {
        font-size: 1.5rem;
    }
}

.coming-soon-container__divider {
    width: 8rem;
    height: 0.4rem;
    background: linear-gradient(90deg, #009cff 0%, #08178c 100%);
    margin: 3rem auto;
    border-radius: 2px;
}

.archive-programs {
    position: relative;
    width:100%;
    margin-top:6.2rem;
}