/**
 * @author CubeA-LEECH
 * @version 1.0.0
 * @date [2026-01-12]
 */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url("https://cdn.jsdelivr.net/gh/leetaewook/gmarket-sans-dynamic-subset/GmarketSans.css");
body, hr, img, fieldset, form, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, q, blockquote, caption, legend, address, a, input, select, textarea, button, p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

hr {
  display: none;
}

img, input, button, textarea, fieldset, form, legend, hr {
  border: 0 none;
}

dl, ul, ol, li {
  list-style: none;
}

body, h1, h2, h3, h4, h5, h6, big, small, input, select, textarea, button {
  font-size: 1em;
  line-height: 1em;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
}

caption, legend {
  height: 0px;
  overflow: hidden;
  margin: 0;
  opacity: 0;
  font: 0/0 serif;
  line-height: 0;
}

a, a:hover, a:visited, a:focus, a:active {
  text-decoration: none;
}

dfn, em, cite, address, sup, sub {
  font-style: normal;
  font-variant: normal;
  text-transform: none;
}

button {
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

table, tr, td, th {
  margin: 0;
  padding: 0;
  border-width: 0;
  border-collapse: collapse;
  font-weight: 400;
}

img, input, select, textarea, button {
  vertical-align: middle;
}

a, input, button, select {
  outline: none;
}

table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-width: 0;
  border-collapse: collapse;
}

input {
  border-radius: 0;
}

input[type=password], input[type=text], input[type=number] {
  background-color: transparent;
}

input[type=text]::-ms-clear, input[type=number]::-ms-clear {
  display: none;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

figure {
  margin: 0;
}

html {
  word-wrap: break-word;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  word-wrap: break-word;
  word-break: break-all;
  overflow: overlay;
}
body::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}
body::-webkit-scrollbar-thumb {
  background-color: #a8a7a3;
  border-radius: 4px;
}
body::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2196078431);
}

body, input, textarea, a, select, button, caption {
  font-family: "Pretendard", "Apple SD Gothic Neo", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #222;
  line-height: 1.4;
  vertical-align: top;
  letter-spacing: -0.005em;
  word-break: keep-all;
}

body, html {
  font-size: 18px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:focus {
  outline: none;
  text-decoration: none;
}

.gmarketSans {
  font-family: "Gmarket Sans", "Apple SD Gothic Neo", sans-serif;
  font-weight: 500;
}

@-webkit-keyframes motionbounce {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  30% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

@keyframes motionbounce {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  30% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
#uiWrap {
  position: relative;
  width: 100%;
  padding-top: 50px;
  overflow: hidden;
}

.page_copyline,
.page_footline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
}
.page_copyline *,
.page_footline * {
  line-height: 1;
}

.page_copyline {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #755DFF;
  z-index: 10;
}
.page_copyline * {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Gmarket Sans", "Apple SD Gothic Neo", sans-serif;
  line-height: 1;
}
.page_copyline p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_copyline p em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_copyline p em::before {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../img/ico_x.png) no-repeat center/100% auto;
  margin: 0 8px 4px;
}
.page_copyline p em::after {
  content: "I";
  color: rgba(2, 26, 85, 0.25);
  margin: 0 10px;
}

.page_footline {
  background-color: #fff;
}
.page_footline em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.page_footline em::after {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background-color: rgba(153, 153, 153, 0.6);
  margin: 0 10px;
}

.kv_wrap {
  position: relative;
  width: 100%;
  height: calc(100vh - 50px);
  background-color: #111;
  overflow: hidden;
}
.kv_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_cobweb.png) no-repeat center/cover;
  z-index: 1;
}
.kv_wrap h1, .kv_wrap em {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: "Gmarket Sans", "Apple SD Gothic Neo", sans-serif;
  opacity: 0;
}
.kv_wrap em {
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 100px;
  font-size: 23px;
  line-height: 66px;
  padding: 4px 50px 0 50px;
  font-weight: 500;
}
.kv_wrap h1 {
  font-size: 75px;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 100px;
}
.kv_wrap h1 br.m {
  display: none;
}
.kv_wrap .kv_title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kv_wrap .video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.kv_wrap .video::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.3);
  z-index: 1;
}
.kv_wrap .video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background-color: transparent;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: opacity, transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.kv_wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../mv/TOP.mp4) no-repeat center/cover;
}
.kv_wrap button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  position: absolute;
  left: 50%;
  bottom: 60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  z-index: 2;
  opacity: 0;
}
.kv_wrap button::before {
  content: "";
  display: block;
  width: 25px;
  height: 40px;
  background: url(../img/ico_scroll.png) no-repeat center/100% auto;
  -webkit-animation: motionbounce 1.2s linear infinite;
          animation: motionbounce 1.2s linear infinite;
}

