.c1 {
  color: #35ADE3 !important;
}

.c2 {
  color: #166EE2 !important;
}

.c3 {
  color: #333;
}

.c6 {
  color: #666;
}

.cf {
  color: #fff;
}

.c9 {
  color: #999;
}

.c0 {
  color: #000;
}

.ff_pre{font-family: "Pretendard";}

html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, form, fieldset, p, button, pre {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #333;
  font-family: "score";
  line-height: 150%;
  font-weight: 300;
}

td, th {
  padding: 0;
  font-family: "score";
  font-size: 14px;
  color: #333;
  font-weight: 300;
}

a, span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

body {
  height: 100%;
  position: relative;
  overflow-y: scroll;
  word-break: keep-all;
  *word-break: keep-all;
  -ms-word-break: keep-all;
}

img, fieldset, iframe {
  border: 0 none;
}

li {
  list-style: none;
}

input, select, button, textarea {
  padding: 0;
  border: 1px solid #ddd;
  font-family: "score";
  font-size: 14px;
  font-weight: 300;
}

input {
  padding: 0 10px;
}

input[type=text], input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
}

input[type=file] {
  padding: 0;
  -webkit-border-radius: 0;
}

input[type=file]::-webkit-file-upload-button {
  vertical-align: middle;
  height: 100%;
}

select::-ms-expand {
  display: none;
}

select {
  padding: 0 25px 0 20px;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  background-color: #fff;
  background-image: url(/src/img/init/sel_init_ico.png);
  -webkit-background-size: 10px 6px;
  background-size: 10px 6px;
}

select option {
  background: #fff;
  color: #333;
}

textarea {
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}

em, address {
  font-style: normal;
}

label, button {
  cursor: pointer;
}

