@charset "UTF-8";
#db_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* #reservation_top .reservation{width:57%;} */
  /* 게시판 목록 */
  /* #bo_list tbody tr:hover {border-left:2px solid #253dbe} */
  /* 게시판 목록 공통 */
  /* =============== LIST =============== */
  /* 게시판 쓰기 */
  /* overflow 미지원 기기 대응 */
  /* =============== VIEW =============== */
  /* =============== 1230 =============== */
  /* =============== 800 =============== */
  /* =============== 768 =============== */
  /* =============== 570 =============== */
}
#db_main #captcha_img {
  width: 120px;
}
#db_main #captcha #captcha_key {
  width: 100px;
}
#db_main #captcha_audio {
  width: 226px;
}
#db_main > section {
  width: 570px;
  margin: 0 30px;
}
#db_main h2 {
  font-size: 35px;
  font-weight: 400;
  font-family: var(--serif);
  color: var(--theme-color);
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#db_main .rsv {
  height: 700px;
  position: relative;
}
#db_main .rsv .rsv-notice {
  position: absolute;
  top: 62px;
  left: 0;
  font-size: 14px;
  color: #e53030;
  margin: 0;
  z-index: 20;
}
#db_main .rsv h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#db_main .rsv h2::before {
  content: url(/img/common/icon/rsv.png);
  height: 52px;
  margin-right: 15px;
}
#db_main .rsv form {
  position: relative;
}
#db_main .rsv .reservation {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#db_main .rsv .reservation.rsv-1 {
  opacity: 1;
  z-index: 9;
}
#db_main .rsv .reservation.rsv-1 .re-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#db_main .rsv .reservation.rsv-2 {
  opacity: 0;
  z-index: 8;
}
#db_main .rsv .reservation.rsv-3 {
  opacity: 0;
  z-index: 7;
}
#db_main .rsv .reservation.rsv-3 .bo_w_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#db_main .rsv .reservation.rsv-3 .bo_w_info .write_div {
  margin-bottom: 1.2em;
}
#db_main .rsv .reservation.rsv-3 .bo_w_info .write_div label {
  display: inline-block;
  margin-right: 10px;
}
#db_main .rsv .reservation.rsv-3 .bo_w_info .write_div:not(:last-child) {
  width: 50%;
}
#db_main .rsv .reservation.rsv-3 .bo_w_info .write_div:not(:last-child) input[type=text] {
  width: 14em;
}
#db_main .rsv .reservation.rsv-3 .bo_w_info .write_div:last-child {
  width: 100%;
}
#db_main .rsv .reservation.rsv-3 .bo_w_info .write_div:last-child input[type=text] {
  width: 88%;
}
#db_main .rsv .reservation .btn-wr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#db_main .rsv .reservation .btn-wr .step-btn, #db_main .rsv .reservation .btn-wr .prev-btn {
  -webkit-margin-start: initial;
          margin-inline-start: initial;
}
#db_main .rsv .reservation .step-btn, #db_main .rsv .reservation #btn_submit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 5px 20px;
  color: #fff;
  background: #21afe6;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  margin-top: 40px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
#db_main .rsv .reservation .step-btn::after, #db_main .rsv .reservation #btn_submit::after {
  content: "";
  display: inline-block;
  width: 57px;
  height: 8px;
  background: url(/img/main/doc/arr.png) center no-repeat;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#db_main .rsv .reservation .prev-btn::after {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
#db_main .center {
  text-align: center;
}
#db_main #reservation_top {
  width: 100%;
  clear: both;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
#db_main #reservation_top ul {
  list-style: none;
}
#db_main #reservation_top ul li {
  list-style: none;
}
#db_main #reservation_top .reservation {
  overflow: hidden;
}
#db_main strong.tit {
  display: block;
  width: 100%;
  font-size: 24px;
  padding-bottom: 10px;
  margin: 0 auto 15px;
  border-bottom: 1px solid #aaa;
  max-width: 900px;
}
#db_main strong.tit i {
  font-size: inherit !important;
}
#db_main #reservation_top .re0 {
  float: left;
  width: 50%;
  height: 270px;
  margin-right: 0%;
  border: 1px solid #ddd;
  border-top: 0px;
  border-right: 0;
}
#db_main #reservation_top .re0.part {
  border-right: 1px solid #ddd;
}
#db_main #reservation_top .re1 {
  width: 100%;
  height: 279px;
  margin-right: 0%;
  border: 1px solid #ddd;
  border-top: 0px;
  border-right: 0;
}
#db_main #reservation_top .re1 h1 {
  width: 100%;
  background-color: #585858;
  color: #fff;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  text-align: center;
}
#db_main #reservation_top .re1 .scroll {
  position: relative;
  width: 100%;
  height: 234px;
  overflow-y: auto;
}
#db_main #reservation_top .re1 ul {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
#db_main #reservation_top .re1 ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 92%;
  height: 3em;
  line-height: 3em;
  font-size: 16px;
  margin: 3px 0px;
  position: relative;
}
#db_main #reservation_top .re1 ul li a, #db_main #reservation_top .re1 ul li label {
  display: block;
  width: 100%;
  height: 3em;
  line-height: 3em;
  cursor: pointer;
  border: 1px solid #eee;
  border-radius: 10px;
}
#db_main #reservation_top .re1 ul li a:hover,
#db_main #reservation_top .re1 ul li label:hover {
  background-color: #f2f2f2;
}
#db_main #reservation_top .re1 ul li a.on {
  background-color: #21afe6;
  color: #fff;
  border: 1px solid #21afe6;
}
#db_main #reservation_top .re1 ul li input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#db_main #reservation_top .re1 ul li input:checked + label {
  background-color: #21afe6;
  color: #fff;
  border: 1px solid #21afe6;
}
#db_main #reservation_top .re1.part {
  border-right: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}
