@charset "UTF-8";
/* 서브 - sub css */
.d_tbl_comm th, .d_tbl_comm td {
  font-size: 16px;
}

.d_btn.d_btn_outline {
  border-color: #ddd;
  color: #232323;
  background: #fff;
}

.d_item_choice {
  --ico-space: 8px;
}

.d_item_choice input:checked + label {
  color: #575757;
  font-weight: 400;
}

.d_item_choice i {
  font-weight: 300;
  color: #D5D5D5;
}

.d_item_choice input:checked + label i {
  color: var(--d-color-primary-100);
}

.d_item_choice input:disabled + label i {
  font-weight: 700;
}

.d_form_wrap {
  --form-dt-width: 170px;
  border-top-color: #858585;
  border-bottom-color: #ddd;
}

.d_form_wrap > dl > dt {
  font-weight: 800;
}

.group_bottom_btns {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 30px;
}

.d_layer_comm {
  --layer-radius: 10px;
}

.d_layer_comm .d_layer_head > .d_head_txt {
  padding: 21px 68px 19px 20px;
  font-size: 18px;
  line-height: 22px;
}

.d_layer_comm .d_layer_body {
  padding: 30px;
}

.d_layer_comm .d_btn_close {
  width: auto;
  height: 62px;
  padding: 0 20px;
}

.d_layer_comm .group_bottom_btns {
  padding-top: 20px;
}

.d_tab_comm.type1.max_breakpoint .d_tit_tab {
  height: 45px;
  border-radius: 5px;
  transition: all 0.3s;
}

.d_tab_comm.type1.max_breakpoint.on .d_tit_tab {
  border-radius: 5px 5px 0 0;
}

.d_tab_comm.type1.max_breakpoint .d_tab_list li:first-child .d_tab {
  padding-top: 13px;
}

.d_tab_comm.type1.max_breakpoint .d_tab_list li:last-child .d_tab {
  padding-bottom: 13px;
  border-radius: 0 0 5px 5px;
}

.d_tab_comm.type1.max_breakpoint .d_tab_list .d_tab[aria-selected=true], .d_tab_comm.type1.max_breakpoint .d_tab_list .d_tab:focus-visible {
  background: var(--d-color-primary-10);
  color: var(--d-color-primary-100);
}

.d_tab_comm.type1.max_breakpoint .d_tab_list:before {
  top: -45px;
  border-radius: 5px;
}

@media only screen and (min-width: 1200px) {
  .d_tbl_comm th, .d_tbl_comm td {
    font-size: 18px;
    padding: 15px 10px;
  }
  .d_form_wrap > dl > dt {
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ddd;
    text-align: center;
  }
  .d_layer_comm .d_layer_head > .d_head_txt {
    padding: 24px 68px 22px 20px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 800;
  }
  .d_layer_comm .d_layer_body {
    padding: 40px;
  }
  .d_layer_comm .d_btn_close {
    height: 70px;
  }
  .group_bottom_btns {
    gap: 20px;
    padding-top: 40px;
  }
  .d_layer_comm .group_bottom_btns {
    padding-top: 30px;
  }
  .d_item_choice label, .d_date_comm input {
    font-size: 18px;
  }
}
.inner_comm {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: content-box;
}

.tit_sub_cont1 {
  display: block;
  font-size: 26px;
  line-height: 24px;
  color: #000;
  font-weight: 800;
}

.tit_sub_cont2 {
  display: block;
  padding-top: 30px;
  font-size: 22px;
  line-height: 24px;
  color: #232323;
  font-weight: 800;
}

.tit_sub_cont2 + .txt_sub_desc {
  padding-top: 15px;
}

.txt_sub_desc {
  font-size: 16px;
  line-height: 24px;
  color: #575757;
}

.group_bottom_choice {
  display: flex;
  align-items: center;
  gap: 10px 30px;
  padding-top: 10px;
}

