/* section01 */
#section01{ padding-top: 140px; padding-bottom: 140px;}
/* #tab */
#tab{ display: block; font-size: 0; text-align: center; margin-bottom: 140px;}
#tab li{ display: inline-block; font-size: 18px; height: 42px; width: 300px;  border-bottom: 2px solid #737070; }
#tab li a{ display: block; width: 100%; height: 100%; line-height: 42px; text-align: center; }
#tab li.active{ border-bottom: 2px solid #e93463;}
#tab li.active a{ color: #e93463;}

.comm #tab{ margin-bottom: 0;}
/* =================== 1024px =================== */
@media (max-width: 1024px) {
    #section01{ padding-top: 20px; padding-bottom:40px;}

    /* #tab */
    #tab{ display:  block; font-size: 0; text-align: center; margin-bottom: 25px; }
    #tab li{ display: inline-block; font-size: 11px; height: 20px; width: 150px;  border-bottom: 2px solid #737070; }
    #tab li a{ display: block; width: 100%; height: 100%; line-height: 20px; text-align: center; }
    #tab li.active{ border-bottom: 2px solid #e93463;}

    #section01 .wrap1400{ padding: 0;}
    #section01 .charge-01{ padding: 0 10px;}
    #section01 .reserv-mo{ padding: 30px 10px 60px; font-size: 12px; line-height: 19px;}

    .reserv-mo {text-align: center; padding: 50px 0;}
    #section01 .icon-cal i{ position: relative; top: 1px; font-size: 28px;}
    #section01 .reserv-btn{ margin-top: 20px; display: inline-block; border-radius: 50%; position: relative; width: 32px; height: 32px; line-height: 32px; text-align: center; border: 1px solid #e93463; transition: .5s;}
}



/* 요금안내 */
.ch-num {display: inline-block; font-size: 20px; width: 30px; height: 30px; background-color: #e93463; color: #fff; line-height: 31px; border-radius: 50%; text-align: center;}
.ch-subtt {font-size: 20px;font-weight: 600; color: #333; line-height: 36px;}
.ch-heading {margin-top: 50px;margin-bottom: 10px;}
.ch-content {font-size: 14px;width: 100%;font-weight: 300;}
.block-tit {font-weight: 600;line-height: 16px; color: #222!important;margin-bottom: 1.5rem;}
.ch-block {margin: 40px 0;}
.ch-block p {line-height: 24px;color: #444;}
.ch-block p strong{ font-weight: 700;}
.ch-block .red {color: #f82323; font-weight: 500;}
.charge-01 {padding: 0 0 3%;height: auto;}
.charge-flex {display: flex;justify-content: space-between;flex-wrap: wrap;}
.charge-02 {width: 45%;}
.charge-03 {width: 50%;}
.acc-info {display: flex;}
.span1, .acc-info span:last-child {display: inline-block;width: 20%;}
.account {display: inline-block;flex:1;}

.charge-04 table {width: 100%;margin: 0 auto;text-align: center;border-top: 1px solid #d8d8d8;border-bottom: 1px solid #d8d8d8;}
.charge-04 table tr {line-height: 50px;  border-bottom: 1px solid #efefef;}
.charge-04 table th {font-size: 16px;color: #666666;font-weight: 500; width:calc(100%/11);}
.charge-04 table td {font-size: 14px;color: #222; width:calc(100%/11); background-color: #fff;}
.ch-block.last{padding-bottom: 90px}


/* =================== 1025px =================== */
@media (max-width: 1025px) {
    .ch-num {font-size: 16px; line-height: 20px; width: 20px; height: 20px;}
    .ch-subtt {font-size: 16px;}
    .ch-heading {margin-top: 20px;margin-bottom: 10px;}
    .ch-content {font-size: 14px;}
    .block-tit {font-size: 15px;}
    .ch-block {margin: 20px 0;}
    .ch-block p {line-height: 18px; font-size: 12px; padding-bottom: 5px;}
    .charge-02 {width: 100%;}
    .charge-03 {width: 100%;}
    .table-top {width: 40%; background: #f6f6f6;}
    .table-mid {width: 30%; border-left: 1px solid #ccc; border-right: 1px solid #ccc;}
    .table-btm {width: 30%;}

    .ch-block.last{padding-bottom: 50px}
    .charge-04 table{width: 1025px;}
    .refund {overflow-x: scroll;overflow-y: hidden;}
    .refund::-webkit-scrollbar { width: 5px; height: 5px; }
    .refund::-webkit-scrollbar-thumb{ height: 17%; background-color: #e93463; border-radius: 2px; }
    .refund::-webkit-scrollbar-track{ background-color: #fff; }
}





.reser-wrap{ width: 100%; display: flex; justify-content: center; align-items: center;}
.reser-wrap a{ display: flex; align-items: center; justify-content: center; position: relative; margin: 10px; width: 300px; height: 50px; line-height: 50px; font-size: 14px; text-align: center; transition: .5s; box-sizing: border-box; border: 2px solid #fff; color: #444;}
.reser-wrap a:after{ position: absolute; content: ''; display: block; width: 312px; height: 62px; left: -8px; top: -8px; border-radius: 5px; 
    background: rgb(242,232,218); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(242,232,218,1) 0%, rgba(247,175,212,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(242,232,218,1) 0%,rgba(247,175,212,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(242,232,218,1) 0%,rgba(247,175,212,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e8da', endColorstr='#f7afd4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    z-index: -1;
}
.reser-wrap a:nth-child(1):hover{ border: 2px solid rgb(219, 79, 102);}
.reser-wrap a:nth-child(2):hover{ border: 2px solid rgb(80, 196, 99);}
.reser-wrap a img{ height: 35px; object-fit: cover; padding-right: 15px;}
.reser-wrap a:nth-child(2) img{ height: 20px; position: relative; top: -3px;}
@media (max-width:1024px) {
    .reser-wrap{ flex-direction: column;}

}