#db_main #reservation_top .re1.doc {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
#db_main #reservation_top .re2 {
  float: left;
  width: 60%;
  height: 389px;
  margin-right: 0%;
  border: 1px solid #ddd;
  border-top: 0px;
  border-right: 0;
}
#db_main #reservation_top .re2 h1 {
  width: 100%;
  background-color: #585858;
  color: #fff;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  text-align: center;
}
#db_main #reservation_top .re2 .tit_calendar {
  position: relative;
  margin: 7px auto;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
#db_main #reservation_top .re2 .tit_calendar i {
  color: #888;
  font-size: 0.8em;
}
#db_main #reservation_top .re2 table {
  width: 90%;
  margin: 0px auto;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 0px solid #2e86dc;
  border-width: 0 0 0 0;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#db_main #reservation_top .re2 table th {
  width: 14%;
  font-size: 16px;
  text-align: center;
  color: #000;
  padding: 8px 0;
  border: 1px solid #eee;
  border-right: 0;
  border-bottom: 0;
}
#db_main #reservation_top .re2 table td {
  width: 14%;
  font-size: 14px;
  text-align: center;
  color: #ddd;
  padding: 0;
  border: 1px solid #eee;
  border-right: 0;
  border-bottom: 0;
}
#db_main #reservation_top .re2 table th:first-child, #db_main #reservation_top .re2 table td:first-child a {
  color: #d90a3b !important;
}
#db_main #reservation_top .re2 table th:last-child, #db_main #reservation_top .re2 table td:last-child a {
  color: #147ac1;
}
#db_main #reservation_top .re2 table th:last-child, #db_main #reservation_top .re2 table td:last-child a.rv_date:hover {
  color: #147ac1;
}
#db_main #reservation_top .re2 table td a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  cursor: default;
}
#db_main #reservation_top .re2 table td a.rv_date {
  color: #000;
  cursor: pointer;
  background-color: #f2f2f2;
}
#db_main #reservation_top .re2 table td a.rv_date:hover {
  background-color: #f2f2f2;
}
#db_main #reservation_top .re2 table td a.today { /*font-weight:bold !important;*/
  border: 1px solid #005CB6;
}
#db_main #reservation_top .re2 table td a.holiday {
  color: #d90a3b !important;
}
#db_main #reservation_top .re2 table td a.on {
  color: #fff !important;
  background-color: #005CB6;
}
#db_main #reservation_top .re2 table td a.on:hover {
  color: #fff !important;
  background-color: #005CB6;
  border: 1px solid #005CB6;
}
#db_main #reservation_top .re2 table td a.off {
  color: #aaa !important;
}
#db_main #reservation_top .sel-date {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
#db_main #reservation_top .sel-time {
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
#db_main #reservation_top .re3 {
  float: left;
  width: 40%;
  height: 389px;
  border: 1px solid #ddd;
  border-top: 0px;
}
#db_main #reservation_top .re3 .center {
  font-size: 20px;
  padding-top: 100px;
  text-align: center;
}
#db_main #reservation_top .re3 h1 {
  width: 100%;
  background-color: #585858;
  color: #fff;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  text-align: center;
}
#db_main #reservation_top .re3 .scroll {
  position: relative;
  width: 100%;
  height: 344px;
  overflow-y: auto;
}
#db_main #reservation_top .re3 ul {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
#db_main #reservation_top .re3 ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 45%;
  margin: 3px 1px;
}
#db_main #reservation_top .re3 ul li a {
  display: block;
  width: 100%;
  height: 3em;
  line-height: 3em;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #eee;
  border-radius: 3px;
}
#db_main #reservation_top .re3 ul li.off {
  display: none;
}
#db_main #reservation_top .re3 ul li a.off {
  display: none;
}
#db_main #reservation_top .re3 ul li a:hover {
  background-color: #f2f2f2;
}
#db_main #reservation_top .re3 ul li a.on {
  background-color: #005CB6;
  color: #fff;
  border: 1px solid #005CB6;
}
#db_main #reservation_top .scroll {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0%;
  margin-bottom: 2%;
}
#db_main #reservation_top .scroll::-webkit-scrollbar {
  width: 6px;
}
#db_main #reservation_top .scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #F2F2F2;
}
#db_main #reservation_top .scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #585858;
}
#db_main #reservation_top .board_time_wrap {
  width: 43%;
  float: right;
  overflow: hidden;
}
#db_main #reservation_top .board_time_wrap:after {
  content: "";
  display: block;
  clear: both;
}
#db_main #reservation_top .board_time_wrap .time_right {
  width: 100%;
  float: right;
  padding: 0px 40px;
}
#db_main #reservation_top .board_time_wrap .time_tit {
  font-size: 1.5em;
  color: #000;
}
#db_main #reservation_top .board_time_wrap .time_tel {
  font-size: 3.5em;
  color: #005cb6;
  font-weight: 700;
}
#db_main #reservation_top .board_time_wrap .time_txt {
  width: 100%;
  padding: 20px 0;
  margin: 0px auto 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}
