@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Ephesis&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yellowtail&display=swap");
input,
select,
button,
textarea {
  font-family: inherit;
}

/* ALL STYLE */
#all {
  width: 100%;
  height: auto;
  min-width: 1440px;
  overflow: hidden;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.03em;
  position: relative;
}

.layout_wrap {
  clear: both;
  width: 100%;
}

.layout_inner {
  width: 1200px;
  margin: 0 auto;
}

.userCWidth {
  width: 820px;
}

.userCWidth2 {
  width: 1200px;
}

.width100 {
  width: 100%;
}

#contain {
  width: 1440px;
  position: relative;
  padding: 60px 0;
}

/*기타*/
.notData {
  padding: 30px 0px;
  text-align: center;
}

.inLiImg li img {
  display: block;
}

/*이용약관*/
.policy {
  font-size: 14px;
  color: #424242;
}
.policy .agree_box {
  position: relative;
  z-index: 1;
  border: 1px solid #bdbdbd;
  width: 1240px;
  height: 960px;
  margin: 0 auto;
  scroll-behavior: smooth;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.policy .agree_box:before, .policy .agree_box:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 2;
  width: 1223px;
  height: 5%;
}
.policy .agree_box:before {
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
  background: linear-gradient(180deg, #fff, transparent);
}
.policy .agree_box:after {
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
  background: linear-gradient(0deg, #fff, transparent);
}
.policy .fade {
  position: absolute;
  z-index: 2;
}
.policy .agree_content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 5rem;
  overflow-x: hidden;
  overflow-y: scroll;
}
.policy .agree_content b {
  color: rgb(67.1, 29.5, 94.3);
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}
.policy .agree_content::-webkit-scrollbar {
  position: relative;
  width: 1.5rem;
  z-index: 2;
}
.policy .agree_content::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  background-clip: padding-box;
  border: 0rem solid transparent;
}
.policy .agree_content::-webkit-scrollbar-track {
  background: #f5f5f5;
  z-index: 1;
}

.location {
  width: 1000px;
  position: relative;
  font-size: 15px;
  margin: 0 auto;
}
.location .wrap_map {
  height: 100% !important;
}
.location .wrap_controllers {
  display: none;
}
.location .map_border {
  display: none !important;
}
.location .wrap_btn_zoom {
  display: none !important;
}
.location .root_daum_roughmap {
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  width: 100%;
  height: 500px;
}

.location-info {
  margin-top: 30px;
}
.location-info ul {
  width: 100%;
  padding: 20px 0 50px 0;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
}
.location-info ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 50%;
  margin: 5px 0;
  float: left;
}
.location-info ul > li h6 {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  margin: 10px 0;
  margin-right: 15px;
  width: 75px;
}
.location-info ul > li p {
  color: #222;
  margin: 10px 0;
}
.location-info ul > li p span {
  font-size: 14px;
  margin-left: 10px;
}
.location-info .info .add {
  width: 100%;
}
.location-info .info .cs h6, .location-info .info .time h6 {
  font-size: 18px !important;
  font-weight: 700;
}
.location-info .info .cs p, .location-info .info .time p {
  font-size: 17px;
}
.location-info .title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  padding-top: 50px;
}

.location .traffic .bus div {
  float: left;
  margin-right: 5px;
}
.location .traffic .bus div span {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 5px;
  color: #000;
  font-weight: 500;
  margin-right: 5px;
  font-size: 13px;
}
.location .traffic .bus div .blue {
  background: #d0ebff;
}
.location .traffic .bus div .green {
  background: #d8f5a2;
}
.location .traffic .bus div .red {
  background: #ffe3e3;
}
.location .traffic ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.location .parking {
  border-bottom: none;
}
.location .parking li {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.location .parking li h6 {
  width: 100%;
}
.location .parking li span {
  margin: 10px 0;
  margin-left: 350px;
  text-indent: -12px;
}

/*준비중 페이지*/
.ready {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 18px;
  padding: 5rem 0;
}
.ready div {
  width: 360px;
  position: relative;
  -webkit-mask: url("/images/content/maintenance-line.svg") no-repeat;
  -webkit-mask-size: 99.8% 100%;
  opacity: 0.7;
}
.ready div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #340556;
  mix-blend-mode: color;
}
.ready div img {
  width: 100%;
  -webkit-filter: brightness(1.4);
          filter: brightness(1.4);
}
.ready p {
  margin: 3rem 0;
}
.ready span {
  color: rgb(22.8571428571, 2.1978021978, 37.8021978022);
  font-weight: 600;
  font-size: 19px;
}

#pages .con.com03 .wrap_controllers {
  display: none;
}
#pages .con.com03 .root_daum_roughmap_landing {
  margin-top: 40px;
}

.index_notice table {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  height: 330px;
}
.index_notice td {
  vertical-align: middle;
}

