@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
input,
select,
button,
textarea {
  font-family: inherit;
}

/* ALL STYLE */
#all {
  width: 100%;
  height: auto;
  min-width: 1500px;
  overflow: hidden;
  font-weight: 400;
  font-size: 15px;
}

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

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

.userCWidth {
  width: 820px;
}

.userCWidth2 {
  width: 1200px;
}

.width100 {
  width: 100%;
}

#contain {
  width: 1500px;
  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: 1300px;
  height: 1000px;
  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: 1283px;
  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(49.5, 147.9, 222.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: 1500px;
  height: 536px;
  position: relative;
  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;
  font-size: 15px;
  margin: 4rem auto;
  margin-bottom: 6rem;
}
.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: 938px;
  height: 100%;
}
.location-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 562px;
  height: 100%;
  color: #222;
  font-weight: 400;
  padding: 4rem;
  padding-right: 6rem;
}
.location-info h5 {
  width: 100%;
  word-break: keep-all;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 500;
  margin-top: -4rem;
}
.location-info h5 i {
  font-size: 33px;
  color: rgb(8.6538461538, 144.2307692308, 216.3461538462);
  margin-right: 16.5px;
}
.location-info h5 .icon-location:before {
  margin: 0;
}
.location-info .info {
  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;
  margin: 5rem 0;
  width: 100%;
}
.location-info .info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  word-break: keep-all;
  padding: 1rem 0;
  border-bottom: 1px solid #242424;
}
.location-info .info li h6 {
  font-size: 19px;
  font-weight: 500;
  width: 40%;
  padding: 1% 0;
}
.location-info .info li span {
  display: block;
  width: 100%;
  padding: 2% 0;
}
.location-info a {
  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;
  width: 14rem;
  padding: 1.2rem 1.5rem;
  background: rgb(8.6538461538, 144.2307692308, 216.3461538462);
  color: #fff;
  border-radius: 1rem;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.location-info a span {
  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;
  font-size: 19px;
  line-height: 0;
  width: 25%;
  height: 100%;
  margin-left: 15%;
  text-align: right;
  vertical-align: middle;
  opacity: 0.5;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.location-info a span::before {
  content: "";
  position: relative;
  width: 100%;
  height: 0.2rem;
  background: #fff;
  border-radius: 5rem;
  margin-right: -0.5rem;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.location-info a span i {
  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;
  height: 100%;
}
.location-info a span i::before {
  margin: 0;
  width: auto;
  line-height: 0;
}
.location-info a:hover {
  background: rgb(79.0384615385, 161.1538461538, 247.9615384615);
  -webkit-box-shadow: 0.25rem 0.5rem 1rem rgb(79.0384615385, 161.1538461538, 247.9615384615);
          box-shadow: 0.25rem 0.5rem 1rem rgb(79.0384615385, 161.1538461538, 247.9615384615);
}
.location-info a:hover span {
  width: 35%;
  opacity: 1;
}
/*준비중 페이지*/
.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: 375px;
  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: #1e99f6;
  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(8.6538461538, 126.9230769231, 216.3461538462);
  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: 30px 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
  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;
}
.pagingNew3 a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  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;
  text-decoration: none;
  color: inherit;
  line-height: 0;
  padding-bottom: 2px;
}
.pagingNew3 a i {
  font-size: 16px;
}
.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;
  width: 35px;
  height: 35px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #636363;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  font-family: inherit;
}
.pagingNew3 .currentPage {
  position: relative;
  color: #1e99f6;
  font-weight: 700;
  padding: 0 !important;
}
.pagingNew3 .currentPage::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 20px;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #1e99f6;
}
.pagingNew3 .pagers2 {
  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;
  width: 60px;
  height: 30px;
  font-size: 13px;
  border: 1px solid transparent;
  color: #1e99f6;
}
.pagingNew3 .pagers2::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 20px;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #1e99f6;
}
.pagingNew3 .pagers a,
.pagingNew3 .pagers2 a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  color: #636363;
  text-decoration: none;
}
.pagingNew3 .pagers a:hover,
.pagingNew3 .pagers2 a:hover {
  color: rgb(40.5, 103.5, 157.5);
  text-decoration: none;
}

