@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, 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%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

button {
  background: none;
  border: none;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  outline: none;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.color-blue {
  color: #004EA2;
}

.bg-gray {
  background-color: #F4F7F9;
}

.bg-gray2 {
  background-color: #F8F8F8;
}

.bg-blue {
  background-color: #004EA2;
}

.bg-orange {
  background-color: #FF8E3F;
}

.bg-white {
  background-color: #fff;
}

.bold {
  font-weight: bold;
}

.regular {
  font-weight: 400;
}

.show-sp {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .show-sp {
    display: block !important;
  }
}

@media only screen and (max-width: 750px) {
  .hide-sp {
    display: none !important;
  }
}

.show-tb {
  display: none !important;
}
@media only screen and (max-width: 850px) {
  .show-tb {
    display: block !important;
  }
}

@media only screen and (max-width: 850px) {
  .hide-tb {
    display: none !important;
  }
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "UD Shin Go Regular", sans-serif;
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: #3E3A39;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 750px) {
  body {
    line-height: 2.8rem;
  }
}

.anchor {
  display: block;
  position: relative;
  top: -130px;
  visibility: hidden;
}

/* Link */
.transition, #features-inner #advantage .advantage .content .advantage-list ul li a .brief::after, #case .case .content .case-list ul li a.with-button .brief .btn-box .btn, #resource .resource .content .resource-list > ul > li a .btn-box .btn, .blog-list ul li a .brief, #blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-list-related ul li a .brief .btn-box .btn, #blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-list-related.article ul li a .brief::after, #service .service .service-btn ul li a .text p, #seminar .seminar .content .slide .swiper-seminar .swiper-slide a .brief, #seminar .seminar .content .slide .swiper-seminar .swiper-slide, .menu-dropdown, .menu-responsive, .btn.icon-abs-right .icon img, .btn.icon-right .icon img, .btn.icon-left .icon img, a::after, a::before, button::after, button::before, a .cover img, button .cover img, a, button {
  -webkit-transition: all 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
}

a, button {
  color: #3E3A39;
  text-decoration: none;
}
a:hover, button:hover {
  opacity: 0.8;
}
a:hover .cover img, button:hover .cover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
a:hover .text-link-underline, button:hover .text-link-underline {
  text-decoration: none;
  background-size: 100% 1px;
  background-position: left bottom;
  padding-bottom: 1px;
  text-decoration: none;
  background-size: 100% 1px;
  background-position: left bottom;
  padding-bottom: 1px;
}
a .cover, button .cover {
  overflow: hidden;
}
strong {
  font-weight: bold;
}

.link-blue-underline {
  color: #004EA2;
  text-decoration: underline;
}

.link-underline {
  text-decoration: underline;
}

.text-link-underline {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#40404b), to(#40404b));
  background-image: linear-gradient(90deg, #40404b, #40404b);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s ease-in-out;
  transition: background-size 0.3s ease-in-out;
  padding-bottom: 1px;
}

/* Txthead */
h1, h2, h3, h4, h5, h6 {
  font-family: "UD Shin Go DemiBold", sans-serif !important;
}

.txthead-box.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb60 {
    margin-bottom: 40px;
  }
}
.txthead-box.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb40 {
    margin-bottom: 35px;
  }
}
.txthead-box.mb30 {
  margin-bottom: 30px;
}
.txthead-box.mb25 {
  margin-bottom: 25px;
}
.txthead-box.mb20 {
  margin-bottom: 20px;
}

.fz42 {
  font-size: 4.2rem;
  line-height: 4.7rem;
}
@media only screen and (max-width: 1200px) {
  .fz42 {
    font-size: 3.8rem;
    line-height: 4.8rem;
  }
}
@media only screen and (max-width: 750px) {
  .fz42 {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}
.fz42 + .fz18 {
  margin-top: 35px;
}

.fz32 {
  font-size: 3.2rem;
  line-height: 4rem;
}
@media only screen and (max-width: 1200px) {
  .fz32 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 750px) {
  .fz32 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.fz32 + .fz20 {
  margin-top: 5px;
}
.fz32 + .fz18 {
  margin-top: 35px;
}
.fz32 + .fz14 {
  margin-top: 15px;
}

.fz28 {
  font-size: 2.8rem;
  line-height: 4.2rem;
}
@media only screen and (max-width: 1200px) {
  .fz28 {
    font-size: 2.4rem;
    line-height: 3.8rem;
  }
}
@media only screen and (max-width: 750px) {
  .fz28 {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}
.fz28 + .fz18 {
  margin-top: 35px;
}
@media only screen and (max-width: 1200px) {
  .fz28 + .fz18 {
    margin-top: 25px;
  }
}

.fz20 {
  font-size: 2rem;
  line-height: 3rem;
}
@media only screen and (max-width: 1200px) {
  .fz20 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

.fz18 {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media only screen and (max-width: 1200px) {
  .fz18 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

.fz14 {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .fz14 {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
}

.txt-center {
  margin: auto;
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
  max-width: inherit !important;
}

.seperator {
  position: relative;
  padding-bottom: 25px;
}
.seperator::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 2px;
  background: #0380D7;
  background: -webkit-gradient(linear, left top, right top, from(rgb(3, 128, 215)), to(rgb(3, 155, 237)));
  background: linear-gradient(to right, rgb(3, 128, 215) 0%, rgb(3, 155, 237) 100%);
}
.seperator.center::after {
  right: 0;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.seperator.blue {
  color: #004EA2;
}
.seperator.blue::after {
  background: #004EA2;
}
.seperator.blue a {
  color: #004EA2;
}

.center {
  text-align: center;
}

.line-blue {
  position: relative;
  padding-top: 3px;
  padding-left: 20px;
}
.line-blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 6px;
  height: 45px;
  background-color: #004EA2;
}
@media only screen and (max-width: 750px) {
  .line-blue::before {
    width: 5px;
    height: 34px;
  }
}

.line-yellow {
  position: relative;
  padding-top: 3px;
  padding-left: 20px;
}
.line-yellow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 6px;
  height: 45px;
  background-color: #FFD400;
}
@media only screen and (max-width: 750px) {
  .line-yellow::before {
    width: 5px;
    height: 34px;
  }
}

.line-cyan {
  position: relative;
  padding-top: 3px;
  padding-left: 20px;
}
.line-cyan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 6px;
  height: 45px;
  background-color: #21C6B5;
}
@media only screen and (max-width: 750px) {
  .line-cyan::before {
    width: 5px;
    height: 34px;
  }
}

.line-red {
  position: relative;
  padding-top: 3px;
  padding-left: 20px;
}
.line-red::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 6px;
  height: 45px;
  background-color: #D90049;
}
@media only screen and (max-width: 750px) {
  .line-red::before {
    width: 5px;
    height: 34px;
  }
}

/* Button */
.btn-box.mt60 {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .btn-box.mt60 {
    margin-top: 40px;
  }
}
.btn-box.mt40 {
  margin-top: 40px;
}
.btn-box.mt30 {
  margin-top: 30px;
}
.btn-box.mt20 {
  margin-top: 20px;
}
.btn-box.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  .btn-box.flex-wrap {
    gap: 10px;
  }
}
.btn-box.flex-wrap.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn {
  line-height: 2rem;
}
.btn.radius {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  border-radius: 30px;
}
.btn.radius .txt {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.btn.radius.radius5px {
  border-radius: 5px;
}
.btn.radius.small {
  height: 50px;
  border-radius: 25px;
}
.btn.radius.small .txt {
  font-size: 1.4rem;
}
.btn.radius.smallest {
  height: 44px;
  border-radius: 22px;
}
.btn.radius.smallest .txt {
  font-size: 1.4rem;
}
.btn.radius.blue {
  color: #fff;
  background-color: #004EA2;
}
.btn.radius.blue:hover {
  opacity: 1;
  background-color: #0067d5;
}
.btn.radius.blue .text-link-underline {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(90deg, #ffffff, #ffffff);
}
.btn.radius.border-blue {
  color: #004EA2;
  border: 1px solid #004EA2;
  background-color: #fff;
}
.btn.radius.border-blue .text-link-underline {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(90deg, #ffffff, #ffffff);
}
.btn.radius.border-blue.shadow-blue {
  box-shadow: 0px 10px 20px 0px rgba(227, 237, 245, 0.7);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(227, 237, 245, 0.7);
  -moz-box-shadow: 0px 10px 20px 0px rgba(227, 237, 245, 0.7);
}
.btn.radius.border-blue.btn-on, .btn.radius.border-blue:hover {
  opacity: 1;
  color: #fff;
  background-color: #004EA2;
}
.btn.radius.border-blue.btn-on img, .btn.radius.border-blue:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(22%) saturate(0%) hue-rotate(342deg) brightness(104%) contrast(100%);
  filter: brightness(0) saturate(100%) invert(99%) sepia(22%) saturate(0%) hue-rotate(342deg) brightness(104%) contrast(100%);
}
.btn.radius.orange {
  color: #fff;
  background-color: #FF8E3F;
}
.btn.radius.orange:hover {
  opacity: 1;
  background-color: #ffac72;
}
.btn.radius.orange .text-link-underline {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(90deg, #ffffff, #ffffff);
}
.btn.radius.shadow-blue {
  box-shadow: 0px 10px 20px 0px rgba(227, 237, 245, 0.7);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(227, 237, 245, 0.7);
  -moz-box-shadow: 0px 10px 20px 0px rgba(227, 237, 245, 0.7);
}
.btn.radius.shadow-content {
  box-shadow: 0px 10px 30px 0px rgba(55, 51, 50, 0.25);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(55, 51, 50, 0.25);
  -moz-box-shadow: 0px 10px 30px 0px rgba(55, 51, 50, 0.25);
}
.btn.radius.shadow-black {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.btn.icon-left .icon {
  margin-right: 10px;
}
.btn.icon-right .icon {
  margin-left: 10px;
}
.btn.icon-abs-right {
  position: relative;
}
.btn.icon-abs-right .icon {
  position: absolute;
  right: 25px;
  z-index: 1;
}
.btn.w-520 {
  width: 100%;
  max-width: 520px;
}
.btn.w-450 {
  width: 100%;
  max-width: 450px;
}
.btn.w-400 {
  width: 100%;
  max-width: 400px;
}
.btn.w-350 {
  width: 100%;
  max-width: 350px;
}
.btn.w-300 {
  width: 100%;
  max-width: 300px;
}
.btn.w-280 {
  width: 100%;
  max-width: 280px;
}
.btn.w-220 {
  width: 100%;
  max-width: 220px;
}
.btn.w-200 {
  width: 100%;
  max-width: 200px;
}
.btn.center {
  margin-left: auto;
  margin-right: auto;
}

.btn-page {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  .btn-page {
    margin-top: 40px;
    gap: 15px;
  }
}
.btn-page .btn {
  width: 160px;
  min-width: 160px;
}
@media only screen and (max-width: 750px) {
  .btn-page .btn {
    width: 130px;
    min-width: 130px;
  }
}
.btn-page .btn.disabled {
  display: none;
}

.btn-page-no {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .btn-page-no {
    margin-top: 40px;
  }
}
.btn-page-no ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.btn-page-no ul li a {
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #004EA2;
  color: #004EA2;
}
@media only screen and (max-width: 750px) {
  .btn-page-no ul li a {
    width: 32px;
  }
}
.btn-page-no ul li a.current {
  color: #fff;
  background-color: #004EA2;
}

.btn-page-news {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 60px;
}
@media only screen and (max-width: 1200px) {
  .btn-page-news {
    padding: 0;
  }
}
@media only screen and (max-width: 750px) {
  .btn-page-news {
    margin-top: 40px;
    padding: 0;
  }
}
.btn-page-news .prev, .btn-page-news .next {
  width: 100%;
  max-width: 160px;
}
.btn-page-news .main {
  width: 100%;
  max-width: 280px;
}
@media only screen and (max-width: 750px) {
  .btn-page-news .main {
    display: none;
  }
}

/* Content */
#wrapper {
  position: relative;
  padding-top: 70px;
}
@media only screen and (max-width: 1200px) {
  #wrapper {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 750px) {
  #wrapper {
    padding-top: 100px;
  }
}

main {
  position: relative;
}

.content-1280 {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.content-1180 {
  width: 90%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.content-1160 {
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.content-1030 {
  width: 90%;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
}

.content-1024 {
  width: 90%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.content-900 {
  width: 90%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.content-850 {
  width: 90%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.content-800 {
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.pt60 {
  padding-top: 60px;
}

.pb120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 750px) {
  .pb120 {
    padding-bottom: 80px;
  }
}

.pad80120 {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 750px) {
  .pad80120 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.pad60120 {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 750px) {
  .pad60120 {
    padding-bottom: 80px;
  }
}

.pad40120 {
  padding-top: 40px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 750px) {
  .pad40120 {
    padding-bottom: 80px;
  }
}

.pad80100 {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 750px) {
  .pad80100 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.pad80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .pad80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pad100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 750px) {
  .pad100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pad60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pad-t60 {
  padding-top: 60px;
}
@media only screen and (max-width: 750px) {
  .pad-t60 {
    padding-top: 30px;
  }
}

.mgl-20 {
  margin-left: -20px;
}
@media only screen and (max-width: 750px) {
  .mgl-20 {
    margin-left: -10px;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mgt20 {
  margin-top: 20px;
}

.mgt40 {
  margin-top: 40px;
}

.mgt60 {
  margin-top: 60px;
}

.mgb20 {
  margin-bottom: 20px;
}

.pad-2020 {
  padding: 20px 0;
}

.dis-block {
  display: block;
}

.dis-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.txt-link {
  color: #004EA2;
  text-decoration: underline;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.pad0-60 {
  padding-top: 0px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .pad0-60 {
    padding-bottom: 30px;
  }
}

.img-w100 {
  width: 100%;
}

.w-100-grid {
  -ms-grid-columns: inherit !important;
  grid-template-columns: inherit !important;
}

.border-line {
  border: 1px solid #ebebeb;
}

.gototop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  -webkit-transition: position 0.3s, bottom 0.3s;
  transition: position 0.3s, bottom 0.3s;
}
.gototop.abs {
  position: absolute;
}
.gototop a {
  display: block;
}

/* Breadcrumb */
#breadcrumb {
  position: relative;
  border-top: 1px solid #EBEBEB;
}
@media only screen and (max-width: 1200px) {
  #breadcrumb {
    display: none;
  }
}
#breadcrumb.static.bg {
  background-color: #fff;
}
#breadcrumb.static .breadcrumb {
  position: static;
  padding: 5px 0;
}
#breadcrumb .breadcrumb {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  z-index: 1;
}
#breadcrumb .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#breadcrumb .breadcrumb ul li {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: bold;
  background-image: url("/assets_new/images/commons/breadcrumb-arrow.svg");
  background-repeat: no-repeat;
  background-position: top 6px right;
  background-size: 7px;
  padding-right: 18px;
  margin-right: 10px;
}
#breadcrumb .breadcrumb ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  background-repeat: no-repeat;
  background-image: none;
}
#breadcrumb .breadcrumb ul li a {
  display: table;
  font-weight: 400;
  color: #004EA2;
}
#breadcrumb .breadcrumb ul li a:hover {
  text-decoration: underline;
}

/* Btn Scroll */
.btn-scroll > ul > li {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  .btn-scroll > ul > li {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
.btn-scroll > ul > li + li {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  .btn-scroll > ul > li + li {
    margin-top: 30px;
  }
}
.btn-scroll > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #EBEBEB;
}
.btn-scroll > ul > li > a .txt {
  margin-right: 6px;
}
.btn-scroll > ul > li a:hover {
  opacity: 1;
  color: #004EA2;
}
.btn-scroll > ul > li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}
.btn-scroll > ul > li ul li {
  margin-top: 10px;
  margin-right: 40px;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  .btn-scroll > ul > li ul li {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.btn-scroll > ul > li ul li a {
  color: #3E3A39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 25px;
  background-image: url("/assets_new/images/commons/btn-scroll-arrow-white.svg");
  background-repeat: no-repeat;
  background-position: top 3px left;
  background-size: 25px;
  padding-left: 32px;
}
@media only screen and (max-width: 750px) {
  .btn-scroll > ul > li ul li a {
    background-size: 20px;
    padding-left: 28px;
  }
}

.btn-scroll-list {
  padding-bottom: 15px;
  border-bottom: 1px solid #EBEBEB;
}
.btn-scroll-list.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .btn-scroll-list.mb60 {
    margin-bottom: 30px;
  }
}
.btn-scroll-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn-scroll-list ul.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-scroll-list ul.center li {
  margin: 7px 40px;
}
@media only screen and (max-width: 750px) {
  .btn-scroll-list ul.center li {
    margin: 7px 15px;
  }
}
.btn-scroll-list ul li {
  margin: 7px 40px 7px 0;
}
@media only screen and (max-width: 750px) {
  .btn-scroll-list ul li {
    margin: 7px 15px 7px 0;
  }
}
.btn-scroll-list ul li a {
  display: block;
  padding-left: 33px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  background-image: url("/assets_new/images/commons/btn-scroll-arrow-white.svg");
  background-repeat: no-repeat;
  background-position: top 1px left;
  background-size: 25px;
}
.btn-scroll-list ul li a:hover {
  opacity: 1;
  color: #004EA2;
  text-decoration: underline;
}

.bg-dot {
  background-image: url("/assets_new/images/commons/bg-dot.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: 24px;
}

/* MV Inner */
#mv-inner {
  position: relative;
}
#mv-inner .mv-inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 240px;
}
#mv-inner .mv-inner .mv-inner-text {
  color: #fff;
}
#mv-inner .mv-inner .mv-inner-text h1 {
  font-size: 4.2rem;
  line-height: 5.2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #mv-inner .mv-inner .mv-inner-text h1 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .mv-inner-text h1 {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}
#mv-inner .mv-inner .mv-inner-text h1 span {
  font-size: 2.5rem;
  line-height: 3.5rem;
  display: block;
  margin-top: 3px;
}
@media only screen and (max-width: 1200px) {
  #mv-inner .mv-inner .mv-inner-text h1 span {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .mv-inner-text h1 span {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#mv-inner .mv-inner .mv-inner-text p {
  margin-top: 12px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #mv-inner .mv-inner .mv-inner-text p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .mv-inner-text p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#mv-inner .mv-inner-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#mv-inner .mv-inner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tt-blue-line {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  border-left: 4px solid #004EA2;
  padding-left: 14px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1200px) {
  .tt-blue-line {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
}

.box-step {
  margin-bottom: 30px;
}
.box-step .box {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background-color: #F8F8F8;
}
@media only screen and (max-width: 750px) {
  .box-step .box {
    display: block;
    padding: 20px;
  }
}
.box-step .box + .box {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .box-step .box + .box {
    margin-top: 5%;
  }
}
.box-step .box .topic {
  width: 130px;
  min-width: 130px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  color: #004EA2;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .box-step .box .topic {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  .box-step .box .topic {
    width: auto;
    text-align: left;
    margin-bottom: 5px;
  }
}
.box-step .box .text {
  width: 100%;
}

/* Form */
input, textarea, select {
  font-family: "UD Shin Go Regular", sans-serif;
  font-size: 16px;
  line-height: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.textbox {
  background-image: url("/assets_new/images/commons/btn-select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 10px;
}

.textbox {
  display: table;
  width: 100%;
  padding: 10px 15px;
  font-family: "UD Shin Go Regular", sans-serif;
  font-size: 16px;
  line-height: 26px;
  background-color: #fff;
  border: 1px solid #D7D7D7;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #C5C4C4;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #C5C4C4;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #C5C4C4;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #C5C4C4;
}

::placeholder { /* Most modern browsers support this now. */
  color: #C5C4C4;
}

.chkbox-btn {
  display: table;
  position: relative;
  padding-left: 30px;
  line-height: 2.6rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chkbox-btn:last-child {
  margin-right: 0;
}

.chkbox-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.chkbox {
  position: absolute;
  top: 3px;
  left: 0;
  border: 1px solid #DEDEDE;
  height: 20px;
  width: 20px;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  .chkbox {
    top: 4px;
  }
}

.chkbox-btn:hover input ~ .chkbox {
  opacity: 0.8;
}

.chkbox-btn input:checked ~ .chkbox {
  background-color: #fff;
  border-color: #004EA2;
}

.chkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.chkbox-btn input:checked ~ .chkbox:after {
  display: block;
}

.chkbox-btn .chkbox:after {
  top: 0px;
  left: 6px;
  width: 4px;
  height: 12px;
  border: solid #004EA2;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  background-color: #fff;
}
header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  padding-left: 20px;
}
@media only screen and (max-width: 750px) {
  header .header {
    height: 60px;
    padding-left: 5%;
  }
}
header .header .col-left a {
  display: table;
}
@media only screen and (max-width: 750px) {
  header .header .col-left a img {
    width: auto;
    height: 20px;
  }
}
header .header .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header .col-right nav {
  margin-right: 25px;
}
@media only screen and (max-width: 1300px) {
  header .header .col-right nav {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  header .header .col-right nav {
    display: none;
  }
}
header .header .col-right nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 1300px) {
  header .header .col-right nav ul {
    gap: 20px;
  }
}
header .header .col-right nav ul li a {
  display: block;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 600;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  header .header .col-right nav ul li a {
    font-size: 1.3rem;
  }
}
header .header .col-right nav ul li a:hover {
  opacity: 1;
  color: #004EA2;
}
header .header .col-right nav ul li a:hover::after {
  width: 100%;
  margin-left: 0;
}
header .header .col-right nav ul li a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  z-index: 1;
  display: table;
  margin-left: auto;
  width: 0;
  height: 2px;
  background-color: #004EA2;
}
header .header .col-right .lang {
  margin-right: 20px;
  border-radius: 13px;
  overflow: hidden;
  background-color: #F8F8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1300px) {
  header .header .col-right .lang {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  header .header .col-right .lang {
    display: none;
  }
}
header .header .col-right .lang a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  height: 26px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 600;
}
header .header .col-right .lang a.current {
  color: #8B8888;
  background-color: #EBEBEB;
}
header .header .col-right .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header .col-right .button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 70px;
  color: #fff;
}
@media only screen and (max-width: 1300px) {
  header .header .col-right .button a {
    width: 110px;
  }
}
@media only screen and (max-width: 1200px) {
  header .header .col-right .button a {
    width: auto;
    aspect-ratio: 1/1;
  }
}
@media only screen and (max-width: 750px) {
  header .header .col-right .button a {
    height: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  header .header .col-right .button a:nth-child(1) > div .icon img {
    width: 18px;
    height: auto;
  }
}
@media only screen and (max-width: 1200px) {
  header .header .col-right .button a:nth-child(2) > div .icon img {
    width: 24px;
    height: auto;
  }
}
header .header .col-right .button a > div .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1200px) {
  header .header .col-right .button a > div .icon {
    height: auto;
  }
}
header .header .col-right .button a > div .txt {
  display: block;
  margin-top: 6px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  header .header .col-right .button a > div .txt {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
}
@media only screen and (max-width: 1200px) {
  header .header .col-right .button a > div .txt {
    display: none;
  }
}
header .header .col-right .btn-burger {
  display: none;
  height: 70px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 1200px) {
  header .header .col-right .btn-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 750px) {
  header .header .col-right .btn-burger {
    height: 60px;
  }
}
header .header .col-right .btn-burger .bar-icon {
  position: relative;
}
header .header .col-right .btn-burger .bar-icon:hover {
  opacity: 1;
}
header .header .col-right .btn-burger .bar-icon .bar1, header .header .col-right .btn-burger .bar-icon .bar2, header .header .col-right .btn-burger .bar-icon .bar3 {
  width: 30px;
  height: 2px;
  margin: 8px 0;
  background-color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .header .col-right .btn-burger .open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-7px, 7px);
  transform: rotate(-45deg) translate(-7px, 7px);
}
header .header .col-right .btn-burger .open .bar2 {
  opacity: 0;
}
header .header .col-right .btn-burger .open .bar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -7px);
  transform: rotate(45deg) translate(-7px, -7px);
}

/* Menu Scroll */
#menu-scroll {
  display: none;
  padding: 0 5%;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 13;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
@media only screen and (max-width: 1200px) {
  #menu-scroll {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #menu-scroll {
    top: 60px;
  }
}
#menu-scroll .menu-scroll {
  overflow: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
