.landing-wrapper {
      position: relative;
      max-width: 640px;
      margin: auto;
  }

.top-wrap {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 640px;
    width: 100%;
    padding: 1rem 0;
    letter-spacing: -1px;
    background-color: #fff;
    z-index: 999;
}

.top-wrap .home-icon {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    cursor: pointer;
}

.top-wrap .home-icon>img {
    width: 30px;
}

.top-wrap .top-title {
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: -1.5px;
}

.bg-img {
    margin-top: 50px;
    max-width: 640px;
    width: 100%;
}
.bg-img.on:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.facil-wrap {
    width: 85%;
    margin: auto;
    padding: 2.5rem 0;
}

.facil-wrap .facil-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.facil-wrap .facil {
    display: flex;
    flex-wrap: wrap;
    width: 102%;
    margin-top: 0.5rem;
    color: #000;
}

.facil-wrap .facil .item {
    width: 31.333%;
    margin-right: 2%;
    margin-bottom: 2%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #1DE6F1;
    border-radius: 5px;
    font-weight: 500;
}
.facil-wrap .facil .item a{
    width: 100%;
}

.facil-wrap .facil .item.it_b {
    background-color: #FFCC00;
    color: #000;
}

.facil-wrap .facil .item.it_g {
    background-color: #548235;
}

.facil-wrap .facil_guide {
    display: flex;
    flex-wrap: wrap;
    margin-top: .5rem;
}

.facil-wrap .facil_guide .guide {
    position: relative;
    width: 48%;
    height: 40px;
    line-height: 24px;
    border: 1px solid #595959;
    margin: 1%;
    padding: .5rem;
    border-radius: 5px;
}

.facil-wrap .facil_guide .guide::after {
    content: '▶';
    position: absolute;
    /* right: 53%; */
    top: 50%;
    right: .25rem;
    transform: translateY(-50%);
}

.btns-amenity {
    position: fixed;
    bottom: -300px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    max-width: 640px;
    width: 100%;
    color: #fff;
    transition: bottom 0.3s ease-in-out;
}

.btns-amenity.active {
    bottom: 0;
}

.btns-amenity .amenity-list {
    position: relative;
    z-index: 10;
    background: #c02535;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
}

.btns-amenity .amenity-list .close-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

.btns-amenity.active .amenity-list .close-btn {
    display: block;
}

.btns-amenity .amenity-list li {
    width: 100%;
    text-align: center;
}

.btns-amenity .amenity-list li.btn-title {
    position: relative;
    font-weight: bold;
    padding: 1rem 0;
}

.btns-amenity .amenity-list li a span::before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff9000;
    width: 3rem;
    height: 4px;
    border-radius: 10px;
}

.amenity-list {
    width: 100%;
}

.amenity-list .facil-wrap {
    width: 100%;
    padding: 0 0 1rem 0;
}

.amenity-list .facil-wrap .facil {
    margin-top: 0;
}

.amenity-list .facil-wrap .facil .item {
    font-weight: bold;
    width: 48%;
}

.amenity-list .facil-wrap .facil_guide {
    margin-top: 0;
    text-align: left;
}

.amenity-list .facil-wrap .facil_guide .guide {
    border: 1px solid #fff;
    padding: 0 .5rem;
    line-height: 38px;
    text-align: center;
}

.amenity-list .facil-wrap .facil_guide .guide::after {
    display: none;
}

.go_top {
    display: none;
    position: fixed;
    bottom: 65px;
    right: 15px;
}


/* 시설 상세페이지 */
.btn-box { 
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    max-width: 640px;
    display: flex;
    width: 100%;
    height: 55px;
    text-align: center;
    color: #fff;
    background: #c02535;
}
.btn-box>a{
    text-align: center;
    padding: 1.25rem 0;
    display: block;
    width: 100%;
    font-size: 1rem;
}

  
.btn-box .btn-menu {
    width: 20%;
    background: #970312;
    position: relative;
    font-size: 13px;
    padding: 1rem 0;
    line-height: 3.7;
}

.btn-box .btn-menu:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 21px;
    height: 23px;
    background: url("//img.go.co.kr/landing/reserve_landing/icon_list.png")
    no-repeat;
    background-size: contain;
}
.btn-box .btn-tel,
.btn-box .btn-reserve {
    width: 80%;
}

