@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
/* 전시/행사/교육 없을떄 */
.none-list-wrap {
    max-width: 1400px;
    margin: 0 auto;
    height: 370px;
    background-color: #fff;
    position: relative;
    z-index: 99;
}
.none-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.none-img-area {
    width: 95px;
    margin: 0 auto;
    height: 113px;
    background: url(../images/none-img.png) center no-repeat;
    background-size: 95px 113px;
}
.none-title {
    font-family: 'notokr-medium';
    padding-top: 20px;
    text-align: center;
    font-size: 24px;
    color: #333333;
    font-weight: normal;
}
.swiper-pagination-section.disabled {
    display: none;
}

/* 띠배너 */
.belt-banner-area-mobile {
    display: none;
}
.belt-banner-area {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 3;
}
.swiper-slide.belt {
    height: auto !important;
}
.swiper-slide.belt a {
    display: block;
    height: 120px;
    /* background-color: #8d744a !important; */
    background-color: #d8c800 !important;
}
.swiper-slide.belt a img {
    width: 100%;
    height: 100%;
}
.belt-title {
    text-align: center;
    font-family: 'notokr-medium';
    font-size:2vw;
    color: #fff;
    font-weight: normal;
    height: 120px;
    line-height: 120px;
}
.belt-title p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.belt-title span {
    font-family: 'notokr-medium';
    font-weight: normal;
}
.belt-pagination {
    position: absolute;
    width: 108px;
    left: 50%;
    transform: translateX(-50%);
    top: 4.2vw;
    z-index: 1;
}
.pagination.view .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.3);
    margin-left: 15px;
    opacity: 1;
}
.pagination.view .swiper-pagination-bullet:first-child {
    margin-left: 0;
}
.pagination.view .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background-color: #fff;
    display: none;
}
.banner-close {
    position: absolute;
    height: 32px;
    right: 11px;
    top: 11px;
    z-index: 2;
}
.banner-close::after {
    content: '';
    display: block;
    clear: both;
}
.banner-close > a {
    float: left;
    display: block;
}
.banner-close > a:first-child {
    line-height: 32px;
    font-family: 'notokr-regular';
    font-size: 14px;
    color: #fff;
    padding: 3px 10px 0 10px;
}
.banner-close > a:last-child {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: url(../images/belt_close_btn.png) center no-repeat;
    background-size: 32px 32px;
}
.check-type1 label .check-image {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../images/check_btn.png);
    background-repeat: no-repeat;
    cursor: pointer;
    vertical-align: middle;
    background-size: 12px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.check-type1 input[type='checkbox']:checked ~ label i {
    background-image: url(../images/check_on_btn.png);
}