#menu-scroll .menu-scroll::-webkit-scrollbar {
  display: none;
}
#menu-scroll .menu-scroll ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  gap: 25px;
  height: 40px;
}
#menu-scroll .menu-scroll ul li a {
  display: table;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  #menu-scroll .menu-scroll ul li a {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

/* Menu Responsive */
.menu-responsive {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 14;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-top: 70px;
  padding-bottom: 40px;
  background-color: #fff;
  overflow: auto;
  display: none;
  opacity: 0;
  visibility: hidden;
}
.menu-responsive.active {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1200px) {
  .menu-responsive {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .menu-responsive {
    padding-top: 60px;
  }
}
.menu-responsive nav > ul > li + li {
  border-top: 1px solid #EBEBEB;
}
.menu-responsive nav > ul > li.small a {
  font-size: 1.4rem;
  font-weight: 400;
}
.menu-responsive nav > ul > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  padding: 8px 20px;
}
.menu-responsive nav > ul > li > a .icon {
  margin-left: 5px;
}
.menu-responsive nav > ul > li > a.toggle-btn {
  background-image: url("/assets_new/images/commons/menu-toggle-close.png");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 18px;
}
@media only screen and (max-width: 750px) {
  .menu-responsive nav > ul > li > a.toggle-btn {
    background-size: 14px;
  }
}
.menu-responsive nav > ul > li > a.toggle-btn.active {
  background-image: url("/assets_new/images/commons/menu-toggle-open.png");
}
.menu-responsive nav > ul > li ul {
  border-top: 1px solid #EBEBEB;
  background-color: #F9F9F9;
}
.menu-responsive nav > ul > li ul.toggle-content {
  display: none;
}
.menu-responsive nav > ul > li ul li {
  font-size: 1.4rem;
}
.menu-responsive nav > ul > li ul li + li {
  border-top: 1px solid #EBEBEB;
}
.menu-responsive nav > ul > li ul li a {
  display: block;
  padding: 4px 40px;
  position: relative;
}
.menu-responsive nav > ul > li ul li a::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 20px;
  z-index: 1;
  width: 10px;
  height: 1px;
  background-color: #004EA2;
}
.menu-responsive .lang {
  margin-top: 40px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #F8F8F8;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  .menu-responsive .lang {
    margin-top: 20px;
  }
}
.menu-responsive .lang a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 34px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 600;
}
.menu-responsive .lang a.current {
  color: #8B8888;
  background-color: #EBEBEB;
}

.active-mn-01 .mn-01,
.active-mn-02 .mn-02,
.active-mn-03 .mn-03,
.active-mn-04 .mn-04,
.active-mn-05 .mn-05,
.active-mn-06 .mn-06,
.active-mn-07 .mn-07 {
  color: #004EA2 !important;
}
.active-mn-01 .mn-01::after,
.active-mn-02 .mn-02::after,
.active-mn-03 .mn-03::after,
.active-mn-04 .mn-04::after,
.active-mn-05 .mn-05::after,
.active-mn-06 .mn-06::after,
.active-mn-07 .mn-07::after {
  width: 100% !important;
}

/* Menu Dropdown */
.menu-dropdown {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 14;
  width: 90%;
  max-width: 1024px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1200px) {
  .menu-dropdown {
    display: none !important;
  }
}
.menu-dropdown.active {
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.menu-dropdown .box-white {
  padding: 20px 40px 40px 40px;
  background-color: #fff;
  box-shadow: 0px 20px 20px 0px rgb(227, 237, 245);
  -webkit-box-shadow: 0px 20px 20px 0px rgb(227, 237, 245);
  -moz-box-shadow: 0px 20px 20px 0px rgb(227, 237, 245);
}
.menu-dropdown .box-white .content .row + .row {
  margin-top: 35px;
}
.menu-dropdown .box-white .content .row .ttl {
  display: table;
  width: 100%;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  padding: 5px 0 5px 10px;
  background-color: #F7F7F7;
  position: relative;
  margin-bottom: 20px;
  background-image: url("/assets_new/images/commons/dropdown-icon-circle-right.svg");
  background-repeat: no-repeat;
  background-position: center right 8px;
  background-size: 18px;
}
.menu-dropdown .box-white .content .row .ttl:hover {
  opacity: 1;
  color: #004EA2;
  text-decoration: underline;
}
.menu-dropdown .box-white .content .row .ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 4px;
  height: 60%;
  background-color: #004EA2;
  margin-top: auto;
  margin-bottom: auto;
  display: table;
}
.menu-dropdown .box-white .content .row ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  grid-row-gap: 15px;
}
.menu-dropdown .box-white .content .row ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 5px;
}
.menu-dropdown .box-white .content .row ul li a {
  display: table;
  padding-right: 15px;
  line-height: 2.2rem;
  background-image: url("/assets_new/images/commons/dropdown-icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 7px;
}
.menu-dropdown .box-white .content .row ul li a span {
  font-size: 1.4rem;
}
.menu-dropdown .box-white .content .row ul li a:hover {
  opacity: 1;
  color: #004EA2;
  text-decoration: underline;
}
.menu-dropdown .box-white .btn-close {
  margin-top: 30px;
}
.menu-dropdown .box-white .btn-close .btn {
  height: 45px;
}

/* Footer */
footer {
  color: #fff;
  background-color: #373332;
}
footer .footer {
  padding: 80px 0;
}
@media only screen and (max-width: 1200px) {
  footer .footer {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer {
    padding: 40px 0;
  }
}
footer .footer .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  padding-bottom: 35px;
  border-bottom: 1px solid #838383;
}
@media only screen and (max-width: 750px) {
  footer .footer .ttl {
    display: block;
    margin-bottom: 30px;
  }
}
footer .footer .ttl .logo a {
  display: table;
}
@media only screen and (max-width: 1200px) {
  footer .footer .ttl .logo a img {
    width: auto;
    height: 30px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .ttl .logo a img {
    height: 20px;
  }
}
footer .footer .ttl .field {
  position: relative;
  width: 250px;
}
@media only screen and (max-width: 750px) {
  footer .footer .ttl .field {
    width: 100%;
    margin-top: 15px;
  }
}
footer .footer .ttl .field input[type=image] {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
}
footer .footer .ttl .field input[type=text] {
  display: block;
  width: 100%;
  padding: 6px 45px 6px 20px;
  font-family: "UD Shin Go Regular", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  border: 1px solid #838383;
  background-color: #423C3C;
  border-radius: 20px;
  outline: none;
}
footer .footer .ttl .field input[type=text]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #fff;
}
footer .footer .ttl .field input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
footer .footer .ttl .field input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
footer .footer .ttl .field input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
footer .footer .ttl .field input[type=text]::placeholder { /* Most modern browsers support this now. */
  color: #fff;
}
footer .footer .sitemap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 850px) {
  footer .footer .sitemap {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .sitemap {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
footer .footer .sitemap .col > ul > li {
  display: table;
}
footer .footer .sitemap .col > ul > li + li {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  footer .footer .sitemap .col > ul > li + li {
    margin-top: 10px;
  }
}
footer .footer .sitemap .col > ul > li > a {
  font-weight: 700;
}
footer .footer .sitemap .col > ul > li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
}
footer .footer .sitemap .col > ul > li a .icon {
  margin-top: 9px;
  margin-left: 6px;
}
footer .footer .sitemap .col > ul > li a:hover {
  text-decoration: underline;
}
footer .footer .sitemap .col > ul > li ul {
  margin-top: 15px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 750px) {
  footer .footer .sitemap .col > ul > li ul {
    margin-top: 10px;
  }
}
footer .footer .sitemap .col > ul > li ul li {
  position: relative;
  padding-left: 16px;
}
footer .footer .sitemap .col > ul > li ul li + li {
  margin-top: 8px;
}
@media only screen and (max-width: 750px) {
  footer .footer .sitemap .col > ul > li ul li + li {
    margin-top: 2px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .sitemap .col > ul > li ul li a {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
footer .footer .sitemap .col > ul > li ul li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 1px;
  background: #0380D7;
  background: -webkit-gradient(linear, left top, right top, from(rgb(3, 128, 215)), to(rgb(3, 155, 237)));
  background: linear-gradient(to right, rgb(3, 128, 215) 0%, rgb(3, 155, 237) 100%);
}
@media only screen and (max-width: 750px) {
  footer .footer .sitemap .col > ul > li ul li::before {
    top: 14px;
  }
}
footer .copyright {
  padding: 18px 0;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #fff;
  text-align: center;
  background-color: #2D2929;
}

/* MV */
#mv .mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 650px;
  background-image: url("/assets_new/images/top/mv-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  #mv .mv {
    height: auto;
    background-image: url("/assets_new/images/top/mv-bg-sp.jpg");
    background-position: bottom right;
  }
}
#mv .mv .content {
  width: 100%;
  padding-left: 2.77%;
}
@media only screen and (max-width: 750px) {
  #mv .mv .content {
    padding: 30px 5%;
  }
}
#mv .mv .content .ttl {
  width: 68.472%;
  max-width: 986px;
}
@media only screen and (max-width: 750px) {
  #mv .mv .content .ttl {
    width: 100%;
  }
}
#mv .mv .content .button {
  margin-top: 80px;
}
@media only screen and (max-width: 850px) {
  #mv .mv .content .button {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .content .button {
    margin-top: 25px;
  }
}
#mv .mv .content .button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 850px) {
  #mv .mv .content .button ul {
    display: block;
  }
}
#mv .mv .content .button ul li {
  width: 220px;
}
@media only screen and (max-width: 850px) {
  #mv .mv .content .button ul li {
    width: 260px;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .content .button ul li {
    width: 200px;
  }
}
@media only screen and (max-width: 850px) {
  #mv .mv .content .button ul li + li {
    margin-top: 20px;
  }
}
#mv .mv .content .button ul li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #mv .mv .content .button ul li p {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
#mv .mv .content .button ul li p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#mv .mv .content .button ul li p span:first-child {
  margin-right: 8px;
}
#mv .mv .content .button ul li p span:last-child {
  margin-left: 8px;
}
@media only screen and (max-width: 750px) {
  #mv .mv .content .button ul li p {
    margin-bottom: 10px;
  }
}
#mv .mv .content .button ul li p img {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #mv .mv .content .button ul li p img {
    width: auto;
    height: 15px;
  }
}

/* Client */
#client {
  overflow: hidden;
}
#client .client .content .slide-left-loop {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#client .client .content .slide-left-loop .loop-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: scroll-left 60s linear infinite;
  animation: scroll-left 60s linear infinite;
}
#client .client .content .slide-left-loop .loop-track img {
  width: auto;
  height: 212px;
}
@media only screen and (max-width: 750px) {
  #client .client .content .slide-left-loop .loop-track img {
    height: 112px;
  }
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* Propose */
#propose {
  background-image: url("/assets_new/images/top/propose-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#propose .propose .content {
  position: relative;
  width: 100%;
  max-width: 840px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -webkit-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -moz-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  border-radius: 10px;
}
@media only screen and (max-width: 750px) {
  #propose .propose .content {
    display: block;
    padding: 30px;
  }
}
#propose .propose .content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
  z-index: 1;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 1px;
  height: 70%;
  background-color: #EBEBEB;
}
@media only screen and (max-width: 750px) {
  #propose .propose .content::after {
    display: none;
  }
}
#propose .propose .content.col-one .col {
  width: 100% !important;
}
#propose .propose .content.col-one::after {
  content: inherit !important;
}
#propose .propose .content .col {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  #propose .propose .content .col {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #propose .propose .content .col + .col {
    margin-top: 30px;
    padding-top: 31px;
    border-top: 1px solid #ebebeb;
  }
}
#propose .propose .content .col h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  min-height: 56px;
}
@media only screen and (max-width: 1200px) {
  #propose .propose .content .col h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    min-height: 52px;
  }
}
@media only screen and (max-width: 750px) {
  #propose .propose .content .col h3 {
    min-height: auto;
    margin-bottom: 15px;
  }
}

/* CS */
#cs {
  background-image: url("/assets_new/images/commons/bg-dot.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: 24px;
}
#cs .cs .content .box {
  position: relative;
  padding: 30px 30px 60px 30px;
  background-color: #fff;
  box-shadow: 0px 30px 30px 0px rgba(227, 237, 245, 0.7);
  -webkit-box-shadow: 0px 30px 30px 0px rgba(227, 237, 245, 0.7);
  -moz-box-shadow: 0px 30px 30px 0px rgba(227, 237, 245, 0.7);
}
#cs .cs .content .box + .box {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #cs .cs .content .box + .box {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #cs .cs .content .box {
    padding: 20px 20px 40px 20px;
  }
}
#cs .cs .content .box h3 {
  font-size: 3.2rem;
  line-height: 4.2rem;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  padding-left: 21px;
}
@media only screen and (max-width: 1200px) {
  #cs .cs .content .box h3 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #cs .cs .content .box h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-bottom: 20px;
  }
}
#cs .cs .content .box h3.line-yellow::before {
  background-color: #FFD400;
}
#cs .cs .content .box h3.line-cyan::before {
  background-color: #21C6B5;
}
#cs .cs .content .box h3.line-red::before {
  background-color: #D90049;
}
#cs .cs .content .box h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 6px;
  height: 45px;
}
@media only screen and (max-width: 750px) {
  #cs .cs .content .box h3::before {
    width: 5px;
    height: 34px;
  }
}
#cs .cs .content .box h4 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  color: #004EA2;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1200px) {
  #cs .cs .content .box h4 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #cs .cs .content .box h4 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 10px;
  }
}
#cs .cs .content .box .slide {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #cs .cs .content .box .slide {
    margin-top: 30px;
  }
}
#cs .cs .content .box .slide .swiper {
  position: relative;
  padding-bottom: 75px;
}
@media only screen and (max-width: 750px) {
  #cs .cs .content .box .slide .swiper {
    padding-bottom: 65px;
  }
}
#cs .cs .content .box .slide .swiper .swiper-slide {
  border: 1px solid #EBEBEB;
  height: auto;
}
#cs .cs .content .box .slide .swiper .swiper-slide a {
  display: block;
  position: relative;
  height: 100%;
  padding-bottom: 50px;
}
#cs .cs .content .box .slide .swiper .swiper-slide a:hover {
  opacity: 1;
}
#cs .cs .content .box .slide .swiper .swiper-slide a:hover::after {
  background-color: #004EA2;
}
#cs .cs .content .box .slide .swiper .swiper-slide a::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #3E3A39;
  background-image: url("/assets_new/images/commons/btn-icon-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px;
}
#cs .cs .content .box .slide .swiper .swiper-slide a .brief {
  padding: 20px;
}
#cs .cs .content .box .slide .swiper .swiper-slide a .brief .tag {
  display: table;
  padding: 5px 6px 3px 6px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #004EA2;
  border: 1px solid #004EA2;
  border-radius: 3px;
  margin-bottom: 12px;
}
#cs .cs .content .box .slide .swiper .swiper-slide a .brief .topic {
  font-weight: 700;
  margin-bottom: 5px;
}
#cs .cs .content .box .slide .swiper .swiper-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
#cs .cs .content .box .slide .swiper .swiper-button-prev,
#cs .cs .content .box .slide .swiper .swiper-button-next {
  position: static;
  -webkit-transform: none;
  transform: none;
  color: #333;
}
#cs .cs .content .box .slide .swiper .swiper-pagination {
  position: static;
  margin-top: -6px;
  white-space: nowrap;
}
#cs .cs .content .box .btn-box {
  margin-top: 30px;
}
#cs .cs .content .box-button {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #cs .cs .content .box-button {
    margin-top: 40px;
  }
}
#cs .cs .content .box-button a {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
}
#cs .cs .content .usage {
  margin-top: 100px;
}
@media only screen and (max-width: 1200px) {
  #cs .cs .content .usage {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 750px) {
  #cs .cs .content .usage {
    margin-top: 60px;
  }
}
#cs .cs .content .usage h3 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1200px) {
  #cs .cs .content .usage h3 {
    font-size: 2rem;
    line-height: 3.2rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #cs .cs .content .usage h3 {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 25px;
  }
}
#cs .cs .content .usage .slide {
  position: relative;
  padding: 0 77px;
}
@media only screen and (max-width: 1200px) {
  #cs .cs .content .usage .slide {
    padding: 0 60px;
  }
}
#cs .cs .content .usage .slide .swiper-button-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  z-index: 8;
}
#cs .cs .content .usage .slide .swiper-button-prev.hidden {
  display: none !important;
}
#cs .cs .content .usage .slide .swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  right: 0;
  z-index: 8;
}
#cs .cs .content .usage .slide .swiper-button-next.hidden {
  display: none !important;
}
#cs .cs .content .usage .slide .swiper-usage {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
#cs .cs .content .usage .slide .swiper-usage .swiper-slide {
  height: auto;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 10px 10px 0px rgba(227, 237, 245, 0.4);
  -webkit-box-shadow: 0px 10px 10px 0px rgba(227, 237, 245, 0.4);
  -moz-box-shadow: 0px 10px 10px 0px rgba(227, 237, 245, 0.4);
}
#cs .cs .content .usage .slide .swiper-usage .swiper-slide a {
  display: block;
  position: relative;
  padding-bottom: 35px;
  height: 100%;
}
#cs .cs .content .usage .slide .swiper-usage .swiper-slide a:hover {
  opacity: 1;
}
#cs .cs .content .usage .slide .swiper-usage .swiper-slide a:hover::after {
  background-color: #004EA2;
}
#cs .cs .content .usage .slide .swiper-usage .swiper-slide a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #3E3A39;
  background-image: url("/assets_new/images/commons/btn-icon-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px;
}
#cs .cs .content .usage .slide .swiper-usage .swiper-slide a .brief {
  padding: 10px;
}
#cs .cs .content .usage .slide .swiper-usage .swiper-slide a .brief .tag {
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding: 3px 5px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  background-color: #F6F6F6;
  margin-bottom: 10px;
}
#cs .cs .content .usage .slide .swiper-usage .swiper-slide a .brief .topic {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 700;
  text-align: center;
}

