.pc-show{
    display: block;
}
.m-show{
    display: none;
}

.flex-box {
    display: flex;
}

.inner-wrapper {
    max-width: 1300px;
    margin: 0 auto;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
}
.header .flex-wrap{
    display: flex;
    padding: 5px 3%;
    align-items: center;
    justify-content: space-between;
}
.header .left{
    display: flex;
    align-items: center;
}
.header .logo{
    max-width: 200px;
    margin-right: 10px;
}
.header .logo img{
    max-width: 100%
}
.header .goto-home{
    padding-top: 2px;
    padding-left: 15px;
}
.header .goto-home a{
    display: inline-block;
    padding: 4px 10px;
    color: #fff;
    border-radius: 4px;
    /* border: 1px solid #aaa; */
    background: #95236e;
    box-shadow: 2px 2px 2px rgba(70, 6, 48, 0.18);
}
#sub_visual {
    position: relative;
    min-height: 450px;
}

#sub_visual [class~=visual_area] {
    position: relative;
    min-height: 450px;
}

#sub_visual [class~=visual_area]::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    /* z-index: 1; */
}

#sub_visual.sub{
    min-height: 280px;
    height: 280px;
}
#sub_visual.sub [class~=visual_area]{ 
    min-height: 280px;
    height: 280px;
}

#sub_visual.sub .search-wrap{
    top: 60%;
}

#sub_wrapper {
    margin-top: 162px;
}

.search-wrap {
    position: relative;
    text-align: center;
    z-index: 400;
}

.search-wrap label {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.03em;
}

.search-wrap .flex-box {
    overflow: hidden;
    position: relative;
    justify-content: center;
    border-radius: 5px;
    /* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.18); */
}

.search-wrap .search-icon {
    position: absolute;
    top: 50%;
    left: 20px;
    font-size: 26px;
    color: #ccc;
    transform: translateY(-50%);
}

.search-wrap input {
    width: 400px;
    height: 50px;
    padding-left: 60px;
    background: #eee;
    border: 0;
    font-size: 16px;
    outline: 0;
}

.search-wrap input:focus {
    border: 0 !important;
    box-shadow: none;
}

.search-wrap button {
    padding: 0 25px;
    color: #fff;
    font-weight: bold;
    background: #c53528;
    border: 0;
}

[v-cloak] {
    display: none;
}
.main .popular-place {
    padding: 50px 0;
    
}

