@charset "UTF-8";
/* subpage common */
@media (min-width: 0px) and (max-width: 1399px) {
  br.br-media {
    display: none;
  }
}
br.br-mob {
  display: none !important;
}
@media (min-width: 0px) and (max-width: 1399px) {
  br.br-mob {
    display: block !important;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  br.br-mob {
    display: none !important;
  }
}
br.br-tablet {
  display: block !important;
}
@media (min-width: 0px) and (max-width: 1399px) {
  br.br-tablet {
    display: none !important;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  br.br-tablet {
    display: block !important;
  }
}

.prt-a {
  margin-bottom: 3.4375rem;
}
.prt-a:last-child {
  margin-bottom: 0;
}
.prt-a.first-top {
  margin-top: 3.4375rem;
}
.prt-a.last-mg-x {
  margin-bottom: 0;
}
.prt-a.rela {
  position: relative;
}

.prt-b {
  margin-bottom: 2.8125rem;
}
.prt-b:last-child {
  margin-bottom: 0;
}
.prt-b.first-top {
  margin-top: 1.25rem;
}
.prt-b.rela {
  position: relative;
}

.prt-c {
  margin-bottom: 2.8125rem;
}
.prt-c:last-child {
  margin-bottom: 0;
}
.prt-c.first-top {
  margin-top: 1.25rem;
}
.prt-c.rela {
  position: relative;
}

.prt-d {
  margin-bottom: 1.6875rem;
}
.prt-d:last-child {
  margin-bottom: 0;
}
.prt-d.first-top {
  margin-top: 1.25rem;
}
.prt-d.rela {
  position: relative;
}

.t-red {
  color: #ef4121;
}

.t-lightblue {
  color: #525fff;
}

.t-black {
  color: #000;
}

.t-darkblue {
  color: #090f33;
}

.t-sky {
  color: #3aaae9;
}

.t-green {
  color: #30b11d;
}

.t-bsky {
  color: #3941a3;
}

.t-yellow {
  color: #ffe284;
}

.t-wei-thin {
  font-weight: 100;
}

.t-wei-light {
  font-weight: 300;
}

.t-wei-regular {
  font-weight: 400;
}

.t-wei-medium {
  font-weight: 500;
}

.t-wei-bold {
  font-weight: 700;
}

.nor-c {
  font-size: 1rem;
  font-weight: 400;
  color: #555;
  line-height: 2;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .nor-c {
    line-height: 1.8;
  }
}
.nor-c.mgt-40 {
  margin-top: 2.5rem;
}

.hd3-tt {
  font-family: "rixrak-sans-pro", sans-serif;
  position: relative;
  display: block;
  font-size: 1.875rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 2.125rem;
  padding-left: 1.875rem;
}
.hd3-tt:after {
  display: block;
  content: "";
  width: 1.4375rem;
  height: 1.75rem;
  background: url("../images/sub/hd3-tt-mark.png") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.3125rem;
  left: 0;
}
.hd3-tt.flex-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .hd3-tt.flex-heading {
    display: block;
  }
}
.hd3-tt.flex-heading .hd-tt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.hd3-tt.flex-heading .sub-tt {
  font-family: "Spoqa Han Sans Neo";
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  padding-left: 0.75rem;
  margin-left: 0.9375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .hd3-tt.flex-heading .sub-tt {
    margin-top: 0.625rem;
    margin-left: -1.875rem;
    display: block;
  }
}
.hd3-tt.flex-heading .sub-tt:after {
  position: absolute;
  top: 0.125rem;
  left: 0;
  content: "";
  display: block;
  width: 2px;
  height: 14px;
  background-color: #dee2e6;
}

.hd4-tt {
  font-family: "rixrak-sans-pro", sans-serif;
  position: relative;
  display: block;
  font-size: 1.375rem;
  font-weight: 400;
  color: #101950;
  line-height: 1.2;
  padding-left: 0.875rem;
  margin-bottom: 1.25rem;
}
.hd4-tt:after {
  display: block;
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #080e32;
  position: absolute;
  top: 0.6875rem;
  left: 0;
}
.hd4-tt.tt-style {
  padding-left: 2.1875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .hd4-tt.tt-style {
    padding-left: 0.9375rem;
  }
}
.hd4-tt.tt-style:after {
  left: 1.25rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .hd4-tt.tt-style:after {
    left: 0;
  }
}
.hd4-tt.fix-lt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hd4-tt.fix-lt .tt {
  margin-right: 0.4375rem;
}
.hd4-tt.fix-lt .blue-bg-impor {
  background-color: #939bff;
  font-family: "rixrak-sans-pro", sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  color: #fff;
  padding: 0.25rem 1.125rem;
}

.hd5-tt {
  position: relative;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  color: #555;
  line-height: 1.2;
  margin-left: 0.9375rem;
  margin-bottom: 0.6875rem;
  padding-left: 0.5625rem;
}
.hd5-tt:after {
  display: block;
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background-color: #555;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.hd5-tt.hd-sm-title {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
.hd5-tt.indent-x {
  margin-left: 0;
}

.hd6-tt {
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #3941a3;
  line-height: 1.2;
  margin-left: 1.875rem;
  margin-bottom: 1.5rem;
  padding-left: 0.5625rem;
}
.hd6-tt:after {
  display: block;
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background-color: #555;
  position: absolute;
  top: 0.5rem;
  left: 0;
}

.boxing-title {
  display: block;
  font-family: "rixrak-sans-pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #3941a3;
  margin-bottom: 0.9375rem;
}
.boxing-title.big-txt {
  font-size: 1.625rem;
}
.boxing-title.sm-txt {
  font-size: 1.125rem;
}
.boxing-title.dark {
  color: #080e32;
}

.js-tab-wrap .js-tab-con.mgt-x {
  margin-top: 0;
}
.js-tab-wrap .js-tab-con .js-box {
  display: none;
}

.f-family-site .selectric-wrapper .selectric {
  background: transparent;
  border: 1px solid #717171;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}
.f-family-site .selectric-wrapper .selectric .label {
  opacity: 0.5;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
}
.f-family-site .selectric-wrapper .selectric .button {
  position: absolute;
  top: 0;
  right: 5px;
  width: 40px;
  height: 100%;
  font-size: 0;
  color: #717171;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.f-family-site .selectric-wrapper .selectric .button:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 13px;
  height: 7px;
  background: url("../images/maincontents/f-family-site-icon.png") center center no-repeat;
  background-size: contain;
  border: 0;
}
.f-family-site .selectric-wrapper .selectric-items {
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}
.f-family-site .selectric-wrapper .selectric-items .selectric-scroll ul li {
  font-size: 0.8125rem;
}

.spw-wrap {
  font-family: "Spoqa Han Sans Neo";
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-wrap {
    padding: 0 15px;
  }
}

.main-more-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
  height: 39px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .main-more-btn {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.main-more-btn:before, .main-more-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222;
}
.main-more-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.ls-typ > li {
  font-size: 1rem;
  font-weight: 400;
  color: #555;
  display: block;
}
.ls-typ > li .mark {
  position: relative;
  display: block;
}
.ls-typ > li .mark:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  display: block;
}
.ls-typ > li > .ls-typ.check-inner-ls {
  padding-left: 1.375rem;
}
.ls-typ > li > .ls-typ.dot-inner-ls {
  padding-left: 0.5rem;
}
.ls-typ > li > .ls-typ.number-inner-ls {
  padding-left: 1.125rem;
}
.ls-typ > li > .ls-typ.dash-inner-ls {
  padding-left: 0.5rem;
}
.ls-typ > li.flx-col .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ls-typ > li.mark-none .mark {
  padding-left: 0 !important;
}
.ls-typ > li.mark-none .mark:before {
  display: none;
}
.ls-typ.check > li {
  line-height: 2;
}
.ls-typ.check > li > .mark {
  padding-left: 1.375rem;
}
.ls-typ.check > li > .mark:before {
  top: 0.5625rem;
  width: 1rem;
  height: 0.75rem;
  background: url("../images/sub/ls-typ-check-icon.png") 0 0 no-repeat;
  background-size: contain;
}
.ls-typ.check > li .ls-typ.number .mark:before, .ls-typ.check > li .ls-typ.dash .mark:before {
  background: none;
}
.ls-typ.dot > li {
  line-height: 2;
}
.ls-typ.dot > li > .mark {
  padding-left: 0.5rem;
}
.ls-typ.dot > li > .mark:before {
  top: 0.875rem;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #555;
}
.ls-typ.dot > li.side-btn-dot > .mark {
  position: relative;
  display: inline-block;
  padding-right: 3.75rem;
  word-break: break-word;
}
.ls-typ.dot > li.side-btn-dot > .mark .subbtn {
  position: absolute;
  top: -0.375rem;
  right: 0;
}
.ls-typ.number > li {
  line-height: 2;
}
.ls-typ.number > li > .mark {
  padding-left: 1.125rem;
}
.ls-typ.number > li > .mark:before {
  content: attr(data-number);
  top: 0;
}
.ls-typ.dash > li {
  line-height: 2;
}
.ls-typ.dash > li > .mark {
  padding-left: 0.5rem;
}
.ls-typ.dash > li > .mark:before {
  content: "-";
  top: 0;
}
.ls-typ.impor > li {
  line-height: 2;
  color: #81869f;
}
.ls-typ.impor > li > .mark {
  padding-left: 1.3125rem;
}
.ls-typ.impor > li > .mark:before {
  top: 0.5rem;
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../images/sub/ls-typ-impor-gray-icon.png");
}
.ls-typ.impor.red > li {
  color: #ef4121;
}
.ls-typ.impor.red > li > .mark:before {
  background-image: url("../images/sub/ls-typ-impor-red-icon.png");
}
.ls-typ.none > li {
  line-height: 2;
}
.ls-typ.none > li > .mark {
  padding-left: 0;
}
.ls-typ.none > li .ls-typ.number .mark:before, .ls-typ.none > li .ls-typ.dash .mark:before {
  background: none;
}
.ls-typ.none > li .ls-typ.dot.on-mark .mark:before {
  background-color: #555;
}
.ls-typ.tt-fix-sz > li > .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ls-typ.tt-fix-sz > li > .mark .fc-tt {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 4.6875rem;
}
.ls-typ.tt-fix-sz > li > .mark .fc-tt:before {
  position: absolute;
  top: -0.0625rem;
  right: -0.5625rem;
  content: ":";
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #555;
  padding: 0 0.1875rem;
}
.ls-typ.tt-fix-sz > li > .mark .fc-con {
  padding-left: 0.625rem;
}
.ls-typ.tt-fix-sz-none > li {
  line-height: 2;
}
.ls-typ.tt-fix-sz-none > li > .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ls-typ.tt-fix-sz-none > li > .mark .fc-tt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 0.1875rem;
}
.ls-typ.tt-fix-sz-none > li > .mark .fc-tt.alone {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ls-typ.tt-fix-sz-none.colon > li > .mark .fc-tt {
  position: relative;
  margin-right: 0;
}
.ls-typ.tt-fix-sz-none.colon > li > .mark .fc-tt:before {
  position: absolute;
  top: -0.0625rem;
  right: -0.5625rem;
  content: ":";
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #555;
  padding: 0 0.1875rem;
}
.ls-typ.tt-fix-sz-none.colon > li > .mark .fc-con {
  padding-left: 0.5625rem;
}
.ls-typ.mgt-15 {
  margin-top: 0.9375rem;
}
.ls-typ.mgt-25 {
  margin-top: 1.5625rem;
}
.ls-typ.side-pd {
  padding: 0 0.875rem;
}
.ls-typ.side-pd-h5 {
  padding: 0 1.5rem;
}
.ls-typ.ls-inline {
  display: inline-block;
}

.bg-box.color-peach {
  background-color: #ffece5;
}
.bg-box.color-lightpeach {
  background-color: #fff5f2;
}
.bg-box.color-purple {
  background-color: #f1f2ff;
}
.bg-box.color-gray {
  background-color: #fbfbfb;
  border: 1px solid #dbdbdb;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .bg-box.color-gray {
    padding: 1.875rem 1.5rem;
  }
}
.bg-box.color-none-line {
  border: 1px solid #dee2e6;
  padding: 1.875rem 2.5rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .bg-box.color-none-line {
    padding: 1.875rem 1.5rem;
  }
}
.bg-box.color-none-line.bdb-line-none {
  border-bottom: 0;
}
.bg-box.line-bold {
  border: 10px solid #dbdbdb;
  background-color: #fff;
  padding: 2.125rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .bg-box.line-bold {
    padding: 1.875rem 1.5rem;
  }
}
.bg-box.pd-sz-pic {
  text-align: center;
  padding: 2.875rem 1.5rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .bg-box.pd-sz-pic {
    padding: 1.5rem;
  }
}
.bg-box.pd-sz-normal-2 {
  padding: 1.875rem 2.5rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .bg-box.pd-sz-normal-2 {
    padding: 1.875rem 1.5rem;
  }
}
.bg-box.pd-sz-normal {
  padding: 1.25rem 1.875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .bg-box.pd-sz-normal {
    padding: 1.25rem 0.9375rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .bg-box.pd-sz-normal {
    padding: 1.25rem 1.25rem;
  }
}
.bg-box.pd-sz-xl {
  padding: 3.75rem 5rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .bg-box.pd-sz-xl {
    padding: 1.875rem 1.5rem;
  }
}
.bg-box.pd-sz-dia {
  padding: 3.75rem 1.875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .bg-box.pd-sz-dia {
    padding: 1.875rem 1.5rem;
  }
}
.bg-box.mgt-10 {
  margin-top: 0.625rem;
}
.bg-box.mgt-15 {
  margin-top: 0.9375rem;
}
.bg-box.mgt-40 {
  margin-top: 2.5rem;
}
.bg-box.mgb-10 {
  margin-bottom: 0.625rem;
}
.bg-box.mgb-15 {
  margin-bottom: 0.9375rem;
}

.subbtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.625rem;
  padding: 0 2.1875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .subbtn {
    padding: 0 0.9375rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .subbtn {
    padding: 0 1.5625rem;
  }
}
.subbtn .txt {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #fff;
}
.subbtn .txt .bt-icon {
  margin-left: 0.625rem;
}
.subbtn .icon {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 0.6875rem;
}
.subbtn .icon.dw {
  background-image: url("../images/sub/subbtn-icon-dw.png");
}
.subbtn .icon.dw.white-ty {
  background-image: url("../images/sub/subbtn-icon-dw-white.png");
}
.subbtn .icon.link {
  background-image: url("../images/sub/subbtn-icon-link.png");
}
.subbtn .icon.yt-sm {
  background-image: url("../images/sub/subbtn-icon-yt-sm.png");
}
.subbtn .icon.search {
  background-image: url("../images/sub/subbtn-icon-search.png");
  width: 1.125rem;
  height: 1.125rem;
}
.subbtn .icon.more {
  background-image: url("../images/sub/subbtn-icon-more.png");
  width: 0.9375rem;
  height: 0.9375rem;
}
.subbtn .icon.youtube {
  background-image: url("../images/sub/subbtn-icon-youtube.png");
  width: 1.6875rem;
  height: 1.1875rem;
  margin-left: 0;
  margin-right: 0.5rem;
}
.subbtn .icon.pdf {
  background-image: url("../images/sub/subbtn-icon-pdf.png");
  width: 1.5625rem;
  height: 1.5rem;
  margin-left: 0;
  margin-right: 0.5rem;
}
.subbtn .icon.arrow {
  background-image: url("../images/sub/subbtn-icon-arrow.png");
}
.subbtn.sz-small {
  height: 1.875rem;
  padding: 0 1.25rem;
}
.subbtn.sz-small .txt {
  font-size: 0.9375rem;
}
.subbtn.sz-mid {
  height: 2.25rem;
  padding: 0 1.25rem;
}
.subbtn.sz-mid .txt {
  font-size: 0.9375rem;
}
.subbtn.sz-tall {
  height: 3.125rem;
  padding: 0 1.25rem;
}
.subbtn.sz-tall .txt {
  font-size: 0.9375rem;
}
.subbtn.b-purple {
  background-color: #525fff;
}
.subbtn.b-dark {
  background-color: #090f33;
}
.subbtn.b-red {
  background-color: #ef4121;
}
.subbtn.b-line {
  border: 1px solid #090f33;
  background-color: #fff;
}
.subbtn.b-line .txt {
  font-size: 1rem;
  color: #090f33;
}
.subbtn.only-link {
  padding: 0;
}
.subbtn.only-link .icon {
  margin-left: 0;
}
.subbtn.only-link.icon-bt-tall {
  width: 2.75rem;
  height: 2.25rem;
}
.subbtn.only-link.icon-bt-middle {
  width: 1.875rem;
  height: 1.875rem;
}
.subbtn.mgl-5 {
  margin-left: 0.3125rem;
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -5px;
}
.btn-wrap .btn-box {
  padding: 0 5px;
}
.btn-wrap.mgt-30 {
  margin-top: 1.875rem;
}
.btn-wrap.st-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .btn-wrap.st-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .btn-wrap.st-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.btn-wrap.st-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .btn-wrap.st-left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .btn-wrap.st-left {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.btn-wrap.btn-per-100 {
  margin: 0 -0.4375rem;
}
.btn-wrap.btn-per-100 .btn-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.4375rem;
}
.btn-wrap.btn-per-100 .btn-box .subbtn {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .btn-wrap.btn-per-100 .btn-box .subbtn {
    padding: 0 0.625rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .btn-wrap.btn-per-100 .btn-box .subbtn {
    padding: 0 1.375rem;
  }
}

.tb_w .tb thead th {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #090f33;
  border: 1px solid #444758;
  height: 4.5625rem;
}
.tb_w .tb thead th.ft-up-22 {
  font-size: 1.375rem;
}
.tb_w .tb thead th.impor-red {
  background-color: #ef4121;
  border: 3px solid #ef4121;
  border-top-width: 1px;
}
.tb_w .tb tbody tr {
  z-index: 1;
}
.tb_w .tb tbody tr th.impor-line, .tb_w .tb tbody tr td.impor-line {
  border-bottom: 1px solid #090f33;
}
.tb_w .tb tbody tr th.txt-left, .tb_w .tb tbody tr td.txt-left {
  text-align: left;
}
.tb_w .tb tbody tr th.txt-left.txt-side-pd, .tb_w .tb tbody tr td.txt-left.txt-side-pd {
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .tb_w .tb tbody tr th.txt-left.txt-side-pd, .tb_w .tb tbody tr td.txt-left.txt-side-pd {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.tb_w .tb tbody tr th.txt-center, .tb_w .tb tbody tr td.txt-center {
  text-align: center;
}
.tb_w .tb tbody tr th.txt-center.txt-side-pd, .tb_w .tb tbody tr td.txt-center.txt-side-pd {
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .tb_w .tb tbody tr th.txt-center.txt-side-pd, .tb_w .tb tbody tr td.txt-center.txt-side-pd {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.tb_w .tb tbody tr th.txt-right, .tb_w .tb tbody tr td.txt-right {
  text-align: right;
}
.tb_w .tb tbody tr th.txt-right.txt-side-pd, .tb_w .tb tbody tr td.txt-right.txt-side-pd {
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .tb_w .tb tbody tr th.txt-right.txt-side-pd, .tb_w .tb tbody tr td.txt-right.txt-side-pd {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.tb_w .tb tbody th, .tb_w .tb tbody td {
  font-size: 1rem;
  font-weight: 400;
  color: #555;
  border: 1px solid #dbdbdb;
  height: 4.75rem;
}
.tb_w .tb tbody th {
  background-color: #f5f5f5;
}
.tb_w .tb tbody td.point-gr {
  background-color: #f5f5f5;
}
.tb_w .tb tbody td.impor-red {
  border-left: 3px solid #ef4121;
  border-right: 3px solid #ef4121;
  border-bottom: 1px solid #fff;
  background-color: #ffece5;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tb_w .tb tbody td.impor-red.last-line-red {
  border-bottom: 3px solid #ef4121;
}
.tb_w .tb tbody td.point-red {
  position: relative;
  font-weight: 700;
  color: #ef4121 !important;
}
.tb_w .tb tbody td.point-red:after {
  position: absolute;
  top: -1px;
  left: -1px;
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #ef4121;
}
.tb_w .tb tbody td.point-gray {
  background-color: #f5f5f5;
  color: #090f33;
  font-weight: 500;
}
.tb_w .tb tbody td.gray-bg {
  background-color: #f5f5f5;
}
.tb_w .tb tbody td.lb-bg {
  background-color: #f6f7fc;
}
.tb_w .tb tbody td.red-bg {
  background-color: #ffece5;
}
.tb_w.bd-pd-up .tb thead th {
  padding: 0.5rem 2.1875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .tb_w.bd-pd-up .tb thead th {
    padding: 0.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .tb_w.bd-pd-up .tb thead th {
    padding: 0.5rem 1.25rem;
  }
}
.tb_w.bd-pd-up .tb tbody th, .tb_w.bd-pd-up .tb tbody td {
  padding: 0.875rem 2.1875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .tb_w.bd-pd-up .tb tbody th, .tb_w.bd-pd-up .tb tbody td {
    padding: 0.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .tb_w.bd-pd-up .tb tbody th, .tb_w.bd-pd-up .tb tbody td {
    padding: 0.5rem 1.25rem;
  }
}
.tb_w.bd-pd-up.dbpdsm-th tbody th {
  padding: 0.875rem 1.5625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .tb_w.bd-pd-up.dbpdsm-th tbody th {
    padding: 0.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .tb_w.bd-pd-up.dbpdsm-th tbody th {
    padding: 0.5rem 1.25rem;
  }
}
.tb_w.bd-pd-side-sm .tb thead th {
  padding: 0.5rem 1.4375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .tb_w.bd-pd-side-sm .tb thead th {
    padding: 0.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .tb_w.bd-pd-side-sm .tb thead th {
    padding: 0.5rem 1.25rem;
  }
}
.tb_w.bd-pd-side-sm .tb tbody th, .tb_w.bd-pd-side-sm .tb tbody td {
  padding: 0.875rem 1.4375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .tb_w.bd-pd-side-sm .tb tbody th, .tb_w.bd-pd-side-sm .tb tbody td {
    padding: 0.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .tb_w.bd-pd-side-sm .tb tbody th, .tb_w.bd-pd-side-sm .tb tbody td {
    padding: 0.5rem 1.25rem;
  }
}
.tb_w.blank-td tbody td.blank {
  position: relative;
}
.tb_w.blank-td tbody td.blank:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/sub/normal-tab-blank-2-icon.png") 0 0 no-repeat;
  background-size: contain;
  width: 3.0625rem;
  height: 1.8125rem;
}
.tb_w.mgt-20 {
  margin-top: 1.25rem;
}
.tb_w.mgt-50 {
  margin-top: 3.125rem;
}
.tb_w.layout-bd {
  border-top: 3px solid #090f33;
}
.tb_w.layout-bd tbody th, .tb_w.layout-bd tbody td {
  padding: 1rem 1.5rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .tb_w.layout-bd tbody th, .tb_w.layout-bd tbody td {
    padding: 0.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .tb_w.layout-bd tbody th, .tb_w.layout-bd tbody td {
    padding: 0.5rem 1.25rem;
  }
}
.sub-title-banner {
  position: relative;
}
.sub-title-banner .tp-inner {
  z-index: 2;
  position: relative;
  padding: 2.5rem 3.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dee2e6;
  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;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner .tp-inner {
    padding: 1.875rem;
  }
}
.sub-title-banner .tp-inner .boxing-title {
  margin-bottom: 0.3125rem;
  letter-spacing: -0.0625rem;
  line-height: 1.38;
}
.sub-title-banner .tp-inner .ls-typ > li {
  letter-spacing: -0.0625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner .tp-inner .ls-typ > li > .mark br {
    display: none;
  }
}
.sub-title-banner .tp-inner .pic-cont-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner .tp-inner .pic-cont-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .sub-title-banner .tp-inner .pic-cont-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sub-title-banner .tp-inner .pic-cont-box .pic {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-right: 3.125rem;
  margin-right: 2.3125rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner .tp-inner .pic-cont-box .pic {
    padding: 0;
    margin: 0;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .sub-title-banner .tp-inner .pic-cont-box .pic {
    width: auto;
    padding: 0;
    margin: 0;
    padding-right: 3.125rem;
    margin-right: 2.3125rem;
    display: block;
  }
}
.sub-title-banner .tp-inner .pic-cont-box .pic:after {
  position: absolute;
  top: 1.375rem;
  right: 0;
  content: "";
  display: block;
  width: 1px;
  height: 5.8125rem;
  background-color: #dee2e6;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner .tp-inner .pic-cont-box .pic:after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    background-color: #080e32;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .sub-title-banner .tp-inner .pic-cont-box .pic:after {
    bottom: auto;
    top: 1.375rem;
    right: 0;
    background-color: #dee2e6;
    width: 1px;
    height: 5.8125rem;
  }
}
.sub-title-banner .tp-inner .pic-cont-box .con .tt-wd-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.3125rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner .tp-inner .pic-cont-box .con .tt-wd-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .sub-title-banner .tp-inner .pic-cont-box .con .tt-wd-side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sub-title-banner .tp-inner .pic-cont-box .con .tt-wd-side .boxing-title {
  margin-bottom: 0;
  margin-right: 0.625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner .tp-inner .pic-cont-box .con .tt-wd-side .boxing-title {
    margin-right: 0;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .sub-title-banner .tp-inner .pic-cont-box .con .tt-wd-side .boxing-title {
    margin-right: 0.625rem;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner .tp-inner .pic-cont-box .con .tt-wd-side .sd-btn {
    padding: 0.625rem 0;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .sub-title-banner .tp-inner .pic-cont-box .con .tt-wd-side .sd-btn {
    padding: 0;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner .tp-inner .pic-cont-box .con .nor-c br {
    display: none;
  }
}
.sub-title-banner .bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: auto 100%;
}
.sub-title-banner.title-flex .tt-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.3125rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.title-flex .tt-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sub-title-banner.title-flex .tt-flex .boxing-title {
  margin-bottom: 0;
}
.sub-title-banner.title-flex .tt-flex .sd-btn {
  margin-left: 10px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.title-flex .tt-flex .sd-btn {
    margin-left: 0;
    margin-top: 0.3125rem;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.title-flex.icon-fix .tt-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.title-flex.icon-fix .tt-flex .sd-btn {
    margin-top: 0;
    margin-left: 0.625rem;
  }
}
.sub-title-banner.type-1 .tp-inner {
  height: 271px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-1 .tp-inner {
    height: auto;
  }
}
.sub-title-banner.type-1 .bg {
  background-image: url("../images/sub/s-title-banner-tp-1.png");
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-1 .bg {
    background-position: 45% 0;
    background-size: 0 contain;
    opacity: 0.5;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .sub-title-banner.type-1 .bg {
    background-position: right 0;
    opacity: 0.8;
  }
}
.sub-title-banner.type-2 .tp-inner {
  border: 0;
  height: 199px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-2 .tp-inner {
    height: auto;
  }
}
.sub-title-banner.type-2 .tp-inner .boxing-title {
  color: #fff;
}
.sub-title-banner.type-2 .tp-inner .nor-c {
  color: #fff;
}
.sub-title-banner.type-2 .bg {
  background-image: url("../images/sub/s-title-banner-tp-2.png");
  background-size: cover;
  background-position: right bottom;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-2 .bg {
    background-position: 90% bottom;
    background-size: cover;
  }
}
.sub-title-banner.type-3 .tp-inner {
  border: 0;
  height: 199px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-3 .tp-inner {
    height: auto;
  }
}
.sub-title-banner.type-3 .tp-inner .boxing-title {
  color: #fff;
}
.sub-title-banner.type-3 .tp-inner .nor-c {
  color: #fff;
}
.sub-title-banner.type-3 .tp-inner .ls-typ > li {
  color: #fff;
}
.sub-title-banner.type-3 .tp-inner .ls-typ > li .mark:before {
  background-color: #fff;
}
.sub-title-banner.type-3 .bg {
  background-image: url("../images/sub/s-title-banner-tp-3.png");
  background-size: cover;
  background-position: right bottom;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-3 .bg {
    background-position: 90% bottom;
    background-size: cover;
  }
}
.sub-title-banner.type-4 .tp-inner {
  border: 0;
  height: 209px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-4 .tp-inner {
    height: auto;
  }
}
.sub-title-banner.type-4 .tp-inner .boxing-title {
  color: #fff;
}
.sub-title-banner.type-4 .tp-inner .nor-c {
  color: #fff;
}
.sub-title-banner.type-4 .tp-inner .ls-typ > li {
  color: #fff;
}
.sub-title-banner.type-4 .tp-inner .ls-typ > li .mark:before {
  background-color: #fff;
}
.sub-title-banner.type-4 .bg {
  background-image: url("../images/sub/s-title-banner-tp-4.png");
  background-size: cover;
  background-position: right bottom;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-4 .bg {
    background-position: 90% bottom;
    background-size: cover;
  }
}
.sub-title-banner.type-5 .tp-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 476px;
  padding: 3.125rem 3.625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-5 .tp-inner {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.125rem 1.25rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .sub-title-banner.type-5 .tp-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 3.125rem 3.625rem;
  }
}
.sub-title-banner.type-5 .tp-inner .l-con {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-right: 2.75rem;
  margin-right: 2.6875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-5 .tp-inner .l-con {
    text-align: center;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .sub-title-banner.type-5 .tp-inner .l-con {
    margin: 0;
    padding: 0;
    padding-right: 2.75rem;
    margin-right: 2.6875rem;
  }
}
.sub-title-banner.type-5 .tp-inner .l-con:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 1px;
  height: 168px;
  background-color: #dee2e6;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-5 .tp-inner .l-con:after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    background-color: #080e32;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .sub-title-banner.type-5 .tp-inner .l-con:after {
    bottom: auto;
    top: 0;
    right: 0;
    background-color: #dee2e6;
    width: 1px;
    height: 168px;
  }
}
.sub-title-banner.type-5 .tp-inner .r-con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sub-title-banner.type-5 .bg {
  background-image: url("../images/sub/s-title-banner-tp-5.png");
  background-size: auto;
  background-position: right top;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-5 .bg {
    background-position: 90% top;
    background-size: cover;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .sub-title-banner.type-5 .bg {
    background-size: contain;
    background-position: right 10%;
  }
}
.sub-title-banner.type-5.flex-none .tp-inner {
  display: block;
}
.sub-title-banner.type-5.hei-sz-228 .tp-inner {
  height: 228px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-5.hei-sz-228 .tp-inner {
    height: auto;
  }
}
.sub-title-banner.type-5.hei-sz-300 .tp-inner {
  height: 300px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-5.hei-sz-300 .tp-inner {
    height: auto;
  }
}
.sub-title-banner.type-5.hei-sz-304 .tp-inner {
  height: 304px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-5.hei-sz-304 .tp-inner {
    height: auto;
  }
}
.sub-title-banner.type-5.hei-sz-382 .tp-inner {
  height: 382px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-5.hei-sz-382 .tp-inner {
    height: auto;
  }
}
.sub-title-banner.type-6 .tp-inner {
  border: 0;
  height: 199px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-6 .tp-inner {
    height: auto;
  }
}
.sub-title-banner.type-6 .tp-inner .boxing-title {
  color: #fff;
}
.sub-title-banner.type-6 .tp-inner .nor-c {
  color: #fff;
}
.sub-title-banner.type-6 .tp-inner .ls-typ > li {
  color: #fff;
}
.sub-title-banner.type-6 .tp-inner .ls-typ > li .mark:before {
  background-color: #fff;
}
.sub-title-banner.type-6 .bg {
  background-image: url("../images/sub/s-title-banner-tp-6.png");
  background-size: cover;
  background-position: right bottom;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-6 .bg {
    background-position: 90% bottom;
    background-size: cover;
  }
}
.sub-title-banner.type-6-1 .tp-inner {
  border: 0;
  height: 227px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-6-1 .tp-inner {
    height: auto;
  }
}
.sub-title-banner.type-6-1 .tp-inner .boxing-title {
  color: #fff;
}
.sub-title-banner.type-6-1 .tp-inner .nor-c {
  color: #fff;
}
.sub-title-banner.type-6-1 .tp-inner .ls-typ > li {
  color: #fff;
}
.sub-title-banner.type-6-1 .tp-inner .ls-typ > li .mark:before {
  background-color: #fff;
}
.sub-title-banner.type-6-1 .bg {
  background-image: url("../images/sub/s-title-banner-tp-6-1.png");
  background-size: cover;
  background-position: right bottom;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-6-1 .bg {
    background-position: 90% bottom;
    background-size: cover;
  }
}
.sub-title-banner.type-7 .tp-inner {
  height: 199px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-7 .tp-inner {
    height: auto;
  }
}
.sub-title-banner.type-7 .tp-inner .boxing-title {
  color: #080e32;
}
.sub-title-banner.type-7 .tp-inner .nor-c {
  color: #555;
}
.sub-title-banner.type-7 .tp-inner .ls-typ > li {
  color: #fff;
}
.sub-title-banner.type-7 .tp-inner .ls-typ > li .mark:before {
  background-color: #fff;
}
.sub-title-banner.type-7 .bg {
  background-image: url("../images/sub/s-title-banner-tp-7.png");
  background-size: cover;
  background-position: right bottom;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-7 .bg {
    background-position: 90% bottom;
    background-size: cover;
  }
}
.sub-title-banner.type-8 .tp-inner {
  height: 186px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-8 .tp-inner {
    height: auto;
  }
}
.sub-title-banner.type-8 .bg {
  background-image: url("../images/sub/s-title-banner-tp-8.png");
  background-size: cover;
  background-position: right bottom;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-8 .bg {
    background-position: 78% bottom;
    background-size: cover;
  }
}
.sub-title-banner.type-9 .tp-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 448px;
  padding: 3.125rem 3.625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-9 .tp-inner {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.125rem 1.25rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .sub-title-banner.type-9 .tp-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 3.125rem 3.625rem;
  }
}
.sub-title-banner.type-9 .tp-inner .l-con {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 2.75rem;
  margin-right: 2.6875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-9 .tp-inner .l-con {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .sub-title-banner.type-9 .tp-inner .l-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
    padding: 0;
    padding-right: 2.75rem;
    margin-right: 2.6875rem;
  }
}
.sub-title-banner.type-9 .tp-inner .l-con:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #dee2e6;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-9 .tp-inner .l-con:after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    background-color: #080e32;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .sub-title-banner.type-9 .tp-inner .l-con:after {
    bottom: auto;
    top: 0;
    right: 0;
    background-color: #dee2e6;
    width: 1px;
    height: 100%;
  }
}
.sub-title-banner.type-9 .tp-inner .l-con .pic-zone {
  position: relative;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-9 .tp-inner .l-con .pic-zone {
    margin: 0 0.3125rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .sub-title-banner.type-9 .tp-inner .l-con .pic-zone {
    margin: 0;
  }
}
.sub-title-banner.type-9 .tp-inner .l-con .pic-zone .pic-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  text-align: center;
  padding: 0.3125rem 0;
}
.sub-title-banner.type-9 .tp-inner .l-con .pic-zone .pic-txt p {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
}
.sub-title-banner.type-9 .tp-inner .l-con .pic-zone .pic-txt p .sub-txt {
  font-size: 0.8125rem;
}
.sub-title-banner.type-9 .tp-inner .r-con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sub-title-banner.type-9 .tp-inner .r-con .aem-int-title {
  font-family: "rixrak-sans-pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ef4121;
  display: block;
  margin-bottom: 0.3125rem;
}
.sub-title-banner.type-9 .tp-inner .r-con .aem-int-guide-txt {
  font-size: 1rem;
  font-weight: 400;
  color: #555;
  line-height: 2.25;
  min-height: 140px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-9 .tp-inner .r-con .aem-int-guide-txt {
    min-height: auto;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-9 .tp-inner .r-con .pf-con-zone {
    margin-top: 1.25rem;
  }
}
.sub-title-banner.type-9 .tp-inner .r-con .pf-con-zone .pf-con > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.9375rem;
}
.sub-title-banner.type-9 .tp-inner .r-con .pf-con-zone .pf-con > li:last-child {
  margin-bottom: 0;
}
.sub-title-banner.type-9 .tp-inner .r-con .pf-con-zone .pf-con > li strong {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 6.25rem;
  font-family: "rixrak-sans-pro", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #080e32;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-9 .tp-inner .r-con .pf-con-zone .pf-con > li strong {
    width: 5rem;
  }
}
.sub-title-banner.type-9 .tp-inner .r-con .pf-con-zone .pf-con > li ul > li {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  margin-bottom: 15px;
}
.sub-title-banner.type-9 .tp-inner .r-con .pf-con-zone .pf-con > li ul > li:last-child {
  margin-bottom: 0;
}
.sub-title-banner.type-9 .bg {
  background-image: url("../images/sub/s-title-banner-tp-5.png");
  background-size: auto;
  background-position: right top;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-9 .bg {
    background-position: 90% top;
    background-size: cover;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .sub-title-banner.type-9 .bg {
    background-size: auto 100%;
    background-position: right 10%;
  }
}
.sub-title-banner.type-9.flex-none .tp-inner {
  display: block;
}
.sub-title-banner.type-9.hei-sz-228 .tp-inner {
  height: 228px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-9.hei-sz-228 .tp-inner {
    height: auto;
  }
}
.sub-title-banner.type-9.hei-sz-300 .tp-inner {
  height: 300px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-9.hei-sz-300 .tp-inner {
    height: auto;
  }
}
.sub-title-banner.type-9.hei-sz-304 .tp-inner {
  height: 304px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-9.hei-sz-304 .tp-inner {
    height: auto;
  }
}
.sub-title-banner.type-9.hei-sz-382 .tp-inner {
  height: 382px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-9.hei-sz-382 .tp-inner {
    height: auto;
  }
}

.person-in-charge-bar {
  border: 1px solid #dbdbdb;
  background-color: #fbfbfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.0625rem 2.5rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .person-in-charge-bar {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .person-in-charge-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.0625rem 1.25rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .person-in-charge-bar {
    padding: 1.0625rem 2.5rem;
  }
}
.person-in-charge-bar .tt {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .person-in-charge-bar .tt {
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #000;
    padding: 0.625rem 0.3125rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .person-in-charge-bar .tt {
    background-color: transparent;
    color: #000;
    width: auto;
    text-align: left;
    padding: 0;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .person-in-charge-bar .info {
    padding: 0.9375rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .person-in-charge-bar .info {
    padding: 0;
  }
}
.person-in-charge-bar .info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .person-in-charge-bar .info ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.person-in-charge-bar .info ul > li {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  color: #555;
  padding: 0 12px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .person-in-charge-bar .info ul > li {
    padding: 5px 12px;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .person-in-charge-bar .info ul > li {
    padding: 0 12px;
  }
}
.person-in-charge-bar .info ul > li:after {
  position: absolute;
  top: 50%;
  left: -2px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: #dbdbdb;
}
.person-in-charge-bar .info ul > li:first-child {
  padding-left: 0;
}
.person-in-charge-bar .info ul > li:first-child:after {
  display: none;
}
.person-in-charge-bar .info ul > li.mail {
  padding-left: 0;
  padding-right: 0;
  font-size: 0;
}
.person-in-charge-bar .info ul > li.mail:after {
  display: none;
}
.person-in-charge-bar .info ul > li.mail .mail-link {
  display: block;
}
.person-in-charge-bar .info ul > li.mail .mail-link .mail-icon {
  display: block;
  width: 1.25rem;
  height: 1rem;
  background: url("../images/sub/person-in-charge-mail-icon.png") 0 0 no-repeat;
  background-size: contain;
}
.person-in-charge-bar .info ul > li strong {
  font-weight: 500;
  color: #ef4121;
}
.person-in-charge-bar .info ul > li span a {
  color: #555;
}
.person-in-charge-bar.mgt-50 {
  margin-top: 3.125rem;
}

.llc-cont-box ul > li {
  display: block;
}
.llc-cont-box ul > li .bg-box {
  position: relative;
  padding-right: 3.4375rem;
  border-bottom: 0;
}
.llc-cont-box ul > li .bg-box .con-txt .boxing-title {
  margin-bottom: 0.3125rem;
}
.llc-cont-box ul > li .bg-box .con-txt .boxing-title.t-alone {
  margin-bottom: 0;
}
.llc-cont-box ul > li .bg-box .link-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.llc-cont-box ul > li .bg-box .qr-btn {
  position: absolute;
  top: 50%;
  right: 3.125rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.llc-cont-box ul > li:last-child .bg-box {
  border-bottom: 1px solid #dee2e6;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .llc-cont-box ul > li.pdf-dw .bg-box {
    padding-bottom: 2.5rem;
  }
}
.llc-cont-box.down ul > li .bg-box {
  padding-right: 13.4375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .llc-cont-box.down ul > li .bg-box {
    padding-right: 2.5rem;
    padding-bottom: 3.2rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .llc-cont-box.down ul > li .bg-box {
    padding-right: 11.5rem;
    padding-bottom: 1.875rem;
  }
}
.llc-cont-box.down ul > li .bg-box .link-btn {
  position: absolute;
  bottom: auto;
  right: 2.4375rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 0px) and (max-width: 1399px) {
  .llc-cont-box.down ul > li .bg-box .link-btn {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    bottom: 0;
    right: 0;
    top: auto;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .llc-cont-box.down ul > li .bg-box .link-btn {
    bottom: auto;
    right: 2.4375rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .llc-cont-box.down ul > li.sid-btn-long .bg-box {
    padding: 1.875rem 1.5rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .llc-cont-box.down ul > li.sid-btn-long .bg-box {
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .llc-cont-box.down ul > li.sid-btn-long .bg-box .con-txt {
    text-align: center;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .llc-cont-box.down ul > li.sid-btn-long .bg-box .con-txt {
    text-align: left;
  }
}
.llc-cont-box.down ul > li.sid-btn-long .bg-box .link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .llc-cont-box.down ul > li.sid-btn-long .bg-box .link-btn {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    position: static;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.25rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .llc-cont-box.down ul > li.sid-btn-long .bg-box .link-btn {
    position: absolute;
    width: auto;
    margin-top: 0;
    bottom: 0;
    right: 0;
    top: auto;
  }
}
.llc-cont-box.down ul > li.sid-btn-long .bg-box .link-btn .bt-zone {
  margin-right: 0.3125rem;
}
.llc-cont-box.down ul > li.sid-btn-long .bg-box .link-btn .bt-zone:last-child {
  margin-right: 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .llc-cont-box.down ul > li.sid-btn-long .bg-box .link-btn .bt-zone .subbtn {
    height: auto;
    padding: 0.625rem 0.9375rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .llc-cont-box.down ul > li.sid-btn-long .bg-box .link-btn .bt-zone .subbtn {
    height: 2.625rem;
    padding: 0 2.1875rem;
  }
}
.llc-cont-box.basic ul > li .bg-box {
  padding-right: 2.5rem;
}
.llc-cont-box.basic ul > li .bg-box .qr-btn {
  position: absolute;
  bottom: auto;
  right: 3.125rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 0px) and (max-width: 1399px) {
  .llc-cont-box.basic ul > li .bg-box .qr-btn {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-top: 0.625rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .llc-cont-box.basic ul > li .bg-box .qr-btn {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin-top: 0;
  }
}
.llc-cont-box.basic ul > li .bg-box .qr-btn a {
  display: block;
}
.llc-cont-box.basic ul > li.qrmark .bg-box {
  padding-right: 11rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .llc-cont-box.basic ul > li.qrmark .bg-box {
    padding-right: 1.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .llc-cont-box.basic ul > li.qrmark .bg-box {
    padding-right: 9.5rem;
    padding-bottom: 1.875rem;
  }
}
.llc-cont-box.basic ul > li.side-icon .bg-box {
  padding-right: 11rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .llc-cont-box.basic ul > li.side-icon .bg-box {
    padding-right: 1.5rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .llc-cont-box.basic ul > li.side-icon .bg-box {
    padding-right: 9.5rem;
    padding-bottom: 1.875rem;
  }
}
.llc-cont-box.basic ul > li.side-icon .bg-box .con-txt {
  z-index: 1;
  position: relative;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg {
  position: absolute;
  top: 50%;
  right: 3.6875rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url("../images/sub/llc-bs-side-icon.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 3.3125rem;
  height: 2.875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg {
    opacity: 0.5;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    top: 0.9375rem;
    right: 0.9375rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg {
    opacity: 1;
    bottom: auto;
    top: 50%;
    right: 1.875rem;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.app-1-6-1 {
  background-image: url("../images/sub/llc-bs-side-app161-icon.png");
  width: 4.0625rem;
  height: 2.75rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.app-1-6-2 {
  background-image: url("../images/sub/llc-bs-side-app162-icon.png");
  width: 3.125rem;
  height: 3rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.app-1-7-1 {
  background-image: url("../images/sub/llc-bs-side-app171-icon.png");
  width: 2.75rem;
  height: 3rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.app-1-7-2 {
  background-image: url("../images/sub/llc-bs-side-app172-icon.png");
  width: 3.3125rem;
  height: 2.875rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.sup-1-2-2-hotd {
  background-image: url("../images/sub/llc-bs-side-sup122hotd-icon.png");
  width: 2.4375rem;
  height: 3rem;
}
.llc-cont-box.site-quick ul > li {
  margin-bottom: 0.625rem;
}
.llc-cont-box.site-quick ul > li:last-child {
  margin-bottom: 0;
}
.llc-cont-box.site-quick ul > li .bg-box {
  padding: 1.5625rem 0.9375rem;
  border-bottom: 1px solid #dee2e6;
}
.llc-cont-box.site-quick ul > li .bg-box .con-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .llc-cont-box.site-quick ul > li .bg-box .con-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .llc-cont-box.site-quick ul > li .bg-box .con-txt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.llc-cont-box.site-quick ul > li .bg-box .con-txt .pic {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-right: 1rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .llc-cont-box.site-quick ul > li .bg-box .con-txt .pic {
    padding-right: 0;
    border: 1px solid #dee2e6;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .llc-cont-box.site-quick ul > li .bg-box .con-txt .pic {
    padding-right: 1rem;
    border: 0;
  }
}
.llc-cont-box.site-quick ul > li .bg-box .con-txt .pic:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #dee2e6;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .llc-cont-box.site-quick ul > li .bg-box .con-txt .pic:after {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .llc-cont-box.site-quick ul > li .bg-box .con-txt .pic:after {
    display: block;
  }
}
.llc-cont-box.site-quick ul > li .bg-box .con-txt .con {
  padding-left: 2.5rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .llc-cont-box.site-quick ul > li .bg-box .con-txt .con {
    padding-left: 0;
    padding-top: 1.5625rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .llc-cont-box.site-quick ul > li .bg-box .con-txt .con {
    padding-top: 0;
    padding-left: 1.8rem;
  }
}
.llc-cont-box.site-quick ul > li .bg-box .con-txt .con .tt {
  font-family: "rixrak-sans-pro", sans-serif;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  color: #080e32;
  margin-bottom: 0.875rem;
}
.llc-cont-box.site-quick ul > li .bg-box .con-txt .con .detail > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.875rem;
}
.llc-cont-box.site-quick ul > li .bg-box .con-txt .con .detail > li:last-child {
  margin-bottom: 0;
}
.llc-cont-box.site-quick ul > li .bg-box .con-txt .con .detail > li em {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 7.375rem;
  font-family: "rixrak-sans-pro", sans-serif;
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  color: #080e32;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .llc-cont-box.site-quick ul > li .bg-box .con-txt .con .detail > li em {
    width: 3.125rem;
  }
}
.llc-cont-box.site-quick ul > li .bg-box .con-txt .con .detail > li p {
  font-size: 1rem;
  font-weight: 400;
  color: #555;
}
.llc-cont-box.site-quick ul > li .bg-box .con-txt .con .detail > li p a {
  color: #555;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .llc-cont-box.site-quick ul > li .bg-box .link-btn {
    text-align: center;
    position: static;
    padding-top: 1.5625rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .llc-cont-box.site-quick ul > li .bg-box .link-btn {
    position: absolute;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .llc-cont-box.site-quick ul > li .bg-box .link-btn .subbtn {
    width: 100%;
    max-width: 320px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.llc-cont-box.wd-33per > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.4688rem;
}
.llc-cont-box.wd-33per > ul > li {
  width: 33.3333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.4688rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .llc-cont-box.wd-33per > ul > li {
    width: 100%;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .llc-cont-box.wd-33per > ul > li {
    width: 50%;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .llc-cont-box.wd-33per > ul > li {
    width: 33.3333%;
  }
}
.llc-cont-box.wd-33per > ul > li .bg-box {
  border: 1px solid #dee2e6;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 2.5rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .llc-cont-box.wd-33per > ul > li .bg-box {
    padding-right: 1.5rem;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .llc-cont-box.wd-33per > ul > li .bg-box .con-txt .boxing-title br {
    display: none;
  }
}
.llc-cont-box.wd-33per > ul > li .bg-box .con-txt .ls-typ > li .mark {
  letter-spacing: -1px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .llc-cont-box.wd-33per > ul > li .bg-box .con-txt .ls-typ > li .mark br {
    display: none;
  }
}
.llc-cont-box.hei-254 > ul > li {
  height: 15.875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .llc-cont-box.hei-254 > ul > li {
    height: auto;
  }
}
.llc-cont-box.li-mg15 ul > li {
  margin-bottom: 1.875rem;
}
.llc-cont-box.li-mg15 ul > li .bg-box {
  border-bottom: 1px solid #dee2e6;
}
.llc-cont-box.li-mg15 ul > li .ls-typ > li {
  margin-bottom: 0;
}
.llc-cont-box.li-mg15 ul > li:last-child {
  margin-bottom: 0;
}
.llc-cont-box.li-mg15 ul > li:last-child .bg-box {
  border-bottom: 1px solid #dee2e6;
}
.llc-cont-box.mgt-10 {
  margin-top: 0.625rem;
}
.llc-cont-box.mgt-40 {
  margin-top: 2.5rem;
}
.llc-cont-box.mgb-40 {
  margin-bottom: 2.5rem;
}

.boxls-part-box > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.4375rem;
}
.boxls-part-box > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.4375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxls-part-box > ul > li {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 23.4375rem;
        flex-basis: 23.4375rem;
  }
}
.boxls-part-box .box {
  position: relative;
  border: 1px solid #dee2e6;
  padding: 1.875rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 10.625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxls-part-box .box {
    height: auto;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxls-part-box .box {
    height: 100%;
  }
}
.boxls-part-box .box .boxing-title {
  margin-bottom: 0.1875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxls-part-box .box .ls-typ {
    padding-right: 4.175rem;
  }
}
.boxls-part-box .box .ls-typ > li > .mark {
  letter-spacing: -1px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxls-part-box .box .ls-typ > li > .mark br {
    display: none;
  }
}
.boxls-part-box .box .icon {
  z-index: -1;
  display: block;
  position: absolute;
  bottom: 1.875rem;
  right: 2.5rem;
  width: 3.25rem;
  height: 3.25rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.boxls-part-box .box .icon.ic-1 {
  background-image: url("../images/sub/green-cf-icon-1.png");
}
.boxls-part-box .box .icon.ic-2 {
  background-image: url("../images/sub/green-cf-icon-2.png");
}
.boxls-part-box .box .icon.ic-3 {
  background-image: url("../images/sub/green-cf-icon-3.png");
}
.boxls-part-box .box .icon.ic-4 {
  background-image: url("../images/sub/green-cf-icon-4.png");
  width: 4rem;
  height: 3.0625rem;
}
.boxls-part-box .box .icon.ic-5 {
  background-image: url("../images/sub/green-cf-icon-5.png");
}
.boxls-part-box .box .icon.ic-6 {
  background-image: url("../images/sub/green-cf-icon-6.png");
  width: 3.5rem;
  height: 2.9375rem;
}
.boxls-part-box .box .icon.ic-7 {
  background-image: url("../images/sub/green-cf-icon-7.png");
}
.boxls-part-box .box .icon.ic-8 {
  background-image: url("../images/sub/green-cf-icon-8.png");
}
.boxls-part-box .box .icon.ic-9 {
  background-image: url("../images/sub/green-cf-icon-9.png");
  width: 3.625rem;
  height: 2.4375rem;
}
.boxls-part-box .box .icon.ic-10 {
  background-image: url("../images/sub/green-cf-icon-10.png");
}
.boxls-part-box .box .icon.ic-11 {
  background-image: url("../images/sub/green-cf-icon-11.png");
  width: 3.4375rem;
  height: 2.3125rem;
}
.boxls-part-box .box .icon.ic-12 {
  background-image: url("../images/sub/green-cf-icon-12.png");
  width: 3.5rem;
  height: 2.5625rem;
}
.boxls-part-box .box .icon.ic-13 {
  background-image: url("../images/sub/green-cf-icon-13.png");
}
.boxls-part-box .box .icon.ic-14 {
  background-image: url("../images/sub/green-cf-icon-14.png");
}
.boxls-part-box .box .icon.ic-15 {
  background-image: url("../images/sub/green-cf-icon-15.png");
  width: 3.5625rem;
  height: 3rem;
}
.boxls-part-box .box .icon.ic-16 {
  background-image: url("../images/sub/green-cf-icon-16.png");
}
.boxls-part-box .box .icon.ic-17 {
  background-image: url("../images/sub/green-cf-icon-17.png");
}
.boxls-part-box .box .icon.ic-18 {
  background-image: url("../images/sub/green-cf-icon-18.png");
  width: 3.3125rem;
  height: 2.875rem;
}
.boxls-part-box .box .icon.ic-19 {
  background-image: url("../images/sub/green-cf-icon-19.png");
}
.boxls-part-box .box .icon.ic-20 {
  background-image: url("../images/sub/green-cf-icon-20.png");
}
.boxls-part-box.bx-hei-158 .box {
  height: 9.875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxls-part-box.bx-hei-158 .box {
    height: auto;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxls-part-box.bx-hei-158 .box {
    height: 100%;
  }
}
.boxls-part-box.bx-hei-202 .box {
  height: 12.625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxls-part-box.bx-hei-202 .box {
    height: auto;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxls-part-box.bx-hei-202 .box {
    height: 100%;
  }
}
.boxls-part-box.bx-hei-240 .box {
  height: 15rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .boxls-part-box.bx-hei-240 .box {
    height: auto;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .boxls-part-box.bx-hei-240 .box {
    height: 100%;
  }
}
.boxls-part-box.mgt-25 {
  margin-top: 1.5625rem;
}

.linebox-cont-box > ul > li {
  position: relative;
  display: block;
  margin-bottom: 1.25rem;
}
.linebox-cont-box > ul > li:last-child {
  margin-bottom: 0;
}
.linebox-cont-box > ul > li.dash-line {
  margin-bottom: 1.125rem;
  padding-bottom: 1.125rem;
  border-bottom: 1px dashed #999;
}

.circle-dot-ls > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.2188rem -0.1563rem;
}
.circle-dot-ls > ul > li {
  line-height: 2;
  padding: 0.2188rem 0.1563rem;
}
.circle-dot-ls .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #dbdbdb;
  border-radius: 1.3125rem;
  padding: 0.25rem 1.375rem;
}
.circle-dot-ls .box .txt {
  position: relative;
  display: block;
  padding-left: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: #555;
}
.circle-dot-ls .box .txt:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.875rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #555;
}
.circle-dot-ls.gray-bg .box {
  background-color: #fbfbfb;
}
.circle-dot-ls.mgt-5 {
  margin-top: 5px;
}

.circle-mark-ls > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.1875rem -0.3125rem;
}
.circle-mark-ls > ul:before, .circle-mark-ls > ul:after {
  content: "";
  display: table;
}
.circle-mark-ls > ul:after {
  clear: both;
}
.circle-mark-ls > ul > li {
  display: block;
  float: left;
  line-height: 2;
  padding: 0.1875rem 0.3125rem;
}
.circle-mark-ls > ul > li.on .box {
  border: 2px solid #000;
  -webkit-box-shadow: 0px 13px 27px 0px rgba(171, 171, 171, 0.34);
          box-shadow: 0px 13px 27px 0px rgba(171, 171, 171, 0.34);
}
.circle-mark-ls > ul > li.on .box .txt {
  color: #000;
}
.circle-mark-ls > ul > li.on .box .mk {
  background-color: #3941a3;
}
.circle-mark-ls > ul > li.on .box .mk:after {
  background-image: url("../images/sub/circle-mark-ls-on.png");
}
.circle-mark-ls .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 3.25rem;
  border: 1px solid #dbdbdb;
  border-radius: 1.625rem;
  padding: 0 0.5625rem 0 1.5625rem;
}
.circle-mark-ls .box .txt {
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #656565;
  line-height: 1.2;
}
.circle-mark-ls .box .mk {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  width: 1.8125rem;
  height: 1.8125rem;
  border-radius: 50%;
  margin-left: 1.75rem;
}
.circle-mark-ls .box .mk:after {
  display: block;
  content: "";
  width: 1.8125rem;
  height: 1.8125rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-image: url("../images/sub/circle-mark-ls-off.png");
}
.circle-mark-ls.per-sz-sm > ul {
  margin: -0.1875rem -0.1563rem;
}
.circle-mark-ls.per-sz-sm > ul > li {
  padding: 0.1875rem 0.1563rem;
}

.direction-guide-map {
  border: 1px solid #dee2e6;
}
.direction-guide-map .map-gui-banner {
  position: relative;
}
.direction-guide-map .map-gui-banner .map-area {
  width: 100%;
  height: 462px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .direction-guide-map .map-gui-banner .map-area {
    height: 300px;
  }
}
.direction-guide-map .map-gui-banner .map-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-foot-detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #dee2e6;
  padding: 1.5rem 2.4375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .map-foot-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.25rem 0.9375rem;
  }
}
.map-foot-detail .add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .map-foot-detail .add {
    margin-bottom: 0.625rem;
  }
}
.map-foot-detail .add span {
  font-size: 1.125rem;
  font-weight: 500;
  color: #090f33;
}
.map-foot-detail .view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.map-foot-detail .view .v-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.map-foot-detail .view .v-type a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.8125rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .map-foot-detail .view .v-type a:first-child {
    margin-left: 0;
  }
}
.map-foot-detail .view .v-type a:after {
  position: absolute;
  top: 50%;
  right: -0.875rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  width: 1px;
  height: 0.9375rem;
  background-color: #d0d0d0;
}
.map-foot-detail .view .v-type a:last-child:after {
  display: none;
}
.map-foot-detail .view .v-type a i {
  width: 0.6875rem;
  height: 0.9375rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin-right: 0.5rem;
}
.map-foot-detail .view .v-type a i.lv {
  background-image: url("../images/sub/direction-guide-ltype-1.png");
}
.map-foot-detail .view .v-type a i.ls {
  background-image: url("../images/sub/direction-guide-ltype-2.png");
}
.map-foot-detail .view .v-type a span {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #4b4b4b;
}
.map-foot-detail .view .all-type {
  margin-left: 0.625rem;
}
.map-foot-detail .tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .map-foot-detail .tips {
    margin-bottom: 0.625rem;
  }
}
.map-foot-detail .tips .ls-typ > li > .mark {
  font-size: 1rem;
  font-weight: 500;
  color: #090f33;
}
.map-foot-detail .tips .ls-typ > li > .mark .fc-tt {
  width: 3.75rem;
}
.map-foot-detail .tips .ls-typ > li .red-impor {
  display: block;
  padding-left: 5.6625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  font-weight: 500;
}
.map-foot-detail .ab-impor {
  position: absolute;
  bottom: 1.5rem;
  right: 2.4375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .map-foot-detail .ab-impor {
    position: static;
  }
}
.map-foot-detail .ab-impor p {
  line-height: 2;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #000;
}
.map-foot-detail.alone-foot {
  border-top: 0;
}

.direction-guide-transit .inner {
  position: relative;
}
.direction-guide-transit .direction-ls {
  z-index: 1;
  position: relative;
  line-height: 2;
}
.direction-guide-transit .direction-ls > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
}
.direction-guide-transit .direction-ls > li .tt {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-weight: 700;
  color: #3941a3;
  padding-left: 0.5rem;
  width: 3.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.direction-guide-transit .direction-ls > li .tt:after {
  position: absolute;
  top: 0.875rem;
  left: 0;
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #3941a3;
}
.direction-guide-transit .direction-ls > li .con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.direction-guide-transit .direction-ls > li .con .con-sub {
  color: #555;
  font-weight: 400;
}
.direction-guide-transit .direction-ls > li .con .bus-ls {
  padding-left: 0.5rem;
}
.direction-guide-transit .direction-ls > li .con .bus-ls > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.direction-guide-transit .direction-ls > li .con .bus-ls > li .c-bus {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-weight: 700;
  padding-left: 1.5rem;
  width: 7.8125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.direction-guide-transit .direction-ls > li .con .bus-ls > li .c-bus:after {
  position: absolute;
  top: 0.4375rem;
  left: 0;
  content: "";
  display: block;
  width: 1rem;
  height: 1.1875rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.direction-guide-transit .direction-ls > li .con .bus-ls > li .c-bus.green {
  color: #2ea51e;
}
.direction-guide-transit .direction-ls > li .con .bus-ls > li .c-bus.green:after {
  background-image: url("../images/sub/direction-bus-icon-green.png");
}
.direction-guide-transit .direction-ls > li .con .bus-ls > li .c-bus.blue {
  color: #3941a3;
}
.direction-guide-transit .direction-ls > li .con .bus-ls > li .c-bus.blue:after {
  background-image: url("../images/sub/direction-bus-icon-blue.png");
}
.direction-guide-transit .direction-ls > li .con .bus-ls > li .c-bus.red {
  color: #ef4121;
}
.direction-guide-transit .direction-ls > li .con .bus-ls > li .c-bus.red:after {
  background-image: url("../images/sub/direction-bus-icon-red.png");
}
.direction-guide-transit .direction-ls > li .con .bus-ls > li .c-bus.normal {
  color: #555;
}
.direction-guide-transit .direction-ls > li .con .bus-ls > li .c-bus.normal:after {
  background-image: url("../images/sub/direction-bus-icon-normal.png");
}
.direction-guide-transit .direction-ls > li .con .bus-ls > li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #555;
  font-weight: 400;
}
.direction-guide-transit .direction-icon {
  position: absolute;
  bottom: 0.625rem;
  right: 2.4375rem;
  display: block;
  width: 3.6875rem;
  height: 3.25rem;
  background: url("../images/sub/direction-bus-icon.png") 0 0 no-repeat;
  background-size: contain;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .direction-guide-transit .direction-icon {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .direction-guide-transit .direction-icon {
    display: block;
    top: 0.625rem;
    bottom: auto;
  }
}
.direction-guide-transit .ab-impor {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .direction-guide-transit .ab-impor {
    position: static;
    margin-top: 0.625rem;
  }
}
.direction-guide-transit .ab-impor p {
  line-height: 2;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #000;
}
.direction-guide-transit.top-line-none {
  border-top: 0;
}

.blueline-step-box {
  padding-top: 1.875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .blueline-step-box {
    padding-top: 0;
  }
}
.blueline-step-box > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dee2e6;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .blueline-step-box > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .blueline-step-box > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.blueline-step-box > ul > li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  border-right: 1px solid #dee2e6;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .blueline-step-box > ul > li {
    border-right: 0;
    border-bottom: 1px solid #dee2e6;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .blueline-step-box > ul > li {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
  }
}
.blueline-step-box > ul > li:after {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: -0.625rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  width: 10px;
  height: 37px;
  background: url("../images/sub/discussion-step-white-arrow.png") 0 0 no-repeat;
  background-size: contain;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .blueline-step-box > ul > li:after {
    top: auto;
    bottom: -23px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .blueline-step-box > ul > li:after {
    display: none;
  }
}
.blueline-step-box > ul > li:nth-child(2n) {
  background-color: #d7ddff;
}
.blueline-step-box > ul > li:nth-child(2n):after {
  background: url("../images/sub/discussion-step-blue-arrow.png") 0 0 no-repeat;
  background-size: contain;
}
.blueline-step-box > ul > li:nth-child(2n) .box .step:after {
  border: 0.3125rem solid #d7ddff;
}
.blueline-step-box > ul > li:last-child {
  border-right: 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .blueline-step-box > ul > li:last-child {
    border-bottom: 0;
  }
}
.blueline-step-box > ul > li:last-child:after {
  display: none;
}
.blueline-step-box .box {
  position: relative;
  height: 100%;
  min-height: 13.4375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 6px solid #3941a3;
  padding: 1.5625rem 2.1875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .blueline-step-box .box {
    border-top: 0;
    border-left: 6px solid #3941a3;
    min-height: auto;
  }
}
.blueline-step-box .box .step {
  position: absolute;
  top: -38px;
  left: 2.3125rem;
  font-family: "Montserrat";
  font-size: 0.9375rem;
  font-weight: 400;
  color: #3941a3;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .blueline-step-box .box .step {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    padding-left: 1.25rem;
    margin-bottom: 0.9375rem;
  }
}
.blueline-step-box .box .step:after {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #3941a3;
  border: 0.3125rem solid #fff;
  border-radius: 50%;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .blueline-step-box .box .step:after {
    bottom: auto;
    top: 0;
  }
}
.blueline-step-box .box .con {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blueline-step-box .box .con .tt {
  font-size: 1.125rem;
  font-weight: 700;
  color: #3941a3;
  line-height: 1.777;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .blueline-step-box .box .con .tt br {
    display: none;
  }
}
.blueline-step-box .box .con .tt .underline {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
}
.blueline-step-box .box .con .tt .underline:after {
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 0.625rem;
  position: absolute;
  bottom: 0.125rem;
  left: 0;
  background-color: #eff1fc;
}
.blueline-step-box .box .con .ls-typ > li > .mark {
  letter-spacing: -1px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .blueline-step-box .box .con .ls-typ > li > .mark br {
    display: none;
  }
}
.blueline-step-box .box .con .nor-c.blue-b-t {
  color: #3941a3;
  font-weight: 700;
}
.blueline-step-box .box .icon {
  display: block;
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .blueline-step-box .box .icon {
    bottom: auto;
    top: 0.9375rem;
    right: 0.9375rem;
    background-size: auto 70%;
    background-position: center center;
  }
}
.blueline-step-box .box .icon.con-1 {
  width: 2.75rem;
  height: 2.625rem;
  background-image: url("../images/sub/bl-step-icon-1.png");
}
.blueline-step-box .box .icon.con-2 {
  width: 3rem;
  height: 2.625rem;
  background-image: url("../images/sub/bl-step-icon-2.png");
}
.blueline-step-box .box .icon.con-3 {
  width: 2.75rem;
  height: 2.9375rem;
  background-image: url("../images/sub/bl-step-icon-3.png");
}
.blueline-step-box .box .icon.con-4 {
  width: 2.625rem;
  height: 3rem;
  background-image: url("../images/sub/bl-step-icon-4.png");
}
.blueline-step-box .box .icon.con-5 {
  width: 3.125rem;
  height: 2.9375rem;
  background-image: url("../images/sub/bl-step-icon-5.png");
}
.blueline-step-box .box .icon.con-6 {
  width: 2.625rem;
  height: 2.625rem;
  background-image: url("../images/sub/bl-step-icon-6.png");
}
.blueline-step-box .box .icon.con-7 {
  width: 2.5625rem;
  height: 2.875rem;
  background-image: url("../images/sub/bl-step-icon-7.png");
}
.blueline-step-box .box .icon.con-8 {
  width: 2.5625rem;
  height: 3.0625rem;
  background-image: url("../images/sub/bl-step-icon-8.png");
}
.blueline-step-box.ver-white {
  margin-bottom: 2.8125rem;
}
.blueline-step-box.ver-white:last-child {
  margin-bottom: 0;
}
.blueline-step-box.ver-white > ul > li:nth-child(2n) {
  background-color: #fff;
}
.blueline-step-box.ver-white .box .step {
  font-size: 1rem;
  font-weight: 700;
}
.blueline-step-box.ver-white .box .con .tt {
  font-family: "rixrak-sans-pro", sans-serif;
}
.blueline-step-box.ver-white .box .con .tt .chairman {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #ef4121;
}
.blueline-step-box.ver-white .box .con .tt .name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #3941a3;
}
.blueline-step-box.ver-white .box .con .day {
  margin-top: 0.1875rem;
  font-size: 1rem;
  font-weight: 400;
  color: #555;
}
.blueline-step-box.ver-white .box .con .bg-box.color-peach {
  margin-top: 1.25rem;
}
.blueline-step-box.ver-white .box .con .bg-box.color-peach .ls-typ > li > .mark.impor {
  color: #3941a3;
  font-weight: 700;
}
.blueline-step-box.hei-128 .box {
  min-height: 8rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .blueline-step-box.hei-128 .box {
    min-height: auto;
  }
}
.blueline-step-box.hei-165 .box {
  min-height: 10.3125rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .blueline-step-box.hei-165 .box {
    min-height: auto;
  }
}
.blueline-step-box.hei-191 .box {
  min-height: 11.9375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .blueline-step-box.hei-191 .box {
    min-height: auto;
  }
}
.blueline-step-box.hei-321 .box {
  min-height: 321px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .blueline-step-box.hei-321 .box {
    min-height: auto;
  }
}
.blueline-step-box.hei-352 .box {
  min-height: 352px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .blueline-step-box.hei-352 .box {
    min-height: auto;
  }
}

.gate-pg-menu-box {
  height: 50.4375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5rem 6.25rem;
  background: url("../images/sub/gate-pg-menu-bg.png") 0 0 no-repeat;
  background-size: cover;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .gate-pg-menu-box {
    height: auto;
    padding: 1.875rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .gate-pg-menu-box {
    padding: 2.5rem 1.875rem;
  }
}
.gate-pg-menu-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .gate-pg-menu-box .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .gate-pg-menu-box .title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 2.5rem;
  }
}
.gate-pg-menu-box .title .tt {
  position: relative;
  display: block;
  font-family: "rixrak-sans-pro", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  padding-left: 3.25rem;
  margin-right: 2.1875rem;
  letter-spacing: -1px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 13.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .gate-pg-menu-box .title .tt {
    font-size: 2.1875rem;
    padding-left: 2.8125rem;
    margin-bottom: 0.625rem;
    width: auto;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .gate-pg-menu-box .title .tt {
    width: 12.1rem;
    margin-bottom: 0;
    margin-right: 0.6875rem;
  }
}
.gate-pg-menu-box .title .tt:after {
  position: absolute;
  top: 0.3125rem;
  left: 0;
  content: "";
  display: block;
  width: 2.3125rem;
  height: 2.5625rem;
  background: url("../images/sub/gate-face-icon.png") 0 0 no-repeat;
  background-size: contain;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .gate-pg-menu-box .title .tt:after {
    width: 2.1875rem;
    height: 2.4375rem;
    top: -0.05rem;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .gate-pg-menu-box .title .tt br {
    display: none;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .gate-pg-menu-box .title .tt br {
    display: block;
  }
}
.gate-pg-menu-box .title .con {
  position: relative;
  color: #fff;
  padding-left: 2.1875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .gate-pg-menu-box .title .con {
    padding-left: 0.9375rem;
  }
}
.gate-pg-menu-box .title .con:after {
  position: absolute;
  top: 0.3125rem;
  left: 0;
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 9px);
  background-color: #fff;
  opacity: 0.5;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .gate-pg-menu-box .title .con:after {
    width: 0.1875rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .gate-pg-menu-box .title .con:after {
    width: 1px;
  }
}
.gate-pg-menu-box .title .con em {
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
  margin-bottom: 0.9375rem;
}
.gate-pg-menu-box .title .con p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: -1px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .gate-pg-menu-box .title .con p br {
    display: none;
  }
}
.gate-pg-menu-box .con-ls ul {
  margin: -0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .gate-pg-menu-box .con-ls ul {
    margin: -0.3125rem;
  }
}
.gate-pg-menu-box .con-ls ul > li {
  padding: 0.625rem;
  width: 33.3333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .gate-pg-menu-box .con-ls ul > li {
    padding: 0.3125rem;
    width: 50%;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .gate-pg-menu-box .con-ls ul > li {
    width: 33.3333%;
  }
}
.gate-pg-menu-box .con-ls ul .box {
  display: block;
  height: 13.75rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  background-image: url("../images/sub/gate-box-blank-bg.png");
}
@media (min-width: 0px) and (max-width: 1399px) {
  .gate-pg-menu-box .con-ls ul .box {
    height: 11.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .gate-pg-menu-box .con-ls ul .box {
    height: 13.75rem;
  }
}
.gate-pg-menu-box .con-ls ul .box.bg-manp-1 {
  background-position: center center;
  background-image: url("../images/sub/gate-box-bg-manp-1.png");
}
.gate-pg-menu-box .con-ls ul .box.bg-manp-2 {
  background-position: center center;
  background-image: url("../images/sub/gate-box-bg-manp-2.png");
}
.gate-pg-menu-box .con-ls ul .box.bg-manp-3 {
  background-position: center center;
  background-image: url("../images/sub/gate-box-bg-manp-3.png");
}
.gate-pg-menu-box .con-ls ul .box.bg-manp-4 {
  background-position: center center;
  background-image: url("../images/sub/gate-box-bg-manp-4.png");
}
.gate-pg-menu-box .con-ls ul .box.bg-manp-5 {
  background-position: center center;
  background-image: url("../images/sub/gate-box-bg-manp-5.png");
}
.gate-pg-menu-box .con-ls ul .box.bg-manp-6 {
  background-position: center center;
  background-image: url("../images/sub/gate-box-bg-manp-6.png");
}
.gate-pg-menu-box .con-ls ul .box.bg-sfti-1 {
  background-position: center center;
  background-image: url("../images/sub/gate-box-bg-sfti-1.png");
}
.gate-pg-menu-box .con-ls ul .box.bg-sfti-2 {
  background-position: center center;
  background-image: url("../images/sub/gate-box-bg-sfti-2.png");
}
.gate-pg-menu-box .con-ls ul .box.bg-sfdi-1 {
  background-position: center center;
  background-image: url("../images/sub/gate-box-bg-sfdi-1.png");
}
.gate-pg-menu-box .con-ls ul .box.bg-sfdi-2 {
  background-position: center center;
  background-image: url("../images/sub/gate-box-bg-sfdi-2.png");
}
.gate-pg-menu-box .con-ls ul .box.bg-sfdi-3 {
  background-position: center center;
  background-image: url("../images/sub/gate-box-bg-sfdi-3.png");
}
.gate-pg-menu-box .con-ls ul .box.bg-award-1 {
  background-position: center center;
  background-image: url("../images/sub/gate-box-bg-award-1.png");
}
.gate-pg-menu-box .con-ls ul .box.bg-award-2 {
  background-position: center center;
  background-image: url("../images/sub/gate-box-bg-award-2.png");
}
.gate-pg-menu-box .con-ls ul .box.bg-cdsy-1 {
  background-position: center center;
  background-image: url("../images/sub/gate-box-bg-cdsy-1.png");
}
.gate-pg-menu-box .con-ls ul .box.bg-cdsy-2 {
  background-position: center center;
  background-image: url("../images/sub/gate-box-bg-cdsy-2.png");
}
.gate-pg-menu-box .con-ls ul .box.bg-cdsy-3 {
  background-position: center center;
  background-image: url("../images/sub/gate-box-bg-cdsy-3.png");
}
.gate-pg-menu-box .con-ls ul .box.bg-cdsy-4 {
  background-position: center center;
  background-image: url("../images/sub/gate-box-bg-cdsy-4.png");
}
.gate-pg-menu-box .con-ls ul .box.bg-cdsy-5 {
  background-position: center center;
  background-image: url("../images/sub/gate-box-bg-cdsy-5.png");
}
.gate-pg-menu-box .con-ls ul .box.bg-cdsy-6 {
  background-position: center center;
  background-image: url("../images/sub/gate-box-bg-cdsy-6.png");
}
.gate-pg-menu-box .con-ls ul .box .lnk-inner {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  padding-top: 1.5625rem;
  padding-right: 1.375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .gate-pg-menu-box .con-ls ul .box .lnk-inner {
    padding: 0.9375rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .gate-pg-menu-box .con-ls ul .box .lnk-inner {
    padding: 1.875rem;
  }
}
.gate-pg-menu-box .con-ls ul .box .lnk-inner .tt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gate-pg-menu-box .con-ls ul .box .lnk-inner .tt span {
  position: relative;
  font-family: "rixrak-sans-pro", sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.23;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  padding-top: 0.9375rem;
  padding-right: 1.125rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .gate-pg-menu-box .con-ls ul .box .lnk-inner .tt span {
    font-size: 1.4375rem;
    padding-top: 0.8125rem;
    padding-right: 0.8125rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .gate-pg-menu-box .con-ls ul .box .lnk-inner .tt span {
    font-size: 1.625rem;
    padding-top: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.gate-pg-menu-box .con-ls ul .box .lnk-inner .tt span i {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  background-color: #ff5400;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .gate-pg-menu-box .con-ls ul .box .lnk-inner .tt span i {
    width: 0.8125rem;
    height: 0.8125rem;
  }
}
.gate-pg-menu-box .con-ls ul .box .lnk-inner .link-btn {
  width: 10rem;
  height: 2.5625rem;
  border-radius: 1.2813rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  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;
  padding: 0 0.5625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .gate-pg-menu-box .con-ls ul .box .lnk-inner .link-btn {
    width: 100%;
    max-width: 9.375rem;
  }
}
.gate-pg-menu-box .con-ls ul .box .lnk-inner .link-btn span {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #fff;
  padding-left: 0.9375rem;
}
.gate-pg-menu-box .con-ls ul .box .lnk-inner .link-btn i {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #fff;
}
.gate-pg-menu-box .con-ls ul .box .lnk-inner .link-btn i:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: url("../images/sub/gate-box-link-btn-icon.png") 0 0 no-repeat;
  background-size: contain;
}

.three-thumb-swiper {
  padding: 2.8125rem 3.9375rem;
  background: url("../images/sub/pp-swiper-bg.png") 0 0 no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .three-thumb-swiper {
    padding: 1.875rem 1.875rem 2.8125rem;
    background-position: 50% center;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .three-thumb-swiper {
    padding: 1.875rem 2.5rem;
  }
}
.three-thumb-swiper .tt-swiper {
  overflow: hidden;
  font-size: 0;
}
.three-thumb-swiper .tt-swiper .swiper-wrapper .swiper-slide .pic-box .lnk-box {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.three-thumb-swiper .tt-swiper .swiper-wrapper .swiper-slide .pic-box .lnk-box:hover .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.three-thumb-swiper .tt-swiper .swiper-wrapper .swiper-slide .pic-box .pic img {
  width: 100%;
}
.three-thumb-swiper .tt-swiper .swiper-wrapper .swiper-slide .pic-box .con {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.three-thumb-swiper .tt-swiper .swiper-wrapper .swiper-slide .pic-box .con strong {
  text-align: center;
  font-family: "rixrak-sans-pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
}
.three-thumb-swiper .tt-swiper .swiper-wrapper .swiper-slide .pic-box .con strong span {
  position: relative;
  display: inline-block;
}
.three-thumb-swiper .tt-swiper .swiper-wrapper .swiper-slide .pic-box .con strong span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 5px;
  left: 0;
}
.three-thumb-swiper .tt-swiper .swiper-wrapper .swiper-slide .pic-box .con .link-ico {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.75rem;
  height: 2.25rem;
  background-color: #fff;
  margin-top: 1.5625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .three-thumb-swiper .tt-swiper .swiper-wrapper .swiper-slide .pic-box .con .link-ico {
    margin-top: 0.9375rem;
  }
}
.three-thumb-swiper .tt-swiper .swiper-wrapper .swiper-slide .pic-box .con .link-ico:after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background: url("../images/sub/pp-swipe-link-mark.png") 0 0 no-repeat;
  background-size: contain;
}
.three-thumb-swiper .tt-swiper .swiper-pagination {
  display: none;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .three-thumb-swiper .tt-swiper .swiper-pagination {
    display: block;
    bottom: 1.1375rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .three-thumb-swiper .tt-swiper .swiper-pagination {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .three-thumb-swiper .sp-bt-box {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .three-thumb-swiper .sp-bt-box {
    display: block;
  }
}
.three-thumb-swiper .sp-bt-box .sp-bt {
  background: url("../images/sub/sp-bt-box-btn.png") center center no-repeat;
  background-size: 15px 29px;
}
.three-thumb-swiper .sp-bt-box .sp-bt.swiper-button-prev {
  left: 1.375rem;
  right: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 680px) and (max-width: 1399px) {
  .three-thumb-swiper .sp-bt-box .sp-bt.swiper-button-prev {
    left: 0.5rem;
  }
}
.three-thumb-swiper .sp-bt-box .sp-bt.swiper-button-next {
  right: 1.375rem;
  left: auto;
}
@media (min-width: 680px) and (max-width: 1399px) {
  .three-thumb-swiper .sp-bt-box .sp-bt.swiper-button-next {
    right: 0.5rem;
  }
}
.three-thumb-swiper.link-none .tt-swiper .swiper-wrapper .swiper-slide .pic-box .lnk-box {
  pointer-events: none;
}
.three-thumb-swiper.link-none .tt-swiper .swiper-wrapper .swiper-slide .pic-box .lnk-box:hover .con {
  display: none;
}
.three-thumb-swiper.mgt-10 {
  margin-top: 0.625rem;
}

.green-detail-con-ls > ul > li {
  display: block;
  margin-bottom: 1.875rem;
}
.green-detail-con-ls > ul > li:last-child {
  margin-bottom: 0;
}
.green-detail-con-ls .busi-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dee2e6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 14.6875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .green-detail-con-ls .busi-box {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.green-detail-con-ls .busi-box .logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 15.125rem;
  height: 100%;
  border-right: 1px solid #dee2e6;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .green-detail-con-ls .busi-box .logo {
    border-right: 0;
    width: 3.625rem;
    height: 3.625rem;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.green-detail-con-ls .busi-box .logo .ico {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/sub/part-dt-busi-con-bg.png") 0 0 no-repeat;
  background-size: cover;
}
.green-detail-con-ls .busi-box .logo .ico:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .green-detail-con-ls .busi-box .logo .ico:after {
    background-position: center 0;
  }
}
.green-detail-con-ls .busi-box .logo .ico.con-1:after {
  background-image: url("../images/sub/part-dt-busi-con-1.png");
}
.green-detail-con-ls .busi-box .logo .ico.con-2:after {
  background-image: url("../images/sub/part-dt-busi-con-2.png");
}
.green-detail-con-ls .busi-box .logo .ico.con-3:after {
  background-image: url("../images/sub/part-dt-busi-con-3.png");
}
.green-detail-con-ls .busi-box .logo .ico.con-4:after {
  background-image: url("../images/sub/part-dt-busi-con-4.png");
}
.green-detail-con-ls .busi-box .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 2.1875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .green-detail-con-ls .busi-box .con .boxing-title {
    padding-left: 2.1875rem;
  }
}
.pic-lang-two > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .pic-lang-two > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .pic-lang-two > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.business-logo-ls-box > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.3125rem;
}
.business-logo-ls-box > ul > li {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.3125rem;
}
.business-logo-ls-box .box {
  text-align: center;
  border: 1px solid #dbdbdb;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .tabwrap .tabbtn > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .tabwrap .tabbtn > ul {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .tabwrap .tabbtn > ul:before {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .tabwrap .tabbtn > ul:before {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .tabwrap .tabbtn > ul:after {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .tabwrap .tabbtn > ul:after {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .tabwrap .tabbtn > ul > li {
    float: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .tabwrap .tabbtn > ul > li {
    width: auto;
    float: left;
  }
}
.tabwrap .tabcon {
  margin-top: 3rem;
}

.normal-tab > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.normal-tab > ul > li {
  width: calc(25% + 1px);
  margin-left: -1px;
  margin-bottom: -1px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .normal-tab > ul > li {
    width: calc(33.3333% + 1px);
  }
}
.normal-tab > ul > li div.box {
  position: relative;
  background-color: #fbfbfb;
}
.normal-tab > ul > li div.box:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 3.0625rem;
  height: 1.875rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/sub/normal-tab-blank-icon.png");
  background-size: contain;
}
.normal-tab > ul > li .box {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ebebeb;
  min-height: 59px;
  background-color: #fff;
}
.normal-tab > ul > li .box:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 0px;
  height: 3px;
  margin: 0 auto;
}
.normal-tab > ul > li .box .txt {
  font-size: 1rem;
  font-weight: 500;
  color: #656565;
  line-height: 1.5;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .normal-tab > ul > li .box .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 0.3125rem;
  }
}
.normal-tab > ul > li.on .box:after {
  background-color: #3941a3;
  width: 100%;
  height: 3px;
}
.normal-tab > ul > li.on .box .txt {
  color: #3941a3;
}

.tabwrap-2 .normal-tab > ul > li {
  width: calc(33.3333% + 1px);
}
.tabwrap-2 .tabcon {
  margin-top: 2.8125rem;
}

.account-num-woori-box {
  border: 10px solid #dbdbdb;
  border-left-width: 9px;
  border-right-width: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5rem 0.9375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .account-num-woori-box {
    padding: 1.875rem 0.9375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.account-num-woori-box i {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  background: url("../images/sub/wooribank-mark.png") 0 0 no-repeat;
  background-size: contain;
  width: 7.875rem;
  height: 2.125rem;
  margin-right: 0.3125rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .account-num-woori-box i {
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
}
.account-num-woori-box p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
}
.account-num-woori-box p br {
  display: none;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .account-num-woori-box p br {
    display: block;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .account-num-woori-box p br {
    display: none;
  }
}
.account-num-woori-box p span {
  font-weight: 500;
  color: #525fff;
}

/* 영문공통 */
.hd4-tt {
  line-height: 1.63;
}
.hd4-tt:after {
  top: 0.875rem;
}

.t-lightblue.c-impor {
  color: #525fff !important;
}

.ls-typ.mgt-10 {
  margin-top: 0.625rem;
}

.prt-b.last-mg-x {
  margin-bottom: 0;
}

.hd5-tt.hd-sm-title.c-blue-tt {
  color: #3941a3;
  font-weight: 700;
}

.sub-title-banner.type-7.new-ver .tp-inner {
  padding: 2.5rem 3.625rem 2.5rem 1.875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-7.new-ver .tp-inner {
    padding: 1.875rem;
  }
}
.sub-title-banner.type-7.new-ver .tp-inner .pic-cont-box .pic {
  padding-right: 1.9375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .sub-title-banner.type-7.new-ver .tp-inner .pic-cont-box .pic {
    padding-right: 0;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .sub-title-banner.type-7.new-ver .tp-inner .pic-cont-box .pic {
    padding-right: 1.9375rem;
  }
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.pos-bottom {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  top: auto;
  bottom: 2.5rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.pos-bottom {
    bottom: 1.5rem;
  }
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.wbx-side-icon-1 {
  background-image: url("../images/sub/wbx-side-icon-1.png");
  width: 2.5rem;
  height: 2.875rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.wbx-side-icon-2 {
  background-image: url("../images/sub/wbx-side-icon-2.png");
  width: 2.5rem;
  height: 3rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.wbx-side-icon-3 {
  background-image: url("../images/sub/wbx-side-icon-3.png");
  width: 3rem;
  height: 2.875rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.wbx-side-icon-4 {
  background-image: url("../images/sub/wbx-side-icon-4.png");
  width: 2.75rem;
  height: 2.375rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.wbx-side-icon-5 {
  background-image: url("../images/sub/wbx-side-icon-5.png");
  width: 3rem;
  height: 2.25rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.wbx-side-icon-6 {
  background-image: url("../images/sub/wbx-side-icon-6.png");
  width: 2.8125rem;
  height: 2.8125rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.wbx-side-icon-7 {
  background-image: url("../images/sub/wbx-side-icon-7.png");
  width: 3rem;
  height: 2.875rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.wbx-side-icon-8 {
  background-image: url("../images/sub/wbx-side-icon-8.png");
  width: 2.75rem;
  height: 3rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.wbx-side-icon-9 {
  background-image: url("../images/sub/wbx-side-icon-9.png");
  width: 3rem;
  height: 2.3125rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.wbx-side-icon-10 {
  background-image: url("../images/sub/wbx-side-icon-10.png");
  width: 2.8125rem;
  height: 3rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.wbx-side-icon-11 {
  background-image: url("../images/sub/wbx-side-icon-11.png");
  width: 2.75rem;
  height: 3rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.wbx-side-icon-12 {
  background-image: url("../images/sub/wbx-side-icon-12.png");
  width: 3rem;
  height: 2.625rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.wbx-side-icon-13 {
  background-image: url("../images/sub/wbx-side-icon-13.png");
  width: 3rem;
  height: 2.9375rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.wbx-side-icon-14 {
  background-image: url("../images/sub/wbx-side-icon-14.png");
  width: 2.8125rem;
  height: 3rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.wbx-side-icon-15 {
  background-image: url("../images/sub/wbx-side-icon-15.png");
  width: 2.875rem;
  height: 2.75rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.wbx-side-icon-16 {
  background-image: url("../images/sub/wbx-side-icon-16.png");
  width: 3rem;
  height: 2.9375rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.wbx-side-icon-17 {
  background-image: url("../images/sub/wbx-side-icon-17.png");
  width: 2.5625rem;
  height: 2.8125rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.wbx-side-icon-18 {
  background-image: url("../images/sub/wbx-side-icon-18.png");
  width: 3rem;
  height: 2.5625rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.bfk-side-icon-1-1 {
  background-image: url("../images/sub/bfk-side-icon-1-1.png");
  width: 3.125rem;
  height: 2.875rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.bfk-side-icon-1-2 {
  background-image: url("../images/sub/bfk-side-icon-1-2.png");
  width: 3.1875rem;
  height: 2.875rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.bfk-side-icon-1-3 {
  background-image: url("../images/sub/bfk-side-icon-1-3.png");
  width: 2.75rem;
  height: 2.875rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.bfk-side-icon-1-4 {
  background-image: url("../images/sub/bfk-side-icon-1-4.png");
  width: 3.3125rem;
  height: 2.875rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.bfk-side-icon-1-5 {
  background-image: url("../images/sub/bfk-side-icon-1-5.png");
  width: 3.4375rem;
  height: 2.875rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.bfk-side-icon-1-6 {
  background-image: url("../images/sub/bfk-side-icon-1-6.png");
  width: 3.1875rem;
  height: 2.875rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.bfk-side-icon-2-1 {
  background-image: url("../images/sub/bfk-side-icon-2-1.png");
  width: 3.3125rem;
  height: 2.875rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.bfk-side-icon-2-2 {
  background-image: url("../images/sub/bfk-side-icon-2-2.png");
  width: 3.4375rem;
  height: 2.875rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.bfk-side-icon-2-3 {
  background-image: url("../images/sub/bfk-side-icon-2-3.png");
  width: 3.4375rem;
  height: 2.875rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.bfk-side-icon-3-1 {
  background-image: url("../images/sub/bfk-side-icon-3-1.png");
  width: 3.3125rem;
  height: 2.875rem;
}
.llc-cont-box.basic ul > li.side-icon .bg-box .icon-bg.bfk-side-icon-3-2 {
  background-image: url("../images/sub/bfk-side-icon-3-2.png");
  width: 3.0625rem;
  height: 2.875rem;
}

/* introduce */
.spw-int-wrap .int-inner-wrap .gt-title-banner {
  position: relative;
  background: url("../images/sub/int-gt-president-bg.png") 0 0 no-repeat;
  background-size: cover;
  padding: 4rem 3.75rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .gt-title-banner {
    padding: 1.875rem 1.25rem;
    padding-bottom: 11rem;
    background-position: right 0;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .gt-title-banner {
    padding: 1.875rem 1.25rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .gt-title-banner {
    padding: 3.125rem 3.75rem;
  }
}
.spw-int-wrap .int-inner-wrap .gt-title-banner p {
  font-family: "rixrak-sans-pro", sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  line-height: 1.384;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .gt-title-banner p {
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .gt-title-banner p {
    padding-right: 170px;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .gt-title-banner p {
    padding-right: 12.3125rem;
  }
}
.spw-int-wrap .int-inner-wrap .gt-title-banner p strong {
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .gt-title-banner p br {
    display: none;
  }
}
.spw-int-wrap .int-inner-wrap .gt-title-banner i {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .gt-title-banner i {
    position: absolute;
    bottom: 0;
    right: 0;
    top: auto;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .gt-title-banner i img {
    width: 160px;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .gt-title-banner i img {
    width: 200px;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .gt-title-banner i img {
    width: auto;
  }
}
.spw-int-wrap .int-inner-wrap .gt-guide-txt {
  padding: 3.75rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .gt-guide-txt {
    padding: 1.25rem;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .gt-guide-txt {
    padding: 3.75rem;
  }
}
.spw-int-wrap .int-inner-wrap .gt-guide-txt .nor-c strong {
  font-weight: 700;
}
.spw-int-wrap .int-inner-wrap .gt-sign-area {
  border-top: 0.6875rem solid #e6e6e6;
  padding-top: 2.5rem;
}
.spw-int-wrap .int-inner-wrap .gt-sign-area .sign-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .gt-sign-area .sign-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .gt-sign-area .sign-inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.spw-int-wrap .int-inner-wrap .gt-sign-area .sign-inner p {
  font-size: 1.125rem;
  font-weight: 700;
  color: #090f33;
  line-height: 1.388;
  margin-right: 1.25rem;
}
.spw-int-wrap .int-inner-wrap .gt-sign-area .sign-inner p span {
  letter-spacing: -0.0125rem;
}
.spw-int-wrap .int-inner-wrap .em-cam-group .cam-group-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.spw-int-wrap .int-inner-wrap .em-cam-group .cam-group-ls .title {
  position: relative;
  margin-bottom: 3.4375rem;
}
.spw-int-wrap .int-inner-wrap .em-cam-group .cam-group-ls .title:after, .spw-int-wrap .int-inner-wrap .em-cam-group .cam-group-ls .title:before {
  display: block;
  content: "";
}
.spw-int-wrap .int-inner-wrap .em-cam-group .cam-group-ls .title:before {
  width: 0.75rem;
  height: 100px;
  background-color: #e6e6e6;
  position: absolute;
  bottom: -4.375rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.spw-int-wrap .int-inner-wrap .em-cam-group .cam-group-ls .title:after {
  z-index: 1;
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2.9375rem;
  height: 2.9375rem;
  background: url("../images/sub/em-cam-group-arrow-mark.png") 0 0 no-repeat;
  background-size: contain;
}
.spw-int-wrap .int-inner-wrap .em-cam-group .cam-group-ls .title span {
  position: relative;
  font-family: "rixrak-sans-pro", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.45;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 11.5rem;
  height: 11.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background-color: #525fff;
  border: 0.625rem solid #939bff;
}
.spw-int-wrap .int-inner-wrap .em-cam-group .cam-group-ls .tb_w {
  width: 100%;
}
.spw-int-wrap .int-inner-wrap .em-cam-group .cam-group-ls .tb_w .tb {
  table-layout: fixed;
}
.spw-int-wrap .int-inner-wrap .em-cam-group .cam-group-ls .tb_w .tb tbody td {
  height: 7.3125rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .em-cam-group .cam-group-ls .tb_w .tb tbody td {
    height: 5rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .em-cam-group .cam-group-ls .tb_w .tb tbody td {
    height: 7.3125rem;
  }
}
.spw-int-wrap .int-inner-wrap .em-cam-group .cam-group-ls .tb_w .cam-gup-logo-box .txt {
  margin-top: 0.5rem;
}
.spw-int-wrap .int-inner-wrap .history-tt-banner {
  margin-top: 3.125rem;
}
.spw-int-wrap .int-inner-wrap .tabwrap-2 .tabcon {
  margin-top: 0;
}
.spw-int-wrap .int-inner-wrap .history-ls {
  position: relative;
  padding: 4.0625rem 3.625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .history-ls {
    padding: 1.875rem 1.5rem;
  }
}
.spw-int-wrap .int-inner-wrap .history-ls .tt {
  display: block;
  position: absolute;
  top: 4.0625rem;
  left: 3.625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .history-ls .tt {
    position: static;
    margin-bottom: 1.25rem;
  }
}
.spw-int-wrap .int-inner-wrap .history-ls .tt span {
  font-family: "rixrak-sans-pro", sans-serif;
  display: block;
  font-size: 1.875rem;
  font-weight: 400;
  color: #090f33;
}
.spw-int-wrap .int-inner-wrap .history-ls .tt p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #555;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .history-ls .hist-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .history-ls .hist-con {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap {
  margin-left: 495px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap {
    margin-left: 0;
    padding-left: 2.5rem;
  }
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap > li {
  position: relative;
  display: block;
  padding-bottom: 2.5rem;
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap > li:after {
  position: absolute;
  top: 0.5rem;
  left: -2.375rem;
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background-color: #3941a3;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap > li:after {
    left: -1.625rem;
  }
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap > li:last-child:after {
  display: none;
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .year {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0.625rem;
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .year:after {
  z-index: 1;
  position: absolute;
  top: 0.1875rem;
  left: -2.8125rem;
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #3941a3;
  border: 0.3125rem solid #fff;
  border-radius: 50%;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .year:after {
    top: 0.4rem;
    left: -2rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .year:after {
    left: -2.1rem;
  }
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .year strong {
  font-family: "Montserrat";
  font-size: 1.5rem;
  font-weight: 600;
  color: #3941a3;
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .year .yr-pic {
  position: absolute;
  top: 26px;
  left: -228px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .year .yr-pic {
    position: static;
    margin: 0.625rem 0;
  }
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .year .yr-pic:after {
  position: absolute;
  top: -14px;
  right: -24px;
  content: "";
  display: block;
  width: 24px;
  height: 36px;
  background: url("../images/sub/yr-pic-arrow.png") 0 0 no-repeat;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .year .yr-pic:after {
    display: none;
  }
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .year .yr-pic.pic-2019-cock:after {
  background: url("../images/sub/yr-pic-arrow-2019.png") 0 0 no-repeat;
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .year .yr-pic.pic-2005-cock:after {
  background: url("../images/sub/yr-pic-arrow-2005.png") 0 0 no-repeat;
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .year .yr-pic.pic-1993-cock:after {
  background: url("../images/sub/yr-pic-arrow-1993.png") 0 0 no-repeat;
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .year .yr-pic.pic-1982-cock:after {
  background: url("../images/sub/yr-pic-arrow-1982.png") 0 0 no-repeat;
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .year .yr-pic.pic-1979-cock:after {
  background: url("../images/sub/yr-pic-arrow-1979.png") 0 0 no-repeat;
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .year .yr-pic.pic4-cock:after {
  background: url("../images/sub/yr-pic-arrow-4.png") 0 0 no-repeat;
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .year .yr-pic.pic6-cock:after {
  background: url("../images/sub/yr-pic-arrow-6.png") 0 0 no-repeat;
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .year .yr-pic.pic7-cock:after {
  background: url("../images/sub/yr-pic-arrow-7.png") 0 0 no-repeat;
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .year .yr-pic.pic8-cock:after {
  background: url("../images/sub/yr-pic-arrow-8.png") 0 0 no-repeat;
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .year .yr-pic.pic9-cock:after {
  background: url("../images/sub/yr-pic-arrow-9.png") 0 0 no-repeat;
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .year .yr-pic.pic10-cock:after {
  background: url("../images/sub/yr-pic-arrow-10.png") 0 0 no-repeat;
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .year .yr-pic.pic2010-1-cock:after {
  background: url("../images/sub/yr-pic-arrow-2010-1.png") 0 0 no-repeat;
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .year .yr-pic.pic2010-2-cock:after {
  background: url("../images/sub/yr-pic-arrow-2010-2.png") 0 0 no-repeat;
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .year .yr-pic.pic2010-3-cock:after {
  background: url("../images/sub/yr-pic-arrow-2010-3.png") 0 0 no-repeat;
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .year .yr-pic.pic2010-4-cock:after {
  background: url("../images/sub/yr-pic-arrow-2010-4.png") 0 0 no-repeat;
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .year .yr-pic.pic2010-5-cock:after {
  background: url("../images/sub/yr-pic-arrow-2010-5.png") 0 0 no-repeat;
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .year .yr-pic.pic2010-6-cock:after {
  background: url("../images/sub/yr-pic-arrow-2010-6.png") 0 0 no-repeat;
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .year .yr-pic.pic2010-7-cock:after {
  background: url("../images/sub/yr-pic-arrow-2010-7.png") 0 0 no-repeat;
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .hs-month > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.1875rem;
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .hs-month > li:last-child {
  margin-bottom: 0;
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .hs-month > li em {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1rem;
  font-weight: 700;
  color: #080e32;
  width: 5.125rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .hs-month > li em {
    width: 3.75rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .hs-month > li em {
    width: 5.125rem;
  }
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .hs-month > li ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .hs-month > li ul li {
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #555;
  line-height: 2;
  padding-left: 0.5rem;
  margin-bottom: 0.625rem;
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .hs-month > li ul li:last-child {
  margin-bottom: 0;
}
.spw-int-wrap .int-inner-wrap .history-ls .hist-con .hs-wrap .box .hs-month > li ul li:after {
  position: absolute;
  top: 0.9375rem;
  left: 0;
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background-color: #555;
}
.spw-int-wrap .int-inner-wrap .int-vision-box .vs-ls > li {
  position: relative;
  display: block;
  text-align: center;
  border-bottom: 1px dashed #bdc0ea;
  padding: 4.6875rem 0;
}
.spw-int-wrap .int-inner-wrap .int-vision-box .vs-ls > li:after {
  position: absolute;
  bottom: -1.75rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 3.3125rem;
  height: 3.3125rem;
  background: url("../images/sub/vs-ls-pt-mark.png") 0 0 no-repeat;
  background-size: contain;
}
.spw-int-wrap .int-inner-wrap .int-vision-box .vs-ls > li:first-child {
  padding-top: 0;
}
.spw-int-wrap .int-inner-wrap .int-vision-box .vs-ls > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.spw-int-wrap .int-inner-wrap .int-vision-box .vs-ls > li:last-child:after {
  display: none;
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .bg-line {
  position: relative;
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .bg-line:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #e6e6e6;
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .bg-line.row:after {
  top: -60px;
  left: 50%;
  width: 100px;
  height: 12px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .bg-line.col:after {
  top: 1px;
  left: 50%;
  width: 12px;
  height: 72px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .bg-line.thin:after {
  background-color: #d3d3d3;
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .bg-line.thin.row:after {
  height: 1px;
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .bg-line.thin.col:after {
  width: 1px;
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .arrow {
  position: relative;
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .arrow:before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 47px;
  height: 47px;
  background: url("../images/sub/visi-arrow-mark-icon.png") 0 0 no-repeat;
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .title strong {
  position: relative;
  z-index: 1;
  font-family: "rixrak-sans-pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #113080;
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .title.radius {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .title.radius.blue.bg-line:after {
  top: 110px;
  height: 100px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .title.radius.blue.bg-line:after {
    display: none;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .title.radius.blue strong {
  background-color: #525fff;
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .title.radius.red.bg-line:after {
  top: 110px;
  height: 100px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .title.radius.red.bg-line:after {
    display: none;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .title.radius.red strong {
  background-color: #ef4021;
  border-color: #f6a89b;
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .title.radius strong {
  border-radius: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  height: 5.8125rem;
  padding: 0 3.125rem;
  border: 0.625rem solid #939bff;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .title.radius strong {
    padding: 0 2.025rem;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .title.circle.bg-line.col:after {
  top: 162px;
  height: 150px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .title.circle.bg-line.col:after {
    display: none;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .title.circle strong {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.625rem;
  color: #fff;
  width: 184px;
  height: 184px;
  background: url("../images/sub/visi-circle-tt-mark.png") 0 0 no-repeat;
  background-size: contain;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .title.circle strong {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .title.circle strong {
    width: 170px;
    height: 170px;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .round-txt {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .round-txt 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-family: "rixrak-sans-pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1px;
  width: 883px;
  height: 5.8125rem;
  border-radius: 100px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .round-txt p {
    width: auto;
    height: auto;
    padding: 1.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .round-txt p {
    max-width: 883px;
    width: 100%;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .round-txt.blue p {
  background-color: #ef4121;
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .round-txt.red p {
  background-color: #113080;
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con {
  margin-top: 5.8125rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con {
    margin-top: 1.875rem;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con ul {
  margin: 0 -2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -0.625rem -0.3rem;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con ul.bg-line:after {
  width: 660px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con ul.bg-line:after {
    display: none;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con ul > li {
  padding: 0 2.75rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con ul > li {
    padding: 0.625rem 0.3rem;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con ul > li.arrow:before {
  top: -30px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con ul > li.arrow:before {
    display: none;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con ul > li.bg-line:after {
  top: -54px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con ul > li.bg-line:after {
    display: none;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con .cir-box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border: 15px solid #525fff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 95, 255, 0.3);
          box-shadow: 0px 0px 13px 0px rgba(82, 95, 255, 0.3);
  border-radius: 50%;
  width: 206px;
  height: 206px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con .cir-box {
    width: 110px;
    height: 110px;
    border-width: 0.625rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con .cir-box {
    width: 150px;
    height: 150px;
    border-width: 13px;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con .cir-box .icon {
  display: inline-block;
  width: 4.5rem;
  height: 4.5rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin-bottom: 0.3125rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con .cir-box .icon {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con .cir-box .icon.con-1 {
  background-image: url("../images/sub/visi-cir-dia-icon-1.png");
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con .cir-box .icon.con-2 {
  background-image: url("../images/sub/visi-cir-dia-icon-2.png");
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con .cir-box .icon.con-3 {
  background-image: url("../images/sub/visi-cir-dia-icon-3.png");
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con .cir-box p {
  font-size: 1.25rem;
  font-weight: 700;
  color: #113080;
  line-height: 1.3;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con .cir-box p {
    font-size: 0.9375rem;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con.red {
  margin-top: 111px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con.red {
    margin-top: 1.875rem;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con.red ul {
  margin: 0 -0.4063rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con.red ul {
    margin: -0.625rem -0.3rem;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con.red ul.bg-line:after {
  top: -74px;
  width: 864px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con.red ul.bg-line:after {
    display: none;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con.red ul > li {
  padding: 0 0.4063rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con.red ul > li {
    padding: 0.625rem 0.3rem;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con.red ul > li.arrow:before {
  top: -30px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con.red ul > li.arrow:before {
    display: none;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con.red ul > li.bg-line:after {
  top: -73px;
  height: 88px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con.red ul > li.bg-line:after {
    display: none;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con.red .cir-box {
  width: 170px;
  height: 170px;
  border-color: #ef4021;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(239, 64, 33, 0.3);
          box-shadow: 0px 0px 13px 0px rgba(239, 64, 33, 0.3);
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con.red .cir-box {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con.red .cir-box {
    width: 150px;
    height: 150px;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .cir-dia-con.red .cir-box p {
  color: #ef4121;
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .visi-boxing-dia {
  margin-top: 106px;
  letter-spacing: -1px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .visi-boxing-dia {
    margin-top: 1.875rem;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .visi-boxing-dia .bx-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .visi-boxing-dia .bx-ls {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: -0.625rem -0.3125rem;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .visi-boxing-dia .bx-ls.bg-line.row:after {
  top: -66px;
  width: 910px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .visi-boxing-dia .bx-ls.bg-line.row:after {
    display: none;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .visi-boxing-dia .bx-ls > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 5px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .visi-boxing-dia .bx-ls > li {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    padding: 0.625rem 0.3125rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .visi-boxing-dia .bx-ls > li {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .visi-boxing-dia .bx-ls > li.arrow:before {
  top: -22px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .visi-boxing-dia .bx-ls > li.arrow:before {
    top: -1.0625rem;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .visi-boxing-dia .bx-ls > li.bg-line.col:after {
  top: -66px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .visi-boxing-dia .bx-ls > li.bg-line.col:after {
    display: none;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .visi-boxing-dia .box {
  z-index: 1;
  position: relative;
  text-align: center;
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .visi-boxing-dia .box .tt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 123px;
  background-color: #3941a3;
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .visi-boxing-dia .box .tt strong {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.777;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .visi-boxing-dia .box .tt strong {
    padding: 0 0.625rem;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .visi-boxing-dia .box .tt strong br {
    display: none;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .visi-boxing-dia .box .ls > li {
  display: block;
  margin-top: 0.625rem;
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .visi-boxing-dia .box .ls > li .wt-box {
  border: 1px solid #dee2e6;
  background-color: #fff;
  height: 186px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.875rem 0.3125rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-int-wrap .int-inner-wrap .int-vision-box .box .visi-boxing-dia .box .ls > li .wt-box {
    height: auto;
    padding: 0.9375rem 0.3125rem;
  }
}
.spw-int-wrap .int-inner-wrap .int-vision-box .box .visi-boxing-dia .box .ls > li .wt-box p {
  font-size: 1rem;
  font-weight: 400;
  color: #555;
  line-height: 2;
}

/* Activities of KOITA */
.spw-aok-wrap .aok-inner-wrap .aa-average-box {
  border: 1px solid #dee2e6;
  padding: 2.3125rem 2.6875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-aok-wrap .aok-inner-wrap .aa-average-box {
    padding: 20px;
  }
}
.spw-aok-wrap .aok-inner-wrap .aa-average-box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-aok-wrap .aok-inner-wrap .aa-average-box .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-aok-wrap .aok-inner-wrap .aa-average-box .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.spw-aok-wrap .aok-inner-wrap .aa-average-box .inner .t-box {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 15rem;
  height: 8.4375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffece5;
  margin-right: 2.5rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-aok-wrap .aok-inner-wrap .aa-average-box .inner .t-box {
    margin-bottom: 1.25rem;
    width: 100%;
    height: auto;
    padding: 0.625rem 0;
    margin-right: 0;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-aok-wrap .aok-inner-wrap .aa-average-box .inner .t-box {
    margin-bottom: 0;
    width: 15rem;
    height: 8.4375rem;
    padding: 0;
    margin-right: 1.25rem;
  }
}
.spw-aok-wrap .aok-inner-wrap .aa-average-box .inner .t-box strong {
  text-align: center;
  color: #ef4121;
  font-family: "rixrak-sans-pro", sans-serif;
}
.spw-aok-wrap .aok-inner-wrap .aa-average-box .inner .t-box strong span {
  display: block;
}
.spw-aok-wrap .aok-inner-wrap .aa-average-box .inner .t-box strong .t {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
}
.spw-aok-wrap .aok-inner-wrap .aa-average-box .inner .t-box strong .per {
  font-size: 1.875rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spw-aok-wrap .aok-inner-wrap .aa-average-box .inner .t-box strong .per .up {
  display: inline-block;
  width: 0.75rem;
  height: 1.75rem;
  background: url("../images/sub/aa-average-up-mark.png") 0 0 no-repeat;
  background-size: contain;
  margin-left: 0.5rem;
}
.spw-aok-wrap .aok-inner-wrap .aa-average-box .inner .g-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 8.4375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-aok-wrap .aok-inner-wrap .aa-average-box .inner .g-box {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: 6.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-aok-wrap .aok-inner-wrap .aa-average-box .inner .g-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 8.4375rem;
  }
}
.spw-aok-wrap .aok-inner-wrap .aa-average-box .inner .g-box .graph-zone {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.spw-aok-wrap .aok-inner-wrap .aa-average-box .inner .g-box .graph-zone .stick {
  position: relative;
  width: 50%;
  height: 1.1875rem;
  border-radius: 0 0.5938rem 0.5938rem 0;
}
.spw-aok-wrap .aok-inner-wrap .aa-average-box .inner .g-box .graph-zone .stick:first-child {
  background-color: #939bff;
  margin-bottom: 1.375rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-aok-wrap .aok-inner-wrap .aa-average-box .inner .g-box .graph-zone .stick:first-child {
    margin-bottom: 1.875rem;
    margin-top: 1.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-aok-wrap .aok-inner-wrap .aa-average-box .inner .g-box .graph-zone .stick:first-child {
    margin-bottom: 2.5rem;
    margin-top: 1.25rem;
  }
}
.spw-aok-wrap .aok-inner-wrap .aa-average-box .inner .g-box .graph-zone .stick:last-child {
  background-color: #d7ddff;
}
.spw-aok-wrap .aok-inner-wrap .aa-average-box .inner .g-box .graph-zone .stick span {
  position: absolute;
  top: 0;
  left: calc(100% + 0.5rem);
  font-size: 0.875rem;
  font-weight: 400;
  color: #3941a3;
  white-space: nowrap;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-aok-wrap .aok-inner-wrap .aa-average-box .inner .g-box .graph-zone .stick span {
    left: 0.3125rem;
    top: -1.25rem;
  }
}
.spw-aok-wrap .aok-inner-wrap .aa-average-box .inner .g-box .graph-zone .stick span strong {
  font-weight: 700;
}
.spw-aok-wrap .aok-inner-wrap .dao-tc-world {
  text-align: center;
  margin-top: 1.875rem;
  padding: 4.3125rem 4.25rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-aok-wrap .aok-inner-wrap .dao-tc-world {
    padding: 1.25rem 0.9375rem;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-aok-wrap .aok-inner-wrap .dao-tc-world {
    padding: 1.25rem;
  }
}
.spw-aok-wrap .aok-inner-wrap .raip-manual-ls {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4.375rem 2.5rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-aok-wrap .aok-inner-wrap .raip-manual-ls {
    padding: 1.875rem 1.5rem;
  }
}
.spw-aok-wrap .aok-inner-wrap .raip-manual-ls > ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -0.625rem;
  width: 852px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-aok-wrap .aok-inner-wrap .raip-manual-ls > ul {
    width: auto;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .spw-aok-wrap .aok-inner-wrap .raip-manual-ls > ul {
    width: 852px;
  }
}
.spw-aok-wrap .aok-inner-wrap .raip-manual-ls > ul > li {
  padding: 0.625rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-aok-wrap .aok-inner-wrap .raip-manual-ls > ul > li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-aok-wrap .aok-inner-wrap .raip-manual-ls > ul > li {
    width: auto;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-aok-wrap .aok-inner-wrap .raip-manual-ls .box img {
    width: 100%;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-aok-wrap .aok-inner-wrap .raip-manual-ls .box img {
    width: auto;
  }
}

/* R&D */
/* Organization Chart */
.spw-och-wrap .och-inner-wrap .org-chart-dia {
  padding: 4.375rem 1.875rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-och-wrap .och-inner-wrap .org-chart-dia {
    padding: 1.875rem 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 1125px;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-och-wrap .och-inner-wrap .org-chart-dia {
    height: auto;
  }
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-och-wrap .och-inner-wrap .org-chart-dia .inner {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin-top: -137px;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-och-wrap .och-inner-wrap .org-chart-dia .inner {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 0;
  }
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .bg-line:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #e6e6e6;
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .bg-line.row:after {
  top: 50%;
  left: 1px;
  width: 100px;
  height: 12px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .bg-line.col:after {
  top: 1px;
  left: 50%;
  width: 12px;
  height: 72px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .bg-line.thin:after {
  background-color: #d3d3d3;
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .bg-line.thin.row:after {
  height: 1px;
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .bg-line.thin.col:after {
  width: 1px;
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .org-title {
  position: relative;
  margin-bottom: 42px;
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .org-title.bg-line:after {
  top: 143px;
  height: 230px;
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .org-title strong {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 156px;
  height: 156px;
  background: url("../images/sub/org-chart-president-bg.png") 0 0 no-repeat;
  background-size: contain;
  font-family: "rixrak-sans-pro", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-och-wrap .och-inner-wrap .org-chart-dia .org-title strong {
    font-size: 15px;
  }
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .c-box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #dee2e6;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-och-wrap .och-inner-wrap .org-chart-dia .c-box {
    font-size: 13px;
  }
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .c-box strong {
  font-weight: 700;
  letter-spacing: -1px;
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .c-box.lightblue {
  color: #525fff;
  border-color: #525fff;
  width: 282px;
  height: 40px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-och-wrap .och-inner-wrap .org-chart-dia .c-box.lightblue {
    width: 183px;
  }
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .c-box.darkblue {
  color: #3941a3;
  border-color: #3941a3;
  width: 282px;
  height: 40px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-och-wrap .och-inner-wrap .org-chart-dia .c-box.darkblue {
    width: 183px;
  }
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .c-box.bb {
  color: #fff;
  background-color: #3941a3;
  border: 0;
  width: 158px;
  height: 120px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-och-wrap .och-inner-wrap .org-chart-dia .c-box.bb {
    width: 130px;
    height: 90px;
  }
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .c-box.wb {
  color: #555;
  width: 158px;
  min-height: 62px;
  padding: 10px 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-och-wrap .och-inner-wrap .org-chart-dia .c-box.wb {
    width: 130px;
  }
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .c-box.wb strong {
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-och-wrap .och-inner-wrap .org-chart-dia .c-box.wb strong {
    font-size: 13px;
  }
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .c-box.wb.h-big {
  height: 85px;
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt > li:nth-child(1) {
  margin-bottom: 28px;
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt > li:nth-child(2) {
  position: relative;
  margin-bottom: 45px;
  margin-left: -727px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt > li:nth-child(2) {
    margin-left: -218px;
  }
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt > li:nth-child(2).bg-line:after {
  left: 277px;
  width: 230px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt > li:nth-child(2).bg-line:after {
    left: 165px;
    width: 35px;
  }
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt > li:nth-child(3) {
  position: relative;
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt > li:nth-child(3).bg-line:after {
  top: 14px;
  left: 370px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 230px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt > li:nth-child(3).bg-line:after {
    width: 20px;
    left: 123px;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt > li:nth-child(3).bg-line:after {
    width: 20px;
    left: 175px;
  }
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt > li:nth-child(3) .c-box.lightblue {
  margin-bottom: 62px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt > li:nth-child(3) .c-box.lightblue {
    margin-bottom: 20px;
  }
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt .prt-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -2.5px;
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt .prt-two > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.5px;
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt .prt-two > li:nth-child(1) {
  position: relative;
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt .prt-two > li:nth-child(2) {
  position: relative;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt .prt-two > li.alone {
    width: 130px;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt .prt-two > li.alone {
    width: 183px;
  }
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt .prt-two > li.alone .prt-three {
  margin-top: 102px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt .prt-two > li.alone .prt-three {
    margin-top: 60px;
  }
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt .prt-two > li.alone .prt-three.bg-line:after {
  top: -130px;
  left: -402px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 485px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt .prt-two > li.alone .prt-three.bg-line:after {
    display: block;
    width: 130px;
    top: -90px;
    left: -62px;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt .prt-two > li.alone .prt-three.bg-line:after {
    width: 183px;
    left: -88px;
  }
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt .prt-two > li.alone .prt-three > li.bg-line:after {
  top: -130px;
  height: 140px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt .prt-two > li.alone .prt-three > li.bg-line:after {
    top: -90px;
    height: 100px;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt .prt-two > li .c-box {
    width: 130px;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt .prt-two > li .c-box {
    width: 183px;
  }
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt .prt-three {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2.5px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt .prt-three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt .prt-three.bg-line:after {
  top: -31px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 328px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt .prt-three.bg-line:after {
    display: none;
  }
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt .prt-three > li {
  position: relative;
  padding: 0 2.5px;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt .prt-three > li {
    margin-top: 15px;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt .prt-three > li:first-child {
    margin-top: 0;
  }
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt .prt-three > li.bg-line:after {
  top: -31px;
  height: 40px;
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt .prt-four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.spw-och-wrap .och-inner-wrap .org-chart-dia .org-prt .prt-four > li {
  margin-top: 5px;
}

/* Benefits for KOITA Members */
.spw-bfk-wrap .bfk-inner-wrap .bfk-ls-st .llc-cont-box.basic > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.4375rem;
}
.spw-bfk-wrap .bfk-inner-wrap .bfk-ls-st .llc-cont-box.basic > ul .side-icon {
  width: 33.3333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.4375rem;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-bfk-wrap .bfk-inner-wrap .bfk-ls-st .llc-cont-box.basic > ul .side-icon {
    width: 50%;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-bfk-wrap .bfk-inner-wrap .bfk-ls-st .llc-cont-box.basic > ul .side-icon {
    width: 33.3333%;
  }
}
.spw-bfk-wrap .bfk-inner-wrap .bfk-ls-st .llc-cont-box.basic .bg-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 107px;
  height: 100%;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-bfk-wrap .bfk-inner-wrap .bfk-ls-st .llc-cont-box.basic .bg-box {
    padding: 0.9375rem;
  }
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-bfk-wrap .bfk-inner-wrap .bfk-ls-st .llc-cont-box.basic .bg-box .con-txt .boxing-title {
    padding-right: 1.75rem;
  }
}
.spw-bfk-wrap .bfk-inner-wrap .bfk-ls-st .llc-cont-box.basic .bg-box .icon-bg {
  top: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  bottom: 2.1875rem;
  right: 2.5rem;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-bfk-wrap .bfk-inner-wrap .bfk-ls-st .llc-cont-box.basic .bg-box .icon-bg {
    bottom: auto;
    top: 0.9375rem;
    right: 0.625rem;
    width: 1.875rem;
    height: 1.6875rem;
  }
}
.spw-bfk-wrap .bfk-inner-wrap .bfk-ls-st.per100 .llc-cont-box > ul .side-icon {
  width: 100%;
}
.spw-bfk-wrap .bfk-inner-wrap .bfk-ls-st.per20 .llc-cont-box > ul .side-icon {
  width: 50%;
}
@media (min-width: 0px) and (max-width: 1399px) {
  .spw-bfk-wrap .bfk-inner-wrap .bfk-ls-st.per20 .llc-cont-box > ul .side-icon {
    width: 100%;
  }
}
@media (min-width: 680px) and (max-width: 1399px) {
  .spw-bfk-wrap .bfk-inner-wrap .bfk-ls-st.per20 .llc-cont-box > ul .side-icon {
    width: 50%;
  }
}