/* Info */
#info {
  background-image: url("/assets_new/images/top/info-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg-long {
  background-image: url("/assets_new/images/top/bg-long.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

/* Exam */
#exam .exam .content .slide {
  overflow: hidden;
}

.swiper-exam {
  position: relative;
  padding-bottom: 75px;
}
.swiper-exam.grid {
  padding-bottom: 0;
}
.swiper-exam.grid .swiper-wrapper {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 1200px) {
  .swiper-exam.grid .swiper-wrapper {
    gap: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .swiper-exam.grid .swiper-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .swiper-exam.grid .swiper-wrapper .swiper-slide + .swiper-slide {
    margin-top: 5%;
  }
}
.swiper-exam .swiper-slide {
  background-color: #fff;
  height: auto;
  box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -webkit-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -moz-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
}
.swiper-exam .swiper-slide a {
  display: block;
  position: relative;
  height: 100%;
}
.swiper-exam .swiper-slide a:hover {
  opacity: 1;
}
.swiper-exam .swiper-slide a:hover::after {
  background-color: #004EA2;
}
.swiper-exam .swiper-slide a::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #3E3A39;
  background-image: url("/assets_new/images/commons/btn-icon-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px;
}
.swiper-exam .swiper-slide a .box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper-exam .swiper-slide a .box-flex .logo {
  position: relative;
  z-index: 2;
  width: 37.4301676%;
  margin-top: -30px;
  background-color: #fff;
  margin-bottom: 15px;
  padding: 0 12px;
}
.swiper-exam .swiper-slide a .box-flex p {
  width: 62.5698234%;
  font-size: 1.4rem;
  line-height: 2rem;
  padding-left: 20px;
  padding-top: 15px;
}
.swiper-exam .swiper-slide a .brief {
  padding: 0 20px 20px 20px;
}
.swiper-exam .swiper-slide a .brief .tag {
  display: table;
  padding: 5px 6px 3px 6px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #004EA2;
  border: 1px solid #004EA2;
  border-radius: 3px;
  margin-bottom: 12px;
}
.swiper-exam .swiper-slide a .brief p {
  line-height: 2.6rem;
}
.swiper-exam .swiper-slide a .brief .table {
  position: relative;
  display: table;
  margin-top: 15px;
  padding-top: 16px;
}
.swiper-exam .swiper-slide a .brief .table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 40px;
  height: 1px;
  background-color: #EBEBEB;
}
.swiper-exam .swiper-slide a .brief .table .tr {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
.swiper-exam .swiper-slide a .brief .table .tr + .tr {
  margin-top: 8px;
}
.swiper-exam .swiper-slide a .brief .table .tr .td {
  display: block;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.swiper-exam .swiper-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.swiper-exam .swiper-button-prev,
.swiper-exam .swiper-button-next {
  position: static;
  -webkit-transform: none;
  transform: none;
  color: #333;
}
.swiper-exam .swiper-pagination {
  position: static;
  margin-top: -6px;
  white-space: nowrap;
}

/* Seminar */
#seminar {
  overflow: hidden;
}
#seminar .seminar .content .slide .swiper-seminar {
  position: relative;
  height: 500px;
  width: 79.6%;
}
@media only screen and (max-width: 1200px) {
  #seminar .seminar .content .slide .swiper-seminar {
    width: 77.5%;
  }
}
@media only screen and (max-width: 850px) {
  #seminar .seminar .content .slide .swiper-seminar {
    width: 100%;
    height: auto;
    padding-bottom: 65px;
  }
}
#seminar .seminar .content .slide .swiper-seminar .swiper-slide {
  width: 20%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 30px;
}
@media only screen and (max-width: 850px) {
  #seminar .seminar .content .slide .swiper-seminar .swiper-slide {
    width: 100%;
    min-width: 100%;
    margin-top: 0;
  }
}
#seminar .seminar .content .slide .swiper-seminar .swiper-slide.swiper-slide-active {
  width: 60% !important;
  opacity: 1;
  margin-top: 0;
}
@media only screen and (max-width: 850px) {
  #seminar .seminar .content .slide .swiper-seminar .swiper-slide.swiper-slide-active {
    width: 100% !important;
    min-width: auto;
  }
}
#seminar .seminar .content .slide .swiper-seminar .swiper-slide.swiper-slide-active a .brief {
  padding: 35px 35px 20px 35px;
}
@media only screen and (max-width: 850px) {
  #seminar .seminar .content .slide .swiper-seminar .swiper-slide.swiper-slide-active a .brief {
    padding: 20px;
  }
}
#seminar .seminar .content .slide .swiper-seminar .swiper-slide.swiper-slide-next, #seminar .seminar .content .slide .swiper-seminar .swiper-slide.swiper-slide-next + .swiper-slide {
  opacity: 1;
}
#seminar .seminar .content .slide .swiper-seminar .swiper-slide a {
  display: block;
  position: relative;
  padding-bottom: 55px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -webkit-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -moz-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
}
#seminar .seminar .content .slide .swiper-seminar .swiper-slide a:hover {
  opacity: 1;
}
#seminar .seminar .content .slide .swiper-seminar .swiper-slide a:hover::after {
  background-color: #004EA2;
}
#seminar .seminar .content .slide .swiper-seminar .swiper-slide a::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #3E3A39;
  background-image: url("/assets_new/images/commons/btn-icon-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px;
}
#seminar .seminar .content .slide .swiper-seminar .swiper-slide a .cover img {
  width: 100%;
  height: auto;
}
#seminar .seminar .content .slide .swiper-seminar .swiper-slide a .brief {
  padding: 20px;
}
#seminar .seminar .content .slide .swiper-seminar .swiper-slide a .brief .date-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
#seminar .seminar .content .slide .swiper-seminar .swiper-slide a .brief .date-tag .date {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #63636C;
}
#seminar .seminar .content .slide .swiper-seminar .swiper-slide a .brief .date-tag .tag {
  display: table;
  min-width: 90px;
  padding: 4px 10px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #004EA2;
  border: 1px solid #004EA2;
  border-radius: 3px;
  text-align: center;
}
#seminar .seminar .content .slide .swiper-seminar .swiper-slide a .brief p {
  line-height: 2.6rem;
}
#seminar .seminar .content .slide .swiper-seminar .swiper-controls {
  position: absolute;
  z-index: 9;
  bottom: -20px;
  left: 124.5%;
  -webkit-transform: translateX(-124.5%);
  transform: translateX(-124.5%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 850px) {
  #seminar .seminar .content .slide .swiper-seminar .swiper-controls {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
  }
}
#seminar .seminar .content .slide .swiper-seminar .swiper-button-prev,
#seminar .seminar .content .slide .swiper-seminar .swiper-button-next {
  position: static;
  -webkit-transform: none;
  transform: none;
  color: #333;
}
#seminar .seminar .content .slide .swiper-seminar .swiper-pagination {
  position: static;
  margin-top: -6px;
  white-space: nowrap;
}

/* Blog */
#blog .blog .content .slide {
  overflow: hidden;
}
#blog .blog .content .slide .swiper-blog {
  position: relative;
  padding-bottom: 75px;
}
@media only screen and (max-width: 750px) {
  #blog .blog .content .slide .swiper-blog {
    padding-bottom: 65px;
  }
}
#blog .blog .content .slide .swiper-blog .cover {
  height: 216px;
}
#blog .blog .content .slide .swiper-blog .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#blog .blog .content .slide .swiper-blog .swiper-slide {
  background-color: #fff;
  height: auto;
  box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -webkit-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -moz-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
}
#blog .blog .content .slide .swiper-blog .swiper-slide a {
  display: block;
  position: relative;
  height: 100%;
  padding-bottom: 55px;
}
#blog .blog .content .slide .swiper-blog .swiper-slide a:hover {
  opacity: 1;
}
#blog .blog .content .slide .swiper-blog .swiper-slide a:hover::after {
  background-color: #004EA2;
}
#blog .blog .content .slide .swiper-blog .swiper-slide a::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #3E3A39;
  background-image: url("/assets_new/images/commons/btn-icon-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px;
}
#blog .blog .content .slide .swiper-blog .swiper-slide a .brief {
  padding: 20px;
}
#blog .blog .content .slide .swiper-blog .swiper-slide a .brief .date {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #63636C;
  margin-bottom: 10px;
}
#blog .blog .content .slide .swiper-blog .swiper-slide a .brief p {
  line-height: 2.6rem;
}
#blog .blog .content .slide .swiper-blog .swiper-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
#blog .blog .content .slide .swiper-blog .swiper-button-prev,
#blog .blog .content .slide .swiper-blog .swiper-button-next {
  position: static;
  -webkit-transform: none;
  transform: none;
  color: #333;
}
#blog .blog .content .slide .swiper-blog .swiper-pagination {
  position: static;
  margin-top: -6px;
  white-space: nowrap;
}

/* News */
#news .news .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #news .news .flex {
    display: block;
  }
}
#news .news .flex .col-left {
  width: 220px;
  min-width: 220px;
}
#news .news .flex .col-left .btn-box {
  margin-top: 80px;
}
@media only screen and (max-width: 850px) {
  #news .news .flex .col-left .btn-box {
    display: none;
  }
}
#news .news .flex .col-right {
  width: 100%;
  padding-left: 40px;
}
@media only screen and (max-width: 850px) {
  #news .news .flex .col-right {
    padding-left: 0;
    margin-top: 30px;
  }
}
#news .news .flex .col-right .news-list ul li + li {
  margin-top: 25px;
  padding-top: 26px;
  border-top: 1px solid #EBEBEB;
}
@media only screen and (max-width: 850px) {
  #news .news .flex .col-right .news-list ul li + li {
    margin-top: 20px;
    padding-top: 21px;
  }
}
#news .news .flex .col-right .news-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #news .news .flex .col-right .news-list ul li a {
    display: block;
  }
}
#news .news .flex .col-right .news-list ul li a:hover {
  opacity: 1;
}
#news .news .flex .col-right .news-list ul li a .date-tag {
  width: 200px;
  min-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
}
@media only screen and (max-width: 750px) {
  #news .news .flex .col-right .news-list ul li a .date-tag {
    padding-left: 0;
  }
}
#news .news .flex .col-right .news-list ul li a .date-tag .date {
  width: 100px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #63636C;
}
#news .news .flex .col-right .news-list ul li a .date-tag .tag {
  display: table;
  width: 90px;
  padding: 3px 0;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #004EA2;
  border: 1px solid #004EA2;
  border-radius: 3px;
  text-align: center;
}
#news .news .flex .col-right .news-list ul li a h3 {
  display: inline-table;
  padding-left: 20px;
}
@media only screen and (max-width: 750px) {
  #news .news .flex .col-right .news-list ul li a h3 {
    padding-left: 0;
    margin-top: 10px;
  }
}
#news .news .flex .col-right .news-list ul li a h3 .new {
  display: inline-table;
  padding: 1px;
  font-size: 1rem;
  line-height: 1rem;
  color: #D90049;
  border: 1px solid #D90049;
}

/* Contact Btm */
#contact-btm {
  background-image: url("/assets_new/images/top/contact-btm-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#contact-btm .contact-btm .content {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #contact-btm .contact-btm .content {
    padding: 30px;
  }
}
#contact-btm .contact-btm .content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
  z-index: 1;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 1px;
  height: 70%;
  background-color: #EBEBEB;
}
@media only screen and (max-width: 750px) {
  #contact-btm .contact-btm .content::after {
    display: none;
  }
}
#contact-btm .contact-btm .content ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media only screen and (max-width: 750px) {
  #contact-btm .contact-btm .content ul {
    display: block;
  }
}
#contact-btm .contact-btm .content ul li {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  #contact-btm .contact-btm .content ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #contact-btm .contact-btm .content ul li + li {
    margin-top: 25px;
    padding-top: 26px;
    border-top: 1px solid #ebebeb;
  }
}

/* Data */
.page-data #wrapper main {
  background-image: url("/assets_new/images/data/bg-top.jpg");
  background-repeat: no-repeat;
  background-position: top -40px center;
  background-size: 100%;
}

#data .data-row {
  position: relative;
}
#data .data-row.with-bg {
  background-color: #F4F7F9;
}
#data .data-row .data .btn-scroll {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.data-list + .txthead-box {
  margin-top: 120px;
}
@media only screen and (max-width: 1200px) {
  .data-list + .txthead-box {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 750px) {
  .data-list + .txthead-box {
    margin-top: 80px;
  }
}
.data-list .data-list-box {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 30px 30px 0px rgba(227, 237, 245, 0.7);
  -webkit-box-shadow: 0px 30px 30px 0px rgba(227, 237, 245, 0.7);
  -moz-box-shadow: 0px 30px 30px 0px rgba(227, 237, 245, 0.7);
}
@media only screen and (max-width: 750px) {
  .data-list .data-list-box {
    padding: 30px;
  }
}
.data-list .data-list-box + .data-list-box {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .data-list .data-list-box + .data-list-box {
    margin-top: 5%;
  }
}
.data-list .data-list-box .data-list-box-row + .data-list-box-row {
  margin-top: 50px;
  padding-top: 51px;
  border-top: 1px solid #EBEBEB;
}
@media only screen and (max-width: 750px) {
  .data-list .data-list-box .data-list-box-row + .data-list-box-row {
    margin-top: 40px;
    padding-top: 41px;
  }
}
.data-list .data-list-box .data-list-box-row .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .data-list .data-list-box .data-list-box-row .flex {
    display: block;
  }
}
.data-list .data-list-box .data-list-box-row .flex .col-text {
  width: 54.62962963%;
  padding-right: 20px;
}
@media only screen and (max-width: 750px) {
  .data-list .data-list-box .data-list-box-row .flex .col-text {
    width: 100%;
    padding-right: 0;
  }
}
.data-list .data-list-box .data-list-box-row .flex .col-text h5 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .data-list .data-list-box .data-list-box-row .flex .col-text h5 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  .data-list .data-list-box .data-list-box-row .flex .col-text h5 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.data-list .data-list-box .data-list-box-row .flex .col-text ul {
  margin-left: 20px;
  list-style: disc;
}
.data-list .data-list-box .data-list-box-row .flex .col-text .small {
  font-size: 1.4rem;
  line-height: 2rem;
}
.data-list .data-list-box .data-list-box-row .flex .col-img {
  width: 45.37037037%;
}
@media only screen and (max-width: 750px) {
  .data-list .data-list-box .data-list-box-row .flex .col-img {
    width: 100%;
    margin-top: 30px;
  }
}

/* Service */
#service .service .service-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  #service .service .service-btn ul {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .service-btn ul li + li {
    margin-top: 20px;
  }
}
#service .service .service-btn ul li a {
  display: block;
  background-image: url("/assets_new/images/commons/btn-scroll-arrow-white.svg");
  background-repeat: no-repeat;
  background-position: top 1px left;
  background-size: 25px;
  padding-left: 32px;
}
#service .service .service-btn ul li a:hover {
  opacity: 1;
}
#service .service .service-btn ul li a:hover .text > p {
  color: #004EA2;
}
#service .service .service-btn ul li a .text p {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 850px) {
  #service .service .service-btn ul li a .text p {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
#service .service .service-btn ul li a .text p.small {
  margin-top: 13px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: normal;
  padding-right: 32px;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  #service .service .service-btn ul li a .text p.small {
    text-align: left;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .service-btn ul li a .text p.small {
    margin-top: 5px;
    font-size: 1.2rem;
    line-height: 2rem;
    padding-right: 0;
  }
}
#service .service .service-content {
  margin-top: 50px;
}
@media only screen and (max-width: 850px) {
  #service .service .service-content {
    margin-top: 30px;
  }
}
#service .service .service-content .box-white {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 30px 30px 0px rgba(227, 237, 245, 0.7);
  -webkit-box-shadow: 0px 30px 30px 0px rgba(227, 237, 245, 0.7);
  -moz-box-shadow: 0px 30px 30px 0px rgba(227, 237, 245, 0.7);
}
@media only screen and (max-width: 750px) {
  #service .service .service-content .box-white {
    padding: 30px;
  }
}
#service .service .service-content .box-white + .box-white {
  margin-top: 60px;
}
#service .service .service-content .box-white.cyan .list .list-row::before {
  background-color: #21C6B5;
}
#service .service .service-content .box-white.red .list .list-row::before {
  background-color: #D90049;
}
#service .service .service-content .box-white .title h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold;
  color: #004EA2;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  #service .service .service-content .box-white .title h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 850px) {
  #service .service .service-content .box-white .title h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#service .service .service-content .box-white .title .button {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  #service .service .service-content .box-white .title .button {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .service-content .box-white .title .button a + a {
    margin-top: 10px;
  }
}
#service .service .service-content .box-white .list {
  margin-top: 60px;
}
#service .service .service-content .box-white .list h4 {
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  #service .service .service-content .box-white .list h4 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 850px) {
  #service .service .service-content .box-white .list h4 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