.pagingNew3 {
  padding-top: 30px;
  text-align: center;
}
.pagingNew3 span {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-width: 28px;
  height: 28px;
  border: 1px solid transparent;
  border-radius: 100%;
  color: #340556;
  font-size: 17px;
  font-weight: 500;
  margin: 0 2px;
  letter-spacing: -0.02em;
}
.pagingNew3 span a {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  height: 100%;
  font-weight: 300;
  color: #6a6a6a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
}
.pagingNew3 span a:hover {
  color: #340556;
  text-decoration: none;
  border: none;
}
.pagingNew3 span.currentPage {
  color: #340556;
  font-weight: 700;
}
.pagingNew3 span.currentPage:after {
  content: "";
  position: absolute;
  bottom: 3.75px;
  left: 50%;
  width: 100%;
  height: 100%;
  width: 11px;
  height: 1px;
  background: #340556;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pagingNew3 span.arrow {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  margin: 0 0.25rem;
}
.pagingNew3 span.arrow i {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.3);
}
.pagingNew3 span.arrow.left i {
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
}
.pagingNew3 span.arrow.right i {
  -webkit-transform: translateX(5%);
  transform: translateX(5%);
}
.pagingNew3 span.arrow.margin.left {
  margin-right: 15px;
}
.pagingNew3 span.arrow.margin.right {
  margin-left: 15px;
}
.pagingNew3 span.arrow:hover {
  border-color: rgba(0, 0, 0, 0.5);
}
.pagingNew3 span.arrow:hover i {
  color: rgba(0, 0, 0, 0.7);
}

#faq .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
#faq .menu li {
  margin-right: 15px;
}
#faq .menu li:nth-child(3n) {
  margin-right: 0;
}
#faq .menu li:nth-child(1) a {
  background-color: #fbf8fd;
  background-image: url(/images/icon/faq_icon01.png);
}
#faq .menu li:nth-child(2) a {
  background-image: url(/images/icon/faq_icon02.png);
}
#faq .menu li:nth-child(3) a {
  background-image: url(/images/icon/faq_icon03.png);
}
#faq .menu li:nth-child(4) a {
  background-image: url(/images/icon/faq_icon04.png);
}
#faq .menu li:nth-child(5) a {
  background-image: url(/images/icon/faq_icon05.png);
}
#faq .menu li:nth-child(6) a {
  background-image: url(/images/icon/faq_icon06.png);
}
#faq .menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  z-index: 0;
  padding: 50px;
  padding-top: 170px;
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 50px;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.08);
  width: 430px;
  height: 240px;
  font-size: 22px;
  font-weight: 700;
  color: #484848;
  letter-spacing: -0.025em;
}
#faq .menu li:hover a {
  -webkit-box-shadow: 0 0 10px 2px rgba(52, 5, 86, 0.3);
          box-shadow: 0 0 10px 2px rgba(52, 5, 86, 0.3);
  font-weight: 700;
  color: #340556;
}
#faq .list {
  margin-top: 30px;
  display: none;
}
#faq .list li {
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: -1px;
  position: relative;
  z-index: 0;
  background: #fff;
}
#faq .list li h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  padding: 15px;
  padding-left: 27px;
}
#faq .list li h3:before {
  content: "Q";
  color: #340556;
  font-weight: 700;
  position: absolute;
  left: 7.5px;
  text-align: center;
  width: 15px;
}
#faq .list li h3 .icon-add {
  color: #bdbdbd;
  display: block;
}
#faq .list li h3 .icon-remove {
  color: #340556;
  display: none;
}
#faq .list li.on {
  border-color: #757575;
  z-index: 1;
}
#faq .list li.on h3 {
  color: #340556;
  font-weight: 500;
}
#faq .list li.on .icon-add {
  display: none;
}
#faq .list li.on .icon-remove {
  display: block;
}
#faq .list div {
  position: relative;
  background: rgb(244.85, 242.5, 246.55);
  font-size: 15px;
  padding: 15px;
  padding-left: 30px;
  border-top: 1px solid rgba(189, 189, 189, 0.2);
}
#faq .list div:before {
  content: "A";
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  position: absolute;
  left: 8.3333333333px;
  text-align: center;
  width: 15px;
}
#faq .list div.hide {
  position: absolute;
  left: -1000%;
  top: 0;
  width: 1px;
  height: 1px;
  line-height: 0;
  overflow: hidden;
}
#faq .list div.faqContent img {
  max-width: 100%;
  height: auto;
}
#faq .notFAQ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  height: 20rem;
  background: #fafafa;
  border-radius: 16px;
}
#faq.is-content-opened .menu {
  gap: 10px;
}
#faq.is-content-opened .menu li {
  margin-right: 0 !important;
}
#faq.is-content-opened .menu li a {
  width: 220px;
  height: 5rem;
  font-size: 15px;
  font-weight: 400;
  padding: 5px;
  padding-left: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-position-x: 15px;
  background-position-y: center;
  background-size: 13%;
  -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.08);
  opacity: 0.85;
}
#faq.is-content-opened .menu li.on a, #faq.is-content-opened .menu li:hover a {
  font-weight: 600;
  color: #340556;
  z-index: 1;
  -webkit-box-shadow: 0 0 8px 0px rgba(52, 5, 86, 0.3);
          box-shadow: 0 0 8px 0px rgba(52, 5, 86, 0.3);
  opacity: 1;
}
#faq.is-content-opened .list {
  display: block;
}