@charset "UTF-8";
/*-------------------------------------------------

Title       : 반환지원서비스 지도 (목록은 common/content.css)
Author      : EASESOFT
Create Date : 2024-09

-------------------------------------------------*/
#sub_wrap .contents_util {
  display: none;
}
#sub_wrap .contents_nav {
  display: none;
}

.return_top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 2rem 1rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  box-sizing: border-box;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.return_top .return_menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.return_top .return_menu button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 4.2rem;
  border: 1px solid #E3E5E6;
  border-radius: 4px 0 0 4px;
  font-size: 1.6rem;
  font-weight: 600;
}
.return_top .return_menu button + button {
  border-left: none;
  border-radius: 0 4px 4px 0;
}
.return_top .return_menu #show_map_btn {
  background: #61A015;
  color: #fff;
}
.return_top .map_title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: 2rem;
}
.return_top .map_title strong {
  padding-left: 2rem;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-position-x: left;
  font-weight: 700;
}
.return_top .marker_info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
}
.return_top .marker_info p {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: none;
  gap: 0.5rem;
  white-space: nowrap;
}
.return_top .marker_info img {
  width: 2.5rem;
}
.return_top .marker_info span {
  font-size: 1.4rem;
  font-weight: 600;
}
.return_top .list_info {
  color: #666;
  font-size: 1.4rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
  margin-left: auto;
}
.return_top .list_info::before {
  content: "\eca0";
  font-family: "remixicon";
  margin-right: 0.5rem;
  color: #888;
  font-size: 1.5rem;
  flex: none;
}
.return_top.show_list #show_map_btn {
  background: #fff;
  color: #333;
}
.return_top.show_list #show_list_btn {
  background: #61A015;
  color: #fff;
}
.return_top.show_list .marker_info {
  display: none;
}
.return_top.show_list .list_info {
  display: flex;
}
.return_top.show_wide {
  height: 5rem;
  padding: 1rem 2rem;
}
.return_top.show_wide .map_title {
  margin-left: 0;
}

