/* ¿ä±ÝÅ×ÀÌºí */
#price_table {
  clear: both;
  margin-top: 20px;
  overflow: hidden;
}

#price_table .honeymoon_info {
  background: url('https://www.palmtour.co.kr/images/sub/sub_icon_time.gif') left 2px no-repeat;
  padding-left: 20px;
  margin-top: 30px;
  overflow: hidden;
}

#price_table .honeymoon_info img {
  vertical-align: top;
  margin-top: 1px;
}

#price_table .honeymoon_info span {
  font-weight: bold;
  display: inline-block;
}

#price_table .honeymoon_info .info_air {
  margin-right: 5px;
  float: left;
  font-size: var(--text-14);
}

#price_table .honeymoon_info .info_title {
  float: left;
  color: var(--color-rose-600);       /* ±âÁ¸ #E93D4B ¡æ --color-rose-600 */
  font-size: var(--text-14);
}


#price_table .price_table {
  border-left: 0;
  border-right: 0;
  margin-top: 10px;
}

#price_table .price_table thead {
  overflow: hidden;
}

#price_table .price_table thead th {
  background: #4E55D6;     /* ±âÁ¸ #4185c8 ¡æ --color-primary-600 */
  color: var(--color-white);
  border-right: 1px solid var(--color-primary-100);   /* ±âÁ¸ #7bcff5 ¡æ --color-primary-100 */
  padding: 10px 0;
  font-size: var(--text-15);
  text-align: center;
  box-sizing: border-box;
}

#price_table .price_table thead th:last-child {
  border-right: none;
}

#price_table .price_table tbody {
  overflow: hidden;
}

#price_table .price_table tbody td {
  border-bottom: 1px solid var(--border-line-color);   /* ±âÁ¸ #ddd ¡æ --border-line-color */
  border-right: 1px solid var(--border-line-color);
  padding: 15px 0;
  font-size: var(--text-14);
  text-align: center;
  font-weight: 400;
  box-sizing: border-box;
  color: var(--color-slate-700);
}

#price_table .price_table tbody td.first_nth {
  border-left: 1px solid var(--border-line-color);
}

#price_table .price_table tbody td img {
  vertical-align: middle;
}

#price_table .price_table tbody td.price1 {
  font-weight: bold;
  color: var(--color-slate-900);
}

#price_table .price_table tbody td.price2 {
  color: var(--color-rose-600);        /* ±âÁ¸ #E93D4B ¡æ --color-rose-600 */
  font-weight: bold;
}

#price_table .price_table tbody td.price3 {
  color: var(--color-teal-600);        /* ±âÁ¸ #0A93CC ¡æ --color-teal-600 */
  font-weight: bold;
}

#price_table .price_table tbody td a.btn_estimate {
  background: var(--color-slate-500);  /* ±âÁ¸ #636363 ¡æ --color-slate-500 */
  border-radius: 2px;
  padding: 5px;
  color: var(--color-white);
  font-size: var(--text-12);
}

#price_table .price_table tbody td a.btn_schedule {
  background: var(--color-teal-600);   /* ±âÁ¸ #3b9eb3 ¡æ --color-teal-600 */
  border-radius: 2px;
  padding: 5px;
  color: var(--color-white);
  font-size: var(--text-12);
}

#price_table .price_table tbody td a.btn_applyButton {
  background: var(--color-pink-500);   /* ±âÁ¸ #f07781 ¡æ --color-pink-500 */
  border-radius: 2px;
  padding: 5px;
  color: var(--color-white);
  font-size: var(--text-12);
}



/* Ç×°ø»ç¼±ÅÃ */
#sub_air {
  background: url('https://www.palmtour.co.kr/images/sub/sub_icon_air.gif') no-repeat 10px 8px var(--color-slate-700); /* ±âÁ¸ #51504B ¡æ --color-slate-700 */
  padding: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}

#sub_air ul {
  margin: 2px 0 0 20px;
}

#sub_air ul li {
  display: inline;
  float: left;
  padding: 0 10px 0 10px;
}

#sub_air ul li.line {
  border-right: 1px solid var(--color-slate-400); /* ±âÁ¸ #918F85 ¡æ --color-slate-400 */
}

#sub_air ul li a {
  color: var(--color-white);
  font-size: var(--text-12);  /* ±âÁ¸ 11px ¡æ --text-12 (±Ù»ç°ª) */
}

#sub_air ul li a:hover {
  color: var(--color-yellow-400); /* ±âÁ¸ #FF9 ¡æ --color-yellow-400 */
}

#sub_air_point {
  overflow: hidden;
}

#sub_air_point dt {
  background: var(--color-slate-400);  /* ±âÁ¸ #959595 ¡æ --color-slate-400 */
  color: var(--color-white);
  font-size: var(--text-14);           /* ±âÁ¸ 13px ¡æ --text-14 (±Ù»ç°ª) */
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  margin-top: 5px;
}

#sub_air_point dd {
  background: var(--color-slate-100);  /* ±âÁ¸ #f2f2f2 ¡æ --color-slate-100 */
  color: var(--color-slate-700);       /* ±âÁ¸ #363636 ¡æ --color-slate-700 */
  font-size: var(--text-12);
  padding: 5px 10px;
}