@charset "UTF-8";
/*
AUTH : ssooya
VERSION : version 2
*/
/**********
펑션
***********/
/**********
텍스트 자간
***********/
/**********
텍스트 말줄임
***********/
/**********
아이콘
***********/
* {
  word-break: keep-all;
}

@media (max-width: 1080px) {
  html.m-scroll-lock, body.m-scroll-lock {
    overflow: hidden;
    touch-action: none;
    /* 이외의 브라우저 */
    overscroll-behavior: none;
  }
  html.m-scroll-lock .container, body.m-scroll-lock .container {
    touch-action: none;
    /* 이외의 브라우저 */
    overscroll-behavior: none;
  }
}

body.scrollHidden {
  overflow: hidden;
  touch-action: none;
  /* 이외의 브라우저 */
  overscroll-behavior: none;
}
body.scrollHidden .container {
  touch-action: none;
  /* 이외의 브라우저 */
  overscroll-behavior: none;
}
.inner {
  padding: 0 30px;
}

.overlay:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.45);
  position: fixed;
  z-index: 500;
}

.container {
  position: relative;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.container.fullpage {
  padding: 0;
}
.container.pb0 {
  padding-bottom: 0;
}

section.main {
  width: 100%;
  height: 100vh;
  background: url("../img/img_main_bg.png") no-repeat center/cover;
  position: relative;
  overflow-y: auto;
}
section.main .main-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: calc(100% - 40px);
}
@media (max-width: 1080px) {
  section.main .main-wrap {
    position: static;
    transform: none;
    left: auto;
    top: auto;
    margin: 0 auto;
    padding: 20px 0;
  }
}
section.main .main-wrap .main-header-box {
  padding-bottom: 20px;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-header-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 14px;
  }
}
section.main .main-wrap .main-header-box .logo-box a {
  background: url("../img/img_logo@3x.png") no-repeat center/cover;
  width: 131px;
  height: 45px;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-header-box .logo-box a {
    background: url("../img/img_logo_m@3x.png") no-repeat center/cover;
    width: 112px;
    height: 36px;
  }
}
section.main .main-wrap .main-header-box .cs-box {
  display: none;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-header-box .cs-box {
    display: inline-flex;
    align-items: center;
  }
}
section.main .main-wrap .main-header-box .cs-box .label-box {
  font-size: 16px;
  font-weight: 700;
}
section.main .main-wrap .main-header-box .cs-box .txt-box {
  padding-left: 6px;
  font-size: 21px;
  font-weight: 700;
  color: #4366c0;
}
section.main .main-wrap aside.main-helper {
  position: absolute;
  right: -145px;
  bottom: 98px;
}
@media (max-width: 1080px) {
  section.main .main-wrap aside.main-helper {
    position: fixed;
    right: 19px;
    bottom: 39px;
  }
}
section.main .main-wrap aside.main-helper .helper-btn {
  position: relative;
  width: 79px;
  height: 79px;
  background-color: #4366c0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 10px 17px 20px 0px rgba(32, 48, 118, 0.15);
}
section.main .main-wrap aside.main-helper .helper-btn .info-box {
  display: inline-block;
  color: #fff;
  text-align: center;
}
section.main .main-wrap aside.main-helper .helper-btn .info-box .ic-box .ic-question {
  background: url("../img/ic_question@3x.png") no-repeat center/cover;
  width: 27px;
  height: 27px;
}
section.main .main-wrap aside.main-helper .helper-btn .info-box .tell-box {
  font-weight: 700;
}
section.main .main-wrap aside.main-helper .helper-btn .info-box .txt-box {
  padding-top: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
section.main .main-wrap .main-contents .main-visual-box .swiper-group-box {
  position: relative;
  border-radius: 16px;
}
section.main .main-wrap .main-contents .main-visual-box .swiper-group-box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 3px;
  border-radius: 16px;
  box-shadow: 10px 17px 20px 0px rgba(32, 48, 118, 0.1);
  z-index: 1;
}
section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper-button-prev {
  position: absolute;
  left: 20px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  background: url("../img/img_main_banner_prev2@3x.png") no-repeat center/cover;
  width: 29px;
  height: 29px;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper-button-prev {
    display: none;
  }
}
section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper-button-prev:after {
  display: none;
}
section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper-button-next {
  position: absolute;
  right: 20px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  background: url("../img/img_main_banner_next2@3x.png") no-repeat center/cover;
  width: 29px;
  height: 29px;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper-button-next {
    display: none;
  }
}
section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper-button-next:after {
  display: none;
}
section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper-pagination {
  position: absolute;
  left: 74px;
  bottom: 40px;
  display: inline-flex;
  width: auto;
  margin: 0 -2px;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper-pagination {
    left: 0;
    right: 0;
    width: 100%;
    justify-content: center;
    bottom: -18px;
  }
}
section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper-pagination .swiper-pagination-bullet {
  background-color: #a5b1bd;
  color: #fff;
  width: 14px;
  height: 14px;
  opacity: 1;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper-pagination .swiper-pagination-bullet {
    height: 7px;
    width: 7px;
    margin: 0 2px;
  }
}
section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 7px;
  width: 40px;
  background-color: #0052cf;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
  }
}
section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper {
  border-radius: 16px;
}
section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap {
  height: 350px;
  display: block;
  position: relative;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap {
    height: 745px;
  }
}
@media (max-width: 800px) {
  section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap {
    height: 0;
    position: relative;
    padding-bottom: 120%;
  }
}
section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap .visual-item {
  height: 100%;
  padding: 57px 72px;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap .visual-item {
    padding: 28px 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap .visual-item.visual1 {
  background: url("../img/img_main_visual1@3x.png") no-repeat center/cover;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap .visual-item.visual1 {
    background: url("../img/img_main_visual1_m@3x.png") no-repeat center/cover;
  }
}
section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap .visual-item .info-box .tit-box .sub-box {
  color: #3da048;
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap .visual-item .info-box .tit-box .sub-box {
    font-size: 28px;
    line-height: 30px;
  }
}
section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap .visual-item .info-box .tit-box .main-box {
  padding-top: 5px;
  color: #1a3d73;
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap .visual-item .info-box .tit-box .main-box {
    font-size: 14px;
  }
}
section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap .visual-item .info-box .list-box {
  padding-top: 20px;
}
section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap .visual-item .info-box .list-box .row {
  display: flex;
  align-items: center;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap .visual-item .info-box .list-box .row {
    align-items: flex-start;
  }
}
section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap .visual-item .info-box .list-box .row + .row {
  margin-top: 3px;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap .visual-item .info-box .list-box .row + .row {
    margin-top: 5px;
  }
}
section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap .visual-item .info-box .list-box .row .subject-box {
  border-radius: 12.5px;
  height: 25px;
  width: 80px;
  background-color: #7f99c1;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.025em;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap .visual-item .info-box .list-box .row .subject-box {
    font-size: 12px;
    width: 58px;
    height: 21px;
  }
}
section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap .visual-item .info-box .list-box .row .con-box {
  flex: 1;
  min-width: 0;
  padding-left: 10px;
}
section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap .visual-item .info-box .list-box .row .con-box .txt-group-box {
  padding-left: 8px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.025em;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap .visual-item .info-box .list-box .row .con-box .txt-group-box {
    font-size: 12px;
    line-height: 21px;
  }
}
section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap .visual-item .info-box .list-box .row .con-box .txt-group-box .label-group-box {
  display: inline-flex;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap .visual-item .info-box .list-box .row .con-box .txt-group-box .label-group-box {
    display: flex;
    font-size: 0;
  }
}
section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap .visual-item .info-box .list-box .row .con-box .txt-group-box .label-txt-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 2px;
  height: 20px;
  border-radius: 4px;
  font-size: 15px;
  letter-spacing: -0.025em;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap .visual-item .info-box .list-box .row .con-box .txt-group-box .label-txt-box + .label-txt-box {
    margin-left: 4px;
  }
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap .visual-item .info-box .list-box .row .con-box .txt-group-box .label-txt-box {
    font-size: 12px;
    padding: 0 3px;
  }
}
section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap .visual-item .info-box .list-box .row .con-box .txt-group-box .label-txt-box.type-1 {
  background-color: #7495b2;
}
section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap .visual-item .info-box .list-box .row .con-box .txt-group-box .label-txt-box.type-2 {
  background-color: #cd8369;
}
section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap .visual-item .info-box .list-box .row .con-box .txt-group-box .label-txt-box.type-3 {
  background-color: #b38d91;
}
section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap .img-box {
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  transition: 0.2s;
}
section.main .main-wrap .main-contents .main-visual-box .swiper-group-box .swiper .item-wrap .img-box img {
  max-width: 100%;
  max-height: 100%;
}
section.main .main-wrap .main-contents .main-banner-box {
  padding-top: 40px;
  display: flex;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-banner-box {
    padding-top: 33px;
    flex-direction: column;
  }
}
section.main .main-wrap .main-contents .main-banner-box .banner-box {
  padding: 50px 40px;
  width: 100%;
  display: block;
  height: 257px;
  border-radius: 16px;
  box-shadow: 10px 17px 20px 0px rgba(32, 48, 118, 0.1);
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-banner-box .banner-box {
    height: 153px;
    padding: 20px;
    border-radius: 13px;
  }
}
section.main .main-wrap .main-contents .main-banner-box .banner-box.banner1 {
  background: #fff url("../img/img_main_banner1@3x.png") no-repeat center/cover;
}
section.main .main-wrap .main-contents .main-banner-box .banner-box.banner2 {
  background: #fff url("../img/img_main_banner2@3x.png") no-repeat center/cover;
}
section.main .main-wrap .main-contents .main-banner-box .banner-box + .banner-box {
  margin-left: 40px;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-banner-box .banner-box + .banner-box {
    margin: 15px 0 0 0;
  }
}
section.main .main-wrap .main-contents .main-banner-box .banner-box .tit-box {
  font-weight: 700;
  font-size: 30px;
  color: #0052cf;
}
section.main .main-wrap .main-contents .main-banner-box .banner-box .tit-box.type-1 {
  color: #344b8d;
}
section.main .main-wrap .main-contents .main-banner-box .banner-box .tit-box.type-2 {
  color: #cc6317;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-banner-box .banner-box .tit-box {
    font-size: 23px;
  }
}
section.main .main-wrap .main-contents .main-banner-box .banner-box .des-box {
  padding-top: 16px;
  font-size: 19px;
  line-height: 24px;
  color: #555555;
  padding-bottom: 50px;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-banner-box .banner-box .des-box {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 0 15px;
  }
}
section.main .main-wrap .main-contents .main-banner-box .banner-box .link-box {
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  padding: 0 16px;
  background-color: #fff;
}
section.main .main-wrap .main-contents .main-banner-box .banner-box .link-box .txt {
  color: #222;
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-banner-box .banner-box .link-box .txt {
    font-weight: 700;
  }
}
section.main .main-wrap .main-contents .main-banner-box .banner-box .link-box .ic {
  margin-left: 13px;
}
section.main .main-wrap .main-contents .main-banner-box .banner-box .link-box .ic.ic-link {
  background: url("../img/ic_link2@3x.png") no-repeat center/cover;
  width: 16px;
  height: 9px;
}
section.main .main-wrap .main-contents .main-footer-box {
  padding-top: 46px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-footer-box {
    padding: 20px 0 0 0;
    flex-direction: column;
  }
}
section.main .main-wrap .main-contents .main-footer-box .footer-box {
  display: inline-flex;
  align-items: center;
}
section.main .main-wrap .main-contents .main-footer-box .footer-cs-box {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-footer-box .footer-cs-box {
    display: none;
    padding-top: 10px;
    justify-content: space-between;
  }
}
section.main .main-wrap .main-contents .main-footer-box .call-box {
  display: inline-flex;
  align-items: center;
}
section.main .main-wrap .main-contents .main-footer-box .call-box .ic-call {
  background: url("../img/ic_call@3x.png") no-repeat center/cover;
  width: 37px;
  height: 37px;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-footer-box .call-box .ic-call {
    width: 24px;
    height: 24px;
  }
}
section.main .main-wrap .main-contents .main-footer-box .call-box .call-info-box {
  padding-left: 11px;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-footer-box .call-box .call-info-box {
    padding-left: 6px;
  }
}
section.main .main-wrap .main-contents .main-footer-box .call-box .call-info-box .label-box {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  padding-bottom: 6px;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-footer-box .call-box .call-info-box .label-box {
    padding-bottom: 2px;
    font-size: 12px;
  }
}
section.main .main-wrap .main-contents .main-footer-box .call-box .call-info-box .call-txt-box {
  font-weight: 700;
  font-size: 30px;
  color: #4366c0;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-footer-box .call-box .call-info-box .call-txt-box {
    font-size: 16px;
  }
}
section.main .main-wrap .main-contents .main-footer-box .cs-box {
  padding-left: 22px;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-footer-box .cs-box {
    flex: 1;
    min-width: 0;
    padding-left: 10px;
  }
}
section.main .main-wrap .main-contents .main-footer-box .cs-box .row {
  font-size: 14px;
  line-height: 18px;
  color: #555555;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-footer-box .cs-box .row {
    text-align: right;
    font-size: 11px;
    line-height: 16px;
  }
}
section.main .main-wrap .main-contents .main-footer-box .logo-box {
  background: url("../img/img_footer_logo@3x.png") no-repeat center/cover;
  width: 58px;
  height: 38px;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-footer-box .logo-box {
    display: none;
  }
}
section.main .main-wrap .main-contents .main-footer-box .info-box {
  flex: 1;
  min-width: 0;
  padding-left: 24px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.025em;
  font-weight: 300;
  color: #888888;
}
@media (max-width: 1080px) {
  section.main .main-wrap .main-contents .main-footer-box .info-box {
    padding: 0;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
  }
}

