@charset "UTF-8";


/* 테이블 */
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

caption {
    text-indent: -9999px;
}

.program_table {
    .tg td {
        padding: 10px;
    }
}

.tg th {
    font-size: 18px;
    padding: 10px 0;
    background: #033b70;
    padding: 15px 0;
    color: #fff;
    font-family: 'GmarketSansMedium';
    border-right: 1px solid #ddd;

    >span.th_span_jc {
        display: block;
        font-size: 16px;
        margin-top: 5px;
        font-family: 'GmarketSansLight';
        -webkit-text-stroke: 1px #ffffff87;
    }
}

.th_pink .tg th {
    background: #ff58e6;
}

.th_orange .tg th {
    background: #f2aa44;
}

.th_green .tg th {
    background: #06bd17;
}

.th_blue .tg th {
    background: #3d63ae;
}

.tg td {
    border: 1px solid #ddd;
    border-top: none;
    padding: 17px 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #383838;
    line-height: 1.5;

    .table_jc {
        display: block;
        color: #666;
    }
}


td:has(.table_full_img) {
    padding: 0
}

.program_table td:has(.table_full_img) {
    padding: 0
}

/* 중간 네비게이션 */
.sub_nav_2024 {
    background: #f8f8f8;
}

.sub_nav_2024 .sub_nav_list {
    width: 100%;
    max-width: 1640px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.sub_nav_2024 .sub_nav_list>li {
    position: relative;
}

.sub_nav_2024 .sub_nav_list>li::after {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    right: 0;
    background: #d2d2d2;
    top: 50%;
    margin-top: -7px;
}

.sub_nav_2024 .sub_nav_list .logo .img_on {
    display: none;
}

.sub_nav_2024 .sub_nav_list .logo {
    width: 40px;
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
}

.sub_nav_2024 .sub_nav_list .logo a {
    position: relative;
}

.sub_nav_2024 .sub_nav_list .depth {
    position: relative;
    width: 100%;
    max-width: 200px;
    height: 60px;
}

.sub_nav_2024 .sub_nav_list .depth>p {
    padding-left: 20px;
    cursor: pointer;
    font-size: 16px;
    color: #383838;
    font-weight: 500;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.sub_nav_2024 .sub_nav_list .depth>p::after {
    background: url('/_static/scienceall/img/2025/sub_nav_off.png')no-repeat 90% 50%;
    position: absolute;
    content: "";
    clear: both;
    right: 20px;
    width: 11px;
    height: 6px;
    top: 50%;
    margin-top: -3px;
}

.sub_nav_2024 .sub_nav_list .depth ul {
    position: absolute;
    width: 100%;
    border: 2px solid #033b70;
    border-radius: 0 0 15px 15px;
    z-index: 8;
    background: #fff;
    border-top: none;
    display: none;
}

.sub_nav_2024 .sub_nav_list .depth ul>li>a {
    display: block;
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
}

.sub_nav_2024 .sub_nav_list .depth ul>li>a:hover {
    color: #033b70;
}


/* 호버 했을시 */
.sub_nav_2024.on {
    background: #033b70;
}

.sub_nav_2024.on .sub_nav_list .logo .img_on {
    display: block;
}

.sub_nav_2024.on .sub_nav_list .logo .img_off {
    display: none;
}

.sub_nav_2024.on .sub_nav_list .depth>p {
    color: #fff;
}

.sub_nav_2024.on .sub_nav_list .depth>p::after {
    background: url('/_static/scienceall/img/2025/sub_nav_on.png')no-repeat 90% 50%;
}

.sub_nav_2024.on .sub_nav_list .depth:hover>p::after {
    transform: rotate(180deg);
    transition-duration: 0.3s;
}


/* 서브 레이아웃 */
.sub_wrap {
    padding: 60px 0 150px;
}

.sub_wrap .sub_wrap_box {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.sub_wrap .sub_wrap_box .page_tit {
    font-size: 34px;
    color: #383838;
    font-family: 'GmarketSansBold';
    position: relative;
}

.sub_wrap .sub_wrap_box .page_tit .mainTit		{ display: block; padding-bottom: 10px; }
.sub_wrap .sub_wrap_box .page_tit .mainTit em	{ font-size:16px; display: inline-block; border:1px solid #ddd; border-radius: 5px; padding:6px 8px 2px; font-weight: normal; }
.sub_wrap .sub_wrap_box .page_tit .subPageTit	{ display:block; font-size:24px; padding-top:10px; }
.sub_wrap .sub_wrap_box .page_tit .subPageTxt	{ display:block; font-size:24px; padding-top:20px; }

em.pointBoxTxt	{ font-size:16px; display: inline-block; background-color: #ffc7c7; border-radius: 5px; padding:4px 8px 5px; font-weight: normal; margin:2px 0 0 4px; }

/* 공연 */
.colorPerTxt										{ color: #095a30 !important; }
.colorPerBg											{ background-color: #095a30 !important; }
/* 체험 */
.colorExpTxt										{ color: #9d98ca !important; }
.colorExpBg											{ background-color: #9d98ca !important; }
/* 쉼터 */
.colorResTxt										{ color: #0e7ec3 !important; }
.colorResBg											{ background-color: #0e7ec3 !important; }
/* 전시 */
.colorRndTxt										{ color: #b56d31 !important; }
.colorRndBg											{ background-color: #b56d31 !important; }
/* 즐길거리 */
.colorEntTxt										{ color: #e8c12a !important; }
.colorEntBg											{ background-color: #e8c12a !important; }
/* 먹거리 */
.colorFooTxt										{ color: #532374 !important; }
.colorFooBg											{ background-color: #532374 !important; }

.tg.product th,
.tg.product td			{ border: 1px solid #ddd; }
.tg.product th { font-family: 'Noto Sans KR', sans-serif, 'Roboto', 'Dotum'; line-height: 1.4; font-size: 14px; text-align: left; padding: 10px; word-break: auto-phrase; background-color:#929292; }
.gal_txt { border: 1px solid #ddd; padding: 20px; font-size: 15px; line-height: 1.5; word-break: keep-all; font-weight: 500; margin-bottom: 20px; text-align: center; }

.sub_wrap .sub_wrap_box .page_tit .img {display: block;position: absolute;z-index: 9;right: 0;top: -40px;}
.sub_wrap .sub_wrap_box .page_tit .img img {max-width: 450px;}

.sub_wrap .sub_wrap_box .page_tit span.purple {
    color: #033b70;
}

.sub_wrap .sub_wrap_box .page_tit span.pink {
    color: #ff58e6;
}

.sub_wrap .sub_wrap_box .page_tit span.orange {
    color: #f2aa44;
}

.sub_wrap .sub_wrap_box .page_tit span.green {
    color: #06bd17;
}

.sub_wrap .sub_wrap_box .page_tit span.blue {
    color: #3d63ae;
}

.sub_wrap .sub_wrap_box .content {
    padding-top: 65px;
}

/* 행사소개 */
.sub_wrap .sub_wrap_box .content .bold {
    padding-bottom: 25px;
    font-size: 24px;
    color: #033b70;
    font-family: 'GmarketSansBold';
}

.sub_wrap .sub_wrap_box .content .con_txt {
    padding-bottom: 30px;
    line-height: 1.8;
    font-size: 18px;
    color: #383838;
    word-break: keep-all;
}

.sub_wrap .sub_wrap_box .content .con_txt span {
    font-weight: 600;
}

.sub_wrap .sub_wrap_box .content .img_box {
    display: flex;
    justify-content: space-between;
}

.sub_wrap .sub_wrap_box .content .img_box>div {
    border-radius: 15px;
}

.sub_wrap .sub_wrap_box .content .img_box>div img {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 15px;
}

.sub_wrap.info_bg {
    position: relative;
    min-height: 650px;

    &::before {
        position: absolute;
        z-index: -1;
        right: 0;
        top: 0;
        display: block;
        content: "";
        background: url(/_static/scienceall/img/2025/info_2024_bg.png)no-repeat center;
        background-size: contain;
        width: 637px;
        height: 431px;
    }

    &::after {
        position: absolute;
        width: 100%;
        bottom: 0;
        display: block;
        content: "";
        height: 270px;
        background: #f3fbff;
        z-index: -1;
    }
}

.sub_wrap.fireworks_bg {
    position: relative;

    &::before {
        position: absolute;
        z-index: -1;
        right: 0;
        top: 0;
        display: block;
        content: "";
        background: url(/_static/scienceall/img/2025/info_2024_bg.png)no-repeat center;
        background-size: contain;
        width: 637px;
        height: 431px;
    }
}

/* 행사개요 */
.side-top {
    position: fixed;
    right: 3%;
    bottom: 5%;
    z-index: 10;
}

.content {


    .fest_table_set {
        width: 100%;
        max-width: 1344px;
        margin: 30px auto;

        .fest_year_add {
            margin: 43px auto;
            width: fit-content;
        }

        table {
            margin-bottom: 20px;

            thead {
                background: #000;
                color: #fff;
                text-align: left;

                th {
                    padding: 17px 15px 12px;
                    font-family: 'GmarketSansMedium';
                    font-size: 20px;
                }
            }

            &.fest_year_all {
                thead {
                    background: #e8374a;
                }
            }

            &.fest_year_parent {
                thead {
                    background: #f1aa43;
                }
            }

            &.fest_year_adult {
                thead {
                    background: #3d62ad;
                }
            }

            &.fest_year_links {
                thead {
                    background: #00876c;
                }
            }

            tbody {
                td {
                    border: 1px solid #ddd;
                    padding: 16px;
                    color: #383838;
                    word-break: keep-all;

                    &:first-child {
                        text-align: center;
                    }

                    &:last-child {
                        text-align: left;

                        span {
                            line-height: 1.5;
                        }
                    }

                    b {
                        display: block;
                        font-size: 18px;
                        font-weight: 500;
                        margin-bottom: 10px;

                        img {
                            vertical-align: middle;
                        }
                    }
                }

                span {
                    font-size: 16px;
                    font-weight: 200;
                    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
                }

                p {
                    font-size: 20px;
                    font-weight: 500;
                    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
                    margin-top: 9px;

                }
            }
        }

    }

    .fest_half_set {

        overflow: auto;

        >.half_set_inner {
            overflow: hidden;
            min-width: 1300px;
            display: flex;
            justify-content: space-between;
            gap: 20px;
            margin-top: 30px;

            .fest_half_map {
                max-width: 571px;
                width: 100%;
            }
        }
    }

}



/* 프로그램 */
.sub_wrap.info_bg.program::after {
    display: none;
}

.sub_wrap.info_bg .left_space {
    padding-left: 27px;
}

.c_gray1 {
    color: #919191;
}

.c_green1 {
    color: #06bd17;
    font-weight: 600;
}

.c_green2 {
    color: #00b3b1;
    font-weight: 600;
}

.c_pink1 {
    color: #ff58e6;
    font-weight: 600;
}

.c_red1 {
    color: #d50000;
    font-weight: 600;
}

.c_red2 {
    color: #d50000;
}

.c_blue1 {
    color: #45b0e1;
    font-weight: 600;
}

.c_blue2 {
    color: #0000ff;
    font-weight: 600;
}

.c_brown1 {
    color: #935c14;
    font-weight: 600;
}

.tg .bg_green {
    background: #effff0;
}

.tg .bg_gray {
    background: #f1f1f1;
}

.tg .bg_blue {
    background: #f2fbff;
}

.tg .bg_tiny_blue1 {
    background: #f2fbff;
    font-weight: 600;
}

.tg .bg_tiny_purple1 {
    background: #f7f6ff;
    font-weight: 600;
}

.tg .bg_tiny_yellow1 {
    background: #fff9f3;
    font-weight: 600;
}

.tg span {
    vertical-align: baseline;
}

.c_purple1 {
    color: #837af2;
    font-weight: 600;
}

.c_black1 {
    font-weight: 600;
}

.tg .left {
    text-align: left;
    padding-left: 55px;
}

.program_table .tg .left {
    text-align: left;
    padding-left: 30px;
}

.tg .table_img {
    padding: 0 !important;
    /* border: none; */
}

.tg .table_img img {
    width: 100%;
}






.sub_wrap.info_bg.program .program_listWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #eff0f1;
    position: relative;
    padding: 68px 30px;
    gap: 0 60px;
}

.sub_wrap.info_bg.program .program_listWrap>div {
    width: 50%;
}

.sub_wrap.info_bg.program .program_listWrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 33px;
    background: url(/_static/scienceall/img/2025/film_bg.png)no-repeat center;
    background-size: cover;
}

.sub_wrap.info_bg.program .program_listWrap::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 33px;
    background: url(/_static/scienceall/img/2025/film_bg.png)no-repeat center;
    background-size: cover;
}

.sub_wrap.info_bg.program .program_listWrap .list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sub_wrap.info_bg.program .program_listWrap p {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    padding-bottom: 10px;
}

.sub_wrap.info_bg.program .program_listWrap li {
    padding-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.sub_wrap.info_bg.program .program_listWrap li:last-child {
    padding-bottom: 0;
}

.sub_wrap.info_bg.program .program_listWrap li strong {
    font-size: 18px;
    font-weight: 600;
    color: #383838;
    min-width: 82px;
    text-align: justify;
    display: inline-block;
    line-height: 0;
    margin-right: 25px;
}

.sub_wrap.info_bg.program .program_listWrap li strong::before {
    content: "";
    display: inline-block;
    width: 100%;
}

.sub_wrap.info_bg.program .program_listWrap li strong::after {
    content: "";
    display: inline-block;
    width: 100%;
}

.sub_wrap.info_bg.program .program_listWrap li div {
    display: flex;
}

.sub_wrap.info_bg.program .program_listWrap li div::before {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: #ccc;
}

.sub_wrap.info_bg.program .program_listWrap li div span {
    padding-left: 25px;
    line-height: 1.3;
    margin-top: -2px;
    word-break: keep-all;
}

.sub_wrap.info_bg.program .program_listWrap .img {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.sub_wrap.info_bg.program .info_img {
    display: flex;
    justify-content: space-between;
}

.sub_wrap.info_bg.program .info_img>div {
    flex: 1;
    border: 1px solid #ddd;
    border-right: none;
}

.sub_wrap.info_bg.program .info_img>div:last-child {
    border-right: 1px solid #ddd;
}

.sub_wrap.info_bg.program .info_img img {
    width: 100%;
}

.sub_wrap.info_bg.program .info_img .txt {
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    color: #383838;
    line-height: 1.5;
    border-top: 1px solid #ddd;
}

.sub_wrap.info_bg.program .half .txt {
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    color: #383838;
    line-height: 1.5;
    border: 1px solid #ddd;
    border-top: none;
}

.sub_wrap.info_bg.program .legend_wrap {
    display: flex;
    justify-content: space-between;
    gap: 0 60px;
}

.sub_wrap.info_bg.program .legend_wrap .legend_txt .big {
    font-size: 45px;
    font-family: 'GmarketSansBold';
    color: #000;
    line-height: 1.2;
}

.sub_wrap.info_bg.program .legend_wrap .legend_txt .legend_color p {
    color: #fe50a9;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    padding-left: 35px;
}

.sub_wrap.info_bg.program .legend_wrap .legend_txt .legend_color p::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: #fe50a9;
    position: absolute;
    left: 0;
    top: 2px;
}

.sub_wrap.info_bg.program .legend_wrap .legend_txt .legend_color .color_table table {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    width: auto;
}

.sub_wrap.info_bg.program .legend_wrap .legend_txt .legend_color .color_table td {
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    color: #474747;
    font-weight: 500;
}

.sub_wrap.info_bg.program .legend_wrap .legend_txt .legend_color .color_table td.color {
    border-right: 1px solid #ddd;
}

.sub_wrap.info_bg.program .legend_wrap .legend_txt .legend_color .color_table td.color span {
    display: inline-block;
    width: 50px;
    height: 25px;
    border-radius: 3px;
}

.sub_wrap.info_bg.program .legend_wrap .legend_txt .legend_color .color_table td.color.squer1 span {
    background: #ffd2d2;
}

.sub_wrap.info_bg.program .legend_wrap .legend_txt .legend_color .color_table td.color.squer2 span {
    background: #fcd2fe;
}

.sub_wrap.info_bg.program .legend_wrap .legend_txt .legend_color .color_table td.color.squer3 span {
    background: #ff9dd2;
}

.sub_wrap.info_bg.program .legend_wrap .legend_txt .legend_color .color_table tr:last-child td {
    border-bottom: none;
}

.sub_wrap.info_bg.program .box_tit {
    padding: 47px 0;
    background: #f7c8d5;
    border-radius: 20px;
    margin-left: 27px;
}

.sub_wrap.info_bg.program .box_tit .wrap {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

.sub_wrap.info_bg.program .box_tit .wrap .tit {
    position: relative;
}

.sub_wrap.info_bg.program .box_tit .wrap .tit p {
    background: #00a0e9;
    padding: 10px 0 5px;
    font-size: 30px;
    color: #fff;
    font-family: 'GmarketSansBold';
    padding-left: 75px;
    margin-left: 30px;
}

.sub_wrap.info_bg.program .box_tit .wrap .tit::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: -11px;
    width: 91px;
    height: 63px;
    background: url('/_static/scienceall/img/2025/museum_ico01.png')no-repeat center;
}

.sub_wrap.info_bg.program .box_tit .wrap .con {
    background: #fff;
    text-align: center;
    padding: 38px 0;

}

.sub_wrap.info_bg.program .box_tit .wrap .con .con_big {
    font-size: 20px;
    color: #383838;
    padding-bottom: 10px;
    font-family: 'GmarketSansBold';
}

.sub_wrap.info_bg.program .box_tit .wrap .con .con_sm {
    color: #919191;
    font-size: 16px;
    line-height: 1.5;
}


.sub_wrap.info_bg .map {
    text-align: center;
}



/* 부대행사 */
figure.festival_map img {
    margin: 30px 0 0 27px;
    display: block;
    width: calc(100% - 27px);
}

figure.festival_map figcaption {
    text-align: right;
    color: #919191;
    padding-top: 20px;
}





/* 행사사진 */
.gal_board {
    padding-top: 40px;
}

.gal_board .search_2024 {
    background: #f5f5f5;
    padding: 33px 0;
}

.gal_board .search_2024 form {
    display: flex;
    justify-content: center;
}

.gal_board .search_2024 form select {
    border-radius: 5px;
}

.gal_board .search_2024 form .input {
    margin: 0 20px 0 30px;
}

.gal_board .search_2024 form .input input.sch_input {
    border-radius: 5px;
    width: 680px;
}

.gal_board .search_2024 form .btn {
    display: flex;
    align-items: center;
}

.gal_board .search_2024 form .btn a {
    width: 120px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #033b70;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    border-radius: 5px;
}

.gal_board .search_2024 form .btn a .search_img img {
    margin-top: 1px;
}

.gal_board .gal_con {
    padding-top: 30px;
}

.gal_board .gal_con .data_info {
    padding-bottom: 15px;
    display: flex;
    border-bottom: 2px solid #4e483c;
}

.gal_board .gal_con .data_info p {
    font-size: 15px;
}

.gal_board .gal_con .data_info p span {
    font-weight: 500;
    color: #e8374a;
}

.gal_board .gal_con .data_info p.total {
    padding-right: 10px;
    border-right: 1px solid #dedede;
}

.gal_board .gal_con .data_info p.num {
    padding-left: 10px;
}

.gal_board .gal_con .gal_list {
    padding-top: 25px;
}

.gal_board .gal_con .gal_list .gal_list_box>div {
    float: left;
    width: 22.857%;
    margin: 0 1.428% 30px;
}

.gal_board .gal_con .gal_list .gal_list_box>div:nth-child(4n) {
    margin-right: 0;
}

.gal_board .gal_con .gal_list .gal_list_box>div:nth-child(4n+1) {
    margin-left: 0;
}

.gal_board .gal_con .gal_list .gal_list_box>div>a {
    display: block;
}

.gal_board .gal_con .gal_list .gal_list_box>div>a span {
    display: block;
}

.gal_board .gal_con .gal_list .gal_list_box>div>a span.img {
    border: 1px solid #dadada;
    border-radius: 15px;
    height: 210px;
}

.gal_board .gal_con .gal_list .gal_list_box>div>a span.img.h_auto {
    height: auto;
}

.gal_board .gal_con .gal_list .gal_list_box>div>a span.img img {
    border-radius: 15px;
    width: 100%;
    object-fit: cover;
}

.gal_board .gal_con .gal_list .gal_list_box>div>a span.txt {
    padding-top: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #383838;
    line-height: 1.5;
    height: 70px;
}

.gal_board .gal_con .gal_list .more {
    text-align: center;
}

.gal_board .gal_con .gal_list .more a {
    display: flex;
    padding: 12px 0;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #dddddd;
    border-radius: 20px;
    width: 110px;
    margin: 25px auto 0;
}

.gal_board .gal_con .gal_list .more a img {
    margin-top: 1px;
}

/* view 페이지 */
.gal_view {
    padding-top: 60px;
}

.gal_view .view_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.gal_view .view_head p.tit {
    font-size: 20px;
    font-weight: 500;
    color: #383838;
}

.gal_view .view_head .day {
    display: flex;
    align-items: center;
}

.gal_view .view_head .day span {
    font-size: 15px;
    color: #999;
    font-weight: 300;
}

.gal_view .view_head .day .img {
    padding-right: 13px;
}

.gal_view .view_con {
    border-top: 2px solid #383838;
    text-align: center;
}

.gal_view .view_con .attachment {
    margin-bottom: 40px;
}

.gal_view .view_con .attachment .file_box {
    background: #f8f8f8;
    margin-bottom: 60px;
    padding: 20px;
}

.gal_view .view_con .attachment .file_box a {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.gal_view .view_con .attachment .file_box a:last-child {
    padding-bottom: 0;
}

.gal_view .view_con .attachment .file_box a .img {
    padding-right: 10px;
}

.gal_view .view_con .attachment .file_box a .img img {
    vertical-align: middle;
    max-width: 15px;
    margin-bottom: 0;
}

.gal_view .view_con .attachment img {
    max-width: 900px;
    margin-bottom: 30px;
    width: 100%;
}

.gal_view .back_list {
    margin: 60px 0 0;
}

.gal_view .back_list a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 12px 0;
    gap: 15px;
    width: 110px;
    margin: 0 auto;
}

.gal_view .back_list a span {
    display: flex;
    font-size: 15px;
    color: #383838;
}







/* 역대 과학축제 */
.history_2024 {
    padding-top: 35px;
}
.history_2024 .year.rndTab			{ display:flex; gap:20px; }
.history_2024 .year.rndTab li		{ float:none; flex:1; }

.history_2024 .year li {
    float: left;
    width: 22.857%;
    margin: 0 1.428%;
}

.history_2024 .year li:first-child {
    margin-left: 0;
}

.history_2024 .year li:last-child {
    margin-right: 0;
}

.history_2024 .year li a {
    display: block;
    background: #eee;
    border-radius: 15px;
    padding: 20px 0 18px;
    text-align: center;
    color: #ababab;
    font-family: 'GmarketSansMedium';
}

.history_2024 .year li a.active,
.history_2024 .year li.on a {
    color: #fff;
    background: #033b70;
}


.history_2024 .annonce {
    padding-top: 30px;
}

.history_2024 .annonce_box {
    display: none;
}

.history_2024 .annonce_box.on {
    display: block;
}

.history_2024 .annonce_box>div {
    float: left;
    width: 22.857%;
    margin: 0 1.428% 30px;
}

.history_2024 .annonce_box>div:nth-child(4n) {
    margin-right: 0;
}

.history_2024 .annonce_box>div:nth-child(4n+1) {
    margin-left: 0;
}

.history_2024 .annonce_box>div a {
    display: block;
    cursor: default;
}

.history_2024 .annonce_box>div span {
    display: block;
}

.history_2024 .annonce_box>div span.img {
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    height: 350px;
    justify-content: center;
}

.history_2024 .annonce_box>div span.img img {
    object-fit: fill;
}

.history_2024 .annonce_box>div span.txt {
    padding-top: 20px;
}

.history_2024 .annonce_box>div span.year {
    display: flex;
    padding-bottom: 20px;
    color: #ababab;
    font-size: 14px;
}

.history_2024 .annonce_box>div span.year span:first-child {
    padding-right: 10px;
    position: relative;
}

.history_2024 .annonce_box>div span.year span:first-child::after {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    top: 2px;
    width: 1px;
    height: 12px;
    background: #ababab;
}

.history_2024 .annonce_box>div span.year span:last-child {
    padding-left: 10px;
}

.history_2024 .annonce_box>div span.tit {
    padding-bottom: 15px;
    line-height: 1.3;
    font-family: 'GmarketSansBold';
    font-size: 24px;
    color: #383838;
    height: 77px;
}

.history_2024 .annonce_box>div span.info {
    font-size: 14px;
    color: #666;
}

.history_2024 .annonce_box>div span.info .round {
    padding-top: 5px;
    line-height: 1.5;
    padding-left: 38px;
    text-indent: -38px;
    word-break: keep-all;
    height: 50px;
}




.content {

    .fest_poster {
        display: flex;
        justify-content: space-between;
        gap: 40px;

        &>div+div {
            margin-right: 30px;
        }
    }

    .fest_tit {
        display: flex;
        gap: 10px;

        h2 {
            font-size: 24px;
            color: #383838;
            font-family: 'GmarketSansBold';
            display: flex;
            gap: 10px;

            &::before {
                content: "";
                background: url(/_static/scienceall/img/2025/sub_tit_sb.png) no-repeat 0 0;
                width: 17px;
                height: 17px;
                display: block;
            }
        }

        h3 {
            display: flex;
            align-items: center;
            gap: 4px;
            font-size: 20px;
            color: #383838;
            font-weight: 600;
        }

        h4 {
            font-size: 20px;
            display: flex;
            align-items: center;
            gap: 4px;
            margin-left: 29px;
            font-weight: 600;
        }



        p {
            height: auto;
            padding: 6px 10px;
            font-size: 13px;
            line-height: 1;
            border-radius: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        p.pink {
            background: #f7c8d6;
            color: #383838;
        }

        p.orange {
            background: #f2aa44;
            color: #fff;
        }

        p.blue {
            background: #3d63ae;
            color: #fff;
        }

        p.red {
            background: #e8374b;
            color: #fff;
        }

        p.fest_rts {
            color: #fff;
            background: #383838;
        }

    }


    &.map_drt {
        .cont_area:not(:first-child) {
            margin-top: 40px;
        }
    }

    .cont_area:not(:first-child) {
        margin-top: 83px;
    }

    .infomaion_content {
        margin: 17px 0 0 27px;

        >p {
            margin-bottom: 10px;
            font-size: 18px;
            font-weight: 600;
        }

        ul {
            line-height: 1.65;
            color: #383838;

            li {
                display: flex;
                font-size: 18px;

                .set_jc {
                    display: block;
                    color: #919191;
                    font-size: 16px;
                    font-weight: 300;
                    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.057);
                }

                strong {
                    font-weight: 600;
                    white-space: nowrap;

                    &:has(+ span)::after {
                        content: ":";
                        display: inline-block;
                        margin: 0 4px;
                        font-weight: 400;
                    }

                }

                b {
                    font-weight: 500;
                }

                &::before {
                    content: "·";
                    font-weight: 400;
                    display: inline-block;
                    margin-right: 7px;
                    color: #999;
                }

            }

            li.no_dot {
                &::before {
                    display: none;
                }
            }
        }

        .mai_label_set {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(640px, 1fr));
            gap: 20px 40px;

            @media all and (max-width:640px) {
                & {
                    grid-template-columns: repeat(1, 1fr);
                }
            }

            >div {
                width: 100%;
                border: 1px solid #ddd;

                >strong {
                    width: 100%;
                    padding: 15px 10px;
                    background: #033b70;
                    border: 1px solid #033b70;
                    text-align: center;
                    color: #fff;
                    font-family: 'GmarketSansMedium';
                    display: block;
                    font-size: 18px;
                }

                >ul {
                    padding: 26px;
                    color: #383838;

                    li {
                        strong {
                            font-weight: 600;
                            min-width: 78px;
                            text-align: justify;
                            text-align-last: justify;

                            &.mls_long {
                                min-width: 98px;
                            }
                        }

                        &:has(.xam_thumb) {
                            display: block;

                            .xam_thumb {
                                margin: 20px 0 0 12px;
                                display: flex;
                                gap: 15px;
                            }
                        }
                    }
                }
            }

        }

    }

    .infomaion_content.no_tit {
        margin: 0;
    }


    .rd_box_set {
        border: 1px solid #eee;
        border-radius: 20px;
        padding: 25px;
        background: #fff;
        display: flex;
        flex-direction: column;
        gap: 10px;

        >img {
            max-width: 1200px;
            display: block;
            margin: 0 auto;
        }

        .rd_box_jc {
            font-size: 16px;
            color: #999;
        }
    }

}










@media all and (max-width:1399px) {
    .history_2024 .annonce_box>div span.img {
        height: 300px;
    }

    .sub_wrap .sub_wrap_box .page_tit .img img {max-width: 300px;}
}



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

    .sub_wrap.info_bg .left_space {
        padding-left: 0;
    }

    /* 중간 네비게이션 */
    .sub_nav_2024 {
        padding: 0 20px;
    }

    .sub_nav_2024 .sub_nav_list .logo {
        display: none;
    }

    .sub_nav_2024 .sub_nav_list .depth {
        width: 50%;
        height: 50px;
    }

    .sub_nav_2024 .sub_nav_list .depth>p {
        padding-left: 15px;
        font-size: 14px;
    }

    .sub_nav_2024 .sub_nav_list .depth>p::after {
        right: 15px;
    }

    .sub_nav_2024 .sub_nav_list .depth ul>li>a {
        padding: 15px 10px;
        font-size: 14px;
    }

    /* 서브 레이아웃 */
    .sub_wrap {
        padding: 0;
    }

    .sub_wrap .sub_wrap_box {
        padding: 40px 20px;
    }

    .sub_wrap .sub_wrap_box .page_tit {
        font-size: 27px;
    }

    .sub_wrap .sub_wrap_box .page_tit .img {position: static;padding-top: 30px;}

    .sub_wrap .sub_wrap_box .content {
        padding-top: 40px;
    }

    /* 행사소개 */
    .sub_wrap .sub_wrap_box .content .bold {
        padding-bottom: 20px;
        font-size: 20px;
    }

    .sub_wrap .sub_wrap_box .content .con_txt {
        padding-bottom: 20px;
        font-size: 14px;
    }

    .sub_wrap .sub_wrap_box .content .con_txt br {
        display: none;
    }

    .sub_wrap .sub_wrap_box .content .img_box {
        gap: 20px;
    }

    .sub_wrap.info_bg::after {
        height: 150px;
    }


    /* 행사사진 */
    .gal_board {
        padding-top: 30px;
    }

    .gal_board .search_2024 {
        background: #f5f5f5;
        padding: 20px;
    }

    .gal_board .search_2024 form {
        flex-direction: column;
    }

    .gal_board .search_2024 form select {
        width: 100%;
    }

    .gal_board .search_2024 form .input {
        margin: 15px 0;
    }

    .gal_board .search_2024 form .input input.sch_input {
        width: 100%;
    }

    .gal_board .search_2024 form .btn {
        justify-content: center;
    }

    .gal_board .gal_con .data_info p {
        font-size: 13px;
    }

    .gal_board .gal_con .gal_list {
        padding-top: 20px;
    }

    .gal_board .gal_con .gal_list .gal_list_box>div>a span.txt {
        font-size: 14px;
        height: 57px;
    }

    /* 행사개요 */

    .content {

        .fest_poster {
            flex-direction: column-reverse;
        }

        .fest_table_set {
            width: 100%;
            max-width: 1344px;
            margin: 30px auto;

            .fest_year_add {
                margin: 30px auto;
                width: fit-content;
            }

            table {
                margin-bottom: 20px;

                thead {
                    background: #000;
                    color: #fff;
                    text-align: left;

                    th {
                        padding: 17px 30px;
                        font-family: 'GmarketSansMedium';
                        font-size: 20px;
                    }
                }

                &.fest_year_all {
                    width: 100%;

                    thead {
                        background: #e8374a;
                    }
                }

                &.fest_year_parent {
                    width: 100%;

                    thead {
                        background: #f1aa43;
                    }
                }

                &.fest_year_adult {
                    width: 100%;

                    thead {
                        background: #3d62ad;
                    }
                }

                &.fest_year_links {
                    width: 100%;

                    thead {
                        background: #00876c;
                    }
                }

                tbody {
                    td {
                        border: 1px solid #ddd;
                        padding: 16px;
                        color: #383838;
                        word-break: keep-all;

                        &:first-child {
                            text-align: center;
                        }

                        &:last-child {
                            text-align: left;

                            span {
                                line-height: 1.5;
                            }
                        }

                        b {
                            display: block;
                            font-size: 18px;
                            font-weight: 500;
                            margin-bottom: 10px;

                            img {
                                vertical-align: middle;
                            }
                        }
                    }

                    span {
                        font-size: 16px;
                        font-weight: 200;
                        -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
                    }

                    p {
                        font-size: 20px;
                        font-weight: 500;
                        -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
                        margin-top: 9px;

                    }
                }
            }

        }

        .fest_half_set {

            overflow: auto;

            >.half_set_inner {
                overflow: hidden;
                min-width: 1300px;
                display: flex;
                justify-content: space-between;
                gap: 20px;
                margin-top: 30px;

                .fest_half_map {
                    max-width: 570px;
                    width: 100%;
                }
            }
        }

    }










    /* view 페이지 */
    .gal_view {
        padding-top: 30px;
    }

    .gal_view .view_head p.tit {
        font-size: 18px;
        line-height: 1.3;
    }

    .gal_view .view_head .day span {
        font-size: 13px;
    }

    .gal_view .view_head .day .img {
        padding-right: 10px;
    }

    .gal_view .view_con .attachment>a span {
        font-size: 13px;
    }

    .gal_view .view_con .attachment .file_box {
        margin-bottom: 40px;
        padding: 15px;
    }

    .gal_view .back_list {
        margin: 40px 0 0;
    }

    .gal_view .back_list a {
        padding: 10px 0;
        gap: 10px;
        width: 100px;
    }

    .gal_view .back_list a span {
        font-size: 14px;
    }




    /* 역대 과학축제 */
    .history_2024 {
        padding-top: 30px;
    }

    .history_2024 .year li a {
        padding: 15px 0 13px;
        text-align: center;
        color: #ababab;
        font-family: 'GmarketSansMedium';
    }

    .history_2024 .annonce_box>div {
        width: 31.5%;
        margin: 0 1.375% 30px;
    }

    .history_2024 .annonce_box>div:nth-child(4n) {
        margin-right: 1.375%;
    }

    .history_2024 .annonce_box>div:nth-child(4n+1) {
        margin-left: 1.375%;
    }

    .history_2024 .annonce_box>div:nth-child(3n) {
        margin-right: 0;
    }

    .history_2024 .annonce_box>div:nth-child(3n+1) {
        margin-left: 0;
    }

    .history_2024 .annonce_box>div span.txt {
        padding-top: 15px;
    }

    .history_2024 .annonce_box>div span.year {
        padding-bottom: 15px;
        font-size: 13px;
    }

    .history_2024 .annonce_box>div span.year span:first-child::after {
        top: 2px;
        height: 10px;
    }

    .history_2024 .annonce_box>div span.tit {
        font-size: 20px;
    }

    .history_2024 .annonce_box>div span.info {
        font-size: 14px;
    }

    .history_2024 .annonce_box>div span.info .round {
        padding-left: 35px;
        text-indent: -35px;
    }



    /* 프로그램 */


    .sub_wrap.info_bg.program .program_listWrap {
        flex-direction: column-reverse;
        padding: 55px 20px;
        gap: 10px;
    }

    .sub_wrap.info_bg.program .program_listWrap>div {
        width: 100%;
    }

    .sub_wrap.info_bg.program .program_listWrap .list {
        gap: 10px;
    }

    .sub_wrap.info_bg.program .program_listWrap p {
        font-size: 16px;
        padding: 15px 0 0;
    }

    .sub_wrap.info_bg.program .program_listWrap li {
        padding: 15px 0;
        flex-direction: column;
        border-bottom: 1px solid #ccc;
    }

    .sub_wrap.info_bg.program .program_listWrap li:last-child {
        padding: 15px 0;
    }

    .sub_wrap.info_bg.program .program_listWrap li strong {
        font-size: 16px;
        min-width: 100%;
        text-align: left;
        line-height: 1;
        margin-right: 0;
        padding-bottom: 10px;
    }

    .sub_wrap.info_bg.program .program_listWrap li strong::before {
        display: none;
    }

    .sub_wrap.info_bg.program .program_listWrap li strong::after {
        display: none;
    }

    .sub_wrap.info_bg.program .program_listWrap li div {
        display: block;
    }

    .sub_wrap.info_bg.program .program_listWrap li div::before {
        display: none;
    }

    .sub_wrap.info_bg.program .program_listWrap li div span {
        padding-left: 0;
        margin-top: 0;
        font-size: 14px;
    }

    .sub_wrap.info_bg.program .program_listWrap .img {
        gap: 10px;
        justify-content: flex-start;
    }


    .sub_wrap.info_bg.program .info_img .txt {
        padding: 10px;
        font-size: 13px;
    }

    .sub_wrap.info_bg.program .half .txt {
        padding: 10px;
        font-size: 13px;
    }

    .sub_wrap.info_bg.program .legend_wrap {
        flex-direction: column;
        gap: 30px 0;
    }

    .sub_wrap.info_bg.program .legend_wrap .legend_txt .big {
        font-size: 30px;
    }

    .sub_wrap.info_bg.program .legend_wrap .legend_txt .legend_color p {
        font-size: 20px;
        padding-left: 25px;
    }

    .sub_wrap.info_bg.program .legend_wrap .legend_txt .legend_color p::before {
        width: 18px;
        height: 18px;
    }

    .sub_wrap.info_bg.program .legend_wrap .legend_txt .legend_color .color_table table {
        width: 100%;
    }

    .sub_wrap.info_bg.program .legend_wrap .legend_txt .legend_color .color_table td {
        font-size: 14px;
    }

    .sub_wrap.info_bg.program .legend_wrap .legend_txt .legend_color .color_table td.color span {
        width: 40px;
        height: 20px;
    }


    .sub_wrap.info_bg.program .box_tit .wrap .tit p {
        font-size: 22px;
    }

    .sub_wrap.info_bg.program .box_tit .wrap .tit::before {
        top: -6px;
        width: 65px;
        height: 45px;
        background: url('/_static/scienceall/img/2025/museum_ico01_mo.png');
    }

    .sub_wrap.info_bg.program .sub_wrap.info_bg .left_space .box_tit {
        padding: 30px 20px;
    }

    .sub_wrap.info_bg.program .box_tit .wrap .con {
        padding: 30px 20px;
    }

    .sub_wrap.info_bg.program .box_tit .wrap .con .con_big {
        font-size: 18px;
    }

    .sub_wrap.info_bg.program .box_tit .wrap .con .con_sm {
        font-size: 14px;
    }


    /* 부대행사 */
    figure.festival_map img {
        margin: 30px 0 0 0;
        width: 100%;
    }


}




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

    /* 테이블 */
    .table {
        overflow-x: scroll;
    }

    table {
        border-spacing: 0;
        width: 220%;
    }

    .tg th {
        font-size: 15px;
    }

    .tg td {
        padding: 10px 20px;
        font-size: 14px;
    }


    /* 행사소개 */
    .sub_wrap .sub_wrap_box .content .img_box {
        flex-wrap: wrap;
    }

    .sub_wrap .sub_wrap_box .content .img_box>div {
        width: 45%;
    }

    .sub_wrap.info_bg::before {
        background: url(/_static/scienceall/img/2025/info_2024_bg_mo.png)no-repeat center;
        background-size: contain;
        width: 250px;
        height: 169px;
    }

    .sub_wrap.info_bg::after {
        height: 200px;
    }


    /* 행사개요 */
    .content {
        .fest_half_set {

            >.half_set_inner {
                min-width: unset;
                flex-direction: column;

                .fest_half_map {
                    margin: 0 auto;
                }
            }
        }

    }


    /* 갤러리  */
    .gal_board .search_2024 form .btn a {
        width: 100%;
    }

    .gal_board .gal_con .gal_list .gal_list_box>div {
        float: left;
        width: 48.5%;
        margin: 0 0 30px;
    }

    .gal_board .gal_con .gal_list .gal_list_box>div:nth-child(2n) {
        float: right;
    }


    /* 행사사진 */
    .gal_view .view_head {
        flex-direction: column;
        align-items: flex-start;
    }

    .gal_view .view_head .day {
        padding-top: 10px;
    }


    /* 역대과학축제 */
    .history_2024 .annonce_box>div span.img {
        height: 250px;
    }

    .content .fest_tit {flex-wrap: wrap;}

}

/* 행사개요 */

@media all and (max-width:760px) {
    .content {
        .fest_half_set {

            >.half_set_inner {
                min-width: unset;
                flex-direction: column;

                .fest_half_map {
                    margin: 0 auto;
                }
            }
        }

    }


}

@media all and (max-width:640px) {
    .history_2024 .annonce_box>div {
        width: 48.5%;
        margin: 0 0 30px;
    }

    .history_2024 .annonce_box>div:nth-child(2n) {
        float: right;
    }
}


@media all and (max-width:540px) {
    .sub_wrap.info_bg.program .box_tit .wrap .tit p {
        padding-left: 45px;
        margin-left: 20px;
        font-size: 18px;
    }

    .sub_wrap .sub_wrap_box .page_tit .img img {max-width: 100%;}
}

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

    /* 역대과학축제 */
    .history_2024 .year li {
        width: 48.5%;
        margin: 0 0 20px;
    }

    .history_2024 .year li:nth-child(2n) {
        float: right;
    }

    .history_2024 .annonce_box>div span.img {
        height: 170px;
    }


    .sub_wrap.info_bg.program .box_tit .wrap .tit::before {
        top: -12px;
        background: url('/_static/scienceall/img/2025/museum_ico01_mo_s.png');
        width: 50px;
        height: 35px;
    }
}


/* 게시판 페이징 버튼 */
.pagination a {
    background: #033b70;
}

.pagination span a.active {
    background: #033b70;
    border: 1px solid #033b70;
}


/* 관람안내 추가 */
.info_view_img {
    position: relative;
}

.info_view_img .click>div {
    cursor: pointer;
    position: absolute;
    z-index: 99;
}

.tab_box {
    display: none;
}

.tab_box.current {
    display: block;
}

.info_view_img .click .zero {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 90;
}

.info_view_img .click .first {
    width: 3.6%;
    height: 7.5%;
    bottom: 27.5%;
    left: 13.85%;
}

.info_view_img .click .second {
    width: 3.5%;
    height: 7.7%;
    left: 23.9%;
    bottom: 27.5%;
}

.info_view_img .click .third {
    width: 3.6%;
    height: 7.6%;
    bottom: 27.5%;
    left: 31.2%;
}

.info_view_img .click .fourth {
    width: 3.6%;
    height: 7.7%;
    bottom: 28%;
    left: 40%;
}

.info_view_img .click .fifth {
    width: 3.7%;
    height: 7.7%;
    bottom: 28%;
    right: 18.1%;
}

.info_view_img .click .sixth {
    width: 2.15%;
    height: 4.3%;
    bottom: 29.2%;
    left: 21.3%;
}

.info_view_img .click .seventh {
    width: 2.0%;
    height: 3.8%;
    bottom: 36.2%;
    right: 10.6%;
}

.info_view_img .click > div:hover::before {background: #ff0000; border-radius: 50%;animation: blinking 3s linear 0s infinite alternate;width: 16px;height: 16px;content: "";position: absolute;top: 50%;left: 50%;margin-top: -8px;margin-left: -8px;}
.info_view_img .click > div.zero:hover::before {display: none;}


@keyframes blinking {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}




.th_brown .tg th {
    background: #ab7942;
}

.th_lightGreen .tg th {
    background: #a0c440;
}

.view_box .view_tit {
    padding-bottom: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

.content .fest_tit.tag {
    justify-content: center;
}

.th_brown .tag p {
    background: #ab7942;
    color: #fff;
}

.th_purple .tag p {
    background: #033b70;
    color: #fff;
}

.th_purple .view_tit span {
    color: #033b70;;
}

.th_pink .tag p {
    background: #ff58e6;
    color: #fff;
}

.th_pink .view_tit span {
    color: #ff58e6
}

.th_orange .tag p {
    background: #f2aa44;
    color: #fff;
}

.th_orange .view_tit span {
    color: #f2aa44;
}

.th_green .tag p {
    background: #06bd17;
    color: #fff;
}

.th_green .view_tit span {color: #06bd17;}

.th_blue .tag p {
    background: #3d63ae;
    color: #fff;
}

.th_lightGreen .tag p {
    background: #a0c440;
    color: #fff;
}


.view_box .spot {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding-top: 20px;
    color: #ff0000;
}

p.click_info {
    font-size: 18px;
    font-weight: 500;
    text-align: right;
}

@media all and (max-width:768px) {
    .view_box .view_tit {
        padding-bottom: 20px;
        font-size: 22px;
    }

    .view_box .spot {
        font-size: 18px;
        padding-top: 15px;
    }
}


.thumeBoard					{ }
.thumeBoard ul				{ width:100%; display:flex; flex-wrap: wrap; gap:2%;  }
.thumeBoard ul li			{ width:32%; }
.thumeBoard ul li a			{ display: block; border: 1px solid #ccc; line-height: 0; }
.thumeBoard ul img			{ width:100%; }






.eventWrap					{ max-width:800px; margin:0 auto; padding:120px 0; }
.eventWrap .eventTit		{ font-size: 30px; font-weight: 800; text-align: center; margin-bottom: 20px; color:#033b70; }
.eventWrap .eventTxt		{ font-size: 18px; font-weight: 500; text-align: center; margin-bottom: 20px; line-height:1.4; }
.eventBtSt1					{ display:grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top:60px; }
.eventBtSt1 input			{ height:120px; border-radius: 10px; border:1px solid #ddd; font-size:20px; font-weight:600; text-align:center; cursor:pointer; color:#333; transition: all 0.3s ease; }

.eventBtSt2									{ display:flex; flex-direction: column; gap:20px; margin-top:60px; }
.eventBtSt2 .eventSt2_cont					{ position: relative; }
.eventBtSt2 .eventSt2_cont input			{ width:0; height:0; font-size:0; overflow:hidden; clip-path: inset(100%); position: absolute; top:-1px; left:-1px; }
.eventBtSt2 .eventSt2_cont label			{ display:flex; width:100%; align-items: center; padding:0 15px 3px 25px; height:60px; border:1px solid #ddd; background-color: #ddd; border-radius: 6px; transition: all 0.3s ease; font-size: 16px; font-weight: 600; }
.eventBtSt2 .eventSt2_cont label i			{ width:24px; height:24px; border-radius: 50%; margin-right:15px; background-repeat: no-repeat; background-position: center; background-size: contain; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M17.28 9.28a.75.75 0 0 0-1.06-1.06l-5.97 5.97-2.47-2.47a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l6.5-6.5Z'%3E%3C/path%3E%3Cpath d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1ZM2.5 12a9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0 9.5-9.5A9.5 9.5 0 0 0 12 2.5 9.5 9.5 0 0 0 2.5 12Z'%3E%3C/path%3E%3C/svg%3E"); }
.eventBtSt2 .eventSt2_cont input:checked + label i		{ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12Zm16.28-2.72a.751.751 0 0 0-.018-1.042.751.751 0 0 0-1.042-.018l-5.97 5.97-2.47-2.47a.751.751 0 0 0-1.042.018.751.751 0 0 0-.018 1.042l3 3a.75.75 0 0 0 1.06 0Z'%3E%3C/path%3E%3C/svg%3E"); }
.eventBtSt2 .eventSt2_cont a				{ width:80px; height:60px; position: absolute; top:0; right:15px; display:flex; align-items: center; justify-content: center; color:#666; font-size: 13px; padding-bottom:3px; }
.eventBtSt2 .eventSt2_cont .eventMoreCont	{ display:block; width:100%; padding:25px; border:1px solid #ddd; background-color: #eee; border-radius: 6px; }

.eventSubmit								{ margin-top:80px; }
.eventSubmit a								{ display: flex; width:160px; height:60px; margin:0 auto; align-items: center; justify-content: center; background-color: #033b70; border-radius: 10px; color:#fff; font-size: 16px; }

.eventForm									{ max-width:800px; width:100%; margin:60px auto; background-color: #eee; padding:20px 20px 40px; border-radius: 10px; }
.eventForm .eventSection					{ display: flex; flex-direction: column; gap: 6px; margin-top:20px; position: relative; }
.eventForm .eventSection label				{ font-size: 16px; font-weight: 600; }
.eventForm .eventSection input				{ border:1px solid #ddd; border-radius: 5px; height:36px; padding: 2px 10px 0; }
.eventForm .eventSection.termsChk span		{ position: absolute; top:0; right:0; display:flex; gap:20px; align-items: center; }
.eventForm .eventSection.termsChk span label		{ margin-left:-12px; font-size: 14px; padding-bottom:1px; }
.eventForm .eventSection.termsChk span input		{ width:14px; height:14px; border: 1px solid #ddd; }
.eventForm .eventTerms						{ border: 1px solid #ddd; margin-top:10px; padding:12px; background-color: #fff; height:200px; overflow-y: auto; border-radius: 5px; }
.eventForm .eventTerms p					{ line-height: 1.4; font-size: 14px; }
.eventForm .eventTerms p + p				{ margin-top:10px; }
.eventTermsWrap + .eventSubmit				{ margin-top:40px; }


.eventBtSt1 input:nth-child(1),
.eventBtSt2.eventCol1 .eventSt2_cont label				{ background-color: #fae2d5; border-color: #ef9a6e; }
.eventBtSt1 input:nth-child(1):hover,
.eventBtSt2.eventCol1 .eventSt2_cont input:checked + label,
.eventBtSt2.eventCol1 .eventSt2_cont label:hover		{ background-color: #f6c5ac; }

.eventBtSt1 input:nth-child(2),
.eventBtSt2.eventCol2 .eventSt2_cont label				{ background-color: #f1cfed; border-color: #b24da7; }
.eventBtSt1 input:nth-child(2):hover,
.eventBtSt2.eventCol2 .eventSt2_cont input:checked + label,
.eventBtSt2.eventCol2 .eventSt2_cont label:hover		{ background-color: #e49edd; }

.eventBtSt1 input:nth-child(3),
.eventBtSt2.eventCol3 .eventSt2_cont label				{ background-color: #c9edfa; border-color: #94caeb; }
.eventBtSt1 input:nth-child(3):hover,
.eventBtSt2.eventCol3 .eventSt2_cont input:checked + label,
.eventBtSt2.eventCol3 .eventSt2_cont label:hover		{ background-color: #a6c9eb; }

.eventBtSt1 input:nth-child(4),
.eventBtSt2.eventCol4 .eventSt2_cont label				{ background-color: #d9f1d0; border-color: #6cb84f; }
.eventBtSt1 input:nth-child(4):hover,
.eventBtSt2.eventCol4 .eventSt2_cont input:checked + label,
.eventBtSt2.eventCol4 .eventSt2_cont label:hover		{ background-color: #b4e4a1; }


@media all and (max-width:765px) {
	.eventWrap					{ padding:80px 15px; }
	.eventWrap .eventTit		{ font-size: 24px; }
	.eventWrap .eventTxt		{ font-size: 14px; }
	.eventBtSt1					{ gap: 10px; margin-top:40px; }
	.eventBtSt1 input			{ height:80px; font-size:16px; }

	.eventBtSt2									{ gap:10px; margin-top:40px; }
	.eventBtSt2 .eventSt2_cont label			{ padding:0 5px 3px 15px; height:46px; font-size: 14px; }
	.eventBtSt2 .eventSt2_cont label i			{ width:20px; height:20px; margin-right:10px; background-size: 20px; }
	.eventBtSt2 .eventSt2_cont a				{ width:60px; height:46px; right:5px; font-size: 12px; padding-bottom:2px; }
	.eventBtSt2 .eventSt2_cont .eventMoreCont	{ padding:10px 15px; }

	.eventSubmit								{ margin-top:40px; }
	.eventSubmit a								{ width:120px; height:42px; font-size: 14px; }

	.eventForm									{ width:calc(100% - 40px); margin:40px 20px; padding:10px 10px 20px; }
	.eventForm .eventSection					{ margin-top:10px; }
	.eventForm .eventSection label				{ font-size: 14px; }
	.eventForm .eventTerms						{ height:120px; }
.eventForm .eventTerms p						{ font-size: 12px; }
	.eventTermsWrap + .eventSubmit				{ margin-top:20px; }
}