@charset "UTF-8";
/* 게시판 */
.voc_board {
  padding: 80px 0;
}
.voc_board .board_wrap table td span.notice {
  border-radius: 6px;
  width: fit-content;
  margin: 0 auto;
  background: #4b8859;
  padding: 4px 10px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 144.444%;
  letter-spacing: -0.045px;
}
.voc_board h3.sub_contit {
  color: var(--222222-, #222);
  /* display: inline; */
  font-size: 24px;
  font-weight: 600;
  line-height: 141.667%;
  letter-spacing: -0.06px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.voc_board .board_wrap {
  border-top: 2px solid #000;
  margin-top: 30px;
}
.voc_board .board_wrap table {
  width: 100%;
  table-layout: fixed;
}
.voc_board .board_wrap table tr {
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
}
.voc_board .board_wrap tr.lock td.t {
  padding-right: 20px;
}
.voc_board .board_wrap tr.lock td.t > div {
  position: relative;
  width: 95%;
}
.event_board.voc_board .board_wrap td.t > div {
  display: flex;
  align-items: center;
}
.event_board.board_wrap tr.lock td.t > div::after {
  content: '';
  background: url('/img/sub/board_lock.svg') center center / cover no-repeat;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 24px;
}
.voc_board .board_wrap table td {
  padding: 30px 0px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
/* .voc_board .board_wrap table td{padding: 30px 0px; box-sizing: border-box; text-align: center; vertical-align: middle; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } */
.voc_board .board_wrap table td span {
  color: #333;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 400;
  line-height: 144.444%;
  letter-spacing: -0.045px;
}
.voc_board .board_wrap table td.t span {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s_notice .voc_board .board_wrap table td.d span {
  display: block;
  min-width: 100px;
  color: var(--888888-01, #888);
  /* font-family: "SpoqaHanSansNeo-Regular"; */
}

.voc_board .board_wrap table td.t {
  text-align: left;
}
.voc_board .board_wrap table td.d span {
  color: #888;
}
.voc_board .board_wrap table td.t span {
  text-align: left;
}
.voc_board .board_wrap table td .w {
  /*width: 40%;*/
}
.voc_board .board_wrap table td .d {
  /*width: 60%;*/
}
.voc_board .board_wrap table td.wd > div {
  display: flex;
  white-space: nowrap;
  flex-wrap: wrap;
  justify-content: center;
}
.voc_board .board_wrap table td .d span {
  color: var(--888888-01, #888);
  /* font-family: "SpoqaHanSansNeo-Regular"; */
  padding: 0px 5px;
}
.voc_board .board_wrap table td .w span {
  color: var(--222222-, #222);
  font-size: 18px;
  font-weight: 400;
  padding: 0px 5px;
  line-height: 144.444%;
  letter-spacing: -0.045px;
  text-align: center;
}
.voc_board .board_wrap table td.g {
}
.voc_board .board_wrap table td span.g {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 0;
  width: 160px;
  border-radius: 999px;
  border: 1px solid #4b8859;
  color: #4b8859;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 144.444%;
  letter-spacing: -0.045px;
}
.voc_board .board_wrap table td span.g.end {
  border-color: #b5b5b5;
  color: #b5b5b5;
}
.voc_board .board_bottom {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
.voc_board.event_board .board_bottom {
  justify-content: flex-end;
}
.voc_board .board_bottom .write {
  border-radius: 27px;
  padding: 14px 50px;
  border: 1px solid var(--border1, #e1e1e1);
  background: var(--FFFFFF-, #fff);
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 144.444%;
  letter-spacing: -0.045px;
}
.voc_board .board_bottom .board_search {
  border-radius: 27px;
  width: 240px;
  height: 54px;
  padding: 15px 20px;
  box-sizing: border-box;
  border: 1px solid var(--border1, #e1e1e1);
  background: var(--FFFFFF-, #fff);
}
.voc_board .board_bottom .board_search form {
  display: flex;
  align-items: center;
}
.voc_board .board_bottom .board_search input {
  border: none;
  width: calc(100% - 24px);
  color: var(--222222-, #222);
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.045px;
}
.voc_board .board_bottom .board_search button {
  border: none;
  background: url('/img/common/search.png') center center / 100% no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.voc_board .board_bottom .board_search button img {
  display: none;
}
.voc_board .s_board_pagination {
  display: flex;
  justify-content: flex-end;
  gap: 7px;
  align-items: center;
}
.voc_board .s_board_pagination ul {
  display: flex;
  gap: 7px;
}
.voc_board .s_board_pagination ul li {
  border-radius: 4px;
  display: flex;
  border: 1px solid #e5e5e5;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.voc_board .s_board_pagination ul li a {
  display: block;
  width: 100%;
  padding: 5px 0;
  box-sizing: border-box;
  text-align: center;
  color: #171717;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.04px;
}
.voc_board .s_board_pagination ul li.active {
  background: #4b8859;
  border: none;
}
.voc_board .s_board_pagination ul li.active a {
  color: #fff;
}
.voc_board .s_board_pagination button {
  border: none;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 0;
}
.s_notice .voc_board .board_wrap table td {
  text-align: right;
}
.s_notice .voc_board .board_wrap table td.n {
  text-align: center;
}

@media screen and (max-width: 780px) {
  .voc_board {
    padding: 60px 0;
  }
  .voc_board .head_wrap {
    flex-direction: column;
  }
  .voc_board h3.sub_contit {
    font-size: 20px;
  }
  .voc_board .board_wrap {
    margin-top: 20px;
  }
  .voc_board .board_wrap table td span.notice {
    font-size: 14px;
  }
  .voc_board .board_wrap table td {
    padding: 16px 0;
    font-size: 14px;
  }
  .voc_board .board_wrap table td span {
    font-size: 14px;
  }
  .voc_board .board_wrap table td span.g {
    font-size: 12px;
    width: 100px;
  }
  .voc_board .board_wrap table td .w span {
    font-size: 14px;
  }
  .voc_board .board_wrap table td.t {
    padding: 16px 0;
  }
  .s_notice .voc_board .board_wrap table td.t {
    width: calc(90% - 100px);
  }
  .voc_board .board_wrap tr.lock td.t > div::after {
    width: 15px;
    height: 15px;
  }
  .voc_board .board_bottom {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 20px 0 0;
  }
  .voc_board .board_bottom .board_search {
    padding: 12px 20px;
  }
  .voc_board .board_bottom .write {
    font-size: 16px;
    padding: 14px 0;
    display: block;
    width: 100%;
    max-width: 375px;
  }
  .voc_board .s_board_pagination ul li a {
    font-size: 14px;
  }

  .event_board.voc_board .board_wrap table td.wd > div {
    flex-direction: column-reverse;
  }
  .voc_board .board_wrap table td .w {
    width: 100%;
  }
  .voc_board .board_wrap table td .d {
    width: 100%;
  }
  .voc_board .board_wrap table {
    table-layout: unset;
    display: block;
  }
  .voc_board .board_wrap table tbody {
    display: block;
  }
  .event_board.voc_board .board_wrap table {
    table-layout: unset;
    display: block;
  }
  .event_board.voc_board .board_wrap tbody {
    display: block;
    width: 100%;
  }
  .voc_board .board_wrap table tr {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .voc_board .board_wrap table td.n {
    width: 14%;
  }
  .voc_board .board_wrap table td.t {
    width: 59%;
    flex: 1;
  }
  .voc_board .board_wrap table td.wd {
    width: 30%;
    max-width: 100px;
  }
}
@media screen and (max-width: 550px) {
  .voc_board .board_wrap table td.wd > div {
    flex-direction: column-reverse;
  }
  .voc_board .board_wrap table td .w {
    width: 100%;
  }
  .voc_board .board_wrap table td .d {
    width: 100%;
  }
  .voc_board .board_wrap table td.t {
    padding-left: 10px;
  }
  .event_board.voc_board .board_wrap td.t > div {
    flex-direction: column;
    align-items: flex-start;
  }

  .voc_board .board_wrap table td .w span {
    color: #888;
  }
  .voc_board .board_bottom {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .voc_board .board_bottom .board_search {
    width: 100%;
  }
  .notice_board.voc_board .board_wrap table {
    table-layout: unset;
  }
  .voc_board.event_board .board_wrap table td.t span.t_txt {
    line-height: 180%;
  }
  .event_board.voc_board .board_wrap table td.wd > div {
    height: 100%;
  }
  .event_board.voc_board .board_wrap table td.n {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* 언론보도 */

/* 미디어 노출 */
.press_board .tabcon_media .list_wrap {
  padding: 30px 0;
}
.press_board .tabcon_media .list_wrap ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 25px;
}
.press_board .tabcon_media .list_wrap ul li {
  width: calc((100% - 50px) / 3);
}
.press_board .tabcon_media .list_wrap ul li a {
  display: block;
}
.press_board .tabcon_media .list_wrap ul li .img_wrap {
  margin-bottom: 16px;
  width: 100%;
  max-height: 300px;
  overflow: hidden;
  aspect-ratio: 480/360;
}
.press_board .tabcon_media .list_wrap ul li .img_wrap img {
  width: 100%;
}
.press_board .tabcon_media .list_wrap ul li .txt_wrap span {
  color: var(--main, #62367e);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.04px;
  padding: 4px 20px;
  box-sizing: border-box;
  border-radius: 999px;
  border: 1px solid var(--main, #62367e);
  display: inline-block;
}
.press_board .tabcon_media .list_wrap ul li .txt_wrap b {
  display: block;
  color: #171717;
  font-family: 'Noto Sans KR';
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.045px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 10px 0;
  word-break: break-word;
}
.press_board .tabcon_media .list_wrap ul li .txt_wrap p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #404040;
  font-family: 'Noto Sans KR';
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.04px;
  word-break: break-word;
}
@media screen and (max-width: 1150px) {
  .press_board .tabcon_media .list_wrap ul li .txt_wrap b {
    font-size: 16px;
  }
  .press_board .tabcon_media .list_wrap ul li .txt_wrap p {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .press_board .tabcon_media .list_wrap ul li {
    width: calc((100% - 25px) / 2);
  }
}
@media screen and (max-width: 640px) {
  .press_board .tabcon_media .list_wrap ul li {
    width: 100%;
  }
}
/* 게시판 상세보기 */
.voc_board .head_wrap {
  display: flex;
  justify-content: space-between;
}
.voc_board .head_wrap > div {
  display: flex;
  gap: 16px;
  align-items: center;
}
.voc_board .head_wrap span.date {
  font-family: 'SpoqaHanSansNeo-Regular';
  font-size: 18px;
  font-weight: 400;
  line-height: 144.444%;
  letter-spacing: -0.045px;
  color: #888;
}
.voc_board .board_view_box {
  margin-bottom: 40px;
  padding: 40px 0;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
}
.voc_board .board_view_box * {
  word-break: break-word;
}
.voc_board .board_view_box img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.voc_board .board_view_box p {
  color: #404040;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.045px;
}
.voc_board .board_btn {
  display: inline-block;
  color: #000;
  text-align: center;
  min-width: 157px;
  border-radius: 27px;
  border: 1px solid #e1e1e1;
  background: #fff;
  padding: 14px 40px;
  font-family: 'Noto Sans KR';
  font-size: 18px;
  font-weight: 400;
  line-height: 144%;
  letter-spacing: -0.045px;
}
@media screen and (max-width: 780px) {
  .voc_board .board_view_box {
    padding: 20px 0 40px;
  }
  .voc_board .board_btn {
    width: 100%;
    max-width: 375px;
    font-size: 16px;
  }
}
/* 공지사항 상세보기 */
.s_notice_view .board_bottom {
  justify-content: center;
}
/* 고객소리, 칭찬 게시판 상세보기 */
.board_view_wrap .head_wrap .tit_wrap {
  width: 90%;
}
.board_view_wrap .head_wrap .date span {
  font-family: 'SpoqaHanSansNeo-Regular';
  font-size: 18px;
  font-weight: 400;
  line-height: 144.444%;
  letter-spacing: -0.045px;
  color: #888;
}
.board_view_wrap .head_wrap span.g {
  display: inline-block;
  margin-right: 2%;
  padding: 4px 0;
  width: 100%;
  max-width: 160px;
  border-radius: 999px;
  border: 1px solid #4b8859;
  color: #4b8859;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 144.444%;
  letter-spacing: -0.045px;
}
.board_view_wrap .reply_view_box {
  padding: 40px 0;
  margin-top: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #e1e1e1;
}
.board_view_wrap .reply_view .btn_wrap {
  padding: 40px 0;
  text-align: right;
}
.board_view_wrap .reply_write {
  border-radius: 16px;
  padding: 24px;
  border: 1px solid var(--border1, #e1e1e1);
  background: #fff;
}
.board_view_wrap .reply_write .rw_wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.board_view_wrap .reply_write label {
  color: #444;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.board_view_wrap .reply_write input {
  border-radius: 6px;
  color: var(--fdddont-black, #414050);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  padding: 5px 14px;
  border: 1px solid var(--border1, #e1e1e1);
  background: #fff;
}
.board_view_wrap .reply_write input:focus {
  outline: 2px solid var(--main, #62367e);
  box-shadow: 0px 2px 4px 0px rgba(98, 54, 126, 0.3);
}
.board_view_wrap .reply_write textarea {
  height: 120px;
  color: var(--fdddont-black, #414050);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  border-radius: 6px;
  padding: 5px 14px;
  border: 1px solid var(--border1, #e1e1e1);
  background: #fff;
}
.board_view_wrap .reply_write textarea::placeholder {
  color: #b2b0b6;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.board_view_wrap .board_bottom .ml_auto {
  margin-left: auto;
}
.board_view_wrap .board_bottom {
  gap: 10px;
  justify-content: center;
}
/* .board_view_wrap .board_bottom .board_btn:first-child {
    margin-right: auto;
} */
@media screen and (max-width: 780px) {
  .board_view_wrap .head_wrap .tit_wrap {
    margin-bottom: 6px;
  }
  .board_view_wrap .head_wrap span.g {
    margin-bottom: 0;
    font-size: 15px;
  }
  .board_view_wrap .board_bottom {
    flex-wrap: wrap;
    flex-direction: unset;
  }
  .board_view_wrap .board_bottom .board_btn {
    width: 48%;
    min-width: unset;
  }
  .board_view_wrap .board_bottom .board_btn:first-child {
    margin-right: 0;
  }
  .board_view_wrap .reply_write > div:last-child {
    text-align: center;
  }
  .board_view_wrap .reply_view .btn_wrap {
    text-align: center;
  }
}

/* 온라인 예약 */
.sub_reserve .sub_head {
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  gap: 20px;
}
.sub_reserve .sub_head h3::after {
  content: none;
}
.sub_reserve .sub_con form {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  position: relative;
  padding-bottom: 120px;
}
.sub_reserve .sub_con .head {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  gap: 6px;
  color: var(--grayscale-800, #262626);
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.4px;
}
/* .sub_reserve .calendar_notice {
    display: flex;
    font-family: Pretendard;
    line-height: 150%;
    position: absolute;
    bottom: 0;
} */
.sub_reserve .calendar_notice {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: Pretendard;
  line-height: 150%;
  /* position: absolute; */
  bottom: 0;
  padding-top: 80px;
}
.sub_reserve .calendar_notice::before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background: url(/img/sub/notice_icon.png) center center / 100% no-repeat;
}
.sub_reserve .calendar_notice strong {
  display: block;
  margin-bottom: 10px;
  color: var(--grayscale-800, #262626);
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}
.sub_reserve .calendar_notice b {
  color: var(--700, #404040);
  font-size: 16px;
  font-weight: 400;
}
.sub_reserve .calendar_notice b span {
  font-weight: 600;
  color: #4b8859;
}
.sub_reserve .calendar_notice p {
  font-size: 16px;
  color: #737373;
  font-weight: 400;
}
.sub_reserve .calendar_notice p b {
  font-weight: 600;
}
.sub_reserve .calendar_notice p a {
  font-weight: 600;
}
.sub_reserve .calendar_wrap {
  flex: 1;
}
.sub_reserve .sub_con {
  padding-top: 50px;
}
.sub_reserve .form_wrap {
  width: 45%;
  font-family: Pretendard;
}
.sub_reserve .form_wrap .con_wrap {
  padding: 30px 40px;
  background: #f5f5f5;
}
.sub_reserve .form_wrap .input_group {
  display: flex;
  align-items: center;
}
.sub_reserve .form_wrap .input_group:not(:last-child) {
  margin-bottom: 10px;
}
.sub_reserve .form_wrap .input_bottom {
  align-items: flex-start;
}
.sub_reserve .form_wrap .input_group .title {
  width: 15%;
  min-width: 110px;
  color: var(--neutral-gray-800, #262626);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.sub_reserve .form_wrap .input_group .title em {
  color: #4b8859;
}
.sub_reserve .form_wrap .input_group input[type='text'],
.sub_reserve .form_wrap .input_group input[type='number'],
.sub_reserve .form_wrap .input_group select,
.sub_reserve .form_wrap .input_group textarea {
  background: #fff;
  flex: 1;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #a3a3a3;
  font-family: 'NEXON Lv1 Gothic';
  color: var(--700, #404040);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
  resize: none;
}

.sub_reserve .form_wrap .input_group .memo {
  flex: 1;
}
.sub_reserve .form_wrap .input_group textarea {
  width: 100%;
  margin-bottom: 10px;
}
.sub_reserve .form_wrap .input_group input[type='checkbox'] {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #a3a3a3;
  margin: 0;
}
.sub_reserve .form_wrap .input_group input[type='checkbox']:checked {
  background: #4b8859;
  position: relative;
  border: 1px solid #4b8859;
}
.sub_reserve .form_wrap .input_group input[type='checkbox']:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -57%);
  background: url(/img/common/check.svg) 50% 55% no-repeat;
  width: 14px;
  height: 14px;
}
.sub_reserve .form_wrap .radi_wrap {
  display: flex;
  gap: 4px;
}
.sub_reserve .form_wrap .radi_wrap label {
  display: block;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 99px;
  border: 1px solid #a3a3a3;
  box-sizing: border-box;
  background: #fff;
}
.sub_reserve .form_wrap .radi_wrap input[type='radio'] {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 0;
  height: 0;
}
.sub_reserve .form_wrap .radi_wrap input[type='radio']:checked + label {
  background: #4b8859;
  color: #fff;
  border: none;
}
.sub_reserve .form_wrap .agree {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #262626;
  font-size: 15px;
}
.sub_reserve .form_wrap .agree a {
  margin-left: 5px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.sub_reserve .form_wrap .btn_submit {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.32px;
  padding: 17px 50px;
  box-sizing: border-box;
  background: #4b8859;
  border-radius: 999px;
  display: block;
  margin-left: auto;
  margin-top: 30px;
  border: none;
}
.sub_reserve .form_wrap .btn_submit p {
  font-family: Pretendard;
}
@media screen and (max-width: 1024px) {
  .sub_reserve .sub_con form {
    flex-direction: column;
    gap: 50px;
  }
  .sub_reserve .calendar_notice {
    position: static;
  }
  .sub_reserve .form_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sub_reserve .sub_con .head {
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 500;
  }
  .sub_reserve .sub_con .head img {
    width: 20px;
  }
  .sub_reserve .sub_con form {
    padding-bottom: 0;
  }
  .sub_reserve .form_wrap {
    font-size: 14px;
  }
  .sub_reserve .form_wrap .con_wrap {
    padding: 20px;
  }
  .sub_reserve .form_wrap .input_group {
    flex-direction: column;
    gap: 8px;
  }
  .sub_reserve .form_wrap .input_group .title {
    font-size: 14px;
    width: 100%;
  }
  .sub_reserve .form_wrap .radi_wrap {
    width: 100%;
  }
  .sub_reserve .form_wrap .input_group input[type='checkbox'] {
    width: 15px;
    height: 15px;
  }
  .sub_reserve .form_wrap .agree {
    font-size: 13px;
  }
  .sub_reserve .form_wrap .btn_submit {
    font-size: 14px;
    padding: 15px 20px;
    margin-right: auto;
  }
  .sub_reserve .calendar_notice {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 40px;
  }
  .sub_reserve .calendar_notice strong {
    font-size: 20px;
  }
  .sub_reserve .calendar_notice b {
    font-size: 15px;
  }
  .sub_reserve .form_wrap .input_group input[type='text'],
  .sub_reserve .form_wrap .input_group input[type='number'],
  .sub_reserve .form_wrap .input_group select,
  .sub_reserve .form_wrap .input_group textarea {
    width: 100%;
  }
  .sub_reserve .form_wrap .input_group .memo {
    width: 100%;
  }
  .sub_reserve .calendar_notice p {
    font-size: 15px;
  }
}