#service .service .service-content .box-white .list .list-row {
  padding-top: 41px;
  border-top: 1px solid #EBEBEB;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #service .service .service-content .box-white .list .list-row {
    padding-top: 31px;
  }
}
#service .service .service-content .box-white .list .list-row + .list-row {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #service .service .service-content .box-white .list .list-row + .list-row {
    margin-top: 30px;
  }
}
#service .service .service-content .box-white .list .list-row::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 1px;
  background-color: #FFD400;
}
#service .service .service-content .box-white .list .list-row .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #service .service .service-content .box-white .list .list-row .flex {
    display: block;
  }
}
#service .service .service-content .box-white .list .list-row .flex .col-text {
  width: 53.7037037%;
  padding: 0 40px;
}
@media only screen and (max-width: 850px) {
  #service .service .service-content .box-white .list .list-row .flex .col-text {
    padding-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .service-content .box-white .list .list-row .flex .col-text {
    width: 100%;
    padding: 0;
  }
}
#service .service .service-content .box-white .list .list-row .flex .col-text .tag {
  display: table;
  padding: 5px 5px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #004EA2;
  border: 1px solid #004EA2;
  border-radius: 3px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  #service .service .service-content .box-white .list .list-row .flex .col-text .tag {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
#service .service .service-content .box-white .list .list-row .flex .col-text h5 {
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  #service .service .service-content .box-white .list .list-row .flex .col-text h5 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 850px) {
  #service .service .service-content .box-white .list .list-row .flex .col-text h5 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .service-content .box-white .list .list-row .flex .col-text h5 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#service .service .service-content .box-white .list .list-row .flex .col-text h5 span {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 3.4rem;
}
@media only screen and (max-width: 1200px) {
  #service .service .service-content .box-white .list .list-row .flex .col-text h5 span {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 850px) {
  #service .service .service-content .box-white .list .list-row .flex .col-text h5 span {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#service .service .service-content .box-white .list .list-row .flex .col-text p {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media only screen and (max-width: 1200px) {
  #service .service .service-content .box-white .list .list-row .flex .col-text p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .service-content .box-white .list .list-row .flex .col-text p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#service .service .service-content .box-white .list .list-row .flex .col-text .btn-box {
  margin-top: 20px;
}
#service .service .service-content .box-white .list .list-row .flex .col-img {
  width: 46.2962963%;
}
@media only screen and (max-width: 750px) {
  #service .service .service-content .box-white .list .list-row .flex .col-img {
    width: 100%;
    margin-top: 30px;
  }
}

#service-inner {
  background-image: url("/assets_new/images/service/bg-inner.png");
  background-repeat: no-repeat;
  background-position: top -250px center;
  background-size: 1920px;
}
#service-inner.bg2 {
  background-image: url("/assets_new/images/service/bg-inner-02.png");
  background-size: 100%;
}
#service-inner .service-inner-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner-mv {
    display: block;
  }
}
#service-inner .service-inner-mv.block {
  display: block;
}
#service-inner .service-inner-mv.block .col-text {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#service-inner .service-inner-mv.block .col-text .btn-box {
  width: 100%;
  margin-top: 30px;
}
#service-inner .service-inner-mv.block .col-text .btn-box ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 850px) {
  #service-inner .service-inner-mv.block .col-text .btn-box ul {
    display: block;
  }
}
#service-inner .service-inner-mv.block .col-text .btn-box ul li + li {
  margin-top: 0;
}
@media only screen and (max-width: 850px) {
  #service-inner .service-inner-mv.block .col-text .btn-box ul li + li {
    margin-top: 10px;
  }
}
#service-inner .service-inner-mv.block .col-text .btn-box ul li a {
  min-width: 350px;
  padding: 0 45px;
}
@media only screen and (max-width: 850px) {
  #service-inner .service-inner-mv.block .col-text .btn-box ul li a {
    width: 100%;
    max-width: 450px;
    min-width: auto;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
#service-inner .service-inner-mv.img-abs {
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#service-inner .service-inner-mv.img-abs .col-img {
  position: absolute;
  right: 0;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner-mv.img-abs .col-img {
    position: static;
  }
}
#service-inner .service-inner-mv.img-abs .col-img img {
  max-height: 100%;
  min-height: 100%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner-mv.img-abs .col-img img {
    max-height: auto;
    min-height: auto;
    height: auto;
  }
}
#service-inner .service-inner-mv .col-text {
  width: 47.916%;
  max-width: 650px;
  padding-top: 75px;
  padding-left: 5%;
  padding-right: 2.5%;
}
@media only screen and (max-width: 1200px) {
  #service-inner .service-inner-mv .col-text {
    padding-right: 5%;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner-mv .col-text {
    width: 100%;
    max-width: 100%;
    padding-top: 50px;
  }
}
#service-inner .service-inner-mv .col-text .subhead {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #004EA2;
  font-weight: bold;
  margin-bottom: 3px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  #service-inner .service-inner-mv .col-text .subhead {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#service-inner .service-inner-mv .col-text .txthead-box {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner-mv .col-text .txthead-box {
    margin-bottom: 20px;
  }
}
#service-inner .service-inner-mv .col-text .txthead-box h1.no-wrap {
  white-space: nowrap;
  line-height: 6.2rem;
}
@media only screen and (max-width: 1200px) {
  #service-inner .service-inner-mv .col-text .txthead-box h1.no-wrap {
    white-space: normal;
    line-height: 4.8rem;
  }
}
#service-inner .service-inner-mv .col-text .txthead-box h1.no-wrap span {
  background-color: #fff;
  padding: 8px 2px;
}
#service-inner .service-inner-mv .col-text > ul {
  margin-left: 25px;
}
#service-inner .service-inner-mv .col-text > ul > li {
  list-style: disc;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  #service-inner .service-inner-mv .col-text > ul > li {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
#service-inner .service-inner-mv .col-text p {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  #service-inner .service-inner-mv .col-text p {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
#service-inner .service-inner-mv .col-text .btn-box {
  margin-top: 25px;
}
#service-inner .service-inner-mv .col-text .btn-box ul li + li {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner-mv .col-text .btn-box ul li + li {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner-mv .col-text .btn-box ul li a {
    margin-left: auto;
    margin-right: auto;
  }
}
#service-inner .service-inner-mv .col-img {
  width: 52.083%;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner-mv .col-img {
    width: 100%;
    margin-top: 40px;
  }
}
#service-inner .service-inner-mv .col-img img {
  width: 100%;
  max-height: 450px;
  min-height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 750px) {
  #service-inner .service-inner-mv .col-img img {
    height: auto;
    min-height: auto;
  }
}

#ooh-intro .ooh-intro .content p {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #ooh-intro .ooh-intro .content p {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #ooh-intro .ooh-intro .content p {
    text-align: left;
  }
}
#ooh-intro .ooh-intro .btn-box {
  margin-top: 25px;
}
#ooh-intro .ooh-intro .btn-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  #ooh-intro .ooh-intro .btn-box ul {
    display: block;
  }
}
#ooh-intro .ooh-intro .btn-box ul li {
  width: 100%;
  max-width: 350px;
}
@media only screen and (max-width: 750px) {
  #ooh-intro .ooh-intro .btn-box ul li + li {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #ooh-intro .ooh-intro .btn-box ul li {
    margin-left: auto;
    margin-right: auto;
  }
}
#ooh-intro .ooh-intro p {
  text-align: center;
}
#ooh-intro .ooh-intro img {
  display: inline-block;
}

#ooh-dif .ooh-dif .content .ooh-dif-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 850px) {
  #ooh-dif .ooh-dif .content .ooh-dif-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  #ooh-dif .ooh-dif .content .ooh-dif-list {
    display: block;
  }
}
#ooh-dif .ooh-dif .content .ooh-dif-list .col {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -webkit-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -moz-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  border-radius: 5px;
}
@media only screen and (max-width: 750px) {
  #ooh-dif .ooh-dif .content .ooh-dif-list .col + .col {
    margin-top: 5%;
  }
}
#ooh-dif .ooh-dif .content .ooh-dif-list .col .cover {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
#ooh-dif .ooh-dif .content .ooh-dif-list .col .brief {
  border: 1px solid #EBEBEB;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  padding: 20px 10px;
}
@media only screen and (max-width: 750px) {
  #ooh-dif .ooh-dif .content .ooh-dif-list .col .brief {
    padding: 20px;
  }
}
#ooh-dif .ooh-dif .content .ooh-dif-list .col .brief h3 {
  font-weight: bold;
  line-height: 2.6rem;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #ooh-dif .ooh-dif .content .ooh-dif-list .col .brief h3 {
    text-align: left;
  }
}

#ooh-solve .ooh-solve .content .ooh-solve-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 850px) {
  #ooh-solve .ooh-solve .content .ooh-solve-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  #ooh-solve .ooh-solve .content .ooh-solve-list {
    display: block;
  }
}
#ooh-solve .ooh-solve .content .ooh-solve-list .col {
  background-color: #004EA2;
  box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -webkit-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -moz-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  border-radius: 8px 8px 5px 5px;
}
@media only screen and (max-width: 750px) {
  #ooh-solve .ooh-solve .content .ooh-solve-list .col {
    background-color: transparent;
    overflow: hidden;
  }
}
@media only screen and (max-width: 750px) {
  #ooh-solve .ooh-solve .content .ooh-solve-list .col + .col {
    margin-top: 5%;
  }
}
#ooh-solve .ooh-solve .content .ooh-solve-list .col .cover {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
#ooh-solve .ooh-solve .content .ooh-solve-list .col .cover img {
  width: 100%;
  height: auto;
}
#ooh-solve .ooh-solve .content .ooh-solve-list .col .brief {
  padding: 15px 20px 20px 20px;
}
@media only screen and (max-width: 750px) {
  #ooh-solve .ooh-solve .content .ooh-solve-list .col .brief {
    background-color: #004EA2;
  }
}
#ooh-solve .ooh-solve .content .ooh-solve-list .col .brief h3 {
  font-weight: bold;
  line-height: 2.6rem;
  color: #fff;
}

#ooh-for-exam {
  background-color: #f8f8f8;
}
#ooh-for-exam .ooh-for-exam .content .ooh-for-exam-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 1200px) {
  #ooh-for-exam .ooh-for-exam .content .ooh-for-exam-list {
    gap: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #ooh-for-exam .ooh-for-exam .content .ooh-for-exam-list {
    display: block;
  }
}
#ooh-for-exam .ooh-for-exam .content .ooh-for-exam-list .col {
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #ooh-for-exam .ooh-for-exam .content .ooh-for-exam-list .col + .col {
    margin-top: 5%;
  }
}
#ooh-for-exam .ooh-for-exam .content .ooh-for-exam-list .col .brief {
  padding: 20px;
}
#ooh-for-exam .ooh-for-exam .content .ooh-for-exam-list .col .brief h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  color: #004EA2;
  margin-bottom: 10px;
}

#ooh-other {
  background-color: #f8f8f8;
}
#ooh-other .ooh-other .content .ooh-other-list .row {
  padding: 25px 40px;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #ooh-other .ooh-other .content .ooh-other-list .row {
    padding: 20px;
  }
}
#ooh-other .ooh-other .content .ooh-other-list .row + .row {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #ooh-other .ooh-other .content .ooh-other-list .row + .row {
    margin-top: 5%;
  }
}
#ooh-other .ooh-other .content .ooh-other-list .row h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold;
  color: #004EA2;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  #ooh-other .ooh-other .content .ooh-other-list .row h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 750px) {
  #ooh-other .ooh-other .content .ooh-other-list .row h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#ooh-other .ooh-other img {
  display: inline-block;
}

#ooh-features .ooh-features .content .ooh-features-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 1200px) {
  #ooh-features .ooh-features .content .ooh-features-list {
    gap: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #ooh-features .ooh-features .content .ooh-features-list {
    display: block;
  }
}
#ooh-features .ooh-features .content .ooh-features-list .col {
  background-color: #fff;
  border: 1px solid #EBEBEB;
}
#ooh-features .ooh-features .content .ooh-features-list .col .cover img {
  aspect-ratio: 380/215;
}
#ooh-features .ooh-features .content .ooh-features-list .col .brief {
  padding: 20px;
}
#ooh-features .ooh-features .content .ooh-features-list .col .brief h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 84px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  color: #004EA2;
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #ooh-features .ooh-features .content .ooh-features-list .col .brief h3 {
    min-height: auto;
  }
}

#ooh-media .ooh-media {
  max-width: 750px;
}
#ooh-media .ooh-media .content .ooh-media-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -10px;
}
#ooh-media .ooh-media .content .ooh-media-list ul li {
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
#ooh-media .ooh-media .content .ooh-media-list ul li p {
  display: table;
  padding: 0 20px;
  color: #004EA2;
  border: 1px solid #004EA2;
  border-radius: 17px;
}
#ooh-media .ooh-media .content .ooh-media-list ul li a {
  display: table;
  padding: 0 20px;
  color: #004EA2;
  border: 1px solid #004EA2;
  border-radius: 17px;
}
#ooh-media .ooh-media .content .ooh-media-list ul li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #004EA2;
}
#ooh-media .ooh-media .content > p {
  margin-top: 30px;
  text-align: center;
}

#ooh-exam .ooh-exam .content .ooh-exam-list .row {
  position: relative;
}
#ooh-exam .ooh-exam .content .ooh-exam-list .row + .row {
  margin-top: 60px;
}
#ooh-exam .ooh-exam .content .ooh-exam-list .row + .row::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 48px;
  height: 20px;
  background-color: #004EA2;
  display: table;
  margin-left: auto;
  margin-right: auto;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
#ooh-exam .ooh-exam .content .ooh-exam-list .row .box-white {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -webkit-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -moz-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
}
@media only screen and (max-width: 750px) {
  #ooh-exam .ooh-exam .content .ooh-exam-list .row .box-white {
    padding: 20px;
  }
}
#ooh-exam .ooh-exam .content .ooh-exam-list .row .box-white h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold;
  color: #004EA2;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  #ooh-exam .ooh-exam .content .ooh-exam-list .row .box-white h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 10px;
  }
}
#ooh-exam .ooh-exam .content .ooh-exam-list .row .box-white .approach {
  margin-bottom: 30px;
}
#ooh-exam .ooh-exam .content .ooh-exam-list .row .box-white .approach .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px 10px 0;
  background-color: #F7F9FA;
}
@media only screen and (max-width: 750px) {
  #ooh-exam .ooh-exam .content .ooh-exam-list .row .box-white .approach .box {
    display: block;
    padding: 20px;
  }
}
#ooh-exam .ooh-exam .content .ooh-exam-list .row .box-white .approach .box + .box {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #ooh-exam .ooh-exam .content .ooh-exam-list .row .box-white .approach .box + .box {
    margin-top: 5%;
  }
}
#ooh-exam .ooh-exam .content .ooh-exam-list .row .box-white .approach .box .topic {
  width: 130px;
  min-width: 130px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  color: #004EA2;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #ooh-exam .ooh-exam .content .ooh-exam-list .row .box-white .approach .box .topic {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #ooh-exam .ooh-exam .content .ooh-exam-list .row .box-white .approach .box .topic {
    width: auto;
    text-align: left;
    margin-bottom: 5px;
  }
}
#ooh-exam .ooh-exam .content .ooh-exam-list .row .box-white .approach .box .text {
  width: 100%;
}
#ooh-exam .ooh-exam .content .ooh-exam-list .row .box-white h4 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold;
  border-left: 4px solid #004EA2;
  padding-left: 10px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  #ooh-exam .ooh-exam .content .ooh-exam-list .row .box-white h4 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 10px;
  }
}
#ooh-exam .ooh-exam .content .ooh-exam-list .row .box-white ul {
  margin-left: 20px;
}
#ooh-exam .ooh-exam .content .ooh-exam-list .row .box-white ul li {
  list-style: disc;
}

#ooh-fee {
  background-image: url("/assets_new/images/service/ooh-ads/fee-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#ooh-fee .ooh-fee .content .box {
  padding: 45px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -webkit-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -moz-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
}
@media only screen and (max-width: 750px) {
  #ooh-fee .ooh-fee .content .box {
    padding-top: 35px;
  }
}
#ooh-fee .ooh-fee .content .box h3 {
  font-size: 4.2rem;
  line-height: 3.8rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  #ooh-fee .ooh-fee .content .box h3 {
    font-size: 3.6rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #ooh-fee .ooh-fee .content .box h3 {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 10px;
  }
}
#ooh-fee .ooh-fee .content .box h3 span {
  font-size: 6.2rem;
}
@media only screen and (max-width: 1200px) {
  #ooh-fee .ooh-fee .content .box h3 span {
    font-size: 5.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #ooh-fee .ooh-fee .content .box h3 span {
    font-size: 4.6rem;
  }
}
#ooh-fee .ooh-fee .content .box p {
  text-align: center;
}
#ooh-fee .ooh-fee .content .box .btn-box {
  margin-top: 15px;
}

#ooh-how .ooh-how .content .ooh-how-list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ebebeb;
  position: relative;
}
#ooh-how .ooh-how .content .ooh-how-list .row + .row {
  margin-top: 60px;
}
#ooh-how .ooh-how .content .ooh-how-list .row + .row::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 48px;
  height: 20px;
  background-color: #004EA2;
  display: table;
  margin-left: auto;
  margin-right: auto;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
#ooh-how .ooh-how .content .ooh-how-list .row .no {
  width: 120px;
  min-width: 120px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4.2rem;
  line-height: 3.8rem;
  font-weight: bold;
  color: #004EA2;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #ooh-how .ooh-how .content .ooh-how-list .row .no {
    font-size: 3.6rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #ooh-how .ooh-how .content .ooh-how-list .row .no {
    font-size: 3rem;
    line-height: 3rem;
    width: 100px;
    min-width: 100px;
  }
}
#ooh-how .ooh-how .content .ooh-how-list .row .text {
  width: 100%;
  padding: 20px 30px 20px 0;
}
#ooh-how .ooh-how .content .ooh-how-list .row .text h3 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  #ooh-how .ooh-how .content .ooh-how-list .row .text h3 {
    font-size: 2rem;
    line-height: 3.2rem;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 750px) {
  #ooh-how .ooh-how .content .ooh-how-list .row .text h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

#currently {
  padding-bottom: 0;
}
#currently .currently .btn-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  #currently .currently .btn-list ul {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #currently .currently .btn-list ul li + li {
    margin-top: 10px;
  }
}
#currently .currently .btn-list + .btn-scroll-list {
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  #currently .currently .btn-list + .btn-scroll-list {
    margin-top: 60px;
  }
}

#documents .documents .documents-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
#documents .documents .documents-list .col a {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
#documents .documents .documents-list .col a .brief {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

#features .features .features-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  grid-row-gap: 50px;
}
@media only screen and (max-width: 750px) {
  #features .features .features-list ul {
    display: block;
  }
}
#features .features .features-list ul li {
  position: relative;
}
@media only screen and (max-width: 750px) {
  #features .features .features-list ul li + li {
    margin-top: 50px;
  }
}
#features .features .features-list ul li .icon {
  position: relative;
  width: 64.5%;
  max-width: 180px;
  aspect-ratio: 1/1;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -webkit-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -moz-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
}
@media only screen and (max-width: 750px) {
  #features .features .features-list ul li .icon {
    max-width: 140px;
  }
}
#features .features .features-list ul li .icon img {
  width: 57%;
  max-width: 102px;
  height: auto;
}
#features .features .features-list ul li .icon .no {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 37px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold;
  color: #fff;
  background-color: #004EA2;
}
#features .features .features-list ul li h3 {
  margin-top: 40px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  color: #004EA2;
  text-align: center;
  margin-bottom: 5px;
}
@media only screen and (max-width: 750px) {
  #features .features .features-list ul li h3 {
    margin-top: 20px;
  }
}
#db .db .db-list ul li + li {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #db .db .db-list ul li + li {
    margin-top: 5%;
  }
}
#db .db .db-list ul li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border: 1px solid #EBEBEB;
}
@media only screen and (max-width: 750px) {
  #db .db .db-list ul li .box {
    display: block;
    padding: 20px 20px 25px 20px;
  }
}
#db .db .db-list ul li .box .cover {
  width: 30.90909091%;
}
@media only screen and (max-width: 750px) {
  #db .db .db-list ul li .box .cover {
    width: 100%;
  }
}
#db .db .db-list ul li .box .brief {
  width: 69.09090909%;
  padding-left: 30px;
}
@media only screen and (max-width: 750px) {
  #db .db .db-list ul li .box .brief {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
#db .db .db-list ul li .box .brief h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1200px) {
  #db .db .db-list ul li .box .brief h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #db .db .db-list ul li .box .brief h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#db .db .db-list ul li .box .brief .btn-box {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #db .db .db-list ul li .box .brief .btn-box a {
    margin-left: auto;
    margin-right: auto;
  }
}

