@charset "UTF-8";
@media screen and (max-width: 750px) {
  #wrapper .search-facilities-top {
    min-height: 420px;
  }
  #wrapper .search-facilities-top .nav-search-accordion {
    margin-bottom: 0 !important;
  }
}
#wrapper .search-facilities-top .area-tabs {
  margin-bottom: 16px;
}
#wrapper .search-facilities-top .area-tabs-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 8px;
  border-bottom: 2px solid #1C7E67;
}
#wrapper .search-facilities-top .area-tabs-lists .area-tab-switch {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
#wrapper .search-facilities-top .area-tabs-lists .area-tab-switch a {
  display: block;
  background: #F3F3F3;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #999999;
  border-radius: 8px 8px 0px 0px;
  padding: 10px 0px;
  line-height: 23px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #666666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#wrapper .search-facilities-top .area-tabs-lists .area-tab-switch a:hover, #wrapper .search-facilities-top .area-tabs-lists .area-tab-switch a.is-current {
  background: #1C7E67;
  border-color: #1C7E67;
  color: #fff;
}
@media screen and (max-width: 1130px) {
  #wrapper .search-facilities-top .area-tabs-lists .area-tab-switch a {
    padding: 10px 0px;
    font-size: 14px;
  }
}
#wrapper .search-facilities-top .search-filter-tabbox {
  position: relative;
}
#wrapper .search-facilities-top .search-filter-tabbox .search-filter-tab {
  position: absolute;
  left: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 120px;
  margin-bottom: 8px;
  border-radius: 8px 0px 0px 8px;
  cursor: pointer;
  background: #F3F3F3;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #999999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#wrapper .search-facilities-top .search-filter-tabbox .search-filter-tab:nth-of-type(1) {
  top: 0;
}
#wrapper .search-facilities-top .search-filter-tabbox .search-filter-tab:nth-of-type(2) {
  top: 128px;
}
#wrapper .search-facilities-top .search-filter-tabbox .search-filter-tab:nth-of-type(3) {
  top: 256px;
}
#wrapper .search-facilities-top .search-filter-tabbox .search-filter-tab .tab-text {
  margin-top: 12px;
  line-height: 23px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #1C7E67;
}
#wrapper .search-facilities-top .search-filter-tabbox .search-filter-tab img {
  width: 100%;
  max-width: 40px;
  height: 100%;
  max-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
#wrapper .search-facilities-top .search-filter-tabbox .tab-contents {
  margin-left: 160px;
  position: relative;
  z-index: 1;
  display: block;
  width: calc(100% - 160px);
  min-height: 500px;
  padding: 32px;
  background: #FFFFFF;
  border: 2px solid #1C7E67;
  border-radius: 0px 8px 8px 8px;
}
#wrapper .search-facilities-top .search-filter-tabbox > .search-filter-tab:hover,
#wrapper .search-facilities-top .search-filter-tabbox > .search-filter-tab.is-current,
#wrapper .search-facilities-top .search-filter-tabbox > input:focus + .search-filter-tab,
#wrapper .search-facilities-top .search-filter-tabbox > input:checked + .search-filter-tab {
  background: #1C7E67;
  border-color: #1C7E67;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
}
#wrapper .search-facilities-top .search-filter-tabbox > .search-filter-tab:hover .tab-text,
#wrapper .search-facilities-top .search-filter-tabbox > .search-filter-tab.is-current .tab-text,
#wrapper .search-facilities-top .search-filter-tabbox > input:focus + .search-filter-tab .tab-text,
#wrapper .search-facilities-top .search-filter-tabbox > input:checked + .search-filter-tab .tab-text {
  line-height: 23px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
