@charset "utf-8";

/*********************
 Common
**********************/
/* button */
.btn[class*="ico_"]:before{
    display:inline-block;
    content:'';
    vertical-align:middle;
    width:30px;
    height:30px;
    margin:-6px 7px 0 0;
    background:url('../image/icon/ico-coupons.png');
}
.btn.ico_coupon:before {
    background-position: 0 0;
}
.btn.ico_coupon-w:before {
    background-position: 0 -30px;
}

.btn-sml {
    min-width: 30px;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    font-size: 14px;
}

/* 간격 */
.pt20 {padding-top:2rem}

/*********************
 객실영업시스템 PC Layout
**********************/

/* 객실예약 */
.list-toggle{
    max-width: 1280px;
    margin: 0 auto;
}
.list-toggle.type1 .toggle-tit a{
    padding: 2.4rem 2.4rem 2.4rem 0;
}
.toggle-wrap{
   background: #fff;
}
.toggle-tit{
    position: relative;
    display: block;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #eee;
}
.toggle-wrap.active .toggle-tit{
    border-color: #666;
}
.toggle-tit a{
    display: block;
    width: 100%;
}
.toggle-tit .arrow{
    position: absolute;
    top: 45px;
    right: 23px;
    margin-top: -13px;
}
.toggle-tit .arrow:after{
    display:inline-block;
    content:'';
    position: relative;
    vertical-align:top;
    width:15px;
    height:15px;
    border:solid #333;
    border-width: 0 1px 1px 0;
    transform: rotate(-315deg);
    -webkit-transform: rotate(-315deg);
}
.toggle-cont{
    display: none;
    font-size: 16px;
}
.toggle-wrap.active >.toggle-tit .arrow::after{
    margin-top: 7px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.room-coupon-list {
    background: #f5f5f5;
}
.room-coupon-list li {
    position: relative;
    display: table;
    width: 100%;
    padding: 20px 40px;
    border-bottom: 1px dashed #e5e5e5;
}
.room-coupon-list li:after{
    content: '';
    display: block;
    clear: both;
}
.room-coupon-list li > * {
    display: table-cell;
    vertical-align: middle;
}
.room-coupon-list li .btn{
    float: right;
}
.room-coupon-list .text-coupon{
    position: absolute;
    top: 50%;
    right: 213px;
    width: 70%;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-align: right;
    transform: translateY(-50%);
}
.text-coupon .coupon-name {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 24px 6px 0;
}
.text-coupon .coupon-del{
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 18px;
    margin-left: 3px;
    overflow: hidden;
    font-size: 0;
    color: transparent;
    border: 0;
    border-radius: 50%;
    background: #d8d8d8;
    vertical-align: middle;
    transform: translateY(-50%);
}
.text-coupon .coupon-del:before,
.text-coupon .coupon-del:after{
    content: '';
    position: absolute;
    height: 1px;width: 1rem;
    top: 50%;
    left: 0.4rem;
    margin-top: -1px;
    background: #fff;
}
.text-coupon .coupon-del:before{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.text-coupon .coupon-del:after{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 예약완료 */
.price-div .payment-div + .payment-div {
    margin-top: 10px;
}
.package-complete .bottom.coupon {
    padding-bottom: 40px;
}
.item-purchase-area{
    margin-top: 60px;
    background: #fff;
    border:1px solid #ddd;
}
.item-purchase-area ul {
    display: table;
    width: 100%;
    padding: 3rem 0;
}
.item-purchase-area ul.only-child {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.item-purchase-area li {
    position: relative;
    display: table-cell;
    width: calc(100% / 3);
    padding: 0 3rem;
    color: #333;
    vertical-align: middle;
}
.item-purchase-area li + li {
    border-left: 1px dashed #ccc;
}
.item-purchase-area .tit {
    font-size: 24px;
}
.item-purchase-area .desc {
    margin: 1rem 0 4.8rem;
    font-size: 14px;
}
.item-purchase-area .btn-grey2 {
    padding: 0 30px;
}
.item-purchase-area li > .ico-purchase{
    display:inline-block;
    position: absolute;
    right: 3rem;
    top: 0;
    vertical-align:middle;
    width:4rem;
    height:4rem;
    background-size: 100%;
}
.item-purchase-area li > .ico-purchase.list-01{background:url('../image/icon/ico_benepit4.png') no-repeat;}
.item-purchase-area li > .ico-purchase.list-02{background:url('../image/icon/ico_benepit5.png') no-repeat;}
.item-purchase-area li > .ico-purchase.list-03{background:url('../image/icon/ico_benepit6.png') no-repeat;}

/* 200818 예약완료 차감박수 뱃지 수정 */
.package-complete .top-right .days {
    left: 114px;
}
:lang(en) .package-complete .top-right .days,
:lang(ja) .package-complete .top-right .days{
    top: -22px;
}

/* 추가 구매 완료 */
.package-complete .bottom.item-add {
    padding-bottom: 20px;
}
.bottom.item-add .bottom-left div.box1 {
    height: 199px;
    padding-top: 60px;
    padding-right: 45px;
}
.bottom.item-add .box-top .tit{
    font-size: 20px;
    line-height: 1.4;
    color: #000;
}
.bottom.item-add .box-top .reser-num {
    font-family:'Lato',sans-serif;
    font-weight:700
}
.bottom.item-add .box-top .btn-arrow {
    margin-top: 17px;
}
.bottom.item-add .payment-div .pay {
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}
.bottom.item-add .payment-div .pay .price {
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

/* 조식 신청 테이블 */
.tb-view.breakfast {
    padding: 0;
    margin-top: 20px;
    border-top: none;
    background: #f5f5f5;
}
.tb-view.breakfast .input-group > .input-group-cell {
    padding: 0 15px;
}
.tb-view.breakfast .input-group > .input-group-cell:last-child {
    padding-right: 40px;
}
.tb-view.breakfast .input-group-cell .number-ctrl{
    width: 285px;
}
.tb-view.breakfast table th,
.tb-view.breakfast table td{
    padding: 25px 0;
}
.tb-view.breakfast table tbody tr + tr {
    border-top: 1px dashed #ddd;
}
.tb-view.breakfast table th{
    padding-left: 30px;
    vertical-align: top;
}
.tb-view.breakfast table td {
    text-align: right;
}
.tb-view.breakfast table th .date {
    margin-top: 13px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0;
}
.tb-view.breakfast table .tb-result {
    border: none;
}
.tb-view.breakfast table .tb-result td {
    text-align: left;
}
.tb-view.breakfast table .tb-result td .breakfast-price {
    font-family: 'Lato',sans-serif;
    font-weight: 900;
    font-size: 26px;
    color: #da291c;
}
.tb-view.breakfast table .text-list{
    padding: 0;
    margin-top: 10px;
}
.tb-view.breakfast .number-ctrl .input-number-ctrl,
.tb-view.rental .number-ctrl .input-number-ctrl {
    display: none;
}

/* 대여품 신청 테이블 */
.tb-view.rental {
    padding: 0;
    margin-top: 20px;
    border-top: none;
    background: #f5f5f5;
}
.tb-view.rental table td {
    padding: 0;
}
.tb-view.rental .txt_rental{
    position: absolute;
    right: 75px;
    top: 23px;
}
.tb-view.rental .rental-item{
    width: 190px;
}
.tb-view.rental .rental-item .ico-rental{
    display: inline-block;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    background-size: 70px 70px;
}
.tb-view.rental .rental-item .ico-rental.list-01{
    background-image: url('../image/icon/ico_rental01.png');
}
.tb-view.rental .rental-item .ico-rental.list-02{
    background-image: url('../image/icon/ico_rental02.png');
}
.tb-view.rental .rental-item .ico-rental.list-03{
    background-image: url('../image/icon/ico_rental03.png');
}
.tb-view.rental .rental-item .ico-rental.list-04{
    background-image: url('../image/icon/ico_rental04.png');
}
.tb-view.rental .rental-item .ico-rental.list-05{
    background-image: url('../image/icon/ico_rental05.png');
}
.tb-view.rental .rental-item .ico-rental.list-06{
    background-image: url('../image/icon/ico_rental06.png');
}
.tb-view.rental .rental-item .ico-rental.list-07{
    background-image: url('../image/icon/ico_rental07.png');
}
.tb-view.rental .rental-item .txt {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}
.tb-view.rental .rental-item .txt > * {
    display: block;
    font-size: 15px;
}
.tb-view.rental .rental-item .name{
    font-weight: 700;
    white-space: normal;
}
.tb-view.rental .rental-item .price {
    margin-top: 7px;
}
.tb-view.rental .input-group {
    font-size: 0;
}
.tb-view.rental .input-group > .input-group-cell {
    display: inline-table;
    width: 25%;
    padding: 0;
}
.tb-view.rental .colum ~ .colum {
    margin-top: 55px;
}
.tb-view.rental .number-ctrl{
    margin: 30px 0 0;
    width: 191px;
}
.list-toggle.type2 {
    padding: 30px 30px 28px;
}
.list-toggle.type2 .toggle-wrap {
    position: relative;
    margin-bottom: 15px;
    background: #eee;
}
.list-toggle.type2 .toggle-wrap.active {
    background: #666;
}
.list-toggle.type2 .toggle-cont{
    background: #f5f5f5;
}
.list-toggle.type2 .toggle-wrap.active .toggle-tit {
    color: #fff;
}
.list-toggle.type2 .toggle-tit {
    border: none;
}
.list-toggle.type2 .toggle-tit .arrow:after{
    width: 0px;
    height: 0px;
    margin-top: -4px;
    border-top:8px solid none;
    border-bottom:8px solid #8a8a8a;
    border-right: 6px solid transparent;
    border-left: 6px solid  transparent;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.list-toggle.type2 .toggle-wrap.active >.toggle-tit .arrow::after {
    border-bottom:8px solid #fff;
    transform: rotate(0);
    -webkit-transform: rotate(0);
}
.list-toggle.type2 .toggle-tit a{
    padding: 23px 30px;
}
.list-toggle.type2 .day {
    letter-spacing: 0;
}
.list-toggle.type2 .toggle-cont {
    padding: 30px 20px;
}

/* 예약 조회 */
.tb-view table .tb-price th,
.tb-view table .tb-price td{
    background: #fbfbfb;
    padding: 5px 0 5px 30px;
}
.tb-view table .tb-price .price {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.tb-view table .tb-price:nth-child(1) .amount{
    padding-top: 20px;
}

/* 객실 현황 */
.search-box.state-box{
    margin-top : 50px;
    margin-bottom: 50px;
}

/* layer-popup */
.coupon-detail-list li{
    position: relative;
    padding: 20px 10px;
    border-bottom: 1px solid #eee;
    letter-spacing: normal;
}
.coupon-detail-list li:first-child {
    border-top: 1px solid #6a6a6a;;
}
.coupon-detail-list span.place,
.coupon-detail-list span.name,
.coupon-detail-list span.date {
    display: block;
}
.coupon-detail-list .place{
    font-size: 14px;
}
.coupon-detail-list .name{
    font-size: 15px;
    color: #000;
    font-weight: 700;
}
.coupon-detail-list .date{
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}
.coupon-detail-list .custom-radio .radio + label,
.coupon-detail-list .custom-radio .radio:checked + label{
    width: 80%;
    height: 100%;
}
.coupon-detail-list .custom-radio{
    width: 100%;
}
.coupon-detail-list .custom-radio .radio + label{
    position: static;
    padding-left: 0;
}
.coupon-detail-list .custom-radio .radio + label:before {
    position: absolute;
    right: 10px;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
}
.coupon-detail-list .custom-radio .radio:checked + label:after{
    right: 1.5rem;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
}
.layer-pop.coupon .popup-wrap{
    min-height: 750px;
}
.layer-pop.coupon .popup-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.layer-pop.coupon .btn-bottom-area .btn.hide{
    display: none;
}
.layer-pop.coupon .tab-menu ~ .tab-container {
    margin-top: 25px;
}
.layer-pop.coupon .popup-wrap .tab-container.scroll{
    max-height:403px;
    overflow-y:auto;
    padding-bottom:0px
}
.layer-pop.coupon .date-wrap .date-none {
    font-size: 16px;
}
.layer-pop .detailPrice-tb table strong {
    display: inline-block;
    min-width: 100px;
    margin-left: 10px;
}
.layer-pop .detailPrice-tb table .division {
    border-top: 1px dashed #cccccc;
}
.layer-pop .detailPrice-tb table .division th,
.layer-pop .detailPrice-tb table .division td{
    padding-top: 15px;
}
.layer-pop .rental-item-info {
    font-size: 0;
}
.layer-pop .rental-item-info li > * {
    display: inline-block;
    vertical-align: top;
}
.layer-pop .rental-item-info > ul > li {
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}
.layer-pop .rental-item-info > ul > li:first-child {
    padding-top: 0;
}
.layer-pop .rental-item-info > ul > li:last-child{
    margin-bottom: 10px;
}
.layer-pop .rental-item-info .detailroom-icon .ico-rental{
    display: inline-block;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    background-size: 70px 70px;
}
.layer-pop .rental-item-info .detailroom-icon .ico-rental.list-01{
    background-image: url('../image/icon/ico_rental01.png');
}
.layer-pop .rental-item-info .detailroom-icon .ico-rental.list-02{
    background-image: url('../image/icon/ico_rental02.png');
}
.layer-pop .rental-item-info .detailroom-icon .ico-rental.list-03{
    background-image: url('../image/icon/ico_rental03.png');
}
.layer-pop .rental-item-info .detailroom-icon .ico-rental.list-04{
    background-image: url('../image/icon/ico_rental04.png');
}
.layer-pop .rental-item-info .detailroom-icon .ico-rental.list-05{
    background-image: url('../image/icon/ico_rental05.png');
}
.layer-pop .rental-item-info .detailroom-icon .ico-rental.list-06{
    background-image: url('../image/icon/ico_rental06.png');
}
.layer-pop .rental-item-info .detailroom-icon .ico-rental.list-07{
    background-image: url('../image/icon/ico_rental07.png');
}
/* .layer-pop .rental-item-info .detailroom-img img{
    width: 100%;
    height: 100%;
} */
.layer-pop .rental-item-info .detailroom-txt{
    width: calc(100% - 90px);
    margin-left: 20px;
}
.layer-pop .rental-item-info .detailroom-txt > li {
    padding: 0;
}
.layer-pop .rental-item-info .detail-tit2{
    margin-bottom: 0;
}
.layer-pop .detailPrice-tb .txt-item + .txt-item {
    margin-top: 10px;
}
.layer-pop:not(.type-full) .popup-wrap .popup-content.scroll.rental-cont{
    height: 750px;
}

/* 객실쿠폰 속성 */
.room-coupon-price {
    display: block;
    margin-top: 5px;
    font-size:12px;
    color:#da291c;
    font-weight:700;
    line-height:1.3em;
    vertical-align:2px;
}
.room-coupon-price .name {
    display: inline-block;
    width: 70%;
}
.room-coupon-price .ep {
    display: inline-block;
    width: 100px;
    text-decoration:line-through;
    color:#333333;
    margin-left:10px}

/* 여백 */
.field-box ~ .list-toggle{
    margin-top: 36px;
}
.form-group ~ .coupon-detail-list {
    margin-top: 30px;
}
.package-complete .title-txt2 ~ .bottom {
    margin-top: 40px;
}
.package-complete .top + .bottom,
.package-complete .top2 + .bottom {
    margin-top: 0;
}
/* .title-sub-area ~ .tb-view.line {
    margin-top: 0;
} */