#data-detail .data-detail .content .data-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #EBEBEB;
  padding: 30px;
  background-color: #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 750px) {
  #data-detail .data-detail .content .data-detail-list {
    display: block;
    padding: 20px;
  }
}
#data-detail .data-detail .content .data-detail-list + .data-detail-list {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #data-detail .data-detail .content .data-detail-list + .data-detail-list {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 750px) {
  #data-detail .data-detail .content .data-detail-list.sp-ul-w100 .text ul {
    margin-left: 0px;
  }
}
#data-detail .data-detail .content .data-detail-list .cont-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: disc;
}
@media only screen and (max-width: 750px) {
  #data-detail .data-detail .content .data-detail-list .cont-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#data-detail .data-detail .content .data-detail-list .cont-flex + .cont-flex {
  margin-top: 30px;
}
#data-detail .data-detail .content .data-detail-list .cont-flex .cover {
  max-width: 489px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #data-detail .data-detail .content .data-detail-list .cont-flex .cover {
    width: 100%;
    max-width: inherit;
    margin-bottom: 20px;
  }
}
#data-detail .data-detail .content .data-detail-list .cont-flex .txt {
  width: 100%;
  padding-right: 30px;
}
@media only screen and (max-width: 750px) {
  #data-detail .data-detail .content .data-detail-list .cont-flex .txt {
    width: 100%;
    padding-right: 0;
  }
}
#data-detail .data-detail .content .data-detail-list .cont-flex .txt ul {
  list-style: disc;
  margin-left: 20px;
}
#data-detail .data-detail .content .data-detail-list .cont-flex .txt ul li {
  list-style: disc;
}
#data-detail .data-detail .content .data-detail-list .cont-flex .txt ul li + li {
  margin-top: 8px;
}
@media only screen and (max-width: 1200px) {
  #data-detail .data-detail .content .data-detail-list .cont-flex .txt ul li + li {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 750px) {
  #data-detail .data-detail .content .data-detail-list .cont-flex .txt ul li + li {
    margin-top: 0;
  }
}
#data-detail .data-detail .content .data-detail-list .cover {
  max-width: 489px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #data-detail .data-detail .content .data-detail-list .cover {
    width: 100%;
    max-width: inherit;
    margin-bottom: 20px;
  }
}
#data-detail .data-detail .content .data-detail-list .text {
  width: 100%;
  padding-right: 30px;
}
@media only screen and (max-width: 750px) {
  #data-detail .data-detail .content .data-detail-list .text {
    width: 100%;
    padding-right: 0;
  }
}
#data-detail .data-detail .content .data-detail-list .text h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold;
  color: #004EA2;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  #data-detail .data-detail .content .data-detail-list .text h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #data-detail .data-detail .content .data-detail-list .text h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#data-detail .data-detail .content .data-detail-list .text .small {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media only screen and (max-width: 750px) {
  #data-detail .data-detail .content .data-detail-list .text .small {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
#data-detail .data-detail .content .data-detail-list .text ul {
  list-style: disc;
  margin-left: 20px;
}
#data-detail .data-detail .content .data-detail-list .text ul li {
  list-style: disc;
}
#data-detail .data-detail .content .data-detail-list .text ul li + li {
  margin-top: 8px;
}
@media only screen and (max-width: 1200px) {
  #data-detail .data-detail .content .data-detail-list .text ul li + li {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 750px) {
  #data-detail .data-detail .content .data-detail-list .text ul li + li {
    margin-top: 0;
  }
}

#usage {
  position: relative;
  background-color: #fff;
}
#usage::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 180px;
  background-color: #F8F8F8;
}
#usage .usage {
  position: relative;
  z-index: 2;
}
#usage .usage .content .usage-box {
  width: 100%;
  max-width: 840px;
  margin: auto;
  font-weight: bold;
  padding: 30px 60px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -webkit-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -moz-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  list-style: disc;
}
@media only screen and (max-width: 750px) {
  #usage .usage .content .usage-box {
    padding: 30px 40px;
  }
}
#usage .usage .content .usage-box li + li {
  margin-top: 10px;
}
#usage .usage .content .usage-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 1200px) {
  #usage .usage .content .usage-list ul {
    gap: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #usage .usage .content .usage-list ul {
    display: block;
  }
}
#usage .usage .content .usage-list ul li {
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #usage .usage .content .usage-list ul li + li {
    margin-top: 30px;
  }
}
#usage .usage .content .usage-list ul li .brief {
  padding: 20px 25px;
}
@media only screen and (max-width: 750px) {
  #usage .usage .content .usage-list ul li .brief {
    padding: 15px 0 0 0;
  }
}
#usage .usage .content .usage-list ul li .brief p {
  line-height: 2.6rem;
}

#faq {
  background-color: #fff;
}
#faq .faq .faq-list .list-row {
  padding: 20px;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  word-break: break-word;
}
#faq .faq .faq-list .list-row + .list-row {
  margin-top: 20px;
}
#faq .faq .faq-list .list-row .toggle-btn {
  position: relative;
  display: block;
  padding-left: 50px;
  padding-right: 80px;
  background-image: url("/assets_new/images/commons/menu-toggle-close.png");
  background-repeat: no-repeat;
  background-position: top 2px right;
  background-size: 25px;
}
@media only screen and (max-width: 750px) {
  #faq .faq .faq-list .list-row .toggle-btn {
    background-size: 20px;
    padding-left: 40px;
    padding-right: 30px;
  }
}
#faq .faq .faq-list .list-row .toggle-btn:hover {
  opacity: 1;
  color: #004EA2;
}
#faq .faq .faq-list .list-row .toggle-btn.active {
  background-image: url("/assets_new/images/commons/menu-toggle-open.png");
}
#faq .faq .faq-list .list-row .toggle-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 26px;
  height: 100%;
  background-image: url("/assets_new/images/service/db/faq-q.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 26px;
}
#faq .faq .faq-list .list-row .toggle-btn h3 {
  font-weight: bold;
}
#faq .faq .faq-list .list-row .toggle-content {
  display: none;
  position: relative;
  margin-top: 20px;
  padding-left: 50px;
  padding-right: 80px;
}
@media only screen and (max-width: 750px) {
  #faq .faq .faq-list .list-row .toggle-content {
    padding-left: 40px;
    padding-right: 20px;
  }
}
#faq .faq .faq-list .list-row .toggle-content::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
  width: 26px;
  height: 100%;
  background-image: url("/assets_new/images/service/db/faq-a.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 26px;
}

#related .related .content .related-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 1200px) {
  #related .related .content .related-list ul {
    gap: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #related .related .content .related-list ul {
    gap: 20px;
    display: block;
  }
}
#related .related .content .related-list ul li {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -webkit-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -moz-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
}
@media only screen and (max-width: 750px) {
  #related .related .content .related-list ul li + li {
    margin-top: 5%;
  }
}
#related .related .content .related-list ul li a {
  display: block;
  height: 100%;
  position: relative;
}
#related .related .content .related-list ul li a:hover {
  opacity: 1;
}
#related .related .content .related-list ul li a:hover::after {
  background-color: #004EA2;
}
#related .related .content .related-list ul li a::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #3E3A39;
  background-image: url("/assets_new/images/commons/btn-icon-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px;
}
#related .related .content .related-list ul li a .brief {
  padding: 20px 20px 60px 20px;
}
@media only screen and (max-width: 750px) {
  #related .related .content .related-list ul li a .brief {
    padding-bottom: 70px;
  }
}
#related .related .content .related-list ul li a .brief h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.service-db-map .data-list .data-list-box {
  border: 1px solid #EBEBEB;
}
.service-db-map .data-list .data-list-box + .data-list-box {
  margin-top: 30px;
}

#api-intro .api-intro .btn-scroll-list {
  margin-bottom: 90px;
}
#api-intro .api-intro .content .box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  border: 1px solid #ebebeb;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #api-intro .api-intro .content .box-flex {
    display: block;
    padding: 25px;
  }
}
#api-intro .api-intro .content .box-flex .col-left {
  width: 50.55658627%;
}
@media only screen and (max-width: 750px) {
  #api-intro .api-intro .content .box-flex .col-left {
    width: 100%;
  }
}
#api-intro .api-intro .content .box-flex .col-right {
  width: 45.45454545%;
}
@media only screen and (max-width: 750px) {
  #api-intro .api-intro .content .box-flex .col-right {
    width: 100%;
    margin-top: 20px;
  }
}
#api-intro .api-intro .content .box-flex a {
  text-decoration: underline;
  color: #004EA2;
}
#api-intro .api-intro .content .box-flex.none-border {
  border: none;
}

#api-features .api-features .content .features-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 1200px) {
  #api-features .api-features .content .features-list {
    gap: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #api-features .api-features .content .features-list {
    display: block;
  }
}
#api-features .api-features .content .features-list .col {
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 750px) {
  #api-features .api-features .content .features-list .col + .col {
    margin-top: 5%;
  }
}
#api-features .api-features .content .features-list .col .brief {
  padding: 25px;
}
#api-features .api-features .content .features-list .col .brief h3 {
  position: relative;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  padding-left: 40px;
  margin-bottom: 15px;
}
#api-features .api-features .content .features-list .col .brief h3 .no {
  position: absolute;
  top: 0;
  left: -25px;
  z-index: 1;
  padding: 6px 6px 6px 25px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #004EA2;
}
#api-features .api-features .content .features-list .col .brief p {
  line-height: 2.6rem;
}

#api-usage .api-usage .content .usage-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 1200px) {
  #api-usage .api-usage .content .usage-list ul {
    gap: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #api-usage .api-usage .content .usage-list ul {
    display: block;
  }
}
#api-usage .api-usage .content .usage-list ul li {
  height: auto;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -webkit-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -moz-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #api-usage .api-usage .content .usage-list ul li + li {
    margin-top: 5%;
  }
}
#api-usage .api-usage .content .usage-list ul li.topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F6F6F6;
}
@media only screen and (max-width: 750px) {
  #api-usage .api-usage .content .usage-list ul li.topic {
    padding: 20px;
  }
}
#api-usage .api-usage .content .usage-list ul li.topic .box h4 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #004EA2;
  text-align: center;
  margin-bottom: 8px;
}
#api-usage .api-usage .content .usage-list ul li.topic .box p {
  line-height: 2.6rem;
  text-align: center;
}
#api-usage .api-usage .content .usage-list ul li a {
  display: block;
  position: relative;
  padding-bottom: 45px;
  height: 100%;
}
#api-usage .api-usage .content .usage-list ul li a:hover {
  opacity: 1;
}
#api-usage .api-usage .content .usage-list ul li a:hover::after {
  background-color: #004EA2;
}
#api-usage .api-usage .content .usage-list ul li a::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #3E3A39;
  background-image: url("/assets_new/images/commons/btn-icon-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px;
}
#api-usage .api-usage .content .usage-list ul li a .brief {
  padding: 20px 25px;
}
@media only screen and (max-width: 750px) {
  #api-usage .api-usage .content .usage-list ul li a .brief {
    padding: 20px;
  }
}
#api-usage .api-usage .content .usage-list ul li a .brief .tag {
  display: table;
  margin-left: auto;
  margin-right: auto;
  min-width: 140px;
  padding: 7px 5px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  background-color: #F6F6F6;
  margin-bottom: 15px;
  text-align: center;
}
#api-usage .api-usage .content .usage-list ul li a .brief .topic {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  text-align: center;
}

#api-features-list .api-features-list .content .box-white {
  margin-top: 40px;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 750px) {
  #api-features-list .api-features-list .content .box-white {
    padding: 25px;
  }
}
#api-features-list .api-features-list .content .box-white small {
  font-size: 1.4rem;
}
#api-features-list .api-features-list .content .box-white .row h3 {
  display: block;
  padding: 10px;
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 700;
  color: #004EA2;
  text-align: center;
  background-color: #F4F7F9;
}
@media only screen and (max-width: 1200px) {
  #api-features-list .api-features-list .content .box-white .row h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#api-features-list .api-features-list .content .box-white .row .table {
  margin-top: 25px;
}
#api-features-list .api-features-list .content .box-white .row .table .tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 230px auto;
  grid-template-columns: 230px auto;
}
@media only screen and (max-width: 750px) {
  #api-features-list .api-features-list .content .box-white .row .table .tr {
    display: block;
  }
}
#api-features-list .api-features-list .content .box-white .row .table .tr + .tr {
  margin-top: 25px;
  padding-top: 26px;
  border-top: 1px solid #EBEBEB;
}
@media only screen and (max-width: 750px) {
  #api-features-list .api-features-list .content .box-white .row .table .tr + .tr {
    margin-top: 20px;
    padding-top: 21px;
  }
}
#api-features-list .api-features-list .content .box-white .row .table .tr .td h4 {
  font-weight: 700;
}
#api-features-list .api-features-list .content .box-white .row .table .tr .td h4 .small {
  font-size: 1.4rem;
}
#api-features-list .api-features-list .content .box-white .row .table .tr .td p + p {
  margin-top: 15px;
}
#api-features-list .api-features-list .content .box-white .row .table .tr .td p.remark {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
#api-features-list .api-features-list .content .box-white .row .table .tr .td .table_list {
  margin: 15px 0;
  margin-left: 20px;
}
#api-features-list .api-features-list .content .box-white .row .table .tr .td .table_list li {
  list-style-type: disc;
}
#api-features-list .api-features-list .content .box-white .row .table .tr .td .list-disc {
  margin-left: 20px;
}
#api-features-list .api-features-list .content .box-white .row .table .tr .td .list-disc li {
  list-style: disc;
}
#api-features-list .api-features-list .content .box-white .row .table .tr .td .list-disc + p {
  margin-top: 15px;
}
#api-features-list .api-features-list .content .box-white .row .table .tr .td .img-thumb3 {
  margin-top: 25px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr 18px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
#api-features-list .api-features-list .content .box-white .row .table .tr .td .img-thumb3.auto {
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
}
@media only screen and (max-width: 750px) {
  #api-features-list .api-features-list .content .box-white .row .table .tr .td .img-thumb3 {
    display: block;
  }
}
#api-features-list .api-features-list .content .box-white .row .table .tr .td .img-thumb3 + .remark {
  margin-top: 10px;
}
#api-features-list .api-features-list .content .box-white .row .table .tr .td .img-thumb3 + p {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #api-features-list .api-features-list .content .box-white .row .table .tr .td .img-thumb3 + p {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #api-features-list .api-features-list .content .box-white .row .table .tr .td .img-thumb3 li + li {
    margin-top: 15px;
  }
}
#api-features-list .api-features-list .content .box-white .row .table .tr .td .img-thumb3 li p {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media only screen and (max-width: 750px) {
  #api-features-list .api-features-list .content .box-white .row .table .tr .td .img-thumb3 li img {
    width: 100%;
  }
}
#api-features-list .api-features-list .content .box-white .row .table .tr .td .img-thumb3 li .cover-img-map img {
  display: block;
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#api-features-list .api-features-list .content .box-white .row + .row {
  margin-top: 40px;
}

#api-price .api-price .content .row + .row {
  margin-top: 60px;
}
#api-price .api-price .content .row h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  border-left: 4px solid #004EA2;
  padding-left: 14px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1200px) {
  #api-price .api-price .content .row h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
}
#api-price .api-price .content .row p + p {
  margin-top: 15px;
}
#api-price .api-price .content .row ul {
  margin-left: 40px;
  margin-bottom: 15px;
}
#api-price .api-price .content .row h4 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  color: #004EA2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  #api-price .api-price .content .row h4 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 15px;
  }
}
#api-price .api-price .content .row .table {
  overflow: auto;
}
#api-price .api-price .content .row .table table {
  min-width: 700px;
  border-spacing: 1px;
  border-collapse: separate;
  background-color: #EBEBEB;
  position: relative;
}
#api-price .api-price .content .row .table table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
#api-price .api-price .content .row .table table::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
#api-price .api-price .content .row .table table tr td {
  padding: 15px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  background-color: #fff;
  vertical-align: middle;
}
#api-price .api-price .content .row .table table tr td.bg-blue {
  font-weight: 700;
  color: #004EA2;
  background-color: #F4F7F9;
}
#api-price .api-price .content .row .table table tr td .small {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
#api-price .api-price .content .row .table + p {
  margin-top: 25px;
}
#api-price .api-price .content .row .flow {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 1200px) {
  #api-price .api-price .content .row .flow {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  #api-price .api-price .content .row .flow {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#api-price .api-price .content .row .flow.col3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 750px) {
  #api-price .api-price .content .row .flow.col3 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#api-price .api-price .content .row .flow.col5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 750px) {
  #api-price .api-price .content .row .flow.col5 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#api-price .api-price .content .row .flow .col {
  position: relative;
  border: 1px solid #EBEBEB;
}
#api-price .api-price .content .row .flow .col + .col::before {
  content: "";
  position: absolute;
  top: 0;
  left: -33px;
  z-index: 1;
  width: 24px;
  height: 100%;
  background-image: url("/assets_new/images/service/api/price-flow-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media only screen and (max-width: 750px) {
  #api-price .api-price .content .row .flow .col + .col::before {
    top: -33px;
    height: 24px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
#api-price .api-price .content .row .flow .col h5 {
  display: block;
  padding: 7px 0;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #004EA2;
  width: 100%;
  text-align: center;
}
#api-price .api-price .content .row .flow .col .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 15px 30px 15px;
}
#api-price .api-price .content .row .flow .col .text p {
  line-height: 3rem;
}
#api-price .api-price .content .row .flow .col .text p .remark {
  font-size: 1.4rem;
}
#api-price .api-price .content .row .flow .col .text .btm {
  margin-top: 15px;
}
#api-price .api-price .content .row .flow .col .text .btm p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: center;
  margin-bottom: 6px;
}
#api-price .api-price .content .row .flow .col .text .btm .img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#api-price .api-price .content .row .flow + h4 {
  margin-top: 55px;
}
@media only screen and (max-width: 750px) {
  #api-price .api-price .content .row .flow + h4 {
    margin-top: 30px;
  }
}

#api-cs .api-cs .content .box {
  background-color: #fff;
  border: 1px solid #EBEBEB;
  padding: 30px;
}
@media only screen and (max-width: 750px) {
  #api-cs .api-cs .content .box {
    padding: 20px;
  }
}
#api-cs .api-cs .content .box h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  color: #004EA2;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  #api-cs .api-cs .content .box h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #api-cs .api-cs .content .box h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
#api-cs .api-cs .content .box-intro {
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #EBEBEB;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 210px auto;
  grid-template-columns: 210px auto;
  border-bottom: 2px solid #004EA2;
}
@media only screen and (max-width: 750px) {
  #api-cs .api-cs .content .box-intro {
    display: block;
  }
}
#api-cs .api-cs .content .box-intro .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-weight: 700;
  color: #fff;
  background-color: #004EA2;
}
@media only screen and (max-width: 750px) {
  #api-cs .api-cs .content .box-intro .title {
    padding: 20px;
  }
}
#api-cs .api-cs .content .box-intro .text {
  padding: 15px 25px;
}
@media only screen and (max-width: 750px) {
  #api-cs .api-cs .content .box-intro .text {
    padding: 20px;
  }
}