#db_main #reservation_top .board_time_wrap .time_txt:after {
  content: "";
  display: block;
  clear: both;
}
#db_main #reservation_top .board_time_wrap .time_txt dl {
  width: 100%;
  padding: 0;
  margin: 0;
}
#db_main #reservation_top .board_time_wrap .time_txt dl dd {
  display: inline-block;
  color: #000;
  font-size: 1.2em;
  letter-spacing: 0.1em;
}
#db_main #reservation_top .board_time_wrap .holiday {
  font-size: 1em;
  color: #000;
  padding-bottom: 15px;
}
#db_main #reservation_top .board_time_wrap .holiday span {
  font-size: 1em;
  color: red;
  padding-bottom: 15px;
}
#db_main #reservation_tbl {
  width: 100%;
  border-top: 1px solid #333;
  border-collapse: collapse;
}
#db_main #reservation_tbl th {
  width: 15%;
  background-color: #f2f2f2;
  border-bottom: 1px solid #ccc;
  height: 50px;
  min-height: 50px;
  padding: 5px 0;
  font-size: 1em;
  font-weight: normal;
  color: #000;
  text-align: center;
}
#db_main #reservation_tbl td {
  width: 35%;
  border-bottom: 1px solid #ccc;
  height: 50px;
  min-height: 50px;
  padding: 5px 0;
  padding-left: 10px;
  font-size: 1em;
}
#db_main .confrim_top {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 30px 20px;
  margin-top: 10px;
  border: 1px solid #ddd;
  overflow: hidden;
}
#db_main .confrim_top:after {
  content: "";
  display: block;
  clear: both;
}
#db_main .confrim_top .icon {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#db_main .confrim_top .icon i {
  font-size: 3.5em;
  color: #000;
}
#db_main .confrim_top .txt {
  width: 100%;
  font-size: 1em;
  letter-spacing: -0.05em;
  color: #666;
  text-align: center;
}
#db_main .confrim_top .txt strong {
  display: inline-block;
  font-size: 1.5em;
  color: #000;
  margin-bottom: 20px;
}
#db_main #pw_confirm {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 30px 20px;
  border: 1px solid #ddd;
  border-top: 0px;
  text-align: center;
}
#db_main #pw_confirm input {
  width: 100%;
}
#db_main #reservation_top .re-wr h1 {
  background: #21afe6;
  height: 3em;
  line-height: 3em;
  font-size: 18px;
  padding-left: 10px;
  text-align: center;
}
#db_main .noti-list {
  width: 100%;
  margin: 50px auto;
  font-size: 16px;
  word-break: keep-all;
}
#db_main .noti-list li {
  line-height: 1.5;
  margin-bottom: 1em;
}
#db_main .noti-list strong {
  color: #e60000;
}
#db_main .tel {
  position: relative;
  width: 310px;
  margin: 80px auto;
  font-size: 16px;
}
#db_main .tel strong {
  display: block;
  font-size: 50px;
  margin-bottom: 10px;
  line-height: 1;
}
#db_main .tel i {
  -webkit-transform: rotate(-35deg) translate(7px, -3px);
  -ms-transform: rotate(-35deg) translate(7px, -3px);
  transform: rotate(-35deg) translate(7px, -3px);
  color: #6ba6c2;
}
#db_main .hours_wrap {
  position: relative;
  width: 280px;
  margin: 50px auto;
}
#db_main .hours_wrap dl.hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 280px;
  font-size: 15px;
}
#db_main .hours_wrap dl.hours dt {
  width: 6em;
  letter-spacing: 10px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