/* 상세 메뉴 */
.facil-wrapper{
    position: fixed;
    z-index: 999;
    bottom: -530px;
    max-width: 640px;
    width: 100%;
    margin: auto;
    padding: .5rem 0;
    font-size: 14px;
    background-color: #C02535;
    transition: bottom ease .5s;
    border-radius: 10px 10px 0 0;
}
.facil-wrapper.active{
    bottom: 0;
}
.facil-wrapper .facil-wrap{
    padding: 10px 20px;
    width: 100%;
}
.facil-wrapper .facil-wrap .facil-title{
    margin: 0.5rem 0 1rem;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.facil-wrapper .facil-wrap .facil-title::before {
    position: absolute;
    content: '';
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FF9000;
    width: 3rem;
    height: 4px;
    border-radius: 10px;
}
.facil-wrapper .facil-wrap .close-btn{
    position: absolute;
    top: 10px;
    right: 15px;
}
.facil-wrapper .facil-wrap .facil{
    display: flex;
    flex-wrap: wrap;
    width: 102%;
    margin-top: 0.7rem;
    color: #fff;
}
.facil-wrapper .facil-wrap .facil .item.active::before{
    content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background-color: #FFCC00;
}
.facil-wrapper .facil-wrap .facil .item{
    position: relative;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #1DE6F1;
    border-radius: 5px;
    font-weight: 500;
    color: #000;
}
.facil-wrapper .facil-wrap .facil .item.it_b{
    background-color: #FFCC00;
}
.facil-wrapper .facil-wrap .facil .item.it_g{
    background-color: #548235;
}

.btn-box .btn-home>img{
    margin-right: .25rem;
    width: 25px;
    height: 20px;
}
.payment {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 99;
    max-width: 640px;
    width: 100%;
    background: #fff;
}
.payment.on {
    display: block;
}
.payment h1{
    position: relative;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #cfcfcf;
    background: #f2f2f2;
    text-align: center;
    font-weight: bold;
    color: #333;
}

.payment h1 .btn-close {
    position: absolute;
    right: 10px;
    top: 7px;
    width: 20px;
    height: 20px;
}
.payment h1 .btn-close:before,
.payment h1 .btn-close:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0px;
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #000;
}
.payment h1 .btn-close:before {
    transform: rotate(45deg);
}
.payment h1 .btn-close:after {
    transform: rotate(-45deg);
}

.payment .service-box .use-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
}
.payment .service-box .use-date span {
    letter-spacing: -.5px;
    font-size: 18px;
}
.payment .service-box .use-date input {
    border: 1px solid #111;
    width: 150px;
    text-align: center;
    padding: .25rem;
}

.payment .service-box .breakfast {
    overflow: scroll;
    margin: 0 10px;
    max-height: 300px;
    border-top: 1px solid #ebebeb;
}
.payment .service-box .breakfast .title {
    margin: 10px 0;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -.5px;
}
.payment .service-box .breakfast .food-type li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.breakfast .food-type .food-name {
    letter-spacing: -.5px;
}
.breakfast .food-type .food-item {
    display: flex;
    align-items: center;
}
.breakfast .food-type .food-item .price {
    margin-right: 15px;
    font-size: .875rem;
}
.breakfast .food-type .food-item .price .discount {
    color: #8f8f8f;
}
.breakfast .food-type .food-item .price {
    text-align: right;
    font-weight: bold;
}
.breakfast .food-type .food-item .price strong {
    color: #e63b3b;
    font-size: 16px;
}
.breakfast .food-type .food-item select {
    width: 60px;
    height: 35px;
    text-align: right;
    border: 1px solid #111;
    background-color: #fff;
    color: #111;
    text-align: left;
    padding-left: .25rem;
}
.breakfast .food-type .food-item .select-wrap{
    position: relative;
}
.breakfast .food-type .food-item .select-wrap::after{
    content: '▼';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    font-size: 10px;
}

.payment .btn-pay {
    cursor: pointer;
    width: 100%;
    padding: 1.25rem 0;
    background: #a65656;
    text-align: center;
    font-size: 1rem;
    letter-spacing: -.5px;
    color: #fff;
    font-size: 20px;
}

/* 안내페이지 */
.info-wrapper{
    max-width: 640px;
    margin: 50px auto 0;
}
.info-wrapper .tab-wrap{
    width: 100%;
    display: flex;

}
.info-wrapper .tab-wrap .tab{
    width: 50%;
    cursor: pointer;
}
.info-wrapper .tab-wrap .tab>img{
    display: none;
}
.info-wrapper .tab-wrap .tab>img.show{
    display: block;
}
.info-wrapper .contents .cont{
    display: none;
}
.info-wrapper .contents .cont:first-child{
    display: block;
}