@charset "UTF-8";
body {line-height: 1;}
/* body::-webkit-scrollbar {
    width: 1px;
} */
/* 폰트 */
    @font-face {
        font-family: 'GmarketSansLight';
        src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'GmarketSansMedium';
        src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'GmarketSansBold';
        src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }

    .clear::after {clear: both;display: block;content: "";}



/* 헤더 */
.header_2024 {position: relative;z-index: 11;background: #fff;}
.header_2024 .top_header {padding: 10px 0;border-bottom: 1px solid #eee;}
.header_2024 .top_header .top_header_wrap {width: 100%;max-width: 1640px;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
.header_2024 .top_header .top_header_wrap .sns a {padding-right: 15px;display: inline-block;}
.header_2024 .top_header .top_header_wrap .sns img {vertical-align: middle;}
.header_2024 .top_header .top_header_wrap .sns a .sns_on {display: none;}
.header_2024 .top_header .top_header_wrap .sns a:hover .sns_on {display:inline-block;}
.header_2024 .top_header .top_header_wrap .sns a:hover .sns_off {display: none;}
.header_2024 .top_header .top_header_wrap .sns a:last-child {padding-right: 0;}
.header_2024 .top_header .top_header_wrap .live a {display: flex;align-items: center;border-radius: 15px;border: 1px solid #36e364;background: #ecfff1;width: 90px;height: 30px;justify-content: center;gap: 5px;}
.header_2024 .top_header .top_header_wrap .live a span {font-size: 14px;font-weight: 500;color: #36e364;}

.header_2024 .top_header .top_header_wrap .festivalSelect { position: relative;  border: 1px solid #ddd; border-radius: 8px; display: inline-block; overflow: hidden; }
.header_2024 .top_header .top_header_wrap .festivalSelect select			{ padding:.4rem 1rem; border:0; outline: none; }


.bot_header {padding: 28px 0 0;}
.bot_header .bot_header_wrap {width: 100%;max-width: 1640px;margin: 0 auto;display: flex;justify-content: space-between;}
.bot_header .bot_header_wrap .logo img		{ width:200px; }
.bot_header .bot_header_wrap .nav {display: flex;padding-top: 10px;}
.bot_header .bot_header_wrap .nav .gnb_2024 {display: flex;font-family: 'GmarketSansMedium';}
.bot_header .bot_header_wrap .nav .gnb_2024 > li {position: relative;width: 145px;}
.bot_header .bot_header_wrap .nav .gnb_2024 > li:first-child {padding-left: 0;}
.bot_header .bot_header_wrap .nav .gnb_2024 > li:last-child {padding-right: 0;}
.bot_header .bot_header_wrap .nav .gnb_2024 > li > a{font-size: 20px;color: #383838;display: block;padding-bottom: 30px;text-align: center;}
.bot_header .bot_header_wrap .nav .gnb_2024 > li .lnb {position: absolute;text-align: center;width: 100%;display: none;z-index: 10;font-family:'Noto Sans KR', sans-serif;font-weight: 500;}
.bot_header .bot_header_wrap .nav .gnb_2024 > li .lnb > li > a {display: block;padding: 15px 0;}


.bot_header .bot_header_wrap .nav .gnb_2024 > li:hover .lnb {background: #033b70;}
.bot_header .bot_header_wrap .nav .gnb_2024 > li.no_lnb:hover .lnb {background: #fff;}
.bot_header .bot_header_wrap .nav .gnb_2024> li:hover .lnb  > li > a {color: #fff;position: relative;display: inline-block;}
.bot_header .bot_header_wrap .nav .gnb_2024> li .lnb  > li > a::before {width: 0;position: absolute;height: 2px;background: #fff;bottom: 10px;content: "";left: 50%;transition-duration: 0.3s;transition-timing-function: ease-in-out;}
.bot_header .bot_header_wrap .nav .gnb_2024> li .lnb  > li > a::after {width: 0;position: absolute;height: 2px;background: #fff;bottom: 10px;content: "";right: 50%;transition-duration: 0.3s;transition-timing-function: ease-in-out;}
.bot_header .bot_header_wrap .nav .gnb_2024> li .lnb  > li > a:hover::before {width: 50%;transition-duration: 0.3s;transition-timing-function: ease-in-out;}
.bot_header .bot_header_wrap .nav .gnb_2024> li .lnb  > li > a:hover::after {width: 50%;transition-duration: 0.3s;transition-timing-function: ease-in-out;}

.bot_header .header_empty {position: absolute;width: 100%;background: #fff;display: none;z-index: 9;}
.header_empty.on {display: block;}




.bot_header .bot_header_wrap .nav .ham {cursor: pointer;padding-left: 70px;}
.bot_header .bot_header_wrap .nav .ham > div {width: 20px;}
.bot_header .bot_header_wrap .nav .ham > div:nth-child(2) {margin: 5px 0;}
.bot_header .bot_header_wrap .nav .ham .color {display: flex;gap: 2px;}
.bot_header .bot_header_wrap .nav .ham span.long {display: block;background: #383838;width: 100%;height: 2px;}
.bot_header .bot_header_wrap .nav .ham .color span.long {width: calc(100% - 4px);} 
.bot_header .bot_header_wrap .nav .ham span.shot {display: block;width: 2px;height: 2px;background: #e8374a;}

.dim_bg {z-index: 4;position: fixed;background: rgba(0,0,0,0.5);top: 0;left: 0;width: 100%;height: 100%;display: none;}
.dim_bg.on {display: block;}


/* 햄버거 메뉴 */

.header_2024 .ham_open {
    position: fixed;
    z-index: 100;
    background: #fff;
    width: 100%;
    max-width: 1300px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.header_2024 .ham_open .ham_open_wrap .tit {padding: 20px 0;border-bottom: 2px solid #ccc;position: relative;}
.header_2024 .ham_open .ham_open_wrap .tit p {text-align: center;font-size: 25px;font-family: 'GmarketSansBold';}
.header_2024 .ham_open .ham_open_wrap .tit .close {position: absolute;right: 0;top: 0;width: 55px;height: 55px;display: flex;justify-content: center;}
.header_2024 .ham_open .ham_open_wrap .tit .close .line {width: 26px;height: 3px;background-color: #fff;display: block;margin-top: 5px;}
.header_2024 .ham_open .ham_open_wrap .tit .close .line:nth-child(1) {-webkit-transform: translateY(8px) rotate(45deg);-ms-transform: translateY(8px) rotate(45deg);-o-transform: translateY(8px) rotate(45deg);transform: translateY(8px) rotate(45deg);background: #000;}
.header_2024 .ham_open .ham_open_wrap .tit .close .line:nth-child(2) {opacity: 0;}
.header_2024 .ham_open .ham_open_wrap .tit .close .line:nth-child(3) {-webkit-transform: translateY(-8px) rotate(-45deg);-ms-transform: translateY(-8px) rotate(-45deg);-o-transform: translateY(-8px) rotate(-45deg);transform: translateY(-8px) rotate(-45deg);background: #000;}

.header_2024 .ham_open .ham_open_wrap .ham_gnb {display: flex;justify-content: space-between;gap: 40px;padding: 80px;}
.header_2024 .ham_open .ham_open_wrap .ham_gnb > li > a {display: block;font-size: 22px;font-family: 'GmarketSansBold';text-align: center;padding: 0 0 20px;}
.header_2024 .ham_open .ham_open_wrap .ham_gnb > li > a:hover {color: #e8374a;}
.header_2024 .ham_open .ham_open_wrap .ham_lnb {text-align: center;}
.header_2024 .ham_open .ham_open_wrap .ham_lnb > li > a {display: block;padding: 15px 0;font-size: 18px; font-family: 'Noto Sans KR', sans-serif, 'Roboto', 'Dotum';}
.header_2024 .ham_open .ham_open_wrap .ham_lnb > li > a:hover {color: #e8374a;}












/* 메인 비쥬얼 */
.visual_2024 {position: relative;}
.visual_2024 .img.mo {display: none;}
.visual_2024 {
    position: relative;
    .img {
        &.pc {
            width: 100%;
            height: clamp(365px,35vw,650px);

            img {
                display: block;
                margin: 0 auto;
            }
        }
    }
}


/* 프로그램 */
.program_2024 {padding: 75px 0 120px;position: relative;}
.program_2024 .program_2024_wrap .tit {display: flex;justify-content: space-between;align-items: center;padding-bottom: 33px;width: 94%;max-width: 1640px;margin: 0 auto;}
.program_2024 .program_2024_wrap .tit .name {font-family: 'GmarketSansBold';font-size: 34px;color: #383838;}
.program_2024 .program_2024_wrap .tit .more {display: flex;align-items: center;}
.program_2024 .program_2024_wrap .tit .more p {font-size: 16px;}

.program_2024 .slide_box .more_link {display: none;}
.program_2024 .slide_box.swiper-slide-active .more_link {display: inline-block;}
.program_2024 .slide_box .img img.active,
.program_2024 .slide_box.swiper-slide-active .img img		{ display:none; }
.program_2024 .slide_box.swiper-slide-active .img img.active	{ display:block; }

.program_2024 .program_2024_wrap .program_con {display: flex;gap: 40px;width: 97%;float: right;max-width: 1775px;}
.program_2024 .program_2024_wrap .program_con .con_default {width: 100%;border-radius: 15px;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;display: flex;max-width: 800px;}
.program_2024 .program_2024_wrap .program_con .con_default .txt {max-width: 360px; position: relative;background: #fffef6;padding: 35px 30px 45px;width: 100%;overflow: hidden;display: flex;flex-direction: column;justify-content: space-between;border-radius: 15px 0 0 15px;}
.program_2024 .program_2024_wrap .program_con .con_default .txt .img_bg {position: absolute;bottom: -40px;left: -40px;}
.program_2024 .program_2024_wrap .program_con .con_default .img {width: 100%;}
.program_2024 .program_2024_wrap .program_con .con_default .img img {width: 100%;border-radius: 0 15px 15px 0;}

.program_2024 .program_2024_wrap .program_con .con_slide {width: 100%;}
.program_2024 .program_2024_wrap .program_con .slide_box {
    border-radius: 15px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border: 1px solid #ddd;
}

.program_2024 .program_2024_wrap .program_con .slide_box .txt {
    /* padding: 35px 30px 55px; */
    padding: 35px 30px 6px;
    border-radius: 15px 15px 0 0;
}
.program_2024 .program_2024_wrap .program_con .slide_box.swiper-slide-active .txt {
    min-width: 335px;
    width: 45%;
}
.program_2024 .program_2024_wrap .program_con .slide_box .txt .txt_top {display: flex;justify-content: space-between;}


.program_2024 .program_2024_wrap .program_con .slide_box .img {
    height: 200px;
    overflow: hidden;
	position: relative;   
}
.program_2024 .program_2024_wrap .program_con .slide_box .img img {
    width: 100%;
    border-radius: 0 0 15px 15px;
    object-fit: cover;
    max-width: 0;
    min-width: 335px;
    transition: left 0.5s;
    left: 50%;
	position: absolute;
	transform: translateX(-50%);	
}



/* 호버 */
/* .program_2024 .program_2024_wrap .program_con .slide_box:hover {
    width: 800px !important;
    flex-direction: unset;
    transition: width 0.5s ease-in-out;
    
}
.program_2024 .program_2024_wrap .program_con .slide_box:hover .txt .txt_top > a {
    position: absolute;
    bottom: 27px;
    line-height: 1.4;
}
.program_2024 .program_2024_wrap .program_con .slide_box:hover .txt .txt_top > a::before {
    content: "바로가기";
    font-weight: 500;
    margin-right: 10px;
}
.program_2024 .program_2024_wrap .program_con .slide_box:hover .img {
    height: 100%;
}
.program_2024 .program_2024_wrap .program_con .slide_box:hover .img img {
    width: 100%; height: 100%; object-fit: fill; border-radius: 0;
}

.program_2024 .program_2024_wrap .program_con .slide_box:hover::before {
    content: "";
    width: 500px;
    height: 300px;
    background: url(/_static/scienceall/img/2024/program_img1.png) no-repeat 0 0;
    position: absolute;
    left: -100px;
    bottom: -100px;
} */


/* 액티브 */
.program_2024 .program_2024_wrap .program_con .swiper-slide-active {
    width: 800px !important;
    flex-direction: unset;
}

.program_2024 .program_2024_wrap .program_con .swiper-slide .txt .txt_top > a {display: none;}

.program_2024 .program_2024_wrap .program_con .swiper-slide-active .txt .txt_top > a {
    position: absolute;
    bottom: 27px;
    line-height: 1.4;
    display: inline-block;
}
.program_2024  {

    &.latest_2024 {
    
        .program_txt {
            min-height: 120px;
        }
    }
}




.program_2024 {
    .program_txt {
        min-height: 110px;
    }

}

.program_2024 .program_2024_wrap .program_con .swiper-slide-active .txt .txt_top > a::before {
    content: "바로가기";
    font-weight: 500;
    margin-right: 10px;
}
.program_2024 .program_2024_wrap .program_con .swiper-slide-active .img {
    height: 100%;
    
}
.program_2024 .program_2024_wrap .program_con .swiper-slide-active .img img {
    width: 100%; height: 100%; object-fit: fill; border-radius: 0;max-width: 445px;transition: left 0.5s;min-width: 445px;left: 0;position: relative;transform: translateX(0);
}
.program_2024 .program_2024_wrap .program_con .swiper-slide-active .img img.active { object-fit: cover; }

.program_2024 .program_2024_wrap .program_con .swiper-slide-active::before {
    content: "";
    width: 500px;
    height: 300px;
    background: url(/_static/scienceall/img/2025/program_img1.png) no-repeat 0 0;
    position: absolute;
    left: -100px;
    bottom: -100px;
}

/* 이벤트 */


.event_2024 {
    /* padding: 75px 0 120px; */
    padding: 75px 0 75px;
    background: #f3fbff;
    position: relative;


    .img img {width: 100%;}
    .tit { 
        display: flex;justify-content: space-between;align-items: center;padding-bottom: 20px; width: 100%;;margin: 0 auto; 
        .name {font-family: 'GmarketSansBold';font-size: 34px;color: #383838;}

        .more {
            display: flex;align-items: center;
            p {font-size: 16px;}
            .img img {width: auto;}
        }
    }
    
    .event_2024_inner {
        max-width: 1660px;
        width: 94%;
        margin: 0 auto;
        gap: 40px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);

        .event_2024_wrap {

            .tit {
                padding-left: 20px;
            }
        }
    }
    .event_slide {
        width: 100%;
        max-width: 780px;
        margin: 0 auto;
        padding: 20px 10px;
    }
    .pr_2024_wrap {
        padding-right: 10px;
        .pr_2024_iframe {
            padding: 20px 0;
            iframe {
                border-radius: 15px;
                border: 12px solid #383838;
            }
        }
        
    }
}


.event_2024 .event_2024_wrap .event_slide .event_slide_box {
    position: relative;
    box-shadow: 0 0 18px 0px #ffbdd030;
    border-radius: 24px;
}
.event_2024 .event_2024_wrap .event_slide .event_slide_box:hover {
    box-shadow: 0 0 18px 0px #ffb0c730;
    .link {
        display: flex;
    }
}
.event_2024 .event_2024_wrap .event_slide .event_slide_box .img {
    overflow: hidden;
    border-radius: 15px;
}
.event_2024 .event_2024_wrap .event_slide .event_slide_box .txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    z-index: 2;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 13px;
    padding: 30px 30px 40px;
    opacity: 0;
    transition-duration: 0s;
    transition-timing-function: ease;

    .txt_box {
        overflow: hidden;
        height: calc(100% - 12%);
    }

}
.event_2024 .event_2024_wrap .event_slide .event_slide_box:hover .txt {opacity: 1;transition-duration: 0s;transition-timing-function: ease;}


/* 게시물 출력 */


.latest_2024 .program_sort {
    display: inline-block; margin-bottom: 35px;border-radius: 13px;padding: 7px 15px;background: #033b70;font-size: 14px;color: #fff;

    &.pg_talktalk { background: #033b70; } /* 톡톡 */ 
    &.pg_exp { background: #ff58e6; } /* 실험실 */ 
    &.pg_mse { background: #f2aa44; } /* 뮤지엄 */ 
    &.pg_theme { background: #3d63ae; } /* 테마파크 */ 
    &.pg_lug { background: #06bd17; } /*라운지*/ 
    
}
.latest_2024 .program_sort.ing {background: #e8374a;}
.latest_2024 .program_sort.end {color: #777;background: #d2d2d2;}
.latest_2024 .program_name {font-family: 'GmarketSansBold';font-size: 24px;color: #383838;line-height: 1.4;word-break: keep-all;padding-bottom: 15px;white-space:pre-line;}
.latest_2024 .program_txt {font-size: 16px;color: #777;line-height: 1.5;word-break: keep-all;letter-spacing: -0.7px;}
.latest_2024 .link {
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    z-index: 9;
    bottom: 9%;
    left: 9%;
    display: none;
}


/* 슬라이드 조정 */
.slide_2024 .swiper {position: static;}
.slide_2024 .slide_nav {
    width: 80%;max-width: 450px;position: absolute;display: flex;align-items: center;height: 25px;bottom: 60px;
    left: 0; right: 0; margin-left: auto; margin-right: auto;

}
.slide_2024 .swiper-pagination {position: static;margin-top: -8px;}
.slide_2024 .swiper-button-next, .slide_2024 .swiper-button-prev {height: 25px;color: #3f3f3f;position: static;margin: 0;}
.slide_2024 .swiper-button-next:after, .slide_2024 .swiper-button-prev:after {font-size: 25px;}
.slide_2024 .swiper-pagination .swiper-pagination-bullet {margin: 0 20px;opacity: 1;}
.slide_2024 .swiper-pagination .swiper-pagination-bullet {background: #ced8de;}
.slide_2024 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {width: 37px;border-radius: 4px;}

.slide_2024 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #0a3c5c;}

/* 행사정보 */
.info_2024 {padding: 75px 0 105px;}
.info_2024 .info_2024_wrap {width: 94%;max-width: 1640px;margin: 0 auto;display: flex;gap: 40px;justify-content: space-between;}
.info_2024 .info_2024_wrap > div {width: 100%;}
.info_2024 .info_2024_wrap .tit {display: flex;justify-content: space-between;align-items: center;padding-bottom: 29px;}
.info_2024 .info_2024_wrap .tit .name {font-family: 'GmarketSansBold';font-size: 34px;color: #383838;}
.info_2024 .info_2024_wrap .tit .more {display: flex;align-items: center;}
.info_2024 .info_2024_wrap .left .txt {padding-top: 40px;}
.info_2024 .info_2024_wrap .left .txt > div {display: flex;align-items: center;padding-bottom: 20px;}
.info_2024 .info_2024_wrap .left .txt > div:last-child {padding-bottom: 0;}
.info_2024 .info_2024_wrap .left .txt .img {padding-right: 15px; margin-top: -3px;}
.info_2024 .info_2024_wrap .left .txt p {font-size: 17px;color: #383838;margin-top: -6px;}
.info_2024 .info_2024_wrap .left .txt .bold {padding-right: 20px;font-family: 'GmarketSansMedium';margin-top: 0;}
.info_2024 .info_2024_wrap .right .link { display: flex;justify-content: center;align-items: center;}
.info_2024 .info_2024_wrap .right .link > div {position: relative;width: 33.333%;border-right: 1px dashed #d9d9d9;text-align: center;background: #f5f5f5;padding: 35px 0;height: 340px;display: flex;align-items: center;justify-content: center;}
.info_2024 .info_2024_wrap .right .link > div a {position: relative;z-index: 5; max-width: 200px; width: 90%; border-radius: 50%; overflow: hidden; }
.info_2024 .info_2024_wrap .right .link > div::before {display: block;content: "";position: absolute;height: 0;}
.info_2024 .info_2024_wrap .right .link > div:hover::before {height: 100%;width: 100%;transition-duration: 0.2s;transition-timing-function: ease-in-out;}
.info_2024 .info_2024_wrap .right .link > div:first-child {border-radius: 15px 0 0 15px;}
.info_2024 .info_2024_wrap .right .link > div:first-child:hover::before {background: linear-gradient(#4062ad, #d35f9f);border-radius: 15px 0 0 15px;}
.info_2024 .info_2024_wrap .right .link > div:nth-child(2)::before {background: linear-gradient(#c5e331, #2afbea);}
.info_2024 .info_2024_wrap .right .link > div:last-child {border-right: none;border-radius: 0 15px 15px 0;}
.info_2024 .info_2024_wrap .right .link > div:last-child:hover::before {background: linear-gradient(#833ab4, #fd1d1d, #fcb045);border-radius: 0 15px 15px 0;}
.info_2024 .info_2024_wrap .right .txt {padding-top: 40px;line-height: 1.8;color: #383838;font-size: 17px;}

/* 지도 넓이 */
.root_daum_roughmap {width: 100%!important;}
.info_2024 .root_daum_roughmap {border-radius: 15px;border: 1px solid #dadada;}
.root_daum_roughmap .border1 {border: none!important;}
.root_daum_roughmap .cont	{ display: none !important; }


/* 더보기 효과 */
.more {position: relative;font-weight: 500;}
.more p {font-weight: 500;color: #000;}
.more::before {display: block;transition-duration: 0.3s;transition-timing-function: ease-in-out;content: "";opacity: 0;position: absolute;background: url(/_static/scienceall/img/2025/star.png)no-repeat;width: 32px;height: 23px;top: -15px;left: -30px;transition-duration: 1s;transition-timing-function: ease-in-out;}
.more:hover::before {transition-duration: 0.3s;transition-timing-function: ease-in-out;margin-top: 0;animation: shake 0.5s linear 0s infinite alternate;opacity: 1;}
.more .arrow {display: flex;margin-left: 15px;}
.more .arrow .line {display: inline-block;width: 15px;height: 1px;background: #222;position: relative;margin-top: 3px;transition-duration: 0.5s;transition-timing-function: ease-in-out;}
.more:hover .arrow .line {width: 25px;transition-duration: 0.5s;transition-timing-function: ease-in-out;}
.more .arrow .line::before {display: inline-block;content: "";width: 9px;height: 1px;background: #222;position: absolute;right: -1px;transform: rotate(45deg);top: -3px;}
.more .arrow .line::after {content: "";display: inline-block;width: 9px;height: 1px;background: #222;position: absolute;right: -1px;transform: rotate(-45deg);top: 3px;}

@keyframes shake {
	0% {margin-top: 0px;}
	100% {margin-top: 7px;}
}

/* 푸터 */
.ft_2024 {background: #474a4b;}
.ft_2024 .ft_2024_wrap {width: 100%;max-width: 1640px;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;padding: 40px 0;}
.ft_2024 .ft_2024_wrap .copy p {font-size: 16px;color: #fff;font-family: 'GmarketSansLight';}
.ft_2024 .ft_2024_wrap .company {display: flex;align-items: center;}
.ft_2024 .ft_2024_wrap .company > div {padding-left: 25px;}
.ft_2024 .ft_2024_wrap .company > div:first-child {padding-left: 0;}



/* 반응형 */

@media all and (min-width:1921px) {
 
    /* 메인 비쥬얼 이미지 */
    .visual_2024 img {display: block;margin: 0 auto;}

    /* 프로그램 슬라이드 */
    .program_2024 .program_2024_wrap .program_con {float: unset;margin: 0 auto;}
}










@media all and (max-width:1639px) {
    .program_2024 .program_2024_wrap .program_con .con_default .img img {height: 100%;object-fit: fill;}
}

@media all and (max-width:1440px) {
    .visual_2024 .txt .top {padding-bottom: 60px;}

    .event_2024 {

        .event_2024_inner {
            grid-template-columns: 1fr;

            .event_slide {
                max-width: 1330px;
            }
        }
        .pr_2024_wrap {

            .pr_2024_iframe {
                iframe {
                    height: clamp(240px, 50vw, 450px);
                }
            }
        }
    }
    
}

@media all and (max-width:1300px) {
    .bot_header .bot_header_wrap .nav .ham {padding-left: 40px;}
}


@media all and (max-width:1024px) {
/* 헤더 */
.bot_header {padding: 20px 10px;}
.bot_header .logo img {max-width: 150px;}
.header_2024 .top_header {padding: 10px;}
.bot_header .bot_header_wrap .nav .gnb_2024 {display: none;}

/* 햄버거 메뉴 */
.header_2024 .ham_open {width: 80%;left: auto;margin-left: 0;right: 0;top: 0;max-width: 500px;transform: translateX(0);}
.header_2024 .ham_open .ham_open_wrap .tit {padding: 15px 10px;height: 60px;}
.header_2024 .ham_open .ham_open_wrap .tit p {display: none;}
.header_2024 .ham_open .ham_open_wrap .ham_gnb {height: 100vh;}
.header_2024 .ham_open .ham_open_wrap .ham_gnb {display: block; padding: 20px;}
.header_2024 .ham_open .ham_open_wrap .ham_gnb > li {border-bottom: 1px solid #ccc;}
.header_2024 .ham_open .ham_open_wrap .ham_gnb > li > a {text-align: left;position: relative;padding: 20px 0;}
.header_2024 .ham_open .ham_open_wrap .ham_lnb > li > a {font-size: 16px;text-align: left;}
.header_2024 .ham_open .ham_open_wrap .ham_gnb > li > a::after {content: "";background: url(/_static/scienceall/img/2025/mobArr.png) no-repeat right center;width: 19px;height: 18px;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.header_2024 .ham_open .ham_open_wrap .ham_gnb > li > a.on:after {background-position: left center;}
.header_2024 .ham_open .ham_open_wrap .ham_lnb {display: none;}
.header_2024 .ham_open .ham_open_wrap .ham_lnb.on {display: block;}

/* 메인 비쥬얼 */
.visual_2024 .img.mo {display: block;}
.visual_2024 .img.pc {display: none;}
.visual_2024 .img {min-height: unset;}

/* 프로그램 */
.program_2024 {
    .tit {padding-bottom: 30px;}
    .program_con { flex-direction: column;float: none;width: 94%;margin: 0 auto;gap: 25px;
        .con_default { max-width: 100%;
            .txt { max-width: 50%;
            
            }
        }

        .con_slide {
            width: 100%;
            .con_slide_wrap {

                &:has(+ .slide_nav) {
                    margin-bottom: 4vw;
                }
                

                .slide_box {
                    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;border-radius: 15px;background: #fffef6;display: flex;justify-content: space-between;
    
                    .txt {
                        .txt_top {display: flex;justify-content: space-between;}
                    } 
                    .img img {width: 100%;border-radius: 0 0 15px 0;}
                }
            }

        }

    }
}




/* 이벤트 */
.event_2024 .event_2024_wrap .tit {padding-bottom: 30px;}
.event_2024 .event_2024_wrap .tit .name {font-size: 27px;}

.event_2024 .event_2024_wrap .event_slide .event_slide_box .txt {padding: 30px 20px;}



/* 게시물 출력 */



/* 슬라이드 조정 */
.slide_2024 .slide_nav {bottom: 40px;}


/* 행사정보 */
.info_2024 {padding: 40px 0;}
.info_2024 .info_2024_wrap {flex-direction: column;}
.info_2024 .info_2024_wrap .tit {padding-bottom: 30px;}
.info_2024 .info_2024_wrap .tit .name {font-size: 27px;}
.info_2024 .info_2024_wrap .left .txt {padding-top: 30px;}
.info_2024 .info_2024_wrap .left .txt .img {padding-right: 10px;}
.info_2024 .info_2024_wrap .left .txt .bold {padding-right: 20px;}
.info_2024 .info_2024_wrap .right .txt {padding-top: 20px;font-size: 14px;}

.program_2024, .event_2024 {
    padding-bottom: clamp(70px, 5vw, 90px);
}


}




@media all and (max-width: 860px){

    /* 헤더 */
    .header_2024 .top_header {padding: 15px 10px;}


    .info_2024 .info_2024_wrap .right .txt {
        font-size: clamp(13px, 4vw, 16px);
    }
    .more {
        font-size: clamp(17px, 5vw, 22px);
        .arrow {
            display: none;
        }
    }
    /* 메인 비쥬얼 */
    .program_2024  {
        
        .program_2024_wrap {
            .event_slide { width: 100%; }
            .tit {
                padding-bottom: clamp(20px, 5vw, 40px);
                .name {
                    font-size: clamp(28px, 5vw, 40px);
                }
            }
            .program_con {
                float: unset;
                width: 94%;
                .slide_box {
                    flex-direction: column;
                    
                    &.swiper-slide-active {
                        width: 100% !important;

                        .txt {
                            width: 100%;
                        }
                    }



                    &.swiper-slide {
                        .txt {
                            width: 100%;
                            min-width: unset;
                            padding-bottom: clamp(28px, 5vw, 38px);
                            .txt_top {

                                > a {
                                    position: absolute;
                                    width: 100%;
                                    height: 100%;
                                    top: 0; left: 0;
                                    z-index: 9;
                                    &::before {
                                        content: none;
                                    }
                                    img {
                                        display: none;
                                    }
                                }
                            }



                            .top {
                                padding-bottom: 60px;
                                .tit {
                                    font-size: 22px;
                                }
                                .name {
                                    font-size: 32px;line-height: 1.25;
                                }
                                .eng {
                                    font-size: 27px;
                                }
                            }
                        }
                        .img {
                            height: auto;
                            img {
                                transition: none;
                                min-width: unset;
                                max-width: 100%;
                                
                            }
                        }


                    }

                }


            }
        }



        /**/

        &.latest_2024 {
            .program_sort {
                font-size: clamp(14px, 4vw, 18px);
                line-height: 1.1;
            }
            .program_name {
                font-size: clamp(24px, 5vw, 34px);
            }
            .program_txt {
                font-size: clamp(18px, 5vw, 25px);
                min-height: clamp(81px, 5vw, 112px);
                word-break: auto-phrase;
            }
            }


    }

    .event_2024 {

        .event_2024_wrap {
            overflow: hidden;
            .event_slide {
                padding: 0;
            }
        }

        
        
    }
    


    .info_2024 {

        .info_2024_wrap {

            .left {

                .txt {

                    .img {

                        img {width: 25px;}
                    }
                    .bold { width: 55px; }
                    p {
                        width: calc(100% - 80px);line-height: 0.9;word-break: keep-all;
                    }
                }
            }
        }
    }
    
    
}






@media all and (max-width:768px) {



    

/* 행사정보 */




/* 푸터 */
.ft_2024 .ft_2024_wrap {padding: 30px 20px;flex-direction: column-reverse;}
.ft_2024 .ft_2024_wrap .copy p {font-size: 14px;padding-top: 40px;}
.ft_2024 .ft_2024_wrap .company > div {padding-left: 25px;}


}
/* 768 */


@media all and (max-width:640px) {

.program_2024 .program_2024_wrap .program_con .con_default {flex-direction: column;}
.program_2024 .program_2024_wrap .program_con .con_default .txt {max-width: 100%;}
.program_2024 .program_2024_wrap .program_con .con_default .program_txt_box {padding-bottom: 25px;}
.program_2024 .program_2024_wrap .program_con .con_default .img {background: #fffef6;border-radius: 0 0 15px 15px;}


.info_2024 .info_2024_wrap .right .link {
    flex-direction: column;
    overflow: hidden;
    border-radius: 20px 0 20px 0;
}
.info_2024 .info_2024_wrap .right .link > div:first-child {
    border-radius: 0;
}
.info_2024 .info_2024_wrap .right .link > div {
    width: 100%;
    border-radius: 0;
    border: none;
    height: clamp(260px, 5vw,300px);
    border-bottom: 1px dotted #ddd;
    padding: 20px 0;
}

.info_2024 .info_2024_wrap .right .link > div:first-child,
.info_2024 .info_2024_wrap .right .link > div:last-child {
    border-radius: 0;
}


}

@media all and (max-width:499px) {
    /* 더보기 텍스트 */
    .program_2024 .program_2024_wrap .tit .more p {display: none;}
    .event_2024 .event_2024_wrap .tit .more p {display: none;}
    .info_2024 .info_2024_wrap .tit .more p {display: none;}


    .slide_2024 .swiper-pagination .swiper-pagination-bullet { margin: 0 10px; }

    
}

/* 팝업 */
.popup_block {position: fixed;z-index: 999;border: 1px solid #bbb;}
.popup_block .labelClose {display: flex;align-items: center;justify-content: space-between;padding: 10px 20px;background: #fff;border-top: 1px solid #ccc;}
.popup_block .labelClose label {font-size: 15px;line-height: 1;}

@media all and (max-width:1050px) {
 #popup_46 {left: 20px!important;top: 580px!important;}
}

@media all and (max-width:499px) {
    .popup_block {left: 20px!important;top: 20px!important;width: calc(100% - 40px);margin-left: -10px;max-width: 230px;}
    .popup_block img {width: 100%!important;height:auto!important;}
    .popup_block .labelClose label {font-size: 14px;}
    #popup_46 {left: 20px!important;top: 300px!important;}
}


