/** Ç×°ø»ç ¼±ÅÃ **/
#sub_air{padding:1% 1% 1% 10%; margin-top:4vw; overflow:hidden;
	background:url('http://www.palmtour.co.kr/images/sub/sub_icon_air.gif') 1% no-repeat #51504B;
	background-size:6% auto;
}
#sub_air li{float:left; margin:1% 2% 1% 0; padding-right:2%;}
#sub_air li.line{border-right:1px solid #918F85;}
#sub_air li a{display:block; color:#fff; font-size:3vw;}

/* ===== Ç×°ø»ç ¼±ÅÃ ÅÇ ===== */
#tour_list_air_box {
    padding: 1% 1% 1% 10%;
    margin-top: 4vw;
    overflow: hidden;
    background: url('http://www.palmtour.co.kr/images/sub/sub_icon_air.gif') 1% no-repeat var(--color-slate-700);
    background-size: 6% auto;
}
#tour_list_air_box li {
    float: left;
    margin: 1% 2% 1% 0;
    padding-right: 2%;
}
#tour_list_air_box li.line {
    border-right: 1px solid var(--color-slate-500);
}
#tour_list_air_box li a {
    display: block;
    color: var(--color-white);
    font-size: var(--text-13);
    letter-spacing: -0.01em;
}

/* ===== Ç×°ø ½ºÄÉÁÙ Å×ÀÌºí ===== */
.schedule_air_table { margin-top: 4%; }

.schedule_air_table table {
    width: 100%;
    background: var(--border-line-color);
    border: 1px solid var(--border-line-color);
    border-collapse: collapse;
    box-sizing: border-box;
}
.schedule_air_table table th {
    width: 14%;
    font-size: var(--text-12);
    font-weight: 600;
    color: var(--color-slate-700);
    letter-spacing: -0.01em;
    background: var(--color-slate-100);
    border-right: 1px solid var(--border-line-color);
    border-bottom: 1px solid var(--border-line-color);
    padding: 2% 0;
    text-align: center;
    box-sizing: border-box;
}
.schedule_air_table table th:last-child {
    border-right: none;
    width: 16%;
}
.schedule_air_table table th.air_title {
    width: auto;
    text-align: center;
    font-size: var(--text-13);
    font-weight: 700;
    background: #4E55D6;
    color: var(--color-white);
    letter-spacing: -0.01em;
    padding: 2% 0;
    border-right: none;
}
.schedule_air_table table td {
    width: 14%;
    background: var(--color-white);
    border-bottom: 1px solid var(--border-line-color);
    border-right: 1px solid var(--border-line-color);
    font-size: var(--text-12);
    color: var(--color-slate-700);
    letter-spacing: -0.02em;
    line-height: 1.6;
    padding: 2% 0;
    text-align: center;
    box-sizing: border-box;
    word-break: keep-all;
}
.schedule_air_table table td:last-child {
    border-right: none;
    width: 16%;
}