#api-test .api-test .content .table {
  margin-bottom: 20px;
}
#api-test .api-test .content .table .tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px auto;
  grid-template-columns: 200px auto;
  border-bottom: 1px solid #EBEBEB;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media only screen and (max-width: 750px) {
  #api-test .api-test .content .table .tr {
    -ms-grid-columns: 180px auto;
    grid-template-columns: 180px auto;
  }
}
#api-test .api-test .content .table .tr:first-child {
  background-color: #F4F7F9;
}
#api-test .api-test .content .table .tr:first-child .td {
  padding: 20px 30px;
  font-weight: 700;
  color: #004EA2;
}
@media only screen and (max-width: 750px) {
  #api-test .api-test .content .table .tr:first-child .td {
    padding: 15px 15px;
  }
}
#api-test .api-test .content .table .tr .td {
  padding: 10px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  #api-test .api-test .content .table .tr .td {
    padding: 10px 15px;
  }
}
#api-test .api-test .content .table .tr .td small {
  font-size: 14px;
}
#api-test .api-test .content .table .tr .td:first-child {
  font-weight: 700;
}
#api-test .api-test .content .table .tr .td + .td {
  border-left: 1px solid #EBEBEB;
}

.flex-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.flex-start .col-text {
  padding-left: 0 !important;
}

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

.dp-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.w-100 img {
  width: 100%;
}

.line-l {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  border-left: 4px solid #004EA2;
  padding-left: 14px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1200px) {
  .line-l {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
}

.tb-service .table {
  margin-bottom: 20px;
}
.tb-service .table .tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px auto;
  grid-template-columns: 200px auto;
  border-bottom: 1px solid #EBEBEB;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media only screen and (max-width: 750px) {
  .tb-service .table .tr {
    -ms-grid-columns: 180px auto;
    grid-template-columns: 180px auto;
  }
}
.tb-service .table .tr:first-child {
  background-color: #F4F7F9;
}
.tb-service .table .tr:first-child .td {
  padding: 20px 30px;
  font-weight: 700;
  color: #004EA2;
}
@media only screen and (max-width: 750px) {
  .tb-service .table .tr:first-child .td {
    padding: 15px 15px;
  }
}
.tb-service .table .tr:first-child .td.txt-center {
  text-align: center;
  border: none;
}
.tb-service .table .tr .td {
  padding: 10px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #EBEBEB;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .tb-service .table .tr .td {
    padding: 10px 15px;
  }
}
.tb-service .table .tr .td small {
  font-size: 14px;
}
.tb-service .table .tr .td:first-child {
  font-weight: 700;
  line-height: 2.2rem;
}
.tb-service .table .tr .td + .td {
  border-right: 1px solid #FFF;
}

#interface .btn-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  #interface .btn-list ul {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #interface .btn-list ul li + li {
    margin-top: 10px;
  }
}
#interface .btn-list ul li + li small {
  font-size: 70%;
}
#interface .btn-list + .btn-scroll-list {
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  #interface .btn-list + .btn-scroll-list {
    margin-top: 60px;
  }
}

#here-map .here-map-content h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold;
  margin-top: 30px;
  color: #004EA2;
  margin-bottom: 12px;
}
@media only screen and (max-width: 750px) {
  #here-map .here-map-content h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
#here-map .box-remark {
  margin-top: 30px;
  padding: 35px 40px;
  background-color: #F4F6FA;
  border-radius: 5px;
  font-size: 1.4rem;
}
#here-map .box-remark h4 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #004EA2;
  position: relative;
  margin-bottom: 15px;
  z-index: 1;
}
#here-map .box-remark h4:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  height: 1px;
  background-color: #EBEBEB;
}
@media only screen and (max-width: 750px) {
  #here-map .box-remark h4:after {
    bottom: -40px;
  }
}

.responsive-table {
  overflow-x: auto !important;
  padding-bottom: 20px;
}
.responsive-table table {
  min-width: 600px;
}

.table_data.tb-ext tbody th + td {
  text-align: left !important;
}
.table_data.tb-ext tbody td:last-child {
  border: none;
}
.table_data.tb-ext thead th:nth-child(1) {
  width: inherit;
}
.table_data.tb-ext thead th:nth-child(2) {
  width: inherit;
}
.table_data thead th {
  padding: 10px 0;
  background-color: #004EA2;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #FFF;
}
@media only screen and (max-width: 750px) {
  .table_data thead th {
    font-size: 1.6rem;
  }
}
.table_data thead th:nth-child(1) {
  width: 25%;
}
.table_data thead th:nth-child(2) {
  width: 15%;
}
.table_data tbody th,
.table_data tbody td {
  padding: 10px 20px;
  vertical-align: middle;
}
.table_data tbody th em,
.table_data tbody td em {
  display: none;
}
.table_data tbody th,
.table_data tbody td {
  border-right: 1px solid #EBEBEB;
}
.table_data tbody th {
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}
.table_data tbody th + td {
  text-align: center;
}
.table_data tbody a {
  text-decoration: underline;
  color: #004EA2;
}
.table_data tbody tr:nth-child(even) {
  background-color: #F8F8F8;
}
.table_data tbody .tt-list-number {
  margin-left: 30px;
  padding: 20px 0;
}
.table_data tbody .tt-list-number li {
  list-style-type: decimal !important;
}
.table_data tbody .tt-list-remark li {
  margin: 10px 0;
}
.table_data tbody .tt-list-remark li::before {
  content: "※";
  padding-right: 8px;
}
.table_data tbody .tt-list-remark li dl {
  margin: 5px 0;
  padding-left: 20px;
}
.table_data tbody .tt-list-remark li dl dt::before,
.table_data tbody .tt-list-remark li dl dd::before {
  content: "・" !important;
  padding-right: 5px;
}

/* Blog Inner */
#blog-inner #blog-popular {
  background-color: #F4F7F9;
  background-image: url("/assets_new/images/blog/popular-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
#blog-inner #blog-popular .blog-popular .blog-filter .row-search {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -webkit-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -moz-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
}
#blog-inner #blog-popular .blog-popular .blog-filter .row-search .field {
  width: 100%;
}
#blog-inner #blog-popular .blog-popular .blog-filter .row-search .field input {
  width: 100%;
  display: block;
  padding: 17px;
  font-family: "UD Shin Go Regular", sans-serif;
  font-size: 16px;
  line-height: 26px;
  border: 0;
  border-radius: 6px 0 0 6px;
  outline: none;
}
#blog-inner #blog-popular .blog-popular .blog-filter .row-search .button {
  width: 110px;
  min-width: 110px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #004EA2;
  border-radius: 0 6px 6px 0;
}
#blog-inner #blog-popular .blog-popular .blog-filter .row-search .button .icon {
  margin-right: 7px;
}
#blog-inner #blog-popular .blog-popular .blog-filter .row-search .button .txt {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #fff;
}
#blog-inner #blog-popular .blog-popular .blog-filter .row-cat {
  margin-top: 40px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #blog-inner #blog-popular .blog-popular .blog-filter .row-cat {
    margin-top: 30px;
    display: block;
  }
}
#blog-inner #blog-popular .blog-popular .blog-filter .row-cat .topic {
  padding-top: 3px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  white-space: nowrap;
}
#blog-inner #blog-popular .blog-popular .blog-filter .row-cat .list {
  width: 100%;
  padding-left: 30px;
}
@media only screen and (max-width: 750px) {
  #blog-inner #blog-popular .blog-popular .blog-filter .row-cat .list {
    margin-top: 15px;
    padding-left: 0;
  }
}
#blog-inner #blog-popular .blog-popular .blog-filter .row-cat .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -10px;
}
#blog-inner #blog-popular .blog-popular .blog-filter .row-cat .list ul li {
  margin-top: 10px;
  margin-right: 10px;
}
#blog-inner #blog-popular .blog-popular .blog-filter .row-cat .list ul li a {
  display: block;
  padding: 0px 13px;
  background-color: #fff;
  color: #004EA2;
  font-weight: 700;
  border: 1px solid #004EA2;
  border-radius: 3px;
}
#blog-inner #blog-popular .blog-popular .blog-filter .row-cat .list ul li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #004EA2;
}
#blog-inner .blog-inner .blog-inner-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media only screen and (max-width: 750px) {
  #blog-inner .blog-inner .blog-inner-flex {
    display: block;
  }
}
#blog-inner .blog-inner .blog-inner-flex.flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#blog-inner .blog-inner .blog-inner-flex .col-left {
  width: 72.03389831%;
}
@media only screen and (max-width: 750px) {
  #blog-inner .blog-inner .blog-inner-flex .col-left {
    width: 100%;
  }
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row + .row {
  margin-top: 60px;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail {
  padding: 40px;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail {
    padding: 20px;
  }
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .title .date {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #63636C;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .title .date {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .title h1 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  #blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .title h1 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .title h1 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .title .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .title .sns {
    margin-top: -5px;
  }
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .title .sns a {
  margin-right: 10px;
  margin-top: 10px;
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  #blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .title .sns a {
    margin-right: 5px;
    margin-top: 5px;
  }
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .title .sns a img {
  width: auto;
  height: 32px;
}
@media only screen and (max-width: 750px) {
  #blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .title .sns a img {
    height: 24px;
  }
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content {
  font-size: 1.8rem;
  line-height: 3.6rem;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content h2 {
  scroll-margin-top: 300px;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content #dtl p {
  font-weight: 400 !important;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content #dtl p + p {
  margin-top: 15px;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content p + p {
  margin-top: 15px;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .btn-box a {
  text-decoration: none !important;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .btn-box a span {
  color: #FFF !important;
  text-decoration: none !important;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content a {
  color: #004ea2;
  text-decoration: underline !important;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content a span {
  color: #004ea2;
  text-decoration: underline !important;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content a:active {
  color: #551A8B;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content a:focus {
  color: #551A8B;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content a:visited {
  color: #551A8B;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content strong {
  font-weight: bold !important;
  font-family: "UD Shin Go DemiBold", sans-serif !important;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .img {
  margin-top: 30px;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .img img {
  margin-left: auto;
  margin-right: auto;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .toc {
  margin-top: 30px;
  padding: 35px 40px;
  background-color: #F4F6FA;
  border-radius: 5px;
}
@media only screen and (max-width: 750px) {
  #blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .toc {
    padding: 20px 25px;
  }
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .toc .topic {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #004EA2;
  position: relative;
  margin-bottom: 15px;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .toc .topic span {
  position: relative;
  z-index: 2;
  background-color: #F4F6FA;
  padding-right: 15px;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .toc .topic::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  height: 1px;
  background-color: #EBEBEB;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .toc ul li {
  position: relative;
  padding-left: 14px;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .toc ul li::before {
  content: inherit;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
  width: 6px;
  aspect-ratio: 1/1;
  background-color: #004EA2;
  border-radius: 100%;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .toc ul li a {
  display: table;
  text-decoration: underline;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .toc ul li a:active {
  color: #551A8B;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .toc ul li a:focus {
  color: #551A8B;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .toc ul li a:visited {
  color: #551A8B;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .description {
  margin-top: 60px;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .description * + h2 {
  margin-top: 60px;
}
@media only screen and (max-width: 1200px) {
  #blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .description * + h2 {
    margin-top: 50px;
  }
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .description * + h3 {
  margin-top: 35px;
}
@media only screen and (max-width: 1200px) {
  #blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .description * + h3 {
    margin-top: 30px;
  }
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .description h2 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold;
  border-left: 4px solid #004EA2;
  padding-left: 9px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  #blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .description h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .description h3 {
  position: relative;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  color: #004EA2;
  padding-left: 27px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  #blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .description h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .description h3::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 1px;
  background-color: #004EA2;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .author {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
}
@media only screen and (max-width: 850px) {
  #blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .author {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .author {
    padding: 20px;
  }
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .author .author-img {
  width: 111px;
  min-width: 111px;
}
@media only screen and (max-width: 850px) {
  #blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .author .author-img {
    margin-left: auto;
    margin-right: auto;
  }
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .author .author-des {
  padding-left: 40px;
}
@media only screen and (max-width: 850px) {
  #blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .author .author-des {
    padding-left: 0;
    margin-top: 20px;
  }
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .author .author-des p {
  font-size: 1.4rem;
  line-height: 2.6rem;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .author .author-des p.topic {
  display: table;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: bold;
  padding: 5px 20px;
  color: #fff;
  background-color: #004EA2;
  border-radius: 12px;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .author .author-des p.name {
  font-size: 1.8rem;
  font-weight: bold;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .author .author-des p.name span {
  padding-left: 10px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #63636C;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .inquiry {
  margin-top: 20px;
  padding: 35px;
  background-image: url("/assets_new/images/blog/detail/inquiry-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  #blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .inquiry {
    padding: 20px;
  }
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .inquiry p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-detail .content .inquiry p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 15px;
  }
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-list-related.article ul li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 850px) {
  #blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-list-related.article ul li a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-list-related.article ul li a:hover .brief::after {
  background-color: #004EA2;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-list-related.article ul li a .brief {
  padding-right: 100px;
}
@media only screen and (max-width: 850px) {
  #blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-list-related.article ul li a .brief {
    padding-right: 70px;
  }
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-list-related.article ul li a .brief::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #3E3A39;
  background-image: url("/assets_new/images/commons/btn-icon-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-list-related ul li {
  background-color: #fff;
  border: 1px solid #EBEBEB;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-list-related ul li + li {
  margin-top: 20px;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-list-related ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-list-related ul li a {
    display: block;
  }
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-list-related ul li a:hover {
  opacity: 1;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-list-related ul li a:hover .brief .btn-box .btn {
  color: #fff;
  background-color: #004EA2;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-list-related ul li a:hover .brief .btn-box .btn img {
  -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(22%) saturate(0%) hue-rotate(342deg) brightness(104%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(99%) sepia(22%) saturate(0%) hue-rotate(342deg) brightness(104%) contrast(100%);
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-list-related ul li a .cover {
  width: 31.18811881%;
}
@media only screen and (max-width: 750px) {
  #blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-list-related ul li a .cover {
    width: 100%;
  }
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-list-related ul li a .brief {
  width: 68.81188119%;
  padding-left: 25px;
}
@media only screen and (max-width: 750px) {
  #blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-list-related ul li a .brief {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-list-related ul li a .brief h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1200px) {
  #blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-list-related ul li a .brief h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-list-related ul li a .brief h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-list-related ul li a .brief .date-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 850px) {
  #blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-list-related ul li a .brief .date-tag {
    display: block;
  }
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-list-related ul li a .brief .date-tag .date {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #63636C;
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-list-related ul li a .brief .date-tag .tag {
  display: table;
  min-width: 90px;
  padding: 4px 10px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #004EA2;
  border: 1px solid #004EA2;
  border-radius: 3px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-list-related ul li a .brief .date-tag .tag {
    margin-top: 5px;
  }
}
#blog-inner .blog-inner .blog-inner-flex .col-left .row.blog-list-related ul li a .brief .btn-box {
  margin-top: 10px;
}
#blog-inner .blog-inner .blog-inner-flex .col-right {
  width: 25.42372881%;
  min-width: 300px;
  position: relative;
  position: sticky;
  bottom: 3rem;
  padding-bottom: 0;
}
@media only screen and (max-width: 850px) {
  #blog-inner .blog-inner .blog-inner-flex .col-right {
    min-width: 250px;
  }
}
@media only screen and (max-width: 750px) {
  #blog-inner .blog-inner .blog-inner-flex .col-right {
    width: 100%;
    min-width: 100%;
    position: static;
    margin-top: 5%;
  }
}
#blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row + .row {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row + .row {
    margin-top: 5%;
  }
}
#blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row.banner a {
  display: block;
}
#blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row.box {
  padding-top: 25px;
  background-color: #fff;
}
#blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row.box .topic {
  margin: 0 20px 20px 20px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 13px;
}
#blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row.box .topic::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 36px;
  height: 3px;
  background-color: #004EA2;
}
#blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row.category ul li + li {
  border-top: 1px solid #EBEBEB;
}
#blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row.category ul li a {
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 14px 20px;
  background-image: url("/assets_new/images/commons/aside-cat-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 18px;
}
#blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row.category ul li a:hover {
  opacity: 1;
}
#blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row.ranking {
  padding-bottom: 20px;
}
#blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row.ranking ul {
  margin-top: 25px;
}
#blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row.ranking ul li + li {
  margin-top: 15px;
  padding-top: 16px;
  border-top: 1px solid #EBEBEB;
}
#blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row.ranking ul li:nth-child(1) a .no {
  background-color: #21C6B5;
}
#blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row.ranking ul li:nth-child(2) a .no {
  background-color: #2D5DEA;
}
#blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row.ranking ul li:nth-child(3) a .no {
  background-color: #004EA2;
}
#blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row.ranking ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}
#blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row.ranking ul li a:hover {
  opacity: 1;
}
#blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row.ranking ul li a .no {
  position: absolute;
  top: -10px;
  left: 10px;
  z-index: 1;
  width: 20px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #787E8A;
  border: 1px solid #fff;
  font-size: 8px;
  line-height: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 700;
}
#blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row.ranking ul li a .cover {
  width: 90px;
  min-width: 90px;
}
#blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row.ranking ul li a .brief {
  width: 100%;
  padding-left: 10px;
}
#blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row.ranking ul li a .brief p {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row.services ul li {
  background-color: #fff;
}
#blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row.services ul li + li {
  margin-top: 10px;
}
#blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row.services ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row.services ul li a:hover {
  opacity: 1;
}
#blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row.services ul li a .cover {
  width: 126px;
  min-width: 126px;
}
#blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row.services ul li a .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row.services ul li a .brief {
  width: 100%;
  padding: 10px;
}
#blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row.services ul li a .brief h3 {
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 700;
  margin-bottom: 3px;
}
#blog-inner .blog-inner .blog-inner-flex .col-right .col-right-box .row.services ul li a .brief p {
  font-size: 1.2rem;
  line-height: 2rem;
}

.blog-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 850px) {
  .blog-list ul {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 750px) {
  .blog-list ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.blog-list ul li {
  display: -ms-inline-grid;
  display: inline-grid;
}
.blog-list ul li a {
  display: block;
  position: relative;
  padding-bottom: 55px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -webkit-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -moz-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
}
.blog-list ul li a:hover {
  opacity: 1;
}
.blog-list ul li a:hover::after {
  background-color: #004EA2;
}
.blog-list ul li a::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #3E3A39;
  background-image: url("/assets_new/images/commons/btn-icon-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px;
}
.blog-list ul li a .cover {
  height: 216px;
}
.blog-list ul li a .cover.list-p {
  height: 150px;
}
.blog-list ul li a .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-list ul li a .brief {
  padding: 20px;
}
.blog-list ul li a .brief .date-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.blog-list ul li a .brief .date-tag .date {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #63636C;
}
.blog-list ul li a .brief .date-tag .tag {
  display: table;
  min-width: 90px;
  padding: 4px 10px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #004EA2;
  border: 1px solid #004EA2;
  border-radius: 3px;
  text-align: center;
}
.blog-list ul li a .brief p {
  line-height: 2.6rem;
}

/* Data */
.page-resource #wrapper main {
  background-color: #F4F7F9;
  background-image: url("/assets_new/images/resources/bg-top.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

.page-resource-detail #wrapper {
  padding-top: 0;
}
.page-resource-detail #wrapper header {
  position: absolute;
  background-color: transparent;
}
.page-resource-detail #wrapper header .header .col-right {
  display: none;
}
.page-resource-detail #wrapper #menu-scroll {
  display: none;
}
.page-resource-detail #wrapper #contact-btm {
  display: none;
}