.content {
    position: relative;
}
.swiper-pagination-section::after {
    content: '';
    display: block;
    clear: both;
}
.swiper-pagination-section > li:first-child {
    width: calc(100% - 42px);
    float: left;
}
.swiper-pagination-section > li:last-child {
    width: 42px;
    float: right;
}
.main-visual-area .swiper-slide {
    height: 900px !important;
}
.main-slide-wrap {
    position: relative;
    width: 100%;
    z-index: 1;
}
.visual .swiper-wrapper > div.swiper-slide > .slide-bg {
    height: 100%;
}
.visual .swiper-wrapper > div.swiper-slide {
    overflow: hidden;
}
.slide-info {
    max-width: 1400px;
    margin: 0 auto;
}
.visual .swiper-pagination {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    transition: none;
}
.visual .swiper-pagination-bullets {
    display: inline-block;
    height: 12px;
    vertical-align: middle;
    font-size: 0;
    opacity: 0;
    padding-top: 6px;
}
.visual .swiper-pagination-bullet {
    vertical-align: bottom;
    width: 315px;
    height: 2px;
    transition: height 0.5s;
    background: #484745;
    border-radius: 0 !important;
}
.visual .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 5px;
}
.visual .swiper-pagination-bullet-active {
    display: inline-block;
    width: 315px;
    height: 2px;
    transition: height 0.5s;
    background: #ffffff;
    vertical-align: bottom;
    border-radius: 0 !important;
}
/* .slide-txt{max-width:100%; width: 1400px;left: 50%;transform: translateX(-50%);padding-left: 70px;top: 205px;position: relative;z-index: 99;position: absolute;} */
.slide-txt {
    max-width: 1400px;
    width: 100%;
    text-align: left;
    left: 50%;
    transform: translateX(-50%);
    top: 340px;
    position: relative;
    z-index: 99;
    position: absolute;
}
.visual-title-a {
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 80px;
    line-height: 95px;
    padding-bottom: 24px;
}
.slide-txt > strong {
    font-weight: 300;
    font-family: 'NanumSquare';
    display: block;
    font-size: 40px;
    color: #fff;
    line-height: 60px;
}
.visual-title-b {
    font-family: 'notokr-light';
    font-size: 28px;
    color: #ffffff;
}
.visual-link {
    margin-top: 70px;
}
/* .visual-link::after{content: ''; display: block; clear: both;} */
/* .visual-link>li{float: left; margin-right: 16px;} */
/* .visual-link>li:last-child{margin-right: 0;} */
/* .visual-link>li:first-child>a{background-color: #ed6a3d;}
.visual-link>li:last-child>a{background-color: #eda22e;} */
.visual-link > li {
    display: inline-block;
    margin-right: 10px;
}
.visual-link > li:last-child {
    margin-right: 10px;
}
.visual-link > li > a {
    display: inline-block;
    width: 150px;
    line-height: 50px;
    text-align: center;
    font-family: 'notokr-medium';
    font-size: 17px;
    color: #fff;
    /* background-color: #50301b; */
    background-color: #d8c800;
    border-radius: 2em;
}
.visual-pagination {
    position: absolute;
    max-width: 100%;
    width: 1400px;
    bottom: 128px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    padding-left: 70px;
}
.visual .controller {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    margin-left: 30px;
}
.visual .controller .btn-pause {
    display: block;
    width: 11px;
    height: 14px;
    background: url(../images/play_img_btn.png) center no-repeat;
    background-size: cover;
}
.visual .controller .btn-pause.playing {
    display: block;
    width: 12px;
    height: 14px;
    background: url(../images/play_img_btn_play.png) center no-repeat;
    background-size: cover;
    vertical-align: middle;
}
.scroll-warp {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    bottom: -53px;
    text-align: center;
    z-index: 10;
}
.scroll-warp .scroll-down {
    display: inline-block;
    width: 43px;
    height: 43x;
    background: #000000;
    border-radius: 50%;
    text-align: center;
    line-height: 43px;
}
.scroll-warp .scroll-down img {
    display: inline-block;
    width: 22px;
    height: 11px;
}
.scroll-warp p {
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    text-align: center;
    line-height: 1;
    margin-top: 13px;
}
.m-br {
    display: none;
}
.none-pagination {
    position: absolute;
    width: calc(100% - 42px);
    background-color: rgba(255, 255, 255, 0.15);
    height: 2px;
    cursor: pointer;
    margin-top: 6px;
}
.bar {
    width: 315px;
    background-color: #fff;
    height: 2px;
    display: inline-block;
    float: left;
}