.pagingNew4 {
  padding-top: 30px;
  text-align: center;
}
.pagingNew4 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: #878787;
  font-size: 17px;
  font-weight: 500;
  margin: 0 2px;
  letter-spacing: -0.02em;
}
.pagingNew4 span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  width: 120%;
  height: 120%;
  border: 1px solid #878787;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
.pagingNew4 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;
}
.pagingNew4 span a:hover {
  color: #1e99f6;
  text-decoration: none;
  border: none;
}
.pagingNew4 span.currentPage {
  color: #1e99f6;
}
.pagingNew4 span.currentPage:after {
  border: 1px solid #1e99f6;
}
.pagingNew4 span.arrow {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  margin: 0 0.25rem;
}
.pagingNew4 span.arrow i {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.3);
}
.pagingNew4 span.arrow.left i {
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
}
.pagingNew4 span.arrow.right i {
  -webkit-transform: translateX(5%);
  transform: translateX(5%);
}
.pagingNew4 span.arrow.margin.left {
  margin-right: 15px;
}
.pagingNew4 span.arrow.margin.right {
  margin-left: 15px;
}
.pagingNew4 span.arrow:hover {
  border-color: rgba(0, 0, 0, 0.5);
}
.pagingNew4 span.arrow:hover i {
  color: rgba(0, 0, 0, 0.7);
}

#faq {
  width: 1500px;
  margin: 0 auto;
}
#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;
}
#faq .menu li {
  padding: 0 15px;
}
#faq .menu li a {
  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;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  z-index: 0;
  padding: 7.5px;
  font-size: 15px;
  background: #fff;
  margin: -1px;
  color: #757575;
  height: 5rem;
}
#faq .menu li.on a {
  background: #fff;
  color: #1e99f6;
  z-index: 1;
  font-weight: 500;
}
#faq .menu li.on a:before {
  background: #1e99f6;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 17px;
  right: -1px;
  width: 5px;
  height: 5px;
}
#faq .list {
  margin-top: 30px;
}
#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: #1e99f6;
  font-weight: 700;
  position: absolute;
  left: 7.5px;
  text-align: center;
  width: 15px;
}
#faq .list li h3 .icon-add {
  color: #bdbdbd;
}
#faq .list li h3 .icon-remove {
  color: #1e99f6;
}
#faq .list li.active {
  border-color: #757575;
  z-index: 1;
}
#faq .list li.active h3 {
  color: #1e99f6;
  font-weight: 500;
}
#faq .list div {
  position: relative;
  background: rgb(243.75, 249.9, 254.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: #f5f5f5;
}

.main-visual {
  width: 100%;
  height: 880px;
}
.main-visual .swiper-slide {
  width: 100%;
  aspect-ratio: 1920/880;
}
.main-visual .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1920px;
  height: 880px;
}
.main-visual.size-swiper {
  height: 700px;
}
.main-visual.size-swiper .swiper-slide {
  aspect-ratio: 1920/700;
}
.main-visual.size-swiper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}

.swiper .playbar {
  position: relative;
  z-index: 10;
}
.swiper .play {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  display: none;
  z-index: 30;
}
.swiper .play.swiper-button-pause.off {
  display: block;
}
.swiper .play.swiper-button-play.on {
  display: block;
}

