.view-map-btn-group {
    display: flex;
}

.view-map-btn-group .view-map-btn {
    width: 180px;
}

.view-map-btn-group .view-map-btn + .view-map-btn {
    width: 210px;
    margin-left: 10px;
    background-color: #ed6d00;
}

.sub-content{
}


.sub-vs{
    position: relative;
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
}

.sub-vs .sub-vs-txt{
    position: absolute;
    top:100px;
    left:300px;
}

.sub-vs h1{
    font-family: 'Arita-dotum-Medium';
    font-size: 50px;
    font-weight: 900;
    color: #fff;
}

.sub-vs p{
    margin-top: 20px;
    font-family: 'Arita-dotum-Medium';
    font-size: 16px;
    color: rgba(255,255,255,0.5);
}

.sub-vs.sub-01{
    background-image: url("../images/sub/sub-vs-01.png");
}
.sub-vs.sub-02{
    background-image: url("../images/sub/sub-vs-02.png");
}
.sub-vs.sub-03{
    background-image: url("../images/sub/sub-vs-03.png");
}
.sub-vs.sub-04{
    background-image: url("../images/sub/sub-vs-04.png");
}
.sub-vs.sub-05{
    background-image: url("../images/sub/sub-vs-05.png");
}
.sub-vs.sub-06{
    background-image: url("../images/sub/sub-vs-06.png");
}

.sub-lnb ul{
    width: 1620px;
    height: 80px;
    background: #ed6d00;
    float: right;
    transform: translateY(-40px);
}

.sub-lnb ul .home{
    width: 80px;
    height: 80px;
    background-image: url("../images/sub/home.png");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f8b500;
    border-right: 0;
}

.sub-lnb ul li{
    float: left;   
    border-right: 1px solid rgba(255,255,255,0.2);
}

.sub-lnb ul li.on {
    background-color: #533C68;
}

.sub-lnb ul li a{
    display: block;
    width: 150px;
    height: 80px;
    color: #fff !important;
    font-family: 'Arita-dotum-Medium';
    font-size: 16px;
    line-height: 80px;
    text-align: center;
}

.depth-03{
    display: table;
    margin: 30px auto;
}

.depth-03 li{
    float: left;
    border:1px solid rgba(0,0,0,0.1);
    border-radius: 50px;
    margin-right: 10px;
}

.depth-03 li.on{
    background: #ffb300;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
}

.depth-03 li.on a{
    color: #fff !important;
}

.depth-03 li:last-child{
    margin-right: 0;
}

.depth-03 li a{
    display: block;
    text-align: center;
    width: 150px;
    padding: 15px 0;
}

.ori-txt-box p{
    margin-top: 65px;
}

.ori-box .txt-box{
    margin-top: 100px;
}

.ori-box .txt-box h3{
    font-family: 'Arita-dotum-Medium';
    color: #ed6d00;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 20px;
}

.ori-box .txt-box p{
    width: 80%;
    margin-top: 30px;
    line-height: 1.8em;
}

.ori-box .img-box{
    height: auto;
}

.ori-bottom{
    width: 100%;
    height: auto;
    background: url("../images/sub/ori-bottom-bg.png") no-repeat;
    background-size: cover;
    padding: 100px 0;

}

.ori-bottom .tit{
    margin:0 auto;
    text-align: center;
}

.ori-bottom .tit p{
    color: #fff;
    font-size: 13px;
    font-weight: 200;
    letter-spacing: 0.5em;
}

.ori-bottom .tit h2{
    font-family: 'Arita-dotum-Medium';
    color: #fff;
    font-weight: 900;   
    font-size: 30px;
}

.ori-bottom .ori-bottom-img{
    width: 366px;
    height: 350px;
    overflow: hidden;
}

.ori-bottom .ori-bottom-img.center{
    margin:40px 20px 0 20px;
}

.ori-bottom .ori-bottom-img:hover img{
    transition: 0.2s;
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: transform 1s;
    -o-transition: transform 1s;
    -moz-transition: transform 1s;
    -webkit-transition: transform 1s;
}

.intro-txt-box{
    margin-top: 50px;
}

.intro-txt-box p{
    width: 80%;
}

.intro-img-box img{
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
}