.return_service {
  position: relative;
  margin-bottom: -10rem;
}
.return_service .map_skip {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 110;
  width: 100%;
}
.return_service .return_inner {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 73rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  border-bottom: 1px solid #E7E7E7;
}
.return_service #map {
  width: 100%;
  height: 100%;
}
.return_service .float_box {
  position: absolute;
  left: 37rem;
  top: 3rem;
  z-index: 100;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  transition: 0.3s;
}
.return_service .float_box .btn_show {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 4.2rem;
  padding: 0 1rem;
  border-radius: 1.6rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  font-size: 1.4rem;
  font-weight: 700;
  transition: 0.3s;
  white-space: nowrap;
}
.return_service .float_box .btn_show::before {
  font-family: "remixicon";
  margin-right: 0.5rem;
}
.return_service .float_box .show_wide {
  background: #fff;
}
.return_service .float_box .show_wide::before {
  content: "\ec62";
}
@media screen and (min-width: 1025px) {
  .return_service .float_box .show_wide:hover {
    background: #61A015;
    color: #fff;
  }
}
.return_service .info_window {
  position: relative;
  margin-bottom: 2rem;
  border: 1px solid #BDBDBD;
  border-radius: 0.8rem;
  background: #fff;
  padding: 1rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.return_service .info_window::after {
  content: "";
  position: absolute;
  left: calc(50% - 0.8rem);
  bottom: -0.9rem;
  background: #fff;
  width: 1.6rem;
  height: 1.6rem;
  transform: rotate(-45deg);
  border-left: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}
.return_service .info_window .title {
  font-size: 1.4rem;
  font-weight: 600;
  word-break: keep-all;
  word-wrap: break-word;
}
.return_service .info_window .title span {
  color: #61A015;
  margin-right: 1rem;
}
.return_service .info_window .title strong {
  font-weight: 700;
}
.return_service .info_window .address {
  font-size: 1.3rem;
  color: #767676;
  word-break: keep-all;
  word-wrap: break-word;
}
.return_service .info_window ul {
  max-height: 16rem;
  overflow-y: auto;
}
.return_service .info_window ul::-webkit-scrollbar-track {
  background-color: #F3F7F9;
  border-radius: 0;
}
.return_service .info_window ul::-webkit-scrollbar {
  width: 5px;
}
.return_service .info_window ul::-webkit-scrollbar-thumb {
  background-color: #D3E4CF;
  border-radius: 0;
}
.return_service .info_window li + li {
  margin-top: 0.5rem;
}
.return_service .info_window li {
  padding: 0.5rem;
  border-radius: 0.4rem;
  max-width: 30rem;
  padding-left: 3.3rem;
  background: url("/upload/maps/marker02.png") no-repeat 0.3rem center;
  background-size: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .return_service .info_window li.marker-dup:hover {
    background-color: #F3F7F9;
    cursor: pointer;
  }
}
.return_service .info_window li.rt {
  background-image: url("/upload/maps/marker01.png");
}
.return_service .info_window .active {
  background-color: #F3F7F9;
}
.return_service .tab_box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0.5rem;
  background: #fff;
  height: 4.2rem;
  border-radius: 1.6rem;
  padding: 0.6rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  box-sizing: border-box;
}
.return_service .tab_box .btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0 1.6rem;
  border-radius: 0.8rem;
  transition: 0.3s;
  white-space: nowrap;
}
.return_service .tab_box .btn.active {
  background: #61A015;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .return_service .tab_box .btn:hover {
    background: #61A015;
    color: #fff;
  }
}
.return_service .list_box {
  position: relative;
  order: -1;
  z-index: 10;
  flex: none;
  width: 34rem;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1607843137);
  box-sizing: border-box;
  transition: 0.5s;
}
.return_service .list_box .btn_close, .return_service .list_box .btn_search {
  display: none;
}
.return_service .list_box .box_inner {
  width: 34rem;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
.return_service .list_box form#srhForm {
  overflow: hidden;
  transition: 0.3s;
  max-height: 50rem;
}
.return_service .list_box .search_form {
  overflow: hidden;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0.8rem;
}
.return_service .list_box .search_form .form_select {
  width: 100%;
}
.return_service .list_box .search_form .form_select select {
  height: 4rem;
}
.return_service .list_box .search_form input.form_input {
  width: 100%;
  height: 4rem;
}
.return_service .list_box .search_form .btn_box {
  gap: 0.8rem;
  width: 100%;
}
.return_service .list_box .search_form .btn_box .btn {
  flex: 1;
  min-width: inherit;
}
.return_service .list_box .search_form .btn_box .btn.search {
  background: #61A015;
  border-color: #61A015;
  color: #fff;
}
.return_service .list_box .search_form .btn_box .btn.search::before {
  content: "\f0d1";
  font-family: "remixicon";
  margin-right: 1rem;
}
.return_service .list_box .search_form .btn_box .btn.refresh::before {
  content: "\f064";
  font-family: "remixicon";
  margin-right: 1rem;
}
.return_service .list_box .btn_long {
  position: relative;
  z-index: 1;
  margin: -1.2rem auto;
  width: 8rem;
  height: 2.4rem;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0.4rem;
  transition: 0.3s;
}
.return_service .list_box .btn_long::before {
  content: "\ea77";
  font-family: "remixicon";
  font-size: 2rem;
}
.return_service .list_box .list {
  padding: 1rem 1rem 2rem 2rem;
  flex: 1;
  overflow: hidden;
  border-top: 1px solid #ddd;
}
.return_service .list_box .list .inner {
  overflow-y: auto;
  height: 100%;
  padding-right: 1rem;
}
.return_service .list_box .list .inner::-webkit-scrollbar-track {
  background-color: #F3F7F9;
  border-radius: 0;
}
.return_service .list_box .list .inner::-webkit-scrollbar {
  width: 5px;
}
.return_service .list_box .list .inner::-webkit-scrollbar-thumb {
  background-color: #D3E4CF;
  border-radius: 0;
}
.return_service .list_box .list .inner li + li {
  border-top: 1px solid #ddd;
}
.return_service .list_box .list .inner li a {
  display: block;
  padding: 1.8rem 1rem;
}
.return_service .list_box .list .inner li .top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
}
.return_service .list_box .list .inner li .top .area {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.return_service .list_box .list .inner li .top .area .num {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 2.2rem;
  height: 2.2rem;
  border-radius: 3rem;
  background: #61A015;
  color: #fff;
  font-family: "titillium";
  padding: 0 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  margin-right: 0.5rem;
  letter-spacing: -0.5px;
}
.return_service .list_box .list .inner li .top .area em {
  font-size: 1.6rem;
  font-weight: 600;
  color: #61A015;
}
.return_service .list_box .list .inner li .top .cate {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.return_service .list_box .list .inner li .top .cate em {
  background: #0993BE;
  padding: 0.2rem 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}
.return_service .list_box .list .inner li .top .cate em.rt {
  background: #F16B05;
}
.return_service .list_box .list .inner li .name {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.return_service .list_box .list .inner li .address {
  font-size: 1.4rem;
}
.return_service .list_box .list .inner li .open {
  font-size: 1.2rem;
  margin-top: 1rem;
}
.return_service .list_box .list .inner li .open span {
  font-weight: 600;
}
.return_service .list_box .list .inner li .open em {
  color: #555;
}
.return_service .list_box .list .inner li.active a {
  background: #F3F7F9;
}
.return_service .list_box .list .inner li.no_data {
  font-weight: 600;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.return_service .list_box .list .inner li.no_data::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23BDBDBD'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M11 2C15.968 2 20 6.032 20 11C20 15.968 15.968 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2ZM11 18C14.8675 18 18 14.8675 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18ZM19.4853 18.0711L22.3137 20.8995L20.8995 22.3137L18.0711 19.4853L19.4853 18.0711Z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2.7rem;
}
.return_service .list_box .list .inner ul:has(.no_data) {
  height: 100%;
}
.return_service .list_box .list .inner #list_more_btn {
  padding: 1.8rem 1rem;
}
.return_service .list_box.show_long form#srhForm {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
.return_service .list_box.show_long .list {
  border-top: none;
  padding-top: 2.2rem;
}
.return_service .list_box.show_long .btn_long {
  margin-top: -1px;
  margin-bottom: -2.4rem;
}
.return_service .list_box.show_long .btn_long::before {
  content: "\ea4d";
}
.return_service .map_control {
  position: absolute;
  right: 2rem;
  top: 3rem;
  z-index: 100;
}
.return_service .map_control .tab_box.type {
  margin-top: 0.5rem;
  display: none;
}
.return_service .map_control .tab_box.type#terrainMapType {
  display: inline-flex;
}
.return_service .map_control .tab_box.type .btn.active {
  background: #fff;
  color: inherit;
}
.return_service .map_control .tab_box.type .btn:hover {
  background: #fff;
  color: inherit;
}
.return_service .map_control .tab_box.type .btn img {
  margin-right: 0.5rem;
  width: 16px;
}
.return_service.show_wide {
  margin-bottom: 0;
}
.return_service.show_wide .return_inner {
  height: calc(100vh - 5rem);
  border: none;
}
.return_service.show_wide #map {
  z-index: 11;
}

