@charset "UTF-8";
/* Pretendard Light (300) */
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 300;
  src: url("../font/Pretendard-Light.woff2") format("woff2");
}
/* Pretendard Regular (400) */
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Pretendard-Regular.woff2") format("woff2");
}
/* Pretendard Medium (500) */
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Pretendard-Medium.woff2") format("woff2");
}
/* Pretendard SemiBold (600) */
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Pretendard-SemiBold.woff2") format("woff2");
}
/* Pretendard Bold (700) */
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Pretendard-Bold.woff2") format("woff2");
}
* {
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  font-size: 16px;
  line-height: 1.3;
  font-family: "Pretendard", "Malgun Gothic", Dotum, sans-serif;
  font-weight: normal;
  color: #000;
  background: #fff;
}
body input, body textarea {
  font-family: "Pretendard", "Malgun Gothic", Dotum, sans-serif;
}

ul,
ol,
li {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

br {
  letter-spacing: normal;
}

p {
  letter-spacing: normal;
}

hr {
  display: none;
}

address,
caption,
em,
var {
  padding: 0;
  margin: 0;
  font-style: normal;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #666;
}

a[href^=tel] {
  font-style: normal;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

input,
textarea,
select {
  letter-spacing: normal;
}
input:focus,
textarea:focus,
select:focus {
  outline: 0;
}

img {
  border: 0;
  vertical-align: top;
}

legend,
caption {
  position: absolute;
  left: -1000%;
  top: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

table {
  width: 100%;
  border: 0;
  border-spacing: 0;
}

button {
  padding: 0;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}

.blind {
  position: absolute;
  left: -9999px;
}

.wrap.main header {
  box-shadow: none;
}
.wrap.main header.on .top-content {
  background-color: #030E21;
}
.wrap.main header .top-content {
  background-color: transparent;
}

/* 헤더 */
header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  transition: all 0.3s;
}
header.on .top-content {
  background-color: #030E21;
}
header.on .top-content .center-area .logo {
  background: url(../images/logo_on.png) no-repeat 0 0;
}
header.on .top-content .center-area .link-box a {
  color: #fff;
}
header.on .menu-content {
  display: block;
}
header .top-content {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
  transition: all 0.3s;
}
header .top-content .center-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  height: 84px;
  margin: 0 auto;
}
header .top-content .center-area .logo {
  width: 118px;
  height: 24px;
  background: url(../images/logo.png) no-repeat 0 0;
  text-indent: -99999px;
}
header .top-content .center-area .link-box {
  display: flex;
  column-gap: 50px;
}
header .top-content .center-area .link-box a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
header .top-content .center-area .link-box a:hover, header .top-content .center-area .link-box a.on {
  text-decoration: underline;
}
header .top-content .center-area .mobile-btn {
  display: none;
  position: absolute;
  right: 10px;
  top: 13px;
  width: 34px;
  height: 34px;
  background: url(../images/ic_menu_mo.svg) no-repeat 0 0;
  background-size: contain;
  text-indent: -9999px;
}
header .menu-content {
  display: none;
  position: absolute;
  left: 0;
  top: 84px;
  right: 0;
  background: #fff;
  border-bottom: 1px solid #999;
  padding: 24px 0 32px;
}
header .menu-content .center-area {
  display: flex;
  column-gap: 40px;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
header .menu-content .center-area .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  padding-top: 24px;
  line-height: 21px;
  background: url(../images/ic_menu_close.svg) no-repeat center 0;
}
header .menu-content .menu-box {
  display: flex;
  flex-direction: column;
  width: 250px;
  line-height: 44px;
}
header .menu-content .menu-box > .tit {
  display: block;
  padding-left: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #007aff;
}
header .menu-content .menu-box > .tit:hover, header .menu-content .menu-box > .tit.on {
  text-decoration: underline;
}
header .menu-content .menu-box .menu-list > li > a {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}
header .menu-content .menu-box .menu-list > li > a:hover, header .menu-content .menu-box .menu-list > li > a.on {
  text-decoration: underline;
}
header .menu-content .menu-box .menu-list > li > a.link::after {
  content: "";
  display: inline-flex;
  position: relative;
  left: 3px;
  top: -3px;
  width: 25px;
  height: 25px;
  background: url(../images/ic_header_link.svg) no-repeat 0 0;
}

/* 푸터 */
footer {
  background: #030e21;
}
footer .center-content {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 279px;
  padding-top: 48px;
  margin: 0 auto;
}
footer .info-box {
  display: flex;
  flex-direction: column;
}
footer .info-box .link-area {
  display: flex;
  column-gap: 25px;
}
footer .info-box .link-area li {
  position: relative;
}
footer .info-box .link-area li + li::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 5px;
  height: 10px;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}
footer .info-box .link-area li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
footer .info-box address {
  display: block;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
footer .info-box .copy {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
footer .link-box {
  display: flex;
  column-gap: 16px;
}
footer .link-box option{
    color: black;
}
footer .link-box select {
  width: 231px;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid #3f4a5a;
  appearance: none; /* Disable the default arrow */
  -webkit-appearance: none; /* For WebKit-based browsers */
  -moz-appearance: none; /* For Firefox */
  background: url(../images/ic_select_arrow.svg) no-repeat right 16px top 50%;
  background-size: 20px;
  cursor: pointer;
}

/* 컨텐츠 */
.conatiner {
  min-height: 800px;
}
.conatiner .top-navi {
  position: absolute;
  left: 0;
  top: 108px;
  width: 100%;
}
.conatiner .top-navi.white-type .center-wrap a {
  color: #fff;
}
.conatiner .top-navi.white-type .center-wrap a::before {
  background: url(../images/ic_location_arrow_white.svg) no-repeat center center;
}
.conatiner .top-navi.white-type .center-wrap a.home {
  background: url(../images/ic_location_home_white.svg) no-repeat center center;
}
.conatiner .top-navi .center-wrap {
  display: flex;
  column-gap: 32px;
  width: 1200px;
  margin: 0 auto;
}
.conatiner .top-navi .center-wrap a {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #404040;
}
.conatiner .top-navi .center-wrap a::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url(../images/ic_location_arrow.svg) no-repeat center center;
}
.conatiner .top-navi .center-wrap a.home {
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  background: url(../images/ic_location_home.svg) no-repeat center center;
}
.conatiner .top-navi .center-wrap a.home::before {
  display: none;
}

.main-banner-content {
  width: 100%;
  height: 792px;
  background: url(../images/bg_main.png) no-repeat center 0;
}
.main-banner-content .main-swiper {
  width: 1200px;
  height: 792px;
  margin: 0 auto;
}
.main-banner-content .main-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-banner-content .main-swiper .swiper-slide .title {
  font-size: 48px;
  font-weight: bold;
  line-height: 64px;
}
.main-banner-content .main-swiper .swiper-slide .sub-title {
  margin-top: 18px;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  color: #8E8E93;
}
.main-banner-content .main-swiper .swiper-pagination {
  height: 16px;
  bottom: 40px;
}
.main-banner-content .main-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 8px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  opacity: 1;
}
.main-banner-content .main-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 64px;
  background: #fff;
}