.middle-content {
    margin-bottom: 90px;
}
.middle-content > section {
    margin: 85px auto 0 auto;
    padding: 0 20px;
    max-width: 1400px;
}
.middle-content > section .section-title {
    font-family: 'NanumSquare';
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    display: inline-block;
    margin-right: 15px;
}
.middle-content > section .section-title li.selected,
.middle-content > section .section-title li:hover {
    color: #50301b;
}
.middle-content > section .section-title li::after {
    content: '·';
    color: #333333;
    margin-left: 4px;
}
.middle-content > section .section-title li:last-child::after {
    content: '';
}
.middle-content > section .section-title_en {
    font-weight: 500;
    font-size: 34px;
}
.middle-content > section .section-more {
    float: right;
    position: relative;
}
.middle-content > section .section-more a {
    display: inline-block;
    margin: 0 20px;
}
.middle-content > section .section-more .swiper-button-prev,
.swiper-button-next {
    display: inline-block;
    background-image: url(../images/main-slide-prev__btn.png);
    background-size: 20px 25px;
    transform: translateY(-20%);
}
.middle-content > section .section-more .swiper-button-prev {
    width: 30px !important;
    height: 38px !important;
}
.middle-content > section .section-more .swiper-button-next {
    width: 30px !important;
    height: 38px !important;
    background-image: url(../images/main-slide-prev__btn.png);
    background-size: 20px 25px;
    transform: rotate(180deg) translateY(20%);
}
.middle-content > section .section-content {
    margin-top: 50px;
}
/* .middle-content > section .section-content .swiper-slide { width: 430px; } */
.middle-content > section .section-content .thumb {
    height: 280px;
    overflow: hidden;
}
.middle-content > section .section-content .slide-bg {
    height: 100%;
}
.middle-content > section .section-content .text {
    background-color: #f8f8f8;
    padding: 22px 25px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
}
.middle-content > section .section-content .info {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.41);
    width: 100%;
    height: 80.5%;
    top: 0;
    padding: 20px 20px 0px 30px;
    transition: all 0.5s;
}
.middle-content > section .section-content .info > p {
    display: block;
    width: 150px;
    line-height: 50px;
    height: 50px;
    margin: 90px auto 0 auto;
    border: solid 1px #ffffff;
    color: #fff;
    text-align: center;
    font-family: 'notokr-regular';
    font-size: 15px;
}
.middle-content > section .section-content .info > div {
    color: #fff;
    margin-top: 10px;
}
.middle-content > section .section-content a.btn-slide-cont:hover .info {
    display: block;
}