#db_main .hours_wrap dl.hours dt:nth-of-type(1) {
  letter-spacing: 34px;
}
#db_main .hours_wrap dl.hours dt:nth-last-of-type(1) {
  letter-spacing: 2px;
}
#db_main .hours_wrap dl.hours dd {
  width: calc(100% - 6em);
  padding: 0 0 0.5em;
  text-align: right;
}
#db_main .hours_wrap dl.hours dd:nth-last-of-type(1) {
  padding-bottom: 0;
}
#db_main .policy_box-wr {
  text-align: center;
}
#db_main #bo_w .write_div.captcha {
  margin-bottom: 4rem;
}
#db_main pre.policy_box {
  height: 139px;
  white-space: pre-line;
  text-align: left;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  font-family: var(--noto);
}
@media all and (max-width: 1200px) {
  #db_main {
    /* #reservation_top .reservation{width:60%;} */
  }
  #db_main #reservation_top .board_time_wrap {
    width: 40%;
  }
  #db_main #reservation_top .board_time_wrap .time_right {
    padding: 0px 30px;
  }
}
@media all and (max-width: 1100px) {
  #db_main #reservation_top .reservation {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
  }
  #db_main #reservation_top .board_time_wrap {
    width: 100%;
    background-color: #f7f7f7;
    margin-bottom: 10px;
  }
  #db_main #reservation_top .board_time_wrap .time_right {
    padding: 25px 30px;
    padding-bottom: 10px;
  }
}
@media all and (max-width: 768px) {
  #db_main #reservation_top .re0 {
    width: 100%;
    height: auto;
    border-right: 1px solid #ddd;
  }
  #db_main #reservation_top .re0 .scroll {
    height: auto;
    max-height: 146px;
  }
  #db_main #reservation_top .re1 {
    width: 100%;
    height: auto;
    border-right: 1px solid #ddd;
  }
  #db_main #reservation_top .re1 .scroll {
    height: auto;
    max-height: 146px;
  }
  #db_main #reservation_top .re2 {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    border-right: 1px solid #ddd;
  }
  #db_main #reservation_top .re3 {
    width: 100%;
    height: auto;
  }
  #db_main #reservation_top .re3 .scroll {
    height: auto;
    max-height: 146px;
  }
  #db_main #bo_w #selected_time, #db_main #bo_w #wr_4 {
    margin-left: 0;
  }
  #db_main #reservation_tbl th {
    display: inline-block;
    width: 25%;
    overflow: hidden;
    height: 100%;
    background-color: #fff;
    border-bottom: 0px;
    line-height: 40px;
  }
  #db_main #reservation_tbl td {
    display: inline-block;
    width: 75%;
    overflow: hidden;
    height: auto;
    border-bottom: 0px;
  }
  #db_main #reservation_tbl tr {
    display: block;
    clear: both;
  }
  #db_main #reservation_tbl tr.double th {
    display: inline-block;
    width: 25%;
    overflow: hidden;
    height: 100%;
  }
  #db_main #reservation_tbl tr.double td {
    display: inline-block;
    width: 75%;
    overflow: hidden;
    height: 100%;
  }
  #db_main #reservation_tbl td .bo_v_optiona {
    margin: 7px 0;
    overflow: hidden;
  }
  #db_main #reservation_tbl td input, #db_main #reservation_tbl td select, #db_main #reservation_tbl td textarea {
    width: 100%;
    max-width: 500px;
  }
  #db_main #reservation_tbl td #wr_password {
    margin-top: 0;
  }
  #db_main #pw_confirm .pfa, #db_main #pw_confirm .pfb {
    width: 49.5% !important;
  }
  #db_main #reservation_top .re1.doc, #db_main #reservation_top .sel-date {
    border-radius: 10px 10px 0 0;
  }
  #db_main #reservation_top .re1.part, #db_main #reservation_top .sel-time {
    border-radius: 0 0 10px 10px;
  }
  #db_main #reservation_top .re3 .center {
    padding: 3rem 0;
    font-size: 1rem;
  }
  #db_main strong.tit {
    font-size: 1.5rem;
    padding-top: 3rem;
  }
}
#db_main #reservation_top header .rsv-cf-hd {
  text-align: center;
}
#db_main #reservation_top header .rsv-cf-hd h3 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 1.5em;
}
#db_main .rsv-edit-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}
#db_main .rsv-edit-btns a {
  margin: 0 10px;
}
#db_main #bo_list {
  position: relative;
  margin-bottom: 20px;
}
#db_main #bo_list:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#db_main #bo_list #reservation-wr .rsv-tab {
  margin: 30px auto 0;
}
#db_main .selec_chk {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  outline: 0;
  z-index: -1;
  overflow: hidden;
}
#db_main .chk_box {
  position: relative;
}
#db_main .chk_box input[type=checkbox] + label {
  position: relative;
  color: #676e70;
}
#db_main .chk_box input[type=checkbox] + label:hover {
  color: #2172f8;
}
#db_main .chk_box input[type=checkbox] + label span {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #fff;
  border: 1px solid #d0d4df;
  border-radius: 3px;
}
#db_main .write_div .chk_box input[type=checkbox] + label, #db_main .bo_vc_w .chk_box input[type=checkbox] + label {
  padding-left: 20px;
}
#db_main .write_div .chk_box input[type=checkbox] + label span, #db_main .bo_vc_w .chk_box input[type=checkbox] + label span {
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  display: block;
  margin: 0;
  background: #fff;
  border: 1px solid #d0d4df;
  border-radius: 3px;
}
#db_main .chk_box input[type=checkbox]:checked + label {
  color: #000;
}
#db_main .chk_box input[type=checkbox]:checked + label span {
  background: url(./img/chk.png) no-repeat 50% 50% #3a8afd;
  border-color: #1471f6;
  border-radius: 3px;
}
#db_main #bo_btn_top {
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  height: 33px;
}
#db_main #bo_btn_top .btn_bo_user .toggle-switch {
  float: left;
  margin-right: 20px;
}
#db_main .ist-table.normal .th-chk, #db_main .ist-table.normal .td-chk {
  width: 50px;
  text-align: center;
}
#db_main .ist-table.normal .th-status, #db_main .ist-table.normal .td-status,
#db_main .ist-table.normal .th-no, #db_main .ist-table.normal .td-no {
  width: 80px;
}
#db_main .ist-table.normal .th-time, #db_main .ist-table.normal .td-time,
#db_main .ist-table.normal .th-doc, #db_main .ist-table.normal .td-doc {
  width: 100px;
}
#db_main .ist-table.normal .th-name, #db_main .ist-table.normal .td-name {
  width: 120px;
}
#db_main .ist-table.normal .th-hit, #db_main .ist-table.normal .td-hit {
  width: 120px;
}
#db_main .ist-table.normal .th-date, #db_main .ist-table.normal .td-date {
  width: 120px;
}
#db_main .ist-table.normal .th-part, #db_main .ist-table.normal .td-part {
  width: 150px;
}
#db_main .ist-table.normal .bo_notice {
  background: #f5f6fa;
}
#db_main .ist-table.normal .td-status {
  font-weight: bold;
  color: #ccc;
}
#db_main .ist-table.normal .td-status.standby {
  color: #d13b00;
}
#db_main .ist-table.normal .td-status.confirm {
  color: #0785ac;
}
#db_main .ist-table.normal .sv_member {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#db_main .ist-table.normal .tb-hd {
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  height: 48px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
#db_main .ist-table.normal .tb-hd ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  line-height: 1em;
  padding: 1rem 0;
  text-align: center;
}
#db_main .ist-table.normal .tb-hd ul li {
  display: table-cell;
}
#db_main .ist-table.normal .tb-body ul li {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #DEE2E6;
}
#db_main .ist-table.normal .tb-body ul li.cancel {
  color: #ccc;
}
#db_main .ist-table.normal .tb-body ul li .td {
  display: table-cell;
  padding: 1rem 0;
  vertical-align: middle;
  line-height: 1.5;
}
#db_main .ist-table.normal .tb-body ul li .td-title {
  text-align: left;
  padding: 20px;
}
#db_main .ist-table.normal .tb-body ul li .td-title .fa-reply {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#db_main .ist-table.normal .tb-body ul li .td-title .title-wr {
  display: inline-block;
  max-width: 100%;
}
#db_main .ist-table.normal .tb-body ul li .td-title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
#db_main .ist-table.normal .tb-body ul li .cate {
  display: inline-block;
  line-height: 1em;
  padding: 5px 8px;
  margin-right: 8px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 12px;
}
#db_main #char_count_desc {
  display: block;
  margin: 0 0 5px;
  padding: 0;
}
#db_main #char_count_wrap {
  margin: 5px 0 0;
  text-align: right;
}
#db_main #char_count {
  font-weight: bold;
}
#db_main #autosave_wrapper {
  position: relative;
}
#db_main #autosave_pop {
  display: none;
  z-index: 10;
  position: absolute !important;
  top: 34px;
  right: 0;
  width: 350px;
  height: auto !important;
  height: 180px;
  max-height: 180px;
  border: 1px solid #565656;
  background: #fff;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