section.gis {
  position: relative;
}
section.gis .gis-map {
  position: relative;
  height: 100vh;
}
section.gis .gis-map .dummy {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

header.gis-header .header-wrap {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  background-color: #0052cf;
}
@media (max-width: 800px) {
  header.gis-header .header-wrap {
    height: 60px;
  }
}
header.gis-header .header-wrap h1.logo {
  display: inline-flex;
}
header.gis-header .header-wrap h1.logo a {
  background: url("../img/img_map_logo@3x.png") no-repeat center/cover;
  width: 108px;
  height: 37px;
}
@media (max-width: 800px) {
  header.gis-header .header-wrap h1.logo a {
    background: url("../img/img_map_logo@3x.png") no-repeat center/cover;
    width: 108px;
    height: 37px;
  }
}
header.gis-header .header-wrap .gis-menu .gis-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  #background: url("../img/ic_gis_menu@3x.png") no-repeat center/cover;
  width: 23px;
  height: 19px;
}
@media (max-width: 800px) {
  header.gis-header .header-wrap .gis-menu .gis-menu-btn {
    display: none;
  }
}
header.gis-header .header-wrap .gis-menu .gis-close-btn {
  display: none;
}
@media (max-width: 800px) {
  header.gis-header .header-wrap .gis-menu .gis-close-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: url("../img/ic_gis_close@3x.png") no-repeat center/cover;
    width: 21px;
    height: 21px;
  }
}

article.sub-floating-mobile-head {
  display: none;
}
@media (max-width: 800px) {
  article.sub-floating-mobile-head {
    display: block;
  }
}
article.sub-floating-mobile-head .head-wrap {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 60px;
}
article.sub-floating-mobile-head .head-wrap .back-btn {
  background: url("../img/ic_back@3x.png") no-repeat center/9.5px 16px;
  width: 20px;
  height: 20px;
}
article.sub-floating-mobile-head .head-wrap .txt-box {
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  font-size: 21px;
  font-weight: 700;
  margin-left: 4px;
  line-height: 1.2;
}

article.gis-mobile-header {
  z-index: 300;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}
@media (max-width: 800px) {
  article.gis-mobile-header {
    display: block;
  }
}
article.gis-mobile-header .header-wrap {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  background-color: #0052cf;
}
@media (max-width: 800px) {
  article.gis-mobile-header .header-wrap {
    height: 60px;
  }
}
article.gis-mobile-header .header-wrap h1.logo {
  display: inline-flex;
}
article.gis-mobile-header .header-wrap h1.logo a {
  background: url("../img/img_map_logo@3x.png") no-repeat center/cover;
  width: 108px;
  height: 37px;
}
@media (max-width: 800px) {
  article.gis-mobile-header .header-wrap h1.logo a {
    background: url("../img/img_map_logo@3x.png") no-repeat center/cover;
    width: 108px;
    height: 37px;
  }
}
article.gis-mobile-header .header-wrap .gis-menu .gis-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url("../img/ic_gis_menu@3x.png") no-repeat center/cover;
  width: 23px;
  height: 19px;
}
@media (max-width: 800px) {
  article.gis-mobile-header .header-wrap .gis-menu .gis-menu-btn {
    display: none;
  }
}
article.gis-mobile-header .header-wrap .gis-menu .gis-close-btn {
  display: none;
}
@media (max-width: 800px) {
  article.gis-mobile-header .header-wrap .gis-menu .gis-close-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: url("../img/ic_gis_close@3x.png") no-repeat center/cover;
    width: 21px;
    height: 21px;
  }
}

article.map-type-floating {
  position: absolute;
  bottom: 20px;
  left: 440px;
  z-index: 100;
}
@media (max-width: 800px) {
  article.map-type-floating {
    bottom: 140px;
    left: 30px;
  }
}
article.map-type-floating .type-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  article.map-type-floating .type-wrap {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
  }
}
article.map-type-floating .type-wrap .type-menu-box + .type-menu-box {
  margin-left: 8px;
}
@media (max-width: 800px) {
  article.map-type-floating .type-wrap .type-menu-box + .type-menu-box {
    margin-left: 0;
  }
}
article.map-type-floating .type-wrap .type-menu-box .type-menu-btn {
  border-radius: 6px;
  height: 40px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
@media (max-width: 800px) {
  article.map-type-floating .type-wrap .type-menu-box .type-menu-btn {
    border-radius: 0;
    width: 40px;
    height: 40px;
    padding: 0;
  }
}
article.map-type-floating .type-wrap .type-menu-box .type-menu-btn.active.type-subway {
  background-color: #15a0da;
  color: #fff;
}
article.map-type-floating .type-wrap .type-menu-box .type-menu-btn.active.type-school {
  background-color: #5db32e;
  color: #fff;
}
article.map-type-floating .type-wrap .type-menu-box .type-menu-btn.active.type-hospital {
  background-color: #e23e28;
  color: #fff;
}
article.map-type-floating .type-wrap .type-menu-box .type-menu-btn.active.type-market {
  background-color: #ffae00;
  color: #fff;
}
article.map-type-floating .type-wrap .type-menu-box .type-menu-btn.active .ic.ic-subway {
  background: url("../img/ic_subway_active@3x.png") no-repeat center/cover;
}
article.map-type-floating .type-wrap .type-menu-box .type-menu-btn.active .ic.ic-school {
  background: url("../img/ic_school_active@3x.png") no-repeat center/cover;
}
article.map-type-floating .type-wrap .type-menu-box .type-menu-btn.active .ic.ic-hospital {
  background: url("../img/ic_hospital_active@3x.png") no-repeat center/cover;
}
article.map-type-floating .type-wrap .type-menu-box .type-menu-btn.active .ic.ic-market {
  background: url("../img/ic_market_active@3x.png") no-repeat center/cover;
}
article.map-type-floating .type-wrap .type-menu-box .type-menu-btn.type-subway {
  border: 1px solid #15a0da;
  background-color: #ecf2f4;
  color: #15a0da;
}
@media (max-width: 800px) {
  article.map-type-floating .type-wrap .type-menu-box .type-menu-btn.type-subway {
    border: 0;
    background-color: #fff;
  }
}
article.map-type-floating .type-wrap .type-menu-box .type-menu-btn.type-school {
  border: 1px solid #5db32e;
  background-color: #f1f6ee;
  color: #5db32e;
}
@media (max-width: 800px) {
  article.map-type-floating .type-wrap .type-menu-box .type-menu-btn.type-school {
    border: 0;
    background-color: #fff;
  }
}
article.map-type-floating .type-wrap .type-menu-box .type-menu-btn.type-hospital {
  border: 1px solid #fd2d39;
  background-color: #f4e8e8;
  color: #fd2d39;
}
@media (max-width: 800px) {
  article.map-type-floating .type-wrap .type-menu-box .type-menu-btn.type-hospital {
    border: 0;
    background-color: #fff;
  }
}
article.map-type-floating .type-wrap .type-menu-box .type-menu-btn.type-market {
  border: 1px solid #ffae00;
  background-color: #f3f0e6;
  color: #ffae00;
}
@media (max-width: 800px) {
  article.map-type-floating .type-wrap .type-menu-box .type-menu-btn.type-market {
    border: 0;
    background-color: #fff;
  }
}
article.map-type-floating .type-wrap .type-menu-box .type-menu-btn .ic {
  margin-right: 7px;
}
@media (max-width: 800px) {
  article.map-type-floating .type-wrap .type-menu-box .type-menu-btn .ic {
    margin-right: 0;
  }
}
article.map-type-floating .type-wrap .type-menu-box .type-menu-btn .ic.ic-subway {
  background: url("../img/ic_subway@3x.png") no-repeat center/cover;
  width: 16px;
  height: 23px;
}
article.map-type-floating .type-wrap .type-menu-box .type-menu-btn .ic.ic-school {
  margin-top: -4px;
  background: url("../img/ic_school@3x.png") no-repeat center/cover;
  width: 18px;
  height: 23px;
}
article.map-type-floating .type-wrap .type-menu-box .type-menu-btn .ic.ic-hospital {
  background: url("../img/ic_hospital@3x.png") no-repeat center/cover;
  width: 19px;
  height: 19px;
}
article.map-type-floating .type-wrap .type-menu-box .type-menu-btn .ic.ic-market {
  background: url("../img/ic_market@3x.png") no-repeat center/cover;
  width: 20px;
  height: 17px;
}
article.map-type-floating .type-wrap .type-menu-box .type-menu-btn .txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 800px) {
  article.map-type-floating .type-wrap .type-menu-box .type-menu-btn .txt {
    display: none;
  }
}

