.c1 {
  color: #3A2E88 !important;
}

.c0 {
  color: #000;
}

.c15 {
  color: #151515;
}

.c3 {
  color: #333;
}

.c6 {
  color: #666;
}

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: "Pretendard";
  line-height: 150%;
  font-weight: 300;
}

td, th {
  padding: 0;
  font-family: "Pretendard";
  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: "Pretendard";
  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: "Pretendard";
}

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 0.8s, opacity 0.8s;
  -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
}

.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.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.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;
}

.fz46 {
  font-size: 46px;
}

.fz50 {
  font-size: 50px;
}

.fz60 {
  font-size: 60px;
}

.fz70 {
  font-size: 70px;
}

@media screen and (max-width: 620px) {
  .fz12 {
    font-size: 12px;
  }
  .fz14 {
    font-size: 12px;
  }
  .fz16 {
    font-size: 14px;
  }
  .fz18 {
    font-size: 14px;
  }
  .fz20 {
    font-size: 16px;
  }
  .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: 25px;
  }
  .fz38 {
    font-size: 25px;
  }
  .fz40 {
    font-size: 25px;
  }
  .fz46 {
    font-size: 25px;
  }
  .fz50 {
    font-size: 25px;
  }
  .fz60 {
    font-size: 30px;
  }
  .fz70 {
    font-size: 30px;
  }
  div, p, th, td {
    font-size: 12px;
  }
}
/* 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;
}

.w_container {
  width: 90%;
  max-width: 1708px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .w_container {
    width: 1200px;
  }
}
@media (max-width: 1240px) {
  .w_container {
    width: 85%;
  }
}

.container {
  width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1240px) {
  .container {
    width: 85%;
  }
}

.s_container {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .s_container {
    width: 85%;
  }
}

.cont1055{width: 1055px; margin: 0px auto;}
@media screen and (max-width: 1240px) {
  .cont1055{width: 85%;}
}

@media screen and (max-width: 1440px) {
  .db1440 {
    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;
  }
  .dn1440 {
    display: none !important;
  }
}
@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(58, 46, 136);
  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(58, 46, 136);
  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
@include respond-to('d1440')
@include respond-to('d1000')
@include respond-to('d326')

*/
.sys_logo {
  width: 125px;
  height: 40px;
  background-image: url(/src/img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
}
.sys_logo > a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999em;
}

@media (max-width: 620px) {
  .sys_logo {
    width: 100px;
    height: 32px;
  }
}
.js_ani_wrap .js_ani {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 50);
}
.js_ani_wrap .js_ani.l {
  transform: matrix(1, 0, 0, 1, -50, 0);
}
.js_ani_wrap .js_ani.r {
  transform: matrix(1, 0, 0, 1, 50, 0);
}
.js_ani_wrap .js_ani.t {
  transform: matrix(1, 0, 0, 1, 0, -50);
}

@media (max-width: 1240px) {
  .m_body_ovh {
    overflow: hidden;
    touch-action: none;
  }
}
#header .hd {
  transition: background-color 0.3s;
}
#header .hd .hd_inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 90px;
}
#header .hd .hd_logo {
  background-image: url(/src/img/logo_w.png);
}
#header .hd .gnb {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#header .hd .gnb > ul {
  display: flex;
  /* width: 850px; */
  width: 660px;
}
#header .hd .gnb > ul > li .t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  padding: 0 37px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
#header .hd .m_menu_btn {
  display: none;
  width: 30px;
  height: 30px;
  background-image: url(/src/img/ico/hd_menu_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#header .hd.hd_scroll {
  background-color: #fff;
}
#header .hd.hd_scroll .hd_logo {
  background-image: url(/src/img/logo.png);
}
#header .hd.hd_scroll .gnb > ul > li .t1 {
  color: #151515;
}
#header .hd.hd_scroll .m_menu_btn {
  background-image: url(/src/img/ico/hd_menu.svg);
}
#header .hd_fix {
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
}
#header .m_menu_modal {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
#header .m_menu_modal .mod {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#header .m_menu_modal .mod .mod_hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}
#header .m_menu_modal .mod .mod_hd .mod_hd_r {
  margin-left: auto;
}
#header .m_menu_modal .mod .mod_hd .close_btn {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/src/img/ico/m_menu_close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#header .m_menu_modal .mod .mod_body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 80px 0;
  height: calc(100% - 90px);
}
#header .m_menu_modal .mod .mod_body .m_menu > ul > li {
  text-align: center;
}
#header .m_menu_modal .mod .mod_body .m_menu > ul > li .t1 {
  font-size: 30px;
  font-weight: bold;
  color: #151515;
}
#header .m_menu_modal .mod .mod_body .m_menu > ul > li + li {
  margin-top: 75px;
}