#db_main #autosave_pop:before {
  content: "";
  position: absolute;
  top: -8px;
  right: 45px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #000 transparent;
}
#db_main #autosave_pop:after {
  content: "";
  position: absolute;
  top: -7px;
  right: 45px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #fff transparent;
}
#db_main html.no-overflowscrolling #autosave_pop {
  height: auto;
  max-height: 10000px !important;
}
#db_main #autosave_pop strong {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#db_main #autosave_pop div {
  text-align: center;
  margin: 0 !important;
}
#db_main #autosave_pop button {
  margin: 0;
  padding: 0;
  border: 0;
}
#db_main #autosave_pop ul {
  padding: 15px;
  border-top: 1px solid #e9e9e9;
  list-style: none;
  overflow-y: scroll;
  height: 130px;
  border-bottom: 1px solid #e8e8e8;
}
#db_main #autosave_pop li {
  padding: 8px 5px;
  border-bottom: 1px solid #fff;
  background: #eee;
  zoom: 1;
}
#db_main #autosave_pop li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#db_main #autosave_pop a {
  display: block;
  float: left;
}
#db_main #autosave_pop span {
  display: block;
  float: right;
  font-size: 0.92em;
  font-style: italic;
  color: #999;
}
#db_main .autosave_close {
  cursor: pointer;
  width: 100%;
  height: 30px;
  background: none;
  color: #888;
  font-weight: bold;
  font-size: 0.92em;
}
#db_main .autosave_close:hover {
  background: #f3f3f3;
  color: #3597d9;
}
#db_main .autosave_content {
  display: none;
}
#db_main .autosave_del {
  background: url(./img/close_btn.png) no-repeat 50% 50%;
  text-indent: -999px;
  overflow: hidden;
  height: 20px;
  width: 20px;
}
#db_main #bo_w .bo_w_info {
  max-width: 900px;
  margin: 0 auto;
}
#db_main #bo_w .bo_w_info .write_div {
  width: 23%;
}
#db_main .rsv-tab {
  margin: 2em 0 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1;
}
#db_main .rsv-tab a {
  display: block;
  margin-top: -0.1em;
}
#db_main .rsv-tab li {
  padding: 0 1em;
  opacity: 0.7;
}
#db_main .rsv-tab li:first-child {
  border-right: 1px solid var(--theme-color);
}
#db_main .rsv-tab li.active {
  font-weight: 400;
  opacity: 1;
}
#db_main #bo_w h2 {
  font-size: 3rem;
  text-align: center;
  font-weight: 100;
  line-height: 1;
}
#db_main #bo_w h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}
#db_main #bo_w h3::before {
  content: "\f274";
  font: normal normal normal 1.5rem/1 FontAwesome;
  display: inline-block;
  margin-right: 0.3em;
}
#db_main #bo_w .rsv-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border: 1px solid #ddd;
  line-height: 1;
  border-top: 2px solid #aaa;
}
#db_main #bo_w .rsv-info .sect {
  width: 50%;
  font-size: 1rem;
  padding: 6em 0;
  text-align: center;
}
#db_main #bo_w .rsv-info .sect.tel {
  padding: 0 calc(50% - 30em);
}
#db_main #bo_w .rsv-info .sect.tel strong {
  font-size: 2.5rem;
  font-family: var(--brown);
}
#db_main #bo_w .rsv-info .sect.tel strong::before {
  content: "\f2a0";
  font: normal normal normal 3rem/1 FontAwesome;
  display: inline-block;
  margin-right: 0.3em;
  color: var(--theme-color);
  -webkit-transform: rotate(-35deg) translate(0.2em, 0.1em);
      -ms-transform: rotate(-35deg) translate(0.2em, 0.1em);
          transform: rotate(-35deg) translate(0.2em, 0.1em);
}
#db_main #bo_w .rsv-info .sect.tel p {
  margin-top: 1em;
}
#db_main #bo_w .rsv-info .sect.hours {
  text-align: center;
  border-left: 1px solid #ddd;
  /*dt.sat {letter-spacing: 0.45em;}*/
}
#db_main #bo_w .rsv-info .sect.hours dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 15em;
  text-align: left;
}
#db_main #bo_w .rsv-info .sect.hours dt {
  width: 7em;
  white-space: nowrap;
}
#db_main #bo_w .rsv-info .sect.hours dt.week {
  letter-spacing: 3.5em;
}
#db_main #bo_w .rsv-info .sect.hours dt.night {
  letter-spacing: 0.45em;
}
#db_main #bo_w .rsv-info .sect.hours dt.lunch {
  letter-spacing: 0.58em;
}
#db_main #bo_w .rsv-info .sect.hours dd {
  min-width: calc(100% - 7em);
}
#db_main #bo_w .rsv-info .sect.hours dd span, #db_main #bo_w .rsv-info .sect.hours dd em {
  display: block;
  line-height: 1;
  opacity: 0.7;
  margin-top: 0.2em;
}
#db_main #bo_w .rsv-info .sect.hours dd:not(:last-child) {
  margin-bottom: 1em;
}
#db_main #bo_w .noti-list {
  font-size: 1.1rem;
  margin: 2rem auto;
}
#db_main #bo_w .noti-list li {
  margin-bottom: 1em;
}
@media all and (max-width: 1230px) {
  #db_main #bo_w .rsv-info .sect.tel strong {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 768px) {
  #db_main #bo_list, #db_main #bo_v, #db_main #bo_w, #db_main #bo_gall {
    padding: 4rem 10px;
    margin: 0 auto;
  }
  #db_main #bo_w h2 {
    margin-bottom: 2em;
    font-size: 2.5rem;
  }
  #db_main #bo_w .rsv-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #db_main #bo_w .rsv-info .sect {
    width: 100%;
    padding: 3em 0;
  }
  #db_main #bo_w .rsv-info .sect.tel {
    text-align: center;
    margin: 3rem 0;
  }
  #db_main #bo_w .rsv-info .sect.tel p {
    font-size: 1.2rem;
  }
  #db_main #bo_w .rsv-info .sect.hours {
    border-left: 0;
    border-top: 1px solid #ddd;
    font-size: 1.2rem;
  }
  #db_main .rsv-tab {
    font-size: 1.5rem;
  }
}
#db_main #bo_v {
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#db_main #bo_v header h1 {
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 1em;
}
#db_main #bo_v #bo_v_con table {
  font-size: 16px;
  border-collapse: collapse;
  width: 100%;
}
#db_main #bo_v #bo_v_con table .td-status a {
  width: 4.5em;
  height: 2em;
  line-height: 1.8em;
  border: 1px solid #000;
  border-radius: 2em;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