article.map-filter-floating {
  position: absolute;
  top: 15px;
  left: 440px;
  z-index: 100;
}
@media (max-width: 800px) {
  article.map-filter-floating {
    top: 85px;
    left: 20px;
  }
}
article.map-filter-floating .filter-wrap .filter-menu-box {
  padding-top: 22px;
}
@media (max-width: 800px) {
  article.map-filter-floating .filter-wrap .filter-menu-box {
    padding-top: 25px;
  }
}
article.map-filter-floating .filter-wrap .filter-menu-box .filter-menu {
  background: url("../img/img_map_filter@3x.png") no-repeat center/cover;
  width: 382px;
  height: 60px;
  box-shadow: 8px 13px 20px 0px rgba(32, 48, 118, 0.2);
}
@media (max-width: 800px) {
  article.map-filter-floating .filter-wrap .filter-menu-box .filter-menu {
    background: url("../img/img_map_filter_m@3x.png") no-repeat center/cover;
    width: 320px;
    height: 60px;
  }
}
@media (max-width: 800px) {
  article.map-filter-floating .filter-wrap .filter-list {
    display: flex;
    flex-flow: row wrap;
    margin: -5px;
  }
}
article.map-filter-floating .filter-wrap .filter-list .filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  border-radius: 4px;
  box-shadow: 8px 13px 20px 0px rgba(32, 48, 118, 0.2);
}
@media (max-width: 1080px) {
  article.map-filter-floating .filter-wrap .filter-list .filter-btn {
    margin: 5px;
  }
}
article.map-filter-floating .filter-wrap .filter-list .filter-btn.active .ic.ic-chk {
  display: block;
}
article.map-filter-floating .filter-wrap .filter-list .filter-btn.active.type-1 {
  background-color: #7495b2;
  color: #fff;
}
article.map-filter-floating .filter-wrap .filter-list .filter-btn.active.type-2 {
  background-color: #cd8369;
  color: #fff;
}
article.map-filter-floating .filter-wrap .filter-list .filter-btn.active.type-3 {
  background-color: #b38d91;
  color: #fff;
}
article.map-filter-floating .filter-wrap .filter-list .filter-btn.active.type-4 {
  background-color: #d5b084;
  color: #fff;
}
article.map-filter-floating .filter-wrap .filter-list .filter-btn.active.type-5 {
  background-color: #74b28c;
  color: #fff;
}
article.map-filter-floating .filter-wrap .filter-list .filter-btn.active.type-6 {
  background-color: #b38da9;
  color: #fff;
}
article.map-filter-floating .filter-wrap .filter-list .filter-btn.type-1 {
  background-color: #dfe5ea;
  border: 1px solid #7495b2;
  color: #222222;
}
article.map-filter-floating .filter-wrap .filter-list .filter-btn.type-2 {
  background-color: #f0dbd4;
  border: 1px solid #cd8369;
  color: #222222;
}
article.map-filter-floating .filter-wrap .filter-list .filter-btn.type-3 {
  background-color: #eadcde;
  border: 1px solid #b38d91;
  color: #222222;
}
article.map-filter-floating .filter-wrap .filter-list .filter-btn.type-4 {
  background-color: #ecd5ba;
  border: 1px solid #d5b084;
  color: #222222;
}
article.map-filter-floating .filter-wrap .filter-list .filter-btn.type-5 {
  background-color: #dfeae3;
  border: 1px solid #74b28c;
  color: #222222;
}
article.map-filter-floating .filter-wrap .filter-list .filter-btn.type-6 {
  background-color: #eadce7;
  border: 1px solid #b38da9;
  color: #222222;
}
article.map-filter-floating .filter-wrap .filter-list .filter-btn .ic.ic-chk {
  margin-right: 5px;
  width: 12px;
  height: 10px;
  display: none;
  background: url("../img/ic_chk@3x.png") no-repeat center/cover;
}
article.map-filter-floating .filter-wrap .filter-list .filter-btn .txt {
  font-size: 16px;
  font-weight: 700;
}

article.gis-contents-header {
  display: none;
  background-color: #fff;
  padding: 0 0px;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 800px) {
  article.gis-contents-header {
    padding: 0 0px;
  }
}
article.gis-contents-header .gis-nav .nav-wrap {
  padding-left: 0;
  padding-right: 0;
}
article.gis-contents-header article.search-layout {
  padding-bottom: 10px;
  margin-top: -10px;
}
article.gis-contents-header article.search-layout .search-box {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 800px) {
  article.gis-contents-header article.search-layout .search-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
article.gis-contents-header article.search-layout .search-box .search-btn {
  padding: 0 4px;
  border: 0;
}
@media (max-width: 800px) {
  article.gis-contents-header article.search-layout .search-box .search-btn {
    flex: 1;
    width: 100%;
    margin-right: 10px;
  }
}
article.gis-contents-header article.search-layout .search-box .search-btn .ic-search {
  background: url("../img/ic_search_active@3x.png") no-repeat center/cover;
}
article.gis-contents-header article.search-layout .search-box .filter-btn {
  display: none;
}
@media (max-width: 800px) {
  article.gis-contents-header article.search-layout .search-box .filter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  article.gis-contents-header article.search-layout .search-box .filter-btn .ic-filter {
    background: url("../img/ic_filter@3x.png") no-repeat center/cover;
    width: 14px;
    height: 12px;
    margin-right: 5px;
  }
  article.gis-contents-header article.search-layout .search-box .filter-btn .txt {
    font-weight: 500;
    font-size: 14px;
    color: #0052cf;
  }
}

nav.gis-nav .nav-wrap {
  padding: 24px 30px;
}
@media (max-width: 800px) {
  nav.gis-nav .nav-wrap {
    padding: 20px 20px;
  }
}
nav.gis-nav .nav-wrap ul {
  display: flex;
}
nav.gis-nav .nav-wrap ul li {
  width: 100%;
}
nav.gis-nav .nav-wrap ul li + li {
  margin-left: 8px;
}
nav.gis-nav .nav-wrap ul li .gis-nav-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  height: 50px;
  background-color: #eff5ff;
}
@media (max-width: 800px) {
  nav.gis-nav .nav-wrap ul li .gis-nav-btn {
    height: 40px;
    border-radius: 6px;
  }
}
nav.gis-nav .nav-wrap ul li .gis-nav-btn.active {
  background-color: #0052cf;
}
nav.gis-nav .nav-wrap ul li .gis-nav-btn.active .ic.ic-purchase {
  background: url("../img/ic_nav_purchase_active@3x.png") no-repeat center/cover;
}
nav.gis-nav .nav-wrap ul li .gis-nav-btn.active .ic.ic-lease {
  background: url("../img/ic_nav_lease_active@3x.png") no-repeat center/cover;
}
nav.gis-nav .nav-wrap ul li .gis-nav-btn.active .ic.ic-house {
  background: url("../img/ic_nav_house_active@3x.png") no-repeat center/cover;
}
nav.gis-nav .nav-wrap ul li .gis-nav-btn.active .txt {
  color: #fff;
}
nav.gis-nav .nav-wrap ul li .gis-nav-btn .ic.ic-purchase {
  margin-right: 5px;
  margin-top: -2px;
  width: 15px;
  height: 17px;
  background: url("../img/ic_nav_purchase@3x.png") no-repeat center/cover;
}
nav.gis-nav .nav-wrap ul li .gis-nav-btn .ic.ic-lease {
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background: url("../img/ic_nav_lease@3x.png") no-repeat center/cover;
}
nav.gis-nav .nav-wrap ul li .gis-nav-btn .ic.ic-house {
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background: url("../img/ic_nav_house@3x.png") no-repeat center/cover;
}
nav.gis-nav .nav-wrap ul li .gis-nav-btn .txt {
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 800px) {
  nav.gis-nav .nav-wrap ul li .gis-nav-btn .txt {
    font-size: 14px;
  }
}

article.home-summary-view .view-wrap {
  padding: 37px 30px 0;
}
@media (max-width: 800px) {
  article.home-summary-view .view-wrap {
    padding: 30px 20px 0;
  }
}
article.home-summary-view .view-wrap .info-box .sub-box {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 800px) {
  article.home-summary-view .view-wrap .info-box .sub-box {
    padding-bottom: 12px;
  }
}
article.home-summary-view .view-wrap .info-box .main-box {
  display: flex;
  align-items: flex-end;
  font-size: 54px;
}
article.home-summary-view .view-wrap .info-box .main-box b {
  color: #0052cf;
}
article.home-summary-view .view-wrap .info-box .main-box .unit-txt {
  padding-left: 9px;
  font-size: 24px;
  font-weight: 500;
}

article.search-layout .search-box {
  padding: 0 30px;
}
@media (max-width: 800px) {
  article.search-layout .search-box {
    padding: 0 20px;
  }
}
article.search-layout .search-box .search-input-box {
  display: flex;
  position: relative;
}
article.search-layout .search-box .search-input-box input {
  display: flex;
  align-items: center;
  padding: 0 18px 0 50px;
  border: 2px solid #0052cf;
  border-radius: 6px;
  height: 50px;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  outline: none;
}
article.search-layout .search-box .search-input-box input::placeholder {
  color: #999999;
}
@media (max-width: 800px) {
  article.search-layout .search-box .search-input-box input {
    font-size: 14px;
    height: 40px;
  }
}
article.search-layout .search-box .search-input-box .ic.ic-search {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 21px;
  background: url("../img/ic_search@3x.png") no-repeat center/cover;
}
article.search-layout .search-box .search-btn {
  display: flex;
  align-items: center;
  padding: 0 18px;
  border: 2px solid #0052cf;
  border-radius: 6px;
  height: 50px;
}
@media (max-width: 800px) {
  article.search-layout .search-box .search-btn {
    height: 40px;
  }
}
article.search-layout .search-box .search-btn .ic {
  margin-right: 9px;
}
article.search-layout .search-box .search-btn .ic.ic-search {
  width: 22px;
  height: 21px;
  background: url("../img/ic_search@3x.png") no-repeat center/cover;
}
article.search-layout .search-box .search-btn .txt {
  color: #999999;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 800px) {
  article.search-layout .search-box .search-btn .txt {
    font-size: 14px;
  }
}

