@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
:root {
    --header-height: 0px;
    --text-color: #010101;
}
body {
    font-family: 'Pretendard', sans-serif;
    color: var(--text-color, #010101);
    overflow-x: clip;
    overflow-y: auto;
    max-width: 100dvw;
}
a {
    color: inherit;
    text-decoration: none;
}
main {
    padding-top: var(--header-height, 0px);
}
.container {
    max-width: 1480px;
    width: calc(100% - 32px);
    margin: 0 auto;
    position: relative;
}
#main-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}
#main-visual {
    /*height: 1096px;*/
    padding-top:160px;
    overflow: hidden;
}
#partner {
    padding: 150px 0;
}
section h1 {
    font-size: 46px;
    font-weight: 500;
    letter-spacing: -0.015em;
    margin-bottom: 60px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
section h1 span {
    font-size: 16px;
    display: block;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}
section h1 span::before {
    content: '';
    width: 32px;
    height: 2px;
    background-color: #7d7d7d;
    position: absolute;
    left: 50%;
    top: -7px;
    transform: translateX(-50%);
}
#partner .ci-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0,1fr));
    gap: 36px 18px;
    width: 100%;
}
#partner .ci-list .item {
    max-width: 250px;
    width: 100%;
    height: 120px;
    border-radius: 16px;
    background-color: #FFF;
    filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.25));
    display: grid;
    place-items: center;
    box-sizing: border-box;
}
#partner .ci-list .item img {
    width: 100%;
    max-width: 150px;
}
#partner .prev,
#partner .next {
    border: 0;
    outline: 0;
    border-radius: 99vw;
    width: 56px;
    aspect-ratio: 1/1;
    display: grid;
    place-items: center;
    cursor: pointer;
    background-color: transparent;
    background-size: contain;
    background-position: center;
}
#partner .prev {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 56 56" fill="none"><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="black"/><path d="M24.5 34L18.5 28M18.5 28L24.5 22M18.5 28L38 28" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
#partner .next {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 56 56" fill="none"><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="black"/><path d="M32 22L38 28M38 28L32 34M38 28H18.5" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
#partner .content {
    display: grid;
    grid-template-columns: max-content minmax(0,1fr) max-content;
    align-items: center;
    column-gap: 23px;
}
#partner .content .swiper {
    overflow: visible;
    max-width: 100%;
    width: 100%;
}
#program {
    background-color: #92C9FF;
    display: flex;
    padding-top: 100px;
    padding-bottom: 282px;
    overflow-x: clip;
    position: relative;
}
#program * {
    position: relative;
}
#program .bg-text {
    position: absolute;
    left: 50%;
    top: 42%;
    translate: -50% -50%;
    font-size: 200px;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: rgba(1, 99, 198, 0.30);
    z-index: 1;
    user-select: none;
    -webkit-user-drag: none;
    width:100%;
    text-align: center;
}
#program .program-list {
    display: flex;
    height: 250px;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 80px;
}
#program .program-list .item {
    max-width: 240px;
    max-height: 240px;
    width: 100%;
    aspect-ratio: 1/1;
    padding: 16px;
    border-radius: 32px;
    box-sizing: border-box;
    background: #FFF;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 3;
}
#program .program-list .item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 24px;
    height: 100%;
}
#program .program-list .item img {
    width: 100%;
    max-width: 140px;
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: center;
}
#program .program-list .item p {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.015em;
}
#program .character {
    position: absolute;
    width: 160px;
    height: 222px;
    left: 2vw;
    bottom: 2vh;
    z-index: 2;
}
#board {
    padding: 160px 0;
}
#board .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 72px;
}
#board .container .title {
    padding: 18px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #9F9F9F;
}
#board .container .title strong {
    font-size: 24px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
#board .container .title .more {
    font-size: 12px;
    font-weight: 500;
    margin-left: auto;
    display: flex;
    align-items: center;
}
#board .container .title .more::after {
    display: block;
    content: '';
    width: 16px;
    aspect-ratio: 1/1;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="16" viewBox="0 0 15 16" fill="none"><path d="M1.875 13.625V2.375H7.5V3.625H3.125V12.375H11.875V8H13.125V13.625H1.875ZM6.0625 10.3125L5.1875 9.4375L11 3.625H8.75V2.375H13.125V6.75H11.875V4.5L6.0625 10.3125Z" fill="black"/></svg>');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 18px;
}
#board .container .board-list {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 26px;
    row-gap: 36px;
}
#board .container .board-list li {
    width: 100%;
}
#board .container .board-list a {
    display: grid;
    grid-template-columns: minmax(0,1fr) max-content;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