#wrapper .search-facilities-top .search-filter-tabbox > .search-filter-tab:hover img,
#wrapper .search-facilities-top .search-filter-tabbox > .search-filter-tab.is-current img,
#wrapper .search-facilities-top .search-filter-tabbox > input:focus + .search-filter-tab img,
#wrapper .search-facilities-top .search-filter-tabbox > input:checked + .search-filter-tab img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#wrapper .search-facilities-top .search-filter-tabbox .tab-content-btn .add-area-btn {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 27px;
  padding: 2px 30px 2px 16px;
  margin: 16px 0 0 auto;
  background-color: #1C7E67 !important;
  border: none !important;
  color: #fff;
  border-radius: 30px;
  text-align: right;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
}
#wrapper .search-facilities-top .search-filter-tabbox .tab-content-btn .add-area-btn:after {
  width: 8px;
  height: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 16px;
  content: "";
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#wrapper .search-facilities-top .search-filter-tabbox input[type=radio] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
#wrapper .search-facilities-top .search-filter-tabbox .tab-content {
  display: none;
}
#wrapper .search-facilities-top .search-filter-tabbox > input:first-child:checked ~ .tab-contents > .tab-content:first-child,
#wrapper .search-facilities-top .search-filter-tabbox > input:nth-child(3):checked ~ .tab-contents > .tab-content:nth-child(2),
#wrapper .search-facilities-top .search-filter-tabbox > input:nth-child(5):checked ~ .tab-contents > .tab-content:nth-child(3),
#wrapper .search-facilities-top .search-filter-tabbox > input:nth-child(7):checked ~ .tab-contents > .tab-content:nth-child(4),
#wrapper .search-facilities-top .search-filter-tabbox > input:nth-child(9):checked ~ .tab-contents > .tab-content:nth-child(5),
#wrapper .search-facilities-top .search-filter-tabbox > input:nth-child(11):checked ~ .tab-contents > .tab-content:nth-child(6) {
  display: block;
}
#wrapper .search-facilities-top .tab-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  margin-top: -12px;
  margin-bottom: -12px;
}
#wrapper .search-facilities-top .tab-content-area .maparea {
  width: 362px;
  padding-top: 40px;
}
#wrapper .search-facilities-top .tab-content-area .maparea-checkbox {
  width: calc(100% - 32px - 360px);
}
#wrapper .search-facilities-top .tab-content-area .maparea-checkbox .search-list-box dt .choice-check {
  margin-bottom: 8px;
  padding-bottom: 12px;
  border-bottom: 1px #999999 dashed;
  font-weight: 500;
}
#wrapper .search-facilities-top .tab-content-area .maparea-checkbox .search-list-box dd {
  margin-bottom: 16px;
}
#wrapper .search-facilities-top .tab-content-area .maparea-checkbox .search-list-box dd .choice-check {
  font-weight: 500;
}
#wrapper .search-facilities-top .tab-content-area .maparea-checkbox .search-list-box li {
  width: 155px;
}
#wrapper .search-facilities-top .tab-content-area .maparea-checkbox .search-list-box li .choice-check {
  font-weight: 500;
}
#wrapper .search-facilities-top .tab-content-area .maparea-checkbox .search-list-box:first-child dt {
  padding-bottom: 12px;
  margin-bottom: 8px;
  border-bottom: 2px #1C7E67 solid;
}
#wrapper .search-facilities-top .tab-content-area .maparea-checkbox .search-list-box:first-child dt .choice-check {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#wrapper .search-facilities-top .tab-content-area .maparea-checkbox .search-list-box:last-of-type dd {
  margin-bottom: 0;
}
#wrapper .search-facilities-top .tab-content-station .select-choice-box .select-list-body {
  border-radius: 0px 8px 8px 0px;
}