article.gis-floating {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 301;
  width: 400px;
}
@media (max-width: 800px) {
  article.gis-floating {
    width: 100%;
    z-index: 301;
    display: none;
    right: 0;
  }
}
article.gis-floating .gis-wrap {
  box-shadow: 0px 30px 20px 0px rgba(32, 48, 118, 0.3);
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 800px) {
  article.gis-floating .gis-wrap {
    padding-bottom: 60px;
  }
}
article.gis-floating .gis-contents {
  flex: 1;
  min-height: 0;
  height: 100%;
  background-color: #fff;
  position: relative;
}
article.gis-floating .gis-contents[data-page=home] {
  overflow-y: auto;
  overflow-x: hidden;
}
article.gis-floating .gis-contents[data-page=contents] {
  display: none;
}
article.gis-floating .gis-search-form {
  padding: 16px 18px;
  border-bottom: 1px solid #CCCCCC;
}
article.gis-floating .gis-search-form .form-contents .row + .row {
  margin-top: 8px;
}
article.gis-floating .gis-search-form .form-menu {
  padding-top: 12px;
  display: flex;
  align-content: center;
  justify-content: center;
}
article.gis-floating .gis-search-form .form-menu .form-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  max-width: 200px;
  width: 100%;
  border-radius: 4px;
}
article.gis-floating .gis-search-form .form-menu .form-menu-btn + .form-menu-btn {
  margin-left: 8px;
}
article.gis-floating .gis-search-form .form-menu .form-menu-btn.type-gray {
  background-color: #A7A7A8;
}
article.gis-floating .gis-search-form .form-menu .form-menu-btn.type-primary {
  background-color: #80736A;
}
article.gis-floating .gis-search-form .form-menu .form-menu-btn .ic {
  margin-right: 8px;
}
article.gis-floating .gis-search-form .form-menu .form-menu-btn .ic.ic-search {
  background: url("../img/ic_form_search.svg") no-repeat center/cover;
  width: 16px;
  height: 16px;
}
article.gis-floating .gis-search-form .form-menu .form-menu-btn .txt {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}
article.gis-floating .gis-search-result .result-info-box {
  padding: 6px 18px;
  color: #666666;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.01em;
  border-bottom: 1px solid #ECF0F2;
}
article.gis-floating .gis-search-result .result-info-box b {
  color: #222222;
}
article.gis-floating .gis-search-result .result-list-box ul li .result-item-box {
  padding: 21px 18px;
  width: 100%;
  border-bottom: 1px solid #ECF0F2;
}
article.gis-floating .gis-search-result .result-list-box ul li .result-item-box.active {
  background: rgba(248, 236, 211, 0.25);
}
article.gis-floating .gis-search-result .result-list-box ul li .result-item-box .subject-box {
  color: #957A4F;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 24px;
  height: 48px;
  max-width: 100%;
  height: auto;
}
article.gis-floating .gis-search-result .result-list-box ul li .result-item-box .con-box {
  padding-top: 8px;
}
article.gis-floating .gis-search-result .result-list-box ul li .result-item-box .con-box .info-list {
  display: flex;
}
article.gis-floating .gis-search-result .result-list-box ul li .result-item-box .con-box .info-list .info-box {
  min-width: 0;
}
article.gis-floating .gis-search-result .result-list-box ul li .result-item-box .con-box .info-list .info-box + .info-box {
  position: relative;
  margin-left: 28px;
}
article.gis-floating .gis-search-result .result-list-box ul li .result-item-box .con-box .info-list .info-box + .info-box:after {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(102, 102, 102, 0.5);
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
article.gis-floating .gis-search-result .result-list-box ul li .result-item-box .con-box .info-list .info-box .txt-box {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
  line-height: 19px;
  letter-spacing: -0.16px;
  font-weight: 500;
  color: #444;
}
article.gis-floating .gis-search-result .result-list-box ul li .result-item-box .con-box .addr-box {
  padding-top: 4px;
  line-height: 19px;
  letter-spacing: -0.16px;
  font-weight: 500;
  color: #444;
}

section.sub-detail-page {
  width: 100%;
}
section.sub-detail-page .view-box {
  display: flex;
  position: relative;
  height: 224px;
}
section.sub-detail-page .view-box .img-box img {
  width: 100%;
  height: 100%;
}
section.sub-detail-page .view-box .info-box {
  padding: 19px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
section.sub-detail-page .form-box .form-item-toggle-box {
  border-bottom: 1px solid #eeeeee;
}
section.sub-detail-page .form-box .form-item-toggle-box .form-item-head-box {
  padding: 0 20px;
  height: 60px;
  display: flex;
  align-items: center;
  background: url("../img/ic_contents_toggle_hide@3x.png") no-repeat right 20px center/12px 6px;
}
section.sub-detail-page .form-box .form-item-toggle-box .form-item-head-box.active {
  background: url("../img/ic_contents_toggle_show@3x.png") no-repeat right 20px center/12px 6px;
}
section.sub-detail-page .form-box .form-item-toggle-box .form-item-head-box.active .txt-box {
  color: #0052cf;
}
section.sub-detail-page .form-box .form-item-toggle-box .form-item-head-box.active ~ .form-item-body-box {
  display: block;
}
section.sub-detail-page .form-box .form-item-toggle-box .form-item-head-box .txt-box {
  font-weight: 700;
  font-size: 16px;
}
section.sub-detail-page .form-box .form-item-toggle-box .form-item-body-box {
  display: none;
  background-color: #f6f8fb;
  border-top: 1px solid #eeeeee;
  padding: 30px 20px;
}
section.sub-detail-page .form-box .form-item-toggle-box .form-item-body-box .info-list .info-item-group + .info-item-group {
  margin-top: 16px;
}
section.sub-detail-page .form-box .form-item-toggle-box .form-item-body-box .info-list .info-item-group .item-toggle-box .toggle-head-box {
  min-height: 32px;
  display: flex;
  align-items: center;
  background: url("../img/ic_form_toggle_show@3x.png") no-repeat right 0 center/12px 12px;
}
section.sub-detail-page .form-box .form-item-toggle-box .form-item-body-box .info-list .info-item-group .item-toggle-box .toggle-head-box.active {
  background: url("../img/ic_form_toggle_hide@3x.png") no-repeat right 0 center/12px 2px;
}
section.sub-detail-page .form-box .form-item-toggle-box .form-item-body-box .info-list .info-item-group .item-toggle-box .toggle-head-box.active ~ .toggle-body-box {
  display: block;
}
section.sub-detail-page .form-box .form-item-toggle-box .form-item-body-box .info-list .info-item-group .item-toggle-box .toggle-head-box .head-box {
  font-size: 14px;
  font-weight: 500;
}
section.sub-detail-page .form-box .form-item-toggle-box .form-item-body-box .info-list .info-item-group .item-toggle-box .toggle-body-box {
  display: none;
  padding: 10px 0px 0;
}
section.sub-detail-page .form-box .form-item-toggle-box .form-item-body-box .info-list .info-item-group .item-toggle-box .toggle-body-box .toggle-txt-box {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #999;
}
section.sub-detail-page .form-box .form-item-toggle-box .form-item-body-box .info-list .info-item-group .row {
  display: flex;
}
section.sub-detail-page .form-box .form-item-toggle-box .form-item-body-box .info-list .info-item-group .row + .row {
  margin-top: 25px;
}
section.sub-detail-page .form-box .form-item-toggle-box .form-item-body-box .info-list .info-item-group .row .subject-box {
  width: 120px;
}
section.sub-detail-page .form-box .form-item-toggle-box .form-item-body-box .info-list .info-item-group .row .subject-box .subject-txt {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
section.sub-detail-page .form-box .form-item-toggle-box .form-item-body-box .info-list .info-item-group .row .con-box {
  flex: 1;
  min-width: 0;
}
section.sub-detail-page .form-box .form-item-toggle-box .form-item-body-box .info-list .info-item-group .row .con-box .con-txt-box {
  font-size: 14px;
  line-height: 18px;
  color: #888888;
}

article.search-floating-header .header-wrap {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  background-color: #0052cf;
}
@media (max-width: 800px) {
  article.search-floating-header .header-wrap {
    height: 60px;
  }
}
article.search-floating-header .header-wrap .header-box {
  display: flex;
  align-items: center;
}
article.search-floating-header .header-wrap .back-btn {
  margin-right: 20px;
  background: url("../img/ic_back_white@3x.png") no-repeat center/cover;
  width: 16px;
  height: 26px;
}
@media (max-width: 800px) {
  article.search-floating-header .header-wrap .back-btn {
    background-size: 15.5px 26px;
    width: 26px;
    height: 26px;
    margin-right: 16px;
  }
}
article.search-floating-header .header-wrap h1.logo {
  display: inline-flex;
}
article.search-floating-header .header-wrap h1.logo a {
  background: url("../img/img_map_logo@3x.png") no-repeat center/cover;
  width: 132px;
  height: 43px;
}
@media (max-width: 800px) {
  article.search-floating-header .header-wrap h1.logo a {
    background: url("../img/img_map_logo_m@3x.png") no-repeat center/cover;
    width: 122px;
    height: 39px;
  }
}
article.search-floating-header .header-wrap .gis-menu .gis-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url("../img/ic_gis_menu@3x.png") no-repeat center/cover;
  width: 23px;
  height: 19px;
}
@media (max-width: 800px) {
  article.search-floating-header .header-wrap .gis-menu .gis-menu-btn {
    display: none;
  }
}
article.search-floating-header .header-wrap .gis-menu .gis-close-btn {
  display: none;
}
@media (max-width: 800px) {
  article.search-floating-header .header-wrap .gis-menu .gis-close-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: url("../img/ic_gis_close@3x.png") no-repeat center/cover;
    width: 21px;
    height: 21px;
  }
}

article.gis-sub-floating {
  border-left: 1px solid #eee;
  position: absolute;
  left: 400px;
  top: 0;
  bottom: 0;
  z-index: 301;
  display: none;
}
@media (max-width: 800px) {
  article.gis-sub-floating {
    border-left: 0;
    left: 0;
    right: 0;
  }
}
article.gis-sub-floating .sub-floating-close-btn {
  background: url("../img/img_sub_floating_hide@3x.png") no-repeat center/cover;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -40px;
}
article.gis-sub-floating .gis-wrap {
  box-shadow: 20px 30px 20px -20px rgba(32, 48, 118, 0.3);
  height: 100%;
  width: 408px;
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media (max-width: 800px) {
  article.gis-sub-floating .gis-wrap {
    overflow-y: auto;
    height: calc(100% - 60px);
    padding-bottom: 60px;
  }
}

article.gis-filter-floating {
  display: none;
  border-left: 1px solid #eee;
  position: absolute;
  left: 400px;
  top: 0;
  bottom: 0;
  z-index: 301;
}
@media (max-width: 800px) {
  article.gis-filter-floating {
    left: 0;
    right: 0;
  }
}
article.gis-filter-floating .sub-floating-close-btn {
  background: url("../img/img_sub_floating_hide@3x.png") no-repeat center/cover;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -40px;
}
article.gis-filter-floating .gis-wrap {
  box-shadow: 20px 30px 20px -20px rgba(32, 48, 118, 0.3);
  height: 100%;
  width: 400px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px) {
  article.gis-filter-floating .gis-wrap {
    padding-bottom: 60px;
    box-shadow: none;
    width: 100%;
  }
}
article.gis-filter-floating .gis-wrap .filter-head-box {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  background-color: #edf4ff;
}
@media (max-width: 800px) {
  article.gis-filter-floating .gis-wrap .filter-head-box {
    height: 60px;
  }
}
@media (max-width: 800px) {
  article.gis-filter-floating .gis-wrap .filter-head-box .head-box {
    display: flex;
    align-items: center;
  }
}
article.gis-filter-floating .gis-wrap .filter-head-box .head-box .txt-box {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 800px) {
  article.gis-filter-floating .gis-wrap .filter-head-box .head-box .txt-box {
    flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    word-wrap: normal;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    font-weight: 700;
    margin-left: 4px;
    line-height: 1.2;
  }
}
article.gis-filter-floating .gis-wrap .filter-head-box .head-box .back-btn {
  display: none;
  background: url("../img/ic_back@3x.png") no-repeat center/9.5px 16px;
  width: 20px;
  height: 20px;
}
@media (max-width: 800px) {
  article.gis-filter-floating .gis-wrap .filter-head-box .head-box .back-btn {
    display: block;
  }
}
article.gis-filter-floating .gis-wrap .filter-head-box .option-box .clear-btn {
  display: inline-flex;
  align-items: center;
}
article.gis-filter-floating .gis-wrap .filter-head-box .option-box .clear-btn .ic-clear {
  background: url("../img/ic_clear@3x.png") no-repeat center/cover;
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
article.gis-filter-floating .gis-wrap .filter-head-box .option-box .clear-btn .txt {
  color: #888888;
  font-weight: 300;
}
article.gis-filter-floating .gis-wrap .filter-foot-box {
  padding: 30px 20px 30px;
}
@media (max-width: 800px) {
  article.gis-filter-floating .gis-wrap .filter-foot-box {
    padding: 20px;
  }
}
article.gis-filter-floating .gis-wrap .filter-foot-box .filter-submit-box .filter-submit-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #0052cf;
  color: #fff;
  font-size: 18px;
  height: 50px;
}
article.gis-filter-floating .gis-wrap .filter-body-box {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
}
article.gis-filter-floating .gis-wrap .filter-body-box .filter-form-box {
  padding: 30px 20px 0;
}
article.gis-filter-floating .gis-wrap .filter-body-box .filter-form-box .row + .row {
  margin-top: 30px;
}
article.gis-filter-floating .gis-wrap .filter-body-box .filter-form-box .row .subject-box {
  padding-bottom: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
article.gis-filter-floating .gis-wrap .filter-body-box .filter-form-box .row .subject-box .subject-txt {
  font-weight: 700;
  font-size: 16px;
}
article.gis-filter-floating .gis-wrap .filter-body-box .filter-form-box .row .subject-box .sub-txt {
  font-size: 14px;
  color: #0052cf;
}
article.gis-filter-floating .gis-wrap .filter-body-box .filter-form-box .row .con-box .item-box {
  display: flex;
}
article.gis-filter-floating .gis-wrap .filter-body-box .filter-form-box .row .con-box .item-box .sbox + .sbox {
  margin-left: 8px;
}
article.gis-filter-floating .gis-wrap .filter-body-box .filter-form-box .row .con-box .range-input-box {
  padding-top: 10px;
}
article.gis-filter-floating .gis-wrap .filter-body-box .filter-form-box .row .con-box .range-input-box .range-input-slider {
  width: calc(100% - 10px);
  margin: 0 auto;
}
article.gis-filter-floating .gis-wrap .filter-body-box .filter-form-box .row .con-box .range-input-box .ui-slider-horizontal {
  height: 4px;
  border: 0;
  background-color: #e7e7e7;
}
article.gis-filter-floating .gis-wrap .filter-body-box .filter-form-box .row .con-box .range-input-box .ui-slider-horizontal .ui-slider-range {
  background-color: #0052cf;
}
article.gis-filter-floating .gis-wrap .filter-body-box .filter-form-box .row .con-box .range-input-box .ui-slider .ui-slider-handle {
  width: 12px;
  height: 12px;
  background-color: #0052cf;
  border: 0;
  border-radius: 50%;
}
article.gis-filter-floating .gis-wrap .filter-body-box .filter-form-box .row .con-box .range-input-box .range-legend {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
article.gis-filter-floating .gis-wrap .filter-body-box .filter-form-box .row .con-box .range-input-box .range-legend .legend-box {
  font-size: 14px;
  color: #888;
  width: 100%;
}
article.gis-filter-floating .gis-wrap .filter-body-box .filter-form-box .row .con-box .range-input-box .range-legend .legend-box:nth-child(2) {
  text-align: center;
}
article.gis-filter-floating .gis-wrap .filter-body-box .filter-form-box .row .con-box .range-input-box .range-legend .legend-box:nth-child(3) {
  text-align: right;
}

article.gis-search-floating {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 302;
  background-color: #fff;
  display: none;
}
@media (max-width: 800px) {
  article.gis-search-floating {
    left: 0;
    right: 0;
  }
}
article.gis-search-floating .gis-wrap {
  box-shadow: 20px 30px 20px -20px rgba(32, 48, 118, 0.3);
  height: 100%;
  width: 400px;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 800px) {
  article.gis-search-floating .gis-wrap {
    width: 100%;
    box-shadow: none;
    height: calc(100% - 234px);
    padding-bottom: 60px;
  }
}

article.map-marker {
  position: absolute;
  z-index: 10;
}
article.map-marker .marker {
  width: 36px;
  height: 36px;
}
article.map-marker .marker.marker-gold {
  background: url("../img/ic_marker_gold.svg");
}
article.map-marker .marker.marker-red {
  background: url("../img/ic_marker_red.svg");
}

@media (max-width: 800px) {
  footer.gis-footer {
    display: none !important;
  }
}
footer.gis-footer.type-home {
  display: none;
}
@media (max-width: 800px) {
  footer.gis-footer.type-home {
    display: block !important;
  }
}
footer.gis-footer .footer-wrap {
  padding: 30px;
  background-color: #f6f8fb;
}
@media (max-width: 800px) {
  footer.gis-footer .footer-wrap {
    padding: 20px;
  }
}
footer.gis-footer .footer-wrap .info-box .row {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}
@media (max-width: 800px) {
  footer.gis-footer .footer-wrap .info-box .row {
    font-size: 14px;
    line-height: 17px;
  }
}
footer.gis-footer .footer-wrap .info-box .row b {
  color: #0052cf;
}
footer.gis-footer .footer-wrap .sub-info-box {
  padding-top: 15px;
}
footer.gis-footer .footer-wrap .sub-info-box .row {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: -0.025em;
  color: #888888;
}

article.popup {
  position: fixed;
  z-index: 500;
  display: none;
}
@media (max-width: 1080px) {
  article.popup.mobile-full .popup-wrapper {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
  }
  article.popup.mobile-full .popup-wrapper .popup-contents {
    border-radius: 0;
  }
}
article.popup:before {
  z-index: 500;
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
article.popup .popup-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1280px;
  z-index: 500;
  width: calc(100% - 40px);
}
article.popup .popup-contents {
  background-color: #fff;
  position: relative;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
}
article.popup .popup-contents .popup-close-btn {
  z-index: 10;
  position: absolute;
  top: 12px;
  right: 14px;
  background: url("../img/ic_popup_close.svg") no-repeat center/18px 18px;
  width: 36px;
  height: 36px;
}
article.popup .popup-contents .popup-detail-view {
  padding: 52px 25px;
  max-height: 70vh;
  overflow-y: auto;
}
@media (max-width: 1080px) {
  article.popup .popup-contents .popup-detail-view {
    max-height: 100vh;
    height: 100%;
  }
}
article.popup .popup-contents .popup-detail-view section.current-view {
  padding-top: 24px;
}

article.home-notice {
  padding: 28px 30px 0;
}
@media (max-width: 800px) {
  article.home-notice {
    padding: 20px 20px 0;
  }
}
article.home-notice .notice-wrap {
  border-radius: 6px;
  padding: 30px 20px;
  background-color: #e8f1ff;
}
@media (max-width: 800px) {
  article.home-notice .notice-wrap {
    padding: 25px 20px;
  }
}
article.home-notice .notice-wrap .notice-head-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
article.home-notice .notice-wrap .notice-head-box.active .toggle-box .toggle-btn {
  background: url("../img/ic_more_show@3x.png") no-repeat right center/9px 6px;
}
article.home-notice .notice-wrap .notice-head-box.active ~ .notice-body-box .notice-item-list {
  height: auto;
}
article.home-notice .notice-wrap .notice-head-box .head-box {
  font-size: 20px;
  font-weight: 600;
  color: #0052cf;
}
@media (max-width: 800px) {
  article.home-notice .notice-wrap .notice-head-box .head-box {
    font-size: 17px;
  }
}
article.home-notice .notice-wrap .notice-head-box .toggle-box .toggle-btn {
  padding-right: 14px;
  background: url("../img/ic_more_hide@3x.png") no-repeat right center/9px 6px;
  color: #0052cf;
  font-size: 14px;
}
article.home-notice .notice-wrap .notice-body-box {
  padding-top: 20px;
}
article.home-notice .notice-wrap .notice-body-box .notice-item-list {
  height: 240px;
  overflow: hidden;
}
@media (max-width: 800px) {
  article.home-notice .notice-wrap .notice-body-box .notice-item-list {
    height: 215px;
  }
}
article.home-notice .notice-wrap .notice-body-box .notice-item-list .notice-item-box {
  display: block;
}
article.home-notice .notice-wrap .notice-body-box .notice-item-list .notice-item-box + .notice-item-box {
  margin-top: 16px;
}
article.home-notice .notice-wrap .notice-body-box .notice-item-list .notice-item-box .subject-box {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 800px) {
  article.home-notice .notice-wrap .notice-body-box .notice-item-list .notice-item-box .subject-box {
    font-size: 14px;
    line-height: 21px;
  }
}
article.home-notice .notice-wrap .notice-body-box .notice-item-list .notice-item-box .con-box {
  color: #888888;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
@media (max-width: 800px) {
  article.home-notice .notice-wrap .notice-body-box .notice-item-list .notice-item-box .con-box {
    font-size: 14px;
    line-height: 21px;
  }
}

article.home-filter {
  padding: 28px 30px;
}
@media (max-width: 800px) {
  article.home-filter {
    padding: 20px;
  }
}
article.home-filter .home-filter-btn {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 22px;
  border: 1px solid #eeeeee;
  border-radius: 6px;
}
article.home-filter .home-filter-btn .ic-filter {
  background: url("../img/ic_filter@3x.png") no-repeat center/cover;
  width: 37px;
  height: 32px;
}
article.home-filter .home-filter-btn .txt-box {
  padding-left: 20px;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.025em;
}

article.home-link {
  padding: 0 30px 30px;
}
@media (max-width: 800px) {
  article.home-link {
    padding: 0 20px 20px;
  }
}
article.home-link .list-wrap {
  display: flex;
  flex-flow: row wrap;
  margin: -5px;
}
@media (max-width: 1080px) {
  article.home-link .list-wrap {
    margin: 0;
  }
}
article.home-link .list-wrap .home-link-box {
  display: inline-flex;
  align-items: center;
  height: 80px;
  padding: 0 22px;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  margin: 5px;
  width: calc(50% - 10px);
}
article.home-link .list-wrap .home-link-box.full {
  width: 100%;
  margin: -5px;
}
@media (max-width: 1080px) {
  article.home-link .list-wrap .home-link-box.full {
    margin: 0;
  }
}
article.home-link .list-wrap .home-link-box .home-link-btn {
  display: flex;
  width: 100%;
  align-items: center;
  background: url("../img/ic_link_arrow@3x.png") no-repeat center right 24px/24px 24px;
}
@media (max-width: 1080px) {
  article.home-link .list-wrap .home-link-box .home-link-btn {
    background-position: center right 0;
  }
}
article.home-link .list-wrap .home-link-box .home-link-btn .ic.ic-link1 {
  margin-top: -6px;
  margin-right: 11px;
  background: url("../img/ic_home_link1@3x.png") no-repeat center/cover;
  width: 45px;
  height: 36px;
}
article.home-link .list-wrap .home-link-box .home-link-btn .ic.ic-link2 {
  margin-top: 0;
  margin-right: 11px;
  background: url("../img/ic_home_link2@3x.png") no-repeat center/cover;
  width: 39px;
  height: 40px;
}
article.home-link .list-wrap .home-link-box .home-link-btn .ic.ic-link3 {
  margin-top: -6px;
  margin-right: 14px;
  background: url("../img/ic_home_link3@3x.png") no-repeat center/cover;
  width: 37px;
  height: 32px;
}
article.home-link .list-wrap .home-link-box .home-link-btn .ic.ic-link4 {
  margin-top: -6px;
  margin-right: 14px;
  background: url("../img/ic_home_link4@3x.png") no-repeat center/cover;
  width: 42px;
  height: 38px;
}
article.home-link .list-wrap .home-link-box .home-link-btn .txt {
  font-size: 18px;
  line-height: 18px;
}

article.type-label-layout .type-item {
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
}
article.type-label-layout .type-item.type-1 {
  background-color: #479dff;
}

section.gis-contents-page {
  height: 100%;
  width: 100%;
  flex-direction: column;
  display: none;
}
section.gis-contents-page .gis-contents-wrap {
  position: relative;
  height: 100%;
  overflow-y: auto;
  min-height: 0;
  flex: 1;
}
section.gis-contents-page .gis-contents-wrap .page-inner-box {
  padding: 30px;
}
section.gis-contents-page article.gis-paging {
  background-color: #fff;
  border-top: 1px solid #eeeeee;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 800px) {
  section.gis-contents-page article.gis-paging {
    padding: 10px 20px 10px;
    height: auto;
  }
}
@media (max-width: 800px) {
  section.gis-contents-page article.gis-paging article.paging {
    display: none;
  }
}
section.gis-contents-page article.gis-paging article.mobile-paging {
  display: none;
}
@media (max-width: 800px) {
  section.gis-contents-page article.gis-paging article.mobile-paging {
    display: block;
    width: 100%;
  }
}
section.gis-contents-page article.gis-paging article.mobile-paging .mobile-paging-box .paging-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 100%;
  background-color: #eff5ff;
  color: #666666;
  font-weight: 300;
}
section.gis-contents-page article.gis-paging article.mobile-paging .mobile-paging-box .paging-btn b {
  color: #0052cf;
}

article.data-filter-layout {
  left: 0;
  right: 0;
  top: 0;
}
article.data-filter-layout .data-filter-box {
  height: 40px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  padding: 0 30px;
}
@media (max-width: 800px) {
  article.data-filter-layout .data-filter-box {
    padding: 0 20px;
  }
}
article.data-filter-layout .data-filter-box .data-filter-btn {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  position: relative;
}
article.data-filter-layout .data-filter-box .data-filter-btn.active {
  color: #222222;
  font-weight: 700;
}
article.data-filter-layout .data-filter-box .data-filter-btn + .data-filter-btn {
  margin-left: 31px;
}
article.data-filter-layout .data-filter-box .data-filter-btn + .data-filter-btn:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  width: 1px;
  height: 11px;
  background-color: #eeeeee;
  transform: translateY(-50%);
}

article.gis-data-list .data-list-box .list-wrap ul li + li {
  border-top: 1px solid #eeeeee;
}
article.gis-data-list .data-list-box .list-wrap ul li .item-wrap {
  padding: 30px;
  display: flex;
}
@media (max-width: 800px) {
  article.gis-data-list .data-list-box .list-wrap ul li .item-wrap {
    padding: 25px 20px;
  }
}
article.gis-data-list .data-list-box .list-wrap ul li .item-wrap.active {
  background-color: #f6f8fb;
}
article.gis-data-list .data-list-box .list-wrap ul li .item-wrap .info-box {
  flex: 1;
  min-width: 0;
}
article.gis-data-list .data-list-box .list-wrap ul li .item-wrap .info-box .type-box {
  padding-bottom: 12px;
}
article.gis-data-list .data-list-box .list-wrap ul li .item-wrap .info-box .subject-box {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding-bottom: 12px;
}
@media (max-width: 800px) {
  article.gis-data-list .data-list-box .list-wrap ul li .item-wrap .info-box .subject-box {
    padding-bottom: 8px;
  }
}
article.gis-data-list .data-list-box .list-wrap ul li .item-wrap .info-box .addr-box {
  color: #666666;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}
article.gis-data-list .data-list-box .list-wrap ul li .item-wrap .info-box .con-box {
  padding-top: 12px;
}
article.gis-data-list .data-list-box .list-wrap ul li .item-wrap .info-box .con-box .row {
  display: flex;
}
article.gis-data-list .data-list-box .list-wrap ul li .item-wrap .info-box .con-box .row + .row {
  margin-top: 8px;
}
article.gis-data-list .data-list-box .list-wrap ul li .item-wrap .info-box .con-box .row .con-item-box {
  display: inline-flex;
  align-items: center;
}
article.gis-data-list .data-list-box .list-wrap ul li .item-wrap .info-box .con-box .row .con-item-box + .con-item-box {
  margin-left: 12px;
}
article.gis-data-list .data-list-box .list-wrap ul li .item-wrap .info-box .con-box .row .con-item-box .label-box {
  color: #222222;
  font-weight: 500;
  font-size: 14px;
}
article.gis-data-list .data-list-box .list-wrap ul li .item-wrap .info-box .con-box .row .con-item-box .txt-box {
  color: #666666;
  font-weight: 300;
  padding-left: 2px;
  font-size: 14px;
}
article.gis-data-list .data-list-box .list-wrap ul li .item-wrap .info-box .con-box .row .con-item-box .txt-box.style2 {
  padding-left: 24px;
}
article.gis-data-list .data-list-box .list-wrap ul li .item-wrap .info-box .con-box .row .con-item-box .txt-box .txt + .txt {
  margin-left: 21px;
  position: relative;
}
article.gis-data-list .data-list-box .list-wrap ul li .item-wrap .info-box .con-box .row .con-item-box .txt-box .txt + .txt:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background-color: #eeeeee;
}
article.gis-data-list .data-list-box .list-wrap ul li .item-wrap .img-box {
  width: 110px;
  height: 110px;
  background-color: #e9eef4;
}
article.gis-data-list .data-list-box .list-wrap ul li .item-wrap .img-box img {
  width: 100%;
  height: 100%;
}

article.notice-link-layout .notice-link-box {
  display: flex;
  align-items: center;
  padding: 0 30px;
  height: 82px;
  justify-content: space-between;
  background-color: #f7f7f7;
}
article.notice-link-layout .notice-link-box .subject-box {
  padding-right: 30px;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 24px;
  height: 48px;
  max-width: 100%;
  font-size: 18px;
  height: auto;
  font-weight: 700;
}
article.notice-link-layout .notice-link-box .more-box {
  border: 1px solid #0052cf;
  height: 30px;
  width: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}
@media (max-width: 800px) {
  article.notice-link-layout .notice-link-box .more-box {
    border-radius: 6px;
  }
}
article.notice-link-layout .notice-link-box .more-box .ic-more {
  background: url("../img/ic_more_link@3x.png") no-repeat center/cover;
  width: 13px;
  height: 13px;
  margin-left: 8px;
}
article.notice-link-layout .notice-link-box .more-box .txt {
  font-size: 14px;
  color: #0052cf;
}

article.table-form-layout1 .table-unit-box {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 10px;
}
article.table-form-layout1 .table-unit-box .unit-box {
  color: #555555;
  font-size: 14px;
  font-weight: 300;
}
article.table-form-layout1 .table-note-box {
  padding-top: 10px;
}
article.table-form-layout1 .table-note-box .note-txt-box {
  letter-spacing: -0.025em;
  color: #555555;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
article.table-form-layout1 .table-note-box .note-txt-box + .note-txt-box {
  margin-top: 20px;
}
article.table-form-layout1 .table-box {
  border-top: 1px solid #0050cc;
}
article.table-form-layout1 .table-box table.bottom-line {
  border-bottom: 1px solid #0050cc;
}
article.table-form-layout1 .table-box table thead tr th {
  border-left: 1px solid #d8e0ec;
  padding: 14px 10px;
}
article.table-form-layout1 .table-box table thead tr th:first-child {
  border-left: 0;
}
article.table-form-layout1 .table-box table tbody tr td {
  padding: 14px 10px;
  border-left: 1px solid #eeeeee;
}
article.table-form-layout1 .table-box table tbody tr td:first-child {
  border-left: 0;
}
article.table-form-layout1 .table-box table tr.head th {
  text-align: center;
}
article.table-form-layout1 .table-box table tr:last-child th, article.table-form-layout1 .table-box table tr:last-child td {
  border-bottom: 0;
}
article.table-form-layout1 .table-box table tr th {
  padding: 14px 20px;
  text-align: left;
  background-color: #e7f0fd;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #d8e0ec;
}
article.table-form-layout1 .table-box table tr th.depth1 {
  padding-left: 55px;
}
article.table-form-layout1 .table-box table tr td {
  padding: 14px 20px;
  border-bottom: 1px solid #eeeeee;
  background-color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: right;
  color: #888888;
}
article.table-form-layout1 .table-box table tr td.center {
  text-align: center;
}

article.type-detail-layout .type-selector-box {
  padding-bottom: 20px;
  display: flex;
}
article.type-detail-layout .type-selector-box .sbox-group-box {
  width: 100%;
  display: inline-flex;
  align-items: center;
}
article.type-detail-layout .type-selector-box .sbox-group-box .sbox {
  flex: 1;
  min-width: 0;
}
article.type-detail-layout .type-selector-box .sbox-group-box .unit-box {
  padding-left: 11px;
}
article.type-detail-layout .type-selector-box .sbox-group-box + .sbox-group-box {
  margin-left: 30px;
}
article.type-detail-layout .type-view-box {
  padding-bottom: 43px;
}
article.type-detail-layout .type-view-box .swiper-group-box {
  position: relative;
}
article.type-detail-layout .type-view-box .swiper-group-box .swiper-pagination {
  bottom: -24px;
  font-size: 14px;
  color: #555555;
}
article.type-detail-layout .type-view-box .swiper-group-box .swiper-pagination .swiper-pagination-current {
  color: #0052cf;
}
article.type-detail-layout .type-view-box .swiper-group-box .swiper-button-prev {
  background: url("../img/img_view_prev@3x.png") no-repeat center/cover;
  width: 30px;
  height: 50px;
  margin: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
article.type-detail-layout .type-view-box .swiper-group-box .swiper-button-prev:after {
  display: none;
}
article.type-detail-layout .type-view-box .swiper-group-box .swiper-button-next {
  background: url("../img/img_view_next@3x.png") no-repeat center/cover;
  width: 30px;
  height: 50px;
  margin: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
article.type-detail-layout .type-view-box .swiper-group-box .swiper-button-next:after {
  display: none;
}
article.type-detail-layout .type-view-box .swiper-group-box .img-box {
  height: 220px;
  position: relative;
}
article.type-detail-layout .type-view-box .swiper-group-box .img-box img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

article.type-tabs-layout .type-tabs-list {
  padding-bottom: 11px;
  display: flex;
  align-items: center;
}
article.type-tabs-layout .type-tabs-list .type-tabs-btn {
  border-radius: 6px;
  background-color: #fff;
  height: 40px;
  width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eeeeee;
  color: #0052cf;
  font-size: 14px;
}
article.type-tabs-layout .type-tabs-list .type-tabs-btn + .type-tabs-btn {
  margin-left: 8px;
}

article.data-list-layout1 .list-head-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
article.data-list-layout1 .list-head-box .head-box {
  color: #222222;
  font-weight: 500;
  font-size: 14px;
}
article.data-list-layout1 .list-head-box .option-box {
  color: #888888;
  font-size: 14px;
  font-weight: 300;
}
article.data-list-layout1 .list-body-box .list-wrap ul li + li {
  margin-top: 10px;
}
article.data-list-layout1 .list-body-box .list-wrap ul li .item-box {
  background-color: #fff;
}
article.data-list-layout1 .list-body-box .list-wrap ul li .item-box .item-head-box {
  height: 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  padding: 0 20px;
}
article.data-list-layout1 .list-body-box .list-wrap ul li .item-box .item-head-box .txt {
  font-size: 14px;
}
article.data-list-layout1 .list-body-box .list-wrap ul li .item-box .item-head-box .ic {
  width: 20px;
  height: 23px;
  margin-right: 8px;
}
article.data-list-layout1 .list-body-box .list-wrap ul li .item-box .item-head-box .ic.ic-subway {
  background: url("../img/ic_subway@3x.png") no-repeat center/16px 23px;
  width: 16px;
  height: 23px;
}
article.data-list-layout1 .list-body-box .list-wrap ul li .item-box .item-head-box .ic.ic-school {
  background: url("../img/ic_school@3x.png") no-repeat center/18px 23px;
  width: 18px;
  height: 23px;
}
article.data-list-layout1 .list-body-box .list-wrap ul li .item-box .item-head-box .ic.ic-hospital {
  background: url("../img/ic_hospital@3x.png") no-repeat center/cover;
  width: 16px;
  height: 23px;
}
article.data-list-layout1 .list-body-box .list-wrap ul li .item-box .item-head-box .ic.ic-market {
  background: url("../img/ic_market@3x.png") no-repeat center/cover;
  width: 20px;
  height: 23px;
}
article.data-list-layout1 .list-body-box .list-wrap ul li .item-box .item-body-box {
  padding: 20px 20px;
}
article.data-list-layout1 .list-body-box .list-wrap ul li .item-box .item-body-box .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
article.data-list-layout1 .list-body-box .list-wrap ul li .item-box .item-body-box .row + .row {
  margin-top: 10px;
}
article.data-list-layout1 .list-body-box .list-wrap ul li .item-box .item-body-box .row .subject-box {
  font-size: 14px;
  line-height: 16px;
}
article.data-list-layout1 .list-body-box .list-wrap ul li .item-box .item-body-box .row .con-box {
  color: #0052cf;
  font-size: 14px;
  line-height: 16px;
}
article.data-list-layout1 .list-body-box .list-more-box {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
article.data-list-layout1 .list-body-box .list-more-box .list-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
article.data-list-layout1 .list-body-box .list-more-box .list-more-btn .txt {
  font-size: 14px;
  line-height: 24px;
}
article.data-list-layout1 .list-body-box .list-more-box .list-more-btn .ic {
  margin-left: 9px;
}
article.data-list-layout1 .list-body-box .list-more-box .list-more-btn .ic.ic-more {
  background: url("../img/ic_list_more@3x.png") no-repeat center/cover;
  width: 6px;
  height: 9px;
}

article.form-link-layout.type-search {
  margin: 0 !important;
}
article.form-link-layout.type-list {
  margin: -30px;
}
article.form-link-layout.type-list .link-list .link-btn-box {
  padding: 30px;
  border-bottom: 1px solid #eeeeee;
}
article.form-link-layout.type-list .link-list .link-btn-box:hover {
  background-color: #f6f8fb;
}
article.form-link-layout .link-list .list-nodata {
  text-align: center;
  font-weight: 700;
  padding: 60px 0;
  font-size: 18px;
}
article.form-link-layout .link-list .link-btn-box {
  display: flex;
  align-items: center;
}
article.form-link-layout .link-list .link-btn-box .info-box {
  padding-right: 20px;
  flex: 1;
  min-width: 0;
}
article.form-link-layout .link-list .link-btn-box .info-box .main-box {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
article.form-link-layout .link-list .link-btn-box .info-box .sub-box {
  padding-top: 2px;
  font-size: 14px;
  line-height: 18px;
}
article.form-link-layout .link-list .link-btn-box .info-box .sub-box b {
  color: #0052cf;
  font-weight: 400;
}
article.form-link-layout .link-list .link-btn-box .find-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
article.form-link-layout .link-list .link-btn-box .find-box .ic-pin {
  background: url("../img/ic_pin@3x.png") no-repeat center/cover;
  width: 17px;
  height: 22px;
  margin-right: 7px;
}
article.form-link-layout .link-list .link-btn-box .find-box .txt {
  font-size: 14px;
  font-weight: 300;
  color: #0052cf;
}

article.gis-nav-menu ul.depth1 li.depth1-box .depth1-btn {
  border-bottom: 1px solid #eeeeee;
  align-items: center;
  display: flex;
  height: 60px;
  padding: 0 50px 0 30px;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 800px) {
  article.gis-nav-menu ul.depth1 li.depth1-box .depth1-btn {
    padding: 0 50px 0 20px;
  }
}
article.gis-nav-menu ul.depth1 li.depth1-box .depth1-btn.with-sub {
  background: url(../img/ic_contents_toggle_hide@3x.png) no-repeat right 20px center/12px 6px;
}
article.gis-nav-menu ul.depth1 li.depth1-box .depth1-btn.with-sub.active {
  background: url(../img/ic_contents_toggle_show@3x.png) no-repeat right 20px center/12px 6px;
}
article.gis-nav-menu ul.depth1 li.depth1-box .depth1-btn.with-sub.active ~ ul.depth2 {
  display: block;
}
article.gis-nav-menu ul.depth2 {
  display: none;
  background-color: #f6f8fb;
  padding: 12px 0;
}
article.gis-nav-menu ul.depth2 li.depth2-box .depth2-btn {
  display: flex;
  align-items: center;
  height: 42px;
  position: relative;
  background: url("../img/ic_nav_link@3x.png") no-repeat center right 20px/9px 16px;
  color: #555555;
  font-size: 16px;
  font-weight: 500;
  padding: 0 40px;
}
article.gis-nav-menu ul.depth2 li.depth2-box .depth2-btn:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background-color: #888888;
}

article.sub-page-head .sub-page-head-box {
  border-bottom: 1px solid #eeeeee;
  background-color: #f7f7f7;
}
article.sub-page-head .sub-page-head-box .head-top-box {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 30px;
  justify-content: space-between;
}
@media (max-width: 800px) {
  article.sub-page-head .sub-page-head-box .head-top-box {
    height: 50px;
    padding: 0 20px;
  }
}
article.sub-page-head .sub-page-head-box .head-top-box .page-head-box {
  font-size: 18px;
  font-weight: 700;
}
article.sub-page-head .sub-page-head-box .head-top-box .page-option-box {
  display: inline-flex;
  align-items: center;
}
article.sub-page-head .sub-page-head-box .head-top-box .page-option-box .clear-btn {
  display: inline-flex;
  align-items: center;
}
article.sub-page-head .sub-page-head-box .head-top-box .page-option-box .clear-btn .ic-clear {
  background: url("../img/ic_clear@3x.png") no-repeat center/cover;
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
article.sub-page-head .sub-page-head-box .head-top-box .page-option-box .clear-btn .txt {
  color: #888888;
  font-weight: 300;
}
article.sub-page-head .sub-page-head-box .head-mid-box {
  padding: 0 30px 20px;
}
article.sub-page-head .sub-page-head-box .head-mid-box .input-box {
  display: flex;
  width: 100%;
}
article.sub-page-head .sub-page-head-box .head-mid-box .input-box input {
  outline: none;
  padding: 0 20px;
  flex: 1;
  min-width: 0;
  height: 50px;
  color: #999999;
  border: 1px solid #eeeeee;
  border-radius: 6px;
}
article.sub-page-head .sub-page-head-box .head-mid-box .input-box .input-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  height: 50px;
  width: 109px;
  border-radius: 6px;
  background-color: #3f404f;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
article.sub-page-head .sub-page-nav-box {
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  border-bottom: 1px solid #eeeeee;
}
article.sub-page-head .sub-page-nav-box .nav-box {
  display: inline-flex;
  position: relative;
}
article.sub-page-head .sub-page-nav-box .nav-box + .nav-box {
  margin-left: 47px;
}
article.sub-page-head .sub-page-nav-box .nav-box + .nav-box:after {
  content: "";
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/ic_nav_arrow@3x.png") no-repeat center/cover;
  width: 8px;
  height: 13px;
}
article.sub-page-head .sub-page-nav-box .nav-box .nav-select-box {
  position: relative;
}
article.sub-page-head .sub-page-nav-box .nav-box .nav-select-box .nav-select-btn {
  font-size: 14px;
  padding-right: 25px;
  background: #fff url("../img/ic_sub_nav_hide@3x.png") no-repeat center right/14px 7px;
}
article.sub-page-head .sub-page-nav-box .nav-box .nav-select-box .nav-select-btn.active {
  background: #fff url("../img/ic_sub_nav_show@3x.png") no-repeat center right/14px 7px;
}
article.sub-page-head .sub-page-nav-box .nav-box .nav-select-box .nav-select-btn.active ~ .nav-sub-menu {
  display: block;
}
article.sub-page-head .sub-page-nav-box .nav-box .nav-select-box .nav-sub-menu {
  z-index: 50;
  display: none;
  position: absolute;
  left: -12px;
  right: -12px;
  top: 36px;
  background-color: #fff;
  box-shadow: 0px 3px 5px 0px rgba(32, 48, 118, 0.2);
}
article.sub-page-head .sub-page-nav-box .nav-box .nav-select-box .nav-sub-menu li + li .nav-sub-btn {
  border-top: 1px solid #eeeeee;
}
article.sub-page-head .sub-page-nav-box .nav-box .nav-select-box .nav-sub-menu li .nav-sub-btn {
  font-size: 14px;
  padding: 12px 14px;
  height: 40px;
}
article.sub-page-head .sub-page-nav-box .nav-box .nav-select-box .nav-sub-menu li .nav-sub-btn:hover {
  color: #0052cf;
}
article.sub-page-head .sub-page-nav-box .nav-box .nav-txt {
  font-size: 14px;
}

article.item-list-layout1 .list-wrap {
  margin: -30px -30px;
}
article.item-list-layout1 .list-wrap ul li .item-wrap {
  padding: 30px;
  border-bottom: 1px solid #eeeeee;
}
article.item-list-layout1 .list-wrap ul li .item-wrap .subject-box {
  font-size: 16px;
  line-height: 22px;
}
article.item-list-layout1 .list-wrap ul li .item-wrap .con-box {
  padding: 24px 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
article.item-list-layout1 .list-wrap ul li .item-wrap .con-box .date-box {
  font-size: 14px;
  color: #888888;
}
article.item-list-layout1 .list-wrap ul li .item-wrap .con-box .download-box .download-btn {
  display: inline-flex;
  align-items: center;
}
article.item-list-layout1 .list-wrap ul li .item-wrap .con-box .download-box .download-btn .txt {
  color: #555555;
  font-size: 14px;
  font-weight: 500;
}
article.item-list-layout1 .list-wrap ul li .item-wrap .con-box .download-box .download-btn .ic-download {
  width: 15px;
  height: 13px;
  background: url("../img/ic_download@3x.png") no-repeat center/cover;
  margin-left: 10px;
}
article.item-list-layout1 .list-wrap ul li .item-wrap .preview-box .preview-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100%;
  border-radius: 6px;
  transition: 0.2s;
  background-color: #fff;
  border: 1px solid #0052cf;
  color: #0052cf;
  font-weight: 700;
}
article.item-list-layout1 .list-wrap ul li .item-wrap .preview-box .preview-btn:hover {
  background-color: #0052cf;
  color: #fff;
}

article.link-list-layout1 .list-wrap {
  margin: -30px;
}
article.link-list-layout1 .list-wrap ul li {
  border-bottom: 1px solid #eee;
}
article.link-list-layout1 .list-wrap ul li .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 30px;
}
article.link-list-layout1 .list-wrap ul li .item-wrap .txt-box {
  font-size: 16px;
  font-weight: 700;
}
article.link-list-layout1 .list-wrap ul li .item-wrap .more-box {
  display: inline-flex;
  align-items: center;
}
article.link-list-layout1 .list-wrap ul li .item-wrap .more-box .txt {
  color: #0052cf;
  font-size: 14px;
}
article.link-list-layout1 .list-wrap ul li .item-wrap .more-box .ic-more {
  background: url("../img/ic_more_link@3x.png") no-repeat center/cover;
  width: 13px;
  height: 13px;
  margin-left: 9px;
}

article.search-input-form {
  padding: 20px 20px;
  position: relative;
}
article.search-input-form .search-tag-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
}
article.search-input-form .search-tag-box .tag-list {
  display: flex;
  justify-content: center;
}
article.search-input-form .search-tag-box .tag-btn {
  color: #0052cf;
  font-size: 14px;
  font-weight: 600;
}
article.search-input-form .search-tag-box .tag-btn + .tag-btn {
  margin-left: 12px;
}
article.search-input-form .search-tit-box {
  text-align: center;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  color: #0052cf;
}
article.search-input-form .search-input-box {
  position: relative;
}
article.search-input-form .search-input-box input {
  border-radius: 6px;
  padding: 0 75px 0 20px;
  height: 50px;
  font-weight: 300;
  width: 100%;
  border: 2px solid #0052cf;
  outline: none;
}
article.search-input-form .search-input-box .clear-btn {
  z-index: 1;
  position: absolute;
  right: 46px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/ic_input_clear@3x.png") no-repeat center/cover;
  width: 20px;
  height: 20px;
}
article.search-input-form .search-input-box .search-btn {
  z-index: 1;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/ic_input_search@3x.png") no-repeat center/cover;
  width: 22px;
  height: 21px;
}

article.map-marker {
  position: absolute;
}
article.map-marker .map-marker-layout1 .map-marker-btn {
  border-radius: 12px;
  background-color: rgba(104, 147, 235, 0.9);
  width: 96px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
@media (max-width: 800px) {
  article.map-marker .map-marker-layout1 .map-marker-btn {
    border-radius: 6px;
    font-size: 12px;
  }
}
article.map-marker .map-marker-layout1 .map-marker-btn b {
  padding-top: 6px;
}
@media (max-width: 800px) {
  article.map-marker .map-marker-layout1 .map-marker-btn b {
    padding-top: 4px;
    font-size: 13px;
  }
}
article.map-marker .map-marker-layout2 {
  position: relative;
}
article.map-marker .map-marker-layout2 .map-marker-btn {
  width: 96px;
  border-radius: 6px;
}
article.map-marker .map-marker-layout2 .map-marker-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
article.map-marker .map-marker-layout2 .map-marker-btn:after {
  right: 0;
  bottom: -10px;
  position: absolute;
  content: "";
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-1 {
  border: 2px solid #809eb8;
  color: #363a64;
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-1 .main-box {
  background-color: rgba(128, 158, 184, 0.9);
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-1:after {
  border-left-color: #809eb8;
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-1.house-big:before {
  top: -41px;
  background: url("../img/ic_marker_type1_big@3x.png") no-repeat center/cover;
  width: 36px;
  height: 43px;
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-1.house-small:before {
  top: -29px;
  background: url("../img/ic_marker_type1_small@3x.png") no-repeat center/cover;
  width: 31px;
  height: 31px;
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-2 {
  border: 2px solid #cd8369;
  color: #222;
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-2 .main-box {
  background-color: rgba(205, 131, 105, 0.9);
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-2:after {
  border-left-color: #cd8369;
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-2.house-big:before {
  top: -41px;
  background: url("../img/ic_marker_type2_big@3x.png") no-repeat center/cover;
  width: 36px;
  height: 43px;
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-2.house-small:before {
  top: -29px;
  background: url("../img/ic_marker_type2_small@3x.png") no-repeat center/cover;
  width: 31px;
  height: 31px;
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-3 {
  border: 2px solid #b28c91;
  color: #222;
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-3 .main-box {
  background-color: rgba(178, 140, 145, 0.9);
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-3:after {
  border-left-color: #b28c91;
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-3.house-big:before {
  top: -41px;
  background: url("../img/ic_marker_type3_big@3x.png") no-repeat center/cover;
  width: 36px;
  height: 43px;
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-3.house-small:before {
  top: -29px;
  background: url("../img/ic_marker_type3_small@3x.png") no-repeat center/cover;
  width: 31px;
  height: 31px;
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-4 {
  border: 2px solid #d4af84;
  color: #222;
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-4 .main-box {
  background-color: rgba(212, 175, 132, 0.9);
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-4:after {
  border-left-color: #d4af84;
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-4.house-big:before {
  top: -41px;
  background: url("../img/ic_marker_type4_big@3x.png") no-repeat center/cover;
  width: 36px;
  height: 43px;
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-4.house-small:before {
  top: -29px;
  background: url("../img/ic_marker_type4_small@3x.png") no-repeat center/cover;
  width: 31px;
  height: 31px;
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-5 {
  border: 2px solid #74b28c;
  color: #222;
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-5 .main-box {
  background-color: rgba(116, 178, 140, 0.9);
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-5:after {
  border-left-color: #74b28c;
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-5.house-big:before {
  top: -41px;
  background: url("../img/ic_marker_type5_big@3x.png") no-repeat center/cover;
  width: 36px;
  height: 43px;
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-5.house-small:before {
  top: -29px;
  background: url("../img/ic_marker_type5_small@3x.png") no-repeat center/cover;
  width: 31px;
  height: 31px;
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-6 {
  border: 2px solid #b38da9;
  color: #222;
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-6 .main-box {
  background-color: rgba(179, 141, 169, 0.9);
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-6:after {
  border-left-color: #b38da9;
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-6.house-big:before {
  top: -41px;
  background: url("../img/ic_marker_type6_big@3x.png") no-repeat center/cover;
  width: 36px;
  height: 43px;
}
article.map-marker .map-marker-layout2 .map-marker-btn.type-6.house-small:before {
  top: -29px;
  background: url("../img/ic_marker_type6_small@3x.png") no-repeat center/cover;
  width: 31px;
  height: 31px;
}
article.map-marker .map-marker-layout2 .map-marker-btn .sub-box {
  border-radius: 5px 5px 0 0;
  background-color: rgba(255, 255, 255, 0.9);
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  font-size: 13px;
  font-weight: 700;
}
article.map-marker .map-marker-layout2 .map-marker-btn .main-box {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 26px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 800px) {
  article.map-marker .map-marker-layout2 .map-marker-btn .main-box {
    font-size: 14px;
  }
}
article.map-marker .map-marker-layout3 {
  position: relative;
}
article.map-marker .map-marker-layout3 .map-marker-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
article.map-marker .map-marker-layout3 .map-marker-btn .ic {
  width: 30px;
  height: 30px;
}
article.map-marker .map-marker-layout3 .map-marker-btn .ic.ic-subway {
  background: url("../img/ic_marker_subway@3x.png") no-repeat center/cover;
}
article.map-marker .map-marker-layout3 .map-marker-btn .ic.ic-school {
  background: url("../img/ic_marker_school@3x.png") no-repeat center/cover;
}
article.map-marker .map-marker-layout3 .map-marker-btn .ic.ic-hospital {
  background: url("../img/ic_marker_hospital@3x.png") no-repeat center/cover;
}
article.map-marker .map-marker-layout3 .map-marker-btn .ic.ic-market {
  background: url("../img/ic_marker_market@3x.png") no-repeat center/cover;
}

article.gis-mobile-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 82, 207, 0.14);
  z-index: 500;
}
@media (max-width: 800px) {
  article.gis-mobile-nav {
    display: block;
  }
}
article.gis-mobile-nav .mobile-nav-wrap {
  height: 60px;
  display: flex;
  align-items: center;
}
article.gis-mobile-nav .mobile-nav-wrap .mobile-nav-btn {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
article.gis-mobile-nav .mobile-nav-wrap .mobile-nav-btn .ic {
  width: 20px;
  height: 20px;
}
article.gis-mobile-nav .mobile-nav-wrap .mobile-nav-btn .ic.ic-home {
  background: url("../img/ic_mobile_nav_home@3x.png") no-repeat center/16px 19px;
}
article.gis-mobile-nav .mobile-nav-wrap .mobile-nav-btn .ic.ic-map {
  background: url("../img/ic_mobile_nav_map@3x.png") no-repeat center/15.5px 18.5px;
}
article.gis-mobile-nav .mobile-nav-wrap .mobile-nav-btn .ic.ic-search {
  background: url("../img/ic_mobile_nav_search@3x.png") no-repeat center/18.5px 19px;
}
article.gis-mobile-nav .mobile-nav-wrap .mobile-nav-btn .ic.ic-menu {
  background: url("../img/ic_mobile_nav_menu@3x.png") no-repeat center/18.5px 15.5px;
}
article.gis-mobile-nav .mobile-nav-wrap .mobile-nav-btn .txt {
  padding-top: 6px;
  font-weight: 700;
  font-size: 12px;
}

article.gis-mobile-list-view {
  display: none;
  position: fixed;
  bottom: 60px;
  left: 0;
  right: 0;
}
@media (max-width: 800px) {
  article.gis-mobile-list-view {
    display: block;
    z-index: 300;
  }
}
article.gis-mobile-list-view .list-view-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 60px;
  text-align: center;
  border-top: 1px solid #bfd4f5;
  background-color: #eff5ff;
  box-shadow: 0px 0px 30px 0px rgba(0, 82, 207, 0.14);
}
article.gis-mobile-list-view .list-view-btn .ic-view {
  position: relative;
  background: url("../img/ic_list_view@3x.png") no-repeat center/cover;
  width: 12px;
  height: 6px;
  top: 3px;
  animation: scroll 1.5s infinite linear;
}
@keyframes scroll {
  0% {
    top: 3px;
  }
  50% {
    top: -3px;
  }
  100% {
    top: 3px;
  }
}
article.gis-mobile-list-view .list-view-btn .txt {
  padding-top: 8px;
  font-size: 16px;
  font-weight: 500;
}


article.vr-view-layout .vr-item-box {
  display: block;
  position: relative;
}
article.vr-view-layout .vr-item-box .info-box {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
article.vr-view-layout .vr-item-box .info-box .ic-box {
  display: flex;
  justify-content: center;
  padding-bottom: 8px;
}
article.vr-view-layout .vr-item-box .info-box .ic-box img {
  max-width: 100%;
}
article.vr-view-layout .vr-item-box .info-box .txt-box {
  display: flex;
  justify-content: center;
}
article.vr-view-layout .vr-item-box .info-box .txt-box .txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 20px;
  background-color: #f39e39;
  color: #fff;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
}
article.vr-view-layout .vr-item-box .img-box {
  display: flex;
}
article.vr-view-layout .vr-item-box .img-box img {
  max-width: 100%;
}

article.popup-video-form {
  margin: 20px auto 30px;
  max-width: 940px;
  width: 100%;
  height: 530px;
  position: relative;
}
@media (max-width: 800px) {
  article.popup-video-form {
    width: calc(100% - 30px);
    height: 0;
    margin: 0 15px;
    padding-bottom: 70%;
  }
}
article.popup-video-form iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 800px) {
  article.popup-video-form iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/*# sourceMappingURL=style.css.map */