#resource .resource .box-select {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -webkit-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -moz-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  border-radius: 7px;
}
@media only screen and (max-width: 750px) {
  #resource .resource .box-select {
    padding: 30px;
  }
}
#resource .resource .box-select .topic {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #resource .resource .box-select .topic {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 15px;
  }
}
#resource .resource .box-select .topic::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  height: 1px;
  background-color: #EBEBEB;
}
#resource .resource .box-select .topic span {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding-right: 20px;
}
#resource .resource .box-select .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -10px;
}
#resource .resource .box-select .list ul li {
  margin-top: 10px;
  margin-right: 10px;
}
#resource .resource .box-select .list ul li a {
  display: block;
  padding: 0px 15px;
  background-color: #fff;
  color: #004EA2;
  font-weight: 700;
  border: 1px solid #004EA2;
  border-radius: 3px;
}
#resource .resource .box-select .list ul li a:hover, #resource .resource .box-select .list ul li a.active {
  opacity: 1;
  color: #fff;
  background-color: #004EA2;
}
#resource .resource .box-select .list + .topic {
  margin-top: 30px;
}
#resource .resource .content .resource-list > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 1200px) {
  #resource .resource .content .resource-list > ul {
    gap: 30px;
  }
}
@media only screen and (max-width: 850px) {
  #resource .resource .content .resource-list > ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  #resource .resource .content .resource-list > ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#resource .resource .content .resource-list > ul > li {
  background-color: #fff;
  height: auto;
  box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -webkit-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -moz-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
}
#resource .resource .content .resource-list > ul > li a {
  display: block;
  padding: 20px 20px 25px 20px;
}
#resource .resource .content .resource-list > ul > li a:hover {
  opacity: 1;
}
#resource .resource .content .resource-list > ul > li a:hover .btn-box .btn {
  background-color: #0067d5;
}
#resource .resource .content .resource-list > ul > li a .brief {
  margin-top: 20px;
}
#resource .resource .content .resource-list > ul > li a .brief .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
#resource .resource .content .resource-list > ul > li a .brief .tag li {
  display: table;
  padding: 5px 6px 3px 6px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #004EA2;
  border: 1px solid #004EA2;
  border-radius: 3px;
}
#resource .resource .content .resource-list > ul > li a .brief h2 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #resource .resource .content .resource-list > ul > li a .brief h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 10px;
  }
}
#resource .resource .content .resource-list > ul > li a .brief p {
  line-height: 2.6rem;
}
#resource .resource .content .resource-list > ul > li a .btn-box {
  margin-top: 20px;
}
#resource .resource .content .resource-detail .box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 850px) {
  #resource .resource .content .resource-detail .box-flex {
    display: block;
  }
}
#resource .resource .content .resource-detail .box-flex .col-left {
  width: 62%;
  padding-right: 30px;
}
@media only screen and (max-width: 850px) {
  #resource .resource .content .resource-detail .box-flex .col-left {
    width: 100%;
    padding-right: 0;
  }
}
#resource .resource .content .resource-detail .box-flex .col-left .img img {
  width: 100%;
  height: auto;
}
#resource .resource .content .resource-detail .box-flex .col-left .text {
  margin-top: 25px;
}
#resource .resource .content .resource-detail .box-flex .col-right {
  width: 38%;
}
@media only screen and (max-width: 850px) {
  #resource .resource .content .resource-detail .box-flex .col-right {
    width: 100%;
    margin-top: 30px;
  }
}
#resource .resource .content .resource-detail .box-flex .col-right .box-white {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -webkit-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -moz-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  border-radius: 7px;
}
@media only screen and (max-width: 750px) {
  #resource .resource .content .resource-detail .box-flex .col-right .box-white {
    padding: 20px 20px 30px 20px;
  }
}
#resource .resource .content .resource-detail .box-flex .col-right .box-white .form .form-row + .form-row {
  margin-top: 10px;
}
#resource .resource .content .resource-detail .box-flex .col-right .box-white .form .form-row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
#resource .resource .content .resource-detail .box-flex .col-right .box-white .form .form-row.flex .col50 {
  width: 50%;
}
#resource .resource .content .resource-detail .box-flex .col-right .box-white .form .form-row.agree {
  margin-top: 20px;
}
#resource .resource .content .resource-detail .box-flex .col-right .box-white .form .form-row.robot {
  margin-top: 20px;
}
#resource .resource .content .resource-detail .box-flex .col-right .box-white .form .form-row.robot div {
  margin-left: auto;
  margin-right: auto;
}
#resource .resource .content .resource-detail .box-flex .col-right .box-white .form .form-row.policy p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: center;
}
#resource .resource .content .resource-detail .box-flex .col-right .box-white .form .form-row.policy p a {
  text-decoration: underline;
}
#resource .resource .content .resource-detail .box-flex .col-right .box-white .form .form-row .label {
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 3px;
}
#resource .resource .content .resource-detail .box-flex .col-right .box-white .form .form-row .label .imp {
  display: inline-block;
  margin-top: 7px;
  margin-left: 7px;
  font-size: 1rem;
  line-height: 1rem;
  padding: 4px 6px;
  color: #D90049;
  font-weight: normal;
  background-color: #FDF2F2;
  border-radius: 2px;
}
@media only screen and (max-width: 750px) {
  #resource .resource .content .resource-detail .box-flex .col-right .box-white .btn-box {
    margin-top: 20px;
  }
}

/* Case */
#case .case .box-cat {
  width: 100%;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -webkit-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -moz-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  border-radius: 7px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 850px) {
  #case .case .box-cat {
    margin-bottom: 40px;
  }
}
#case .case .box-cat .cat-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#case .case .box-cat .cat-row + .cat-row {
  margin-top: 30px;
  padding-top: 31px;
  border-top: 1px solid #EBEBEB;
}
@media only screen and (max-width: 750px) {
  #case .case .box-cat .cat-row + .cat-row {
    padding-top: 21px;
  }
}
@media only screen and (max-width: 750px) {
  #case .case .box-cat .cat-row {
    display: block;
  }
}
#case .case .box-cat .cat-row .topic {
  width: 160px;
  min-width: 160px;
  padding-top: 3px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  white-space: nowrap;
}
#case .case .box-cat .cat-row .list {
  width: 100%;
  padding-left: 30px;
}
@media only screen and (max-width: 750px) {
  #case .case .box-cat .cat-row .list {
    margin-top: 15px;
    padding-left: 0;
  }
}
#case .case .box-cat .cat-row .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -10px;
}
#case .case .box-cat .cat-row .list ul li {
  margin-top: 10px;
  margin-right: 10px;
}
#case .case .box-cat .cat-row .list ul li a {
  display: block;
  padding: 0px 15px;
  background-color: #fff;
  color: #004EA2;
  font-weight: 700;
  border: 1px solid #004EA2;
  border-radius: 3px;
}
#case .case .box-cat .cat-row .list ul li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #004EA2;
}
#case .case .box-cat .cat-row .list ul li label {
  position: relative;
}
#case .case .box-cat .cat-row .list ul li label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#case .case .box-cat .cat-row .list ul li label input[type=checkbox]:checked + span {
  opacity: 1;
  color: #fff;
  background-color: #004EA2;
}
#case .case .box-cat .cat-row .list ul li label span {
  display: block;
  padding: 0px 15px;
  background-color: #fff;
  color: #004EA2;
  font-weight: 700;
  border: 1px solid #004EA2;
  border-radius: 3px;
  cursor: pointer;
}
#case .case .box-cat .cat-row .list ul li label span:hover {
  opacity: 1;
  color: #fff;
  background-color: #004EA2;
}
#case .case .content .case-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 1200px) {
  #case .case .content .case-list ul {
    gap: 30px;
  }
}
@media only screen and (max-width: 850px) {
  #case .case .content .case-list ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  #case .case .content .case-list ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#case .case .content .case-list ul li {
  background-color: #fff;
  height: auto;
  box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -webkit-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -moz-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
}
#case .case .content .case-list ul li a {
  display: block;
  position: relative;
  height: 100%;
}
#case .case .content .case-list ul li a.with-button {
  padding-bottom: 10px;
}
#case .case .content .case-list ul li a.with-button::after {
  display: none !important;
}
#case .case .content .case-list ul li a:hover {
  opacity: 1;
}
#case .case .content .case-list ul li a:hover::after {
  background-color: #004EA2;
}
#case .case .content .case-list ul li a:hover .brief .btn-box .btn {
  color: #fff;
  background-color: #004EA2;
}
#case .case .content .case-list ul li a:hover .brief .btn-box .btn img {
  -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(22%) saturate(0%) hue-rotate(342deg) brightness(104%) contrast(100%);
  filter: brightness(0) saturate(100%) invert(99%) sepia(22%) saturate(0%) hue-rotate(342deg) brightness(104%) contrast(100%);
}
#case .case .content .case-list ul li a::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #3E3A39;
  background-image: url("/assets_new/images/commons/btn-icon-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px;
}
#case .case .content .case-list ul li a .box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#case .case .content .case-list ul li a .box-flex .logo {
  position: relative;
  z-index: 2;
  width: 37.4301676%;
  margin-top: -30px;
  background-color: #fff;
  margin-bottom: 15px;
  padding: 0 12px;
}
#case .case .content .case-list ul li a .box-flex p {
  width: 62.5698234%;
  font-size: 1.4rem;
  line-height: 2rem;
  padding-left: 20px;
  padding-top: 15px;
}
#case .case .content .case-list ul li a .brief {
  padding: 0 20px 20px 20px;
}
#case .case .content .case-list ul li a .brief .tag {
  display: table;
  padding: 5px 6px 3px 6px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #004EA2;
  border: 1px solid #004EA2;
  border-radius: 3px;
  margin-bottom: 12px;
}
#case .case .content .case-list ul li a .brief p {
  line-height: 2.6rem;
}
#case .case .content .case-list ul li a .brief .table {
  position: relative;
  display: table;
  margin-top: 15px;
  padding-top: 16px;
}
#case .case .content .case-list ul li a .brief .table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 40px;
  height: 1px;
  background-color: #EBEBEB;
}
#case .case .content .case-list ul li a .brief .table .tr {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
#case .case .content .case-list ul li a .brief .table .tr + .tr {
  margin-top: 8px;
}
#case .case .content .case-list ul li a .brief .table .tr .td {
  display: block;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
#case .case .case-detail {
  background-color: #fff;
  padding: 40px 40px 100px 40px;
  box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -webkit-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -moz-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  border-radius: 5px;
}
@media only screen and (max-width: 1200px) {
  #case .case .case-detail {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  #case .case .case-detail {
    padding: 20px 20px 30px 20px;
  }
}
#case .case .case-detail .box {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#case .case .case-detail .box .title {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  #case .case .case-detail .box .title {
    display: block;
    margin-bottom: 30px;
  }
}
#case .case .case-detail .box .title .col-left {
  width: 67.22222222%;
  padding-right: 80px;
}
@media only screen and (max-width: 750px) {
  #case .case .case-detail .box .title .col-left {
    width: 100%;
    padding-right: 0;
  }
}
#case .case .case-detail .box .title .col-right {
  width: 32.77777778%;
  margin-top: 43px;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #case .case .case-detail .box .title .col-right {
    width: 100%;
    margin-top: 25px;
  }
}
#case .case .case-detail .box .title .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
#case .case .case-detail .box .title .tag li {
  display: table;
  padding: 5px 6px 3px 6px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #004EA2;
  border: 1px solid #004EA2;
  border-radius: 3px;
}
#case .case .case-detail .box .title h1 {
  font-size: 3.2rem;
  line-height: 4.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  #case .case .case-detail .box .title h1 {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  #case .case .case-detail .box .title h1 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
#case .case .case-detail .box .title p {
  margin-top: 15px;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media only screen and (max-width: 1200px) {
  #case .case .case-detail .box .title p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#case .case .case-detail .box .table {
  margin-bottom: 40px;
  padding: 30px 40px;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
}
@media only screen and (max-width: 750px) {
  #case .case .case-detail .box .table {
    margin-bottom: 30px;
    padding: 20px;
  }
}
#case .case .case-detail .box .table .tr {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -ms-grid-columns: 140px 20px auto;
  grid-template-columns: 140px auto;
}
@media only screen and (max-width: 750px) {
  #case .case .case-detail .box .table .tr {
    -ms-grid-columns: 120px auto;
    grid-template-columns: 120px auto;
  }
}
#case .case .case-detail .box .table .tr + .tr {
  margin-top: 20px;
  padding-top: 21px;
  border-top: 1px solid #EBEBEB;
}
@media only screen and (max-width: 1200px) {
  #case .case .case-detail .box .table .tr + .tr {
    margin-top: 15px;
    padding-top: 16px;
  }
}
#case .case .case-detail .box .table .tr .td:first-child {
  font-weight: bold;
}
#case .case .case-detail .box .description * + h2, #case .case .case-detail .box .description * + h3 {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #case .case .case-detail .box .description * + h2, #case .case .case-detail .box .description * + h3 {
    margin-top: 30px;
  }
}
#case .case .case-detail .box .description * + p {
  margin-top: 15px;
}
#case .case .case-detail .box .description h2 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold;
  padding: 3px 0 3px 10px;
  border-left: 4px solid #004EA2;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  #case .case .case-detail .box .description h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #case .case .case-detail .box .description h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#case .case .case-detail .box .description h3 {
  position: relative;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  padding-left: 25px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  #case .case .case-detail .box .description h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#case .case .case-detail .box .description h3::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 20px;
  height: 2px;
  background-color: #004EA2;
}
#case .case .case-detail .box .description p + p {
  margin-top: 15px;
}
#case .case .case-detail .box .description ul {
  margin-top: 15px;
  list-style: disc;
  margin-left: 45px;
}
#case .case .case-detail .box .description ul li {
  list-style: disc;
}
#case .case .case-detail .box .description .img {
  display: table;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #case .case .case-detail .box .description .img {
    margin-top: 30px;
  }
}
#case .case .case-detail .box .description .img p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-top: 10px;
}
#case .case .case-detail .box .button {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #case .case .case-detail .box .button {
    margin-top: 25px;
  }
}
#case .case .case-detail .box .button p {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #case .case .case-detail .box .button p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#case .case .case-related {
  margin-top: 100px;
}

/* News Inner */
#news-inner .news-inner .content .news-cat {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  #news-inner .news-inner .content .news-cat {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .content .news-cat {
    margin-bottom: 30px;
  }
}
#news-inner .news-inner .content .news-cat ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -5px;
}
#news-inner .news-inner .content .news-cat ul li {
  margin-top: 5px;
  margin-right: 13px;
  padding-right: 14px;
  border-right: 1px solid #C3C3C3;
}
@media only screen and (max-width: 1200px) {
  #news-inner .news-inner .content .news-cat ul li {
    margin-right: 10px;
    padding-right: 11px;
  }
}
#news-inner .news-inner .content .news-cat ul li a.current {
  color: #004EA2;
}
#news-inner .news-inner .content .news-list ul li + li {
  margin-top: 25px;
  padding-top: 26px;
  border-top: 1px solid #EBEBEB;
}
@media only screen and (max-width: 850px) {
  #news-inner .news-inner .content .news-list ul li + li {
    margin-top: 20px;
    padding-top: 21px;
  }
}
#news-inner .news-inner .content .news-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("/assets_new/images/commons/btn-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 6px;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .content .news-list ul li a {
    display: block;
  }
}
#news-inner .news-inner .content .news-list ul li a:hover {
  opacity: 1;
}
#news-inner .news-inner .content .news-list ul li a .date-tag {
  width: 200px;
  min-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .content .news-list ul li a .date-tag {
    padding-left: 0;
  }
}
#news-inner .news-inner .content .news-list ul li a .date-tag .date {
  width: 100px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #63636C;
}
#news-inner .news-inner .content .news-list ul li a .date-tag .tag {
  display: table;
  width: 90px;
  padding: 3px 0;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #004EA2;
  border: 1px solid #004EA2;
  border-radius: 3px;
  text-align: center;
}
#news-inner .news-inner .content .news-list ul li a h3 {
  display: inline-table;
  padding-left: 20px;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .content .news-list ul li a h3 {
    padding-left: 0;
    margin-top: 10px;
  }
}
#news-inner .news-inner .content .news-list ul li a h3 .new {
  display: inline-table;
  padding: 1px;
  font-size: 1rem;
  line-height: 1rem;
  color: #D90049;
  border: 1px solid #D90049;
  margin-left: 10px;
}
#news-inner .news-inner .content .news-detail {
  padding: 60px;
  background-color: #fff;
}
@media only screen and (max-width: 1200px) {
  #news-inner .news-inner .content .news-detail {
    padding: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .content .news-detail {
    padding: 20px;
  }
}
#news-inner .news-inner .content .news-detail .title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  #news-inner .news-inner .content .news-detail .title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .content .news-detail .title {
    margin-bottom: 20px;
  }
}
#news-inner .news-inner .content .news-detail .title h1 {
  font-size: 3.2rem;
  line-height: 4.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  #news-inner .news-inner .content .news-detail .title h1 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .content .news-detail .title h1 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
#news-inner .news-inner .content .news-detail .title .date-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
@media only screen and (max-width: 850px) {
  #news-inner .news-inner .content .news-detail .title .date-tag {
    display: block;
  }
}
#news-inner .news-inner .content .news-detail .title .date-tag .date {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #63636C;
}
#news-inner .news-inner .content .news-detail .title .date-tag .tag {
  display: table;
  min-width: 90px;
  padding: 4px 10px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #004EA2;
  border: 1px solid #004EA2;
  border-radius: 3px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .content .news-detail .title .date-tag .tag {
    margin-top: 5px;
  }
}
#news-inner .news-inner .content .news-detail .description > * + .img {
  margin-top: 40px;
}
@media only screen and (max-width: 1200px) {
  #news-inner .news-inner .content .news-detail .description > * + .img {
    margin-top: 30px;
  }
}
#news-inner .news-inner .content .news-detail .description p + p {
  margin-top: 15px;
}
@media only screen and (max-width: 1200px) {
  #news-inner .news-inner .content .news-detail .description p + p {
    margin-top: 10px;
  }
}
#news-inner .news-inner .content .news-detail .description .img + h2 {
  margin-top: 40px;
}
@media only screen and (max-width: 1200px) {
  #news-inner .news-inner .content .news-detail .description .img + h2 {
    margin-top: 30px;
  }
}
#news-inner .news-inner .content .news-detail .description h2 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold;
  padding-left: 10px;
  border-left: 4px solid #004EA2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  #news-inner .news-inner .content .news-detail .description h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 15px;
  }
}
#news-inner .news-inner .content .news-detail .description p + h2 {
  margin-top: 40px;
}

/* Data */
.page-contact #wrapper {
  padding-top: 0;
}
.page-contact #wrapper header {
  position: absolute;
  background-color: transparent;
}
.page-contact #wrapper header .header .col-right {
  display: none;
}
.page-contact #wrapper main {
  background-color: #F4F7F9;
  background-image: url("/assets_new/images/resources/bg-top.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
.page-contact #wrapper #menu-scroll {
  display: none;
}
.page-contact #wrapper #contact-btm {
  display: none;
}