.nav-search-header {
  margin-inline: -12px;
  padding: 10px 22px;
  width: calc(100% + 24px);
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  text-align: left;
  background-color: #0E5645;
  color: #fff;
}
.nav-search-header__backbtn {
  position: relative;
  padding-left: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent !important;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  border: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav-search-header__backbtn:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-8px) scale(-1, 1);
          transform: translateY(-8px) scale(-1, 1);
  width: 12px;
  height: 20px;
  background: url("/new_ui/site/search_detail/imgs/icon-arrow-white.svg") no-repeat center/12px 20px;
}
.select-list-box .select-list-body::-webkit-scrollbar {
  width: 3px;
}
.select-list-box .select-list-body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #999999;
}
.nav-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-block: 16px;
}
.nav-search__item {
  width: calc(100% - 5.3333333333px);
  height: 112px;
}
.nav-search__item .js-btn-dropdown {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #999999;
  color: #1C7E67;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.nav-search__item.is-active .js-btn-dropdown {
  background-color: #1C7E67;
  border: 1px solid #1C7E67;
  color: #fff;
}
.nav-search__item.is-active .js-btn-dropdown img {
  width: 24px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.nav-search__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
}
.nav-search-dropdown {
  position: fixed;
  top: 62px;
  left: 0;
  right: 0;
  z-index: 998;
  background-color: #fff;
  width: 100%;
  height: calc(100% - 62px);
  overflow-y: scroll;
  padding-bottom: 84px;
}
.nav-search-dropdown .nav-search-header {
  margin-inline: 0;
  padding: 10px 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-search-dropdown .nav-search-header .add-area-btn {
  margin: -6px 0 -4px !important;
  border: none;
  height: 40px;
  font-size: 16px;
}
.nav-search-dropdown .nav-search-sub-header {
  padding: 8px 16px;
  height: 40px;
  font-size: 16px;
  background-color: #404040;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
}
.nav-search-dropdown .nav-search-accordion > dl > dt {
  background: #E2F0EF;
}
.nav-search-dropdown .nav-search-accordion > dl > dt.is-open {
  background: #404040;
  color: #fff;
}
.nav-search-accordion > dl > dt.is-open:after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.nav-search-dropdown .search-condition-body h4 {
  padding: 0;
  margin: 0 16px;
  border: none;
  height: auto;
  line-height: 24px;
  font-size: 16px;
  color: #222222;
  font-weight: 500;
}
.nav-search-dropdown .search-condition-body .search-select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-bottom: 1px #999999 dashed;
  margin-bottom: 16px;
  padding: 8px 16px 16px 16px;
}
.nav-search-dropdown .search-condition-body .search-select-box select {
  width: 150px;
  font-size: 18px;
}
.nav-search-accordion {
  border-bottom: 1px solid #999999;
  margin-bottom: 110px;
}
.nav-search-accordion > dl > dt {
  position: relative;
  padding: 14.4px 13.4px;
  cursor: pointer;
  border-top: 1px solid #999999;
}
.nav-search-accordion > dl > dt .search-list-title {
  font-size: 16px;
  font-weight: 700;
}
.nav-search-accordion > dl > dt:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("/new_ui/site/search_detail/imgs/img-plus.svg") no-repeat center/20px 20px;
}
.nav-search-accordion > dl > dt.is-open:after {
  background: url("/new_ui/site/search_detail/imgs/img-minus.svg") no-repeat center/20px 20px;
}
.nav-search-accordion > dl > dt.is-open + dd {
  height: auto!important;
}
.nav-search-accordion > dl > dd .search-list-checkbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.nav-search-accordion > dl > dd .search-list-checkbox > li {
  width: 100%;
}
.nav-search-accordion > dl > dd .search-list-checkbox > li:not(:last-child) {
  border-bottom: 1px #999999 dashed;
}
.nav-search-accordion > dl > dd .search-list-checkbox > li .choice-checkbox {
  position: relative;
  padding: 16px 16px 16px 8px;
}
.nav-search-accordion > dl > dd .search-list-checkbox > li .choice-checkbox:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 41px;
  height: 100%;
  background-color: #F3F3F3;
}
.nav-search-accordion > dl > dd .search-list-checkbox > li .choice-checkbox .choice-check {
  padding-left: 44px;
}
.nav-search-accordion > dl > dd .search-list-linkbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav-search-accordion > dl > dd .search-list-linkbox > li {
  width: 100%;
}
.nav-search-accordion > dl > dd .search-list-linkbox > li:not(:last-child) {
  border-bottom: 1px #999999 dashed;
}
.nav-search-accordion > dl > dd .search-list-linkbox > li.item-linkbox:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #1C7E67;
}
.nav-search-accordion > dl > dd .search-list-linkbox > li.item-linkbox .item-link-txt {
  padding: 16px;
  height: 53px;
  display: block;
  line-height: 24px;
}
.search-list-linkbox > li.item-linkbox .item-link-txt:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background: url("/new_ui/site/search_detail/imgs/icon-pagination-right.svg") no-repeat center/8px 12px;
}
.nav-search-accordion > dl > dd .search-list-linkbox > li.item-linkbox {
  position: relative;
}
.nav-search-accordion > dl > dd .search-list-linkbox > li.item-linkbox .item-link-txt span,
.search-list-value{
  font-weight: 500;
}

.search-select-station .nav-search-accordion > dl dt {
  background: transparent;
  border-top: none;
  padding-right: 32px;
}
.search-select-station .nav-search-accordion > dl dt:after {
  right: 6px;
}
.search-select-station .nav-search-accordion > dl .select-list-item li:last-child {
  padding-bottom: 6px;
}
.search-list-box, .search-list-box dt {
  background: #fff;
}
.search-top-box.search-list-box dt{
  border-top: 0;
}
.search-list-box dt.is-open {
  background: #1C7E67;
  color: #FFF;
}
.top-header-tabs {
	display: flex;
	justify-content: space-between;
}
.top-header-tabs .top-header-tab-item {
    padding:0.5em;
    flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	border-radius: 0.5em 0.5em 0em 0em;
	border:1px gray solid;
	border-bottom: 0px;
    border-right:0px;
    font-weight:bold;
    text-decoration: none;
    color: black;
}
.top-header-tabs .top-header-tab-item:last-child {
    border-right: 1px gray solid;
}
.top-header-tabs .top-header-tab-item:visited {
    color: black;
}