#list_container {
  padding-top: 6rem;
}

/*-------------------------------------------------

Responsive

-------------------------------------------------*/
/* Media Query */
@media (max-width: 1480px) {
  .return_service .marker_info {
    right: 2rem;
  }
}
@media (max-width: 1280px) {
  .return_top {
    padding: 0 1rem 1rem;
  }
  .return_top .marker_info {
    margin-left: auto;
  }
  .return_top .marker_info p {
    gap: 0.3rem;
  }
  .return_top .map_title {
    margin-left: 1.6rem;
  }
  .return_top .return_menu button {
    width: 13rem;
  }
  .return_service .float_box {
    top: 2rem;
    left: 29rem;
  }
  .return_service .list_box {
    width: 28rem;
  }
  .return_service .list_box .btn_long {
    margin-top: -0.8rem;
  }
  .return_service .list_box .box_inner {
    width: 28rem;
  }
  .return_service .list_box .search_form {
    padding: 1rem;
    gap: 0.5rem;
  }
  .return_service .list_box .search_form .btn_box .btn {
    min-height: 3.8rem;
  }
  .return_service .list_box .list {
    padding: 1rem 1rem 2rem 1rem;
  }
  .return_service .list_box .list .inner {
    padding-right: 0.5rem;
  }
  .return_service .list_box .list .inner li {
    padding: 1rem 0.5rem;
  }
  .return_service .list_box .list .inner li .top {
    margin-bottom: 0.5rem;
  }
  .return_service .list_box .list .inner li .name {
    margin-bottom: 0.5rem;
  }
  .return_service .list_box .list .inner li .open {
    margin-top: 0.5rem;
  }
  .return_service .map_control {
    top: 2rem;
    right: 0;
  }
}
@media (max-width: 1024px) {
  #sub_wrap #snb {
    display: none;
  }
  .return_top .return_menu button {
    width: 12rem;
  }
  .return_service {
    margin-bottom: -6rem;
  }
  .return_service .list_box {
    width: 26rem;
  }
  .return_service .list_box .box_inner {
    width: 26rem;
  }
  .return_service .float_box {
    left: 26.5rem;
    gap: 0.5rem;
  }
  .return_service .tab_box .btn {
    padding: 0 1rem;
  }
  #list_container {
    padding-top: 4rem;
  }
}
@media (max-width: 800px) {
  .return_top {
    flex-direction: column;
    gap: 1rem;
  }
  .return_top .map_title {
    position: absolute;
    left: 1.6rem;
    top: 0.5rem;
    font-size: 1.5rem;
    margin: 0;
  }
  .return_top .marker_info {
    margin-left: 0;
  }
  .return_top .list_info {
    margin-left: 0;
    word-break: keep-all;
  }
  .return_top.show_wide {
    flex-direction: row;
    align-items: center;
    padding: 0.5rem 1rem;
  }
  .return_top.show_wide .map_title {
    order: 0;
    margin: 0;
    align-self: center;
    position: static;
    margin-left: 1.6rem;
  }
  .return_top.show_wide .marker_info {
    margin-left: auto;
  }
  .return_service .map_skip {
    display: none;
  }
  .return_service .return_inner {
    height: 60rem;
    display: block;
    position: relative;
  }
  .return_service #map {
    width: 100%;
    height: 100%;
  }
  .return_service .tab_box {
    height: 3.6rem;
  }
  .return_service .tab_box .btn {
    padding: 0 1rem;
  }
  .return_service .float_box {
    left: 1rem;
    top: 1rem;
  }
  .return_service .float_box .btn_show {
    display: none;
  }
  .return_service .list_box {
    position: absolute;
    left: calc(50% - 17rem);
    bottom: 1rem;
    z-index: 110;
    width: 34rem;
    height: 0;
  }
  .return_service .list_box .btn_search {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: calc(50% - 7.5rem);
    bottom: 1rem;
    width: 15rem;
    height: 4.8rem;
    padding-right: 1rem;
    background: #61A015;
    color: #fff;
    transition: 0.3s;
    font-size: 1.6rem;
    box-sizing: border-box;
    transition: 0.1s;
    transition-delay: 0.3s;
  }
  .return_service .list_box .btn_search::before {
    content: "\f0d1";
    font-family: "remixicon";
    margin-right: 1rem;
  }
  .return_service .list_box .btn_close {
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: calc(50% - 2rem);
    top: -2.4rem;
    z-index: 10;
    width: 4rem;
    height: 4rem;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' width='7.2mm' height='7.2mm' version='1.1' viewBox='0 0 20.5 20.5'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23000; stroke-linecap: square; stroke-linejoin: round; stroke-width: 2.5px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1.8,1.8l17,17'/%3E%3Cpath class='cls-1' d='M1.8,18.7L18.7,1.8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 100%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    background-size: 1.2rem;
  }
  .return_service .list_box .box_inner {
    width: 34rem;
  }
  .return_service .list_box .search_form {
    padding: 2rem 1.5rem 1.5rem;
  }
  .return_service .list_box .list {
    padding: 1rem;
  }
  .return_service .list_box .list .inner ul li {
    padding: 1rem;
  }
  .return_service .list_box .list .inner ul li .top {
    margin-bottom: 0.5rem;
  }
  .return_service .list_box .list .inner ul li .name {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .return_service .list_box.open {
    height: 50rem;
  }
  .return_service .list_box.open .btn_search {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
  }
  .return_service .list_box.open .btn_close {
    opacity: 1;
    visibility: visible;
  }
  .return_service .list_box.show_long .list {
    padding-top: 4rem;
  }
  .return_service .list_box.show_long .btn_long {
    margin-top: 2rem;
    margin-bottom: -3rem;
    height: 2rem;
  }
  .return_service .map_control {
    top: 1rem;
  }
}
@media (max-width: 620px) {
  .return_top .map_title {
    position: static;
    order: -1;
    align-self: flex-start;
  }
  .return_top .return_menu {
    width: 100%;
  }
  .return_top .return_menu button {
    width: inherit;
    flex: 1;
  }
  .return_top.show_wide {
    padding: 0.5rem;
  }
  .return_top.show_wide .map_title {
    font-size: 1.4rem;
    line-height: 1.1;
  }
  .return_service .marker_info {
    right: 50%;
    transform: translateX(50%);
    top: -4.7rem;
  }
}
@media (max-width: 480px) {
  .return_top .map_title strong {
    padding-left: 1.5rem;
  }
  .return_service .tab_box {
    gap: 0.2rem;
  }
  .return_service .tab_box .btn {
    padding: 0 0.5rem;
    font-size: 1.3rem;
  }
  .return_service .float_box {
    left: 1rem;
    top: 1rem;
  }
  .return_service .float_box .btn_show {
    display: none;
  }
  .return_service .list_box {
    left: 2%;
    width: 96%;
  }
  .return_service .list_box .box_inner {
    width: 100%;
  }
  .return_service .map_control {
    right: -0.5rem;
  }
}
@media (max-width: 360px) {
  .return_service .info_window li {
    max-width: 28rem;
  }
}