.map_wrap {
  height: 950px;
  background: url(../img/bg_map.png) no-repeat center/cover;
}
.map_wrap p {
  width: 900px;
  margin: 0 auto;
  padding-top: 80px;
  line-height: 1.67;
  text-align: justify;
}
.map_wrap p em {
  display: block;
  font-weight: 700;
}
.map_wrap strong {
  display: block;
  margin: 40px 0 10px 0;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  font-family: "Gmarket Sans", "Apple SD Gothic Neo", sans-serif;
  background-image: -webkit-gradient(linear, left top, right top, from(#268EEB), to(#755DFF));
  background-image: linear-gradient(to right, #268EEB, #755DFF);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  letter-spacing: -0.045em;
}
.map_wrap strong br {
  display: none;
}
.map_wrap ul {
  position: relative;
  width: 1055px;
  height: 548px;
  margin: 0 auto;
  background: url(../img/bg_view.png) no-repeat center/100% auto;
}
.map_wrap ul li {
  position: absolute;
}
.map_wrap ul li::after, .map_wrap ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  z-index: 1;
}
.map_wrap ul li em {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  padding-top: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Gmarket Sans", "Apple SD Gothic Neo", sans-serif;
  opacity: 0;
  border-radius: 20px;
  -webkit-transition: opacity 0.4s linear 0.2s, top 0.4s linear 0.2s;
  transition: opacity 0.4s linear 0.2s, top 0.4s linear 0.2s;
  line-height: 1;
}
.map_wrap ul li span {
  position: relative;
  display: block;
  font-size: 0;
  text-indent: 99999em;
  overflow: hidden;
  line-height: 0;
}
.map_wrap ul li span::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.map_wrap ul li.line01 {
  left: 408px;
  bottom: 219px;
}
.map_wrap ul li.line01 em {
  width: 160px;
  background-color: #2196F3;
  left: -41px;
  top: -41px;
}
.map_wrap ul li.line01 span {
  width: 76px;
}
.map_wrap ul li.line01 span::after {
  width: 0;
  height: 12px;
  background-position: left center;
  background-size: 76px auto;
  background-image: url(../img/bg_line01.png);
  -webkit-transition-property: width;
  transition-property: width;
}
.map_wrap ul li.line01::after, .map_wrap ul li.line01::before {
  border-color: #2196F3;
}
.map_wrap ul li.line01::after {
  left: -3px;
  top: 4px;
}
.map_wrap ul li.line01::before {
  right: -3px;
  top: 3px;
}
.map_wrap ul li.line02 {
  right: 416px;
  top: 206px;
}
.map_wrap ul li.line02 em {
  width: 145px;
  background-color: #5C73F5;
  left: -66px;
  top: -35px;
}
.map_wrap ul li.line02 span {
  height: 50px;
}
.map_wrap ul li.line02 span::after {
  width: 12px;
  height: 0;
  background-position: center top;
  background-size: auto 50px;
  background-image: url(../img/bg_line02.png);
  -webkit-transition-property: height;
  transition-property: height;
}
.map_wrap ul li.line02::after, .map_wrap ul li.line02::before {
  border-color: #5C73F5;
}
.map_wrap ul li.line02::after {
  left: -3px;
  top: -5px;
}
.map_wrap ul li.line02::before {
  left: -5px;
  bottom: -5px;
}
.map_wrap ul.start li.line01 em {
  top: -51px;
  opacity: 1;
}
.map_wrap ul.start li.line01 span::after {
  width: 76px;
}
.map_wrap ul.start li.line02 em {
  top: -45px;
  opacity: 1;
}
.map_wrap ul.start li.line02 span::after {
  height: 50px;
}

.tab_wrap {
  position: relative;
  padding-top: 120px;
}
.tab_wrap > div {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 622px;
  padding-bottom: 100px;
}
.tab_wrap .tab_btn {
  position: absolute;
  width: 50%;
  top: 0;
  height: 120px;
  font-weight: 700;
  padding-top: 10px;
  border: 1px solid #E2E2E2;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 30px;
  font-family: "Gmarket Sans", "Apple SD Gothic Neo", sans-serif;
  color: #A2A2A2;
  z-index: 11;
}
.tab_wrap .tab_btn span {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.tab_wrap .tab_btn.on {
  color: #fff;
}
.tab_wrap.fixed .tab_btn {
  position: fixed;
  padding-top: 0;
}
.tab_wrap .tab_conts {
  width: 900px;
  margin: 0 auto;
  padding: 90px 0;
}
.tab_wrap .tab_conts > strong {
  display: block;
  font-family: "Gmarket Sans", "Apple SD Gothic Neo", sans-serif;
  font-size: 45px;
  font-weight: 700;
  color: #fff;
}
.tab_wrap .tab_conts > strong em {
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
}
.tab_wrap .tab_conts > strong br {
  display: none;
}
.tab_wrap .txt_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-top: 30px;
}
.tab_wrap .txt_line .map {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
}
.tab_wrap .txt_line .map em,
.tab_wrap .txt_line .map span {
  position: absolute;
  display: block;
  font-size: 0;
  text-indent: 99999em;
  overflow: hidden;
  line-height: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-property: top, left, opacity, width, height;
  transition-property: top, left, opacity, width, height;
  opacity: 0;
}
.tab_wrap .txt_line .map em {
  z-index: 2;
  background-size: 100% auto;
}
.tab_wrap .txt_line .map em.r1 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.tab_wrap .txt_line .map em.r2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.tab_wrap .txt_line .map img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.tab_wrap .txt_line .map.start em,
.tab_wrap .txt_line .map.start span {
  opacity: 1;
}
.tab_wrap .txt_line p {
  color: #fff;
  line-height: 1.7;
  text-align: justify;
}
.tab_wrap .box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -12px 80px;
}
.tab_wrap .box_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 226px;
  height: 215px;
  padding-top: 40px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.tab_wrap .box_list li em {
  font-weight: 700;
  font-size: 15px;
  font-family: "Gmarket Sans", "Apple SD Gothic Neo", sans-serif;
  margin-bottom: 2px;
}
.tab_wrap .box_list li em::before {
  content: "";
  display: block;
  width: 28px;
  height: 32px;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin: 0 auto 8px;
  background-size: 100% auto;
}
.tab_wrap .box_list li span {
  color: #fff;
  font-family: "Gmarket Sans", "Apple SD Gothic Neo", sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  display: block;
  margin-top: 2px;
}
.tab_wrap .txt_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 100px;
}
.tab_wrap .txt_list::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 350px;
  border-left: 1px dashed #c2c2c2;
}
.tab_wrap .txt_list li {
  width: 50%;
}
.tab_wrap .txt_list li .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.tab_wrap .txt_list li .img::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  width: 199px;
  height: 165px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.tab_wrap .txt_list li .img strong {
  display: block;
  margin-bottom: 30px;
  font-family: "Gmarket Sans", "Apple SD Gothic Neo", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  letter-spacing: -0.06em;
}
.tab_wrap .txt_list li .img strong em {
  position: relative;
  font-size: 16px;
  display: block;
  font-weight: 500;
  margin-bottom: 14px;
  letter-spacing: -0.025em;
}
.tab_wrap .txt_list li .img strong em::after {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background-color: #999;
  margin-top: 10px;
  margin-left: 2px;
}
.tab_wrap .txt_list li p {
  text-align: justify;
  letter-spacing: -0.036em;
  line-height: 1.7;
  margin-top: 28px;
}
.tab_wrap .txt_list li p em {
  font-weight: 700;
}
.tab_wrap .img_list {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.tab_wrap .img_list .img_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
}
.tab_wrap .img_list .item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  width: 40.3%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tab_wrap .img_list .item img {
  width: 100%;
  pointer-events: none;
}
.tab_wrap .img_list .item img.pc {
  display: block;
}
.tab_wrap .img_list .item img.m {
  display: none;
}
.tab_wrap .img_list .item span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 22px 6px;
  border-radius: 10px 0 10px 0;
  background-color: rgba(34, 34, 34, 0.8);
  color: #fff;
  font-size: 14px;
  font-family: "Gmarket Sans", "Apple SD Gothic Neo", sans-serif;
  line-height: 1;
}
.tab_wrap .img_list .move {
  position: absolute;
  top: 135px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #E2E2E2;
  font-size: 0;
  text-indent: 99999em;
  overflow: hidden;
  line-height: 0;
  z-index: 2;
}
.tab_wrap .img_list .move:hover {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.tab_wrap .img_list .move::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/ico_move.png) no-repeat center/100% auto;
}
.tab_wrap .img_list .move.prev {
  margin-left: -398px;
}
.tab_wrap .img_list .move.next {
  margin-left: 398px;
}
.tab_wrap .img_list .move.next::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.tab_wrap .img_list .number {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.tab_wrap .img_list .number li {
  font-size: 0;
  text-indent: 99999em;
  overflow: hidden;
  line-height: 0;
  width: 10px;
  height: 10px;
  background-color: #D9D9D9;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
}
.tab_wrap .img_list .number li.swiper-pagination-bullet-active {
  background-color: #2196F3;
}
.tab_wrap .way01 {
  background-image: url(../img/way01_bg.jpg);
}
.tab_wrap .way01 .tab_btn {
  left: 0;
}
.tab_wrap .way01 .tab_btn span {
  letter-spacing: 0.04em;
}
.tab_wrap .way01 .tab_btn.on {
  background-color: #755DFF;
  border-color: #755DFF;
}
.tab_wrap .way01 .tab_conts > strong em {
  color: #5C74F4;
}
.tab_wrap .way01 .txt_line {
  margin-bottom: 60px;
}
.tab_wrap .way01 .txt_line .map {
  width: 269px;
}
.tab_wrap .way01 .txt_line .map span {
  background-size: 100% auto;
  background-image: url(../img/way01_road.png);
  width: 24px;
  height: 0;
  left: 106px;
  top: 14px;
}
.tab_wrap .way01 .txt_line .map .r1 {
  background-image: url(../img/way01_r1.png);
  width: 154px;
  height: 25px;
  left: 121px;
  top: 45px;
}
.tab_wrap .way01 .txt_line .map .r2 {
  background-image: url(../img/way01_r2.png);
  width: 156px;
  height: 25px;
  left: 122px;
  top: 142px;
}
.tab_wrap .way01 .txt_line .map.start span {
  height: 203px;
}
.tab_wrap .way01 .txt_line .map.start .r1 {
  left: 111px;
}
.tab_wrap .way01 .txt_line .map.start .r1 {
  left: 112px;
}
.tab_wrap .way01 .box_list li {
  background-image: url(../img/way01_tab-bg.png);
}
.tab_wrap .way01 .box_list li em {
  color: #021B57;
}
.tab_wrap .way01 .box_list li.b01 em::before {
  background-image: url(../img/way01_tab01.png);
}
.tab_wrap .way01 .box_list li.b02 em::before {
  background-image: url(../img/way01_tab02.png);
}
.tab_wrap .way01 .box_list li.b03 em::before {
  background-image: url(../img/way01_tab03.png);
}
.tab_wrap .way01 .box_list li.b04 em::before {
  background-image: url(../img/way01_tab04.png);
}
.tab_wrap .way01 .txt_list li .img strong em {
  color: #5C74F4;
}
.tab_wrap .way01 .txt_list li .img strong br.m {
  display: none;
}
.tab_wrap .way01 .txt_list li.t1 .img::before {
  background-image: url(../img/way01_txt01.png);
}
.tab_wrap .way01 .txt_list li.t2 .img::before {
  background-image: url(../img/way01_txt02.png);
}
.tab_wrap .way01 .img_list .number li.on {
  background-color: #5C73F5;
}
.tab_wrap .way02 {
  background-image: url(../img/way02_bg.jpg);
}
.tab_wrap .way02 .tab_btn {
  right: 0;
}
.tab_wrap .way02 .tab_btn span {
  letter-spacing: -0.04em;
}
.tab_wrap .way02 .tab_btn.on {
  background-color: #2196F3;
  border-color: #2196F3;
}
.tab_wrap .way02 .tab_conts > strong em {
  color: #2196F3;
}
.tab_wrap .way02 .txt_line {
  margin-bottom: 80px;
}
.tab_wrap .way02 .txt_line .map {
  width: 301px;
}
.tab_wrap .way02 .txt_line .map span {
  background-size: auto 100%;
  background-image: url(../img/way02_road.png);
  width: 0;
  height: 22px;
  left: 8px;
  top: 83px;
}
.tab_wrap .way02 .txt_line .map .r1 {
  background-image: url(../img/way02_r1.png);
  width: 101px;
  height: 92px;
  left: 70px;
  top: -8px;
}
.tab_wrap .way02 .txt_line .map .r2 {
  background-image: url(../img/way02_r2.png);
  width: 80px;
  height: 80px;
  left: 152px;
  top: 108px;
}
.tab_wrap .way02 .txt_line .map.start span {
  width: 282px;
}
.tab_wrap .way02 .txt_line .map.start .r1 {
  top: 2px;
}
.tab_wrap .way02 .txt_line .map.start .r2 {
  top: 98px;
}
.tab_wrap .way02 .box_list li {
  background-image: url(../img/way02_tab-bg.png);
}
.tab_wrap .way02 .box_list li em {
  color: #021B57;
}
.tab_wrap .way02 .box_list li.b01 em::before {
  background-image: url(../img/way02_tab01.png);
}
.tab_wrap .way02 .box_list li.b02 em::before {
  background-image: url(../img/way02_tab02.png);
}
.tab_wrap .way02 .box_list li.b03 em::before {
  background-image: url(../img/way02_tab03.png);
}
.tab_wrap .way02 .box_list li.b04 em::before {
  background-image: url(../img/way02_tab04.png);
}
.tab_wrap .way02 .txt_list li .img strong em {
  color: #258EEB;
}
.tab_wrap .way02 .txt_list li.t1 .img::before {
  background-image: url(../img/way02_txt01.png);
}
.tab_wrap .way02 .txt_list li.t2 .img::before {
  background-image: url(../img/way02_txt02.png);
}
.tab_wrap .way02 .img_list .number li.on {
  background-color: #2196F3;
}

.foot_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  height: 910px;
  background: #111930 url(../img/bg_foot.jpg) no-repeat center/cover;
}
.foot_wrap strong {
  font-family: "Gmarket Sans", "Apple SD Gothic Neo", sans-serif;
  font-size: 75px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
.foot_wrap strong span {
  display: block;
  color: #11CDEF;
}
.foot_wrap p {
  color: #fff;
  text-align: center;
  line-height: 2;
}
.foot_wrap p * {
  display: block;
  font-weight: 700;
}
.foot_wrap p span {
  color: #5BC7F8;
}
.foot_wrap p br.m {
  display: none;
}

@media all and (max-width: 1280px) and (min-width: 787px) {
  body, html {
    font-size: 1.40625vw;
  }
  #uiWrap {
    padding-top: 3.90625vw;
  }
  .page_copyline,
  .page_footline {
    height: 3.90625vw;
  }
  .page_copyline * {
    font-size: 1.25vw;
  }
  .page_copyline p em::before {
    width: 0.625vw;
    height: 0.625vw;
    margin: 0 0.625vw 0.3125vw;
  }
  .page_copyline p em::after {
    margin: 0 0.78125vw;
  }
  .page_footline em::after {
    height: 1.40625vw;
    margin: 0 0.78125vw;
  }
  .kv_wrap {
    height: calc(100vh - 3.90625vw);
  }
  .kv_wrap em {
    font-size: 1.796875vw;
    line-height: 5.15625vw;
    padding: 0.3125vw 3.90625vw 0 3.90625vw;
  }
  .kv_wrap h1 {
    font-size: 5.859375vw;
    margin-top: 2.34375vw;
    margin-bottom: 7.8125vw;
  }
  .kv_wrap button {
    gap: 0.78125vw;
    bottom: 4.6875vw;
    font-size: 0.9375vw;
  }
  .kv_wrap button::before {
    width: 1.953125vw;
    height: 3.125vw;
  }
  .map_wrap {
    height: 74.21875vw;
  }
  .map_wrap p {
    width: 70.3125vw;
    padding-top: 6.25vw;
  }
  .map_wrap strong {
    margin: 3.125vw 0 0.78125vw 0;
    font-size: 3.515625vw;
  }
  .map_wrap ul {
    width: 82.421875vw;
    height: 42.8125vw;
  }
  .map_wrap ul li em {
    height: 2.34375vw;
    padding-top: 0.3125vw;
    font-size: 1.09375vw;
  }
  .map_wrap ul li::after, .map_wrap ul li::before {
    width: 0.46875vw;
    height: 0.46875vw;
    border-width: 0.234375vw;
  }
  .map_wrap ul li.line01 {
    left: 31.875vw;
    bottom: 17.109375vw;
  }
  .map_wrap ul li.line01 em {
    width: 12.5vw;
    left: -3.203125vw;
    top: -3.203125vw;
  }
  .map_wrap ul li.line01 span {
    width: 5.9375vw;
  }
  .map_wrap ul li.line01 span::after {
    height: 0.9375vw;
    background-size: 5.9375vw auto;
  }
  .map_wrap ul li.line01::after {
    left: -0.234375vw;
    top: 0.3125vw;
  }
  .map_wrap ul li.line01::before {
    right: -0.234375vw;
    top: 0.234375vw;
  }
  .map_wrap ul li.line02 {
    right: 32.5vw;
    top: 16.09375vw;
  }
  .map_wrap ul li.line02 em {
    width: 145px;
    left: -66px;
    top: -35px;
  }
  .map_wrap ul li.line02 span {
    height: 3.90625vw;
  }
  .map_wrap ul li.line02 span::after {
    width: 0.9375vw;
    background-size: auto 3.90625vw;
  }
  .map_wrap ul li.line02::after {
    left: -0.234375vw;
    top: -0.390625vw;
  }
  .map_wrap ul li.line02::before {
    left: -0.390625vw;
    bottom: -0.390625vw;
  }
  .map_wrap ul.start li.line01 em {
    top: -3.984375vw;
  }
  .map_wrap ul.start li.line01 span::after {
    width: 5.9375vw;
  }
  .map_wrap ul.start li.line02 em {
    top: -3.515625vw;
  }
  .map_wrap ul.start li.line02 span::after {
    height: 3.90625vw;
  }
  .tab_wrap {
    padding-top: 9.375vw;
  }
  .tab_wrap > div {
    background-size: auto 48.59375vw;
    padding-bottom: 7.8125vw;
  }
  .tab_wrap .tab_btn {
    height: 9.375vw;
    padding-top: 0.78125vw;
    font-size: 2.34375vw;
  }
  .tab_wrap .tab_btn span {
    font-size: 1.40625vw;
  }
  .tab_wrap .tab_conts {
    width: 70.3125vw;
    padding: 7.03125vw 0;
  }
  .tab_wrap .tab_conts > strong {
    font-size: 3.515625vw;
  }
  .tab_wrap .tab_conts > strong em {
    font-size: 1.5625vw;
    margin-bottom: 0.625vw;
  }
  .tab_wrap .txt_line {
    gap: 3.90625vw;
    margin-top: 2.34375vw;
  }
  .tab_wrap .box_list {
    margin: 0 -0.9375vw 6.25vw;
  }
  .tab_wrap .box_list li {
    width: 17.65625vw;
    height: 16.796875vw;
    padding-top: 3.125vw;
    font-size: 2.1875vw;
  }
  .tab_wrap .box_list li em {
    font-size: 1.171875vw;
    margin-bottom: 0.15625vw;
  }
  .tab_wrap .box_list li em::before {
    width: 2.1875vw;
    height: 2.5vw;
    margin: 0 auto 0.625vw;
  }
  .tab_wrap .box_list li span {
    font-size: 1.09375vw;
    margin-top: 0.15625vw;
  }
  .tab_wrap .txt_list {
    gap: 7.8125vw;
  }
  .tab_wrap .txt_list::after {
    height: 27.34375vw;
  }
  .tab_wrap .txt_list li .img {
    gap: 1.09375vw;
  }
  .tab_wrap .txt_list li .img::before {
    width: 15.546875vw;
    height: 12.890625vw;
  }
  .tab_wrap .txt_list li .img strong {
    margin-bottom: 2.34375vw;
    font-size: 1.953125vw;
  }
  .tab_wrap .txt_list li .img strong em {
    font-size: 1.25vw;
    margin-bottom: 1.09375vw;
  }
  .tab_wrap .txt_list li .img strong em::after {
    width: 1.09375vw;
    margin-top: 0.78125vw;
    margin-left: 0.15625vw;
  }
  .tab_wrap .txt_list li p {
    margin-top: 2.1875vw;
  }
  .tab_wrap .img_list .item {
    border-radius: 0.78125vw;
    width: 60.46875vw;
    margin: 0 0.9375vw;
  }
  .tab_wrap .img_list .item span {
    padding: 0.78125vw 1.71875vw 0.46875vw;
    border-radius: 0.78125vw 0 0.78125vw 0;
    font-size: 1.09375vw;
  }
  .tab_wrap .img_list .move {
    top: 10.546875vw;
    width: 3.90625vw;
    height: 3.90625vw;
  }
  .tab_wrap .img_list .move::after {
    width: 1.875vw;
    height: 1.875vw;
  }
  .tab_wrap .img_list .move.prev {
    margin-left: -30vw;
  }
  .tab_wrap .img_list .move.next {
    margin-left: 32.1875vw;
  }
  .tab_wrap .img_list .number {
    gap: 0.78125vw;
    margin-top: 2.34375vw;
  }
  .tab_wrap .img_list .number li {
    width: 0.78125vw;
    height: 0.78125vw;
  }
  .tab_wrap .way01 .txt_line {
    margin-bottom: 4.6875vw;
  }
  .tab_wrap .way01 .txt_line .map {
    width: 21.015625vw;
  }
  .tab_wrap .way01 .txt_line .map span {
    width: 1.875vw;
    left: 8.28125vw;
    top: 1.09375vw;
  }
  .tab_wrap .way01 .txt_line .map .r1 {
    width: 12.03125vw;
    height: 1.953125vw;
    left: 9.453125vw;
    top: 3.515625vw;
  }
  .tab_wrap .way01 .txt_line .map .r2 {
    width: 12.1875vw;
    height: 1.953125vw;
    left: 9.53125vw;
    top: 11.09375vw;
  }
  .tab_wrap .way01 .txt_line .map.start span {
    height: 15.859375vw;
  }
  .tab_wrap .way01 .txt_line .map.start .r1 {
    left: 8.671875vw;
  }
  .tab_wrap .way01 .txt_line .map.start .r1 {
    left: 8.75vw;
  }
  .tab_wrap .way02 .txt_line {
    margin-bottom: 6.25vw;
  }
  .tab_wrap .way02 .txt_line .map {
    width: 23.515625vw;
  }
  .tab_wrap .way02 .txt_line .map span {
    height: 1.71875vw;
    left: 0.625vw;
    top: 6.484375vw;
  }
  .tab_wrap .way02 .txt_line .map .r1 {
    width: 7.890625vw;
    height: 7.1875vw;
    left: 5.46875vw;
    top: -0.625vw;
  }
  .tab_wrap .way02 .txt_line .map .r2 {
    width: 6.25vw;
    height: 6.25vw;
    left: 11.875vw;
    top: 8.4375vw;
  }
  .tab_wrap .way02 .txt_line .map.start span {
    width: 22.03125vw;
  }
  .tab_wrap .way02 .txt_line .map.start .r1 {
    top: 0.15625vw;
  }
  .tab_wrap .way02 .txt_line .map.start .r2 {
    top: 7.65625vw;
  }
  .foot_wrap {
    gap: 2.1875vw;
    height: 71.09375vw;
  }
  .foot_wrap strong {
    font-size: 5.859375vw;
  }
}
@media all and (max-width: 786px) {
  body, html {
    font-size: 4.5801526718vw;
  }
  #uiWrap {
    padding-top: 12.7226463104vw;
  }
  .page_copyline,
  .page_footline {
    height: 12.7226463104vw;
  }
  .page_copyline strong {
    display: block;
    width: 32.5699745547vw;
    height: 3.5623409669vw;
    background: url(../img/logo.png) no-repeat center/100% auto;
    font-size: 0;
    text-indent: 99999em;
    overflow: hidden;
    line-height: 0;
  }
  .page_copyline p {
    display: none;
  }
  .page_footline em::after {
    height: 4.5801526718vw;
    margin: 0 2.5445292621vw;
  }
  .kv_wrap {
    height: calc(100vh - 12.7226463104vw);
  }
  .kv_wrap::before {
    background-size: auto 118%;
  }
  .kv_wrap em {
    border-width: 0.5089058524vw;
    font-size: 3.8167938931vw;
    line-height: 11.7048346056vw;
    padding: 1.0178117048vw 6.106870229vw 0 6.106870229vw;
  }
  .kv_wrap h1 {
    font-size: 10.1781170483vw;
    margin-top: 6.106870229vw;
    margin-bottom: 30.534351145vw;
    line-height: 1.25em;
    letter-spacing: -0.02em;
  }
  .kv_wrap h1 br.m {
    display: block;
  }
  .kv_wrap button {
    gap: 2.5445292621vw;
    bottom: 15.2671755725vw;
    font-size: 3.0534351145vw;
  }
  .kv_wrap button::before {
    width: 6.3613231552vw;
    height: 10.1781170483vw;
  }
  .tab_wrap {
    padding-top: 0;
  }
  .tab_wrap > div {
    position: relative;
    padding-top: 30.534351145vw;
    padding-bottom: 12.7226463104vw;
  }
  .tab_wrap .tab_btn {
    width: 100%;
    height: 30.534351145vw;
    padding-top: 2.5445292621vw;
    font-size: 7.6335877863vw;
    color: #fff;
  }
  .tab_wrap .tab_btn span {
    font-size: 4.5801526718vw;
  }
  .tab_wrap.fixed .tab_btn {
    position: absolute;
    z-index: 1;
  }
  .tab_wrap.fixed .tab_btn.on {
    position: fixed;
    z-index: 11;
  }
  .tab_wrap .tab_conts {
    width: 100%;
    padding: 11.1959287532vw 3.8167938931vw;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left top;
  }
  .tab_wrap .tab_conts > strong {
    font-size: 7.6335877863vw;
  }
  .tab_wrap .tab_conts > strong em {
    font-size: 5.0890585242vw;
    margin-bottom: 2.0356234097vw;
  }
  .tab_wrap .tab_conts > strong br {
    display: block;
  }
  .tab_wrap .txt_line {
    display: block;
    gap: 0;
    margin-top: 11.4503816794vw;
  }
  .tab_wrap .txt_line p {
    letter-spacing: -0.04em;
  }
  .tab_wrap .txt_line .map {
    margin: 0 auto 12.7226463104vw;
  }
  .tab_wrap .box_list {
    margin: 0 -2.0356234097vw 12.7226463104vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tab_wrap .box_list li {
    width: 48.0916030534vw;
    height: 48.3460559796vw;
    padding-top: 10.6870229008vw;
    font-size: 5.0890585242vw;
  }
  .tab_wrap .box_list li em {
    font-size: 3.8167938931vw;
    margin-bottom: 0.5089058524vw;
  }
  .tab_wrap .box_list li em::before {
    width: 7.1246819338vw;
    height: 8.1424936387vw;
    margin-bottom: 1.0178117048vw;
  }
  .tab_wrap .box_list li span {
    font-size: 3.0534351145vw;
    margin-top: 0.5089058524vw;
  }
  .tab_wrap .txt_list {
    gap: 7.6335877863vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tab_wrap .txt_list::after {
    display: none;
  }
  .tab_wrap .txt_list li {
    width: 100%;
  }
  .tab_wrap .txt_list li .img {
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .tab_wrap .txt_list li .img::before {
    width: 40.7124681934vw;
    height: 30.534351145vw;
  }
  .tab_wrap .txt_list li .img strong {
    margin-bottom: 0;
    font-size: 5.8524173028vw;
  }
  .tab_wrap .txt_list li .img strong em {
    font-size: 4.3256997455vw;
    margin-bottom: 3.5623409669vw;
  }
  .tab_wrap .txt_list li .img strong em::after {
    width: 3.5623409669vw;
    margin-top: 2.5445292621vw;
    margin-left: 0.5089058524vw;
  }
  .tab_wrap .txt_list li p {
    margin-top: 6.106870229vw;
    letter-spacing: -0.03em;
  }
  .tab_wrap .txt_list li p br {
    display: none;
  }
  .tab_wrap .img_list .img_slide {
    margin: 0 7.6335877863vw;
    width: calc(100% - 15.2671755725vw);
    overflow: hidden;
  }
  .tab_wrap .img_list .item {
    border-radius: 2.5445292621vw;
    width: 100%;
    margin: 0;
  }
  .tab_wrap .img_list .item img.pc {
    display: none;
  }
  .tab_wrap .img_list .item img.m {
    display: block;
  }
  .tab_wrap .img_list .item span {
    padding: 2.5445292621vw 5.0890585242vw 1.5267175573vw;
    border-radius: 2.5445292621vw 0 2.5445292621vw 0;
    font-size: 3.5623409669vw;
  }
  .tab_wrap .img_list .move {
    top: 21.8829516539vw;
    width: 12.7226463104vw;
    height: 12.7226463104vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .tab_wrap .img_list .move::after {
    width: 6.106870229vw;
    height: 6.106870229vw;
  }
  .tab_wrap .img_list .move.prev {
    margin-left: 0;
    left: 1.272264631vw;
  }
  .tab_wrap .img_list .move.next {
    margin-left: 0;
    right: 1.272264631vw;
    left: auto;
  }
  .tab_wrap .img_list .number {
    gap: 2.5445292621vw;
    margin-top: 5.0890585242vw;
  }
  .tab_wrap .img_list .number li {
    width: 2.5445292621vw;
    height: 2.5445292621vw;
  }
  .tab_wrap .way01 {
    background: none;
  }
  .tab_wrap .way01 .tab_btn {
    background-color: #755DFF;
    border-color: #755DFF;
  }
  .tab_wrap .way01 .tab_conts {
    background-image: url(../img/m/way01_bg.jpg);
  }
  .tab_wrap .way01 .txt_line {
    margin-bottom: 10.1781170483vw;
  }
  .tab_wrap .way01 .txt_line .map {
    width: 68.4478371501vw;
  }
  .tab_wrap .way01 .txt_line .map span {
    width: 6.106870229vw;
    left: 26.9720101781vw;
    top: 3.5623409669vw;
  }
  .tab_wrap .way01 .txt_line .map .r1 {
    width: 39.1857506361vw;
    height: 6.3613231552vw;
    left: 30.7888040712vw;
    top: 11.4503816794vw;
  }
  .tab_wrap .way01 .txt_line .map .r2 {
    width: 39.6946564885vw;
    height: 6.3613231552vw;
    left: 31.0432569975vw;
    top: 36.1323155216vw;
  }
  .tab_wrap .way01 .txt_line .map.start span {
    height: 51.6539440204vw;
  }
  .tab_wrap .way01 .txt_line .map.start .r1 {
    left: 28.2442748092vw;
  }
  .tab_wrap .way01 .txt_line .map.start .r1 {
    left: 28.4987277354vw;
  }
  .tab_wrap .way01 .txt_list li .img strong br {
    display: none;
  }
  .tab_wrap .way01 .txt_list li .img strong br.m {
    display: block;
  }
  .tab_wrap .way01 .txt_list li.t1 .img::before {
    background-image: url(../img/m/way01_txt01.png);
  }
  .tab_wrap .way01 .txt_list li.t2 .img::before {
    background-image: url(../img/m/way01_txt02.png);
  }
  .tab_wrap .way02 {
    background: none;
  }
  .tab_wrap .way02 .tab_btn {
    background-color: #2196F3;
    border-color: #2196F3;
    z-index: 12;
  }
  .tab_wrap .way02 .tab_conts {
    background-image: url(../img/m/way02_bg.jpg);
  }
  .tab_wrap .way02 .txt_line {
    margin-bottom: 10.1781170483vw;
  }
  .tab_wrap .way02 .txt_line .map {
    width: 76.5903307888vw;
  }
  .tab_wrap .way02 .txt_line .map span {
    height: 5.5979643766vw;
    left: 2.0356234097vw;
    top: 21.1195928753vw;
  }
  .tab_wrap .way02 .txt_line .map .r1 {
    width: 25.6997455471vw;
    height: 23.4096692112vw;
    left: 17.8117048346vw;
    top: -2.0356234097vw;
  }
  .tab_wrap .way02 .txt_line .map .r2 {
    width: 20.3562340967vw;
    height: 20.3562340967vw;
    left: 38.6768447837vw;
    top: 27.4809160305vw;
  }
  .tab_wrap .way02 .txt_line .map.start span {
    width: 71.7557251908vw;
  }
  .tab_wrap .way02 .txt_line .map.start .r1 {
    top: 0.5089058524vw;
  }
  .tab_wrap .way02 .txt_line .map.start .r2 {
    top: 24.9363867684vw;
  }
  .tab_wrap .way02 .txt_list li.t1 .img::before {
    background-image: url(../img/m/way02_txt01.png);
  }
  .tab_wrap .way02 .txt_list li.t2 .img::before {
    background-image: url(../img/m/way02_txt02.png);
  }
  .map_wrap {
    height: auto;
    padding: 12.7226463104vw 3.8167938931vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: none;
  }
  .map_wrap p {
    width: 100%;
    margin: 5.0890585242vw 0 0 0;
    padding-top: 0;
    letter-spacing: -0.05em;
  }
  .map_wrap strong {
    margin: 0;
    text-align: left;
    font-size: 7.8880407125vw;
  }
  .map_wrap strong br {
    display: block;
  }
  .map_wrap ul {
    width: 99.7455470738vw;
    height: 108.6513994911vw;
    margin: 0 0 0 -3.8167938931vw;
    background-image: url(../img/m/bg_view.png);
  }
  .map_wrap ul li em {
    height: 7.6335877863vw;
    padding-top: 0;
    font-size: 3.5623409669vw;
  }
  .map_wrap ul li::after, .map_wrap ul li::before {
    width: 1.5267175573vw;
    height: 1.5267175573vw;
    border-width: 0.7633587786vw;
  }
  .map_wrap ul li.line01 {
    left: 26.7175572519vw;
    bottom: 43.2569974555vw;
  }
  .map_wrap ul li.line01 span {
    width: 15.5216284987vw;
  }
  .map_wrap ul li.line01 span::after {
    height: 2.5445292621vw;
    background-size: 15.5216284987vw auto;
  }
  .map_wrap ul li.line01::after {
    left: -1.272264631vw;
    top: 0.7633587786vw;
  }
  .map_wrap ul li.line01::before {
    right: -1.272264631vw;
    top: 0.2544529262vw;
  }
  .map_wrap ul li.line02 {
    right: 26.7175572519vw;
    top: 40.7124681934vw;
  }
  .map_wrap ul li.line02 span {
    height: 10.4325699746vw;
  }
  .map_wrap ul li.line02 span::after {
    width: 2.5445292621vw;
    background-size: auto 10.4325699746vw;
  }
  .map_wrap ul li.line02::after {
    left: -0.7633587786vw;
    top: -1.272264631vw;
  }
  .map_wrap ul li.line02::before {
    left: -1.5267175573vw;
    bottom: -1.272264631vw;
  }
  .map_wrap ul.start li.line01 em {
    top: -12.9770992366vw;
  }
  .map_wrap ul.start li.line01 span::after {
    width: 15.5216284987vw;
  }
  .map_wrap ul.start li.line02 em {
    top: -11.4503816794vw;
  }
  .map_wrap ul.start li.line02 span::after {
    height: 10.4325699746vw;
  }
  .foot_wrap {
    gap: 6.3613231552vw;
    height: 221.3740458015vw;
    background-image: url(../img/m/bg_foot.jpg);
  }
  .foot_wrap strong {
    font-size: 10.1781170483vw;
  }
  .foot_wrap p {
    text-align: justify;
    padding: 0 3.8167938931vw;
    line-height: 1.7;
    letter-spacing: -0.05em;
  }
  .foot_wrap p em,
  .foot_wrap p span {
    display: inline;
  }
  .foot_wrap p br {
    display: none;
  }
  .foot_wrap p br.none,
  .foot_wrap p br.m {
    display: block;
  }
}