#board .container .board-list a p {
    max-width: 400px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    word-break: break-all;
}
#board .container .board-list a .date {
    font-size: 16px;
    color: #999;
}
/* Only desktop */
@media screen and (min-width: 1024px) {
    #main-visual img.pc {
        display: block;
    }
    #partner .content .swiper {
        max-width: 1322px;
    }
}
/*  tablet */
@media screen and (max-width: 1023px) {
    #main-visual {
        /*height: 1134px;*/
        padding-top:110px;
    }
    #main-visual img.tablet {
        display: block;
    }
    #main-visual img.pc,
    #main-visual img.mobile {
        display: none;
    }
    #partner .ci-list {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
    #partner .content {
        column-gap: 16px;
    }
    #partner .ci-list .item {
        max-width: 100%;
    }
    #program .program-list {
        height: 48vh;
        max-height: 100%;
        gap: 8vw;
    }
    #program .bg-text {
        font-size: 20vw;
        top: 24%;
    }
    #program .character{
        left: 20px;
        bottom: 50px;
    }
}
/* mobile */
@media screen and (max-width: 767px) {
    #main-visual {
        /*height: 910px;*/
       padding-top:110px;
    }
    #main-visual img.mobile {
        display: block;
    }
    #main-visual img.pc,
    #main-visual img.tablet {
        display: none;
    }
    #partner {
        padding: 100px 0;
    }
    section h1 {
        font-size: 32px;
    }
    section h1 span {
        font-size: 14px;
    }
    #partner .content {
        column-gap: 8px;
    }
    #partner .prev,
    #partner .next {
        width: 24px;
    }
    #partner .ci-list {
        grid-template-columns: repeat(2, minmax(0,1fr));

    }
    #partner .ci-list .item {
        padding: 0 16px;
        border-radius: 8px;
        height: 100px;
    }
    #program {
        padding-top: 80px;
        height: 850px;/*2025.04.14*/
        padding-bottom: 100px;
        /* left: 50px; */
    }
    #program .character {
        left: 70%;
        transform: translateX(-50%);
        bottom: -50px;
    }
    #program .bg-text {
        top: 18%;
        font-size: 20vw;
    }
    #program .program-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0,1fr));
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }
    #program .program-list .item {
        border-radius: 8px;
    }
    #program .program-list .item p {
        font-size: 16px;
    }
    #program .program-list .item img {
        max-width: 100px;
        width: 100%;
    }
    #board {
       padding: 100px 0;
    }
    #board .container {
        grid-template-columns: minmax(0,1fr);
    }
    #board .container .title strong {
        font-size: 20px;
    }
    #board .container .board-list a p {
        font-size: 16px;
    }
    #board .container .board-list a .date {
        font-size: 14px;
    }
}

/* 202110팝업 */
.chk_box input{display:none}
.chk_box input+label{display:inline-block;overflow:visible;cursor:pointer;margin-bottom:0; width: auto;float: left;}
.chk_box label span{display:inline-block;width:18px;height:18px; background: url(../../../../../images/web/main/main/check.png);background-repeat:no-repeat;background-position:center;background-size:18px;vertical-align: middle;}
.chk_box input[type=checkbox]:checked+label span{width:18px;height:18px;background: url(../../../../../images/web/main/main/checked.png);background-repeat:no-repeat;background-position:center;background-size:18px;display: inline-block;border: none;}
.chk_box label p{display: inline-block;color:#fff;font-size:14px;margin-bottom:0;padding-left: 5px; }
.pop_up{display: block; position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,0.3);left: 0; top: 0;z-index: 999999;}
.pop_up .wrap{width: 95%; max-width: 550px;position: absolute;left: 30%; top: 50%; transform: translate(-50%,-50%);}
.pop_up .wrap .img_box{text-align: center;}
.pop_up .wrap .img_box img{max-width: 80vh;max-width: 100%;}
.pop_up .wrap .close_btn{text-align: center;margin: 0 auto; margin-bottom: 10px; display: block;}

.pop_up2{display: block; position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,0.3);left: 0; top: 0;z-index: 999999;}
.pop_up2 .wrap{width: 95%; max-width: 550px;position: absolute;left: 70%; top: 50%; transform: translate(-50%,-50%);}
.pop_up2 .wrap .img_box{text-align: center;}
.pop_up2 .wrap .img_box img{max-width: 80vh;max-width: 100%;}
.pop_up2 .wrap .close_btn2{text-align: center;margin: 0 auto; margin-bottom: 10px; display: block;}

.pop_up3{display: block; position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,0.3);left: 0; top: 0;z-index: 999999;}
.pop_up3 .wrap{width: 95%; max-width: 550px;position: absolute;left: 30%; top: 50%; transform: translate(-50%,-50%);}
.pop_up3 .wrap .img_box{text-align: center;}
.pop_up3 .wrap .img_box img{max-width: 80vh;max-width: 100%;}
.pop_up3 .wrap .close_btn3{text-align: center;margin: 0 auto; margin-bottom: 10px; display: block;}

.pop_up4{display: block; position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,0.3);left: 0; top: 0;z-index: 999999;}
.pop_up4 .wrap{width: 95%; max-width: 550px;position: absolute;left: 70%; top: 50%; transform: translate(-50%,-50%);}
.pop_up4 .wrap .img_box{text-align: center;}
.pop_up4 .wrap .img_box img{max-width: 80vh;max-width: 100%;}
.pop_up4 .wrap .close_btn4{text-align: center;margin: 0 auto; margin-bottom: 10px; display: block;}


@media all and (max-width:1200px){
	.pop_up .wrap{width: 95%; max-width: 550px;position: absolute;left: 50%; top: 50%; transform: translate(-50%,-50%);}
	.pop_up2 .wrap{width: 95%; max-width: 550px;position: absolute;left: 50%; top: 50%; transform: translate(-50%,-50%);}
	.pop_up3 .wrap{width: 95%; max-width: 550px;position: absolute;left: 50%; top: 50%; transform: translate(-50%,-50%);}
	.pop_up4 .wrap{width: 95%; max-width: 550px;position: absolute;left: 50%; top: 50%; transform: translate(-50%,-50%);}

}