button {
  background: none;
  border: none;
  vertical-align: top;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

legend {
  *width: 0;
}

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

pre {
  white-space: pre-line;
  font-family: "score";
}

sup {
  font-size: 0.5%;
}

figure {
  margin: 0;
}

/* position */
.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

/* display */
.dn {
  display: none;
}

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.dt {
  display: table;
}

.dtr {
  display: table-row;
}

.dtc {
  display: table-cell;
}

.dt {
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

.dtr {
  width: 100%;
}

.dtc {
  vertical-align: middle;
}

/* float */
.fl {
  float: left;
}

.fr {
  float: right;
}

.flul > li {
  float: left;
}

.flul:after {
  content: "";
  display: block;
  clear: both;
}

.cb:after {
  content: "";
  display: block;
  clear: both;
}

/* space */
.pt0 {
  padding-top: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.mt150 {
  margin-top: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.pl150 {
  padding-left: 150px;
}

.pr150 {
  padding-right: 150px;
}

.ml150 {
  margin-left: 150px;
}

.mr150 {
  margin-right: 150px;
}

/* web accessibility */
.blind {
  display: inline-block !important;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.skip_nav li a {
  position: absolute;
  left: -3000%;
}
.skip_nav li a:focus {
  display: block;
  left: 0;
  top: 0;
  z-index: 2000;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #039;
  color: #fff;
  text-align: center;
}

.ti {
  text-indent: -999em;
}

.inp_ti {
  overflow: hidden;
  height: 0;
  text-indent: -9999px;
  font-size: 0;
}

.imgz {
  width: 100%;
}

.cup {
  cursor: pointer;
}

.vam {
  vertical-align: middle;
}

/* text */
.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

/* List layout */
.res_lst.lng1.s10 > li {
  width: calc(100% / 1 - 10px);
  margin-left: 10px;
}

.res_lst.s10 {
  margin-left: -10px;
}

.res_lst.lng1.s20 > li {
  width: calc(100% / 1 - 20px);
  margin-left: 20px;
}

.res_lst.s20 {
  margin-left: -20px;
}

.res_lst.lng1.s30 > li {
  width: calc(100% / 1 - 30px);
  margin-left: 30px;
}

.res_lst.s30 {
  margin-left: -30px;
}

.res_lst.lng1.s40 > li {
  width: calc(100% / 1 - 40px);
  margin-left: 40px;
}

.res_lst.s40 {
  margin-left: -40px;
}

.res_lst.lng1.s50 > li {
  width: calc(100% / 1 - 50px);
  margin-left: 50px;
}

.res_lst.s50 {
  margin-left: -50px;
}

.res_lst.lng1.s60 > li {
  width: calc(100% / 1 - 60px);
  margin-left: 60px;
}

.res_lst.s60 {
  margin-left: -60px;
}

.res_lst.lng2.s10 > li {
  width: calc(100% / 2 - 10px);
  margin-left: 10px;
}

.res_lst.s10 {
  margin-left: -10px;
}

.res_lst.lng2.s20 > li {
  width: calc(100% / 2 - 20px);
  margin-left: 20px;
}

.res_lst.s20 {
  margin-left: -20px;
}

.res_lst.lng2.s30 > li {
  width: calc(100% / 2 - 30px);
  margin-left: 30px;
}

.res_lst.s30 {
  margin-left: -30px;
}

.res_lst.lng2.s40 > li {
  width: calc(100% / 2 - 40px);
  margin-left: 40px;
}

.res_lst.s40 {
  margin-left: -40px;
}

.res_lst.lng2.s50 > li {
  width: calc(100% / 2 - 50px);
  margin-left: 50px;
}

.res_lst.s50 {
  margin-left: -50px;
}

.res_lst.lng2.s60 > li {
  width: calc(100% / 2 - 60px);
  margin-left: 60px;
}

.res_lst.s60 {
  margin-left: -60px;
}

.res_lst.lng3.s10 > li {
  width: calc(100% / 3 - 10px);
  margin-left: 10px;
}

.res_lst.s10 {
  margin-left: -10px;
}

.res_lst.lng3.s20 > li {
  width: calc(100% / 3 - 20px);
  margin-left: 20px;
}

.res_lst.s20 {
  margin-left: -20px;
}

.res_lst.lng3.s30 > li {
  width: calc(100% / 3 - 30px);
  margin-left: 30px;
}

.res_lst.s30 {
  margin-left: -30px;
}

.res_lst.lng3.s40 > li {
  width: calc(100% / 3 - 40px);
  margin-left: 40px;
}

.res_lst.s40 {
  margin-left: -40px;
}

.res_lst.lng3.s50 > li {
  width: calc(100% / 3 - 50px);
  margin-left: 50px;
}

.res_lst.s50 {
  margin-left: -50px;
}

.res_lst.lng3.s60 > li {
  width: calc(100% / 3 - 60px);
  margin-left: 60px;
}

.res_lst.s60 {
  margin-left: -60px;
}

.res_lst.lng4.s10 > li {
  width: calc(100% / 4 - 10px);
  margin-left: 10px;
}

.res_lst.s10 {
  margin-left: -10px;
}

.res_lst.lng4.s20 > li {
  width: calc(100% / 4 - 20px);
  margin-left: 20px;
}

.res_lst.s20 {
  margin-left: -20px;
}

.res_lst.lng4.s30 > li {
  width: calc(100% / 4 - 30px);
  margin-left: 30px;
}

.res_lst.s30 {
  margin-left: -30px;
}

.res_lst.lng4.s40 > li {
  width: calc(100% / 4 - 40px);
  margin-left: 40px;
}

.res_lst.s40 {
  margin-left: -40px;
}

.res_lst.lng4.s50 > li {
  width: calc(100% / 4 - 50px);
  margin-left: 50px;
}

.res_lst.s50 {
  margin-left: -50px;
}

.res_lst.lng4.s60 > li {
  width: calc(100% / 4 - 60px);
  margin-left: 60px;
}

.res_lst.s60 {
  margin-left: -60px;
}

.res_lst.lng5.s10 > li {
  width: calc(100% / 5 - 10px);
  margin-left: 10px;
}

.res_lst.s10 {
  margin-left: -10px;
}

.res_lst.lng5.s20 > li {
  width: calc(100% / 5 - 20px);
  margin-left: 20px;
}

.res_lst.s20 {
  margin-left: -20px;
}

.res_lst.lng5.s30 > li {
  width: calc(100% / 5 - 30px);
  margin-left: 30px;
}

.res_lst.s30 {
  margin-left: -30px;
}

.res_lst.lng5.s40 > li {
  width: calc(100% / 5 - 40px);
  margin-left: 40px;
}

.res_lst.s40 {
  margin-left: -40px;
}

.res_lst.lng5.s50 > li {
  width: calc(100% / 5 - 50px);
  margin-left: 50px;
}

.res_lst.s50 {
  margin-left: -50px;
}

.res_lst.lng5.s60 > li {
  width: calc(100% / 5 - 60px);
  margin-left: 60px;
}

.res_lst.s60 {
  margin-left: -60px;
}

.res_lst.lng6.s10 > li {
  width: calc(100% / 6 - 10px);
  margin-left: 10px;
}

.res_lst.s10 {
  margin-left: -10px;
}

.res_lst.lng6.s20 > li {
  width: calc(100% / 6 - 20px);
  margin-left: 20px;
}

.res_lst.s20 {
  margin-left: -20px;
}

.res_lst.lng6.s30 > li {
  width: calc(100% / 6 - 30px);
  margin-left: 30px;
}

.res_lst.s30 {
  margin-left: -30px;
}

.res_lst.lng6.s40 > li {
  width: calc(100% / 6 - 40px);
  margin-left: 40px;
}

.res_lst.s40 {
  margin-left: -40px;
}

.res_lst.lng6.s50 > li {
  width: calc(100% / 6 - 50px);
  margin-left: 50px;
}

.res_lst.s50 {
  margin-left: -50px;
}

.res_lst.lng6.s60 > li {
  width: calc(100% / 6 - 60px);
  margin-left: 60px;
}

.res_lst.s60 {
  margin-left: -60px;
}

.res_lst {
  font-size: 0;
}
.res_lst > li {
  display: inline-block;
  vertical-align: top;
}

.tov {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tov_m {
  display: -webkit-box;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

/* -webkit-line-clamp: 2;line-height: 30px; */
.mov_frame, .frame_height {
  position: relative;
  padding-top: 56.25%;
}
.mov_frame iframe, .frame_height iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bgi {
  background-repeat: no-repeat;
}

.bgi_b:before {
  content: "";
  background-repeat: no-repeat;
}

.bgi_a:after {
  content: "";
  background-repeat: no-repeat;
}

.bx-wrapper {
  position: relative;
}

.bx-controls {
  position: absolute;
}

#gMap img, .map_api img {
  max-width: inherit;
  max-height: inherit;
}

.tn {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.ani {
  opacity: 0;
  -ms-transform: matrix(1, 0, 0, 1, 0, 50);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
  transform: matrix(1, 0, 0, 1, 0, 50);
  transition: transform 1s, opacity 1s;
  -webkit-transition: -webkit-transform 1s, opacity 1s;
}

.ani.view {
  opacity: 1;
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.ani.re_ani {
  opacity: 0;
  -ms-transform: matrix(1, 0, 0, 1, 0, -50);
  -webkit-transform: matrix(1, 0, 0, 1, 0, -50);
  transform: matrix(1, 0, 0, 1, 0, -50);
  transition: transform 1s, opacity 1s;
  -webkit-transition: -webkit-transform 1s, opacity 1s;
}

.ani.r {
  opacity: 0;
  -ms-transform: matrix(1, 0, 0, 1, 50, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 50, 0);
  transform: matrix(1, 0, 0, 1, 50, 0);
  transition: transform 1.2s, opacity 1.2s;
  -webkit-transition: -webkit-transform 1.2s, opacity 1.2s;
}

.ani.l {
  opacity: 0;
  -ms-transform: matrix(1, 0, 0, 1, -50, 0);
  -webkit-transform: matrix(1, 0, 0, 1, -50, 0);
  transform: matrix(1, 0, 0, 1, -50, 0);
  transition: transform 1.2s, opacity 1.2s;
  -webkit-transition: -webkit-transform 1.2s, opacity 1.2s;
}

.ani.slow {
  transition: transform 2s, opacity 2s;
  -webkit-transition: -webkit-transform 2s, opacity 2s;
}

.ani.appear {
  opacity: 1;
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

/*
* Splitting.js
* update : 231005
*/
.splitting {
  overflow: hidden;
}

[data-scroll=in].up .splitting .char {
  animation: slide-up-in 1s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(60ms * var(--char-index));
}

[data-scroll=out].up .splitting .char {
  transform: translateY(-3em);
  opacity: 0;
}

@keyframes slide-up-in {
  from {
    transform: translateY(1em);
    opacity: 0;
  }
}
[data-scroll=in].ls .splitting .char {
  animation: letter-in 1s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(60ms * var(--char-index));
}

[data-scroll=out].ls .splitting .char {
  transform: translateX(calc(0.2em * var(--char-index)));
}

@keyframes letter-in {
  from {
    transform: translateX(calc(0.2em * var(--char-index)));
    opacity: 0.4;
  }
}
/* map error */
.sys_map_error {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
  text-align: center;
  background-color: #f5f5f5;
}
.sys_map_error .error_txt {
  color: #666;
}

/* font-size */
.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fz32 {
  font-size: 32px;
}

.fz34 {
  font-size: 34px;
}

.fz36 {
  font-size: 36px;
}

.fz38 {
  font-size: 38px;
}

.fz40 {
  font-size: 40px;
}

.fz45 {
  font-size: 45px;
}
.fz46 {
  font-size: 46px;
}

.fz50 {
  font-size: 50px;
}

.fz60 {
  font-size: 60px;
}

.fz65 {
  font-size: 65px;
}
.fz75 {
  font-size: 75px;
}

@media screen and (max-width: 720px) {
  .fz12 {
    font-size: 12px;
  }
  .fz14 {
    font-size: 12px;
  }
  .fz16 {
    font-size: 12px;
  }
  .fz18 {
    font-size: 12px;
  }
  .fz20 {
    font-size: 14px;
  }
  .fz22 {
    font-size: 16px;
  }
  .fz24 {
    font-size: 18px;
  }
  .fz26 {
    font-size: 18px;
  }
  .fz28 {
    font-size: 20px;
  }
  .fz30 {
    font-size: 20px;
  }
  .fz32 {
    font-size: 22px;
  }
  .fz34 {
    font-size: 22px;
  }
  .fz36 {
    font-size: 24px;
  }
  .fz38 {
    font-size: 24px;
  }
  .fz40 {
    font-size: 20px;
  }
  .fz45 {
    font-size: 25px;
  }
  .fz46 {
    font-size: 26px;
  }
  .fz50 {
    font-size: 30px;
  }
  .fz60 {
    font-size: 30px;
  }
  .fz65 {
    font-size: 35px;
  }
  .fz75 {
    font-size: 45px;
  }
  div, p, th, td {
    font-size: 14px;
  }
}
/* system popup style */
.syspop {
  position: absolute;
  z-index: 1200;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
}
.syspop .l-header {
  display: none;
}
.syspop .wrap {
  position: relative;
  z-index: 100;
  max-width: 95%;
  margin: 0 auto;
  text-align: center;
}
.syspop .l-cont {
  word-break: break-all;
}
.syspop .l-footer {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  bottom: 0px;
  right: 0px;
  text-align: right;
}
.syspop .l-footer span {
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .syspop {
    top: 20px !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
    border: none;
  }
  .syspop:after {
    content: "";
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .syspop .wrap {
    position: relative;
    z-index: 100;
    max-width: 95%;
    margin: 0 auto;
    text-align: center;
  }
  .syspop .l-cont {
    height: auto !important;
  }
  .syspop .l-cont img {
    width: 100%;
  }
  .syspop .l-footer {
    position: relative;
    z-index: 10;
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
  }
}
/* page num */
.page_num {
  position: relative;
  margin-top: 30px;
  text-align: center;
  font-size: 0;
}
.page_num a {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-left: -1px;
  text-align: center;
  color: #999;
  line-height: 34px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.page_num .act {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #333;
}
.page_num .page {
  text-indent: -9999px;
}
.page_num .first {
  background: url(/src/img/init/page_first.png) 50% 50% no-repeat;
}
.page_num .last {
  background: url(/src/img/init/page_last.png) 50% 50% no-repeat;
}
.page_num .l {
  background: url(/src/img/init/page_left.png) 50% 50% no-repeat;
}
.page_num .r {
  background: url(/src/img/init/page_right.png) 50% 50% no-repeat;
}

@media screen and (max-width: 1240px) {
  .db1000 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn1000 {
    display: none !important;
  }
}
@media screen and (max-width: 1119px) {
  .db960 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn960 {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .db720 {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn720 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .db594 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn594 {
    display: none !important;
  }
}
@media screen and (max-width: 620px) {
  .db326 {
    display: block !important;
    float: none;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn326 {
    display: none !important;
  }
}
@media screen and (max-width: 356px) {
  .db90 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn90 {
    display: none;
  }
}
.de_btn.r30, .de_inp.r30 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.de_btn.r15, .de_inp.r15 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.de_btn.r8, .de_inp.r8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.de_btn.r5, .de_inp.r5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.de_btn.r3, .de_inp.r3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.de_cki.r30 i, .de_cks.r30 i {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.de_cki.r15 i, .de_cks.r15 i {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.de_cki.r8 i, .de_cks.r8 i {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.de_cki.r5 i, .de_cks.r5 i {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.de_cki.r3 i, .de_cks.r3 i {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/*
.de_btn{display: inline-block;line-height: 120%;text-align: center;vertical-align: middle;color: #666;transition: all 0.5s;-webkit-transition: all 0.5s;-webkit-background-clip: border-box;background-clip: border-box;}
.de_btn:disabled{background-color: #eee !important;color: #ccc !important;cursor: auto;}
.de_btn:focus{outline: none;}
*/
/* btn size*/
/*
.de_btn.sg{min-width: 155px;height: 60px;line-height: 58px;font-size: 14px;font-weight: 500;}
.de_btn.sl{min-width: 130px;height: 50px;line-height: 48px;font-size: 14px;font-weight: 500;}
.de_btn.sm{min-width: 116px;height: 45px;line-height: 43px;font-size: 12px;font-weight: 500;}
.de_btn.ss{min-width: 95px;height: 36px;line-height: 34px;font-size: 12px;}
.de_btn.st{min-width: 80px;height: 30px;line-height: 28px;font-size: 12px;}

.de_btn.fill{background-color: $deCompColor;color: #fff;}
.de_btn.fill:hover{background-color: $deCompColorHover;}
.de_btn.fill:focus{-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);}

.de_btn.outline{border: 1px solid #999;}
.de_btn.outline:hover{border: 1px solid $deCompColor;color: $deCompColor;}
.de_btn.outline:focus{-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);}
.de_btn.outline:disabled{border: 1px solid #ccc;}

.de_btn.ghost{border: 1px solid transparent;}
.de_btn.ghost:hover{border: 1px solid transparent;color: $deCompColor;}
.de_btn.ghost:focus{text-shadow: 1px 5px 5px rgba(0,0,0,0.15);}
*/
/*
// input text
.de_inp{width: 100%;border: 1px solid #ddd;}
input.de_inp{padding: 0 10px;}
.de_inp::-webkit-input-placeholder{color: #999;}
.de_inp::-moz-placeholder{color: #999;}
.de_inp:-ms-input-placeholder{color: #999;}
.de_inp:-moz-placeholder{color: #999;}
.de_inp:focus{border: 1px solid $deCompColor;outline: none;}
.de_inp:disabled{background-color: #eee;}

input.de_inp.sm{height: 45px;padding: 0 20px;}
.de_inp.ss{height: 36px;}
.de_inp.st{height: 30px;}
*/
.de_rdo, .de_cks {
  display: inline-block;
  vertical-align: middle;
}
.de_rdo i, .de_cks i {
  display: inline-block;
  border: 1px solid #9b9b9b;
  vertical-align: middle;
  background-color: #fff;
}
.de_rdo input, .de_cks input {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.de_rdo i::after, .de_cks i::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.de_rdo input:checked ~ i::after, .de_cks input:checked ~ i::after {
  background-color: rgb(27, 118, 255);
  transform: scale(0.5, 0.5) rotate(0.3deg);
  -webkit-transform: scale(0.5, 0.5) rotate(0.3deg);
  transform: scale(0.5, 0.5) rotate(0.3deg);
}
.de_rdo input:disabled ~ i, .de_cks input:disabled ~ i {
  background-color: #eee;
}

.de_rdo.txt i, .de_cks.txt i, .de_cki.txt i {
  margin-right: 10px;
}

.de_rdo i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.de_rdo i::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.de_cki, .de_cks {
  display: inline-block;
  vertical-align: middle;
}
.de_cki i, .de_cks i {
  display: inline-block;
  border: 1px solid #9b9b9b;
  vertical-align: middle;
}

.de_rdo.sg i, .de_cki.sg i, .de_cks.sg i {
  width: 30px;
  height: 30px;
}

.de_rdo.ss i, .de_cki.ss i, .de_cks.ss i {
  width: 20px;
  height: 20px;
}

.de_cki {
  display: inline-block;
  vertical-align: middle;
}
.de_cki input {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.de_cki i {
  position: relative;
}
.de_cki i::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  margin-top: -7px;
  margin-left: -4px;
  border: solid rgb(27, 118, 255);
  border-width: 0 2px 2px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.de_cki input:checked ~ i::after {
  opacity: 1;
}
.de_cki input:disabled ~ i {
  background-color: #eee;
}

.sys_popup {
  position: absolute;
  z-index: 3000;
  max-width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
}
.sys_popup .cont {
  height: 100%;
}
.sys_popup .cont .pop_tit {
  display: none;
}
.sys_popup .cont .top {
  height: calc(100% - 48px);
}
.sys_popup .cont .top img {
  width: 100%;
}
.sys_popup .cont .bottom {
  padding: 10px;
  text-align: right;
}
.sys_popup .cont .bottom button {
  vertical-align: middle;
}
.sys_popup .cont .bottom button img {
  vertical-align: middle;
}
.sys_popup .cont .bottom .sys_pop_close.cookie::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-bottom: 3px;
  margin-right: 5px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.sys_popup .cont .bottom .close {
  margin-bottom: 3px;
  margin-left: 10px;
}

.sys_popup.dn {
  display: none;
}

@media screen and (max-width: 1000px) {
  .sys_popup {
    top: 20px !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
    border: none;
  }
  .sys_popup::after {
    content: "";
    position: fixed;
    z-index: 3000;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .sys_popup .cont {
    position: relative;
    z-index: 3500;
    width: 95%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
  }
}
/* response ex

'd1000','d960','d720','d594','d326','d90'

@include respond-to('d1000') {
  background: pink;
}
@include respond-to('d960') {
  background: orange;
}
@include respond-to('d720') {
  background: blue;
}
*/
.container {
  width: 1400px;
  margin: 0px auto;
}

@media screen and (max-width: 1420px) {
  .container {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 720px) {
  .container {
    padding: 0px 20px;
  }
}
#header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: transparent;
}
#header .h_cont {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 1400px;
  height: 100%;
  margin: 0px auto;
}

@media screen and (max-width: 1420px) {
  #header .h_cont {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 720px) {
  #header {
    height: 50px;
  }
  #header .h_cont {
    padding: 0px 20px;
  }
  #header .h_cont .logo {
    width: 87px;
  }
}
.sect1 {
  position: relative;
  width: 100%;
  height: 970px;
  /* background-color: #09b4fa; */
}
.sect1 .bg_img {
  width: 100%;
  height: 100%;
  /* max-width: 1920px; */
  margin: 0px auto;
}
.sect1 .bg_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect1 .t_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1400px;
  transform: translate(-50%, -50%);
}
.sect1 .t_box .t1{letter-spacing: -2px;}
.sect1 .t_box .t1 span{position: relative;}
.sect1 .t_box .t1 span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 8px; height: 8px;
  transform: translateX(-50%);
  border-radius: 10px;
  background-color: #fff;
}
.sect1 .t_box .t2 {
  margin: 10px 0px 50px;
}
.sect1 .t_box .lst {
  position: relative;
  margin-bottom: 12px;
  font-weight: bold;
}
.sect1 .t_box .lst span {
  position: relative;
  display: inline-block;
  padding-left: 29px;
}
.sect1 .t_box .lst span::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 19px;
  height: 16px;
  background: url(/src/img/main_check.png) no-repeat center center/cover;
}
.sect1 .t_box .btn_line {
  display: flex;
  gap: 15px;
  margin-top: 60px;
}
.sect1 .t_box .btn_line a, .sect1 .t_box .btn_line button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 160px;
  height: 50px;
  border-radius: 10px;
  font-size: 18px;
  background-color: #061C3A;
  color: #fff;
}

@media screen and (max-width: 1420px) {
  .sect1 {
    height: auto;
  }
  .sect1 .bg_img {
    position: relative;
    width: 100%; height: 100%;
  }
  .sect1 .bg_img img {
    display: block; width: 100%; height: 100%;
    object-fit: cover;
  }
  .sect1 .t_box {
    top: 215px;
    left: 0;
    transform: translate(0);
    width: 100%;
    padding: 0px 40px;
    text-align: center;
  }
  .sect1 .t_box .t1 {
    letter-spacing: -1.5px;
  }
  .sect1 .t_box .btn_line {
    justify-content: center;
  }
}
@media screen and (max-width: 740px) {
  .sect1 {
    /* height: 633px; */
  }
  .sect1 .bg_img img {
    object-fit: cover;
  }
}
@media screen and (max-width: 720px) {
  .sect1 {
    /* height: 633px; */
  }
  .sect1 .bg_img img {
    object-fit: cover;
  }
  .sect1 .bg_img {
  }
  .sect1 .t_box {
    top: 100px;
    padding: 0px 18px;
  }
  .sect1 .t_box .t1, .sect1 .t_box .t2 {
  }
  .sect1 .t_box .t1{letter-spacing: 0px;}
  .sect1 .t_box .t1 span::after{
    top: -7px;
    width: 5px;
    height: 5px;
  }
  .sect1 .t_box .t2 {
    margin: 5px 0px 20px;
    line-height: 125%;
    border-width: 2px;
    letter-spacing: -1px;
  }
  .sect1 .t_box .lst {
    margin-bottom: 7px;
    letter-spacing: -0.5px;
  }
  .sect1 .t_box .lst span {
    padding-left: 15px;
  }
  .sect1 .t_box .lst span::before {
    top: 5px;
    width: 11px;
    height: 9px;
  }
  .sect1 .t_box .lst br {
    /* display: block; */
  }
  .sect1 .t_box .btn_line {
    gap: 8px;
    margin-top: 50px;
  }
  .sect1 .t_box .btn_line a, .sect1 .t_box .btn_line button {
    gap: 4px;
    width: 90px;
    height: 28px;
    border-radius: 5px;
    font-size: 10px;
  }
  .sect1 .t_box .btn_line a img, .sect1 .t_box .btn_line button img {
    display: block;
    width: 13px;
  }
}
@media screen and (max-width: 360px) {
  .sect1 .bg_img img {
    object-fit: cover;
  }
}
.index_wrap {
  overflow-y: hidden;
}
.index_wrap .p_t_box .bg_t {
  position: relative;
  margin: 10px 0px 20px;
}
.index_wrap .p_t_box .bg_t span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 5px 25px;
  border-radius: 50px;
  text-align: center;
  font-size: 24px;
  line-height: 150%;
  font-weight: 500;
  color: #fff;
}
.index_wrap .p_t_box .bg_t.bg_t1 span {
  background-color: #35ADE3 !important;
}
.index_wrap .p_t_box .bg_t.bg_t1::before {
  background-color: #CFECF8;
}
.index_wrap .p_t_box .bg_t.bg_t1::after {
  background-image: url(/src/img/ball_c1.png);
}
.index_wrap .p_t_box .bg_t.bg_t2 span {
  background-color: #166EE2 !important;
}
.index_wrap .p_t_box .bg_t.bg_t2::before {
  background-color: #CFE2F9;
}
.index_wrap .p_t_box .bg_t.bg_t2::after {
  background-image: url(/src/img/ball_c2.png);
}
.index_wrap .p_t_box .bg_t::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
.index_wrap .p_t_box .bg_t::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: translate(50%, -50%);
}
.index_wrap .p_t_box .t {
  margin-bottom: 15px;
  font-size: 16px;
}
.index_wrap .p_t_box .t:last-child {
  margin-bottom: 0;
}
.index_wrap .p_t_box.t_box2 .bg_t::after {
  right: auto;
  left: 0;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1420px) {
  .index_wrap .p_t_box .bg_t::before, .index_wrap .p_t_box .bg_t::after {
    display: none;
  }
  .index_wrap .p_t_box .t br {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .p_t_box .bg_t {
    margin: 8px 0 15px;
  }
  .index_wrap .p_t_box .bg_t span {
    padding: 5px 15px;
    font-size: 18px;
  }
  .index_wrap .p_t_box .t {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.sect2 {
  padding: 135px 0px;
  background-color: #F4FBFE;
}
.sect2 p span {
  position: relative;
}
.sect2 p span::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  background-color: #35ADE3 !important;
}
.sect2 .t1 span {
  vertical-align: middle;
}
.sect2 .t1 span::after {
  top: -10px;
  width: 8px;
  height: 8px;
}
.sect2 .t2 {
  margin-top: 40px;
}
.sect2 .t2 span::after {
  top: -10px;
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 720px) {
  .sect2 {
    padding: 65px 0px;
  }
  .sect2 .t1 br {
    display: block;
  }
  .sect2 .t1 span::after {
    top: -5px;
    width: 3px;
    height: 3px;
  }
  .sect2 .t2 {
    margin-top: 15px;
  }
  .sect2 .t2 span::after {
    top: -5px;
    width: 5px;
    height: 5px;
  }
}
.sect3 {
  padding: 120px 0px;
}
.sect3 .container {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.sect3 .container .t_box {
  position: absolute;
  width: 417px;
  z-index: 2;
}
.sect3 .container .box .img{position: relative;}
.sect3 .container .box .img::before{content: ""; position: absolute; top: 50%; left: 50%; z-index: -1; width: calc(100% - 20px); height: calc(100% - 20px); border-radius: 40px; box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.15); transform: translate(-50%, -50%);}
/* .sect3 .container .box .img{position: relative; top: -70px;}
.sect3 .container .box:first-child .img{left: 65px;}
.sect3 .container .box:last-child .img{right: 67px;} */
.sect3 .container .t_box.t_box1 {
  top: 6px;
  left: 0;
}
.sect3 .container .t_box.t_box1 .t {
  padding-right: 50px;
}
.sect3 .container .t_box.t_box2 {
  bottom: 6px;
  right: 0;
  text-align: right;
}
.sect3 .container .t_box.t_box2 .t {
  padding-left: 50px;
}

@media screen and (max-width: 1420px) {
  br.db1420 {
    display: block;
  }
  .sect3 .container {
    display: block;
  }
  .sect3 .container .box {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 20px;
  }
  .sect3 .container .box:last-child {
    margin-bottom: 0;
  }
  .sect3 .container .box .img {
    width: 274px;
  }
  .sect3 .container .box .t_box {
    position: static;
    width: calc(100% - 314px);
  }
  .sect3 .container .box .t_box.t_box1 .t {
    padding-right: 0;
  }
  .sect3 .container .box .t_box.t_box2 .t {
    padding-left: 0;
  }
  /* .sect3 .container .box .img{position: relative; top: 0px;}
.sect3 .container .box:first-child .img{left: 0px;}
.sect3 .container .box:last-child .img{right: 0px;} */
}
@media screen and (max-width: 720px) {
  .sect3 {
    padding: 60px 0px;
  }
  .sect3 .container .box {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
  .sect3 .container .box:last-child {
    flex-direction: column-reverse;
  }
  .sect3 .container .box .img {
    width: 200px;
  }
  .sect3 .container .box .t_box {
    width: 100%;
    text-align: center;
  }
  .sect3 .container .box .t_box .bg_t br {
    display: none;
  }
}
.sect4 {
  padding: 120px 0px;
  background-color: #F4FBFE;
}
.sect4 .container {
  display: flex;
  align-items: center;
}
.sect4 .container .img_box {
  display: flex;
  gap: 8px;
  width: 569px;
  padding-right: 15px;
}
.sect4 .container .img_box .img{position: relative;}
.sect4 .container .img_box .img1{}
.sect4 .container .img_box .img2{}
.sect4 .container .img_box .img::before{content: ""; position: absolute; top: 50%; left: 50%; z-index: -1; width: calc(100% - 20px); height: calc(100% - 20px); border-radius: 40px; box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.15); transform: translate(-50%, -50%);}
.sect4 .container .t_box {
  position: relative;
  z-index: 1;
  width: calc(100% - 569px);
}
.sect4 .container .t_box .bg_t::after {
  right: -3px;
}
.sect4 .container .t_box .t {
  padding-right: 60px;
}

@media screen and (max-width: 1420px) {
  .sect4 .container {
    flex-direction: column;
    align-items: center;
  }
  .sect4 .container .t_box {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
  .sect4 .container .t_box .t {
    padding-right: 0;
  }
  .sect4 .container .t_box .t br {
    display: block;
  }
  .sect4 .container .img_box {
    width: 554px;
    padding-right: 0;
  }
}
@media screen and (max-width: 720px) {
  .sect4 {
    padding: 60px 0px;
  }
  .sect4 .container .t_box {
    margin-bottom: 0px;
  }
  .sect4 .container .t_box .bg_t {
    letter-spacing: -0.5px;
  }
  .sect4 .container .t_box .t br {
    display: none;
  }
  .sect4 .container .img_box {
    width: 415px;
    gap: 4px;
    margin-left: auto; margin-right: auto;
  }
  .sect4 .container .scroll_box{width: calc(100% + 40px); padding-left: 20px; padding-right: 20px; padding-top: 30px; padding-bottom: 30px; overflow-x: scroll; overflow-y: hidden;}
  .sect4 .container .scroll_box::-webkit-scrollbar{display: none;}
}
.sect5 {
  position: relative;
}
.sect5::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #FBFBFB;
}
.sect5 .wrap {
  display: flex;
  max-width: 1920px;
  margin: 0px auto;
}
.sect5 .l_wrap, .sect5 .r_wrap {
  position: relative;
  width: 50%;
  padding: 120px 0px;
}
.sect5 .l_wrap .t_box, .sect5 .r_wrap .t_box {
  text-align: center;
}
.sect5 .l_wrap .t_box .bg_t::before, .sect5 .l_wrap .t_box .bg_t::after, .sect5 .r_wrap .t_box .bg_t::before, .sect5 .r_wrap .t_box .bg_t::after {
  display: none;
}
.sect5 .l_wrap .img, .sect5 .r_wrap .img {
  margin-top: 30px;
  text-align: center;
}
.sect5 .l_wrap .img {
  position: relative;
}
.sect5 .l_wrap .img::before{content: ""; position: absolute; top: 50%; left: 50%; z-index: -1; width: 270px; height: calc(100% - 20px); border-radius: 40px; box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.15); transform: translate(-50%, -50%);}
.sect5 .l_wrap .img p {
  position: absolute;
  font-size: 16px;
  letter-spacing: -0.5px;
}
.sect5 .l_wrap .img p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -93px;
  width: 80px;
  border-top: dashed 2px #35ADE3 !important;
}
.sect5 .l_wrap .img .i_t1 {
  top: 110px;
  left: 50%;
  width: 170px;
  text-align: left;
  margin-left: 216px;
  color: #35ADE3 !important;
}
.sect5 .l_wrap .img .i_t2 {
  bottom: 156px;
  left: 50%;
  width: 170px;
  text-align: left;
  margin-left: 216px;
  color: #166EE2 !important;
}
.sect5 .l_wrap .img .i_t2::before {
  border-color: #166EE2 !important;
}
.sect5 .r_wrap {
  position: relative;
  z-index: 1;
  background-color: #FBFBFB;
}
.sect5 .r_wrap .bg {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sect5 .r_wrap .t_box, .sect5 .r_wrap .img {
  position: relative;
  z-index: 2;
}
.sect5 .r_wrap .img::before{content: ""; position: absolute; top: 50%; left: 50%; z-index: -1; width: 270px; height: calc(100% - 20px); border-radius: 40px; box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.15); transform: translate(-50%, -50%);}
.sect5 .r_wrap .img .bg_i {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: 20px;
  width: auto;
  transform: translateX(-50%);
}

@media screen and (max-width: 1620px) {
  .sect5 .wrap {
    overflow: hidden;
  }
  .sect5 .wrap .l_wrap {
    left: -50px;
  }
  .sect5 .wrap .r_wrap {
    right: -50px;
  }
}
@media screen and (max-width: 1420px) {
  .sect5::after {
    display: none;
  }
  .sect5 .wrap {
    display: block;
  }
  .sect5 .wrap .l_wrap, .sect5 .wrap .r_wrap {
    left: 0;
    right: 0;
    width: 100%;
  }
  .sect5 .wrap .l_wrap .t_box br, .sect5 .wrap .r_wrap .t_box br {
    display: block;
  }
  .sect5 .wrap .l_wrap {
    padding: 120px 40px 100px;
  }
  .sect5 .wrap .l_wrap .img {
    left: -120px;
  }
  .sect5 .wrap .r_wrap {
    padding: 100px 40px 120px;
  }
  .sect5 .wrap .r_wrap .bg {
    left: 50%;
    width: 720px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 720px) {
  .sect5 .wrap .r_wrap .img {
    margin-top: 20px;
  }
  .sect5 .wrap .l_wrap .img img, .sect5 .wrap .r_wrap .img img {
    display: inline-block;
    width: 200px;
  }
  .sect5 .l_wrap .img::before{width: 180px;}
  .sect5 .wrap .r_wrap .img::before{width: 195px;}
  .sect5 .wrap .l_wrap .t_box br, .sect5 .wrap .r_wrap .t_box br {
    display: none;
  }
  .sect5 .wrap .l_wrap {
    padding: 60px 20px 80px;
  }
  .sect5 .wrap .l_wrap .img {
    margin-top: 50px;
    left: 0px;
  }
  .sect5 .wrap .l_wrap .img p {
    font-size: 12px;
  }
  .sect5 .wrap .l_wrap .img p::before {
    left: -35px;
    width: 48px;
    height: 117px;
    border-width: 1px !important;
  }
  .sect5 .wrap .l_wrap .img p::before {
    border: dashed 1px #35ADE3 !important;
    border-right: none !important;
    border-radius: 10px 0px 0px 10px;
  }
  .sect5 .wrap .l_wrap .img .i_t2::before {
    top: auto;
    bottom: 50%;
    left: auto;
    right: -35px;
    width: 45px;
    height: 140px;
    border: dashed 1px #166EE2 !important;
    border-left: none !important;
    border-radius: 0px 10px 10px 0px;
  }
  .sect5 .wrap .l_wrap .img .i_t1 {
    left: 50%;
    top: -30px;
    width: 200px;
    margin-left: 0px;
    text-align: center;
    transform: translateX(-50%);
  }
  .sect5 .wrap .l_wrap .img .i_t1 br{display: none;}
  .sect5 .wrap .l_wrap .img .i_t2 {
    left: 50%;
    bottom: -30px;
    width: 200px;
    margin-left: 0px;
    text-align: center;
    transform: translateX(-50%);

  }
  .sect5 .wrap .r_wrap {
    padding: 50px 20px 60px;
  }
  .sect5 .wrap .r_wrap .bg {
    width: 320px;
  }
  .sect5 .wrap .r_wrap .img {
    margin-top: 30px;
  }
  .sect5 .wrap .r_wrap .img .bg_i {
    width: 248px;
    top: -15px;
    margin-left: 10px;
  }
}
.sect6 {
  padding: 150px 0px;
  background-color: #F3F8FE;
}
.sect6 p span {
  position: relative;
}
.sect6 p span::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  background-color: #166EE2 !important;
}
.sect6 .t1 span {
  vertical-align: middle;
}
.sect6 .t1 span::after {
  top: -10px;
  width: 8px;
  height: 8px;
}
.sect6 .t2 {
  margin-top: 40px;
}
.sect6 .t2 span::after {
  top: -10px;
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 720px) {
  .sect6 {
    padding: 80px 0px;
  }
  .sect6 .t1 span::after {
    top: -5px;
    width: 3px;
    height: 3px;
  }
  .sect6 .t2 {
    margin-top: 15px;
  }
  .sect6 .t2 span::after {
    top: -5px;
    width: 5px;
    height: 5px;
  }
}
.sect7 {
  padding: 120px 0px 170px;
  overflow: hidden;
}
.sect7.sect8 {
  background-color: #FBFBFB;
}
.sect7 .container {
  position: relative;
  display: flex;
  justify-content: center;
}
.sect7 .container .t_box {
  position: absolute;
  z-index: 5;
  width: 372px;
}
.sect7 .container .t_box .t1 {
  letter-spacing: -0.6px;
}
.sect7 .container .t_box.t_box1 {
  top: 6px;
  left: 0;
  text-align: right;
}
.sect7 .container .t_box.t_box1 .bg_t::before {
  left: auto;
  right: -77px;
}
.sect7 .container .t_box.t_box1 .bg_t::after {
  right: -75px;
}
.sect7 .container .t_box.t_box2 {
  bottom: -44px;
  right: 0;
  text-align: left;
}
.sect7 .container .t_box.t_box2 .bg_t::before {
  right: auto;
  left: -77px;
}
.sect7 .container .t_box.t_box2 .bg_t::after {
  left: -73px;
}
.sect7 .container .t_box .bg_t::before {
  width: 77px;
}
.sect7 .container .img {
  position: relative;
  display: block;
  width: 515px;
  margin: 0px auto;
}
.sect7 .container .img .p_img_box{position: relative; width: 273px;}
.sect7 .container .img .p_img_box2{position: absolute; top: 50px; right: 0;}
.sect7 .container .img .p_img_box::before{content: ""; position: absolute; top: 50%; left: 50%; z-index: -1; width: 270px; height: calc(100% - 20px); border-radius: 40px; box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.15); transform: translate(-50%, -50%);}
.sect7 .container .img .bg_img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  max-height: none;
  width: 960px;
  transform: translate(-50%, -50%);
}
.sect7 .container .img .p_img {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1420px) {
  .sect7 .container {
    display: block;
  }
  .sect7 .container .t_box {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .sect7 .container .t_box br {
    display: block;
  }
  .sect7 .container .t_box.t_box1 {
    text-align: left;
    width: 340px;
  }
  .sect7 .container .t_box.t_box2 {
    text-align: right;
  }
  .sect7 .container .img {
    margin: 80px auto 130px;
  }
  .sect7 .container .img .bg_img {
    width: 1080px;
  }
}
@media screen and (max-width: 720px) {
  .sect7 {
    padding: 60px 0px;
  }
  .sect7 .container .t_box {
    width: 100%;
  }
  .sect7 .container .t_box br {
    display: none;
  }
  .sect7 .container .t_box.t_box {
    width: 100%;
  }
  .sect7 .container .img {
    max-width: 100%;
    margin: 30px auto;
  }
  .sect7 .container .img .bg_img {
    width: calc(100% + 260px);
  }
  .sect7 .container .img .m_scr{
    position: relative;
    z-index: 5;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .sect7 .container .img .m_scr::-webkit-scrollbar{display: none;}
  .sect7 .container .img .m_scr .img_box{
    display: flex;
    width: 415px;
    gap: 4px;
    margin-left: auto;
    margin-right: auto;
  }
  .sect7 .container .img .p_img_box{position: relative; width: 200px;}
  .sect7 .container .img .p_img_box2{position: relative; top: 0px; right: 0;}
  .sect7 .container .img .p_img_box::before{width: 195px;}
}
#footer {
  padding: 80px 0px 100px;
  background-color: #04142A;
}
#footer .f_cont {
  position: relative;
}
#footer .f_cont .f_menu {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 50px 0px 40px;
}
#footer .f_cont .f_menu button, #footer .f_cont .f_menu a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
#footer .f_cont .info_line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-bottom: 20px;
  margin-top: 50px;
}
#footer .f_cont .info_line p {
  font-size: 16px;
  color: #fff;
}
#footer .f_cont .info_line p span {
  margin-right: 10px;
  color: #999;
}
#footer .f_cont .po_btn {
  position: absolute;
  top: 7px;
  right: 0;
  display: flex;
  gap: 15px;
}
#footer .f_cont .po_btn a, #footer .f_cont .po_btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 160px;
  height: 50px;
  border-radius: 10px;
  font-size: 18px;
  background-color: #fff;
  color: #061C3A;
}

@media screen and (max-width: 1420px) {
  #footer .f_cont .po_btn {
    right: 40px;
  }
}
@media screen and (max-width: 720px) {
  br.m_db{display: block !important;}
  #footer {
    padding: 40px 0px 50px;
  }
  #footer .f_cont .logo {
    width: 32px;
  }
  #footer .f_cont .f_menu {
    gap: 15px;
    margin: 25px 0px 20px;
  }
  #footer .f_cont .f_menu button, #footer .f_cont .f_menu a {
    font-size: 12px;
  }
  #footer .f_cont .info_line {
    gap: 10px 20px;
    margin-bottom: 15px;
    margin-top: 25px;
  }
  #footer .f_cont .info_line p {
    font-size: 12px;
  }
  #footer .f_cont .info_line p span {
    margin-right: 5px;
  }
  #footer .f_cont .info_line p:last-child {
    position: relative;
    padding-left: 30px;
  }
  #footer .f_cont .info_line p:last-child span {
    position: absolute;
    top: 0;
    left: 0;
  }
  #footer .f_cont .po_btn {
    top: 1px;
    right: 20px;
    gap: 10px;
  }
  #footer .f_cont .po_btn a, #footer .f_cont .po_btn button {
    gap: 4px;
    width: 100px;
    height: 30px;
    border-radius: 5px;
    font-size: 11px;
  }
  #footer .f_cont .po_btn a img, #footer .f_cont .po_btn button img {
    display: block;
    width: 13px;
  }
}

/*# sourceMappingURL=r_layout.css.map */