@media (max-width: 1440px) {
  #header .hd .hd_inner {
    justify-content: space-between;
  }
  #header .hd .gnb {
    position: static;
    transform: translate(0);
  }
  #header .hd .gnb > ul {
    width: auto;
  }
  #header .hd .gnb > ul > li .t1 {
    padding: 0 23px;
  }
}
@media (max-width: 991px) {
  #header .hd .gnb {
    display: none;
  }
  #header .hd .m_menu_btn {
    display: block;
  }
}
@media (max-width: 620px) {
  #header .hd .hd_inner {
    height: 60px;
  }
  #header .hd .m_menu_btn {
    width: 26px;
    height: 26px;
  }
  #header .hd_fix {
    height: 60px;
  }
  #header .m_menu_modal .mod .mod_hd {
    height: 60px;
  }
  #header .m_menu_modal .mod .mod_hd .close_btn {
    width: 26px;
    height: 26px;
  }
  #header .m_menu_modal .mod .mod_body {
    padding: 40px 0;
    height: calc(100% - 60px);
  }
  #header .m_menu_modal .mod .mod_body .m_menu > ul > li .t1 {
    font-size: 20px;
  }
  #header .m_menu_modal .mod .mod_body .m_menu > ul > li + li {
    margin-top: 45px;
  }
}
.aside_btn_list {
  position: fixed;
  bottom: 65px;
  right: 45px;
  z-index: 10;
}
.aside_btn_list > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px 0;
}
.aside_btn_list > ul > li {
  display: inline-block;
}
.aside_btn_list > ul > li .aside_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.aside_btn_list > ul > li.blog_type .aside_btn {
  background-image: url(/src/img/ico/aside_btn_blog.png);
  background-size: cover;
}
.aside_btn_list > ul > li.yt_type .aside_btn {
  background-image: url(/src/img/ico/aside_btn_yt.png);
  background-size: cover;
}

@media (max-width: 1440px) {
  .aside_btn_list {
    bottom: 25px;
    right: 15px;
  }
}
@media (max-width: 620px) {
  .aside_btn_list {
    bottom: 20px;
    right: 10px;
  }
  .aside_btn_list > ul {
    gap: 8px 0;
  }
  .aside_btn_list > ul > li .aside_btn {
    width: 50px;
    height: 50px;
  }
}
.main_page section {
  padding: 160px 0;
}
.main_page .main_tit_line {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 35px;
}
.main_page .main_tit {
  display: inline-block;
  font-size: 60px;
  font-weight: bold;
  color: #000;
  line-height: 120%;
  text-align: center;
}
.main_page .main_tit::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  vertical-align: top;
  background-color: #EBA507;
}
.main_page .main_tit + .main_desc {
  margin-top: 15px;
}
.main_page .main_desc {
  font-size: 22px;
  text-align: center;
}
.main_page .main_desc .grad {
  background: linear-gradient(130deg, rgb(31, 25, 75) 0%, rgb(58, 46, 136) 100%);
  color: transparent;
  -webkit-background-clip: text;
}

