.font-24 {
  --fontsize: 2.4rem;
  font-size: var(--fontsize);
}

.font-28 {
  --fontsize: 2.8rem;
  font-size: var(--fontsize);
}

.font-30 {
  --fontsize: 3.0rem;
  font-size: var(--fontsize);
}

input,
input:focus,
textarea,
textarea:focus,
button,
button:focus {
  border: none;
  outline: none;
  resize: none;
}

* {
  line-height: 1.2;
  letter-spacing: -0.025em;
}

html,
body {
  width: 100%;
  max-width: 100%;
}

html.scrollX,
body.scrollX {
  overflow: hidden;
}

a,
a:link,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}

img {
  max-height: 100%;
}

#wrap {
  width: 100%;
  max-width: 100%;
  font-size: 1.6rem;
  line-height: 1.2;
}

.w1720 {
  width: 100%;
  /* height: 100%; */
  max-width: 1720px;
  margin: 0 auto;
}

.w1300 {
  width: 100%;
  /* height: 100%; */
  max-width: 1300px;
  margin: 0 auto;
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexBox.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.root_daum_roughmap {
  width: 100% !important;
  height: 100% !important;
}

.root_daum_roughmap .wrap_map {
  height: 100% !important;
  border: 1px solid #e1e1e1;
}

.root_daum_roughmap .wrap_map .map_border {
  display: none !important;
}

.root_daum_roughmap .wrap_controllers {
  display: none !important;
}

.swiper-wrapper,
.swiper-slide {
  height: auto !important;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination,
.swiper-pagination-progressbar {
  position: inherit !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 1 !important;
}

.paging {
  width: 100%;
  border-top: 1px solid #e0e0e0;
  padding: 30px 0 0;
  margin: 85px 0 0;
  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;
}

.paging .arr {
  margin: 0 20px;
}

.paging ul {
  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;
}

.paging ul li {
  width: 22px;
  margin: 0 5px;
  position: relative;
}

.paging ul li a {
  color: #333333;
  font-size: 13px;
  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;
}

.paging ul li::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #d60000;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.paging ul li:hover a, .paging ul li.on a {
  color: #d60000;
  background: transparent;
}

.paging ul li:hover::after, .paging ul li.on::after {
  width: 100%;
}

.quickBox {
  display: flex;
  justify-content: flex-end;
}

.quickMenu {
  gap: 10px 0;
  position: fixed;
  bottom: 40px;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.quickMenu a,
.quickMenu button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0.070em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Oswald',
 sans-serif;
  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;
}

.quickMenu a span,
.quickMenu button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3px;
  height: 3px;
  background: #ffffff;
  gap: 0 3px;
  margin: 0 0 3px;
  position: relative;
}

.quickMenu a span::before,
.quickMenu a span::after,
.quickMenu button span::before,
.quickMenu button span::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #ffffff;
  position: absolute;
}

.quickMenu a span::before,
.quickMenu button span::before {
  left: -6px;
}

.quickMenu a span::after,
.quickMenu button span::after {
  right: -6px;
}

.quickMenu a b,
.quickMenu button b {
  display: block;
  font-weight: 400;
}

.quickMenu .downloadButton {
  background: #d60000;
  padding: 0 0 5px;
}

.quickMenu .downloadButton i {
  font-size: 16px;
  margin: 0 0 4px;
}

.quickMenu .backButton {
  background: #111111;
  display: none;
}

.quickMenu .backButton b {
  margin: 1px 0 0;
}

.quickMenu .topButton {
  background: #b0b0b0;
}

.quickMenu .topButton i {
  font-size: 15px;
  opacity: 0.7;
}

.quickMenu .topButton b {
  margin: 6px 0 0;
}

.titleEn {
  display: block;
  color: #d60000;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.240em;
  text-transform: uppercase;
}

.title {
  position: absolute;
  z-index: -2;
}

.title .sectionTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #f5f5f5;
  font-size: 16rem;
  font-weight: 700;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  font-family: 'Oswald',
 sans-serif;
}

.title .sectionTitle span {
  -webkit-transition: 1.0s;
  transition: 1.0s;
  opacity: 0;
}

.title .sectionTitle span:nth-child(1) {
  -webkit-transform: translateX(18px) rotateY(60deg);
          transform: translateX(18px) rotateY(60deg);
}

.title .sectionTitle span:nth-child(2) {
  -webkit-transform: translateX(36px) rotateY(60deg);
          transform: translateX(36px) rotateY(60deg);
}

.title .sectionTitle span:nth-child(3) {
  -webkit-transform: translateX(54px) rotateY(60deg);
          transform: translateX(54px) rotateY(60deg);
}

.title .sectionTitle span:nth-child(4) {
  -webkit-transform: translateX(72px) rotateY(60deg);
          transform: translateX(72px) rotateY(60deg);
}

.title .sectionTitle span:nth-child(5) {
  -webkit-transform: translateX(90px) rotateY(60deg);
          transform: translateX(90px) rotateY(60deg);
}

