/* tit-area */
#tit-area{ width: 100%; height: auto; position: relative; height: 550px;  background-repeat: no-repeat; background-position: center; background-size: cover;}
#tit-area .tit-text{ width: 100%; text-align: center; position: absolute; top: 44%;}
#tit-area .tit-text h3{ font-size: 50px;}


/* #section1 */
#section1{ padding: 80px 0 130px;}
#section1 .tab{ position: relative; width: 100%; padding-bottom: 100px;}

#section1 .tab a{ display: block; width: 100%; text-align: center; padding-bottom: 35px; position: relative; color: #bdc4ca;  font-size: 20px; } 
#section1 .tab a::after{ content: ''; position: absolute; display: block; bottom: 0; left: 0; width: 100%; height: 3px; background-color: #bdc4ca; }
#section1 .tab a.active{ color: #263a4f;} 
#section1 .tab a.active::after{ background-color: #263a4f; }

#section1::after{ position: absolute; content: ''; width: calc(100% - 60px); left: 0; right: 0; margin: 0 auto; bottom: 0; height: 1px; background-color: #263a4f; opacity: .4;}




/* 요금안내 */
.ch-num {display: inline-block; font-size: 20px; color: #263a4f;line-height: 20px; border-radius: 50%; text-align: center;}
.ch-subtt {font-size: 20px;font-weight: 600;color: #263a4f;line-height: 36px;}
.ch-heading {margin-top: 50px;margin-bottom: 10px;}
.ch-content {font-size: 16px;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 .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;}
.charge-04 table th {font-size: 16px;color: #666666;font-weight: 500; width:16%;}
.charge-04 table td {font-size: 14px;color: #222; width:16%;}
.ch-block.last{padding-bottom: 90px}


#section1 table {
	width: 100%;
	text-align: center;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}
#section1 table td {
	padding: 15px 0;
	width: 9%;
}
#section1 table thead tr {
	background-color: #f6f6f6;
}



@media (max-width:1024px){
    .ch-num {font-size: 16px; line-height: 16px;}
    .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: 20px; font-size: 14px; 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}
}



.ch-block table tr:nth-child(1){ background-color: #fefefe;}

@media (max-width:1400px) {
    .commR_wrap {max-width: calc(100% - 13vw);}
    .commR_wrap.tab2 .sub2 {float: none;margin-right: 0;width: 100%;}
    .commR_wrap.tab2 .sub3 {float: none;width: 100%;}
}
@media (max-width: 1024px) {
    /* tit-area */
    #tit-area{ margin-top: 75px; width: 100%; height: 29.33vw;}
    #tit-area .tit-text h3{ font-size: 25px;}

    /* #section1 */
    #section1{ padding: 44px 0 40px;}
    #section1 .tab{ padding-bottom: 40px;}

    #section1 .tab a{ padding-bottom: 10px; font-size: 14px; } 
    #section1 .tab a::after{ height: 2px; }


    .reserv-mo {text-align: center; padding: 50px 0;}
    .icon-cal {display: inline-block; width:58px; height: 58px; border-radius: 50%; background: #295675; color: #fff; font-size: 30px; line-height: 58px;}
    .reserv-mo p {margin: 10px 0 30px; font-size: 14px; line-height: 19px; color: #444;}
    .reserv-btn {display: inline-block; width: 100%; height: 50px; line-height: 50px; font-size: 18px; letter-spacing: 0.04em; color: #fff; text-align: center; background: #295675;}



    #section1 .refund {overflow-x: scroll;overflow-y: hidden;}
    #section1 .refund::-webkit-scrollbar { width: 5px; height: 5px; }
    #section1 .refund::-webkit-scrollbar-thumb{ height: 17%; background-color: #a3cc01; border-radius: 2px; }
    #section1 .refund::-webkit-scrollbar-track{ background-color: #fff; }

	#section1 .refund table {width: 1024px;}

    

}




