/* subpage header */
.header{position: fixed; border-bottom: unset;  height: 90px; background-color: rgba(34, 34, 34, 0.7);-webkit-transition: -webkit-transform 0.3s;-moz-transition: -moz-transform 0.3s;transition: transform 0.3s;}
.header #head-full a i{ line-height: 90px;}
.header #head-full a{ position: relative; top: -5px;}
.header #head-full p{ line-height: 90px;}
.header .logo-wrap a {display: block;width: 100%;height: 70px;margin-top: 10px; object-fit: cover;}
.header .header-icon > a{ display: inline-block; margin-top: 25px; width: 140px; height: 40px; border-radius: 50px; line-height: 40px; background-color: #D17028; margin-right: 40px; transition: .3s; text-align: center;}
/* =================== 1024px =================== */
@media (max-width: 1024px) {
  .header{ height: 60px;  background-color: #fff;}
  .header .logo-wrap a {height: 40px; margin-top: 8px;}
  .header .header-icon > a{ display: inline-block; margin-top: 20px; width: unset; height: unset; border-radius:unset; line-height:unset; background-color: unset; margin-right: 10px; transition: .3s; text-align: center; color: #D17028;}
  .header .header-icon > a i{ color: #D17028;}
  .header .menu-icon__line {background-color: #D17028; }
}



/* section01 */
#section01{ padding: 100px 0; position: relative; text-align: center;}
/* =================== 1024px =================== */
@media (max-width: 1024px) {
    #section01{ padding: 60px 0; }
    #section01 .button01{ font-size: 12px;}
}


/* 요금안내 */
.charge-01{ text-align: left;}
.ch-num {display: inline-block; width: 40px; height: 40px; line-height: 40px; border-radius: 50%; font-size: 16px; color: #fff; text-align: center; background-color: #D17028; margin-right: 10px;}
.ch-subtt {font-size: 24px; font-weight: 700; color: #222; line-height: 24px;}
.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: #B4B4B4;}
.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);  background-color: #F6F6F6;}
.charge-04 table td {font-size: 14px;color: #222; width:calc(100%/11); background-color: #fff;}
.ch-block.last{padding-bottom: 90px}
/* =================== 1024px =================== */
@media (max-width: 1024px) {
    .ch-num { font-size: 14px;}
    .ch-subtt {font-size: 14px;}
    .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: #D17028; border-radius: 2px; }
    .refund::-webkit-scrollbar-track{ background-color: #fff; }


    .comm3_wrap #inner{ height: 500px!important;}
}
