@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-Regular.woff2") format("woff2"), url("../font/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: pretendard;
  src: url("../font/Pretendard-Bold.woff2") format("woff2"), url("../font/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: pretendard;
  src: url("../font/Pretendard-Black.woff2") format("woff2"), url("../font/Pretendard-Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
div {
  word-break: keep-all;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

body * {
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  cursor: pointer;
}

html {
  font-size: 6.25%;
  line-height: 1.285;
}

::-moz-selection {
  background: #004597;
  color: #fff;
}

::selection {
  background: #004597;
  color: #fff;
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-thumb {
  height: 30%;
  background: #3f72af;
  border-radius: 10px;
}

body::-webkit-scrollbar-track {
  background: rgba(33, 122, 244, 0.1);
}

body {
  font-family: "Pretendard";
  overflow-x: hidden;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

p {
  line-height: 200%;
  font-size: 16rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

header,
main {
  width: 100vw;
}

.screen-out {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
}

.title_small {
  font-size: 56rem;
}

.title_big {
  font-size: 96rem;
}

.color_main {
  color: #004597;
}

.sec article .dv-title {
  text-align: left;
  margin-bottom: 80px;
}

input,
textarea {
  outline: #004597;
}

.btn {
  position: relative;
  font-size: 16rem;
  width: 200px;
  height: 58px;
  line-height: 58px;
  text-align: center;
}

.btn-blue {
  width: 110px;
  height: 35px;
  line-height: 35px;
  border-radius: 17.5px;
  text-align: center;
  color: #fff;
  background-color: #004597;
  transition: 0.3s;
  border: 0;
  margin: 0px 2.5px;
}

.btn-line {
  border-radius: 25px;
  border: 1px solid #ddd;
  background-color: #fff;
  transition: 0.3s;
  overflow: hidden;
  transition: 0.3s;
  z-index: 0;
}
.btn-line:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  background-color: #004597;
  transform: translate(-90px, 80px);
  transition: 0.3s;
  z-index: -1;
}
.btn-line:hover {
  background-color: transparent;
  border-color: #004597;
  color: #fff;
}
.btn-line:hover:before {
  transform: translate(-90px, -2px);
}

.textA_left {
  text-align: left;
}

.textA_center {
  text-align: center;
}

header {
  left: 0;
  height: 80px;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.5607843137);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-bottom: 1px solid #fff;
  transition: all 0.3s;
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  top: -80px;
}
header > .header_wrap {
  display: flex;
  height: 80px;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
  position: relative;
  max-width: 1300rem;
  margin: 0 auto;
}
header > .header_wrap h1 {
  width: 100rem;
}
header > .header_wrap > div {
  display: flex;
}
header.fixed {
  top: 0;
}
header .headermnu-left img {
  width: 150px;
}
header .headermnu-right {
  font-size: 16rem;
}
header .headermnu-right a {
  width: 120px;
  height: 42px;
  line-height: 42px;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  background-color: #004597;
  transition: 0.3s;
  border: 0;
}
header .headermnu-right a:hover {
  background-color: #3f72af;
}
header .headermnu-right a:first-child {
  margin-right: 20px;
}
header .headermnu-right .gnb-btn {
  margin-left: 10px;
  width: 30px;
  border: 0;
  background-color: transparent;
  background: url(../image/icons/list.svg) no-repeat center center;
  background-size: cover;
}
header .headermnu-right .gnb-btn.on {
  background-image: url(../image/icons/x-black.svg);
}
header .gnb_wrap {
  overflow: hidden;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  transform: translateY(-450px);
  background-color: rgba(255, 255, 255, 0.3764705882);
  border-bottom: 1px solid #ddd;
  transition: 0.3s;
  z-index: 3;
}
header .gnb_wrap.on {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
header .gnb {
  max-width: 1300rem;
  margin: 0 auto;
  display: flex;
  z-index: 99999;
  height: -moz-max-content;
  height: max-content;
  font-size: 16rem;
  line-height: 100px;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  transition: 0.3s;
}
header .gnb li {
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
header .gnb li::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-200%, 14px);
  height: 2px;
  width: 100%;
  background-color: #004597;
  transition: 0.3s;
  opacity: 0;
}
header .gnb li:hover {
  color: #004597;
  font-weight: bold;
}
header .gnb li:hover::after {
  opacity: 1;
  transform: translate(-50%, 14px);
}

.dv-contact {
  z-index: 9999;
  position: fixed;
  bottom: 10%;
  right: 20px;
}
.dv-contact a {
  width: 60px;
  height: 60px;
  display: inline-block;
  background-color: #3f72af;
  border-radius: 50%;
  background-image: url(../image/icons/mail.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center center;
  transition: 0.3s;
}
.dv-contact a:hover {
  background-color: #004597;
  width: 120px;
  border-radius: 30px;
}

footer {
  background-color: #222;
  color: #fff;
  padding: 40px;
  margin-top: 240px;
}
footer p {
  text-align: center;
  font-size: 14rem;
}
footer address {
  max-width: 1300rem;
  margin: 0 auto;
}
footer address p {
  text-align: right;
  font-style: normal;
}

.sec article {
  padding-top: 150px;
  padding-bottom: 150px;
}
.sec article .dv-title {
  margin-bottom: 80px;
  font-size: 56rem;
}

.sec article > div {
  width: 100%;
  max-width: 1300rem;
  margin: 0 auto;
}

@media (min-width: 1024px) and (max-width: 1399px) {
  article > div[class$=_wrap],
  .header_wrap {
    padding: 0px 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  article > div[class$=_wrap],
  .header_wrap {
    padding: 0px 40px;
  }
}
@media (min-width: 530px) and (max-width: 767px) {
  article > div[class$=_wrap],
  .header_wrap {
    padding: 0px 40px;
  }
  header .gnb {
    flex-direction: column;
    line-height: 50px !important;
  }
  .title_small,
  .sec article .dv-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 529px) {
  article > div[class$=_wrap],
  .header_wrap {
    padding: 0px 40px;
  }
  .title_small,
  .sec article .dv-title {
    font-size: 36px;
  }
  header .gnb {
    flex-direction: column;
    line-height: 50px !important;
  }
  header .headermnu-left img {
    width: 100px;
  }
  header .headermnu-right a {
    width: 80px;
    height: 30px;
    line-height: 30px;
  }
  header .headermnu-right a:first-child {
    margin-right: 10px;
  }
  header .headermnu-right .btn {
    width: 80px;
    height: 30px;
    line-height: 30px;
  }
  .btn {
    font-size: 14rem;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
}
@keyframes btn-motion4 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: -100% 50%;
  }
  100% {
    background-position: -200% 50%;
  }
}
@keyframes main {
  0% {
    clip-path: circle(0%);
  }
  100% {
    clip-path: circle(100%);
  }
}
@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(500px);
  }
  60% {
    opacity: 0.4;
    transform: translateY(250px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes slide-in-right {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.fade-in {
  opacity: 0;
  animation: fade-in 2s linear both;
  animation-timeline: view();
  animation-range: entry 20% cover 30%;
}

.slide-up {
  opacity: 0;
  transform: translateY(500px);
  animation: slide-up 2s linear both;
  animation-timeline: view();
  animation-range: entry 20% cover 40%;
}

.slide-in-left {
  opacity: 0;
  transform: translateX(-100px);
  animation: slide-in-left 2s linear both;
  animation-timeline: view();
  animation-range: entry 30% cover 30%;
}

.slide-in-right {
  opacity: 0;
  transform: translateX(100px);
  animation: slide-in-right 2s linear both;
  animation-timeline: view();
  animation-range: entry 30% cover 30%;
}

header {
  position: fixed;
}
header.on {
  border-bottom: 0;
  background-color: transparent;
}
a#topBtn {
  position: fixed;
  right: 5%;
  bottom: 100px;
  display: none;
  z-index: 100;
  width: 50px;
  height: 50px;
  background-color: #004597;
  border-radius: 50%;
  text-align: center;
}
a#topBtn i {
  line-height: 50px;
  font-size: 24rem;
  color: #fff;
}
a#topBtn.on {
  display: block;
}

.cursor_viewmore {
  display: none;
}

.sec article {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
}

.sec article:first-child {
  position: sticky;
  top: 0;
  padding-top: 0;
  overflow: hidden;
  padding: 0;
}

.sec article:last-child,
.sec article:first-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (hover: none) {
  .sec article {
    margin-bottom: 0;
    min-height: unset;
  }
  article:not(:first-child) > div[class$=_wrap] {
    min-height: unset;
  }
}
@media (min-width: 1920px) {
  .main-screen video {
    width: 100%;
  }
}
.main-screen .overlay {
  position: absolute;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  max-width: none;
}
.main-screen video {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-screen video[poster] {
  width: 100%;
  height: 100%;
}

.main_wrap {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  max-height: 100vh;
  justify-content: flex-start;
}

.main_title {
  position: absolute;
  color: #fff;
}
.main_title .title_big {
  margin: 10px 0 0 0;
}
.main_title .main_text.title_small {
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}

.scroll {
  position: absolute;
  height: 76px;
  left: 50%;
  top: 90%;
  transform: translate(-50%, -50%);
}
.scroll p {
  transform: translateY(70px);
  color: #fff;
  text-align: center;
}

.btn-motion4,
.btn-motion4:before {
  position: absolute;
  left: 50%;
}

.btn-motion4 {
  width: 30px;
  height: 60px;
  margin-left: -15px;
  top: 50%;
  margin-top: -30px;
  box-shadow: inset 0 0 0 1px #ffffff;
  border-radius: 30px;
}

.btn-motion4:before {
  content: "";
  width: 1px;
  height: 11px;
  background: #ffffff;
  top: 8px;
  border-radius: 4px;
  animation: btn-motion4 1.5s ease-in-out infinite;
}

.pin-spacer:has(.intro) {
  background-color: #fff;
}

.intro {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.intro > .intro_wrap .dv-intro-grid {
  display: flex;
  margin-bottom: 20px;
  margin-left: -40px;
  padding-top: 40px;
}
.intro > .intro_wrap .dv-intro-grid > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  padding: 40px;
  transition: 0.3s;
  text-align: center;
  height: 250px;
  width: 400px;
  max-width: 100%;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.intro > .intro_wrap .dv-intro-grid > div:nth-child(2) {
  margin-top: 150px;
}
.intro > .intro_wrap .dv-intro-grid > div:nth-child(4) {
  margin-top: 150px;
}
.intro > .intro_wrap .dv-intro-grid > div:nth-child(6) {
  margin-top: 150px;
}
.intro > .intro_wrap .dv-intro-grid > div .dv-intro-grid-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0.4);
  z-index: -1;
  transition: 0.3s;
}
.intro > .intro_wrap .dv-intro-grid > div:nth-child(1) .dv-intro-grid-bg {
  background-image: url(../image/bg01.jpg);
}
.intro > .intro_wrap .dv-intro-grid > div:nth-child(2) .dv-intro-grid-bg {
  background-image: url(../image/bg02.jpg);
}
.intro > .intro_wrap .dv-intro-grid > div:nth-child(3) .dv-intro-grid-bg {
  background-image: url(../image/bg03.jpg);
}
.intro > .intro_wrap .dv-intro-grid > div:nth-child(4) .dv-intro-grid-bg {
  background-image: url(../image/bg04.jpg);
}
.intro > .intro_wrap .dv-intro-grid > div:nth-child(5) .dv-intro-grid-bg {
  background-image: url(../image/bg05.jpg);
}
.intro > .intro_wrap .dv-intro-grid > div:nth-child(6) .dv-intro-grid-bg {
  background-image: url(../image/bg06.jpg);
}
.intro > .intro_wrap .dv-intro-grid > div + div {
  margin-left: 40px;
}
.intro > .intro_wrap .dv-intro-grid > div:hover {
  transform: translateY(-20px);
}
.intro > .intro_wrap .dv-intro-grid > div:hover .dv-intro-grid-bg {
  transform: scale(1.2);
}
.intro > .intro_wrap .dv-intro-grid > div img {
  width: 100px;
  margin-bottom: 20px;
}
.intro > .intro_wrap .dv-intro-grid > div h5 {
  text-align: center;
  font-size: 24rem;
}

.art-his .dv-his_list ul li h5 {
  font-size: 24rem;
  margin-bottom: 20px;
}
.art-his .dv-his_list ul li > div {
  padding: 40px;
  width: 50%;
  border-right: 3px solid #3f72af;
  text-align: right;
}
.art-his .dv-his_list ul li > div > * {
  transform: translateY(-4px);
}
.art-his .dv-his_list ul li > div ul {
  font-size: 16rem;
  line-height: 36px;
}
.art-his .dv-his_list ul li > div ul li {
  line-height: 1.6;
  margin-bottom: 14px;
  opacity: 0;
  transform: translateY(500px);
  animation: slide-up 2s linear both;
  animation-timeline: view();
  animation-range: entry 20% cover 30%;
}
.art-his .dv-his_list ul li > div ul li button {
  margin: 0px 10px;
  font-size: 16rem;
  width: 85px;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  border: 1px solid #3f72af;
  background-color: transparent;
  color: #3f72af;
  transition: 0.3s;
}
.art-his .dv-his_list ul li > div ul li button:hover {
  color: #fff;
  background-color: #3f72af;
  border-color: transparent;
}
.art-his .dv-his_list ul li > div:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #3f72af;
  transform: translateX(34px);
}
.art-his .dv-his_list ul li .dv-his_left {
  width: calc(50% - 3px);
  text-align: left;
  transform: translateX(100%);
  border-right: 0px;
  border-left: 3px solid #3f72af;
}
.art-his .dv-his_list ul li .dv-his_left:before {
  transform: translateX(-49px);
}
.art-his .dv-his_list ul li .dv-his_left:first-of-type {
  padding-top: 0;
}

.dv-his_list div {
  position: relative;
}
.dv-his_list div.dv-his_left .dv-his_img {
  left: -90%;
  transform: translate(50%, -50%) !important;
}
.dv-his_list div .dv-his_img {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  max-height: 100%;
  aspect-ratio: 4/3;
  top: 50%;
  right: -90%;
  transform: translate(-50%, -50%) !important;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}
.dv-his_list div .dv-his_img::after {
  box-shadow: inset 0px 0px 10px 1px #000;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.dv-his_list div .dv-his_img img {
  transform: translateY(20%);
  height: 200%;
}

.dv-his_img_wrap {
  display: none;
  visibility: hidden;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.dv-his_img_wrap div {
  display: none;
}
.dv-his_img_wrap div .his_cls {
  height: 30px;
  width: 30px;
  background-size: cover;
  background-image: url("../image/icons/x.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.dv-his_img_wrap.active {
  position: fixed;
  visibility: visible;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dv-his_img_wrap.active div.active {
  display: block;
  position: absolute;
  height: 90%;
}
.dv-his_img_wrap.active div.active img {
  height: 100%;
}
.dv-his_img_wrap.active div.active button {
  border: none;
  background-color: transparent;
  font-size: 24rem;
  color: #fff;
  z-index: 9999;
}

.project {
  position: relative;
  text-align: center;
}
.project > .project_wrap .prj {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
.project > .project_wrap .prj a {
  border: 1px solid #eee;
  height: 100px;
  flex-shrink: 0;
  text-align: center;
  padding: 20px 40px;
  background-color: #fff;
  overflow: hidden;
  cursor: default;
  opacity: 0;
  transform: translateY(500px);
  animation: slide-up 2s linear both;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}
.project > .project_wrap .prj a.a-with-link {
  cursor: pointer;
}
.project > .project_wrap .prj a.a-with-link:hover img {
  transform: scale(1.2);
}
.project > .project_wrap .prj a img {
  width: 100%;
  max-width: 300px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s;
}
.project .prj_more {
  display: none;
}

.sec .route {
  min-height: unset;
}
.sec .route .route_wrap .dv-route_flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: center;
}
.sec .route .route_wrap div {
  width: 50%;
}
.sec .route .route_wrap div.route_text div {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
}
.sec .route .route_wrap div strong.color_main {
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 32rem;
}
.sec .route .route_wrap div p {
  font-size: 24rem;
}
.sec .route .route_wrap .map {
  max-width: 640px;
}
.sec .route .route_wrap .map img {
  width: 100%;
}
.sec .route .route_wrap .link_wrap {
  margin-top: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.sec .route .route_wrap .link_wrap a {
  margin: 0px 10px;
}
.sec .route .route_wrap .link_wrap a.btn-line:hover {
  background-color: transparent;
}
.sec .route .route_wrap .link_wrap a.btn-line:hover:before {
  transform: translate(-67px, -2px);
}
.sec .route .route_wrap .link_wrap a.btn-line:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  transform: translate(-67px, 80px);
  z-index: -2;
}
.sec .route .route_wrap .link_wrap a.btn-line:first-of-type:hover {
  border-color: #ffea01;
  color: #222;
}
.sec .route .route_wrap .link_wrap a.btn-line:first-of-type:hover:before {
  background-color: #ffea01;
}
.sec .route .route_wrap .link_wrap a.btn-line:nth-of-type(2):hover:hover {
  border-color: #2eb500;
  color: #fff;
}
.sec .route .route_wrap .link_wrap a.btn-line:nth-of-type(2):hover:hover:before {
  background-color: #2eb500;
}
.sec .route .route_wrap .link_wrap a.btn-line:last-of-type:hover:hover {
  border-color: #ea4235;
  color: #fff;
}
.sec .route .route_wrap .link_wrap a.btn-line:last-of-type:hover:hover:before {
  background-color: #ea4235;
}
.sec .route .route_wrap > p {
  width: 100%;
  font-size: 14rem;
  color: #737373;
  text-align: center;
}
.sec .route .route_wrap .dv-public-transport {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.sec .route .route_wrap .dv-public-transport div {
  text-align: center;
  width: calc(50% - 20px);
}
.sec .route .route_wrap .dv-public-transport div img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec .route .route_wrap .dv-public-transport .color_main {
  width: 100%;
  margin-bottom: 40px;
}

.docSlider-inner {
  min-height: 100vh !important;
}

/* CHANGE THE PAGER STYLE */
.docSlider-pager {
  position: fixed;
  z-index: 100;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

/* CHANGE THE BUTTON STYLE */
.docSlider-button {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  margin: 10px 0;
  background-color: #3f72af;
  opacity: 0.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-sizing: border-box;
  transition: 0.3s;
}
.docSlider-button.selected {
  opacity: 1;
  transform: scale(1.3);
  border: 1px solid #3f72af;
  background: #fff;
}
.docSlider-button.selected::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  transform: translate(-0.5px, -2.5px);
  background-color: #3f72af;
}
.docSlider-button:active {
  outline: none;
}

.dv-error {
  max-width: 1440px;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  padding: 0px 20px;
}
.dv-error a {
  width: 200px;
  margin-bottom: 20px;
}

.dv-error p {
  text-align: center;
  font-size: 20px;
}

.dv-error .dv-error-btn {
  margin-top: 20px;
}

.dv-error .dv-error-btn button {
  width: 120px;
  height: 45px;
  line-height: 45px;
  margin-right: 5px;
}

@media (min-width: 1024px) and (max-width: 1399px) {
  article > div[class$=_wrap] {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1280px) {
  .sec article {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sec article .dv-title {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .main_title {
    padding: 0px 40px;
  }
  .main_title .title_big {
    font-size: 82rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sec article {
    min-height: 100vh;
    margin-bottom: 0px;
  }
  article > div[class$=_wrap],
  .main_title {
    padding: 0px 20px;
  }
  .intro > .intro_wrap .dv-intro-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .intro > .intro_wrap .dv-intro-grid:last-child div:nth-child(4) {
    grid-column: 1/2;
  }
  .intro > .intro_wrap .dv-intro-grid:last-child div:nth-child(5) {
    grid-column: 2/3;
  }
  .intro > .intro_wrap .dv-intro-grid:last-child div:nth-child(6) {
    grid-column: 3/4;
  }
  .project > .project_wrap .prj {
    grid-template-columns: repeat(2, 1fr);
  }
  .route .route_wrap {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
  }
  .route .route_wrap div {
    width: 100%;
  }
}
@media (min-width: 530px) and (max-width: 767px) {
  .sec article {
    min-height: 100vh;
    margin-bottom: 0px;
  }
  article > div[class$=_wrap],
  .main_title {
    padding: 0px 20px;
  }
  .main_wrap {
    justify-content: center;
  }
  .intro > .intro_wrap .dv-intro-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .intro > .intro_wrap .dv-intro-grid > div img {
    width: 70px;
  }
  .intro > .intro_wrap .dv-intro-grid:last-child div:first-child {
    grid-column: 1/2;
  }
  .intro > .intro_wrap .dv-intro-grid:last-child div:nth-child(2) {
    grid-column: 2/3;
  }
  .intro > .intro_wrap .dv-intro-grid:last-child div:nth-child(3) {
    grid-column: 1/2;
  }
  .intro > .intro_wrap .dv-intro-grid:last-child div:nth-child(4) {
    grid-column: 2/3;
  }
  .intro > .intro_wrap .dv-intro-grid:last-child div:nth-child(5) {
    grid-column: 1/2;
  }
  .intro > .intro_wrap .dv-intro-grid:last-child div:last-child {
    grid-column: 2/3;
  }
  .art-his .dv-his_list ul li > div ul li button {
    float: none;
  }
  .dv-his_img_wrap.active div.active img {
    max-width: calc(100% - 40px);
    height: auto;
  }
  .project > .project_wrap .prj {
    grid-template-columns: repeat(2, 1fr);
  }
  .sec .route .route_wrap {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
  }
  .sec .route .route_wrap div {
    width: 100%;
  }
  .sec .route .route_wrap div .color_main {
    font-size: 28px !important;
  }
  .sec .route .route_wrap div p {
    font-size: 18px !important;
  }
  .sec .route .route_wrap .dv-route_flex {
    flex-direction: column-reverse;
  }
  .sec .route .route_wrap .dv-route_flex .map {
    margin-bottom: 40px;
  }
  .sec .route .route_wrap .dv-public-transport {
    flex-direction: column;
  }
  .sec .route .route_wrap .dv-public-transport div {
    width: 100%;
    margin-bottom: 40px;
  }
  .title_big {
    font-size: 64px;
  }
  .title_small,
  .sec article .dv-title {
    font-size: 36px;
  }
  article > div[class$=_wrap],
  .header_wrap {
    padding: 0px 20px;
  }
  .art-his .dv-his_list ul li > div {
    width: 100% !important;
    border-width: 0px 0px 0px 3px !important;
    border-color: #3f72af;
    border-style: solid;
    text-align: left;
    padding-right: 0px;
  }
  .art-his .dv-his_list ul li > div::before {
    transform: translateX(-49px);
  }
  .art-his .dv-his_list ul li > div.dv-his_left {
    transform: translateX(0);
  }
  .art-his .dv-his_list ul li > div:not(.dv-his_left) .li_button {
    display: flex;
  }
}
@media screen and (max-width: 529px) {
  @keyframes slide-up {
    0% {
      opacity: 0;
      transform: translateY(200px);
    }
    60% {
      opacity: 0.4;
      transform: translateY(100px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .slide-up {
    opacity: 0;
    transform: translateY(200px);
    animation: slide-up 2s linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 20%;
  }
  .fade-in {
    opacity: 0;
    animation: fade-in 2s linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 20%;
  }
  .sec article {
    margin-bottom: 0px;
  }
  header > .header_wrap {
    padding: 0px 20px;
  }
  article > div[class$=_wrap],
  .main_title {
    padding: 0px 20px;
  }
  article:not(:first-child) > div[class$=_wrap] {
    padding-bottom: 0;
  }
  .title_big {
    font-size: 52px;
  }
  .title_small,
  .sec article .dv-title {
    font-size: 36px;
  }
  .sec .main_title .title_small {
    font-size: 28px;
  }
  .sec .main_title .title_big {
    font-size: 42px;
  }
  .main_wrap {
    justify-content: center;
  }
  .intro > .intro_wrap .dv-intro-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .intro > .intro_wrap .dv-intro-grid > div img {
    width: 70px;
  }
  .intro > .intro_wrap .dv-intro-grid:last-child {
    grid-column: 1/2;
  }
  .intro > .intro_wrap .dv-intro-grid:last-child div:first-child {
    grid-column: 1/2;
  }
  .intro > .intro_wrap .dv-intro-grid:last-child div:nth-child(3) {
    grid-column: 1/2;
  }
  .intro > .intro_wrap .dv-intro-grid:last-child div:nth-child(4) {
    grid-column: 1/2;
  }
  .intro > .intro_wrap .dv-intro-grid:last-child div:nth-child(5) {
    grid-column: 1/2;
  }
  .intro > .intro_wrap .dv-intro-grid:last-child div:last-child {
    grid-column: 1/2;
  }
  .art-his .dv-his_list ul li > div {
    width: 100% !important;
    border-width: 0px 0px 0px 3px !important;
    border-color: #3f72af;
    border-style: solid;
    text-align: left;
    padding: 10px;
    padding-right: 0px;
  }
  .art-his .dv-his_list ul li > div::before {
    transform: translateX(-19px) !important;
  }
  .art-his .dv-his_list ul li > div.dv-his_left {
    transform: translateX(0);
  }
  .art-his .dv-his_list ul li > div:not(.dv-his_left) .li_button {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .art-his .dv-his_list ul li > div .li_button {
    clear: both;
  }
  .art-his .dv-his_list ul li > div .li_button button {
    width: 70px;
    height: 28px;
    line-height: 28px;
    margin-top: 4px;
    font-size: 14rem;
    float: none;
    order: 1;
  }
  .art-his .dv-his_list ul li > div ul li button {
    float: none;
  }
  .dv-his_img_wrap.active div.active {
    height: auto;
  }
  .dv-his_img_wrap.active div.active img {
    max-width: calc(100% - 40px);
    height: auto;
  }
  .project > .project_wrap .prj {
    grid-template-columns: repeat(1, 1fr);
  }
  .project > .project_wrap .prj a.d-none {
    display: none;
  }
  .project > .project_wrap .prj_more {
    margin: 10px auto 0px auto;
    display: block;
  }
  .sec .route .route_wrap {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
  }
  .sec .route .route_wrap div {
    width: 100%;
  }
  .sec .route .route_wrap div .color_main {
    font-size: 24px !important;
  }
  .sec .route .route_wrap div p {
    font-size: 16px !important;
  }
  .sec .route .route_wrap .dv-route_flex {
    flex-direction: column-reverse;
  }
  .sec .route .route_wrap .dv-route_flex .map {
    margin-bottom: 40px;
  }
  .sec .route .route_wrap .dv-public-transport {
    flex-direction: column;
  }
  .sec .route .route_wrap .dv-public-transport div {
    width: 100%;
    margin-bottom: 40px;
  }
  .sec .route .route_wrap .link_wrap {
    margin-top: 20px;
    flex-direction: column;
    gap: 5px;
  }
  .dv-error p {
    font-size: 16px;
  }
  .dv-error .dv-error-btn {
    margin-top: 10px;
  }
  .dv-error .dv-error-btn button {
    width: 120px;
    height: 45px;
    line-height: 45px;
    margin-right: 5px;
  }
}
@media (pointer: fine) {
  .cursor_viewmore {
    display: block;
    z-index: 3;
    position: fixed;
    margin: -85px 0 0 -85px;
    pointer-events: none;
  }
  .cursor_viewmore[data-cursor=on] .txt {
    opacity: 1;
    z-index: 3;
  }
  .cursor_viewmore[data-cursor=on] .pointer {
    transform: scale(1);
  }
  .cursor_viewmore .txt {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 700;
    opacity: 0;
    font-size: 24px;
    transition: opacity ease 0.6s;
  }
  .cursor_viewmore .pointer {
    display: inline-block;
    width: 170px;
    height: 170px;
    background: rgba(0, 68, 151, 0.6980392157);
    border-radius: 50%;
    transform: scale(0);
    transition: transform ease 0.6s;
  }
  .dv-his_list ul li ul li {
    transition: 0.3s;
  }
  .dv-his_list ul li ul li:hover {
    transform: scale(1.03);
    color: #004597;
  }
}
@media (max-width: 1023px) {
  .dv-his_list div.dv-his_img {
    display: none;
  }
  .sec .intro > .intro_wrap .dv-intro-grid {
    flex-wrap: wrap;
    margin-left: 0;
    justify-content: center;
    gap: 20px;
  }
  .sec .intro > .intro_wrap .dv-intro-grid > div {
    margin: 0;
  }
  .sec .intro > .intro_wrap .dv-intro-grid > div:hover {
    transform: translateY(0);
  }
}/*# sourceMappingURL=main.css.map */