@media (max-width: 620px) {
  .main_page section {
    padding: 80px 0;
  }
  .main_page .main_tit_line {
    margin-bottom: 25px;
  }
  .main_page .main_tit {
    font-size: 8.5vw;
  }
  .main_page .main_tit::after {
    width: 8px;
    height: 8px;
  }
  .main_page .main_tit + .main_desc {
    margin-top: 10px;
  }
  .main_page .main_desc {
    font-size: 4.3vw;
  }
}
.main_page .main_visual {
  position: relative;
  height: 970px;
  padding: 0;
}
.main_page .main_visual .bg {
  position: relative;
  display: block;
  height: 100%;
}
.main_page .main_visual .bg > img {
  width: 100%;
  height: 100%;
}
.main_page .main_visual .bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 732px;
  height: 100%;
  background-image: url(/src/img/main_visual_symbol.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.main_page .main_visual .txt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 90px 0;
}
.main_page .main_visual .txt .t1 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 1240px) {
  .main_page .main_visual .bg::after {
    width: 50%;
  }
}
@media (max-width: 620px) {
  .main_page .main_visual {
    height: 100vh;
  }
  .main_page .main_visual .bg::after {
    width: calc(50% + 30px);
  }
  .main_page .main_visual .txt {
    padding: 60px 0;
  }
  .main_page .main_visual .txt .t1 {
    /* font-size: 25px; */
    font-size: 6.5vw;
  }
}
.main_page .main_who {
  background-color: #F1F0F7;
}
.main_page .main_who .main_tit_line {
  align-items: flex-start;
  margin-bottom: 50px;
}
.main_page .main_who .main_tit {
  color: #000;
  text-align: left;
}
.main_page .main_who .main_desc {
  color: #333;
  text-align: left;
}
.main_page .main_who .main_who_desc {
  display: flex;
  align-items: center;
  gap: 0 100px;
}
.main_page .main_who .main_who_desc .img {
  width: 100%;
  text-align: right;
}
.main_page .main_who .main_who_desc .txt {
  flex-shrink: 0;
  width: 590px;
}
.main_page .main_who .main_who_desc .txt .t1 {
  font-size: 20px;
  color: #333;
}
.main_page .main_who .main_who_desc .txt .t1 + .t1 {
  margin-top: 35px;
}