.main .popular-place .inner-wrapper{
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.main .popular-place .swiper-container{
    padding: 0 10px 10px;
}

.sub .tit,
.main .tit {
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.tit span{
    color: #c53528;
}




.main .popular-place .pagination-wrap{
    text-align: center;
}
.main .popular-place .swiper-pagination{
    bottom: -5px;
    display: inline-block;
    text-align: center;
}
.main .popular-place .swiper-pagination-bullet{
    margin-right: 5px;
}
.main .popular-place .swiper-pagination-bullet-active{
    background: #c53528;
}

.popular-place-list {
    padding-bottom: 20px;
    font-size: 0;
}



.popular-place-list li {
}

.popular-place-list li .flex-box{
    align-items: center;
}

 .popular-place-list .img {
    position: relative;
    overflow: hidden;
    width: 230px;
    margin-right: 15px;
    border-radius: 5px;
}

.popular-place-list .img .icon-wrap{
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 100;
}

 .popular-place-list .img img {
    max-width: 100%;
}
.popular-place-list .info div{
    line-height: 1.25;
}
 .popular-place-list .score {
    margin-bottom: 5px;
    /* font-family: 'Rubik', sans-serif; */
    font-size: 20px;
    /* font-weight: bold; */
    color: #fe7b1e;
}

.popular-place-list .score span{
    font-size: 16px;
    color: #999;
}

 .popular-place-list .name {
    font-size: 20px;
    font-weight: 600;
}

 .popular-place-list .area {
    margin-top: 2px;
    font-size: 14px;
    color: #666;
}

 .popular-place-list .menu {
    margin-top: 5px;
    color: #666;
}

 .popular-place-list .viewer {
    display: flex;
    margin-top: 10px;
}

 .popular-place-list .viewer .hit{
    margin-right: 5px;
    font-family: 'Rubik', sans-serif;
}
 .popular-place-list .viewer .star{
    font-family: 'Rubik', sans-serif;
}

.main .new-place{
    margin-bottom: 30px;
}
.item-list{
    font-size: 0;
}

.item-list li {
    position: relative;
    display: inline-block;
    width: 25%;
    margin-bottom: 25px;
    padding: 0 10px;
    font-size: 16px;
}

 .item-list .img {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
}
.item-list .img .icon-wrap{
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 100;
}

 .item-list .img img {
    width: 100%;
}
.item-list .info{
    margin-top: 5px;
}
.item-list .info div{
    line-height: 1.25;
}
 .item-list .score {
    /* font-family: 'Rubik', sans-serif; */
    font-size: 20px;
    /* font-weight: 600; */
    color: #fe7b1e;
}
 .item-list .score span{
    font-size: 16px;
    color: #999;
}

 .item-list .name {
    font-size: 16px;
    font-weight: 500;
}

 .item-list .area {
    margin-top: 2px;
    font-size: 14px;
    color: #666;
}

 .item-list .menu {
    margin-top: 8px;
    font-size: 13px;
    color: #999;
}

 .item-list .viewer {
    display: flex;
    margin-top: 8px;
}

 .item-list .viewer .hit{
    margin-right: 5px;
    font-family: 'Rubik', sans-serif;
}
 .item-list .viewer .star{
    font-family: 'Rubik', sans-serif;
}

section.sub{
    min-height: 500px;
}
section.sub .inner-wrapper{
    padding: 50px 20px;
}

.search-wrap .keywords-list{
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    padding:  10px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    z-index: -1;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

.search-wrap .keywords-list li  a{
    display: block;
    padding: 10px 15px;
    text-align: left;
}

#overlay{
    /* display: none; */
    position: fixed;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 100;
}

.category{
    overflow-x: auto;
    padding: 10px 3%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
}

.category ul{
    display: flex;
}

.category li{
    margin-right: 8px;
}

.category li a{
    padding: 5px 15px;
    display: block;
    color: #555;
    border-radius: 20px;
    font-size: 12px;
    border: 1px solid #888;
}
.category li a.on{
    background: #000;
    color: #fff;
    border-color: #000;
}
.category li a i{
    position: relative;
    top: 1px;
}

.place-wrap {
    display: inline-block;
    width: 100%;
    margin: 20px auto;
    /* text-align: center; */
}

.place-wrap .tit{
    padding: 0;
    margin-bottom: 10px;
    font-size: 16px;
}

.place-wrap .place{
    display: inline-block;
    margin-right: 5px;
}
.place-wrap .place a{
    display: block;
    padding: 4px 15px 6px;
    background: #fff;
    border : 1px solid #ddd;
    border-radius: 20px;
    color: #fff;
}
.place-wrap .place a img{
    height: 20px;
}
.place-wrap .place.naver img{
    height: 15px;
}

.sns-wrap{
    position: absolute;
    top: 55px;
    right: 20px;
    padding: 10px;
    text-align: center;
    color: #999;
    border: 1px solid #999;
    border-radius: 4px;
    cursor: pointer;
}
.sns-wrap i{
    font-size: 24px;
}
.sns-wrap p{
    color: #999;
}

.sns-overlay{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 10000;
}

.sns-modal {
    
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 300px;
    min-height: 300px;
    background: #fff;
    transform: translate(-50%, -50%);
    z-index: 100001;
}
.sns-modal .tit{
    margin-bottom: 0;
    padding: 10px 15px;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
}
.sns-modal .modal-close{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.sns-modal .modal-body{

}

.main .more-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 50px;
}
.main .more-btn-wrap .more-btn a{
    padding: 10px 30px;
    border: 1px solid #000;
    font-size: 16px;
}

.icon {
    display: inline-block;
    padding: 0 8px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
    letter-spacing: -.50px;
    position: relative;
    top: -3px;
    margin-right: 6px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 400;
}

.view_img_cont{
    position: relative;
}
.view_img_cont .plus-more{
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    z-index: 10;
}

.mobile-flex{
    display: flex;
    align-items: center;
}

.icon.icon0{
    background: #146152;
}
.icon.icon1{
    background: #44803F;
}
.icon.icon2{
    background: #B4CF66;
}
.icon.icon3{
    background: #c4a100;
}
.icon.icon4{
    background: #FF5A33;
}
.icon.icon5{
    background: #F23030;
}
.icon.icon6{
    background: #25C7D9;
}
.icon.icon7{
    background: #248EA6;
}
.icon.icon9{
    background: #B33F00;
}
#bo_v_sns{
    display: block;
}
#bo_v_sns li .sns_k {
    color: #222;
}