.mydata-info-content {
  width: 1200px;
  margin: 40px auto 0;
  padding-bottom: 64px;
}
.mydata-info-content > .title {
  display: block;
  font-size: 32px;
  line-height: 50px;
  font-weight: bold;
}
.mydata-info-content .info-area {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.mydata-info-content .info-area .info-box {
  position: relative;
  width: 590px;
  height: 306px;
  padding: 48px 48px 0;
  border: 1px solid #999999;
  border-radius: 28px;
}
.mydata-info-content .info-area .info-box:nth-child(1) .tit {
  background: url(../images/ic_mydata_1.png) no-repeat 0 0;
}
.mydata-info-content .info-area .info-box:nth-child(2) .tit {
  background: url(../images/ic_mydata_2.png) no-repeat 0 0;
}
.mydata-info-content .info-area .info-box .tit {
  display: block;
  padding-top: 112px;
  font-size: 28px;
  line-height: 42px;
  font-weight: bold;
  color: #000;
}
.mydata-info-content .info-area .info-box .txt {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.mydata-info-content .info-area .info-box a {
  position: absolute;
  right: 48px;
  top: 48px;
  padding: 10px 28px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 20px;
  color: #3e4459;
  background: #f4f5f9 url(../images/ic_link_arrow.svg) no-repeat right 12px center;
}

.company-info-content {
  margin-top: 40px;
}
.company-info-content > .title {
  display: block;
  width: 1200px;
  margin: 0 auto;
  font-size: 32px;
  line-height: 50px;
  font-weight: bold;
}
.company-info-content .company-swiper-1,
.company-info-content .company-swiper-2 {
  margin-top: 32px;
}
.company-info-content .company-swiper-1 .swiper-slide,
.company-info-content .company-swiper-2 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 116px;
  background: #f7f7f7;
  border-radius: 16px;
}

.main-link-content {
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: 100px auto 0;
  padding-bottom: 56px;
}
.main-link-content .menu-box {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 260px;
}
.main-link-content .menu-box + .menu-box::before {
  content: "";
  position: absolute;
  left: -135px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background: #d9d9d9;
}
.main-link-content .menu-box .tit {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #000;
}
.main-link-content .menu-box .txt {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.main-link-content .menu-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  margin-top: 12px;
  border-radius: 32px;
  border: 1px solid #999;
  font-size: 19px;
  color: #090909;
}
.main-link-content .menu-box a span {
  display: block;
  padding-right: 28px;
  background: url(../images/ic_link_arrow_gray.svg) no-repeat right 0px;
}

.biz-info-content {
  width: 100%;
  height: 792px;
  padding-top: 275px;
  background: url(../images/bg_biz.png) no-repeat center 0;
}
.biz-info-content .info-box {
  width: 1200px;
  margin: 0 auto;
}
.biz-info-content .info-box .title {
  display: block;
  font-size: 48px;
  line-height: 64px;
  font-weight: bold;
  color: #090909;
  text-align: center;
}
.biz-info-content .info-box .info-list {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.biz-info-content .info-box .info-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 224px;
  height: 248px;
  padding-top: 48px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.8);
}
.biz-info-content .info-box .info-list li .tit {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #000;
}
.biz-info-content .info-box .info-list li .txt {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  text-align: center;
}

.biz-data-content {
  padding: 56px 0 58px;
  background: #f5f5f5;
}
.biz-data-content .center-wrap {
  width: 1200px;
  margin: 0 auto;
}
.biz-data-content .center-wrap > .title {
  display: block;
  font-size: 32px;
  line-height: 50px;
  color: #090909;
  font-weight: bold;
}
.biz-data-content .history-area {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.biz-data-content .history-area .info-box {
  width: 590px;
  height: 720px;
  border-radius: 28px;
  background: #fff;
  padding: 72px 48px 0;
}
.biz-data-content .history-area .info-box:nth-child(1) .history-group ul::before {
  bottom: 50px;
}
.biz-data-content .history-area .info-box:nth-child(2) .history-group ul::before {
  bottom: 40px;
}
.biz-data-content .history-area .info-box > .tit {
  display: block;
  font-size: 28px;
  line-height: 42px;
  font-weight: bold;
  color: #090909;
}
.biz-data-content .history-area .info-box > .txt {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.biz-data-content .history-area .info-box .history-group {
  margin-top: 60px;
}
.biz-data-content .history-area .info-box .history-group ul {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 137px;
}
.biz-data-content .history-area .info-box .history-group ul::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 92px;
  bottom: 0;
  width: 2px;
  background: #090909;
}
.biz-data-content .history-area .info-box .history-group ul li {
  display: flex;
  flex-direction: column;
  position: relative;
}
.biz-data-content .history-area .info-box .history-group ul li + li {
  margin-top: 16px;
}
.biz-data-content .history-area .info-box .history-group ul li.gap-1 {
  margin-top: 39px;
}
.biz-data-content .history-area .info-box .history-group ul li.gap-2 {
  margin-top: 154px;
}
.biz-data-content .history-area .info-box .history-group ul li .year {
  position: absolute;
  left: -132px;
  top: 0;
  width: 100px;
  padding-right: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #090909;
  background: url(../images/ic_history_round.png) no-repeat right center;
}
.biz-data-content .history-area .info-box .history-group ul li .year-month {
  font-size: 16px;
  font-weight: bold;
  color: #007aff;
  line-height: 24px;
}
.biz-data-content .history-area .info-box .history-group ul li .txt {
  margin-top: 4px;
  font-size: 15px;
  line-height: 23px;
  color: #666666;
}

.biz-orga-content {
  height: 1164px;
  padding-top: 56px;
  background: url(../images/bg_orga.png) no-repeat center 0;
}
.biz-orga-content .center-wrap {
  width: 1200px;
  margin: 0 auto;
}
.biz-orga-content .center-wrap > .title {
  display: block;
  font-size: 32px;
  line-height: 50px;
  font-weight: bold;
  color: #090909;
}
.biz-orga-content .info-box {
  position: relative;
  width: 995px;
  height: 968px;
  margin: 32px auto 0;
  background: url(../images/bg_orga_line.png) no-repeat center 0;
}
.biz-orga-content .info-box .ic-1 {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 386px;
  height: 114px;
  border-radius: 57px;
  background: #DEEDFF;
  font-size: 24px;
  font-weight: bold;
  color: #090909;
}
.biz-orga-content .info-box .ic-2 {
  position: absolute;
  left: 50%;
  top: 170px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 386px;
  height: 144px;
  border-radius: 72px;
  background: #007AFF;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.biz-orga-content .info-box .ic-3 {
  position: absolute;
  left: 0;
  top: 417px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 387px;
  height: 107px;
  border: 2px solid #007AFF;
  border-radius: 54px;
  font-size: 24px;
  font-weight: bold;
  color: #007AFF;
}
.biz-orga-content .info-box .ic-4 {
  position: absolute;
  right: 0;
  top: 417px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 387px;
  height: 107px;
  border: 2px solid #007AFF;
  border-radius: 54px;
  font-size: 24px;
  font-weight: bold;
  color: #007AFF;
}
.biz-orga-content .info-box ul {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 10px;
  padding: 0 0 0 18px;
  border-radius: 23px;
  width: 387px;
  height: 368px;
  border: 1px solid #999;
}
.biz-orga-content .info-box ul.list-1 {
  left: 0;
  bottom: 0;
}
.biz-orga-content .info-box ul.list-2 {
  right: 0;
  bottom: 0;
}
.biz-orga-content .info-box ul li {
  position: relative;
  padding-left: 40px;
  background: url(../images/ic_orga_arrow.svg) no-repeat 0 0;
  font-size: 20px;
  line-height: 40px;
  color: #000000;
}

.money-top-content {
  background: #F6FAFF;
}
.money-top-content .center-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 56px 0;
}
.money-top-content .center-wrap > .title {
  display: block;
  font-size: 32px;
  line-height: 50px;
  font-weight: bold;
  color: #090909;
}
.money-top-content .center-wrap .info-txt {
  display: block;
  margin-top: 36px;
  border-radius: 16px;
  padding: 32px 56px 32px 172px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: -1px 4px 27px rgba(0, 122, 255, 0.1);
  font-size: 20px;
  font-weight: normal;
  line-height: 33px;
  color: #090909;
  background: url(../images/ic_mydata_img_1.png) no-repeat 56px center;
}
.money-top-content .center-wrap > .bg {
  display: block;
  margin-top: 32px;
}
.money-top-content .center-wrap > .bg .pc {
  display: block;
}
.money-top-content .center-wrap > .bg .mo {
  display: none;
}
.money-top-content .center-wrap .graph-bg {
  margin-top: 56px;
  padding: 40px 0 106px 100px;
  border: 1px solid #999;
  border-radius: 24px;
  background: #fff;
}
.money-top-content .center-wrap .graph-bg > .tit {
  display: block;
  margin-bottom: 101px;
  font-size: 32px;
  font-weight: bold;
  line-height: 50px;
  color: #090909;
}
.money-top-content .center-wrap .graph-bg .pc {
  display: block;
}
.money-top-content .center-wrap .graph-bg .mo {
  display: none;
}

