#wrap {
  overflow-x: hidden;
}

:root {
  --main-color: #163f8c;
}

.inner1720 {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  position: relative;
}

.inner1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

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

.flexBox.bet {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexBox.align-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexBox.just-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tit_s1 h2 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
  margin-bottom: 12px;
}

.tit_s1 h3 {
  font-size: 2.5rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 6px;
}

.tit_s1 p {
  font-size: 1.8rem;
  line-height: 1.3888;
}

.tit_s1.center {
  text-align: center;
}

.tit_s1.white h2 {
  color: #fff;
}

.tit_s2 {
  text-align: center;
  color: #333;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 78px;
}

.more_s1 a {
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 210px;
  height: 55px;
  color: #fff;
  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;
  font-size: 1.4rem;
  margin: 0 auto;
  gap: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.more_s1 a:hover {
  background: var(--main-color);
}

.more_s2 {
  color: #fff;
  width: 90px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  height: 35px;
}

.gridBox {
  display: -ms-grid;
  display: grid;
}

#wrap {
  font-size: 1.6rem;
}

header {
  overflow: hidden;
  height: 100px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
}

header::after {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid #efefef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0;
  top: 100px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header.on, header.hover {
  background: #fff;
}

header.on .mainLogo .cls-11, header.hover .mainLogo .cls-11 {
  fill: #929a9f;
}

header.on .mainLogo .cls-10,
header.on .mainLogo .cls-6, header.hover .mainLogo .cls-10,
header.hover .mainLogo .cls-6 {
  fill: #231916;
}

header.on nav .depth1 > li > a, header.hover nav .depth1 > li > a {
  color: #222;
}

header.on .util .sns i, header.hover .util .sns i {
  color: #999;
}

header.on .util .lang a, header.hover .util .lang a {
  background: var(--main-color);
}

header.on {
  height: 180px;
}

header.on::after {
  opacity: 1;
}

header > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .mainLogo {
  margin-right: 26px;
}

header .mainLogo .cls-11,
header .mainLogo .cls-10,
header .mainLogo .cls-6 {
  fill: #fff;
}

header .mainLogo svg,
header .mainLogo img {
  height: 44px;
}

header .subLogo img {
  width: 38px !important;
}

header nav .depth1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header nav .depth1 > li > a {
  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: 100px;
  padding-right: 48px;
  font-size: 1.5rem;
  color: #fff;
}

header nav .depth1 > li > a.on {
  color: var(--main-color);
}

header nav .depth2 {
  position: absolute;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header nav .depth2 li:not(:last-child) {
  margin-right: 35px;
}

header nav .depth2 a {
  font-size: 1.4rem;
}

header nav .depth2 a:hover {
  color: var(--main-color);
}

header nav .depth2.on {
  opacity: 1;
  z-index: 10;
}

header .util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .util .sns {
  margin-right: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}

header .util .sns i {
  color: #fff;
  font-size: 18px;
}

header .util .lang a {
  width: 40px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 11px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  text-align: center;
}

/* footer */
footer {
  background: #222222;
  font-size: 13px;
}

footer a,
footer * {
  color: #fff;
  font-weight: 300;
}

footer #ftTop {
  padding: 76px 0 46px;
}

footer #ftTop > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer #ftTop svg,
footer #ftTop img {
  height: 44px;
}

footer #ftTop .cls-11,
footer #ftTop .cls-10,
footer #ftTop .cls-6 {
  fill: #fff;
}

footer #ftTop .info ul {
  margin-top: 38px;
}

footer #ftTop .info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 22px;
}

footer #ftTop .info ul li:not(:last-of-type) {
  margin-bottom: 16px;
}

footer #ftTop .info ul li i {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  font-size: 1.5rem;
}

footer #ftTop .info ul li p {
  opacity: 0.4;
  font-weight: 300;
}

footer #ftTop .ftMenu {
  padding-top: 26px;
}

footer #ftTop .ftMenu * {
  font-weight: 300;
}

footer #ftTop .ftMenu a {
  color: #fff;
}

footer #ftTop .ftMenu .depth1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
}

footer #ftTop .ftMenu .depth1 a {
  opacity: 0.4;
}

footer #ftTop .ftMenu .depth2 {
  margin-top: 10px;
}

footer #ftTop .ftMenu .depth2 li:not(:last-child) {
  margin-bottom: 4px;
}

footer #ftTop .ftMenu .depth2 a {
  font-size: 12px;
  opacity: 0.2;
}

footer #ftBot {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 34px 0;
}

footer #ftBot > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer #ftBot .copy {
  opacity: 0.4;
}

footer #ftBot .policy a {
  color: #fff;
  opacity: 0.5;
}