.intro-bottom{
    position: relative;
    width: 100%;
    height: 400px;
    background: url(../images/sub/intro-bg.png) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.intro-bottom .btn{
    margin:30px auto 0 auto;
}

.main-pr{
    margin: 100px auto;
}

.main-pr .rd{
    position: relative;
    margin:0 auto;
}

.main-pr .cloud-01{
    position: absolute;
    bottom:0;
    right: 98px;
    animation:animatedbang infinite;
    animation-duration:2s;
}

@keyframes animatedbang{
    0%{transform:translateY(5px); }
    50%{transform:translateY(-10px); }
    100%{transform:translateY(5px); }
}

.main-pr .cloud-02{
    position: absolute;
    top: 20px;
    left: 210px;
    animation: animatedbang-02 infinite;
    animation-duration: 2s;
    width: 200px;
}

@keyframes animatedbang-02{
    0%{transform:translateY(-5px);}
    50%{transform:translateY(10px);}
    100%{transform:translateY(-5px);}
}


/*축제정보*/
.summary-wrap{
    margin:50px 0 100px 0;
}

.summary-box-text-info{
    /* border:1px solid #f4f4f4; */
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    margin-top: 40px;
}

.summary-box-text-info div{
    font-size: 16px;
}

.summary-box-text-info .info-head-none{
    font-weight: 350;
}

.btn.map-size span{
    background: url("../images/common/icon-mapview.png") center left no-repeat;
    padding-left: 30px;
}

.btn.map-down span{
    background: url("../images/common/icon-download.png") center left no-repeat;
    padding-left: 30px;
}

.summary-map{
    cursor: pointer;
}

.bg-img-shadow{
    background: #f4f4f4;
}

.history-wrap .history-list > li{
    position: relative;
    margin-bottom: 50px;
}
.history-wrap .history-list > li::after{display: block; clear: both; content: "";}
.history-wrap .history_tit{
    font-family: 'Arita-dotum-medium';
    float: left;
    width:auto;
    font-weight: 800;
    font-size: 55px;
    color: #333;
}
.history-wrap .history_box{position: relative; float: right; width: auto; padding-bottom: 80px; margin-top: 20px;}
.history-wrap .history_box::after{display: block; clear: both; content: "";}
.history-wrap .history-list > li:last-child .history_box{padding-bottom: 0;}
.history-wrap .history_txt_list{float: left; width: 540px;}
.history-wrap .history_txt_list li{margin-bottom: 20px; font-size: 17px; line-height: 26px; letter-spacing: -.05em;width: 90%;}
.history-wrap .history_txt_list li:last-child{margin-bottom: 0;}
.history-wrap .history_txt_list li{color: #333;}
.history-wrap .history_txt_list .his-tit{
    font-size: 22px;
    font-family: 'Arita-dotum-medium';
    font-weight: bolder;
    color: #333;
    margin-bottom: 50px;
    word-break: keep-all;
}

.history-wrap .history_txt_list > li > b{
    width: 100px;
}

.history-wrap .history_txt_list > li:first-child{
    display: block;
}

.history-wrap .history_txt_list > li > b{
    display: inline-block;
}

.history-wrap .history-img-mobile{
    display: none; }

.history-wrap .history-img{
    width: 280px;
    height: 400px;
    overflow: hidden;
    float: right;
}

.history-wrap .history-img img{
    width: 100%;
}

.history-wrap .history-line{
    position: absolute;
    left: -35px;
    top: 15px;
    width: 1px;
    height: 100%;
    background: url("../images/sub/his-line.png") center no-repeat;
}

.history-wrap .history-line::before{
    content: "";
    position: absolute;
    left: -9px;
    top: -17px;
    width: 20px;
    height: 20px;
    background: url("../images/sub/his-dot.png") center no-repeat;
    background-size: cover;
}

.program-list-wrap{
    width: 100%;
}

.program-list-wrap .program-list{
    width: auto;
    display: flex;
    margin:0 auto;
}

.program-list-wrap .program-list a{
    display: block;
    float: left;
    width: 180px;
    margin-right: 10px;
}


.view-map-btn{
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding:20px 10px;
    width: 150px;
    margin:20px 0;
    background: #ffb300;
}

.view-map-btn:hover{
    background: #ed6d00;
    transition: 0.2s;
    text-decoration: none;
}

.view-map-btn > span{
    color: #fff;
    font-size:16px;
    padding-left:20px;
    background: url("../images/sub/icon-location.png") left center no-repeat;
}

#faq {
    width: 100%;
    margin: 100px auto;
  }
  .qna-list {
    border-top: 2px solid #000;
  }
  .qna-item {
    border-bottom: 1px solid #f0f0f0;
  }
  .qna-item:hover {
    background: #fafafa;
  }
  .qna-item .question-article {
      padding:20px;
      border-bottom:0;
      font-size: 20px;
    }

  .qna-item:first-child .question-article {border-top:0;}
  .qna-item.on .question-article {border-bottom:0;}
  .qna-item.on + .qna-item .question-article {border-top:0;}
  
  .qna-item .question {
    font-family: 'Arita-dotum-Medium';
    font-size: 18px;
    font-weight: 600;
    display:block;
    position:relative;
    padding:15px 40px 14px 0; 
    background:url("../images/common/ico_snb_down.png") no-repeat 100% 50%;
    line-height:24px;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
  
  .qna-item.on .question {
    background:url("../images/common/ico_snb_up.png") no-repeat 100% 50%; 
    font-weight: bold;
    }
  .qna-item .question span.q {
    margin-right: 10px;
    display: inline-block;
    color: #ed6d00;
  }
  .qna-item .answer-article a:hover {
    text-decoration: underline;
  }
  .qna-item .answer-article {
      display:none;
      padding:20px 40px 20px;
      border:0;
      background:#f4f4f4;
      color:#333;
      font-size:16px;
      line-height:1.8em;
    }
  .qna-item .answer-article strong {font-weight:normal;}


  .traffic-wrap{
      margin: 50px auto 100px auto;
  }

  .traffic-wrap table{
    width: 100%;
    border-top: 2px solid #f8b500;
  }

  .traffic-wrap table tr{
      border-bottom: 1px solid #ddd;
      padding: 10px;
}

.traffic-wrap table th{
    font-weight: 600;
}

.traffic-wrap table th,
.traffic-wrap table td{
    padding: 10px;
    border-right: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
}

.br-n{
    border-right: none !important;
}

.traffic-wrap .tit{
    display: block;
    margin-bottom: 20px !important;
}

.traffic-wrap .map{
    width: 100%;
    margin-bottom: 30px;
}

.bus-info{
    margin-top: 50px;
}

.bus-info .info-wrap{
    display: flex;
}

.bus-info .info-wrap .item{
    flex: 1;
    border:1px solid rgba(0,0,0,0.1);
    padding: 30px;
}

.bus-info .info-wrap .item h4{
    display: block;
    font-weight: 600;
    margin-bottom: 20px !important;
    color: #ed6d00;
}

.bus-info .info-wrap .item.gap{
    margin: 0 20px;
}



@media (max-width:768px){

    .pc-img{
        display: none !important;
      }
    
      .m-img{
        display: block !important;
      }

    .sub-content{
        margin-top:0;
    }

    .depth-03 li a{
        width: 120px;
    }

    .depth-03{
        width: 520px;
    }

    .sub-lnb{
        width: 100%;
        margin-bottom: 50px;
        float: none;
        overflow-x:scroll;
    }

    .sub-lnb ul .home {
        width: 40px;
        height: 40px;
    }

    .sub-lnb ul {
        height: 40px;
    }

    .sub-lnb ul li {
        display: none;
    }

    .sub-lnb ul li.home,
    .sub-lnb ul li.on {
        display: block;
    }

    .sub-lnb ul li.on {
        width: calc(100% - 40px);
    }

    .sub-lnb ul li a {
        width: 100%;
        height: 40px;
        line-height: 40px;
    }

    .sub-lnb ul {
        width: auto;
        height: 40px;
        transform: translateY(0);
        float: none;
    }

    .sub-vs{
        display: flex;
        align-items: center;
        background-position-x: center;
        height: 150px;
    }

    .sub-vs h1{
        font-size: 25px;
    }

    .sub-vs p {
        font-size: 14px;
        margin-top: 6px;
        margin-bottom: 0;
    }

    .sub-vs .sub-vs-txt{
        text-align: center;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
    }

    .summary-wrap h2{
        font-size: 30px !important;
        letter-spacing: -0.05em;
    }

    .summary-wrap h3 {
        font-size: 12px;
        letter-spacing: -0.05em;
    }

    .program-text-box h3 {
        font-size: 15px;
    }

    .summary-wrap p {
        font-size: 12px;
    }
    
    .history-wrap .history-list > li {
        margin-bottom: 10px; }
    
    .history-wrap .history_tit {
        margin-left: 7%; 
        font-size: 30px;
        color: #ed6d00;
        transform: translateY(-10px);
    }
    
    .history-wrap .history_txt_list{float: none; width: 90%; margin-left: 7%; word-break: keep-all; }
    
    .history-wrap .history_txt_list .his-tit{
        margin-bottom: 20px;
        line-height: 1.5em;
    } 
    
    .history-wrap .history_txt_list li {
        margin-bottom: 15px; }
    
    
    .history-wrap .history_txt_list > li > b {
        width: 85px; }
    
    .history-wrap .history-img-mobile{
        display: block; 
        margin-bottom: 30px; }
       
    .history-wrap .history-img-mobile img{
        width: 100%;
        margin: 0 auto 50px auto; 
        text-align: center;
    }
    
    .history-wrap .history_box {
        margin-top: 10px; }
    
    .history-wrap .history-img{
        display: none; }
    
    .history-wrap .history-line{
        left: 0px;
        top: 0;
        min-height: 320px;
        height: auto; }
    
    .ori-txt-box{
        width: 100%; }
    
    .ori-txt-box .origin-title{
        width: 90%; 
        margin: 0 auto; }

    .ori-bottom .tit h2{
        font-size: 25px;
        width: 77%;
        margin: 0 auto;
        line-height: 1.6em;
    }
    
    .ori-txt-box p {
        margin-top: 30px;
        text-align: center;
    }

    .ori-box .img-box {
        width: 100%; }
    
    .ori-box .img-box img {
        width: 100%; 
        margin-top:0;
    }

    .ori-box .txt-box h3{
        width: 65%;
        text-align: center;
        margin: 0 auto;
        line-height: 1.8em;
    }
    
    .ori-box .txt-box {
        margin-top:30px;
    }
    
    .ori-box .txt-box p {
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }

    .ori-bottom .img-list{
        display:block;
        margin:30px auto 0 auto;
    }

    .ori-bottom .img-list a{
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
        display: block;
    }

    .ori-bottom .img-list .center{
        margin: 20px auto;
    }

    .ori-box{
        margin-top: 30px;
    }
 
    .intro-txt-box{
        margin-top: 0px;
        width: 100%;
    }
    
    .intro-txt-box .intro-title{
        width: 90%; 
        margin: 20px auto;
    }

    .intro-txt-box p{
        width: 90%;
        margin: 0 auto 30px;
        text-align: center;
    }
    
    .intro-img-box{
        width: 100%;
    }
    
    .intro-img-box img{
        width: 90%; 
        margin: 0 auto;
    }

    .intro-bottom{
        height: 300px;
    }
    
    .main-pr {
        margin: 50px auto; }
    
    .main-pr .rd img{
        width: 80%; }
    
    .main-pr .cloud-01{
        right: 0;
        width: 50%!important; }
    
    .main-pr .cloud-02{
        left: 0;
        width: 35%!important; 
    }

    .main-pr .rd{
        margin:100px auto 0 auto;
    }

    .program-list-wrap{
        overflow-x: scroll;
    }

    .program-list-wrap .program-list a{
        width: 98px;
    }

    .view-map-btn{
        display: flex;
        margin:20px 0 20px 20px;
    }

    .traffic-wrap{
        margin: 50px auto;
    }

    .summary-wrap {
        margin: 50px auto 0 auto;
    }

    .frf-info .top.item{
        border-top:2px solid #ed6d00;
    }

    .frf-info .item{
        padding: 10px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    .frf-info .item p{
        margin:0 0 5px 0;
    }

    .bus-info{
        margin-top: 30px;
    }
    

    .bus-info .info-wrap{
        display: block;
    }

    .bus-info .info-wrap .item.gap{
        flex:auto;
        margin: 20px auto;
    }

    .promokit-layer__contents {
        width: 90%;
    }

    .parking-layer__body, .map-layer__body, .share-layer__body {
        padding: 10px !important;
    }



}

@media (max-width:640px){
    .history-wrap .history-line{
        top: -30px;   
    }

    .view-map-btn-group {
        flex-direction: column;
    }

    .view-map-btn {
        width: 100%;
        margin-left: 0;
    }

    .view-map-btn-group .view-map-btn{
        margin-top: 0;
        margin-bottom: 5px;
        width: 100%;
    }

    .view-map-btn-group .view-map-btn > span {
        font-size: 14px;
    }

    .view-map-btn-group .view-map-btn + .view-map-btn {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
}