.tel-top-content {
  background: #F6FAFF;
}
.tel-top-content .center-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 232px 0 56px;
}
.tel-top-content .center-wrap > .title {
  display: block;
  font-size: 32px;
  line-height: 50px;
  font-weight: bold;
  color: #090909;
}
.tel-top-content .center-wrap > .bg {
  display: block;
  margin-top: 32px;
}
.tel-top-content .center-wrap > .bg .pc {
  display: block;
}
.tel-top-content .center-wrap > .bg .mo {
  display: none;
}

.finance-top-content {
  background: #F6FAFF;
}
.finance-top-content .center-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 188px 0 56px;
}
.finance-top-content .center-wrap > .title {
  display: block;
  font-size: 32px;
  line-height: 50px;
  font-weight: bold;
  color: #090909;
}
.finance-top-content .center-wrap > .bg {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.finance-top-content .center-wrap > .bg .pc {
  display: block;
}
.finance-top-content .center-wrap > .bg .mo {
  display: none;
}
.finance-top-content .center-wrap > .bg .half {
  width: 590px;
  border-radius: 28px;
  padding: 72px 0 72px 0;
  border: 1px solid #A8A9AA;
  background: #fff;
}
.finance-top-content .center-wrap > .bg .half:nth-child(1) {
  padding-left: 48px;
}
.finance-top-content .center-wrap > .bg .half:nth-child(2) {
  padding-left: 19px;
}
.finance-top-content .center-wrap > .bg .half .tit {
  display: block;
  padding-left: 48px;
  font-size: 28px;
  font-weight: bold;
  line-height: 42px;
  color: #090909;
  margin-bottom: 52px;
}

.data-top-content {
  margin-top: 84px;
  background: #f6faff;
}
.data-top-content .center-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 64px 0;
}
.data-top-content .center-wrap > .title {
  display: block;
  font-size: 32px;
  line-height: 50px;
  font-weight: bold;
  color: #090909;
}
.data-top-content .center-wrap > .bg {
  display: block;
  width: 1200px;
  height: 1155px;
  margin: 32px auto 0;
  background: url(../images/bg_data_info.png) no-repeat center 0;
}
.data-top-content .center-wrap .info-txt {
  width: 931px;
  margin: 29px auto 0;
  border-radius: 16px;
  padding: 32px 56px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.data-top-content .center-wrap .info-box {
  width: 931px;
  margin: 29px auto 0;
  border-radius: 16px;
  padding: 32px 0 32px 56px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.data-top-content .center-wrap .info-box li {
  position: relative;
}
.data-top-content .center-wrap .info-box li + li::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 7px;
  width: 1px;
  height: 10px;
  background: rgba(153, 153, 153, 0.6);
}
.data-top-content .center-wrap .info-box > .tit {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
}
.data-top-content .center-wrap .info-box ul {
  display: flex;
  align-items: center;
  column-gap: 25px;
  margin-top: 16px;
  letter-spacing: -0.5px;
}

.money-data-content {
  background: url(../images/bg_money_data.png) no-repeat center 0;
  height: 792px;
  padding-top: 303px;
}
.money-data-content .center-wrap {
  width: 1200px;
  margin: 0 auto;
}
.money-data-content .center-wrap > .title {
  display: block;
  font-size: 48px;
  line-height: 64px;
  font-weight: bold;
  color: #090909;
}
.money-data-content .center-wrap .txt {
  display: block;
  margin-top: 32px;
  font-size: 32px;
  font-weight: normal;
  line-height: 48px;
  color: #000;
}

.all-data-content {
  background: url(../images/bg_all_data.png) no-repeat center 0;
  height: 792px;
  padding-top: 296px;
}
.all-data-content .center-wrap {
  width: 1200px;
  margin: 0 auto;
}
.all-data-content .center-wrap > .title {
  display: block;
  font-size: 48px;
  line-height: 64px;
  font-weight: bold;
  color: #fff;
}
.all-data-content .center-wrap .txt {
  display: block;
  margin-top: 32px;
  font-size: 32px;
  font-weight: normal;
  line-height: 48px;
  color: #fff;
}
.all-data-content .center-wrap .txt + .txt {
  margin-top: 24px;
}

.data-list-content {
  padding: 148px 0 150px;
}
.data-list-content.qna-type .data-area {
  margin-top: 72px;
}
.data-list-content.qna-type .data-area .keyword-box {
  padding-top: 0;
}
.data-list-content .center-wrap {
  width: 1200px;
  margin: 0 auto;
}
.data-list-content .center-wrap > .title {
  display: block;
  font-size: 32px;
  line-height: 50px;
  font-weight: bold;
  color: #090909;
}
.data-list-content .search-area {
  margin-top: 32px;
}
.data-list-content .search-area input {
  width: 100%;
  height: 60px;
  padding-left: 58px;
  border: none;
  border-bottom: 1px solid #999999;
  font-size: 32px;
  background: url(../images/ic_data_search.svg) no-repeat 16px 16px;
}
.data-list-content .search-area input::placeholder {
  font-size: 32px;
  color: #AEAEB2;
}
.data-list-content .data-area {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
.data-list-content .data-area .keyword-box {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  width: 180px;
  padding-top: 24px;
}
.data-list-content .data-area .keyword-box button {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  color: #999999;
}
.data-list-content .data-area .keyword-box button.on {
  color: #007AFF;
}
.data-list-content .data-area .qna-list-box {
  width: calc(100% - 183px);
}
.data-list-content .data-area .qna-list-box li {
  display: block;
}
.data-list-content .data-area .qna-list-box li + li {
  margin-top: 40px;
}
.data-list-content .data-area .qna-list-box li .question-btn {
  display: block;
  width: 100%;
  position: relative;
  padding: 5px 55px 5px 57px;
  font-size: 21px;
  font-weight: 400;
  line-height: 40px;
  color: #333;
}
.data-list-content .data-area .qna-list-box li .question-btn.on::after {
  transform: rotate(180deg);
}
.data-list-content .data-area .qna-list-box li .question-btn::before {
  content: "Q";
  position: absolute;
  left: 26px;
  top: 5px;
  font-size: 21px;
  font-weight: bold;
  color: #999999;
}
.data-list-content .data-area .qna-list-box li .question-btn::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 13px;
  width: 24px;
  height: 24px;
  background: url(../images/ic_qna_arrow.svg) no-repeat 0 0;
  background-size: 24px 24px;
  transition: transform 0.3s;
  transform: rotate(0deg);
}
.data-list-content .data-area .qna-list-box li .answer-view {
  display: none;
  position: relative;
  padding: 0 0 0 57px;
  margin-top: 40px;
  background: #F6FAFF;
  font-size: 18px;
  line-height: 46px;
  color: #333333;
}
.data-list-content .data-area .qna-list-box li .answer-view::before {
  content: "A";
  position: absolute;
  left: 26px;
  top: 0;
  font-size: 18px;
  font-weight: bold;
  color: #999999;
}
.data-list-content .data-area .data-list-box {
  width: calc(100% - 183px);
}
.data-list-content .data-area .data-list-box li + li {
  margin-top: 40px;
}
.data-list-content .data-area .data-list-box li a {
  display: block;
  padding: 24px;
  border-bottom: 1px solid #999;
}
.data-list-content .data-area .data-list-box li a .tit {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 28px;
  font-weight: 600;
  line-height: 50px;
  color: #666666;
}
.data-list-content .data-area .data-list-box li a .day {
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 50px;
  color: #999999;
}
.data-list-content .com-paging {
  margin-top: 100px;
}

.customer-write-content {
  padding: 148px 0 150px;
}
.customer-write-content .center-wrap {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 24px;
}
.customer-write-content .center-wrap > .title {
  display: block;
  font-size: 32px;
  line-height: 50px;
  font-weight: bold;
  color: #090909;
}
.customer-write-content .write-area {
  margin: 56px auto 0;
  width: 472px;
}
.customer-write-content .write-area .list li {
  display: flex;
  flex-direction: column;
}
.customer-write-content .write-area .list li + li {
  margin-top: 15px;
}
.customer-write-content .write-area .list li > .tit {
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  color: #3E4459;
}
.customer-write-content .write-area .list li .form-box {
  position: relative;
  margin-top: 4px;
  width: 100%;
}
.customer-write-content .write-area .list li .form-box input[type=text] {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid #D8DCE5;
  font-size: 16px;
  color: #000;
}
.customer-write-content .write-area .list li .form-box input[type=text]::placeholder {
  color: #A6ADC0;
}
.customer-write-content .write-area .list li .form-box input[type=text].file-input {
  padding: 0 90px 0 44px;
  background: url(../images/ic_file.svg) no-repeat 16px center;
  background-size: 24px 24px;
}
.customer-write-content .write-area .list li .form-box input[type=file] {
  position: absolute;
  left: -99999px;
}
.customer-write-content .write-area .list li .form-box .add-btn {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 500;
  color: #007AFF;
  cursor: pointer;
}
.customer-write-content .write-area .list li .form-box textarea {
  width: 100%;
  height: 221px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #D8DCE5;
  font-size: 16px;
  color: #000;
}
.customer-write-content .write-area .list li .form-box textarea::placeholder {
  color: #A6ADC0;
}
.customer-write-content .write-area .list li .notice {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  line-height: 21px;
  color: #9D9D9D;
}
.customer-write-content .write-area .bottm-btn {
  display: flex;
  justify-content: center;
  column-gap: 8px;
  margin-top: 80px;
}
.customer-write-content .write-area .bottm-btn button {
  height: 40px;
  padding: 0 27px;
  border-radius: 8px;
  background: #EBEDF0;
  font-size: 15px;
  font-weight: 600;
  color: #3E4459;
}
.customer-write-content .write-area .bottm-btn button.confirm-btn {
  background: #007AFF;
  color: #fff;
}

.roadmap-content {
  padding: 148px 0 150px;
}
.roadmap-content .center-wrap {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 24px;
}
.roadmap-content .center-wrap > .title {
  display: block;
  font-size: 32px;
  line-height: 50px;
  font-weight: bold;
  color: #090909;
}
.roadmap-content .map-area {
  margin-top: 32px;
}
.roadmap-content .map-area img {
  display: block;
  width: 100%;
}
.roadmap-content .map-area .info-txt {
  display: flex;
  align-items: center;
  line-height: 50px;
  margin-top: 20px;
}
.roadmap-content .map-area .info-txt .tit {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
.roadmap-content .map-area .info-txt .txt {
  margin-left: 10px;
  font-size: 24px;
  font-weight: 100;
  color: #000000;
}
.roadmap-content .traffic-area {
  margin-top: 100px;
}
.roadmap-content .traffic-area > .tit {
  display: block;
  font-size: 32px;
  font-weight: 500;
  color: #000000;
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
}
.roadmap-content .traffic-area .info-box {
  margin-top: 50px;
}
.roadmap-content .traffic-area .info-box .subway {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 362px;
}
.roadmap-content .traffic-area .info-box .subway::before {
  content: "";
  position: absolute;
  left: 130px;
  top: 50%;
  transform: translateY(-50%);
  width: 102px;
  height: 102px;
  background: #007AFF url(../images/ic_subway.svg) no-repeat center center;
  border-radius: 50%;
}
.roadmap-content .traffic-area .info-box .bus {
  position: relative;
  display: flex;
  padding-left: 362px;
  margin-top: 100px;
}
.roadmap-content .traffic-area .info-box .bus::before {
  content: "";
  position: absolute;
  left: 130px;
  top: 50%;
  transform: translateY(-50%);
  width: 102px;
  height: 102px;
  background: #007AFF url(../images/ic_bus.svg) no-repeat center center;
  border-radius: 50%;
}
.roadmap-content .traffic-area .info-box .bus .half {
  width: 419px;
}
.roadmap-content .traffic-area .info-box .bus li {
  display: block;
  font-size: 20px;
  line-height: 40px;
  font-weight: 100;
  color: #000;
}
.roadmap-content .traffic-area .info-box .tit {
  font-size: 24px;
  line-height: 50px;
  color: #000;
}
.roadmap-content .traffic-area .info-box .txt {
  font-size: 20px;
  font-weight: 100;
  line-height: 40px;
  color: #000;
}

.use-info-content {
  padding: 148px 0 150px;
}
.use-info-content .center-wrap {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 24px;
}
.use-info-content .center-wrap > .title {
  display: block;
  font-size: 32px;
  line-height: 50px;
  font-weight: bold;
  color: #090909;
}
.use-info-content .info-area > .tit {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 19px;
  color: #000000;
}
.use-info-content .info-area .text-box {
  margin-top: 10px;
  border: 1px solid #757575;
  color: #000;
  line-height: 20px;
  padding: 40px;
}
.use-info-content .info-area .text-box .title {
  font-size: 34px;
  line-height: 50px;
}
.use-info-content .info-area .text-box .title-sub {
  text-align: right;
  font-size: 14px;
}
.use-info-content .info-area .text-box .tit {
  font-size: 24px;
  margin-top: 60px;
  font-weight: bold;
}
.use-info-content .info-area .text-box .tit.middle {
  text-align: center;
}
.use-info-content .info-area .text-box .txt {
  margin-top: 20px;
  font-size: 20px;
  line-height: 34px;
  color: #666;
}
.use-info-content .info-area .text-box .list {
  margin-top: 20px;
  font-size: 20px;
  line-height: 34px;
  color: #666;
}
.use-info-content .info-area .text-box .list > li > ul {
  padding-left: 40px;
}
.use-info-content .info-area .text-box .list > li > ul > li > ul {
  padding-left: 60px;
}
.use-info-content .info-area .text-box .list > li > ul > li > ul > li {
  text-indent: -30px;
}

.data-view-content {
  padding: 148px 0 150px;
}
.data-view-content .center-wrap {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
  border-bottom: 1px solid #999;
}
.data-view-content .center-wrap > .title {
  display: block;
  font-size: 32px;
  line-height: 50px;
  font-weight: bold;
  color: #090909;
}
.data-view-content .detail-area {
  margin-top: 56px;
}
.data-view-content .detail-area .top-info-box {
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
  border-bottom: 1px solid #999;
}
.data-view-content .detail-area .top-info-box .tit {
  padding-left: 32px;
  font-size: 28px;
  font-weight: 600;
  line-height: 50px;
  color: #666666;
  background: url(../images/ic_detail_arrow.svg) no-repeat 0 center;
  background-size: 16px 32px;
}
.data-view-content .detail-area .top-info-box .day {
  font-size: 24px;
  line-height: 50px;
  color: #999;
}
.data-view-content .detail-area .detail-box {
  padding: 40px 0;
  font-size: 24px;
  line-height: 50px;
  font-weight: normal;
  color: #666666;
}
.data-view-content .detail-area .add-box {
  display: flex;
  flex-direction: column;
  padding: 24px 60px;
  background: #F6FAFF;
  border-radius: 24px;
}
.data-view-content .detail-area .add-box .tit {
  margin-bottom: 12px;
  padding-left: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 50px;
  color: #333;
  background: url(../images/ic_detail_add.svg) no-repeat 0 center;
}
.data-view-content .detail-area .add-box a {
  padding-left: 24px;
  font-size: 24px;
  font-weight: 400;
  text-decoration: underline;
  line-height: 50px;
  color: #333;
  background: url(../images/ic_detail_add.svg) no-repeat 0 center;
}
.data-view-content .btn-area {
  margin-top: 40px;
}
.data-view-content .btn-area a {
  display: inline-block;
  line-height: 54px;
  border: 1px solid #007AFF;
  padding: 0 18px;
  border-radius: 28px;
  font-size: 24px;
  font-weight: 500;
  color: #007AFF;
}

.agree-info-content {
  padding: 56px 0 80px;
  background: #f5f5f5;
}
.agree-info-content .center-wrap {
  width: 1200px;
  margin: 0 auto;
}
.agree-info-content .center-wrap > .title {
  display: block;
  font-size: 32px;
  line-height: 50px;
  font-weight: bold;
  color: #090909;
}
.agree-info-content .info-box {
  margin-top: 32px;
  padding: 56px 40px;
  background: #fff;
  border-radius: 28px;
}
.agree-info-content .info-box + .info-box {
  margin-top: 56px;
}
.agree-info-content .info-box > .tit {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #000000;
}
.agree-info-content .info-box > .text {
  margin-top: 40px;
}
.agree-info-content .info-box > .text > .tit {
  display: block;
  margin-top: 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #000;
}
.agree-info-content .info-box > .text > .tit:first-child {
  margin-top: 0;
}
.agree-info-content .info-box > .text > .txt {
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #666666;
}

.company-banner-content {
  width: 1200px;
  margin: 64px auto 0;
  padding-bottom: 150px;
}
.company-banner-content > .title {
  display: block;
  font-size: 32px;
  line-height: 50px;
  font-weight: bold;
  color: #090909;
}
.company-banner-content .top-tab-box {
  display: flex;
  column-gap: 6px;
  margin-top: 41px;
}
.company-banner-content .top-tab-box button {
  height: 36px;
  background: #F4F5F9;
  border-radius: 18px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 600;
  color: #3E4459;
}
.company-banner-content .top-tab-box button.on {
  background: #1E192A;
  color: #fff;
}
.company-banner-content .top-tab-box button + .info-banner-box {
  margin-top: 40px;
}
.company-banner-content .info-banner-box {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 24px;
  margin-top: 36px;
}
.company-banner-content .info-banner-box .info-group {
  width: 224px;
  min-height: 224px;
  background: #f4f5f9;
  border-radius: 28px;
  padding: 16px 16px 48px 16px;
  text-align: center;
}
.company-banner-content .info-banner-box .info-group .company {
  display: block;
  width: 100%;
  height: 117px;
  border-radius: 12px 12px 0 0;
  background: #fff;
}
.company-banner-content .info-banner-box .info-group .company img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: none;
}
.company-banner-content .info-banner-box .info-group .tit {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 33px;
  margin-top: 10px;
  color: #000;
}
.company-banner-content .info-banner-box .info-group .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  width: 100%;
  height: 48px;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.company-banner-content .notice {
  display: block;
  margin-top: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

.com-paging {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 21px;
  margin-top: 74px;
}
.com-paging a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #007aff;
  font-size: 18px;
  font-weight: bold;
  color: #007aff;
}
.com-paging a.on {
  background: #007aff;
  color: #fff;
}
.com-paging a.prev {
  border-color: #999999;
  background: url(../images/paging_prev.svg) no-repeat center center;
  text-indent: -99999px;
}
.com-paging a.next {
  border-color: #999999;
  background: url(../images/paging_next.svg) no-repeat center center;
  text-indent: -99999px;
}

.roadmap-content .map {
    width:1200px;
    height:535px;
}

/* 반응형 */
@media all and (max-width: 1200px) {
  header .top-content .center-area {
    width: 100%;
    padding: 0 20px;
  }
  header .menu-content .center-area {
    width: 100%;
    padding-right: 50px;
  }
  header .menu-content .center-area .close-btn {
    right: 20px;
  }
  header .menu-content .menu-box .menu-list > li > a {
    font-size: 14px;
  }
  footer .center-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    column-gap: 20px;
  }
  .conatiner .top-navi .center-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .data-view-content .center-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-banner-content .main-swiper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mydata-info-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mydata-info-content .info-area {
    column-gap: 15px;
  }
  .company-info-content > .title {
    width: 100%;
    padding-left: 20px;
  }
  .main-link-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-link-content .menu-box + .menu-box::before {
    display: none;
  }
  .biz-info-content .info-box {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .biz-info-content .info-box .info-list {
    column-gap: 10px;
  }
  .biz-data-content .center-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .biz-data-content .history-area {
    column-gap: 10px;
  }
  .biz-orga-content .center-wrap {
    width: 100%;
  }
  .biz-orga-content .center-wrap > .title {
    padding-left: 20px;
  }
  .tel-top-content .center-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .tel-top-content .center-wrap > .bg img {
    width: 100%;
  }
  .company-banner-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .data-list-content .center-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .customer-write-content .center-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .money-data-content .center-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .money-top-content .center-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .money-top-content .center-wrap > .bg img {
    width: 100%;
  }
  .agree-info-content .center-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .company-banner-content .info-banner-box {
    column-gap: 10px;
  }
  .company-banner-content .info-banner-box .info-group {
    width: calc(20% - 8px);
  }
  .finance-top-content .center-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .finance-top-content .center-wrap > .bg .half:nth-child(1) {
    padding: 15px;
  }
  .finance-top-content .center-wrap > .bg .half:nth-child(2) {
    padding: 15px;
  }
  .finance-top-content .center-wrap > .bg .half {
    width: 49%;
  }
  .finance-top-content .center-wrap > .bg .half img {
    width: 100%;
  }
  .roadmap-content .center-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .use-info-content .center-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 1000px) {
  body {
    overflow-x: hidden;
  }
  .wrap.main header .top-content {
    background-color: #030E21;
  }
  header {
    position: fixed;
  }
  header.on .menu-content {
    display: flex;
    right: 0;
  }
  header.on .mo-bg {
    visibility: visible;
    opacity: 1;
  }
  header .mo-bg {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 60px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
  }
  header .top-content {
    background-color: #030E21;
  }
  header .top-content .center-area {
    height: 60px;
  }
  header .top-content .center-area .logo {
    background: url(../images/logo_on.png) no-repeat 0 0;
  }
  header .top-content .center-area .link-box {
    display: none;
  }
  header .top-content .center-area .mobile-btn {
    display: block;
  }
  header .menu-content {
    display: flex;
    position: fixed;
    left: auto;
    right: -300px;
    top: 60px;
    bottom: 0;
    width: 300px;
    z-index: 2;
    transition: right 0.5s;
    border: 0;
  }
  header .menu-content .center-area {
    flex-direction: column;
  }
  header .menu-content .menu-box {
    line-height: 34px;
  }
  header .menu-content .menu-box + .menu-box {
    margin-top: 12px;
  }
  header .menu-content .menu-box > .tit {
    font-size: 14px;
  }
  header .menu-content .menu-box .menu-list > li > a {
    font-size: 12px;
  }
  header .menu-content .menu-box .menu-list > li > a.link::after {
    background-size: auto 14px;
    background-position: center center;
  }
  footer .center-content {
    flex-direction: column;
    height: auto;
    padding: 20px;
  }
  footer .info-box address {
    font-size: 14px;
  }
  footer .info-box .copy {
    font-size: 14px;
  }
  footer .link-box {
    margin-top: 15px;
  }
  footer .link-box select {
    font-size: 12px;
  }
  .customer-write-content .write-area {
    width: 100%;
    margin-top: 20px;
  }
  .main-banner-content {
    height: 400px;
    background-size: cover;
  }
  .main-banner-content .main-swiper {
    height: inherit;
  }
  .main-banner-content .main-swiper .swiper-slide .title {
    font-size: 24px;
    line-height: 30px;
  }
  .main-banner-content .main-swiper .swiper-slide .title br {
    display: none;
  }
  .main-banner-content .main-swiper .swiper-slide .sub-title {
    font-size: 20px;
    line-height: 26px;
  }
  .main-banner-content .main-swiper .swiper-slide .sub-title br {
    display: none;
  }
  .mydata-info-content {
    margin-top: 20px;
    padding-bottom: 0;
  }
  .mydata-info-content > .title {
    font-size: 24px;
    line-height: 40px;
  }
  .mydata-info-content .info-area {
    flex-direction: column;
    row-gap: 10px;
    margin-top: 10px;
  }
  .mydata-info-content .info-area .info-box {
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 10px;
  }
  .mydata-info-content .info-area .info-box:nth-child(1) .tit {
    background-size: auto 50px;
  }
  .mydata-info-content .info-area .info-box:nth-child(2) .tit {
    background-size: auto 60px;
  }
  .mydata-info-content .info-area .info-box .tit {
    padding-top: 25px;
    font-size: 20px;
  }
  .mydata-info-content .info-area .info-box .txt {
    font-size: 16px;
  }
  .mydata-info-content .info-area .info-box a {
    right: 10px;
    top: 10px;
    padding: 5px 25px 5px 10px;
    background-position: right 5px center;
    font-size: 12px;
  }
  .company-info-content {
    margin-top: 20px;
  }
  .company-info-content > .title {
    font-size: 24px;
    line-height: 40px;
  }
  .company-info-content .company-swiper-1, .company-info-content .company-swiper-2 {
    margin-top: 15px;
  }
  .company-info-content .company-swiper-1 .swiper-slide, .company-info-content .company-swiper-2 .swiper-slide {
    height: 90px;
  }
  .main-link-content {
    flex-direction: column;
    margin-top: 40px;
  }
  .main-link-content .menu-box {
    width: 100%;
    padding-bottom: 20px;
  }
  .main-link-content .menu-box .tit {
    font-size: 20px;
  }
  .main-link-content .menu-box .txt {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .main-link-content .menu-box .txt br {
    display: none;
  }
  .main-link-content .menu-box a {
    height: 40px;
    font-size: 14px;
  }
  .main-link-content .menu-box a span {
    background-size: auto 20px;
  }
  .biz-info-content {
    height: auto;
    padding-top: 90px;
    padding-bottom: 20px;
  }
  .biz-info-content .info-box .title {
    font-size: 24px;
    line-height: 30px;
    word-break: keep-all;
  }
  .biz-info-content .info-box .title br {
    display: none;
  }
  .biz-info-content .info-box .info-list {
    flex-direction: column;
    row-gap: 10px;
  }
  .biz-info-content .info-box .info-list li {
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 10px;
  }
  .biz-info-content .info-box .info-list li .tit {
    font-size: 20px;
    line-height: 30px;
  }
  .biz-info-content .info-box .info-list li .tit br {
    display: none;
  }
  .biz-info-content .info-box .info-list li .txt {
    margin-top: 5px;
    font-size: 14px;
    line-height: 26px;
  }
  .biz-info-content .info-box .info-list li .txt br {
    display: none;
  }
  .biz-data-content {
    padding: 20px 0;
  }
  .biz-data-content .center-wrap > .title {
    font-size: 24px;
    line-height: 40px;
  }
  .biz-data-content .history-area {
    flex-direction: column;
    row-gap: 10px;
    margin-top: 20px;
  }
  .biz-data-content .history-area .info-box {
    width: 100%;
    height: auto;
    padding: 10px 20px;
    border-radius: 10px;
  }
  .biz-data-content .history-area .info-box > .tit {
    font-size: 20px;
  }
  .biz-data-content .history-area .info-box .history-group {
    margin-top: 30px;
  }
  .biz-orga-content {
    position: relative;
    height: auto;
    padding-top: 20px;
    background-size: cover;
    background-position: center center;
  }
  .biz-orga-content .center-wrap > .title {
    font-size: 24px;
    line-height: 40px;
  }
  .biz-orga-content .info-box {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 0 20px 40px;
    background: none;
  }
  .biz-orga-content .info-box .ic-1 {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    height: 80px;
    border-radius: 30px;
  }
  .biz-orga-content .info-box .ic-2 {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    height: 80px;
    border-radius: 30px;
  }
  .biz-orga-content .info-box .ic-3 {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    height: 80px;
    border-radius: 30px;
  }
  .biz-orga-content .info-box .ic-4 {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    height: 80px;
    border-radius: 30px;
  }
  .biz-orga-content .info-box ul {
    padding: 20px;
  }
  .biz-orga-content .info-box ul li {
    font-size: 16px;
    line-height: 30px;
    background-size: auto 30px;
    padding-left: 35px;
  }
  .biz-orga-content .info-box ul.list-1 {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    height: auto;
  }
  .biz-orga-content .info-box ul.list-2 {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    height: auto;
  }
  .conatiner .top-navi {
    top: 80px;
  }
  .conatiner .top-navi .center-wrap {
    column-gap: 20px;
  }
  .conatiner .top-navi .center-wrap a {
    font-size: 12px;
  }
  .conatiner .top-navi .center-wrap a::before {
    left: -17px;
  }
  .money-data-content {
    height: auto;
    padding-top: 140px;
    padding-bottom: 30px;
  }
  .money-data-content .center-wrap .title {
    font-size: 24px;
    line-height: 30px;
  }
  .money-data-content .center-wrap .txt {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .money-data-content .center-wrap .txt br {
    display: none;
  }
  .money-top-content .center-wrap {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .money-top-content .center-wrap > .title {
    font-size: 24px;
    line-height: 30px;
  }
  .money-top-content .center-wrap > .bg .pc {
    display: none;
  }
  .money-top-content .center-wrap > .bg .mo {
    display: block;
  }
  .money-top-content .center-wrap .info-txt {
    margin-top: 10px;
    padding: 10px 15px;
    background: none;
    font-size: 14px;
    line-height: 24px;
  }
  .money-top-content .center-wrap .info-txt br {
    display: none;
  }
  .agree-info-content {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .agree-info-content .center-wrap > .title {
    font-size: 24px;
    line-height: 30px;
  }
  .agree-info-content .info-box {
    margin-top: 20px;
    border-radius: 10px;
    padding: 15px;
  }
  .agree-info-content .info-box > .tit {
    font-size: 16px;
    line-height: 24px;
  }
  .agree-info-content .info-box > .text {
    margin-top: 20px;
  }
  .agree-info-content .info-box > .text > .tit {
    font-size: 16px;
    line-height: 24px;
  }
  .agree-info-content .info-box > .text > .txt {
    font-size: 14px;
    line-height: 20px;
  }
  .company-banner-content {
    margin-top: 20px;
    padding-bottom: 60px;
  }
  .company-banner-content > .title {
    font-size: 24px;
    line-height: 30px;
  }
  .company-banner-content .top-tab-box {
    margin-top: 20px;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .company-banner-content .info-banner-box {
    margin-top: 20px;
  }
  .company-banner-content .info-banner-box .info-group {
    width: calc(50% - 5px);
    height: auto;
    min-height: 0;
    padding: 10px;
    border-radius: 10px;
  }
  .company-banner-content .info-banner-box .info-group .company {
    height: 70px;
  }
  .company-banner-content .info-banner-box .info-group .company img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .company-banner-content .info-banner-box .info-group .tit {
    font-size: 16px;
    line-height: 24px;
  }
  .company-banner-content .info-banner-box .info-group .txt {
    font-size: 14px;
    line-height: 20px;
  }
  .company-banner-content .notice {
    margin-top: 10px;
    font-size: 12px;
  }
  .com-paging {
    margin-top: 20px;
    column-gap: 15px;
  }
  .com-paging a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .all-data-content {
    height: auto;
    padding: 140px 20px 30px;
  }
  .all-data-content .center-wrap {
    width: 100%;
  }
  .all-data-content .center-wrap > .title {
    font-size: 24px;
    line-height: 40px;
  }
  .all-data-content .center-wrap .txt {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .all-data-content .center-wrap .txt + .txt {
    margin-top: 10px;
  }
  .all-data-content .center-wrap .txt br {
    display: none;
  }
  .money-top-content .center-wrap .graph-bg {
    margin-top: 20px;
    padding: 20px;
  }
  .money-top-content .center-wrap .graph-bg > .tit {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .money-top-content .center-wrap .graph-bg .pc {
    width: 100%;
    display: none;
  }
  .money-top-content .center-wrap .graph-bg .mo {
    width: 100%;
    display: block;
  }
  .finance-top-content .center-wrap {
    padding-top: 140px;
    padding-bottom: 30px;
  }
  .finance-top-content .center-wrap > .title {
    font-size: 24px;
    line-height: 40px;
  }
  .finance-top-content .center-wrap > .bg {
    margin-top: 10px;
  }
  .finance-top-content .center-wrap > .bg .half {
    border-radius: 10px;
  }
  .finance-top-content .center-wrap > .bg .half .tit {
    padding: 0;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .finance-top-content .center-wrap > .bg .half img.pc {
    display: none;
  }
  .finance-top-content .center-wrap > .bg .half img.mo {
    display: block;
  }
  .tel-top-content .center-wrap {
    height: auto;
    padding-top: 140px;
    padding-bottom: 30px;
  }
  .tel-top-content .center-wrap > .title {
    font-size: 24px;
    line-height: 40px;
  }
  .tel-top-content .center-wrap > .bg {
    margin-top: 20px;
  }
  .tel-top-content .center-wrap > .bg .pc {
    display: none;
  }
  .tel-top-content .center-wrap > .bg .mo {
    display: block;
  }
  .data-list-content {
    padding-top: 140px;
    padding-bottom: 50px;
  }
  .data-list-content .search-area {
    margin-top: 20px;
  }
  .data-list-content .search-area input {
    height: 40px;
    font-size: 16px;
    background-position: 0 center;
    background-size: auto 20px;
    padding-left: 30px;
  }
  .data-list-content .search-area input::placeholder {
    font-size: 16px;
  }
  .data-list-content .data-area {
    flex-direction: column;
    margin-top: 5px;
  }
  .data-list-content .data-area .keyword-box {
    margin-left: -10px;
    margin-bottom: 20px;
    width: 100%;
    row-gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .data-list-content .data-area .keyword-box button {
    font-size: 16px;
    line-height: 30px;
    padding: 0 10px;
  }
  .data-list-content .data-area .data-list-box {
    width: 100%;
    margin-top: 20px;
  }
  .data-list-content .data-area .data-list-box li + li {
    margin-top: 10px;
  }
  .data-list-content .data-area .data-list-box li a {
    padding: 10px;
  }
  .data-list-content .data-area .data-list-box li a .tit {
    font-size: 16px;
    line-height: 24px;
    white-space: normal;
  }
  .data-list-content .data-area .data-list-box li a .day {
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
  }
  .data-list-content .data-area .qna-list-box {
    width: 100%;
    margin-top: 20px;
  }
  .data-list-content .data-area .qna-list-box li + li {
    margin-top: 10px;
  }
  .data-list-content .data-area .qna-list-box li .question-btn {
    padding: 5px 25px 5px 25px;
    font-size: 16px;
    line-height: 24px;
  }
  .data-list-content .data-area .qna-list-box li .question-btn::before {
    left: 5px;
    font-size: 14px;
  }
  .data-list-content .data-area .qna-list-box li .question-btn::after {
    right: 0;
    background-size: auto 14px;
    background-position: center center;
  }
  .data-list-content .data-area .qna-list-box li .answer-view {
    margin-top: 10px;
    padding: 10px 10px 10px 25px;
    font-size: 16px;
    line-height: 24px;
  }
  .data-list-content .data-area .qna-list-box li .answer-view::before {
    left: 5px;
    top: 10px;
    font-size: 14px;
  }
  .data-list-content .com-paging {
    margin-top: 20px;
  }
  .data-view-content {
    padding-top: 140px;
    padding-bottom: 50px;
  }
  .data-view-content .detail-area {
    margin-top: 20px;
  }
  .data-view-content .detail-area .top-info-box {
    padding-bottom: 20px;
  }
  .data-view-content .detail-area .top-info-box .tit {
    font-size: 16px;
    line-height: 24px;
    background-size: auto 24px;
    padding-left: 23px;
  }
  .data-view-content .detail-area .top-info-box .day {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
  }
  .data-view-content .detail-area .detail-box {
    padding: 20px 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .data-view-content .detail-area .add-box {
    padding: 10px;
    border-radius: 10px;
  }
  .data-view-content .detail-area .add-box .tit {
    font-size: 16px;
    line-height: 30px;
    background-size: auto 20px;
  }
  .data-view-content .detail-area .add-box a {
    font-size: 14px;
    line-height: 24px;
    background-size: auto 20px;
  }
  .data-view-content .btn-area a {
    font-size: 16px;
    line-height: 40px;
  }
  .customer-write-content {
    padding-top: 140px;
    padding-bottom: 50px;
  }
  .roadmap-content {
    padding-top: 140px;
    padding-bottom: 50px;
  }
  .roadmap-content .map-area {
    margin-top: 10px;
  }
  .roadmap-content .map-area .info-txt {
    flex-direction: column;
    align-items: flex-start;
    line-height: 24px;
  }
  .roadmap-content .map-area .info-txt .tit {
    font-size: 16px;
  }
  .roadmap-content .map-area .info-txt .txt {
    margin: 5px 0 0;
    font-size: 16px;
  }
  .roadmap-content .traffic-area {
    margin-top: 40px;
  }
  .roadmap-content .traffic-area > .tit {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .roadmap-content .traffic-area .info-box {
    margin-top: 10px;
  }
  .roadmap-content .traffic-area .info-box .subway {
    padding: 0 0 0 50px;
  }
  .roadmap-content .traffic-area .info-box .subway::before {
    left: 0;
    top: 10px;
    transform: none;
    width: 30px;
    height: 30px;
    background-size: auto 20px;
  }
  .roadmap-content .traffic-area .info-box .bus {
    position: relative;
    flex-direction: column;
    padding: 0 0 0 50px;
    margin-top: 20px;
  }
  .roadmap-content .traffic-area .info-box .bus::before {
    left: 0;
    top: 10px;
    transform: none;
    width: 30px;
    height: 30px;
    background-size: auto 20px;
  }
  .roadmap-content .traffic-area .info-box .bus li {
    font-size: 14px;
    line-height: 20px;
  }
  .roadmap-content .traffic-area .info-box .bus .half {
    width: 100%;
  }
  .roadmap-content .traffic-area .info-box .bus .half + .half {
    margin-top: 10px;
  }
  .roadmap-content .traffic-area .info-box .tit {
    font-size: 16px;
    line-height: 24px;
  }
  .roadmap-content .traffic-area .info-box .txt {
    font-size: 14px;
    line-height: 20px;
  }
  .use-info-content {
    padding-bottom: 50px;
  }
  .use-info-content .info-area .text-box {
    padding: 20px;
  }
  .use-info-content .info-area .text-box .title {
    font-size: 24px;
    line-height: 30px;
  }
  .use-info-content .info-area .text-box .tit {
    margin-top: 30px;
    font-size: 20px;
    line-height: 26px;
  }
  .use-info-content .info-area .text-box .txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .use-info-content .info-area .text-box .list {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .use-info-content .info-area .text-box .list > li > ul {
    padding-left: 20px;
  }
  .use-info-content .info-area .text-box .list > li > ul > li > ul {
    padding-left: 20px;
  }
  .data-list-content.qna-type .data-area {
    margin-top: 36px;
  }
  .roadmap-content .map {
    width: auto;
    height:535px;
  }
}/*# sourceMappingURL=style.css.map */