@media (max-width: 1240px) {
  .main_page .main_who .main_who_desc {
    gap: 60px;
    justify-content: center;
  }
  .main_page .main_who .main_who_desc .img {
    width: 360px;
  }
  .main_page .main_who .main_who_desc .txt {
    width: 490px;
  }
  .main_page .main_who .main_who_desc .txt .t1 {
    font-size: 18px;
  }
  .main_page .main_who .main_who_desc .txt .t1 + .t1 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .main_page .main_who .main_tit_line {
    align-items: center;
  }
  .main_page .main_who .main_tit {
    text-align: center;
  }
  .main_page .main_who .main_desc {
    text-align: center;
  }
  .main_page .main_who .main_who_desc {
    flex-direction: column;
    text-align: left;
  }
  .main_page .main_who .main_who_desc .img {
    width: 100%;
    max-width: 430px;
  }
  .main_page .main_who .main_who_desc .txt {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .main_page .main_who .main_tit_line {
    margin-bottom: 25px;
  }
  .main_page .main_who .main_who_desc {
    gap: 25px;
  }
  .main_page .main_who .main_who_desc .img {
    width: 100%;
  }
  .main_page .main_who .main_who_desc .txt {
    flex-shrink: 0;
  }
  .main_page .main_who .main_who_desc .txt .t1 {
    font-size: 3.8vw;
  }
  .main_page .main_who .main_who_desc .txt .t1 + .t1 {
    margin-top: 20px;
  }
}
.main_page .main_intro{padding: 160px 0px;}
@media screen and (max-width: 620px) {
  .main_page .main_intro{padding: 80px 0px;}
}
.main_page .main_intro .main_intro_list > ul {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.main_page .main_intro .main_intro_list > ul > li {
  width: calc((100% - 60px) / 3);
  text-align: center;
}
.main_page .main_intro .main_intro_list > ul > li .img {
  width: 60%;
  margin-left: auto; margin-right: auto;
  overflow: hidden;
  aspect-ratio: 378/462;
  border: 1px solid #eee;
  border-radius: 10px;
}
.main_page .main_intro .main_intro_list > ul > li .img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main_page .main_intro .main_intro_list > ul > li .img + .txt {
  margin-top: 30px;
}
.main_page .main_intro .main_intro_list > ul > li .img + .txt::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 3px;
  margin-bottom: 10px;
  background-color: #F29400;
}
.main_page .main_intro .main_intro_list > ul > li .txt .tit {
  font-size: 24px;
  font-weight: bold;
  color: #3A2E88;
}
.main_page .main_intro .main_intro_list > ul > li .txt .tit + .desc {
  margin-top: 15px;
}
.main_page .main_intro .main_intro_list > ul > li .txt .desc {
  font-size: 18px;
  color: #151515;
}

@media (max-width: 1240px) {
  .main_page .main_intro .main_intro_list > ul {
    gap: 40px 25px;
  }
  .main_page .main_intro .main_intro_list > ul > li {
    width: calc((100% - 50px) / 3);
  }
  .main_page .main_intro .main_intro_list > ul > li .img + .txt {
    margin-top: 20px;
  }
  .main_page .main_intro .main_intro_list > ul > li .txt .tit {
    font-size: 20px;
  }
  .main_page .main_intro .main_intro_list > ul > li .txt .desc {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .main_page .main_intro .main_intro_list > ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  .main_page .main_intro .main_intro_list > ul > li {
    width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 620px) {
  .main_page .main_intro .main_intro_list > ul {
    gap: 25px 0;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .main_page .main_intro .main_intro_list > ul > li {
    width: 100%;
  }
  /* .main_page .main_intro .main_intro_list > ul > li .img{width: 60%;} */

  .main_page .main_intro .main_intro_list > ul > li .img + .txt {
    margin-top: 15px;
  }
  .main_page .main_intro .main_intro_list > ul > li .img + .txt::before {
    margin-bottom: 5px;
  }
  .main_page .main_intro .main_intro_list > ul > li .txt .tit {
    font-size: 5.2vw;
  }
  .main_page .main_intro .main_intro_list > ul > li .txt .tit + .desc {
    margin-top: 10px;
  }
  .main_page .main_intro .main_intro_list > ul > li .txt .desc {
    font-size: 3.8vw;
  }
}
.main_page .main_what {
  padding: 0;
}
.main_page .main_what .in_sect {
  padding: 160px 0;
}
.main_page .main_what .main_what_list {
  position: relative;
}
.main_page .main_what .main_what_list .list_tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 440px;
  height: 80px;
  padding: 10px;
  border-radius: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #3A2E88;
}
.main_page .main_what .main_what_list > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.main_page .main_what .main_what_list > ul > li {
  position: relative;
}
.main_page .main_what .main_what_list > ul > li::before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: rgba(26, 31, 87, 0.14);
}
.main_page .main_what .main_what_list > ul > li .box {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 260px;
  padding: 30px 29px;
  border: 1px solid #eee;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(28, 35, 119, 0.1);
}
.main_page .main_what .main_what_list > ul > li .box .txt .tit {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.main_page .main_what .main_what_list > ul > li .box .txt .tit + .desc {
  margin-top: 5px;
}
.main_page .main_what .main_what_list > ul > li .box .txt .desc {
  font-size: 20px;
  color: #666;
}
.main_page .main_what .main_what_list > ul > li .box .ico {
  margin-top: auto;
  padding-top: 20px;
  text-align: right;
}
.main_page .main_what .main_what_list > ul > li .box .ico::after {
  content: "";
  display: inline-block;
  width: 82px;
  height: 82px;
  margin-right: -10px;
  margin-bottom: -20px;
  background-size: cover;
}
.main_page .main_what .main_what_list > ul > li .box .ico.pt0{padding-top: 0;}
.main_page .main_what .main_what_list > ul > li .box .ico.pt0::after{  margin-bottom: 0;}
.main_page .main_what .main_what_list > ul > li .box .ico.ico1_1::after {
  background-image: url(/src/img/ico/main_what_list_ico1_1.svg);
}
.main_page .main_what .main_what_list > ul > li .box .ico.ico1_2::after {
  background-image: url(/src/img/ico/main_what_list_ico1_2.svg);
}
.main_page .main_what .main_what_list > ul > li .box .ico.ico1_3::after {
  background-image: url(/src/img/ico/main_what_list_ico1_3.svg);
}
.main_page .main_what .main_what_list > ul > li .box .ico.ico1_4::after {
  background-image: url(/src/img/ico/main_what_list_ico1_4.svg);
}
.main_page .main_what .main_what_list > ul > li .box .ico.ico1_5::after {
  background-image: url(/src/img/ico/main_what_list_ico1_5.svg);
}
.main_page .main_what .main_what_list > ul > li .box .ico.ico1_6::after {
  background-image: url(/src/img/ico/main_what_list_ico1_6.svg);
}
.main_page .main_what .main_what_list > ul > li .box .ico.ico2_1::after {
  background-image: url(/src/img/ico/main_what_list_ico2_1.svg);
}
.main_page .main_what .main_what_list > ul > li .box .ico.ico2_2::after {
  background-image: url(/src/img/ico/main_what_list_ico2_2.svg);
}
.main_page .main_what .main_what_list > ul > li .box .ico.ico2_3::after {
  background-image: url(/src/img/ico/main_what_list_ico2_3.svg);
}
.main_page .main_what .main_what_list > ul > li .box .ico.ico2_4::after {
  background-image: url(/src/img/ico/main_what_list_ico2_4.svg);
}
.main_page .main_what .main_what_list > ul > li .box .ico.ico2_5::after {
  background-image: url(/src/img/ico/main_what_list_ico2_5.svg);
}
.main_page .main_what .main_what_list.lng3 > ul {
  gap: 160px 30px;
}
.main_page .main_what .main_what_list.lng3 > ul > li {
  width: calc((100% - 60px) / 3);
}
.main_page .main_what .sect1 {
  background-color: rgba(58, 46, 136, 0.07);
}
.main_page .main_what .sect1 .main_what_list > ul > li:nth-child(1)::before {
  right: 100px;
  bottom: -110%;
  height: 110%;
  transform: rotate(-82deg);
  transform-origin: top center;
}
.main_page .main_what .sect1 .main_what_list > ul > li:nth-child(2)::before {
  left: 50%;
  bottom: -50px;
  height: 50px;
}
.main_page .main_what .sect1 .main_what_list > ul > li:nth-child(3)::before {
  left: 100px;
  bottom: -110%;
  height: 110%;
  transform: rotate(82deg);
  transform-origin: top center;
}
.main_page .main_what .sect1 .main_what_list > ul > li:nth-child(4)::before {
  right: 100px;
  top: 0;
  height: 110%;
  transform: rotate(-98deg);
  transform-origin: top center;
}
.main_page .main_what .sect1 .main_what_list > ul > li:nth-child(5)::before {
  left: 50%;
  top: -50px;
  height: 50px;
}
.main_page .main_what .sect1 .main_what_list > ul > li:nth-child(6)::before {
  left: 100px;
  top: 0;
  height: 110%;
  transform: rotate(98deg);
  transform-origin: top center;
}
.main_page .main_what .sect2 .main_what_list > ul > li:nth-child(1)::before {
  right: 100px;
  bottom: -110%;
  height: 110%;
  transform: rotate(-82deg);
  transform-origin: top center;
}
.main_page .main_what .sect2 .main_what_list > ul > li:nth-child(2)::before {
  left: 50%;
  bottom: -50px;
  height: 50px;
}
.main_page .main_what .sect2 .main_what_list > ul > li:nth-child(3)::before {
  left: 100px;
  bottom: -110%;
  height: 110%;
  transform: rotate(82deg);
  transform-origin: top center;
}
.main_page .main_what .sect2 .main_what_list > ul > li:nth-child(4)::before {
  right: 205px;
  top: 0;
  height: 100%;
  transform: rotate(-103deg);
  transform-origin: top center;
}
.main_page .main_what .sect2 .main_what_list > ul > li:nth-child(5)::before {
  left: 205px;
  top: 0;
  height: 100%;
  transform: rotate(103deg);
  transform-origin: top center;
}

@media (max-width: 1440px) {
  .main_page .main_what .main_what_list > ul > li .box {
    padding: 40px 30px;
  }
  .main_page .main_what .main_what_list > ul > li .box .txt .tit {
    font-size: 22px;
  }
  .main_page .main_what .main_what_list > ul > li .box .txt .desc {
    font-size: 18px;
  }
  .main_page .main_what .main_what_list > ul > li .box .ico::after {
    width: 90px;
    height: 90px;
    margin-right: -10px;
    margin-bottom: -25px;
  }
  .main_page .main_what .main_what_list.lng3 > ul {
    gap: 180px 25px;
  }
  .main_page .main_what .main_what_list.lng3 > ul > li {
    width: calc((100% - 50px) / 3);
  }
  .main_page .main_what .sect1 .main_what_list > ul > li:nth-child(1)::before {
    right: 80px;
    bottom: -100%;
    height: 100%;
    transform: rotate(-78deg);
  }
  .main_page .main_what .sect1 .main_what_list > ul > li:nth-child(3)::before {
    left: 80px;
    bottom: -100%;
    height: 100%;
    transform: rotate(78deg);
  }
  .main_page .main_what .sect1 .main_what_list > ul > li:nth-child(4)::before {
    right: 80px;
    height: 100%;
    transform: rotate(-102deg);
  }
  .main_page .main_what .sect1 .main_what_list > ul > li:nth-child(6)::before {
    left: 80px;
    height: 100%;
    transform: rotate(102deg);
  }
  .main_page .main_what .sect2 .main_what_list > ul > li:nth-child(1)::before {
    right: 80px;
    bottom: -100%;
    height: 100%;
    transform: rotate(-78deg);
  }
  .main_page .main_what .sect2 .main_what_list > ul > li:nth-child(3)::before {
    left: 80px;
    bottom: -100%;
    height: 100%;
    transform: rotate(78deg);
  }
  .main_page .main_what .sect2 .main_what_list > ul > li:nth-child(4)::before {
    right: 180px;
    transform: rotate(-105deg);
  }
  .main_page .main_what .sect2 .main_what_list > ul > li:nth-child(5)::before {
    left: 180px;
    transform: rotate(105deg);
  }
}
@media (max-width: 1240px) {
  .main_page .main_what .main_what_list > ul > li .box {
    height: 350px;
  }
  .main_page .main_what .main_what_list > ul > li .box .ico.pt0{padding-top: 20px;}
  .main_page .main_what .main_what_list > ul > li .box .ico.pt0::after {
    margin-bottom: -25px;
  }
}
@media (max-width: 991px) {
  .main_page .main_what .main_what_list {
    width: 100%;
    /* max-width: 440px; */
    margin: 0 auto;
  }
  .main_page .main_what .main_what_list::before {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: rgba(26, 31, 87, 0.14);
  }
  .main_page .main_what .main_what_list .list_tit {
    position: static;
    transform: translate(0, 0);
    width: 100%;
    max-width: 440px;
    margin: 0 auto 40px;
  }
  .main_page .main_what .main_what_list > ul {
    gap: 25px !important;
    justify-content: start;
  }
  .main_page .main_what .main_what_list > ul > li {
    /* width: 100% !important; */
    width: calc((100% - 25px)/2) !important;
  }
  .main_page .main_what .main_what_list > ul > li::before {
    display: none;
  }
  .main_page .main_what .main_what_list > ul > li .box {
    min-height: 330px;
    height: 100%;
  }
}
@media (max-width: 620px) {
  .main_page .main_what .in_sect {
    padding: 80px 0;
  }
  .main_page .main_what .main_what_list {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
  }
  .main_page .main_what .main_what_list .list_tit {
    max-width: none;
    height: 50px;
    margin-bottom: 20px;
    border-radius: 10px;
    /* font-size: 5vw; */
    font-size: 4vw;
  }
  .main_page .main_what .main_what_list > ul {
    gap: 15px 10px !important;
  }
  .main_page .main_what .main_what_list > ul > li {
    max-width: 580px;
    width: calc((100% - 10px)/2) !important;
  }
  .main_page .main_what .main_what_list > ul > li .box {
    min-height: 180px;
    height: 100%;
    border-radius: 15px;
    /* padding: 25px; */
    padding: 15px;
  }
  .main_page .main_what .main_what_list > ul > li .box .txt .tit {
    /* font-size: 5.2vw; */
    font-size: 3.4vw;
  }
  .main_page .main_what .main_what_list > ul > li .box .txt .desc {
    /* font-size: 3.8vw; */
    font-size: 3vw;
  }
  .main_page .main_what .main_what_list > ul > li .box .ico {
    padding-top: 0;
  }
  .main_page .main_what .main_what_list > ul > li .box .ico::after {
    width: 50px;
    height: 50px;
    margin-right: -5px;
    margin-bottom: -5px;
  }
  .main_page .main_what .main_what_list > ul > li .box .ico.pt0{padding-top: 0px;}
  .main_page .main_what .main_what_list > ul > li .box .ico.pt0::after {
    margin-bottom: -5px;
  }
}
.main_page .main_client {
  background-color: rgba(58, 46, 136, 0.07);
}
.main_page .main_client .main_client_list {
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
}
.main_page .main_client .main_client_list > ul {
  display: flex;
  gap: 40px 25px;
  flex-wrap: wrap;
}
.main_page .main_client .main_client_list > ul > li {
  width: calc((100% - 75px) / 4);
}
.main_page .main_client .main_client_list .item {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.main_page .main_client .main_client_list .item .img {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 138px;
  border: 1px solid #eee;
  border-radius: 20px;
  text-align: center;
}
.main_page .main_client .main_client_list .item .img + .txt {
  margin-top: 20px;
}
.main_page .main_client .main_client_list .item .txt .tit {
  font-size: 18px;
}

@media (max-width: 1240px) {
  .main_page .main_client .main_client_list {
    padding: 45px;
  }
  .main_page .main_client .main_client_list > ul {
    gap: 30px 20px;
  }
  .main_page .main_client .main_client_list > ul > li {
    width: calc((100% - 40px) / 3);
  }
  .main_page .main_client .main_client_list .item .img {
    height: 120px;
  }
}
@media (max-width: 991px) {
  .main_page .main_client .main_client_list > ul > li {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 620px) {
  .main_page .main_client .main_client_list {
    padding: 20px;
    border-radius: 10px;
  }
  .main_page .main_client .main_client_list > ul {
    gap: 15px 10px;
  }
  .main_page .main_client .main_client_list > ul > li {
    width: calc((100% - 10px) / 2);
  }
  .main_page .main_client .main_client_list .item .img {
    aspect-ratio: 220/131;
    height: auto;
    border-radius: 10px;
  }
  .main_page .main_client .main_client_list .item .img + .txt {
    margin-top: 10px;
  }
  .main_page .main_client .main_client_list .item .txt .tit {
    font-size: 14px;
  }
}
.main_page .main_contact{
  background-color: #312775;
}
.main_page .main_contact .main_tit{color: #fff;}
.main_page .main_contact .main_contact_desc {
  display: flex;
  align-items: center;
  gap: 60px;
}
.main_page .main_contact .main_contact_desc .img {
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
}
.main_page .main_contact .main_contact_desc .img > img {
  width: 100%;
}
.main_page .main_contact .main_contact_desc .txt {
  flex-shrink: 0;
  width: 420px;
}
.main_page .main_contact .main_contact_desc .desc_dl {
  padding: 45px 10px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.main_page .main_contact .main_contact_desc .desc_dl dl {
  display: flex;
  align-items: start;
  gap: 0 20px;
}
.main_page .main_contact .main_contact_desc .desc_dl dl dt {
  position: relative;
  padding-left: 25px;
  flex-shrink: 0;
  width: 145px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.main_page .main_contact .main_contact_desc .desc_dl dl dt::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.main_page .main_contact .main_contact_desc .desc_dl dl dd {
  width: 100%;
  padding-top: 2px;
  font-size: 20px;
  color: #fff;
  letter-spacing: -0.2px;
}
.main_page .main_contact .main_contact_desc .desc_dl dl + dl {
  margin-top: 40px;
}

@media (max-width: 1440px) {
  .main_page .main_contact .main_contact_desc {
    gap: 40px;
  }
}
@media (max-width: 1240px) {
  .main_page .main_contact .main_contact_desc {
    flex-direction: column;
    width: 100%;
    max-width: 756px;
    margin: 0 auto;
  }
  .main_page .main_contact .main_contact_desc .txt {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .main_page .main_contact .main_contact_desc {
    gap: 30px;
  }
  .main_page .main_contact .main_contact_desc .img {
    border-radius: 15px;
  }
  .main_page .main_contact .main_contact_desc .desc_dl {
    padding: 25px 15px;
  }
  .main_page .main_contact .main_contact_desc .desc_dl dl {
    flex-direction: column;
    gap: 0 15px;
  }
  .main_page .main_contact .main_contact_desc .desc_dl dl dt {
    width: 100px;
    padding-left: 15px;
    font-size: 5.2vw;
  }
  .main_page .main_contact .main_contact_desc .desc_dl dl dt::before {
    top: 50%; transform: translateY(-50%);
  }
  .main_page .main_contact .main_contact_desc .desc_dl dl dd {
    font-size: 3.8vw;
  }
  .main_page .main_contact .main_contact_desc .desc_dl dl + dl {
    margin-top: 20px;
  }
}
#footer .foot {
  padding: 60px 0 70px;
  text-align: center;
  background-color: #111;
}
#footer .foot .foot_Addr .line {
  display: flex;
  justify-content: center;
  gap: 10px 30px;
  flex-wrap: wrap;
}
#footer .foot .foot_Addr .line .t1 {
  font-size: 18px;
  color: #fff;
  line-height: 150%;
}
#footer .foot .foot_Addr .line + .line {
  margin-top: 10px;
}
#footer .foot .foot_copy {
  display: block;
  margin-top: 25px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 150%;
}

@media (max-width: 620px) {
  #footer .foot .foot_Addr .line {
    gap: 8px 15px;
  }
  #footer .foot .foot_Addr .line .t1 {
    font-size: 3.8vw;
  }
  #footer .foot .foot_Addr .line + .line {
    margin-top: 8px;
  }
  #footer .foot .foot_copy {
    margin-top: 20px;
    font-size: 3.8vw;
  }
}

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