.middle-content > section .news-part {
    display: flex;
}
.middle-content > section .news-part > div {
    display: inline-block;
    min-height: 500px;
    max-height: 500px;
    vertical-align: top;
    padding: 75px 0;
    background-color: #f8f8f8;
    font-size: 18px;
}
.middle-content > section .news-part > .left {
    width: calc(100% - 450px);
    padding: 75px 63px;
}
.middle-content > section .news-part > .right {
    width: 450px;
    background-color: #50301b;
    padding: 75px 55px;
    color: #fff;
}
.middle-content > section .news-part .left .news-title {
    font-size: 30px;
    font-weight: 600;
    color: #333;
    text-align: left;
    margin-bottom: 30px;
    display: inline-block;
}
.middle-content > section .news-part .left .news-title::after {
    content: 'Notice';
    font-weight: 500;
}
.middle-content > section .news-part .left .news-title li.selected,
.middle-content > section .news-part .left .news-title li:hover {
    color: #50301b;
}
.middle-content > section .news-part .left .news-title li::after {
    content: '·';
    color: #333;
    margin-left: 4px;
}
.middle-content > section .news-part .left .news-title li:last-child:after {
    content: '';
}
.middle-content > section .news-part .left .news-more {
    float: right;
    margin-top: 10px;
}
.middle-content > section .news-part .left .news-content {
    font-size: 14px;
}
.middle-content > section .news-part .left .news-content > li {
    border-bottom: 1px solid #50301b;
}
.middle-content > section .news-part .left .news-content > li:last-child {
    border-bottom: 0;
}
.middle-content > section .news-part .left .news-content .news-detail__kate {
    color: #50301b;
    margin: 15px 0 0 0;
}
.middle-content > section .news-part .left .news-content .news-detail__tit {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.middle-content > section .news-part .left .news-content .news-detail__date {
    margin-bottom: 15px;
}
.middle-content > section .news-part .right > div {
    margin-bottom: 30px;
}
.middle-content > section .news-part .right > div > img {
    display: inline-block;
    margin-right: 10px;
}
.middle-content > section .news-part .right > div > div {
    display: inline-block;
    vertical-align: top;
}
.middle-content > section .news-part .right .news-title {
    font-size: 30px;
    font-weight: 600;
}
.middle-content > section .news-part .right .news-text {
    font-size: 16px;
    font-weight: 500;
}
.middle-content > section .news-part .right .news-button {
    margin-top: 35px;
}
.middle-content > section .news-part .right .news-button a {
    background: #fff;
    color: #50301b;
    border-radius: 2rem;
    width: 190px;
    padding: 18px 70px;
    font-weight: bold;
}

/***** ggcf *****/
.exhibition-type.ggcf-exhibition-type > li > a {
    border: solid 1px #173f62;
    color: #173f62;
}
.exhibition-type.ggcf-exhibition-type > li > a.on {
    background: #173f62;
    color: #fff;
}

.visual-link.ggcf-visual-link > li:first-child > a {
    background-color: #173f62;
}
.visual-link.ggcf-visual-link > li:last-child > a {
    background-color: #587a98;
}

/***** gjicp *****/
.exhibition-type.gjicp-exhibition-type > li > a {
    border: solid 1px #0062ad;
    color: #0062ad;
}
.exhibition-type.gjicp-exhibition-type > li > a.on {
    background: #0062ad;
    color: #fff;
}

.visual-link.gjicp-visual-link > li:first-child > a {
    background-color: #0062ad;
}
.visual-link.ggcf-visual-link > li:last-child > a {
    background-color: #83c1f0;
}

/***** gcc *****/
.exhibition-type.gcc-exhibition-type > li > a {
    border: solid 1px #263692;
    color: #263692;
}
.exhibition-type.gcc-exhibition-type > li > a.on {
    background: #263692;
    color: #fff;
}

.visual-link.gcc-visual-link > li:first-child > a {
    background-color: #263692;
}
.visual-link.ggcf-visual-link > li:last-child > a {
    background-color: #717dbd;
}

/* 참가 접수하기 */
.recpt {
    background: url(../images/recpt_bg.png) center no-repeat;
    background-size: cover;
    height: 390px;
    padding-top: 135px;
}
.recpt-area {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}
.recpt-type1 {
    font-family: 'NanumSquare';
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    padding-bottom: 48px;
}
.recpt-type1 > span {
    color: #eda22e;
}
.recpt-type2 {
    font-family: 'NanumSquare';
    font-weight: 300;
    font-size: 50px;
    color: #ffffff;
    padding-bottom: 20px;
}
.recpt-type2 > span {
    font-family: 'NanumSquare';
    font-weight: 800;
}
.recpt-type3 {
    font-family: 'NanumSquare';
    font-weight: 300;
    font-size: 16px;
    color: #aaaaaa;
    padding-bottom: 52px;
}
.recpt-btn {
    width: 172px;
    height: 52px;
    margin: 0 auto;
    border-radius: 2em;
    line-height: 52px;
    display: block;
    border: solid 2px #eda22e;
    font-family: 'notokr-regular';
    text-align: center;
    background-color: rgba(0, 0, 0, 0.41);
}
.recpt-btn > span {
    color: #fff;
    font-size: 18px;
}

/* 지도 */
/* .m-map-info{display: none;}
.map{max-width: 1400px;  position: relative; margin: 60px auto 160px auto;}
.map-info{position: absolute; z-index: 99; display: block; left:20px; bottom: 20px; padding: 30px 27px 30px 30px; box-sizing: border-box; background-color: #ed6a3d;}
.map-info>h4{font-family: 'NanumSquare'; font-weight: bold; font-size: 36px; color: #ffffff; padding-bottom: 30px;}
.map-info>p{font-family:'notokr-regular'; font-size: 16px; color: #ffffff; line-height: 24px;}
.map-info>p>span{display: block; font-family: 'Roboto', sans-serif; font-weight: 300;}
.map>img{width: 100%;}
.map-area{height: 600px; }
.map-area>img{width: 100%; height: 600px;} */

/* 하단배너 */
.middle-banner__wrap {
    margin: 90px 0;
    font-size: 0;
    color: #000;
}
.middle-banner {
    max-width: 1400px;
    margin: 0 auto;
}
.middle-banner .middle-banner-img {
    display: inline-block;
    width: 700px;
    height: 410px;
    vertical-align: top;
}
.middle-banner .middle-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.middle-banner .middle-banner-info {
    display: inline-block;
    width: calc(100% - 700px);
    height: 410px;
    padding: 40px 60px;
    background-color: #f8f8f8;
    vertical-align: top;
    word-break: keep-all;
}
.middle-banner .tit {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 25px;
}
.middle-banner .middle-banner__tit {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}
.middle-banner .middle-banner__text {
    font-size: 18px;
    max-height: 158px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*************************************************pc&태블릿*************************************************/
@media all and (max-width: 1600px) {
    .event-pagination-btn-box > li:last-child {
        left: auto;
        right: 2%;
    }
    .event-pagination-btn-box > li:first-child {
        right: auto;
        left: 2%;
    }
    .swiper-container.event {
        margin: 0 80px !important;
    }
}
@media all and (max-width: 1440px) {
    .exhibition-title {
        padding: 120px 20px 62px 20px;
    }
    .exhibition-title.edu {
        padding: 84px 20px 60px 20px;
    }
    .footer-title {
        padding-left: 30px;
    }
    .swiper-pagination-section {
        padding-right: 20px;
    }
    /* 뉴스탭 */
    .news-part .news-box::after {
        display: none;
    }
}
@media all and (max-width: 1080px) {
    .middle-content > section .news-part {
        flex-direction: column;
    }
    .middle-content > section .news-part > div {
        max-height: 100%;
    }
    .middle-content > section .news-part > .left {
        width: 100%;
        padding: 15px 15px;
        height: auto;
        min-height: auto;
    }
    .middle-content > section .news-part > .right {
        width: 100%;
    }

    .middle-banner .middle-banner-img {
        width: 100%;
        height: auto;
    }
    .middle-banner .middle-banner-img img {
        width: 100%;
        height: 50vh;
    }
    .middle-banner .middle-banner-info {
        width: 100%;
        height: 100%;
        padding: 20px 20px;
    }
}
/*************************************************모바일&태블릿*************************************************/
@media all and (max-width: 991px) {
    /* 전시/행사/교육 없을떄 */
    .none-list-wrap {
        max-width: 1400px;
        margin: 0 auto;
        height: 951px;
        background-color: #fff;
        position: relative;
        z-index: 99;
    }
    .none-box {
        width: 100%;
    }
    .none-img-area {
        width: 180px;
        margin: 0 auto;
        height: 217px;
        background: url(../images/none-img.png) center no-repeat;
        background-size: 180px 217px;
    }
    .none-title {
        font-family: 'notokr-medium';
        padding-top: 30px;
        text-align: center;
        font-size: 40px;
        color: #333333;
        font-weight: normal;
    }
    /* 띠배너 */
    .belt-banner-area {
        display: none !important;
    }
    .belt-banner-area-mobile {
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
        z-index: 3;
    }
    .belt-title > span.br {
        display: block;
    }
    .swiper-slide.belt {
        height: auto !important;
    }
    .swiper-slide.belt a {
        height: 12.1vw;
    }
    .belt-title {
        width: 100%;
        margin: 0 auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        word-break: keep-all;
        line-height: normal;
        font-size: 3.22vw;
    }
    .pagination.view.belt > .swiper-pagination-bullet-active {
        background-color: #fff;
        box-shadow: 0;
    }
    .belt-pagination-mobile {
        width: auto;
        top: auto;
        bottom: 30px;
        position: absolute;
        left: 50%;
    }
    .pagination.view .swiper-pagination-bullet {
        margin-left: 20px;
        background-color: rgba(255, 255, 255, 0.3);
    }
    .belt-pagination-mobile .swiper-pagination {
        margin: 0 auto;
        bottom: auto;
    }
    /* .banner-close {height: 58px;right: 40px;top: 32px;z-index: 2;} */
    /* .banner-close>a:last-child{width: 58px;height: 58px;line-height: 58px;background: url(../images/m_belt_close_btn.png) center no-repeat;
    background-size: 58px 58px;} */
    /* .banner-close>a:first-child{font-size: 26px; line-height: 58px;} */
    /* .check-type1 label .check-image {display: inline-block;width: 28px;height: 28px;background-image: url(../images/m_check_btn.png);
    background-repeat: no-repeat;cursor: pointer;vertical-align: middle;background-size: 28px;margin-right: 15px;
    position: relative;top: -4px;}
    .check-type1 input[type="checkbox"]:checked ~ label i {background-image: url(../images/m_check_on_btn.png);} */

    /* 메인 비쥬얼 */
    .main-edu-pd {
        padding: 0 40px;
    }
    .visual-title-a {
        font-size: 70px;
        line-height: 79px;
        padding-bottom: 18px;
    }
    .slide-txt {
        padding-left: 40px;
        top: 250px;
    }
    .visual-pagination {
        padding-left: 20px;
        bottom: 100px;
    }
    .slide-txt > strong {
        font-size: 36px;
        line-height: 50px;
    }
    .visual-title-b {
        font-size: 28px;
        line-height: 36px;
        padding-top: 26px;
    }
    .m-br {
        display: block;
    }
    .visual-link > li > a {
        width: 152px;
        height: 64px;
        line-height: 64px;
        font-size: 30px;
    }
    .swiper-slide.main {
        height: 1050px !important;
    }
    .visual-link {
        margin-top: 68px;
    }

    /* 참가 접수 관리 */
    .recpt {
        height: 510px;
        padding-top: 170px;
    }
    .recpt-type1 {
        font-size: 30px;
        padding-bottom: 58px;
    }
    .recpt-type2 {
        font-size: 58px;
        padding-bottom: 30px;
    }
    .recpt-type3 {
        font-size: 26px;
        word-break: keep-all;
        padding-bottom: 72px;
    }
    .recpt-btn {
        width: 260px;
        height: 85px;
        border-radius: 3em;
    }
    .recpt-btn > span {
        line-height: 85px;
        font-size: 26px;
    }

    /* 지도 */
    .map-info {
        display: none;
    }
    .m-map-info {
        display: block;
        padding: 0 40px;
        box-sizing: border-box;
    }
    .m-map-info > h4 {
        font-family: 'NanumSquare';
        font-weight: bold;
        font-size: 56px;
        padding-bottom: 43px;
    }
    .m-map-info > p {
        font-family: 'notokr-regular';
        font-size: 28px;
        color: #737373;
        line-height: 42px;
        padding-bottom: 38px;
    }
    .m-map-info > p > span {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
    }
    .map-area {
        height: 668px;
    }
    .map-area > img {
        width: 100%;
        height: 668px;
    }
    .map {
        margin: 120px auto 190px auto;
    }
}
/*************************************************모바일*************************************************/
@media all and (max-width: 767px) {
    /* 전시/행사/교육 없을떄 */
    .none-list-wrap {
        height: 475px;
        background-color: #fff;
        position: relative;
        z-index: 99;
    }
    .none-img-area {
        width: 90px;
        margin: 0 auto;
        height: 108px;
        background: url(../images/none-img.png) center no-repeat;
        background-size: 90px 108px;
    }
    .none-title {
        font-family: 'notokr-medium';
        padding-top: 15px;
        text-align: center;
        font-size: 20px;
        color: #333333;
        font-weight: normal;
    }

    /* 띠배너 */
    .pagination.view.belt > .swiper-pagination-bullet-active {
        width: 8px;
        height: 8px;
        background-color: #fff;
        box-shadow: 0;
    }
    .swiper-slide.belt {
        height: auto !important;
    }
    .swiper-slide.belt a {
        height: 15.64vw;
    }
    .belt-title {
        width: 100%;
        font-size: 4.17vw;
    }
    .belt-pagination-mobile {
        bottom: 22px;
    }
    .belt-pagination-mobile .swiper-pagination {
        bottom: auto;
    }
    .belt-pagination {
        bottom: 25px;
    }
    .pagination.view .swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
    }
    .pagination.view .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin-left: 10px;
    }
    .banner-close {
        height: 29px;
        right: 20px;
        top: 16px;
        z-index: 2;
    }
    .banner-close > a:last-child {
        width: 25px;
        height: 25px;
        line-height: 25px;
        background: url(../images/m_belt_close_btn.png) center no-repeat;
        background-size: 25px 25px;
    }
    .banner-close > a:first-child {
        font-size: 14px;
        line-height: 29px;
        display: none;
    }
    .check-type1 label .check-image {
        display: inline-block;
        width: 14px;
        height: 14px;
        background-image: url(../images/m_check_btn.png);
        background-repeat: no-repeat;
        cursor: pointer;
        vertical-align: middle;
        background-size: 14px;
        margin-right: 5px;
        position: relative;
        top: -2px;
    }
    .check-type1 input[type='checkbox']:checked ~ label i {
        background-image: url(../images/m_check_on_btn.png);
    }

    /* 메인 비쥬얼 */
    .main-edu-pd {
        padding: 0 20px;
    }
    .visual-title-a {
        font-size: 35px;
        line-height: 40px;
        padding-bottom: 9px;
    }
    .slide-txt {
        padding-left: 20px;
        top: 125px;
    }
    .visual-pagination {
        padding-left: 10px;
        bottom: 50px;
    }
    .slide-txt > strong {
        font-size: 18px;
        line-height: 25px;
    }
    .visual-title-b {
        font-size: 14px;
        line-height: 18px;
        padding-top: 13px;
    }
    .m-br {
        display: block;
    }
    .visual-link > li > a {
        width: 76px;
        height: 32px;
        line-height: 32px;
        font-size: 15px;
    }
    .swiper-slide.main {
        height: 525px !important;
    }
    .visual-link {
        margin-top: 34px;
    }

    /* 좌우 여백 */
    .middle-content > section {
        padding: 0 15px;
    }

    .middle-content > section .news-part .right {
        text-align: center;
    }
    .middle-content > section .news-part .right > div > div {
        display: block;
    }

    /* 참가 접수 관리 */
    .recpt {
        height: 255px;
        padding-top: 85px;
    }
    .recpt-type1 {
        font-size: 15px;
        padding-bottom: 29px;
    }
    .recpt-type2 {
        font-size: 29px;
        padding-bottom: 15px;
    }
    .recpt-type3 {
        font-size: 13px;
        padding-bottom: 36px;
    }
    .recpt-btn {
        width: 130px;
        height: 43px;
        line-height: 43px;
        border-radius: 2em;
    }
    .recpt-btn > span {
        line-height: 43px;
        font-size: 15px;
    }

    /* 지도 */
    .map-info {
        display: none;
    }
    .m-map-info {
        display: block;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .m-map-info > h4 {
        font-family: 'NanumSquare';
        font-weight: bold;
        font-size: 28px;
        padding-bottom: 22px;
    }
    .m-map-info > p {
        font-family: 'notokr-regular';
        font-size: 14px;
        color: #737373;
        line-height: 21px;
        padding-bottom: 19px;
    }
    .m-map-info > p > span {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
    }
    .map-area {
        height: 334px;
    }
    .map-area > img {
        width: 100%;
        height: 334px;
    }
    .map {
        margin: 60px auto 85px auto;
    }
}

@media all and (max-width: 441px) {
    .middle-content > section .section-title {
        font-size: 32px;
        margin-right: 0px;
    }
    .middle-content > section .news-part .right {
        padding: 30px 30px;
    }
}