#db_main #bo_v #bo_v_con table .td-status select {
  height: 35px;
  width: 70px;
  border-radius: 5px;
  text-align: center;
}
#db_main #bo_v #bo_v_con table .td-status button.btn-dark {
  font-size: 16px;
  border-radius: 5px;
  margin-left: 5px;
}
#db_main #bo_v #bo_v_con table th {
  width: 10em;
  background: #eee;
  font-weight: 500;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#db_main #bo_v #bo_v_con table td {
  padding: 1em;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#db_main .view-wr {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}
#db_main .view-wr {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
}
#db_main #bo_v_table {
  position: absolute;
  top: 0;
  right: 16px;
  margin: 0;
  padding: 0 5px;
  height: 25px;
  background: #ff3061;
  color: #fff;
  font-weight: bold;
  line-height: 2.2em;
}
#db_main #bo_v_title .bo_v_cate {
  display: inline-block;
  line-height: 20px;
  background: #e2eaf6;
  color: #3a8afd;
  padding: 0 10px;
  border-radius: 3px;
}
#db_main #bo_v_title .bo_v_tit {
  display: block;
  font-size: 24px;
  margin: 0 0 20px;
  word-break: break-all;
  font-weight: 500;
}
#db_main #bo_v_info {
  margin: 0;
  border-bottom: 1px solid #f1f1f1;
  color: #666;
}
#db_main #bo_v_info:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#db_main #bo_v_info h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#db_main #bo_v_info .profile_info {
  margin: 0 0 10px;
}
#db_main #bo_v_info .profile_info .pf_img {
  margin-right: 10px;
}
#db_main #bo_v_info .profile_info .pf_img img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
#db_main #bo_v_info .profile_info .profile_info_ct {
  padding: 5px 0;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#db_main #bo_v_info .profile_info .profile_info_ct .v-name {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