#bo_v_sns li{
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
}
#bo_v_sns li a{
    height: auto;
    line-height: auto;
    padding: 10px 15px;
    text-align: left;
    color: #222;
    font-size: 16px;
    background: transparent !important;
}

#bo_v_sns li a i{
    position: relative;
    top: 2px;
    margin-right: 5px;
    font-size: 20px;
    color: #3b5997;
}

.multi-select-container {
    width: 40%;
    display: inline-block;
    position: relative;
    top: 2px;
  }
  
  .multi-select-menu {
    position: absolute;
    left: 0;
    top: 37px;
    float: left;
    min-width: 100%;
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    display: none;
  }
  
  .multi-select-menu input {
    position: relative;
    margin-right: 0.3em;
    top: -1.5px;
  }

  .multi-select-menu label{
    display: block;
  }
  
  .multi-select-button {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 39px;
    padding-left: 15px;
    border: 1px solid #ddd;
    background: url(./img/tag.svg) no-repeat right 10px center;
    background-size: 20px;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 13px;
    margin-top: 0px;
  }
  
  .multi-select-button:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 0.4em 0.4em 0 0.4em;
    border-color: #999 transparent transparent transparent;
    margin-left: 0.4em;
    vertical-align: 0.1em;
  }
  
  .multi-select-container--open .multi-select-menu { display: block; }
  
  .multi-select-container--open .multi-select-button:after {
    border-width: 0 0.4em 0.4em 0.4em;
    border-color: transparent transparent #999 transparent;
  }

  .view_img_cont #animated-thumbnials{
    overflow: visible;
  }
  .view_img_cont .swiper-slide img{
    width: 100%;
  }

  .contact-form .inner-wrapper{
    max-width: 800px;
    padding: 60px 0;
  }
  .contact-form .title{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }
  .contact-form .sub-title{
    font-size: 16px;
    text-align: center;
  }
  .contact-form form{
    margin-top: 20px;
  }

  .contact-form .input-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .contact-form .input-col{
    width: 50%;
  }
  .contact-form .input-col.full{
    width: 100%;
    margin-right: 0 !important;
  }
  .contact-form .input-col:first-child{
    margin-right: 20px;
  } 
  .contact-form .input-col.full label{
    margin-bottom: 15px;
  }
  .contact-form  label{
    display: block;
    color: #333;
  }
  .contact-form .input-col select{
    width: 100%;
    height: 50px;
    border: 0;
    border-bottom : 1px solid #ccc;
    outline: none !important;
  }
  .contact-form .input-col input{
    width: 100%;
    height: 50px;
    border: 0;
    border-bottom : 1px solid #ccc;
    outline: none !important;
  }
  .contact-form textarea{
    width: 100%;
    padding: 10px;
    border : 1px solid #ccc;
  }

  .contact-form .btn-wrap{
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .contact-form .btn-wrap input{
    font-weight: 500;
    background-color: rgb(0, 0, 0);
    display: flex;
    color: rgb(255, 255, 255);
    align-items: center;
    border-radius: 40px;
    padding: 15px 75px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    max-width: 100%;
    border: 1px solid rgb(0, 0, 0);
  }

  .tit-wrap{
    min-height: 88px;
  }

  #footer{
    position: relative;
    padding-bottom: 100px;
  }
  #footer [class~=cs_area]{
    top: 35px;
  }
  #footer .sns-bar{
    position: absolute;
    top: -20px;
    right: 0;
    
  }
  #footer .sns-bar ul{
    display: flex;
  }

  #footer .sns-bar li{
    margin-right: 5px;
  }

  #footer .sns-bar i {
    font-size: 24px;
    color: #fff;
  }

  .inner-wrapper.board{
    padding: 70px 0;
  }

  .header .right ul{
    display: flex;
  }

  .header .right li{
    margin-right: 10px;
  }