.main-visual {
  position: relative;
}
.main-visual .swiper-inner {
  position: absolute;
  bottom: 260px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1500px;
  height: 50px;
  z-index: 1;
  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;
}
.main-visual .swiper-inner > div {
  position: absolute;
  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;
}
.main-visual .swiper-inner .swiper-pagination {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: initial;
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}
.main-visual .swiper-inner .swiper-pagination i {
  margin: 0 5px;
  font-weight: 300;
}
.main-visual .swiper-inner .swiper-pagination .swiper-pagination-current {
  color: #fff;
  font-weight: 700;
}
.main-visual .swiper-inner .swiper-button.next {
  right: -5px;
}
.main-visual .swiper-inner .swiper-button.prev {
  left: -3px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.main-visual .swiper-inner .swiper-button {
  z-index: 11;
  position: absolute;
}
.main-visual .swiper-inner .swiper-button::after {
  display: none;
}
.main-visual .swiper-inner .pagi {
  left: 0;
  width: 96px;
}
.main-visual .swiper-inner .playbar {
  width: 200px;
  left: 105px;
}
.main-visual .swiper-inner .play {
  color: #999999;
}
.main-visual .swiper-inner .play.swiper-button-pause.off {
  display: block;
}
.main-visual .swiper-inner .play.swiper-button-play.on {
  display: block;
}
.main-visual .swiper-inner .bar {
  width: 200px;
  height: 3px;
  background: #999999;
  position: relative;
  margin-left: 30px;
}
.main-visual .swiper-inner .bar span {
  position: absolute;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.main-visual .swiper-inner .bar span.on {
  width: 100%;
}
.main-visual .swiper-inner1 .swiper-button {
  position: absolute;
  top: 50%;
  z-index: 11;
  width: 60px;
  height: 60px;
  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-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50px;
}
.main-visual .swiper-inner1 .swiper-button:hover {
  background: rgba(255, 255, 255, 0.2);
}
.main-visual .swiper-inner1 .swiper-button-disabled {
  background: rgba(255, 255, 255, 0) !important;
}
.main-visual .swiper-inner1 .swiper-button::after {
  display: none;
}
.main-visual .swiper-inner1 .swiper-button.next {
  right: calc(50% - 750px - 80px - 17px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-visual .swiper-inner1 .swiper-button.prev {
  left: calc(50% - 750px - 80px - 17px);
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.main-visual .swiper-button {
  cursor: pointer;
}

.inner {
  width: 1500px;
  margin: 0 auto;
}

.sect {
  margin-top: 130px;
}

.tit {
  margin-bottom: 53px;
  text-align: center;
}
.tit div {
  font-family: "JalnanGothic";
  font-size: 46px;
  letter-spacing: 0.02em;
  color: #151515;
  margin-bottom: 20px;
}
.tit p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #989898;
}

.con_wrap {
  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;
  gap: 20px;
}
.con_wrap .con {
  width: 220px;
  height: 520px;
  overflow: hidden;
  border-radius: 15px;
  color: #fff;
  letter-spacing: -0.025em;
  position: relative;
  background: #000;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.con_wrap .con.on {
  width: 1020px;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}
.con_wrap .con.on::before {
  opacity: 1;
}
.con_wrap .con.on .txt {
  padding-bottom: 0;
}
.con_wrap .con.on .desc {
  display: block;
}
.con_wrap .con.on span {
  font-size: 40px;
}
.con_wrap .con.on span::after {
  opacity: 1;
}
.con_wrap .con::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.con_wrap .con01::before {
  background: url(/images/index/bn01_1.jpg) no-repeat center/cover;
}
.con_wrap .con02::before {
  background: url(/images/index/bn01_2.jpg) no-repeat center/cover;
}
.con_wrap .con03::before {
  background: url(/images/index/bn01_3.jpg) no-repeat center/cover;
}
.con_wrap .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  padding-bottom: 80px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.con_wrap .desc {
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
  font-weight: 400;
}
.con_wrap span {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 24px;
  font-weight: 600;
}
.con_wrap span::after {
  content: url(/images/index/icon_more.png);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: calc(100% + 18px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sect02 {
  width: 100%;
  background: url(/images/index/bn02_bg.jpg) no-repeat center/cover;
  position: relative;
}
.sect02 .inner {
  height: 960px;
  color: #fff;
  letter-spacing: -0.025em;
}
.sect02 .inner > div {
  width: 50%;
}
.sect02 .area01 p {
  padding-top: 330px;
  font-size: 52px;
  font-weight: 700;
}
.sect02 .area01 div {
  padding-top: 30px;
  font-size: 24px;
  font-weight: 500;
}
.sect02 .area02 {
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 50%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sect02 .area02:hover .icon_wrap .icon, .sect02 .area02:hover .icon_wrap p {
  -webkit-filter: blur(1.5px) grayscale(0.5) brightness(0.5);
          filter: blur(1.5px) grayscale(0.5) brightness(0.5);
}
.sect02 .icon_wrap {
  width: 50%;
  height: 480px;
  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;
  color: #fff;
}
.sect02 .icon_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  opacity: 0.1;
}
.sect02 .icon_wrap p {
  font-size: 20px;
  font-weight: 500;
}
.sect02 .icon_wrap:hover .icon, .sect02 .icon_wrap:hover p {
  -webkit-filter: none !important;
          filter: none !important;
}
.sect02 .icon {
  margin-bottom: 25px;
}

.business {
  position: relative;
  font-size: inherit;
  line-height: inherit;
}
.business > div {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 300;
  color: #000;
}
.business > div span {
  position: relative;
}
.business > div span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: #1e99f6;
  opacity: 0.2;
  z-index: -1;
}
.business article {
  margin: 30px 0;
  width: 100%;
}
.business h1 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
}
.business p {
  word-break: keep-all;
}
.business h2 {
  font-weight: 700;
  font-size: 16px;
  margin: 7.5px 0;
}
.business ul {
  margin: 7.5px 15px;
}
.business ul > li {
  padding-left: 15px;
  text-indent: -15px;
  word-break: keep-all;
}
.business ol {
  padding: 7.5px 15px;
}
.business ol li {
  color: #757575;
  word-break: keep-all;
}
.business table {
  margin: 15px 0;
  width: 100%;
  border: none;
  width: 40%;
  text-align: center;
}
.business table tr {
  border: none;
}
.business table th, .business table td {
  border: none;
  padding: 0 8px;
  height: 52px;
  font-size: 14px;
}
.business table thead th {
  background: rgb(245.3, 245.3, 245.3);
  color: rgb(109.9, 109.9, 109.9);
  font-weight: 500;
  border: 1px solid rgb(219.8, 219.8, 219.8);
}
.business table tbody tr {
  border-bottom: 1px solid rgb(234.65, 234.65, 234.65);
}
.business table tbody th {
  border: 1px solid rgb(221.9, 221.9, 221.9);
  background: rgb(248.39, 248.39, 248.39);
  color: rgb(109.9, 109.9, 109.9);
}
.business table tbody td {
  border: 1px solid rgb(234.65, 234.65, 234.65);
}
.business table thead th:first-of-type {
  border-left: none;
}
.business table thead th:last-of-type {
  border-right: none;
}
.business table tbody th:first-of-type {
  border-left: none;
}
.business table tbody th:last-of-type {
  border-right: none;
}
.business table tbody th + td {
  border-left: 1px solid rgb(221.9, 221.9, 221.9) !important;
}
.business table tbody td:first-of-type {
  border-left: none;
}
.business table tbody td:last-of-type {
  border-right: none;
}
.business table tbody td:first-of-type {
  border-left: 1px solid #ebebeb;
}
.business table tbody th {
  font-weight: 400;
}

.business01 {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  color: #525252;
  font-size: 18px;
  letter-spacing: -0.025em;
}
.business01 h2 {
  font-size: 3.2rem;
  color: #1b1b1b;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.business01 ul {
  margin: initial;
}
.business01 ul > li {
  padding-left: initial;
  text-indent: initial;
  font-weight: 500;
}
.business01 article {
  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;
  margin: 0;
  margin-bottom: 5rem;
}
.business01 .image .img {
  background: url("/images/content/business01_img1.jpg") no-repeat center;
  width: 60rem;
  height: 44rem;
}
.business01 .image .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
}
.business01 .text {
  width: 45rem;
  margin-left: 10rem;
  margin-right: auto;
}
.business01 .text i {
  width: 5rem;
  height: 1px;
  background: #000;
  margin: 2.5rem 0;
  display: inline-block;
}
.business01 .text li {
  margin-bottom: 1.5rem;
}
.business01 .dash ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 2rem);
  margin: 3rem -1rem;
}
.business01 .dash li {
  position: relative;
  width: 10rem;
  height: 18rem;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1rem;
  padding: 1.5rem;
  border-radius: 1rem;
}
.business01 .dash li .icon {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  font-size: 2.5rem;
  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;
  position: absolute;
  top: -2.5rem;
  color: inherit;
  background: inherit;
  -webkit-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.business01 .dash li .con {
  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;
  height: 100%;
}
.business01 .dash li .con p {
  font-size: 2.5rem;
  margin: 1rem;
  letter-spacing: -0.025em;
}
.business01 .dash li .con span {
  display: inline-block;
  padding: 0.3rem 1rem;
  background: #000;
  color: #fff;
  margin-top: 2rem;
  font-size: 1.6rem;
}
.business01 .dash .company {
  background: #c62828;
  color: #fff;
}
.business01 .dash .site {
  background: #616161;
  color: #fff;
}
.business01 .dash .site .icon {
  font-size: 3.5rem;
}
.business01 .dash .location {
  margin: 1rem;
  padding-top: 2.5rem;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
}
.business01 .dash .location .con {
  background: url("/images/content/location.png") no-repeat center/contain;
  width: 80%;
}
.business01 .dash .location img {
  width: 100%;
  opacity: 0;
}
.business01 .dash .kossa {
  margin: 1rem;
  padding-top: 2.5rem;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
}
.business01 .dash .kossa .con {
  width: 80%;
  background: url("/images/content/kossa_big.png") no-repeat center/contain;
}
.business01 .dash .kossa img {
  width: 100%;
  opacity: 0;
}

.business04 .txt {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1rem 2rem;
  background: #f5f5f5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.business11 .table {
  width: 50% !important;
  width: 100%;
  border: none;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(76.5, 76.5, 255);
          box-shadow: 0px 0px 0px 1px rgb(76.5, 76.5, 255);
}
.business11 .table tr {
  border: none;
}
.business11 .table th, .business11 .table td {
  border: none;
  padding: 0 8px;
  height: 52px;
  font-size: 14px;
}
.business11 .table thead th {
  background: rgb(229.5, 229.5, 255);
  color: rgb(89.25, 89.25, 127.5);
  font-weight: 500;
  border: 1px solid rgb(178.5, 178.5, 255);
}
.business11 .table tbody tr {
  border-bottom: 1px solid rgb(226.75, 226.75, 239.5);
}
.business11 .table tbody th {
  border: 1px solid rgb(201.25, 201.25, 239.5);
  background: rgb(246.325, 246.325, 250.15);
  color: rgb(89.25, 89.25, 127.5);
}
.business11 .table tbody td {
  border: 1px solid rgb(226.75, 226.75, 239.5);
}
.business11 .table thead th:first-of-type {
  border-left: none;
}
.business11 .table thead th:last-of-type {
  border-right: none;
}
.business11 .table tbody th:first-of-type {
  border-left: none;
}
.business11 .table tbody th:last-of-type {
  border-right: none;
}
.business11 .table tbody th + td {
  border-left: 1px solid rgb(201.25, 201.25, 239.5) !important;
}
.business11 .table tbody td:first-of-type {
  border-left: none;
}
.business11 .table tbody td:last-of-type {
  border-right: none;
}
.business11 .table thead tr:first-of-type th {
  border-top: none;
}
.business11 .table tbody tr:last-of-type {
  border-bottom: none;
}
.business11 .table tbody tr:last-of-type td {
  border-bottom: none;
}
.business11 ul {
  margin-top: 100px;
  overflow: hidden;
}
.business11 li {
  width: 100px;
  height: 100px;
  float: left;
}
.business11 .li1 {
  background: rgb(229.5, 229.5, 255);
}
.business11 .li2 {
  background: rgb(178.5, 178.5, 255);
}
.business11 .li3 {
  background: rgb(226.75, 226.75, 239.5);
}
.business11 .li4 {
  background: rgb(89.25, 89.25, 127.5);
}