#db_main #bo_v_info strong {
  display: inline-block;
  margin: 0 15px 0 0;
  font-weight: normal;
}
#db_main #bo_v_info strong i {
  margin-right: 5px;
}
#db_main #bo_v_info .fa-commenting-o {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
#db_main #bo_v_info .sv_member,
#db_main #bo_v_info .sv_guest,
#db_main #bo_v_info .member,
#db_main #bo_v_info .guest {
  font-weight: bold;
}
#db_main #bo_v_info .profile_img {
  display: none;
}
#db_main #bo_v_info .sv_member {
  color: #000;
}
#db_main #bo_v_info .if_date {
  margin: 0;
  color: #888;
}
#db_main #bo_v_file h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#db_main #bo_v_file ul {
  margin: 0;
  list-style: none;
}
#db_main #bo_v_file li {
  padding: 15px;
  position: relative;
  margin: 10px 0;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#db_main #bo_v_file li i {
  color: #b2b2b2;
  font-size: 2.35em;
  margin-right: 20px;
}
#db_main #bo_v_file a {
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  color: #000;
}
#db_main #bo_v_file a:focus, #db_main #bo_v_file li:hover a, #db_main #bo_v_file a:active {
  text-decoration: underline;
  color: #3a8afd;
}
#db_main #bo_v_file img {
  float: left;
  margin: 0 10px 0 0;
}
#db_main #bo_v_file .bo_v_file_cnt {
  color: #b2b2b2;
  font-size: 0.92em;
}
#db_main #bo_v_file li:hover {
  border-color: #bed4f4;
  color: #bed4f4;
}
#db_main #bo_v_file li:hover i {
  color: #3a8afd;
}
#db_main #bo_v_file li:hover .bo_v_file_cnt {
  color: #99c2fc;
}
#db_main #bo_v_link h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#db_main #bo_v_file ul {
  margin: 0;
  list-style: none;
}
#db_main #bo_v_link li {
  padding: 15px;
  position: relative;
  margin: 10px 0;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#db_main #bo_v_link li i {
  color: #b2b2b2;
  font-size: 2.35em;
  margin-right: 20px;
}
#db_main #bo_v_link a {
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  color: #000;
}
#db_main #bo_v_link a:focus, #db_main #bo_v_link li:hover a, #db_main #bo_v_link a:active {
  text-decoration: underline;
  color: #3a8afd;
}
#db_main #bo_v_link .bo_v_link_cnt {
  color: #b2b2b2;
  font-size: 0.92em;
}
#db_main #bo_v_link li:hover {
  border-color: #bed4f4;
  color: #bed4f4;
}
#db_main #bo_v_link li:hover i {
  color: #3a8afd;
}
#db_main #bo_v_link li:hover .bo_v_link_cnt {
  color: #99c2fc;
}
#db_main #bo_v_top {
  zoom: 1;
}
#db_main #bo_v_top:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#db_main #bo_v_top h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#db_main #bo_v_top ul {
  padding: 0;
  list-style: none;
  word-break: break-all;
  background: #fff;
}
#db_main #bo_v_bot {
  zoom: 1;
}
#db_main #bo_v_bot:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#db_main #bo_v_bot h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#db_main #bo_v_bot ul {
  padding: 0;
  list-style: none;
}
#db_main #bo_v_atc {
  min-height: 200px;
  height: auto !important;
  height: 200px;
}
#db_main #bo_v_atc_title {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#db_main #bo_v_img {
  width: 100%;
  overflow: hidden;
  zoom: 1;
}
#db_main #bo_v_img:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#db_main #bo_v_img a.view_image {
  display: block;
}
#db_main #bo_v_img img {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}
#db_main #bo_v_con {
  margin: 30px 0;
  width: 100%;
  line-height: 1.7em;
  min-height: 200px;
  word-break: break-all;
  overflow: hidden;
}
#db_main #bo_v_con a {
  color: #000;
  text-decoration: underline;
}
#db_main #bo_v_con img {
  max-width: 100%;
  height: auto;
}
#db_main #bo_v_act {
  margin-bottom: 30px;
  text-align: center;
}
#db_main #bo_v_act .bo_v_act_gng {
  position: relative;
}
#db_main #bo_v_act a {
  margin-right: 5px;
  vertical-align: middle;
  color: #4a5158;
}
#db_main #bo_v_act a:hover {
  background-color: #fff;
  color: #ff484f;
  border-color: #ff484f;
}
#db_main #bo_v_act i {
  font-size: 1.4em;
  margin-right: 5px;
}
#db_main #bo_v_act_good, #db_main #bo_v_act_nogood {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 9999;
  padding: 10px 0;
  width: 165px;
  background: #ff3061;
  color: #fff;
  text-align: center;
}
#db_main #bo_v_act .bo_v_good {
  display: inline-block;
  border: 1px solid #dedede;
  width: 70px;
  line-height: 46px;
  border-radius: 30px;
}
#db_main #bo_v_act .bo_v_nogood {
  display: inline-block;
  border: 1px solid #dedede;
  width: 70px;
  line-height: 46px;
  border-radius: 30px;
}
#db_main #bo_v_sns {
  padding: 0;
  list-style: none;
  zoom: 1;
  float: left;
  display: inline-block;
}
#db_main #bo_v_sns:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#db_main #bo_v_sns li {
  float: left;
  width: 135px;
  margin-right: 5px;
  text-align: left;
}
#db_main #bo_v_sns li a {
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-size: 0.95em;
}
#db_main #bo_v_sns li img {
  vertical-align: middle;
  margin-right: 5px;
}
#db_main #bo_v_sns li .sns_f {
  display: block;
  background: #3b5997;
}
#db_main #bo_v_sns li .sns_t {
  display: block;
  background: #09aeee;
}
#db_main #bo_v_sns li .sns_g {
  display: block;
  background: #ea4026;
}
#db_main #bo_v_sns li .sns_k {
  display: block;
  background: #fbe300;
}
#db_main #bo_v_share {
  position: relative;
  padding: 20px 0;
}
#db_main #bo_v_share:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#db_main #bo_v_share .btn {
  padding: 0 10px;
  color: #555;
  font-weight: normal;
  font-size: 1em;
  width: 80px;
  line-height: 35px;
  height: 35px;
  border-color: #d5d5d5;
  border-radius: 5px;
}
#db_main #bo_v_share .btn:hover {
  background: #fff;
}
#db_main #bo_v_share .btn i {
  margin-right: 5px;
  color: #4b5259;
  vertical-align: middle;
}
#db_main .cmt_btn {
  border-bottom: 0;
  padding-bottom: 0;
}
#db_main #bo_vc article {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
}
#db_main #bo_vc article .bo_vl_opt {
  top: 20px;
}
#db_main #bo_w.is-admin .bo_w_info .write_div {
  width: 48%;
}
@media screen and (max-width: 1230px) {
  #db_main .ist-table.normal .th-no, #db_main .ist-table.normal .td-no {
    width: 60px;
  }
  #db_main .ist-table.normal .th-name, #db_main .ist-table.normal .td-name {
    width: 100px;
  }
  #db_main .ist-table.normal .th-hit, #db_main .ist-table.normal .td-hit {
    width: 80px;
  }
  #db_main .ist-table.normal .th-date, #db_main .ist-table.normal .td-date {
    width: 80px;
  }
}
@media screen and (max-width: 800px) {
  #db_main .sms-toggle {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  #db_main #bo_btn_top {
    height: 0;
    overflow: hidden;
  }
  #db_main .ist-table.normal .tb-hd {
    height: 0;
  }
  #db_main .ist-table.normal .tb-body ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    padding: 15px 5px;
  }
  #db_main .ist-table.normal .tb-body ul li .td {
    display: inline-block;
    padding: initial;
    width: auto;
    line-height: 1em;
  }
  #db_main .ist-table.normal .tb-body ul li .td-no.is_admin {
    position: absolute;
    top: 15px;
    left: 30px;
  }
  #db_main .ist-table.normal .tb-body ul li .td-no .notice_icon {
    line-height: 1em !important;
  }
  #db_main .ist-table.normal .tb-body ul li .td-no .sound_only {
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 1em;
    position: relative;
    top: 1px;
    padding-right: 5px !important;
  }
  #db_main .ist-table.normal .tb-body ul li .td-title {
    width: 100%;
    padding: 15px 0;
  }
  #db_main .ist-table.normal .tb-body ul li .td-status {
    position: absolute;
    top: 15px;
    right: 0;
  }
  #db_main .ist-table.normal .tb-body ul li .td-hit .sound_only, #db_main .ist-table.normal .tb-body ul li .td-date .sound_only {
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 1em;
    position: relative;
    top: 1px;
    padding-right: 5px !important;
    margin-right: 5px !important;
    padding-right: 8px !important;
    border-right: 1px solid #aaa !important;
  }
}
@media screen and (max-width: 570px) {
  #db_main #bo_v_info .profile_info .profile_info_ct {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #db_main #bo_v_info .profile_info .profile_info_ct .v-name {
    width: 100%;
  }
  #db_main #bo_w .bo_w_info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #db_main #bo_w .bo_w_info .write_div {
    width: 48%;
  }
}
#db_main #bo_w .bo_w_info .write_div {
  vertical-align: top;
}
#db_main #bo_w .bo_w_info-wr {
  position: relative;
  padding-top: 30px;
  margin-top: 20px;
}
#db_main #bo_w .bo_w_info-wr > label {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#db_main .policy_box-wr {
  text-align: center;
}
#db_main #booking {
  padding: 100px 0 20px;
}
#db_main #booking .book-wr {
  max-width: 1200px;
  margin: 0 auto;
}
#db_main #booking header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#db_main #booking header h4 {
  font-size: 50px;
  text-align: center;
  font-weight: 100;
  color: #1e1e1e;
  letter-spacing: -3px;
  margin-bottom: 1em;
  line-height: 1;
  width: 100%;
}
#db_main #booking header section {
  width: 50%;
  padding: 50px 100px 0;
}
#db_main #booking header h5 {
  font-size: 35px;
  color: #1f64af;
  font-weight: 500;
}
#db_main #booking header section.seoul {
  border-right: 1px solid #939297;
  text-align: right;
}
#db_main #booking header section.seoul dl.hours {
  float: right;
}
#db_main #booking header section.seoul dl.hours dt {
  text-indent: 27px;
}
#db_main #booking header section.incheon dl.hours {
  width: 270px;
}
#db_main #booking .select-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #bbb;
  border-right: 0;
  font-size: 16px;
}
#db_main #booking .select-wr section {
  width: 33.33%;
  text-align: center;
  padding-bottom: 30px;
  border-right: 1px solid #bbb;
}
#db_main #booking .select-wr section h5 {
  font-size: 18px;
  line-height: 3;
  background: #1f64af;
  color: #fff;
  margin-bottom: 30px;
}
#db_main #booking .select-wr section select {
  width: 80%;
  height: 3em;
  outline: none;
  text-align: center;
  border: 1px solid #aaa;
}
#db_main #booking .select-wr section ul li {
  margin-bottom: 12px;
}
#db_main #booking .select-wr section ul li:last-child {
  margin-bottom: 0;
}
#db_main #booking .select-wr section ul label {
  position: relative;
  width: 50%;
  line-height: 2.5;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #aaa;
}
#db_main #booking .select-wr section ul label input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#db_main #reservation-wr,
#db_main .policy_box-wr,
#db_main #bo_w .write_div.captcha {
  max-width: 900px; /*margin: 10px auto;*/
}
#db_main #rsv-confirm {
  max-width: 1200px;
  margin: 5rem auto;
  text-align: center;
}
#db_main #rsv-confirm h2 {
  font-size: 3rem;
  text-align: center;
  font-weight: 100;
  line-height: 1;
}
#db_main #rsv-confirm .rsv-cf-hd h2 {
  font-size: 24px;
  font-weight: 500;
}
#db_main #rsv-confirm .rsv-cf-hd p {
  font-size: 16px;
  margin-top: 1em;
}
#db_main #rsv-confirm table {
  margin: 50px auto;
  text-align: left;
}
#db_main #rsv-confirm table th {
  width: 6em;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  padding: 5px;
}
#db_main #rsv-confirm table td {
  padding: 5px;
}
#db_main #rsv-confirm .ist-bt-01 {
  font-size: 20px;
}