#contact .contact .box-white {
  padding: 40px 60px 60px 60px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -webkit-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -moz-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  border-radius: 7px;
}
@media only screen and (max-width: 1200px) {
  #contact .contact .box-white {
    padding: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .box-white {
    padding: 30px 20px;
  }
}
#contact .contact .box-white .content .form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #contact .contact .box-white .content .form .form-row {
    display: block;
  }
}
#contact .contact .box-white .content .form .form-row + .form-row {
  margin-top: 20px;
}
#contact .contact .box-white .content .form .form-row.block {
  display: block;
}
#contact .contact .box-white .content .form .form-row.block .label {
  white-space: nowrap;
}
#contact .contact .box-white .content .form .form-row.objective {
  display: block;
  margin-top: 10px;
}
#contact .contact .box-white .content .form .form-row.objective ul {
  margin-left: 20px;
}
#contact .contact .box-white .content .form .form-row.objective ul li {
  list-style: disc;
}
#contact .contact .box-white .content .form .form-row.policy {
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media only screen and (max-width: 750px) {
  #contact .contact .box-white .content .form .form-row.policy {
    margin-top: 25px;
  }
}
#contact .contact .box-white .content .form .form-row.trial-policy {
  display: block;
  margin-top: 40px;
}
#contact .contact .box-white .content .form .form-row.trial-policy h3 {
  margin-bottom: 10px;
}
#contact .contact .box-white .content .form .form-row.trial-policy li {
  list-style-type: disc;
  margin-left: 20px;
}
#contact .contact .box-white .content .form .form-row.agree {
  margin-top: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 750px) {
  #contact .contact .box-white .content .form .form-row.agree {
    margin-top: 20px;
  }
}
#contact .contact .box-white .content .form .form-row.robot {
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 750px) {
  #contact .contact .box-white .content .form .form-row.robot {
    margin-top: 25px;
  }
}
#contact .contact .box-white .content .form .form-row .label {
  width: 225px;
  min-width: 225px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}
@media only screen and (max-width: 750px) {
  #contact .contact .box-white .content .form .form-row .label {
    margin-top: 0;
    margin-bottom: 8px;
  }
}
#contact .contact .box-white .content .form .form-row .label .imp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5px;
  margin-top: 7px;
  height: 17px;
  padding: 4px 4px;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: normal;
  color: #D90049;
  background-color: #FDF2F2;
}
#contact .contact .box-white .content .form .form-row .field {
  width: 100%;
}
#contact .contact .box-white .content .form .form-row .field p {
  margin-top: 5px;
}
#contact .contact .box-white .content .form .form-row .field textarea {
  min-height: 180px;
}
#contact .contact .box-white .content .form .form-row .field.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
#contact .contact .box-white .content .form .form-row .field.flex .col50 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact .contact .box-white .content .form .form-row .field.flex .col50 .label {
  width: auto;
  min-width: auto;
  white-space: nowrap;
  margin-top: 0;
  padding-right: 10px;
}
#contact .contact .box-white .content .form .form-row .field.flex .col50 .field {
  width: 100%;
}
#contact .contact .box-white .content .form .form-row em {
  display: none;
}
@media only screen and (max-width: 750px) {
  #contact .contact .box-white .content .form .btn-box {
    margin-top: 25px;
  }
}

.page-404 #wrapper main {
  background-color: #F4F7F9;
  background-image: url("/assets_new/images/resources/bg-top.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

#page-404 .page-404 .box-white {
  padding: 40px 60px 60px 60px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -webkit-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -moz-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  border-radius: 7px;
}
@media only screen and (max-width: 1200px) {
  #page-404 .page-404 .box-white {
    padding: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #page-404 .page-404 .box-white {
    padding: 30px 20px;
  }
}
#page-404 .page-404 .box-white h1 {
  margin-top: 40px;
  color: #004EA2;
  font-size: 80px;
  line-height: 6rem;
}
@media only screen and (max-width: 750px) {
  #page-404 .page-404 .box-white h1 {
    font-size: 45px;
    line-height: 4rem;
    margin-top: 20px;
  }
}
#page-404 .page-404 .box-white h1 span {
  font-size: 40px;
}
@media only screen and (max-width: 750px) {
  #page-404 .page-404 .box-white h1 span {
    font-size: 25px;
  }
}

.page-purpose #wrapper main {
  background-image: url("/assets_new/images/purpose/bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

/* Purpose */
#purpose .purpose .content .purpose-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  #purpose .purpose .content .purpose-btn {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #purpose .purpose .content .purpose-btn .btn {
    max-width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #purpose .purpose .content .purpose-btn .btn + .btn {
    margin-top: 10px;
  }
}
#purpose .purpose .content .purpose-list {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #purpose .purpose .content .purpose-list {
    margin-top: 40px;
  }
}
#purpose .purpose .content .purpose-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 850px) {
  #purpose .purpose .content .purpose-list ul {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  #purpose .purpose .content .purpose-list ul {
    display: block;
  }
}
#purpose .purpose .content .purpose-list ul li {
  height: auto;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 10px 10px 0px rgba(227, 237, 245, 0.4);
  -webkit-box-shadow: 0px 10px 10px 0px rgba(227, 237, 245, 0.4);
  -moz-box-shadow: 0px 10px 10px 0px rgba(227, 237, 245, 0.4);
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #purpose .purpose .content .purpose-list ul li + li {
    margin-top: 5%;
  }
}
#purpose .purpose .content .purpose-list ul li .cover img {
  width: 100%;
  height: auto;
}
#purpose .purpose .content .purpose-list ul li.topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F6F6F6;
}
@media only screen and (max-width: 750px) {
  #purpose .purpose .content .purpose-list ul li.topic {
    padding: 20px;
  }
}
#purpose .purpose .content .purpose-list ul li.topic .box h4 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #004EA2;
  text-align: center;
  margin-bottom: 8px;
}
#purpose .purpose .content .purpose-list ul li.topic .box p {
  line-height: 2.6rem;
  text-align: center;
}
#purpose .purpose .content .purpose-list ul li a {
  display: block;
  position: relative;
  padding-bottom: 45px;
  height: 100%;
}
#purpose .purpose .content .purpose-list ul li a:hover {
  opacity: 1;
}
#purpose .purpose .content .purpose-list ul li a:hover::after {
  background-color: #004EA2;
}
#purpose .purpose .content .purpose-list ul li a::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #3E3A39;
  background-image: url("/assets_new/images/commons/btn-icon-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px;
}
#purpose .purpose .content .purpose-list ul li a .brief {
  padding: 20px 25px;
}
@media only screen and (max-width: 750px) {
  #purpose .purpose .content .purpose-list ul li a .brief {
    padding: 20px;
  }
}
#purpose .purpose .content .purpose-list ul li a .brief .tag {
  display: table;
  margin-left: auto;
  margin-right: auto;
  min-width: 140px;
  padding: 3px 5px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  background-color: #F6F6F6;
  margin-bottom: 15px;
  text-align: center;
}
#purpose .purpose .content .purpose-list ul li a .brief .topic {
  line-height: 2.4rem;
  font-weight: 700;
  text-align: center;
}
#purpose .purpose .content .content-row + .content-row {
  margin-top: 80px;
}
#purpose .purpose .content .content-row.intro p {
  margin-top: 35px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #purpose .purpose .content .content-row.intro p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#purpose .purpose .content .content-row.recom .recom-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 850px) {
  #purpose .purpose .content .content-row.recom .recom-list ul {
    display: block;
  }
}
@media only screen and (max-width: 850px) {
  #purpose .purpose .content .content-row.recom .recom-list ul li + li {
    margin-top: 10px;
  }
}
#purpose .purpose .content .content-row.recom .recom-list ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 10px 10px 0px rgba(227, 237, 245, 0.4);
  -webkit-box-shadow: 0px 10px 10px 0px rgba(227, 237, 245, 0.4);
  -moz-box-shadow: 0px 10px 10px 0px rgba(227, 237, 245, 0.4);
}
#purpose .purpose .content .content-row.recom .recom-list ul li a:hover {
  opacity: 1;
}
#purpose .purpose .content .content-row.recom .recom-list ul li a:hover::after {
  background-color: #004EA2;
}
#purpose .purpose .content .content-row.recom .recom-list ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #373332;
  background-image: url("/assets_new/images/commons/btn-arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5px;
}
#purpose .purpose .content .content-row.recom .recom-list ul li a .cover {
  width: 110px;
  min-width: 110px;
}
#purpose .purpose .content .content-row.recom .recom-list ul li a .brief {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #EBEBEB;
  padding: 0 60px 0 15px;
}
#purpose .purpose .content .content-row.recom .recom-list ul li a .brief h3 {
  font-weight: bold;
  line-height: 2.2rem;
  margin-bottom: 3px;
}
#purpose .purpose .content .content-row.recom .recom-list ul li a .brief p {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
#purpose .purpose .content .content-row.offer .offer-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 1200px) {
  #purpose .purpose .content .content-row.offer .offer-list {
    gap: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #purpose .purpose .content .content-row.offer .offer-list {
    display: block;
  }
}
#purpose .purpose .content .content-row.offer .offer-list .col {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -webkit-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -moz-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 750px) {
  #purpose .purpose .content .content-row.offer .offer-list .col + .col {
    margin-top: 5%;
  }
}
#purpose .purpose .content .content-row.offer .offer-list .col .text {
  padding: 15px 25px;
}
@media only screen and (max-width: 750px) {
  #purpose .purpose .content .content-row.offer .offer-list .col .text {
    padding: 20px;
  }
}
#purpose .purpose .content .content-row.offer .offer-list .col .text p {
  line-height: 2.6rem;
  min-height: 104px;
}
@media only screen and (max-width: 750px) {
  #purpose .purpose .content .content-row.offer .offer-list .col .text p {
    min-height: auto;
  }
}
#purpose .purpose .content .content-row.offer .offer-list .col .text.blue {
  color: #fff;
  background-color: #004EA2;
}
#purpose .purpose .content .content-row.offer .offer-list .col .text.blue a {
  color: #FFF;
  text-decoration: underline;
}
#purpose .purpose .content .content-row.offer .offer-list .col .text .icon {
  position: relative;
  z-index: 1;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -40px;
}
@media only screen and (max-width: 850px) {
  #purpose .purpose .content .content-row.offer .offer-list .col .text .icon {
    margin-top: 15px;
  }
}

/* Features Inner */
#features-inner #strengths {
  background-image: url("/assets_new/images/features/strengths-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#features-inner #strengths .strengths p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #features-inner #strengths .strengths p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#features-inner #strengths .strengths .btn-box {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  #features-inner #strengths .strengths .btn-box {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #features-inner #strengths .strengths .btn-box .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  #features-inner #strengths .strengths .btn-box .btn + .btn {
    margin-top: 10px;
  }
}
#features-inner #history {
  background-image: url("/assets_new/images/features/history-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#features-inner #history .history .content p {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2.6rem;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #features-inner #history .history .content p {
    text-align: left;
  }
}
#features-inner #history .history .content .brand-logo {
  margin-top: 30px;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}
#features-inner #history .history .content .brand-logo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#features-inner #history .history .content .brand-logo ul li {
  margin: 0 20px;
}
#features-inner #reasons .reasons .content .box-white {
  padding: 40px;
  border: 1px solid #EBEBEB;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -webkit-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -moz-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
}
@media only screen and (max-width: 750px) {
  #features-inner #reasons .reasons .content .box-white {
    padding: 30px;
  }
}
#features-inner #reasons .reasons .content .box-white + .box-white {
  margin-top: 40px;
}
#features-inner #reasons .reasons .content .box-white:nth-child(even) .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#features-inner #reasons .reasons .content .box-white:nth-child(even) .flex .col-text {
  margin-top: 0;
  padding-right: 0;
  padding-left: 40px;
}
@media only screen and (max-width: 850px) {
  #features-inner #reasons .reasons .content .box-white:nth-child(even) .flex .col-text {
    padding-left: 0;
  }
}
#features-inner #reasons .reasons .content .box-white .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #features-inner #reasons .reasons .content .box-white .flex {
    display: block;
  }
}
#features-inner #reasons .reasons .content .box-white .flex .col-text {
  width: 50.92592593%;
  margin-top: 20px;
  padding-right: 40px;
}
@media only screen and (max-width: 850px) {
  #features-inner #reasons .reasons .content .box-white .flex .col-text {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
  }
}
#features-inner #reasons .reasons .content .box-white .flex .col-text .no {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #004EA2;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #features-inner #reasons .reasons .content .box-white .flex .col-text .no {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 0;
  }
}
#features-inner #reasons .reasons .content .box-white .flex .col-text .no span {
  font-size: 3rem;
}
@media only screen and (max-width: 750px) {
  #features-inner #reasons .reasons .content .box-white .flex .col-text .no span {
    font-size: 2.5rem;
  }
}
#features-inner #reasons .reasons .content .box-white .flex .col-text h3 {
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  #features-inner #reasons .reasons .content .box-white .flex .col-text h3 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #features-inner #reasons .reasons .content .box-white .flex .col-text h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 10px;
  }
}
#features-inner #reasons .reasons .content .box-white .flex .col-img {
  width: 45.5;
  max-width: 490px;
}
@media only screen and (max-width: 850px) {
  #features-inner #reasons .reasons .content .box-white .flex .col-img {
    margin-top: 40px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  #features-inner #reasons .reasons .content .box-white .flex .col-img {
    margin-top: 25px;
  }
}
#features-inner #reasons .reasons .content .box-white .img {
  margin-top: 35px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #features-inner #reasons .reasons .content .box-white .img {
    margin-top: 25px;
  }
}
#features-inner #advantage .advantage .content .advantage-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 850px) {
  #features-inner #advantage .advantage .content .advantage-list ul {
    gap: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #features-inner #advantage .advantage .content .advantage-list ul {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #features-inner #advantage .advantage .content .advantage-list ul li + li {
    margin-top: 5%;
  }
}
#features-inner #advantage .advantage .content .advantage-list ul li a {
  height: 100%;
  display: block;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -webkit-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -moz-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
}
#features-inner #advantage .advantage .content .advantage-list ul li a:hover {
  opacity: 1;
}
#features-inner #advantage .advantage .content .advantage-list ul li a:hover .brief::after {
  background-color: #004EA2;
}
#features-inner #advantage .advantage .content .advantage-list ul li a .brief {
  position: relative;
  padding: 25px 80px 25px 20px;
}
#features-inner #advantage .advantage .content .advantage-list ul li a .brief::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 36px;
  aspect-ratio: 1/1;
  background-color: #3E3A39;
  background-image: url("/assets_new/images/commons/btn-arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px;
  border-radius: 100%;
}
#features-inner #advantage .advantage .content .advantage-list ul li a .brief h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
}

/* Api */
#api .api-row .api-content .box-white {
  padding: 62px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -webkit-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -moz-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
}
@media only screen and (max-width: 1200px) {
  #api .api-row .api-content .box-white {
    padding: 50px;
  }
}
@media only screen and (max-width: 850px) {
  #api .api-row .api-content .box-white {
    padding: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  #api .api-row .api-content .box-white {
    padding: 30px;
  }
}
#api .api-row .api-content .box-white + .box-white {
  margin-top: 50px;
}
#api .api-row .api-content .box-white .content p + p {
  margin-top: 15px;
}
#api .api-row .api-content .box-white .content .img {
  width: 100%;
  max-width: 850px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #api .api-row .api-content .box-white .content .img {
    margin-top: 20px;
  }
}
#api .api-row .api-content .box-white .content .img + * {
  margin-top: 35px;
}
@media only screen and (max-width: 750px) {
  #api .api-row .api-content .box-white .content .img + * {
    margin-top: 25px;
  }
}
#api .api-row .api-content .box-white .content .remark {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
#api .api-row .api-content .box-white .content .box-gray {
  margin-top: 10px;
  padding: 30px 40px;
  background-color: #F4F6FA;
  border-radius: 5px;
}
@media only screen and (max-width: 1200px) {
  #api .api-row .api-content .box-white .content .box-gray {
    padding: 25px 30px;
  }
}
@media only screen and (max-width: 850px) {
  #api .api-row .api-content .box-white .content .box-gray {
    padding: 20px 25px;
  }
}
#api .api-row .api-content .box-white .content .box-gray ul li {
  position: relative;
  padding-left: 15px;
}
#api .api-row .api-content .box-white .content .box-gray ul li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 1;
  width: 6px;
  aspect-ratio: 1/1;
  background-color: #004EA2;
  border-radius: 100%;
}
#api .api-row .api-content .box-white .content .box-gray + * {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #api .api-row .api-content .box-white .content .box-gray + * {
    margin-top: 15px;
  }
}
#api .api-row .api-content .box-white .content .box-link ul li + li {
  margin-top: 10px;
}
#api .api-row .api-content .box-white .content .box-link ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 151px;
  padding: 25px 100px 25px 30px;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
}
@media only screen and (max-width: 750px) {
  #api .api-row .api-content .box-white .content .box-link ul li a {
    min-height: auto;
    padding: 20px 60px 20px 20px;
  }
}
#api .api-row .api-content .box-white .content .box-link ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 25px;
  height: 25px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #3E3A39;
  background-image: url("/assets_new/images/commons/btn-arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px;
}
#api .api-row .api-content .box-white .content .box-link ul li a .topic {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1200px) {
  #api .api-row .api-content .box-white .content .box-link ul li a .topic {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #api .api-row .api-content .box-white .content .box-link ul li a .topic {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 850px) {
  #api .api-row .api-content .btn-box .w-350 {
    max-width: 450px;
  }
}
#api .api-row .api-content .box-end {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #api .api-row .api-content .box-end {
    margin-top: 30px;
  }
}
#api .api-row .api-content .box-end p {
  text-align: center;
  margin-bottom: 20px;
}

/* Data */
.page-aboutmap #wrapper main {
  background-color: #fff;
  background-image: url("/assets_new/images/aboutmap/bg.png");
  background-repeat: no-repeat;
  background-position: top -100px center;
  background-size: 100%;
}

#aboutmap .aboutmap .content .box-white {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -webkit-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
  -moz-box-shadow: 0px 10px 20px 0px rgb(227, 237, 245);
}
@media only screen and (max-width: 1200px) {
  #aboutmap .aboutmap .content .box-white {
    padding: 30px;
  }
}
#aboutmap .aboutmap .content .box-white + .box-white {
  margin-top: 40px;
}
#aboutmap .aboutmap .content .box-white h2 {
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: bold;
  border-left: 6px solid #004EA2;
  padding-left: 12px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1200px) {
  #aboutmap .aboutmap .content .box-white h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 850px) {
  #aboutmap .aboutmap .content .box-white h2 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 750px) {
  #aboutmap .aboutmap .content .box-white h2 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
}
#aboutmap .aboutmap .content .box-white .btn-download ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media only screen and (max-width: 850px) {
  #aboutmap .aboutmap .content .box-white .btn-download ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  #aboutmap .aboutmap .content .box-white .btn-download ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
#aboutmap .aboutmap .content .box-white .btn-download ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  border: 1px solid #004EA2;
  border-radius: 30px;
  padding: 0 20px;
}
#aboutmap .aboutmap .content .box-white .btn-download ul li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #004EA2;
}
#aboutmap .aboutmap .content .box-white .btn-download ul li a:hover .icn img {
  -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(22%) saturate(0%) hue-rotate(342deg) brightness(104%) contrast(100%);
  filter: brightness(0) saturate(100%) invert(99%) sepia(22%) saturate(0%) hue-rotate(342deg) brightness(104%) contrast(100%);
}
#aboutmap .aboutmap .content .box-white .btn-download ul li a .txt {
  font-weight: bold;
}
#aboutmap .aboutmap .content .box-white .btn-download ul li a .icn {
  width: 20px;
  min-width: 20px;
}
#aboutmap .aboutmap .content .box-tool {
  margin-top: 75px;
}
@media only screen and (max-width: 1200px) {
  #aboutmap .aboutmap .content .box-tool {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #aboutmap .aboutmap .content .box-tool {
    margin-top: 40px;
  }
}
#aboutmap .aboutmap .content .box-tool h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 24px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #aboutmap .aboutmap .content .box-tool h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#aboutmap .aboutmap .content .box-tool h3::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
  width: 14px;
  height: 14px;
  background-color: #004EA2;
}
@media only screen and (max-width: 750px) {
  #aboutmap .aboutmap .content .box-tool h3::before {
    width: 12px;
    height: 12px;
  }
}