.bar_dashed {
  margin-top: 20px;
  height: 1px;
  background: repeating-linear-gradient(to right, #ddd 0, #ddd 3px, transparent 3px, transparent calc(3px + 3px));
  content: "";
}

.cont_sub .d_form_wrap {
  margin-top: 20px;
}

.txt_emph_comm {
  font-weight: 800;
  color: #232323;
}

.txt_emph_comm i{
	margin-right:5px; 
	opacity:0.6;
}

@media only screen and (min-width: 1200px) {
  .txt_sub_desc {
    font-size: 18px;
  }
}
.area_feature {
  --bg-pos-x: center;
  background: var(--bg-img) no-repeat var(--bg-pos-x) center / cover, var(--bg-color);
}

.area_feature.type1 {
  --bg-color: linear-gradient(90deg, #67D0FF, #0892BA);
  --bg-img: url(/home/navitpark/images/sub/bg_feature1_new.png);
}

.area_feature.type2 {
  --bg-color: linear-gradient(90deg, #39DDC7, #0892BA);
  --bg-img: url(/home/navitpark/images/sub/bg_feature2_new.png);
  --bg-pos-x: calc(50% - 20px);
}

.area_feature.type3 {
 --bg-color: linear-gradient(90deg, #67D0FF, #0892BA);
  --bg-img: url(/home/navitpark/images/sub/bg_feature3_new.png);
  --bg-pos-x: calc(50% - 60px);
}

.area_feature.type4 {
  --bg-color: linear-gradient(90deg, #39DDC7, #0892BA);
  --bg-img: url(/home/navitpark/images/sub/bg_feature4_new.png);
  --bg-pos-x: calc(50% - 70px);
}

.area_feature.type5 {
  --bg-color: linear-gradient(90deg, #67D0FF, #0892BA);
  --bg-img: url(/home/navitpark/images/sub/bg_feature5_new.png);
  --bg-pos-x: calc(50% - 70px);
}

.group_headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 150px;
  text-align: center;
  transition: all 0.3s;
}

.group_headline .tit_txt {
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  font-weight: 800;
}

.group_headline .list_breadcrumb {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 12px;
}

.group_headline .list_breadcrumb li + li {
  position: relative;
}

.group_headline .list_breadcrumb li + li::before {
  position: absolute;
  top: 50%;
  left: -12px;
  font-family: "Font Awesome 6 Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  line-height: 0;
  color: #fff;
  opacity: 0.5;
  translate: -50% -50%;
  content: "\f105";
}

.group_headline .list_breadcrumb a {
  display: block;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  font-weight: 500;
  text-decoration: underline transparent;
  text-underline-offset: 3px;
  transition: all 0.2s;
}

.group_headline .list_breadcrumb a:hover, .group_headline .list_breadcrumb a:focus {
  color: #fff;
  text-decoration-color: currentColor;
}

.group_headline .list_breadcrumb .link_txt {
  padding: 5px 0;
  margin: -5px 0;
}

.group_headline .list_breadcrumb .link_home {
  padding: 5px;
  margin: -5px;
}

.group_headline .list_breadcrumb .link_home i {
  font-size: 0.8em;
}

.group_headline .group_etc {
  display: flex;
  gap: 10px;
  position: absolute;
  top: 18px;
  right: 0;
}

.group_headline .link_etc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
  color: #fff;
  border-radius: 50%;
}

.group_headline .link_print {
  display: none;
  background: #0460B0;
}

.group_headline .link_share {
  background: #13B8A8;
}

@media only screen and (min-width: 1200px) {
  .area_feature {
    background-position: center;
    background-size: 1920px 226px;
  }
  .group_headline {
    align-items: flex-start;
    height: 226px;
    padding: 83px 0 65px 300px;
    text-align: left;
  }
  .group_headline .tit_txt {
    font-size: 34px;
    line-height: 41px;
  }
  .group_headline .group_etc {
    top: 62px;
  }
  .group_headline .link_etc {
    width: 36px;
    height: 36px;
    font-size: 17px;
    transition: opacity 0.2s;
  }
  .group_headline .link_etc:hover, .group_headline .link_etc:focus-visible {
    opacity: 0.85;
  }
  .group_headline .link_print {
    display: flex;
  }
  .group_headline .list_breadcrumb {
    justify-content: flex-start;
    padding-top: 18px;
  }
  .group_headline .list_breadcrumb a {
    font-size: 18px;
  }
}

.d_tab_comm.type1.max_breakpoint + [class*=area_]{
	margin-top:25px
}
.d_tab_comm.type1.max_breakpoint .d_tit_tab{
	font-weight: 700;
	background-color: var(--d-color-primary-100);
}
.d_tab_comm.type1.max_breakpoint .d_tab_list .d_tab[aria-selected=true],.d_tab_comm.type1.max_breakpoint .d_tab_list .d_tab:focus-visible{
	color:var(--d-color-primary-100);
	background-color: var(--d-color-primary-20)
}
.d_tab_comm.type1.min_breakpoint + [class*=area_]{
	margin-top:40px;
}
.d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab{
	border:1px solid var(--d-color-primary-100, #ddd);
	font-weight: 700;
	color:var(--d-color-primary-100);
	background-color: var(--d-color-primary-10);
	font-size:18px;
}
.d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab[aria-selected=true],.d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab:hover,.d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab:focus-visible{
	background-color: var(--d-color-primary-100);
}

.area_sub {
  position: relative;
}

.area_sub > .inner_comm {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  transition: gap 0.3s;
}

.cont_sub {
  flex: 1;
  min-width: 0;
  padding: 40px 0 60px;
}

.menu_left {
  display: none;
  flex: none;
  width: 250px;
  margin-top: -140px;
  padding-bottom: 60px;
}

.menu_left .inner_menu {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
}

.menu_left .inner_menu::before {
  position: absolute;
  top: -20px;
  right: -62px;
  width: 207px;
  height: 115px;
  background: url(/home/navitpark/images/sub/img_left_menu.png) 0 0 no-repeat;
  background-size: cover;
  content: "";
}

.menu_left .head_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  background: var(--d-color-primary-100);
}

.menu_left .head_menu .tit_txt {
  font-size: 28px;
  line-height: 35px;
  color: #fff;
}

.area_sub .area_quick {
  position: sticky;
  top:20px;
  padding-top: 25px;
  text-align: center;
}

.area_quick a + a{
	margin-top:15px;
}

.list_menu_left {
  padding-bottom: 7px;
}

.list_menu_left .link_depth2 {
  display: flex;
  align-items: center;
  column-gap: 15px;
  padding: 17px 20px;
  font-size: 16px;
  line-height: 23px;
  color: #575757;
}

.list_menu_left .link_depth2 .ico_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-left: auto;
  border-radius: 50%;
  color: rgba(87, 87, 87, 0.4);
  background: rgba(16, 195, 81, 0.15);
}

.list_menu_left li.active .link_depth2 {
  color: var(--d-color-primary-100);
  font-weight: 600;
}

.list_menu_left li.active .link_depth2 .ico_circle {
  color: #fff;
  background: var(--d-color-primary-100);
}

.list_menu_left li + li {
  position: relative;
}

.list_menu_left li + li::before {
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: repeating-linear-gradient(to right, #d8d8d8 0, #d8d8d8 3px, transparent 3px, transparent calc(3px + 3px));
  content: "";
}

.info_box_top {
  text-align: left;
}

.info_box_top .tit_infos {
  display: block;
  padding-bottom: 14px;
  font-size: 24px;
  line-height: 28px;
  color: var(--d-color-primary-100);
  font-weight: 800;
  text-align: center;
}

.info_box_top .d_list {
  font-size: 16px;
  line-height: 24px;
  gap: 8px;
}

.info_box_top .d_list > li {
  font-size: 16px;
  line-height: 22px;
}

@media only screen and (min-width: 769px) {
  .info_box_top .tit_infos {
    text-align: left;
  }
  .info_box_top {
    background-position-y: 22px;
  }
  .info_box_top.d_ico_info2, .info_box_top.d_ico_info9 {
    background-position-y: 11px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu_left {
	position: relative;
	align-self: stretch;
    display: block;
    overflow: visible;
  }
  .area_sub > .inner_comm {
    gap: 50px;
  }
  .list_menu_left .link_depth2 {
    font-size: 18px;
  }
  .info_box_top.d_info_box {
    padding: 43px 40px 38px 228px;
    border-radius: 20px;
    background-position: 68px 32px;
  }
  .info_box_top.d_ico_info2, .info_box_top.d_ico_info9 {
    background-position-y: 22px;
  }
  .info_box_top .d_list > li {
    font-size: 18px;
    line-height: 26px;
  }
}
.area_intro {
  --color1:#FAC625;
  --color2:#B2CC26;
  --color3:#EF7913;
}

.area_intro .tit_txt {
  position: relative;
  display: block;
  margin: 0 auto 40px;
  max-width: 830px;
  font-size: 38px;
  font-weight: 800;
  line-height: 50px;
  color: #4F4B49;
  text-align: center;
  word-break: keep-all;
}

.area_intro .tit_txt em {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: var(--d-color-primary-100);
}

.area_intro .tit_txt img {
  width: 195px;
  vertical-align: bottom;
  aspect-ratio: 260/62;
  margin-bottom: 5px;
}

.area_intro .tit_txt:has(img) {
  position: relative;
  margin: 40px auto 50px;
}

.area_intro .tit_txt:has(img)::before, .area_intro .tit_txt:has(img)::after {
  position: absolute;
  top: 10px;
  width: 57px;
  height: 47px;
  mask: url(/home/navitpark/images/sub/img_quote.svg) no-repeat center/contain;
  background-color: var(--d-color-primary-10);
  content: "";
}

.area_intro .tit_txt:has(img)::before {
  left: 0;
  transform: translateY(-50%);
}

.area_intro .tit_txt:has(img)::after {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}

.area_intro .tit_txt + p {
  margin: 0 auto;
  max-width: 900px;
}

.area_intro .subtit_txt {
  display: inline-block;
  margin-bottom: 30px;
  padding: 9px 17px 8px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 800;
  line-height: 19px;
  color: #fff;
  background-color: #1DBF77;
}

.area_intro .box_intro {
  margin-top: 40px;
  padding: 30px 15px;
  text-align: center;
}

.area_intro .box_intro.story {
  border: 1px dashed var(--d-color-primary-100);
  border-radius: 20px;
  background-color: #E7F8F0;
}

.area_intro .list_value {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.area_intro .list_value li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: -15px 0;
  width: 250px;
  height: 250px;
  border-radius: 300px;
}

.area_intro .list_value li:nth-child(1) {
  background-color: rgba(255, 44, 117, 0.8);
}

.area_intro .list_value li:nth-child(2) {
  background-color: rgba(255, 141, 44, 0.8);
}

.area_intro .list_value li:nth-child(3) {
  background-color: rgba(2, 202, 188, 0.8);
}

.area_intro .list_value .desc_txt {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 41px;
  color: #fff;
}

.area_intro p {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  word-break: keep-all;
}

.area_intro p .wrap_line {
  display: inline-block;
}

.area_intro p em {
  font-weight: 800;
}

.area_intro p em.mascot1 {
  color: var(--color1);
}

.area_intro p em.mascot2 {
  color: var(--color2);
}

.area_intro p em.mascot3 {
  color: var(--color3);
}

.area_intro .name_txt {
  display: inline-block;
  padding: 7px 22px 6px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.area_intro .name_txt.mascot1 {
  border: 1px solid var(--color1);
  color: var(--color1);
  background-color: #FFFCF2;
}

.area_intro .name_txt.mascot2 {
  border: 1px solid var(--color2);
  color: var(--color2);
  background-color: #FDFFF4;
}

.area_intro .name_txt.mascot3 {
  border: 1px solid var(--color3);
  color: var(--color3);
  background-color: #FFF6EF;
}

.area_intro .wrap_img {
  margin: 0 auto 30px;
  max-width: 700px;
}

.area_intro .wrap_img img {
  width: 100%;
}

.area_intro .wrap_img .name_txt {
  display: none;
}

.area_intro .list_mascot {
  margin-top: 60px;
}

.area_intro .list_mascot > li {
  padding: 40px 10px;
  border: 1px solid #DCDCDC;
  border-radius: 20px;
  text-align: center;
}

.area_intro .list_mascot > li + li {
  margin-top: 30px;
}

.area_intro .list_detail {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 34px auto 0;
  width: 100%;
  max-width: 752px;
}

.area_intro .list_detail li {
  flex: 1;
}

.area_intro .list_detail img {
  display: block;
  margin: 0 auto 20px;
  height: 160px;
}

.area_intro .list_detail .desc_txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  text-align: center;
}

.area_intro .mascot1 + .list_detail {
  max-width: 640px;
}

.area_intro .mascot2 + .list_detail img {
  height: 138px;
}

.area_intro .mascot3 + .list_detail img {
  height: 115px;
}

@media only screen and (min-width: 768px) {
  .area_intro .tit_txt img {
    margin-top: 12px;
    width: 260px;
  }
  .area_intro .list_value {
    flex-direction: row;
  }
  .area_intro .list_value li {
    margin: 0 -15px;
  }
  .area_intro .wrap_img {
    position: relative;
    margin: 0 auto 60px;
  }
  .area_intro .wrap_img .name_txt {
    position: absolute;
    bottom: -10px;
    display: inline-block;
  }
  .area_intro .wrap_img .name_txt.mascot1 {
    left: 37.28%;
    transform: translate(-50%, 50%);
  }
  .area_intro .wrap_img .name_txt.mascot2 {
    right: 33.14%;
    transform: translate(50%, 50%);
  }
  .area_intro .wrap_img .name_txt.mascot3 {
    right: 18%;
    transform: translate(50%, 50%);
  }
  .area_intro .list_detail {
    flex-direction: row;
    justify-content: space-between;
  }
}

.area_map{
	border-radius:20px;
}

.area_map + .inner_cont {
  margin: -50px 20px 0;
}

.area_info {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 30px;
  border-radius: 20px;
  background-color: #FF8D2C;
}

.area_info img {
  margin: 0 auto;
}

.area_info dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 12px;
  color: #fff;
}

.area_info dt {
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}

.area_info dt i {
  margin-right: 5px;
}

.area_info dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  word-break: keep-all;
}

.list_way {
  margin-top: 30px;
}

.list_way > li + li {
  margin-top: 20px;
}

.list_way .head_way {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 0 27px;
  border-radius: 20px;
  background-color: #FFF6EB;
}

.list_way .desc_way {
  padding: 30px 20px;
}

.head_way .tit_txt {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  color: #121212;
}

.desc_way p {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: #575757;
  word-break: keep-all;
}

.desc_way dl {
  margin-top: 20px;
}

.desc_way dt {
  display: inline-block;
  min-width: 80px;
  padding: 2px 18px;
  border: 1px solid #dcdcdc;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  background-color: #F7F7F7;
}

.desc_way dd {
  margin-top: 10px;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.desc_way dd li {
  position: relative;
}

.desc_way dd li::before {
  position: absolute;
  top: 14px;
  left: -12px;
  width: 5px;
  height: 1px;
  background-color: #575757;
  content: "";
}

.desc_way dd + dt {
  margin-top: 20px;
}

@media only screen and (min-width: 1024px) {
  .area_map + .inner_cont {
    margin: -50px 50px 0;
  }
  .area_info {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .area_info dl {
    display: flex;
    align-items: center;
    gap: 0;
  }
  .area_info dt {
    margin-right: 15px;
  }
  .area_info dt i {
    margin-right: 8px;
  }
  .area_info dd + dt {
    margin-left: 25px;
  }
  .list_way {
    display: flex;
    gap: 70px;
  }
  .list_way > li {
    position: relative;
    flex: 1;
  }
  .list_way > li + li {
    margin-top: 0;
  }
  .list_way > li + li::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -35px;
    width: 1px;
    background: repeating-linear-gradient(to bottom, #DCDCDC 0, #DCDCDC 3px, transparent 3px, transparent 6px);
    content: "";
  }
  .list_way .head_way {
    padding: 38px 0 37px;
  }
}
@media only screen and (min-width: 1200px) {
  .area_info img {
    margin: 0;
  }
  .area_info dd, .area_info dt {
    font-size: 18px;
  }
  .head_way .tit_txt {
    font-size: 18px;
  }
  .desc_way p {
    font-size: 18px;
  }
  .desc_way dt, .desc_way dd li {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  .area_info {
    display: flex;
    align-items: center;
    padding: 37px 35px;
  }
  .area_map + .inner_cont {
    margin: -50px 55px 0;
  }
}
.area_guide .img_thumb {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 20px;
}

.area_guide > .tit_txt {
  display: block;
  margin-top: 40px;
  font-size: 22px;
  font-weight: 800;
  line-height: 28px;
}

.area_guide .list_guide {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.area_guide .list_guide li {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border: 1px solid #D8D8D8;
  border-radius: 20px;
}

.list_guide .wrap_img {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background-color: #F4F4F4;
}

.list_guide .img_ico {
  width: auto;
  height: 50px;
}

.list_guide .tit_txt {
  display: block;
  min-width: 70px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}

.list_guide .desc_txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  word-break: keep-all;
}

.area_guide .d_list {
  gap: 6px;
}

.area_guide .d_list li {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.area_guide .d_tbl_comm tr:hover > td{
	background-color: transparent;
}

@media only screen and (min-width: 768px) {
  .area_guide .list_guide {
    flex-direction: row;
    gap: 25px;
    flex-wrap: wrap;
  }
  .area_guide .list_guide li {
    flex-direction: column;
    gap: 0;
    padding: 44px 25px 47px;
  }
  .list_guide .tit_txt {
    margin-top: 20px;
  }
  .list_guide .desc_txt {
    margin-top: 12px;
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  .list_guide .desc_txt {
    font-size: 18px;
  }
  .area_guide .d_list li {
    font-size: 18px;
    line-height: 26px;
  }
}
.head_amenity img {
  width: 100%;
  border-radius: 20px;
}

.head_amenity .wrap_txt {
  margin: 30px 0 10px;
  text-align: center;
}

.head_amenity .tit_txt {
  display: inline-block;
  padding: 10px 28px 8px;
  border-radius: 50px;
  font-size: 30px;
  font-weight: 800;
  line-height: 28px;
  color: var(--d-color-primary-100);
  background-color: #EBFEF6;
}

.head_amenity .desc_txt {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #575757;
  word-break: keep-all;
}

.head_amenity .desc_txt em {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #1DBF77;
}

.area_amenity > .tit_txt {
  display: block;
  margin: 50px 0 30px;
  font-size: 24px;
  font-weight: 800;
  line-height: 20px;
  color: #121212;
}

.area_amenity [class*=list_] li {
  border: 1px solid #DCDCDC;
  border-radius: 20px;
}

.area_amenity .list_menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.area_amenity .list_menu li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  background-color: #F7F7F7;
}

.area_amenity .list_menu img {
  display: block;
  margin-bottom: 15px;
}

.area_amenity .list_menu .tit_txt {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.area_amenity .list_menu .desc_txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  word-break: keep-all;
}

.area_amenity .list_goods {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.area_amenity .list_goods li {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 20px;
  background-color: #F7F7F7;
}

.area_amenity .list_goods img {
  flex: 1;
  align-self: center;
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 182px;
  object-fit: contain;
}

.area_amenity .list_goods .tit_txt {
  display: block;
  margin-top: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: #575757;
  text-align: center;
}

.area_amenity .list_service {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.area_amenity .list_service img {
  width: 100%;
  border-radius: 20px 20px 0 0;
  aspect-ratio: 350/180;
  object-fit: cover;
}

.area_amenity .list_service .wrap_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 30px 24px;
}

.area_amenity .list_service .tit_txt {
  display: inline-block;
  padding: 0 16px;
  border: 1px solid var(--d-color-primary-100);
  border-radius: 50px;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  color: #38C78A;
  background-color: #fff;
}

.area_amenity .list_service .desc_txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #575757;
  text-align: center;
  word-break: keep-all;
}

@media only screen and (min-width: 768px) {
  .area_amenity .list_goods {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .head_amenity {
    display: flex;
    align-items: center;
    transition: all 0.3s;
  }
  .head_amenity img {
    flex: 1;
    min-width: 0;
    max-width: 500px;
    aspect-ratio: 250/160;
    object-fit: cover;
  }
  .head_amenity .wrap_txt {
    flex: 1;
    margin: 0;
    margin: 30px 40px 10px;
    text-align: left;
  }
  .head_amenity .tit_txt {
    position: relative;
  }
  .head_amenity .tit_txt::before {
    position: absolute;
    top: -20px;
    right: -50px;
    z-index: -10;
    width: 167px;
    height: 92px;
    background: url(/home/navitpark/images/common/img_logo_min.png) center no-repeat;
    background-size: contain;
    opacity: 0.06;
    transform: translate(50%, -50%);
    content: "";
  }
  .head_amenity .desc_txt {
    padding-left: 28px;
    font-size: 18px;
    margin-top: 25px;
  }
  .area_amenity .list_menu {
    flex-direction: row;
  }
  .area_amenity .list_menu li {
    padding: 50px 20px;
  }
  .area_amenity .list_menu .tit_txt, .area_amenity .list_menu .desc_txt {
    font-size: 18px;
  }
  .area_amenity .list_goods {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .area_amenity .list_goods .tit_txt {
    font-size: 18px;
  }
  .area_amenity .list_service {
    flex-direction: row;
    gap: 25px;
  }
  .area_amenity .list_service li {
    flex: 1;
  }
  .area_amenity .list_service .wrap_txt {
    gap: 20px;
    padding: 35px 24px;
  }
  .area_amenity .list_service .tit_txt {
    font-size: 18px;
    padding: 2px 16px;
  }
  .area_amenity .list_service .desc_txt {
    font-size: 18px;
  }
}
.head_exhibit {
  border-radius: 20px;
}

.head_exhibit .swiper {
  height: 200px;
  border-radius: 20px;
}

.head_exhibit [class*=btn] {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  transform: translateY(-50%);
}

.head_exhibit .swiper .img_preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.head_exhibit .btn_prev {
  left: 20px;
}

.head_exhibit .btn_next {
  right: 20px;
}

.head_exhibit .swiper.inactive [class*=btn] {
  display: none;
}

.head_exhibit .wrap_txt {
  position: relative;
  margin-top: -45px;
  padding: 25px 50px;
  border-radius: 0 0 20px 20px;
}

.head_exhibit .wrap_tit {
  position: relative;
  z-index: 10;
  padding: 20px;
  border-radius: 20px;
}

.head_exhibit .wrap_tit img {
  display: block;
  margin: 0 auto 10px;
  width: 90px;
  opacity: 0.35;
}

.head_exhibit .tit_txt {
  display: block;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 800;
  line-height: 19px;
  color: #fff;
  text-align: center;
}

.head_exhibit .desc_txt {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #333;
  text-align: center;
  word-break: keep-all;
}

.list_exhibit li {
  position: relative;
  padding: 40px 0;
}

.list_exhibit li + li::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
}

.list_exhibit .thumb_img {
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 330/188;
  object-fit: cover;
}

.list_exhibit .wrap_txt {
  padding: 25px 25px 0;
  text-align: center;
}

.list_exhibit .tit_txt {
  display: inline-block;
  padding: 9px 22px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 800;
  line-height: 21px;
}

.list_exhibit .wrap_txt:has(.tag_txt) {
  padding: 60px 25px 0;
}

.list_exhibit .tit_txt:has(.tag_txt) {
  position: relative;
}

.list_exhibit .tag_txt {
  position: absolute;
  top: -20px;
  left: 70px;
  font-weight: 800;
  color: var(--d-color-orange-100);
  transform: translateY(-50%);
}

.list_exhibit .tag_txt::before {
  position: absolute;
  bottom: 0;
  left: -7px;
  width: 38px;
  height: 31px;
  background: url(/home/navitpark/images/sub/img_arrow.svg) center no-repeat;
  transform: translate(-100%, 50%);
  content: "";
}

.list_exhibit .desc_txt {
  margin-top: 19px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  word-break: keep-all;
}

.area_exhibit1 {
  --bgColor1: #FFEFF4;
  --bgColor2: 255,44,117;
}

.area_exhibit2 {
  --bgColor1: #FFF6EB;
  --bgColor2: 255,150,26;
}

.area_exhibit3 {
  --bgColor1: #EBFFF6;
  --bgColor2: 29,191,119;
}

.area_exhibit4 {
  --bgColor1: #EBFFFE;
  --bgColor2: 2,202,188;
}

.area_exhibit5 {
  --bgColor1: #EFF7FF;
  --bgColor2: 34,139,239;
}

.area_exhibit1 .head_exhibit .wrap_txt {
  background-color: var(--bgColor1);
}

.area_exhibit1 .head_exhibit .wrap_tit {
  background-color: rgb(var(--bgColor2));
  box-shadow: 0 3px 20px rgba(var(--bgColor2), 0.35);
}

.area_exhibit1 .list_exhibit .tit_txt {
  color: rgb(var(--bgColor2));
  background-color: var(--bgColor1);
}

.area_exhibit1 .list_exhibit li + li::before {
  height: 1px;
  background: repeating-linear-gradient(to right, rgba(var(--bgColor2), 0.3) 0, rgba(var(--bgColor2), 0.3) 3px, transparent 3px, transparent calc(3px + 3px));
}

.area_exhibit2 .head_exhibit .wrap_txt {
  background-color: var(--bgColor1);
}

.area_exhibit2 .head_exhibit .wrap_tit {
  background-color: rgb(var(--bgColor2));
  box-shadow: 0 3px 20px rgba(var(--bgColor2), 0.35);
}

.area_exhibit2 .list_exhibit .tit_txt {
  color: rgb(var(--bgColor2));
  background-color: var(--bgColor1);
}

.area_exhibit2 .list_exhibit li + li::before {
  height: 1px;
  background: repeating-linear-gradient(to right, rgba(var(--bgColor2), 0.3) 0, rgba(var(--bgColor2), 0.3) 3px, transparent 3px, transparent calc(3px + 3px));
}

.area_exhibit3 .head_exhibit .wrap_txt {
  background-color: var(--bgColor1);
}

.area_exhibit3 .head_exhibit .wrap_tit {
  background-color: rgb(var(--bgColor2));
  box-shadow: 0 3px 20px rgba(var(--bgColor2), 0.35);
}

.area_exhibit3 .list_exhibit .tit_txt {
  color: rgb(var(--bgColor2));
  background-color: var(--bgColor1);
}

.area_exhibit3 .list_exhibit li + li::before {
  height: 1px;
  background: repeating-linear-gradient(to right, rgba(var(--bgColor2), 0.3) 0, rgba(var(--bgColor2), 0.3) 3px, transparent 3px, transparent calc(3px + 3px));
}

.area_exhibit4 .head_exhibit .wrap_txt {
  background-color: var(--bgColor1);
}

.area_exhibit4 .head_exhibit .wrap_tit {
  background-color: rgb(var(--bgColor2));
  box-shadow: 0 3px 20px rgba(var(--bgColor2), 0.35);
}

.area_exhibit4 .list_exhibit .tit_txt {
  color: rgb(var(--bgColor2));
  background-color: var(--bgColor1);
}

.area_exhibit4 .list_exhibit li + li::before {
  height: 1px;
  background: repeating-linear-gradient(to right, rgba(var(--bgColor2), 0.3) 0, rgba(var(--bgColor2), 0.3) 3px, transparent 3px, transparent calc(3px + 3px));
}

.area_exhibit5 .head_exhibit .wrap_txt {
  background-color: var(--bgColor1);
}

.area_exhibit5 .head_exhibit .wrap_tit {
  background-color: rgb(var(--bgColor2));
  box-shadow: 0 3px 20px rgba(var(--bgColor2), 0.35);
}

.area_exhibit5 .list_exhibit .tit_txt {
  color: rgb(var(--bgColor2));
  background-color: var(--bgColor1);
}

.area_exhibit5 .list_exhibit li + li::before {
  height: 1px;
  background: repeating-linear-gradient(to right, rgba(var(--bgColor2), 0.3) 0, rgba(var(--bgColor2), 0.3) 3px, transparent 3px, transparent calc(3px + 3px));
}

@media only screen and (min-width: 768px) {
  .head_exhibit [class*=btn] {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .head_exhibit .swiper {
    height: 360px;
  }
  .head_exhibit .btn_prev {
    left: 40px;
  }
  .head_exhibit .btn_next {
    right: 40px;
  }
  .head_exhibit .wrap_txt {
    display: flex;
    gap: 47px;
    justify-content: center;
    align-items: center;
    margin-top: -75px;
    padding: 40px;
  }
  .head_exhibit .wrap_tit {
    padding: 40px 30px;
    min-width: 340px;
  }
  .head_exhibit .wrap_tit img {
    margin: 0 0 15px 0;
    width: 135px;
  }
  .head_exhibit .tit_txt {
    font-size: 30px;
    line-height: 28px;
    text-align: start;
  }
  .head_exhibit .desc_txt {
    position: relative;
    max-width: 450px;
    margin-top: 50px;
    border-radius: 20px;
    text-align: start;
  }
  .head_exhibit .desc_txt::before {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 33px;
    height: 27px;
    mask: url(/home/navitpark/images/sub/img_quote.svg) no-repeat center/contain;
    transform: translate(-100%, -100%);
    content: "";
  }
  .list_exhibit {
    margin-top: 10px;
  }
  .list_exhibit li {
    display: flex;
    align-items: center;
  }
  .list_exhibit .wrap_txt {
    padding: 0 0 0 40px;
    text-align: left;
  }
  .list_exhibit .wrap_txt:has(.tag_txt) {
    padding: 0 0 0 40px;
  }
  .list_exhibit .thumb_img {
    width: 400px;
    aspect-ratio: 400/240;
  }
  .list_exhibit .desc_txt {
    padding-left: 15px;
    text-align: start;
  }
  .area_exhibit1 .head_exhibit .desc_txt::before {
    background-color: rgba(var(--bgColor2), 0.1);
  }
  .area_exhibit2 .head_exhibit .desc_txt::before {
    background-color: rgba(var(--bgColor2), 0.1);
  }
  .area_exhibit3 .head_exhibit .desc_txt::before {
    background-color: rgba(var(--bgColor2), 0.1);
  }
  .area_exhibit4 .head_exhibit .desc_txt::before {
    background-color: rgba(var(--bgColor2), 0.1);
  }
  .area_exhibit5 .head_exhibit .desc_txt::before {
    background-color: rgba(var(--bgColor2), 0.1);
  }
}
@media only screen and (min-width: 1200px) {
  .area_exhibit1 .list_exhibit .tit_txt {
    font-size: 20px;
  }
  .head_exhibit .desc_txt, .list_exhibit .desc_txt {
    font-size: 18px;
    line-height: 26px;
  }
}
.d_info_box.d_ico_info9 {
  background-image: url(/home/navitpark/images/sub/ico_ticket.png);
}

[class*=area_resv_info] .d_info_box + .tit_txt {
  display: block;
  margin: 40px 0 30px;
  font-size: 24px;
  font-weight: 800;
  line-height: 27px;
  color: #232323;
}

[class*=area_resv_info] .d_info_box .d_list {
  --point-color: var(--d-color-orange-100);
}

.area_resv_info1 .img_desc {
  width: 100%;
  border-radius: 20px;
}

.area_resv_info2 .step_resv {
  display: flex;
  flex-direction: column;
  gap: 45px;
  padding: 40px;
  border-radius: 20px;
  background-color: #F7F7F7;
}

.area_resv_info2 .step_resv li {
  position: relative;
  flex: 1;
  padding: 45px 30px;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  background-color: #FFFFFF;
}

.area_resv_info2 .step_resv li + li::before {
  position: absolute;
  top: -22.5px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50px;
  font-family: "Font Awesome 6 Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  background-color: #8D8D8D;
  transform: translate(-50%, -50%);
  content: "\f078";
}

.area_resv_info2 .step_resv img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 50px;
}

.area_resv_info2 .step_resv strong {
  display: block;
  font-weight: 800;
  color: var(--d-color-orange-100);
  text-align: center;
  word-break: keep-all;
  font-size: 16px;
}

.area_resv_info2 .step_resv p {
  text-align: center;
  word-break: keep-all;
  font-size: 16px;
}

@media only screen and (min-width: 1200px) {
  .area_resv_info2 .step_resv {
    flex-direction: row;
  }
  .area_resv_info2 .step_resv li + li::before {
    top: 50%;
    left: -22.5px;
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  .area_resv_info2 .step_resv strong, .area_resv_info2 .step_resv p {
    font-size: 18px;
  }
}
.area_resv {
  padding-top: 40px;
}

.area_resv .tit_sub_cont1 {
  padding-bottom: 20px;
}

.resv_calendar .d_calendar .d_cal_body {
  border-top: 2px solid #393939;
}

.resv_calendar .d_calendar .head_box .tit_month {
  color: #121212;
  font-weight: 800;
}

.resv_calendar .d_calendar .head_box a {
  border-radius: 5px;
}

.resv_calendar.d_box_calendar {
  border-radius: 10px;
}

.resv_calendar .d_calendar .dates .day.has {
  background: #DBF6E5;
  border-color: var(--d-color-primary-100);
}

.resv_calendar .d_calendar .d_cal_tip li:nth-of-type(3) span {
  background: #DBF6E5;
  border-color: var(--d-color-primary-100);
}

.resv_calendar .d_calendar_desc .info_select dl {
  color: #575757;
}

.resv_calendar .d_calendar_desc .info_select dl dt {
  color: #18A265;
  font-weight: 800;
}

.resv_calendar .d_calendar_desc .info_select dl .txt_emph {
  font-weight: 800;
}

.resv_calendar .d_calendar_desc .tit_info {
  margin: 0 0 10px;
}

.resv_calendar .d_calendar_desc .tit_info ~ .tit_info {
  margin-top: 30px;
}

.resv_calendar .d_calendar_desc .tit_info p {
  font-size: 20px;
  font-weight: 800;
}

.tbl_choice td {
  font-weight: 700;
}

.tbl_choice tr:has(.d_item_choice input:checked) td {
  color: var(--d-color-primary-100);
}

.tbl_choice tr:has(.d_item_choice input:disabled) td {
  color: #BABABA;
}

.tbl_choice .d_item_choice label {
  color: #d5d5d5;
  font-weight: 300;
}

.tbl_choice .d_item_choice i {
  font-weight: inherit;
}

.tbl_choice .d_item_choice input:disabled + label {
  font-weight: 700;
}

@media only screen and (min-width: 1200px) {
  .resv_calendar.d_box_calendar {
    border-radius: 20px;
  }
}
.box_reserve_done {
  max-width: 650px;
  margin: 0 auto;
  padding: 64px 20px 40px;
  border-radius: 20px;
  border: 1px solid #D5D5D5;
}

.box_reserve_done .ico_resv_done {
  display: block;
  width: 60px;
  margin: 0 auto;
}

.box_reserve_done .tit_txt {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  line-height: 24px;
  color: var(--d-color-primary-100);
  font-weight: 800;
  text-align: center;
}

.box_reserve_done .txt_desc {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  word-break: keep-all;
}

.box_reserve_done .box_bg {
  max-width: 420px;
  margin: 25px auto 0;
  padding: 20px;
  border-radius: 10px;
  background: rgba(219, 246, 229, 0.25);
  transition: all 0.3s;
}

.box_reserve_done .list_reserve {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px 15px;
  position: relative;
}

.box_reserve_done .list_reserve + .list_reserve {
  margin-top: 15px;
  padding-top: 15px;
}

.box_reserve_done .list_reserve + .list_reserve::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: repeating-linear-gradient(to right, #ccc 0, #ccc 3px, transparent 3px, transparent calc(3px + 3px));
  content: "";
}

.box_reserve_done .list_reserve dt {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #575757;
}

.box_reserve_done .list_reserve dt::before {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--d-color-primary-100);
  content: "";
}

.box_reserve_done .list_reserve dd {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 800;
  text-align: right;
  word-break: keep-all;
}

.box_reserve_done .list_reserve .txt_normal {
  font-weight: 400;
}

.box_reserve_done .info_done {
  padding-top: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #575757;
  text-align: center;
  word-break: keep-all;
}

.box_reserve_done .btn_bottoms {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 40px;
}

@media only screen and (min-width: 1200px) {
  .box_reserve_done {
    padding: 64px 20px 40px;
  }
  .box_reserve_done .ico_resv_done {
    width: 80px;
  }
  .box_reserve_done .tit_txt {
    margin-top: 28px;
    font-size: 26px;
    line-height: 32px;
  }
  .box_reserve_done .txt_desc {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
  }
  .box_reserve_done .box_bg {
    max-width: 530px;
    margin: 30px auto 0;
    padding: 40px 52px;
    border-radius: 20px;
  }
  .box_reserve_done .list_reserve {
    gap: 14px 12px;
  }
  .box_reserve_done .list_reserve dt {
    gap: 8px;
    font-size: 18px;
    line-height: 24px;
  }
  .box_reserve_done .list_reserve dt::before {
    width: 6px;
    height: 6px;
  }
  .box_reserve_done .list_reserve dd {
    font-size: 18px;
    line-height: 24px;
  }
  .box_reserve_done .list_reserve + .list_reserve {
    margin-top: 30px;
    padding-top: 30px;
  }
  .box_reserve_done .info_done {
    padding-top: 30px;
    font-size: 18px;
    line-height: 24px;
  }
}
.box_agree {
  overflow-y: auto;
  height: 158px;
  margin-top: 28px;
  padding: 15px 10px;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  background: #FAFAFA;
}

.box_agree::-webkit-scrollbar {
  width: 8px;
} /* 스크롤 바 전체 너비 */
.box_agree::-webkit-sllbar-track {
  background-color: #ddd;
  border-radius: 4px;
} /* 전체 게이지 */
.box_agree::-webkit-scrollbar-thumb {
  background-color: #9f9f9f;
  border-radius: 4px;
} /* 현재 게이지 */
.list_member_count {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 15px 24px;
}

.d_tab_comm.type1.min_breakpoint .d_tab_list li {
  min-width: 0;
}

.lab_search + .d_tab_comm.type1.max_breakpoint .d_tit_tab {
  background: var(--d-color-primary-100);
}

.lab_search + .d_tab_comm.type1.min_breakpoint .d_tab_list {
  grid-template-columns: repeat(4, 1fr);
}

.lab_search + .d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab {
  position: relative;
  width: 100%;
  padding: 7px 20px 6px;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: rgba(18, 18, 18, 0.7);
  white-space: nowrap;
  background: #fff;
}

.lab_search + .d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid currentColor;
  content: "";
}

.lab_search + .d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab[aria-selected=true],
.lab_search + .d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab:hover,
.lab_search + .d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab:focus-visible {
  font-weight: 700;
}

.lab_search + .d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab[aria-selected=true]::after,
.lab_search + .d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab:hover::after,
.lab_search + .d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab:focus-visible::after {
  border-width: 2px;
}

.lab_search + .d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab.status_type0[aria-selected=true],
.lab_search + .d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab.status_type0:hover,
.lab_search + .d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab.status_type0:focus-visible {
  color: #FF669B;
}

.lab_search + .d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab.status_type1[aria-selected=true],
.lab_search + .d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab.status_type1:hover,
.lab_search + .d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab.status_type1:focus-visible {
  color: var(--d-color-primary-100);
}

.lab_search + .d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab.status_type2[aria-selected=true],
.lab_search + .d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab.status_type2:hover,
.lab_search + .d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab.status_type2:focus-visible {
  color: #FF8D2C;
}

.lab_search + .d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab.status_type3[aria-selected=true],
.lab_search + .d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab.status_type3:hover,
.lab_search + .d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab.status_type3:focus-visible {
  color: #016BCF;
}

.box_search_options {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  padding: 30px 20px;
  border-radius: 10px;
  background: #f8f8f8;
}

.box_search_options .item_rows {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
}

.box_search_options .lab_search {
  flex-shrink: 0;
  width: 100%;
  font-size: 16px;
  line-height: 19px;
  color: var(--d-color-black-100);
  font-weight: 700;
}

.box_search_options .group_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px 10px;
  flex-wrap: wrap;
  width: 100%;
}

.box_search_options .group_item .d_opt_comm, .box_search_options .group_item .d_date_comm {
  flex: 0 1 auto;
}

.box_search_options .group_item .lab_search ~ * {
  flex: 1;
  min-width: 0;
}

.box_search_options .group_item .inp_search {
  flex: 1;
  width: auto;
  min-width: 290px;
}

.box_search_options .group_item .btn_groups {
  flex: 1 0 auto;
  min-width: 0;
  display: flex;
  gap: 10px;
}

.box_search_options .group_item .btn_groups .d_btn {
  flex: 1 0 auto;
}

.tbl_my_reserve {
  margin-top: 20px;
}

.tbl_my_reserve.max_breakpoint td{
	font-size:16px;
}

@media only screen and (min-width: 768px) {
  .box_search_options {
	display: grid;
	justify-content: center;
    margin-top: 30px;
    border-radius: 20px;
  }
  .box_search_options .item_rows{
	  justify-content: flex-start;
  }
  .box_search_options .group_item .inp_search {
    min-width: 440px;
  }
  .box_search_options .lab_search {
    width: auto;
  }
  .box_search_options .group_item {
	column-gap: 30px;
    width: auto;
  }
  .box_search_options .group_item .inp_search2 {
    min-width: 470px;
  }
  .box_search_options .group_item:has(.d_tab_comm) {
    align-items: baseline;
  }
}
.d_tbl_comm .btn_resv {
  min-height: 32px;
  padding: 4px 11px 3px;
  font-size: 14px;
  line-height: 21px;
}

.d_tbl_comm .txt_status1 {
  color: var(--d-color-primary-100);
}

.d_tbl_comm .txt_status2 {
  color: #FF8D2C;
}

.d_tbl_comm .txt_status3 {
  color: #016BCF;
}

@media only screen and (min-width: 1200px) {
  .tbl_my_reserve {
    margin-top: 30px;
  }
  .d_tbl_comm .btn_resv {
    padding: 8px 15px 7px;
    font-size: 18px;
    line-height: 24px;
  }
  .box_search_options .lab_search {
    font-size: 18px;
  }
  .lab_search + .d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab {
    font-size: 18px;
  }
  .tbl_my_reserve.d_tbl_comm .subject{
	  text-align: center;
  }
}

/* 사이트맵 */
.list_sitemap > li + li {
  margin-top: 30px;
}

.list_sitemap .tit_txt {
  display: block;
}

.list_sitemap .link_tit {
  display: block;
  padding: 17px;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: var(--d-color-primary-100);
  background: #f8f8f8;
  text-align: center;
  border-radius: 10px;
}

.list_sitemap > li > ul {
  margin: 10px 0 0 0;
  padding: 10px 25px;
}

.list_sitemap > li > ul > li {
  font-size: 16px;
}

.list_sitemap .list.type3 {
  background: #f8f8f8;
  margin-top: 10px;
  padding: 15px;
  border-radius: 5px;
}

/* 외부링크 아이콘 표시 */
.list_sitemap a[target=_blank]::after {
  margin-left: 5px;
  font-family: "Font Awesome 6 Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  content: "\f08e";
}

@media (min-width: 1024px) {
  .list_sitemap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px 20px;
  }
  .list_sitemap > li + li {
    margin-top: 0;
  }
	
@media (min-width: 1200px) {
  .list_sitemap .d_list{
	  --1024-line-height:30px;
  }
  .list_sitemap > li > ul > li {
    font-size:18px;
  }
}