.text-ngf{
    color: #147fe4;
}
.sub-visual{
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.sub-vs-01{
    background-image: url(../images/sub/2025/sub-vs-01.jpg);
}
.sub-vs-02{
    background-image: url(../images/sub/2025/sub-vs-02.jpg);
}
.sub-vs-03{
    background-image: url(../images/sub/2025/sub-vs-03.jpg);
}
.sub-vs-04{
    background-image: url(../images/sub/2025/sub-vs-04.jpg);
}
.sub-vs-05{
    background-image: url(../images/sub/sub-vs-05.jpg);
}
.sub-vs-txt{
    padding-top: 120px;
    text-align: center;
}
.sub-vs-txt > *{
    color: white;
}
.sub-vs-txt h3{
    font-size: 30px;
    line-height: 50px;
}
.sub-vs-txt h2{
    font-size: 40px;
    line-height: 50px;
}
.sub-tab-bar{
    width: 100%;
    height: 70px;
    border-radius: 35px;
    background: #f3f3f3;
    margin-top: -35px;
}
.sub-tab-item{
    float: left;
    text-align: center;
    width: calc(( 100% - 50px ) / 5 );
    height: 60px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 60px;
    color: #999999;
    margin: 5px;
    cursor: pointer;
}
.sub-tab-active{
    position: relative;
    background: #54a3ee;
    color: #fff;
    font-weight: 500;
}
.sub-tab-active::before{
    position: absolute;
    display: block;
    content: '';
    background: #54a3ee;
    width: 16px;
    height: 16px;
    top: 50px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}
.sub-contents{
    padding-top: 80px; 
    padding-bottom: 100px;
}
.sub-contents-title{
    margin-bottom: 50px;
    position: relative;
    z-index: 9;
}
.sub-contents-title > * {
    text-align: center;
}
.sub-contents-title h2{
    font-size: 40px;
    line-height: 60px;
}
.sub-contents-title h1{
    font-size: 50px;
}
.sub-contents-title h5 {
    position: relative;
    font-size: 22px;
    margin-top: 25px;
    z-index: 5;
}
.intro-img{
    width: 700px;
    height: 420px;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto 40px;
}
.intro-img img{
    width: 100%;
}
.intro-txtbox{
    width: 900px;
    padding: 80px 50px;
    border-radius: 20px;
    background: #f1f6fc;
    margin: 0 auto;
}
.intro-title{
    position: relative;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.intro-title::after{
    position: absolute;
    display: block;
    content: '';
    width: 130px;
    height: 165px;
    top: -120px;
    right: 50px;
    background-image: url(../images/sub/intro-hamo.png);
    background-repeat: no-repeat;
    background-size: 125px;
}
.intro-t01{
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
    padding: 0 50px;
}
.intro-t02{
    float: none;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
    padding: 0 50px;
}
#sub-summary{
    position: relative;
}
#sub-summary::after{
    position: absolute;
    display: block;
    content: '';
    top: 20px;
    width: 100%;
    height: 500px;
    background-image: url(../images/sub/summary-firework.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 90%;
    z-index: 2;
}
.summary-top{
    background-color: #f1f6fc;
    padding: 80px 0;
}
.summary-top-img{
    float: left;
    width: 780px;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
}
.summary-top-img img{
    width: 100%;
}
.summary-top-txt{
    float: left;
    width: calc( 100% - 780px );
    height: 500px;
    padding-left: 60px;
}


.summary-top-txt h5{
    font-size: 19px;
    line-height: 35px;
    margin-bottom: 10px;
}
.summary-top-brief{
    margin-top: 20px;
}
.brief-pill{
    float: left;
    width: 100px;
    height: 50px;
    border-radius: 25px;
    line-height: 52px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.brief-01{
    background: #003bc1;
}
.brief-02{
    background: #0374ff;
}
.brief-03{
    background: #002b8c;
}
.brief-04{
    background: #3599ff;
}
.brief-p{
    float: left;
    width: calc( 100% - 100px);
    height: 50px;
    font-size: 20px;
    line-height: 52px;
    padding-left: 15px;
}
.brief-p-03{
    line-height: 32px;
    margin-top: -5px;
}
.summary-direction {
    padding-bottom: 50px;
}
.summary-direction .sub-contents-title{
    margin-bottom: 20px;
}
.summary-direction-item{
    width: 960px;
    height: 70px;
    border-radius: 35px;
    border: 2px solid #3599ff;
    line-height: 72px;
    text-align: center;
    font-size: 25px;
    margin: 20px auto;
}
.summary-direction-item b{
    position: relative;
}
.summary-direction-item b:before{
    position: absolute;
    display: block;
    content: '';
    top: 15px;
    left: -2%;
    width: 104%;
    height: 20px;
    border-radius: 10px;
    background: #e0ff35;
    z-index: -1;
}
.summary-direction-item:hover{
    background: #3599ff;
    color: #fff;
}
.summary-theme{
    position: relative;
    background: rgb(121,190,248);
    background: linear-gradient(0deg, rgba(200,232,255,1) 0%, rgba(121,190,248,1) 100%);
    margin-top: 120px;
    padding-bottom: 80px;
}
.summary-theme::before{
    position: absolute;
    content: '';
    display: block;
    top: -120px;
    left: 50%;
    width: 100%;
    height: 700px;
    transform: translateX(-50%);
    background-image: url(../images/sub/summary-theme-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    z-index: 0;
}
.summary-theme-list{
    position: relative;
}
.summary-theme-item{
    float: left;
    width: calc(( 100% - 40px ) / 3 );
    height: 420px;
    padding: 20px;
    background: white;
    margin-right: 20px;
    z-index: 
}
.summary-theme-item:last-child{
    margin-right: 0;
}
.summary-theme-item h4{
    font-size: 28px;
    margin-bottom: 10px;
}
.summary-theme-item p{
    word-break: keep-all;
}
.theme-img{
    width: 100%;
    margin-bottom: 20px;
}
.theme-img img{
    width: 100%;
}
.sub-tab-item-program{
    width: calc( 25% - 10px );
}
.sub-tab-item-gallery{
    width: calc( 50% - 10px );
}
.sub-p-list.slick-initialized .slick-slide{
    margin: 0 10px;
}
.slick-prev {
    left: -15px;
}
.slick-next {
    right: -15px;
}
.sub-p-list .slick-prev,
.sub-p-list .slick-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.sub-p-list .slick-prev:before{
    content: "";
    width: 20px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    background-image: url(../images/common/ico-prev.png);
    background-position: center;
    background-size: 14px;
    background-repeat: no-repeat;
}
.sub-p-list .slick-next:before{
    content: "";
    width: 20px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    background-image: url(../images/common/ico-next.png);
    background-position: center;
    background-size: 14px;
    background-repeat: no-repeat;
}
.sub-p-item{
    float: left;
    width: calc(( 100% - 60px ) / 3 );
    height: 395px;
    border-radius: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    overflow: hidden;
    cursor: pointer;
    background-color: white;
}

.sub-p-item:nth-child(3n){
    margin-right: 0;
}

.sub-p-img{
    position: relative;
    width: 100%;
    height: 310px;
    overflow: hidden;
}
.sub-p-img .list-img{
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.sub-p-hover{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 0;
}
.sub-p-hover-more{
    width: 56px;
    height: 56px;
    border-radius: 28px;
    line-height: 58px;
    background: #54a3ee;
    color: #fff;
    font-size: 30px;
    text-align: center;
}
.sub-p-item:hover .sub-p-hover{
    display: flex;
}
.sub-p-txt{
    position: relative;
}
.sub-p-wave{
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.sub-p-txt{
    width: 100%;
    height: 100px;
    background: white;
    padding: 10px 20px;
}
.sub-p-txt h5{
    font-size: 24px;
    margin-bottom: 10px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 28px;
    height: 28px;
}
.sub-p-txt p.text-ngf{
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 24px;
    height: 24px;
}
.btn-sub-p-more{
    display: block;
    width: 320px;
    height: 80px;
    border-radius: 40px;
    font-size: 20px;
    border: 3px solid #147fe4;
    background: white;
    color: #147fe4;
    margin: 30px auto 0;
}
.btn-sub-p-more:hover{
    background: #147fe4;
    color: #fff;
}
.sub-detail-top{
    background: #f1f6fc;
    padding: 60px;
    border-radius: 20px;
}
.detail-img{
    float: left;
    width: 820px;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
}
.detail-img img{
    width: 100%;
}
.detail-txt{
    position: relative;
    float: left;
    width: calc( 100% - 820px );
    height: 500px;
    padding-left: 40px;
}
.detail-txt h6{
    font-size: 18px;
    margin-top: 40px;
}
.detail-txt h3{
    font-size: 36px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 30px;
}
.detail-txt hr{
    background: #848484;
    margin-bottom: 40px;
}
.detail-txt p{
    line-height: 28px;
    word-break: keep-all;
}
.detail-info{
    position: absolute;
    bottom: 30px;
}
.detail-info h6{
    position: relative;
    margin-top: 10px;
    padding-left: 30px;
    line-height: 30px;
}
.info-location::before{
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 25px;
    height: 30px;
    background-image: url(../images/sub/detail-location.png);
    background-repeat: no-repeat;
    background-size: 20px;
}
.info-date::before{
    position: absolute;
    display: block;
    content: '';
    top: 3px;
    left: 0;
    width: 25px;
    height: 30px;
    background-image: url(../images/sub/detail-calendar.png);
    background-repeat: no-repeat;
    background-size: 20px;
}
.sub-detail-contents{
    width: 950px;
    margin: 80px auto;
    text-align: center;
    word-break: keep-all;
}
.sub-detail-contetns h4{
    font-size: 28px;
}
.detail-bar{
    display: block;
    content: '';
    width: 28px;
    height: 3px;
    background: #54a3ee;
    margin: 20px auto;
}
.detail-pp{
    margin: 35px 0;
    line-height: 28px;
}
.detail-img-single{
    width: 950px;
    height: 480px;
    border-radius: 10px;
    overflow: hidden;
}
.detail-img-double div{
    float: left;
    width: 465px;
    height: 465px;
    border-radius: 10px;
    margin-right: 20px;
    overflow: hidden;
}
.detail-img-double div:last-child{
    margin-right: 0;
}
.detail-img-single img, .detail-img-double img{
    width: 100%;
}
.btn-sub-to-list{
    display: block;
    width: 320px;
    height: 80px;
    border-radius: 40px;
    font-size: 20px;
    border: 3px solid #147fe4;
    background: #147fe4;
    color: white;
    margin: 30px auto 0;
}
.sub-detail-recommend{
    background: #f7f7fc;
    padding: 80px 0;
}
.sub-detail-recommend h4{
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
}
.sub-detail-recommend h4 b{
    color: #54a3ee;
}
.map-box{
    background-color: #f1f6fc;
    padding: 60px 0;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.root_daum_roughmap .wrap_controllers{
    display: none;
}
.root_daum_roughmap .wrap_btn_zoom{
    display: none !important;
}
.location-box{
    width: 800px;
    margin: 0 auto;
}
.location-box h3{
    position: relative;
    font-size: 30px;
    margin-bottom: 40px;
    margin-left: 25px;
}
.location-box h3::before{
    content: "";
    width: 20px;
    height: 30px;
    background-image: url(../images/sub/detail-location.png);
    background-position: top;
    background-size: 20px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
}
.traffic-box{
    margin-bottom: 30px;
}
.traffic-box>div{
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    border-bottom: 1px solid #ddd;
}
.traffic-box>div:last-child{
    margin-right: 0;
    border-bottom: none;
}

.traffic-box>div h4{
    font-size: 18px;
    margin-bottom: 15px;
    color: #147fe4;
    margin-left: 25px;
    position: relative;
}

.traffic-box>div h4::before{
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/sub/img-bus.png);
    background-position: top;
    background-size: 20px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
}

.traffic-box>div p{
    font-weight: 400;
}
.traffic-bottom{
    margin-top: 50px;
}
.traffic-bottom>div{
    float: left;
    width: calc( ( 100% - 40px ) / 3 );
    height: 200px;
    border-right: 1px solid #ddd;
    margin-right: 20px;
}

.traffic-bottom>div:last-child{
    border-right: none;
    margin-right: 0;
}
.traffic-btn{
    margin-bottom: 30px;
}
.traffic-btn button{
    padding: 15px 30px;
    border-radius: 15px;
}
.korail-btn{
    width: 220px;
    background-color: #0054a6;
    color: #fff;
}
.airport-btn{
    width: 220px;
    background-color: #a60436;
    color: #fff;
}
.naver-map{
    width: 220px;
    background-color: #1ec545;
    color: #fff;
    margin-bottom: 15px;
}
.kakao-map{
    width: 220px;
    background-color: #ffe500;
}

/* 서브-스탬프투어 */
.sub-stamp{
    width: 100%;
    height: 1100px;
    background-image: url(../images/sub/stamp-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 170px 0;
}
.stamp-txt{
    float: left;
    width: 660px;
    height: 820px;
}
.stamp-txt h1{
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 30px;
}
.stamp-txt hr{
    background-color: #fff;
    margin: 50px 0;
}
.stamp-txt p{
    margin-top: 30px;
}
.stamp-txt .clearfix{
    padding-top: 100px;
}
.stamp-txt .clearfix button{
    width: 250px;
    height: 74px;
    line-height: 76px;
    border-radius: 10px;
    background: black;
    color: #fff;
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: 10px center;
    margin-right: 20px;
    border: 0;
}
.stamp-txt .clearfix button.btn-apps{
    background-image: url(../images/sub/download-appstore.png);
}
.stamp-txt .clearfix button.btn-google{
    background-image: url(../images/sub/download-google.png);
}
.stamp-app-slide{
    float: right;
    width: 410px;
    height: 820px;
    border: 10px solid white;
    border-radius: 55px;
    box-shadow: 0 0 30px rgba(0,0,0,.15);
}
.stamp-img{
    width: 100%;
    height: 800px;
    border-radius: 45px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    overflow: hidden;
}
.stamp-img01{
    background-image: url(../images/sub/stamp-img01.png);
}
.stamp-img02{
    background-image: url(../images/sub/stamp-img02.png);
}
.stamp-app-slide .slick-prev, .stamp-app-slide .slick-next{
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background: white;
    box-shadow: 0 0 30px rgba(0,0,0,.15);
    z-index: 2;
}
.stamp-app-slide .slick-prev{
    left: -50px;
}
.stamp-app-slide .slick-prev::before{
    color: transparent;
    background-image: url(../images/common/ico-prev.png);
    background-repeat: no-repeat;
}
.stamp-app-slide .slick-next{
    right: -50px;
}
.stamp-app-slide .slick-next:before{
    color: transparent;
    background-image: url(../images/common/ico-next.png);
    background-repeat: no-repeat;
    background-position: 4px;
}
.sub-p-date-tab{
    position: relative;
    width: 800px;
    height: 50px;
    margin: 0 auto 80px;
    text-align: center;
}
.sub-p-date-tab::before{
    position: absolute;
    display: block;
    content: '';
    width: 75%;
    height: 1px;
    background: #ddd;
    top: 9px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 0;
}
.p-date-item{
    position: relative;
    float: left;
    width: 25%;
    line-height: 50px;
    cursor: pointer;
}
.p-date-item .p-date-dot{
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: white;
    border: 1px solid #ddd;
    margin: 0 auto;
}
.p-date-item h6{
    font-size: 18px;
    line-height: 25px;
    color: #aaa;
}
.p-date-active .p-date-dot{
    position: relative;
    border: 2px solid #147fe4;
}
.p-date-active .p-date-dot::before{
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #147fe4;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.p-date-active h6{
    color: black;
}

/* 축제개요 추가분 */
.summary-this{
    width: 100%;
    height: auto;
    background-image: url(../images/sub/this-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.this-point{
    padding: 60px 0;
}
.this-tit-area{
    float: left;
    width: 35%;
}
.this-tit .this-box{
    float: left;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80px;
    height: 80px;
    color: white;
}
.this-tit .this-color-01{
    background: #0374ff;
}
.this-tit .this-color-02{
    background: #002b8c;
}
.this-tit .this-color-03{
    background: #3599ff;
}
.this-tit .this-bold{
    float: left;
    height: 80px;
    padding-left: 20px;
}
.this-tit .this-bold h3{
    font-size: 34px;
    line-height: 80px;
}
.this-txt{
    margin-top: 40px;
}
.this-txt p{
    font-size: 22px;
}
.this-info-area{
    float: left;
    width: 60%;
    margin-left: 5%;
}
.this-item{
    float: left;
    width: calc(( 100% - 25px ) / 2 );
    overflow: hidden;
    margin-right: 25px;
}
.this-item:nth-child(2n){
    margin-right: 0;
}
.this-item .this-img{
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.this-item .this-img img{
    width: 100%;
}
.this-item h5{
    font-size: 22px;
    margin-bottom: 10px;
}
.this-item h5 b{
    color: #0374ff;
}
.this-item p{
    color: #333;
}
.this-02{
    background: #f1f6fc;
}
.this-02 .this-tit-area{
    float: right;
}
.this-02 .this-info-area{
    margin-right: 5%;
    margin-left: 0;
}
.this-03{
    padding-bottom: 0;
}
.map-img{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.map-img img{
    width: 100%;
}
.map-txt{
    position: absolute;
    width: 29.6%;
    height: 600px;
    top: 0;
    right: 0;
    text-align: left;
    padding: 40px;
    color: white;
}
.map-item{
    height: 40px;
    margin-bottom: 25px;
}
.map-item:last-child{
    margin-bottom: 0;
}
.map-item .map-num{
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #ff3f13;
    line-height: 42px;
    text-align: center;
    font-size: 24px;
}
.map-item h5{
    float: left;
    font-size: 24px;
    line-height: 40px;
    padding-left: 15px;
}
@media screen and (max-width : 1420px){
    .map-txt{
        height: auto;
        padding: 30px 20px;
    }
    .map-item{
        height: 30px;
        margin-bottom: 20px;
    }
    .map-item .map-num{
        width: 30px;
        height: 30px;
        line-height: 32px;
        font-size: 20px;
    }
    .map-item h5{
        float: left;
        font-size: 20px;
        line-height: 32px;
        padding-left: 5px;
    }
}
@media screen and (max-width : 1024px){
    .sub-p-img{
        height: 210px;
    }
    .sub-p-item{
        height: 310px;
    }
    .slick-prev {
        left: -17px;
    }
    .slick-next {
        right: -17px;
    }
    .summary-top {
        padding: 60px 40px;
    }
    .summary-top-img{
        margin-top: 10px;
        width: 100%;
        height: auto;
    }
    .summary-top-txt{
        width: 100%;
        height: auto;
        padding-left: 0;
    }
    .summary-theme {
        margin-top: 70px;
    }
    .summary-theme::before {
        top: -70px;
    }
    .detail-img{
        width: 100%;
        height: auto;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    .detail-txt {
        float: unset;
        width: 100%;
        height: auto;
        padding-left: 0;
    }
    .detail-info {
        position: relative;
        bottom: 0;
    }
    .this-tit-area{
        float: unset;
        width: 100%;
    }
    .this-txt {
        margin-top: 25px;
    }
    .this-txt p {
        font-size: 18px;
    }
    .this-info-area{
        width: unset;
        margin: 30px 0 0;
    }
    .this-02 .this-info-area {
        margin-right: 0;
    }
    
    .map-txt{
        padding: 20px;
    }
    .map-item{
        margin-bottom: 15px;
    }
    .map-item .map-num{
        font-size: 18px;
    }
    .map-item h5{
        font-size: 18px;
    }
}

@media screen and (max-width : 992px){
    .map-txt{
        position: relative;
        width: 100%;
        height: auto;
        padding: 20px 0;
    }
    .map-item{
        width: 50%;
        float: left;
    }
    .map-item h5{
        color: black;
    }
}
@media screen and (max-width : 768px){
    .sub-visual {
        height: 200px;
        background-position: -350px;
    }
    .sub-vs-txt {
        padding-top: 50px;
    }
    .sub-vs-txt h3 {
        font-size: 22px;
        line-height: 40px;
    }
    .sub-vs-txt h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .sub-tab-bar {
        position: relative;
        height: 50px;
        border-radius: 25px;
        margin-top: -25px;
    }
    .sub-tab-item {
        position: relative;
        width: calc( 100% - 6px );
        height: 44px;
        border-radius: 22px;
        font-size: 16px;
        line-height: 44px;
        margin: 3px;
        padding-right: 10px;
        z-index: 51;
    }
    .sub-tab-active::before{
        display: none;
    }
    .sub-tab-active::after{
        position: absolute;
        display: block;
        content: '';
        width: 20px;
        height: 20px;
        top: 17px;
        right: 20px;
        background-image: url(../images/sub/tab-down-btn.png);
        background-repeat: no-repeat;
        background-size: 12px;
    }
    .sub-tab-mobile{
        position: absolute;
        display: none;
        top: 0px;
        padding-top: 50px;
        background: #f9f9f9;
        height: auto;
        border-radius: 25px;
        width: 100%;
        z-index: 50;
    }
    .sub-tab-mobile .sub-tab-item{
        border-bottom: 1px solid #ddd;
        border-radius: 0;
        width: 84%;
        margin-left: 8%;
        line-height: 40px;
    }
    .sub-tab-mobile .sub-tab-item:last-child{
        border-bottom: none;
    }
    .sub-contents {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .sub-contents-title {
        margin-bottom: 0;
        padding: 0 20px;
        word-break: keep-all;
    }
    .sub-contents-title h2 {
        font-size:24px;
        line-height: 40px;
    }
    .sub-contents-title h1 {
        margin-bottom: 20px;
        font-size: 34px;
    }
    .sub-contents-title h5 {
        font-size: 16px;
        line-height: 24px;
        word-break: keep-all;
        padding: 0 20px 20px;
        margin-top: 10px;
    }
    .intro-txtbox {
        width: 100%;
        padding: 30px 20px;
        border-radius: 15px;
    }
    .intro-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .intro-title::after {
        display: none;
    }
    .intro-img {
        width: 100%;
        width: 100%;
        height: 200px;
        border-radius: 15px;
    }
    .intro-t01{
        float: unset;
        width: 100%;
        padding: 0;
        word-break: keep-all;
    }
    .intro-t02{
        padding: 0;
        word-break: keep-all;
    }
    .intro-t01 p, .intro-t02 p{
        font-size: 14px;
        line-height: 22px;
    }
    #sub-summary .sub-contents-title::after {
        top: 0;
        background-position: top center;
        background-size: 150%;
    }
    .summary-top {
        padding: 40px 0 30px;
    }
    .summary-top-txt{
        padding-top: 10px;
    }
    .summary-top-txt h5{
        font-size: 14px;
        line-height: 22px;
        word-break: keep-all;
        margin-bottom: 15px;
    }
    .summary-top-brief{
        margin-top: 10px;
    }
    .brief-pill{
        width: 70px;
        height: 40px;
        border-radius: 20px;
        font-size: 16px;
        line-height: 42px;
    }
    .brief-p {
        width: calc( 100% - 70px);
        height: 40px;
        font-size: 14px;
        line-height: 22px;
        padding-left: 10px;
    }
    .brief-p-03{
        margin-top: 0;
    }
    .brief-p-04{
        margin-top: 10px;
    }
    .summary-direction {
        padding-bottom: 20px;
    }
    .summary-direction .sub-contents-title {
        margin-bottom: 10px;
    }
    .summary-direction-item{
        width: 100%;
        height: auto;
        border-radius: 10px;
        line-height: 25px;
        font-size: 16px;
        padding: 5px 10px;
        margin: 10px auto;
        word-break: keep-all;
    }
    .summary-direction-item b:before {
        width: 100%;
        top: 9px;
        height: 10px;
        border-radius: 7px;
    }
    .summary-theme {
        background-size: 200%;
        background-position: top left;
        padding-top: 30px;
        padding-bottom: 20px;
        margin-top: 10px;
    }
    .summary-theme::before{
        display: none;
    }
    .summary-theme .sub-contents-title {
        margin-bottom: 10px;
    }
    .theme-img {
        margin-bottom: 10px;
    }
    .summary-theme-item {
        float: left;
        width: 100%;
        height: auto;
        padding: 15px;
        margin-bottom: 15px;
    }
    .summary-theme-item h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .summary-theme-item p{
        font-size: 14px;
    }
    .sub-p-item {
        width: calc(( 100% - 10px ) / 2 );
        height: 200px;
        border-radius: 15px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .sub-p-item:nth-child(3n){
        margin-right: 10px;
    }
    .sub-p-item:nth-child(2n){
        margin-right: 0;
    }
    .sub-p-img{
        height: 150px;
    }
    .sub-p-txt{
        padding: 0 10px;
    }
    .sub-p-txt h5 {
        font-size: 18px;
        margin-bottom: 0px;
        max-height: 21px;
        height: 21px;
    }
    .sub-p-txt p.text-ngf{
        max-height: 13px;
        height: 13px;
    }
    .sub-p-txt p{
        font-size: 12px;
        width: 100%;
        height: 13px;
        overflow: hidden;
    }
    .btn-sub-p-more {
        width: 200px;
        height: 46px;
        border-radius: 23px;
        font-size: 16px;
        border-width: 2px;
        margin: 10px auto 0;
    }
    .location-box{
        width: 100%;
        padding: 0 20px;
    }
    .os_mac.root_daum_roughmap{
        width: 100% !important;
    }
    .location-box h3{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .traffic-bottom>div{
        float: unset;
        width: 100%;
        border-right: none;
        height: auto;
        border-top: 1px solid #ddd;
        padding-top: 30px;
    }
    .traffic-bottom>div>*{
        float: left;
    }
    .traffic-bottom>div>h3{
        width: 30%;
    }
    .traffic-bottom>div>div{
        width: 60%;
    }
    .naver-map{
        margin-bottom: 10px;
    }
    .traffic-bottom{
        margin-top: 0;
    }
    .sub-p-date-tab {
        width: 100%;
        margin: 0 auto 40px;
    }
    .p-date-item {
        margin-bottom: 25px;
    }
    .p-date-item h6 {
        font-size: 16px;
        line-height: 25px;
    }
    .sub-detail-top {
        padding: 20px 15px;
        border-radius: 15px;
    }
    .detail-txt h6 {
        font-size: 16px;
        margin-top: 0;
    }
    .detail-txt h3 {
        font-size: 26px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .detail-txt hr {
        margin-bottom: 15px;
    }
    .detail-txt p {
        font-size: 14px;
        line-height: 24px;
        word-break: keep-all;
    }
    .detail-info h6 {
        margin-top: 10px;
        padding-left: 25px;
        line-height: 25px;
    }
    .info-location::before {
        background-size: 16px;
    }
    .info-date::before{
        background-size: 18px;
    }
    .sub-detail-contents {
        width: 100%;
        margin: 30px 0;
    }
    .detail-bar{
        margin: 15px auto;
    }
    .detail-pp {
        margin: 15px 0;
        line-height: 24px;
        font-size: 14px;
    }
    .detail-img-single{
        width: 100%;
        height: auto;
    }
    .detail-img-double{
        width: 100%;
    }
    .detail-img-double div{
        width: calc( 50% - 10px );
        height: auto;
        margin-right: 10px;
    }
    .btn-sub-to-list {
        width: 60%;
        height: 50px;
        border-radius: 25px;
        font-size: 16px;
    }
    .sub-detail-recommend {
        padding: 40px 0 20px;
    }
    .sub-detail-recommend h4 {
        font-size: 24px;
        margin-bottom: 20px;
        word-break: keep-all;
    }
    .sub-p-list .slick-prev, .sub-p-list .slick-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 36px;
        height: 36px;
        background-color: #fff;
        box-shadow: 0 0 5px rgb(0 0 0 / 30%);
        z-index: 9;
        border-radius: 10px;
    }
    .sub-p-list .slick-prev:before {
        width: 36px;
        height: 36px;
        background-size: 10px;
    }
    .sub-p-list .slick-next:before {
        width: 36px;
        height: 36px;
        background-size: 10px;
    }
    .this-point {
        padding: 40px 0;
    }
}

@media screen and (max-width : 425px){
    .this-tit .this-box{
        width: 60px;
        height: 60px;
    }
    .this-tit .this-color-02 > *{
        font-size: 14px;
    }
    .this-txt {
        margin-top: 15px;
    }
    .this-tit .this-bold{
        padding-left: 10px;
    }
    .this-tit .this-bold h3{
        font-size: 25px;
        line-height: 60px;
    }
    .this-info-area {
        margin: 20px 0 0;
    }
    .this-item{
        float: unset;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .this-item:nth-child(2n){
        margin-bottom: 0;
    }
    .this-item h5 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .map-item{
        width: 100%;
    }
}
    