@media screen and (max-width: 768px) {
    .pc-show{
        display: none;
    }
    .m-show{
        display: block;
    }
    
    .header .flex-wrap{
        display: block;
        padding: 10px 3%;
    }
    .header .left{
        display: block;
    }
    .header .logo{
        width: 100px;
        margin: 5px auto;
    }
    .header .goto-home{
        width: 82px;
        padding-left: 5px;
        font-size: 10px;
    }
    .header .goto-home a{
        width: 100%;
        padding: 5px 5px;
        white-space: nowrap;
        text-align: center;
    }
    .mobile-gnb-btn{
        position: fixed;
        top: 10px;
        right: 10px;
        font-size: 26px;
        z-index: 1040;
    }
    .mobile-gnb{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 120%;
        background: #fff;
        transition: 0.3s all;
        z-index: 1000001;
    }
    .mobile-gnb.active{
        left: 0;
    }
    .mobile-gnb .mobile-gnb-close-btn{
        padding: 20px 10px;
        display: flex;
        justify-content: flex-end;
        font-size: 26px;
    }
    .mobile-gnb .mobile-gnb-list{
        padding: 0 15px;
    }
    .mobile-gnb .mobile-gnb-list li{
        margin-bottom: 10px;
    }
    .mobile-gnb .mobile-gnb-list a{
        font-size: 14px;
    }

    .search-wrap .keywords-list{
        top: 37px;
    }


    .mobile-flex{
        display: flex;
        align-items: center;
    }
    .search-wrap {
        flex: 1;
    }
    .search-wrap input{
        width: 100%;
        height: 40px;
        font-size: 14px;
    }
    #sub_wrapper{
        margin-top: 165px;
    }

    section.sub .inner-wrapper{
        padding: 20px 10px;
    }

    .titles{
        font-size: 20px;
        padding-right: 80px;
    }
    .sns-wrap{
        top: 25px;
        right: 20px;
    }

    .option-list ul{
        overflow-x: auto;
    }

    .view_img_cont a{
        width: 50%;
    }

    .main .popular-place .inner-wrapper{
        padding-bottom: 0;
        border-bottom: 0;
    }

    .main .popular-place{
        margin-bottom: 20px;
        padding: 20px 0;
        border-bottom: 1px solid #ccc;
    }
    
    .main .popular-place .swiper-container{
        padding-bottom: 25px;
    }
    .main .popular-place .swiper-pagination{
        position: relative;
        bottom: -2px;
    }

    #sub_wrapper > .inner-wrapper{
        padding: 20px 0 !important;
    }
    .popular-place-list{
        padding-bottom: 0;
    }

    .popular-place-list li .flex-box{
        display: block;
    }
    .popular-place-list .img{
        width: 100%;
    }
    .popular-place-list .name{
        font-size: 14px;
    }

    .item-list li{
        width: 50%;
        vertical-align: top;
    }

    .icon{
        padding: 0 5px;
        margin-right: 3px;
        font-size: 12px;
    }

    #sub_wrapper > .inner-wrapper.board{
        padding: 30px 15px !important;
    }
    #sub_wrapper > .inner-wrapper.board.kplace{
        padding: 30px 0px !important;
    }
    .inner-wrapper.board #bo_list .bo_tit{
        width: 160px;
    }
    
  
    .option-list ul{
        flex-wrap: wrap;
    }
    .option-list li{
        margin-bottom: 10px;
        padding-right: 0;
        margin-right : 0;
        width: 33.333%;
    }

    .tit-wrap{
        min-height: 68px;
    }

    .contact-form .inner-wrapper{
        padding: 30px 20px 60px;
      }

    .option-list li:nth-child(3n){
        border-right: 0;
    }

    #bo_v_sns li a span, [class~=snone]{
        display: inline;
    }

    #footer .sns-bar{
        top: 0;
        position: relative;
      }
    #footer .sns-bar ul{
        justify-content: center;
      }
      
}