
.submenu{
    width: 200px;
    background: #fff;
    border-top: 3px solid #2889e5;
    padding-bottom: 10px;
}
.vs-03{
    background-image: url(../images/main/vs-03.jpg);
}
.vs-04{
    background-image: url(../images/main/vs-04.jpg);
}
.prgm-item{
    min-height: 280px;
}
.prgm-item p {
    font-size: 14px;
}
.prgm-item h5{
    padding:0 20px ;
}
.course-img img:hover{
    transform: scale(1.2);
    transition: all 0.5s;
}
.tab-day .day-icon::after,.tab-night .night-icon::after{
    display: none;
}
.event-tab{
    width: 395px;
}
.e-tab{
    width: 200px;
}
.e-tab span{
    margin-left: 0;
    font-size: 35px;
}
.tab-day{
    margin-right: -20px;
}
.tab-day.only {
    background: #2889e5;
}
.banner-more{
    background-image: none;
    padding: 7px;
}
.banner-more p{
    color: #000;
}
.banner-more-01,
.banner-more-02,
.banner-more-03{
    background-color: #fff;
}
.banner-more:hover{
    background: #3a96f1;
}
.banner-more:hover p{
    color: #fff;
}
.banner-img{
    width: 100%;
    height: 75%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.b-tour-img{
    background-image: url(../images/main/b-tour-img.png);
}
.b-food-img{
    background-image: url(../images/main/b-food-img.png);
}
.b-hotel-img{
    background-image: url(../images/main/b-hotel-img.png);
}
.banner-more p{
    font-size: 16px;
    margin-top: 10px;
    height: 25%;
}
.pc-sitemap{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: transparent;
    background-image: url(../images/common/pc-sitemap.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.pc-sitemap-menu{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(243, 238, 230);
    z-index: 9999;
    padding: 8vh 10vw;
    background-image: url(../images/sub/pc-sitemap-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.pc-sitemap-menu::after {
    position: absolute;
    content: '';
    width: 400px;
    height: 80px;
    bottom: 100px;
    right: 100px;
    background-image: url(../images/common/logo.png);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: center;
}
.pc-menu>li>a{
    font-size: 46px;
    font-weight: 300;
}
.pc-menu>li{
    position: relative;
    margin-bottom: 5vh;
}
.pc-subm{
    position: absolute;
    left: 350px;
    top: 50%;
    transform: translateY(-50%);
}
.pc-subm li{
    float: left;
    margin-right: 30px;
    font-size: 20px;
}
.pc-subm li::after{
    content: '·';
    display: inline-block;
    margin-left: 30px;
}
.pc-subm li:last-child::after{
    display: none;
}
.pc-subm li a{
    color: #555;
}
.pc-x{
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 0;
    top: 50px;
    right: 50px;
    background-color: transparent;
}
.pc-x img{
    width: 100%;
}

/*서브*/
.info-location{
    color: #ea5c55;
}
.info-date{
    color: #3771c2;
}
@font-face {
    font-family: 'Handletter';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/naverfont_05@1.0/Handletter.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.text-new-ngf{
    font-family: 'Handletter' !important;
    font-size: 50px !important;
    margin-bottom: 10px;
    color: #147fe4;
}
.location-map{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border: 1px solid #eee;
}
.location-new h5{
    font-size: 30px;
    color: #147fe4;
    margin-bottom: 10px;
}
.traffic-list{
    margin-top: 30px;
    margin-bottom: -20px;
}
.traffic-item{
    width: 100%;
    height: auto;
    padding: 25px 35px;
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    margin-bottom: 20px;
}
.trf-tit{
    font-size: 25px;
    width: 130px;
}
.trf-txt{
    padding-left: 25px;
    border-left: 2px solid #147fe4;
}
.trf-txt p{
    font-size: 18px;
    line-height: 30px;
}
.trf-txt p b{
    font-family: 'GmarketSansMedium';
}
.trf-txt p b.www{
    width: 105px;
    display: inline-block;
}
.search-form {
    float: right;
    margin-top: 30px;
}
.search-form select{
    float: left;
    border:1px solid #dadada;
    width: 150px;
    height: 50px;
    padding:10px 10px;
    background-size: 14px;
}
.search-form input{
    float: left;
    border:1px solid #dadada;
    width: 500px;
    height: 50px;
    padding:10px 10px;
    margin-left: 5px;
}
.search.btn{
    width: 80px;
    height: 50px;
    line-height: 50px;
    background: url("../images/common/search-icon.png") center no-repeat;
    background-color: #2889e5;
    border-radius: 5px;
    color: white;
    padding: 0;
}
.notice-list,
.news-list{
    border-top: 1px solid #eee;
    margin-top: 30px;
    margin-bottom: 50px;
}
.notice-item{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.notice-strong{
    background: #f8f8f8;
}
.n-num{
    text-align: center;
    width: 6%;
    font-size: 18px;
}
.notice-strong .n-num{
    color: #147fe4;
}
.n-con{
    width: 84%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.n-tit{
    font-size: 22px;
    font-family: 'GmarketSansMedium';
    line-height: 30px;
}
.n-txt{
    width: calc(80% - 20px);
    font-weight: 400;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.n-date{
    width: 8%;
    color: #333;
}

.notice-pagination {
    font-size:16px;
    margin: 50px auto;
    display: table;
}

.notice-pagination a{
    display: block;
    float: left;
    text-align: center;
    color: #000;
    text-decoration: none;
    margin: 0 3px;
    padding: 0 10px;
    transition-delay: 500ms;
    transition: 500ms;
    border-radius: 100px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
}
.notice-pagination a.active{
    background: #147fe4;
    color:#fff;
    border-radius:100px;   
}
.notice-pagination .pre-btn{
    background: url("../images/common/ico-prev.png") center no-repeat;
    background-color: #f4f4f4;
    background-size: 8px;
}
.notice-pagination .nxt-btn{
    background: url("../images/common/ico-next.png") center no-repeat;
    background-color: #f4f4f4;
    background-size: 8px;
}
.notice-pagination::after{
    display: block;
    content: "";
    clear: both;
}
.news-item{
    position: relative;
    width: 100%;
    height: 350px;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}
.news-img{
    float: left;
    width: 30%;
    height: 310px;
    overflow: hidden;
}
.news-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.news-con{
    float: left;
    width: 70%;
    padding-left: 50px;
}
.news-tit{
    font-size: 25px;
    font-weight: 600;
    padding-top: 50px;
}
.news-txt{
    width: 70%;
    color: #666;
    font-weight: 400;
    margin-top: 30px;
    word-break: keep-all;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 72px;
    height: 72px;
}
.news-absolute{
    position: absolute;
    left: calc(30% + 50px);
    bottom: 40px;
    margin-top: 20px;
}
.news-press{
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}
.news-date{
    color: #666;
}

@media screen and (max-width : 1420px){
    .location-map{
        height: 40vw;
        background-size: cover;
    }
}
@media screen and (max-width : 1024px){
    .pc-sitemap{
        right: 20px;
    }
}
@media screen and (max-width : 768px){
    .pc-sitemap{
        display: none;
    }
    .pc-sitemap-menu{
        display: none;
    }
    .map-box{
        padding: 30px 0;
        margin-bottom: 30px;
    }
    .location-map{
        width: calc(100% - 40px);
        height: 70vw;
        background-image: url(../images/sub/23nongae_map_mobile.png);
        background-size: cover;
    }
    .traffic-item{
        display: block;
        padding: 20px;
    }
    .trf-tit{
        width: auto;
        margin-bottom: 15px;
        border-bottom: 2px solid #147fe4;
        padding-bottom: 10px;
    }
    .trf-txt{
        padding-left: 0;
        border-left: 0;
    }
    .trf-txt p b.www{
        display: block;
    }
    .trf-txt p b.wwwt{
        margin-top: 10px;
    }
    .trf-txt p b.www.empty{
        display: none;
    }
    .search-form{
        float: unset;
        height: 40px;
    }
    .search-form select {
        width: 110px;
        height: 40px;
        font-size: 14px;
        background-image: unset;
    }
    .search-form input{
        width: calc(100% - 115px - 60px);
        height: 40px;
    }
    .search.btn {
        width: 60px;
        height: 40px;
        line-height: 40px;
    }
    .notice-list{
        margin-bottom: 30px;
    }
    .notice-item{
        height: auto;
        display: block;
        padding: 15px 0;
    }
    .n-num{
        float: left;
        width: 70px;
        padding-top: 25px;
    }
    .n-con{
        float: left;
        width: calc(100% - 70px);
        margin-bottom: 5px;
    }
    .n-tit{
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .n-txt{
        width: 90%;
        font-size: 14px;
    }
    .n-date{
        width: 100%;
        padding-left: 70px;
    }
    .news-item{
        height: auto;
    }
    .news-img{
        width: 100%;
    }
    .news-con{
        width: 100%;
        padding: 20px 0 0 20px;
    }
    .news-tit{
        padding-top: 0;
        font-size: 22px;
    }
    .news-txt{
        display: none;
    }
    .news-absolute{
        position: relative;
        width: 100%;
        left: unset;
        bottom: unset;
        margin-top: 10px;
    }
    .news-press{
        display: none;
    }
}
    