.title .sectionTitle span:nth-child(6) {
  -webkit-transform: translateX(108px) rotateY(60deg);
          transform: translateX(108px) rotateY(60deg);
}

.title .sectionTitle span:nth-child(7) {
  -webkit-transform: translateX(126px) rotateY(60deg);
          transform: translateX(126px) rotateY(60deg);
}

.title .sectionTitle span:nth-child(8) {
  -webkit-transform: translateX(144px) rotateY(60deg);
          transform: translateX(144px) rotateY(60deg);
}

.title .sectionTitle span:nth-child(9) {
  -webkit-transform: translateX(162px) rotateY(60deg);
          transform: translateX(162px) rotateY(60deg);
}

.title .sectionTitle span:nth-child(10) {
  -webkit-transform: translateX(180px) rotateY(60deg);
          transform: translateX(180px) rotateY(60deg);
}

.sectionTitleH2 {
  font-size: 8.4rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  font-family: 'Oswald',
 sans-serif;
}

.boxShadow {
  position: relative;
}

.boxShadow::before {
  content: "";
  display: block;
  mix-blend-mode: multiply;
  -webkit-box-shadow: 20px 0 60px rgba(0, 0, 0, 0.08);
          box-shadow: 20px 0 60px rgba(0, 0, 0, 0.08);
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.moreButton {
  width: 200px;
  height: 36px;
  color: #333333;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.180em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.moreButton span {
  display: block;
  width: 30px;
  height: 1px;
  background: #201f27;
  position: relative;
}

.moreButton span::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #201f27;
  border-right: 1px solid #201f27;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -2px;
  right: 0;
}

.moreButton::before, .moreButton::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.moreButton::before {
  width: 100%;
  background: #e0e0e0;
}

.moreButton::after {
  width: 0;
  background: #d60000;
}

.moreButton:hover {
  color: #333333;
}

.moreButton:hover::after {
  width: 100%;
}

.tabTitle {
  width: 100%;
}

.tabTitle li {
  width: 100%;
  height: 70px;
}

.tabTitle li button {
  display: block;
  color: #333333;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: -0.030em;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabTitle li:hover button, .tabTitle li.on button {
  color: #ffffff;
  background: #d60000;
  border: 1px solid #d60000;
}

.tabContents > div {
  position: absolute;
  top: -222222px;
  left: -222222px;
}

.tabContents > div.on {
  position: relative;
  top: auto;
  left: auto;
}

.listBox {
  width: 100%;
  height: 100px;
}

.listBox li {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #dddddd;
  padding: 0 40px 0 35px;
  width: 100%;
  height: 100%;
}

.listBox li a {
  display: block;
  color: #333333;
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.listBox li a span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #d0d0d0;
  position: relative;
  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;
}

.listBox li a span i {
  color: #ffffff;
  font-size: 12px;
  position: relative;
}

.listBox li a span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: #d60000;
  border-radius: 50%;
  -webkit-transition: all 0.28s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  transition: all 0.28s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.listBox li:hover a span {
  background: transparent;
}

.listBox li:hover a span::before {
  width: 100%;
  height: 100%;
}

.playButtonBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.playButtonBox .playButton {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.playButtonBox .playButton span {
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid #ffffff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: none;
  margin-left: 2px;
}

.playButtonBox .pointCircle {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  -webkit-animation: rotate 4.8s linear infinite;
          animation: rotate 4.8s linear infinite;
  width: 100%;
  height: 100%;
}

.playButtonBox .pointCircle span {
  display: block;
  width: 3px;
  height: 3px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

header {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

header .w1720 {
	height: 100%;
}

header .headerBox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .headerBox h1 {
  width: 109px;
  height: 34px;
}

header .headerBox h1 a {
  display: block;
  width: 100%;
  height: 100%;
}

header .headerBox nav {
  height: 100%;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

header .headerBox nav .depth1 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .headerBox nav .depth1 > li {
  width: 180px;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .headerBox nav .depth1 > li::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #d60000;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

header .headerBox nav .depth1 > li > a {
  color: #ffffff;
  /* font-size: 1.8rem; */
  font-size: 2.0rem;
  letter-spacing: -0.030em;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .headerBox nav .depth1 > li .depth2 {
  width: 100%;
  padding: 30px 0 0;
  position: absolute;
  top: 100%;
  display: none;
}

header .headerBox nav .depth1 > li .depth2 li a {
  display: block;
  width: 100%;
  color: #777777;
  /* font-size: 1.5rem; */
  font-size: 1.7rem;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

header .headerBox nav .depth1 > li .depth2 li:hover a {
  color: #d60000;
  font-weight: 600;
}

header .headerBox nav .depth1 > li:hover::after {
  width: calc(100% - 40px);
}

header .headerBox .buttonBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
}

header .headerBox .buttonBox > a {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.4rem;
}

header .headerBox .buttonBox .btn {
  display: flex;
  gap: 0 5px;
}

header .headerBox .buttonBox .langBox {
	margin: 0 40px 0 20px;
}

header .headerBox .buttonBox .langBox .langButton {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .headerBox .buttonBox .langBox .langButton a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: 'Oswald',
 	sans-serif;
}

header .headerBox .buttonBox .langBox .langButton > a {
  margin: 0 8px 0 4px;
}

header .headerBox .buttonBox .langBox .langButton .xi-globus {
  font-size: 15px;
}

header .headerBox .buttonBox .langBox .langButton .xi-caret-down-min {
  font-size: 8px;
}

header .headerBox .buttonBox .langBox .langButton > ul {
  padding: 10px 18px 0 24px;
  position: absolute;
  top: 100%;
  display: none;
}

header .headerBox .buttonBox .menuBox .menuButton {
  gap: 0 10px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0;
  font-family: 'Oswald',
 sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .headerBox .buttonBox .menuBox .menuButton > div {
  gap: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .headerBox .buttonBox .menuBox .menuButton > div span {
  display: block;
  width: 14px;
  height: 2px;
}

header::before {
  content: "";
  display: block;
  width: 100%;
  height: 362px;
  background: #ffffff url("/img/common/menuPoint.png") no-repeat left bottom;
  background-blend-mode: luminosity;
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

header.visual .headerBox h1 a .logoCls-1,
header.visual .headerBox h1 a .logoCls-2 {
  fill: #ffffff;
}

header.visual .headerBox nav {
  display: block;
}

header.visual .headerBox .buttonBox {
  color: #ffffff;
}

header.visual .headerBox .buttonBox a,
header.visual .headerBox .buttonBox button {
  color: #ffffff;
}

header.visual .headerBox .buttonBox span {
  background: #ffffff;
}

header.textWhite .headerBox .buttonBox {
  color: #ffffff;
}

header.textWhite .headerBox .buttonBox a,
header.textWhite .headerBox .buttonBox button {
  color: #ffffff;
}

header.textWhite .headerBox .buttonBox span {
  background: #ffffff;
}

header.textWhite.logoWhite .headerBox h1 a .logoCls-1,
header.textWhite.logoWhite .headerBox h1 a .logoCls-2 {
  fill: #ffffff;
}

header.textBlack .headerBox .buttonBox {
  color: #111111;
}

header.textBlack .headerBox .buttonBox a,
header.textBlack .headerBox .buttonBox button {
  color: #111111;
}

header.textBlack .headerBox .buttonBox span {
  background: #111111;
}

header.on::before {
  height: 413px;
  opacity: 1;
  z-index: 0;
}

header.on .headerBox {
  border-bottom: 1px solid #f0f0f0;
}

header.on .headerBox h1 a .logoCls-1 {
  fill: #d70010;
}

header.on .headerBox h1 a .logoCls-2 {
  fill: #f08300;
}

header.on .headerBox nav {
  display: block;
}

header.on .headerBox nav .depth1 > li > a {
  color: #111111;
}

header.on .headerBox .buttonBox {
  color: #111111;
}

header.on .headerBox .buttonBox a,
header.on .headerBox .buttonBox button {
  color: #111111;
}

header.on .headerBox .buttonBox .menuBox .menuButton span {
  background: #111111;
}

footer {
  background: #000000;
  color: #ffffff;
  padding: 55px 0 100px;
}

footer a {
  color: #ffffff;
}

footer.section .w1720 {
  height: auto;
}

footer .w1720 .footerBox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .w1720 .footerBox .info .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
footer .w1720 .footerBox .info .top i {
  margin: 0 0 0 5px;
}
footer .w1720 .footerBox .info h2 {
  width: 109px;
  height: 34px;
}

footer .w1720 .footerBox .info h2 a {
  display: block;
  width: 100%;
  height: 100%;
}

footer .w1720 .footerBox .info h2 a .logoCls-2 {
  fill: #d70010;
}

footer .w1720 .footerBox .info ul {
  gap: 0 25px;
  margin: 40px 0;
}

footer .w1720 .footerBox .info ul li a {
  font-size: 1.6rem;
}

footer .w1720 .footerBox .info ul li:not(:first-child) a {
  color: rgba(255, 255, 255, 0.75);
}

footer .w1720 .footerBox .info p {
  font-size: 1.8rem;
  margin: 0 0 10px;
}

footer .w1720 .footerBox .info dl {
  font-size: 1.5rem;
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .w1720 .footerBox .info dl dt {
  width: 60px;
  color: rgba(255, 255, 255, 0.75);
}

footer .w1720 .footerBox .info dl dd {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}

footer .w1720 .footerBox .info span {
  display: block;
  color: #aaaaaa;
  font-size: 1.4rem;
  letter-spacing: 0.010em;
  margin: 50px 0 0;
}

footer .w1720 .footerBox #fnb .depth1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .w1720 .footerBox #fnb .depth1 > li {
  width: 160px;
}

footer .w1720 .footerBox #fnb .depth1 > li > a {
  display: block;
  font-size: 1.6rem;
  padding: 10px 0;
}

footer .w1720 .footerBox #fnb .depth1 > li .depth2 li a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.5rem;
  font-weight: 300;
  padding: 10px 0;
}
