@charset "utf-8";
/*
 * 스킨 공통 및 수정 CSS 파일
 * 작성일: 2025년 3월 14일
 * 이 파일은 모든 CSS 스타일을 수정하는 데 사용됩니다.
 * daontheme_pro12/head.sub.php 연결
 * <link href="<?php echo G5_THEME_URL;?>/css/custom.css" rel="stylesheet" type="text/css">
 */

/* 리스트 게시판 */
#bo_list .tbl_head01 table,
#bo_v table,
#reservation_tbl,
.policy_box,
#ctt.ctt_provision {
  background-color: rgba(255, 255, 255, 0.5);
}
#bo_list .tbl_head01 table th,
#bo_v table th,
#reservation_tbl th {
  background-color: #f1f1f1;
}
.online_wrap .online_box {
  background-color: rgba(255, 255, 255, 0.5);
}
.online_wrap .agree {
  background-color: rgba(255, 255, 255, 0.5);
}
.online_wrap .online_bt {
  background-color: rgba(255, 255, 255, 0.5);
}
.btn_bo_user li button,
.btn_bo_user li a {
  background-color: #fff;
}
.btn_confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 50px 20px;
  gap: 8px;
}
.btn_confirm .btn_close,
.btn_confirm .btn_cancel,
.btn_confirm .btn_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  max-width: 200px !important;
  min-width: auto !important;
  height: 40px !important;
  font-size: 16px;
}
.btn_cancel {
  border-radius: 0 !important;
  background-color: #fff !important;
  color: #111 !important;
  border: 1px solid #ddd !important;
}
.btn_submit {
  border-radius: 0 !important;
  background-color: #111 !important;
  color: #fff !important;
}
.btn_cancel:hover {
  background-color: #eee !important;
}
.btn_submit:hover {
  background-color: #333 !important;
}
#bo_v {
  background: transparent;
}

/* faq게시판 */
#faq_wrap li {
  background-color: transparent;
}
#faq_wrap li h3 {
  background-color: rgba(255, 255, 255, 0.8);
}
#faq_wrap .con_inner {
  border-top: 1px solid #ddd;
  background-color: rgba(255, 255, 255, 0.5);
}
