.c1 {
  color: #324BEC !important;
}

.c0 {
  color: #000;
}

.c3 {
  color: #333;
}

.c6 {
  color: #666;
}

.c9 {
  color: #999;
}

.cf {
  color: #fff;
}

.ce {
  color: #eee;
}

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;
  letter-spacing: -0.25px;
}

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

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

sup, sub {
  font-size: 50%;
}

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

.pt25 {
  padding-top: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

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

.pt75 {
  padding-top: 75px;
}

.pb75 {
  padding-bottom: 75px;
}

.mt75 {
  margin-top: 75px;
}

.mb75 {
  margin-bottom: 75px;
}

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

.pt200 {
  padding-top: 200px;
}

.pb200 {
  padding-bottom: 200px;
}

.mt200 {
  margin-top: 200px;
}

.mb200 {
  margin-bottom: 200px;
}

@media screen and (max-width: 620px) {
  .pt5 {
    padding-top: 3px;
  }
  .pb5 {
    padding-bottom: 3px;
  }
  .mt5 {
    margin-top: 3px;
  }
  .mb5 {
    margin-bottom: 3px;
  }
  .pt10 {
    padding-top: 5px;
  }
  .pb10 {
    padding-bottom: 5px;
  }
  .mt10 {
    margin-top: 5px;
  }
  .mb10 {
    margin-bottom: 5px;
  }
  .pt15 {
    padding-top: 10px;
  }
  .pb15 {
    padding-bottom: 10px;
  }
  .mt15 {
    margin-top: 10px;
  }
  .mb15 {
    margin-bottom: 10px;
  }
  .pt20 {
    padding-top: 10px;
  }
  .pb20 {
    padding-bottom: 10px;
  }
  .mt20 {
    margin-top: 10px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
  .pt25 {
    padding-top: 15px;
  }
  .pb25 {
    padding-bottom: 15px;
  }
  .mt25 {
    margin-top: 15px;
  }
  .mb25 {
    margin-bottom: 15px;
  }
  .pt30 {
    padding-top: 15px;
  }
  .pb30 {
    padding-bottom: 15px;
  }
  .mt30 {
    margin-top: 15px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .pt40 {
    padding-top: 20px;
  }
  .pb40 {
    padding-bottom: 20px;
  }
  .mt40 {
    margin-top: 20px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .pt50 {
    padding-top: 25px;
  }
  .pb50 {
    padding-bottom: 25px;
  }
  .mt50 {
    margin-top: 25px;
  }
  .mb50 {
    margin-bottom: 25px;
  }
  .pt60 {
    padding-top: 30px;
  }
  .pb60 {
    padding-bottom: 30px;
  }
  .mt60 {
    margin-top: 30px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .pt70 {
    padding-top: 35px;
  }
  .pb70 {
    padding-bottom: 35px;
  }
  .mt70 {
    margin-top: 35px;
  }
  .mb70 {
    margin-bottom: 35px;
  }
  .pt75 {
    padding-top: 38px;
  }
  .pb75 {
    padding-bottom: 38px;
  }
  .mt75 {
    margin-top: 38px;
  }
  .mb75 {
    margin-bottom: 38px;
  }
  .pt80 {
    padding-top: 40px;
  }
  .pb80 {
    padding-bottom: 40px;
  }
  .mt80 {
    margin-top: 40px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .pt90 {
    padding-top: 45px;
  }
  .pb90 {
    padding-bottom: 45px;
  }
  .mt90 {
    margin-top: 45px;
  }
  .mb90 {
    margin-bottom: 45px;
  }
  .pt100 {
    padding-top: 50px;
  }
  .pb100 {
    padding-bottom: 50px;
  }
  .mt100 {
    margin-top: 50px;
  }
  .mb100 {
    margin-bottom: 50px;
  }
  .pt150 {
    padding-top: 75px;
  }
  .pb150 {
    padding-bottom: 75px;
  }
  .mt150 {
    margin-top: 75px;
  }
  .mb150 {
    margin-bottom: 75px;
  }
  .pt200 {
    padding-top: 100px;
  }
  .pb200 {
    padding-bottom: 100px;
  }
  .mt200 {
    margin-top: 100px;
  }
  .mb200 {
    margin-bottom: 100px;
  }
}
.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;
}

.pl25 {
  padding-left: 25px;
}

.pr25 {
  padding-right: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mr25 {
  margin-right: 25px;
}

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

.pl75 {
  padding-left: 75px;
}

.pr75 {
  padding-right: 75px;
}

.ml75 {
  margin-left: 75px;
}

.mr75 {
  margin-right: 75px;
}

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

.pl200 {
  padding-left: 200px;
}

.pr200 {
  padding-right: 200px;
}

.ml200 {
  margin-left: 200px;
}

.mr200 {
  margin-right: 200px;
}

@media screen and (max-width: 620px) {
  .pl5 {
    padding-left: 3px;
  }
  .pr5 {
    padding-right: 3px;
  }
  .ml5 {
    margin-left: 3px;
  }
  .mr5 {
    margin-right: 3px;
  }
  .pl10 {
    padding-left: 5px;
  }
  .pr10 {
    padding-right: 5px;
  }
  .ml10 {
    margin-left: 5px;
  }
  .mr10 {
    margin-right: 5px;
  }
  .pl15 {
    padding-left: 10px;
  }
  .pr15 {
    padding-right: 10px;
  }
  .ml15 {
    margin-left: 10px;
  }
  .mr15 {
    margin-right: 10px;
  }
  .pl20 {
    padding-left: 10px;
  }
  .pr20 {
    padding-right: 10px;
  }
  .ml20 {
    margin-left: 10px;
  }
  .mr20 {
    margin-right: 10px;
  }
  .pl25 {
    padding-left: 18px;
  }
  .pr25 {
    padding-right: 18px;
  }
  .ml25 {
    margin-left: 18px;
  }
  .mr25 {
    margin-right: 18px;
  }
  .pl30 {
    padding-left: 18px;
  }
  .pr30 {
    padding-right: 18px;
  }
  .ml30 {
    margin-left: 18px;
  }
  .mr30 {
    margin-right: 18px;
  }
}
/* 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;
}

.tdu {
  text-decoration: underline;
}

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

.tov2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.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 */
.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz24 {
  font-size: 24px;
}

.fz30 {
  font-size: 30px;
}

.fz44 {
  font-size: 44px;
}

.fz54 {
  font-size: 54px;
}

.fz64 {
  font-size: 64px;
}

@media screen and (max-width: 1240px) {
  .fz14 {
    font-size: 12px;
  }
  .fz16 {
    font-size: 14px;
  }
  .fz18 {
    font-size: 16px;
  }
  .fz20 {
    font-size: 18px;
  }
  .fz24 {
    font-size: 20px;
  }
  .fz30 {
    font-size: 24px;
  }
  .fz44 {
    font-size: 34px;
  }
  .fz54 {
    font-size: 44px;
  }
  .fz64 {
    font-size: 50px;
  }
}
@media screen and (max-width: 620px) {
  .fz14 {
    font-size: 12px;
  }
  .fz16 {
    font-size: 12px;
  }
  .fz18 {
    font-size: 14px;
  }
  .fz20 {
    font-size: 16px;
  }
  .fz24 {
    font-size: 18px;
  }
  .fz30 {
    font-size: 20px;
  }
  .fz44 {
    font-size: 22px;
  }
  .fz54 {
    font-size: 24px;
  }
  .fz64 {
    font-size: 30px;
  }
}
/* 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: 80px;
  text-align: center;
  font-size: 0;
}
.page_num a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #999;
  line-height: 40px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.page_num .act {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #324BEC;
}
.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 (max-width: 620px) {
  .page_num {
    margin-top: 40px;
  }
  .page_num a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}
.container {
  width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .container {
    width: 90%;
  }
}

.w_container {
  width: 1600px;
  margin: 0 auto;
}

@media screen and (max-width: 1640px) {
  .w_container {
    width: 1400px;
  }
}
@media screen and (max-width: 1440px) {
  .w_container {
    width: 90%;
  }
}
.ww_container {
  width: calc(100% - 200px);
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .ww_container {
    width: 90%;
  }
}
@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(50, 75, 236);
  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(50, 75, 236);
  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('d720')
@include respond-to('d326') 
*/
.js_ani_wrap .g_ani {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 50);
}
.js_ani_wrap .g_ani.l {
  transform: matrix(1, 0, 0, 1, -50, 0);
}
.js_ani_wrap .g_ani.r {
  transform: matrix(1, 0, 0, 1, 50, 0);
}
.js_ani_wrap .g_ani.t {
  transform: matrix(1, 0, 0, 1, 0, -50);
}

@media (max-width: 1240px) {
  .m_body_ovh {
    overflow: hidden;
    touch-action: none;
  }
}
.sys_logo {
  display: block;
  width: 111px;
  height: 54px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sys_logo > a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

@media (max-width: 620px) {
  .sys_logo {
    width: 83px;
    height: 40px;
  }
}
#header .hd {
  position: relative;
  height: 110px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
#header .hd .gnb_bg {
  transition: height 0.3s;
  z-index: 30;
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
  box-shadow: 20px 10px 20px rgba(0, 0, 0, 0.05);
  background-image: url(/src/img/hd_gnb_bg.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 100px) bottom;
}
#header .hd .hd_inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
#header .hd .hd_inner > .l_cont {
  flex-shrink: 0;
}
#header .hd .hd_inner > .r_cont {
  flex-shrink: 0;
  margin-left: auto;
}
#header .hd .hd_logo {
  background-image: url(/src/img/logo.svg);
}
#header .hd .gnb {
  z-index: 35;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#header .hd .gnb > ul {
  display: flex;
}
#header .hd .gnb > ul > li {
  position: relative;
  width: 200px;
  text-align: center;
}
#header .hd .gnb > ul > li .t1 {
  transition: color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 110px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 150%;
}
#header .hd .gnb .dep2 {
  transition: opacity 0.3s;
  position: absolute;
  top: 109px;
  left: 0;
  opacity: 0;
  width: 100%;
}
#header .hd .gnb .dep2 > ul {
  display: none;
  min-height: 324px;
  padding: 40px 0;
}
#header .hd .gnb .dep2 > ul > li .t2 {
  text-underline-position: under;
  font-size: 16px;
  color: #000;
  line-height: 150%;
  font-weight: 500;
}
#header .hd .gnb .dep2 > ul > li + li {
  margin-top: 20px;
}
#header .hd .menu_btn {
  position: relative;
  width: 80px;
  height: 23px;
}
#header .hd .menu_btn .bar {
  transition: transform 0.3s, width 0.3s;
  position: absolute;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
}
#header .hd .menu_btn .bar:nth-child(1) {
  top: 0;
}
#header .hd .menu_btn .bar:nth-child(2) {
  transition: width 0.3s;
  top: calc(50% - 2px);
  width: calc(100% - 20px);
}
#header .hd .menu_btn .bar:nth-child(3) {
  bottom: 0;
}

@media (hover: hover) {
  #header .gnb > ul > li:hover .t1 {
    color: #324BEC !important;
  }
  #header .gnb .dep2 > ul > li:hover .t2 {
    text-decoration: underline;
  }
  #header .menu_btn:hover .bar:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 1840px) {
  #header .hd .gnb_bg {
    background-position: calc(100% - 80px) bottom;
  }
  #header .hd .hd_inner {
    justify-content: space-between;
    gap: 0 40px;
  }
  #header .hd .hd_inner > .r_cont {
    margin-left: 0;
  }
  #header .hd .gnb {
    position: static;
    transform: translateX(0);
  }
  #header .hd .gnb > ul > li {
    width: 160px;
  }
}
@media screen and (max-width: 1640px) {
  #header .hd .gnb > ul > li {
    width: 140px;
  }
  #header .hd .gnb > ul > li .t1 {
    font-size: 16px;
  }
  #header .hd .dep2 > ul > li .t2 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  #header .hd .gnb {
    display: none;
  }
}
@media (max-width: 620px) {
  #header .hd {
    height: 70px;
  }
}
.index_wrap #header .hd {
  border-bottom: 0;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
}
.index_wrap #header .hd .hd_logo {
  background-image: url(/src/img/logo_white.svg);
}
.index_wrap #header .hd .gnb > ul > li .t1 {
  color: #fff;
}
.index_wrap #header .hd .menu_btn .bar {
  background-color: #fff;
}
.index_wrap #header .hd::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.index_wrap #header .hd.scroll_down {
  border-bottom: 1px solid #eee;
  background: none;
  background-color: #fff;
}
.index_wrap #header .hd.scroll_down .hd_logo {
  background-image: url(/src/img/logo.svg);
}
.index_wrap #header .hd.scroll_down .gnb > ul > li .t1 {
  color: #000;
}
.index_wrap #header .hd.scroll_down .menu_btn .bar {
  background-color: #000;
}
.index_wrap #header .hd.scroll_down::after {
  display: none;
}

#header .hd.gnb_act {
  border-bottom: 1px solid #eee !important;
  background: none;
  background-color: #fff !important;
}
#header .hd.gnb_act .gnb_bg {
  height: 324px;
}
#header .hd.gnb_act .hd_logo {
  background-image: url(/src/img/logo.svg) !important;
}
#header .hd.gnb_act .gnb > ul > li .t1 {
  color: #000 !important;
}
#header .hd.gnb_act .gnb .dep2 {
  transition-delay: 0.1s;
  opacity: 1;
}
#header .hd.gnb_act .gnb .dep2 > ul {
  display: block;
}
#header .hd.gnb_act .menu_btn .bar {
  background-color: #000 !important;
}
#header .hd.gnb_act::after {
  display: none;
}

@media (hover: hover) {
  #header .hd.gnb_act .gnb > ul > li:hover .t1 {
    color: #324BEC !important;
  }
}
#header .hd_fix {
  width: 100%;
  height: 110px;
}
#header .hd_fix .hd {
  transition: top 0.5s;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#header .hd_fix .hd.hide {
  transition: top 1s;
  top: -100%;
}

@media (max-width: 620px) {
  #header .hd_fix {
    height: 70px;
  }
}
.index_wrap #header .hd_fix {
  height: 0;
}

.all_menu_modal {
  transition: opacity 0.3s;
  z-index: 100;
  position: fixed;
  top: 0;
  right: -100%;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.all_menu_modal .mod {
  transition: right 0.3s;
  position: absolute;
  top: 0;
  right: -100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 1460px;
  max-width: calc(100% - 140px);
  height: 100%;
  background-color: #fff;
  background-image: url(/src/img/all_menu_bg.png);
  background-position: calc(100% - 100px) bottom;
  background-repeat: no-repeat;
}
.all_menu_modal .mod_ovy {
  overflow-y: auto;
}
.all_menu_modal .mod_inner {
  max-height: 100%;
  padding: 100px;
}
.all_menu_modal .close_btn {
  position: absolute;
  top: 44px;
  right: 100px;
  opacity: 0;
  width: 80px;
  height: 23px;
}
.all_menu_modal .close_btn .bar {
  transition: transform 0.3s, width 0.3s;
  transition-delay: 0.3s;
  position: absolute;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
}
.all_menu_modal .close_btn .bar:nth-child(1) {
  top: 0;
}
.all_menu_modal .close_btn .bar:nth-child(2) {
  transition: width 0.3s;
  top: calc(50% - 2px);
  width: calc(100% - 20px);
  transition-delay: 0.3s;
}
.all_menu_modal .close_btn .bar:nth-child(3) {
  bottom: 0;
}
.all_menu_modal .menu {
  width: 100%;
}
.all_menu_modal .menu > ul {
  display: grid;
  gap: 100px 20px;
  grid-template-columns: repeat(4, 1fr);
}
.all_menu_modal .menu > ul > li .t1 {
  transition: color 0.3s;
  display: block;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-align: left;
  line-height: 150%;
}
.all_menu_modal .menu > ul > li .t1.m {
  display: none;
}
.all_menu_modal .menu > ul > li .t1 + .dep2 {
  margin-top: 40px;
}
.all_menu_modal .menu .dep2 > ul > li .t2 {
  text-underline-position: under;
  padding: 5px 0;
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
}
.all_menu_modal .menu .dep2 > ul > li + li {
  margin-top: 15px;
}
.all_menu_modal.act {
  right: 0;
  opacity: 1;
}
.all_menu_modal.act .mod {
  right: 0;
}
.all_menu_modal.act .close_btn {
  opacity: 1;
}
.all_menu_modal.act .close_btn .bar:nth-child(1) {
  transform: rotate(15deg);
  transform-origin: left;
}
.all_menu_modal.act .close_btn .bar:nth-child(2) {
  width: 0;
}
.all_menu_modal.act .close_btn .bar:nth-child(3) {
  transform: rotate(-15deg);
  transform-origin: left;
}

@media (hover: hover) {
  .all_menu_modal .menu > ul > li:hover .t1.pc {
    color: #324BEC;
  }
  .all_menu_modal .menu .dep2 > ul > li:hover .t2 {
    text-decoration: underline;
  }
}
@media (max-width: 1440px) {
  .all_menu_modal .mod {
    background-position: calc(100% - 80px) bottom;
  }
  .all_menu_modal .mod_inner {
    padding: 80px;
  }
  .all_menu_modal .close_btn {
    right: 5vw;
  }
  .all_menu_modal .menu > ul {
    gap: 60px 20px;
  }
  .all_menu_modal .menu > ul > li .t1 {
    font-size: 20px;
  }
  .all_menu_modal .menu .dep2 > ul > li .t2 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .all_menu_modal .mod {
    background-image: none;
  }
  .all_menu_modal .menu > ul {
    grid-template-columns: 1fr;
  }
  .all_menu_modal .menu > ul > li .t1.pc {
    display: none;
  }
  .all_menu_modal .menu > ul > li .t1.m {
    display: block;
  }
  .all_menu_modal .menu > ul > li .dep2 {
    display: none;
  }
  .all_menu_modal .menu > ul > li.act .t1.m {
    color: #324BEC;
  }
}
@media (max-width: 620px) {
  .all_menu_modal .mod {
    max-width: calc(100% - 70px);
  }
  .all_menu_modal .mod_inner {
    padding: 40px;
  }
  .all_menu_modal .close_btn {
    top: 24px;
  }
  .all_menu_modal .menu > ul {
    gap: 30px 10px;
  }
  .all_menu_modal .menu > ul > li .t1 {
    font-size: 18px;
  }
  .all_menu_modal .menu > ul > li .t1 + .dep2 {
    margin-top: 20px;
  }
  .all_menu_modal .menu .dep2 > ul > li .t2 {
    font-size: 14px;
  }
  .all_menu_modal .menu .dep2 > ul > li + li {
    margin-top: 10px;
  }
}
.major_business_v2 {
  overflow: hidden;
}
.major_business_v2 > ul {
  display: flex;
  gap: 2px;
}
.major_business_v2 > ul > li {
  transition: width 0.3s;
  overflow: hidden;
  width: 20%;
  height: 800px;
}
.major_business_v2 .item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.major_business_v2 .item .bg {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.major_business_v2 .item .bg > img {
  transition: opacity 0.3s;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: left center;
}
.major_business_v2 .item .bg::before {
  content: "";
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.major_business_v2 .item .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 550px;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.major_business_v2 .item .txt {
  transition: top 0.3s;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding: 40px 20px;
  text-align: center;
}
.major_business_v2 .item .txt .tit {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  word-break: break-all;
}
.major_business_v2 .item .txt .tit + .cate {
  margin-top: 15px;
}
.major_business_v2 .item .txt .cate {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}
.major_business_v2 .item .txt .desc {
  display: none;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.major_business_v2 .item .txt .arrow_ico {
  display: none;
  width: 60px;
  height: 60px;
  margin-top: 80px;
  border-radius: 5px;
  background-color: #324BEC;
  background-image: url(/src/img/ico/majorbusiness_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}

@media (hover: hover) {
  .major_business_v2 > ul > li:hover {
    width: 572px;
    flex-shrink: 0;
  }
  .major_business_v2 > ul > li:hover .item {
    width: 572px;
  }
  .major_business_v2 > ul > li:hover .item .bg > img {
    opacity: 1;
  }
  .major_business_v2 > ul > li:hover .item .bg::before {
    opacity: 0;
  }
  .major_business_v2 > ul > li:hover .item .bg::after {
    display: block;
  }
  .major_business_v2 > ul > li:hover .item .txt {
    top: 0;
    transform: translateY(0);
    padding: 80px;
    text-align: left;
  }
  .major_business_v2 > ul > li:hover .item .txt .tit {
    font-size: 40px;
  }
  .major_business_v2 > ul > li:hover .item .txt .desc {
    display: block;
  }
  .major_business_v2 > ul > li:hover .item .txt .arrow_ico {
    display: block;
  }
}
@media (max-width: 1240px) {
  .major_business_v2 > ul {
    flex-direction: column;
  }
  .major_business_v2 > ul > li {
    width: 100% !important;
    height: auto;
  }
  .major_business_v2 .item {
    width: 100% !important;
  }
  .major_business_v2 .item .bg {
    position: absolute;
    top: 0;
    left: 0;
  }
  .major_business_v2 .item .bg > img {
    object-position: center center;
  }
  .major_business_v2 .item .bg::after {
    height: 100%;
  }
  .major_business_v2 .item .txt {
    position: static;
    transform: translateY(0);
    padding: 100px 5% !important;
  }
  .major_business_v2 .item .txt .tit {
    font-size: 24px !important;
  }
  .major_business_v2 .item .txt .cate {
    font-size: 16px;
  }
  .major_business_v2 .item .txt .desc {
    font-size: 16px;
  }
}
@media (max-width: 620px) {
  .major_business_v2 .item .bg::after {
    display: none;
  }
  .major_business_v2 .item .txt {
    padding: 50px 5% !important;
    text-align: center !important;
  }
  .major_business_v2 .item .txt .tit {
    font-size: 20px !important;
  }
  .major_business_v2 .item .txt .tit + .cate {
    margin-top: 10px;
  }
  .major_business_v2 .item .txt .cate {
    font-size: 14px;
  }
  .major_business_v2 .item .txt .desc {
    display: none !important;
  }
  .major_business_v2 .item .txt .arrow_ico {
    display: none !important;
  }
}
.main_page .major_business_v2 .item .bg > img {
  opacity: 0.3;
}
.main_page .major_business_v2 .item .bg::before {
  display: none;
}

.main_intro {
  transition: -webkit-clip-path 0.7s ease-in-out, clip-path 0.7s ease-in-out;
  transition-delay: 0.5s;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 1500;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 100px;
  background-color: #000;
}
.main_intro.act {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

@media (max-width: 1440px) {
  .main_intro {
    padding: 100px 5%;
  }
}
@media (max-width: 620px) {
  .main_intro {
    padding: 50px 5%;
  }
}
.main_page section + section {
  margin-top: 250px;
}
.main_page .main_tit_line {
  margin-bottom: 100px;
}
.main_page .main_tit {
  font-size: 54px;
  font-weight: bold;
  color: #000;
}
.main_page .main_tit + .main_desc {
  margin-top: 40px;
}
.main_page .main_desc {
  font-size: 20px;
}
.main_page .mid_bg {
  padding-top: 250px;
  background-image: url(/src/img/main_mid_bg.jpg);
  background-size: cover;
  background-position: center;
}
.main_page .mid_bg .main_tit, .main_page .mid_bg .main_desc {
  color: #fff;
}
.main_page .mid_bg + section {
  margin-top: 250px;
}

@media (max-width: 1240px) {
  .main_page .main_tit {
    font-size: 44px;
  }
  .main_page .main_desc {
    font-size: 18px;
  }
}
@media (max-width: 620px) {
  .main_page section + section {
    margin-top: 125px;
  }
  .main_page .main_tit_line {
    margin-bottom: 50px;
  }
  .main_page .main_tit {
    font-size: 24px;
  }
  .main_page .main_tit + .main_desc {
    margin-top: 20px;
  }
  .main_page .main_desc {
    font-size: 16px;
  }
  .main_page .mid_bg {
    padding-top: 125px;
  }
  .main_page .mid_bg + section {
    margin-top: 125px;
  }
}
@keyframes width_ani {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.main_page .main_slide {
  position: relative;
}
.main_page .main_slide .main_mask {
  overflow: hidden;
}
.main_page .main_slide .main_mask .item {
  position: relative;
}
.main_page .main_slide .main_mask .item .bg {
  position: relative;
  overflow: hidden;
  display: block;
  height: 970px;
}
.main_page .main_slide .main_mask .item .bg > img {
  transition: transform 2s;
  transform: scale(1.2);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main_page .main_slide .main_mask .item .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000719;
  background: linear-gradient(0deg, rgba(0, 7, 25, 0.9) 0%, rgba(0, 7, 25, 0) 100%);
}
.main_page .main_slide .main_mask .item .txt {
  position: absolute;
  bottom: 200px;
  left: 50%;
  transform: translateX(-50%);
}
.main_page .main_slide .main_mask .item .txt .t1 {
  font-size: 64px;
  color: #fff;
}
.main_page .main_slide .main_mask .item .txt .t1 b {
  font-weight: bold;
}
.main_page .main_slide .main_mask .item .txt .t1 + .t2 {
  margin-top: 40px;
}
.main_page .main_slide .main_mask .item .txt .t2 {
  font-size: 24px;
  color: #fff;
}
.main_page .main_slide .main_mask .item .txt .ani_t {
  transition: opacity 0.7s, transform 0.7s;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 50);
}
.main_page .main_slide .main_mask .item.swiper-slide-active .bg > img {
  transform: scale(1);
}
.main_page .main_slide .main_mask .item.swiper-slide-active .txt .ani_t {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.main_page .main_slide .main_mask .item.swiper-slide-active .txt .ani_t:nth-child(1) {
  transition-delay: 0.2s;
}
.main_page .main_slide .main_mask .item.swiper-slide-active .txt .ani_t:nth-child(2) {
  transition-delay: 0.4s;
}
.main_page .main_slide .arrow_btns {
  z-index: 5;
  position: absolute;
  bottom: 200px;
  right: 100px;
  display: flex;
}
.main_page .main_slide .arrow_btns .arrow_btn {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url(/src/img/ico/main_slide_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.main_page .main_slide .arrow_btns .arrow_btn.next {
  transform: scaleX(-1);
  margin-left: -10px;
}
.main_page .main_slide .progress_bar {
  z-index: 5;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  height: 6px;
  border-radius: 50rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.main_page .main_slide .progress_bar .ani_bar {
  animation: width_ani 5s forwards;
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background-color: #324BEC;
}

@media (hover: hover) {
  .main_page .main_slide .arrow_btns .arrow_btn:hover {
    transition: background-color 0.3s;
    z-index: 5;
    position: relative;
    background-color: #324BEC;
  }
}
@media (max-width: 1440px) {
  .main_page .main_slide .arrow_btns {
    display: none;
  }
}
@media (max-width: 1240px) {
  .main_page .main_slide .main_mask .item .txt .t1 {
    font-size: 50px;
  }
  .main_page .main_slide .main_mask .item .txt .t2 {
    font-size: 20px;
  }
}
@media (max-width: 620px) {
  .main_page .main_slide .main_mask .item .bg {
    aspect-ratio: 720/1280;
    height: auto;
  }
  .main_page .main_slide .main_mask .item .txt {
    bottom: 100px;
  }
  .main_page .main_slide .main_mask .item .txt .t1 {
    font-size: 30px;
  }
  .main_page .main_slide .main_mask .item .txt .t1 + .t2 {
    margin-top: 20px;
  }
  .main_page .main_slide .main_mask .item .txt .t2 {
    font-size: 18px;
  }
  .main_page .main_slide .progress_bar {
    bottom: 20px;
    height: 3px;
  }
}
.main_page .solution_sect .main_tit_line {
  text-align: center;
}

.main_page .main_solution_list > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.main_page .main_solution_list .item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.main_page .main_solution_list .item .img_wrap {
  position: relative;
  height: 470px;
}
.main_page .main_solution_list .item .img_wrap::after {
  content: "";
  transition: height 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px) brightness(1);
  -webkit-backdrop-filter: blur(15px) brightness(1);
}
.main_page .main_solution_list .item .img {
  transition: clip-path 0.3s;
  clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0% 100%);
  position: relative;
  height: 100%;
}
.main_page .main_solution_list .item .img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main_page .main_solution_list .item .img::after {
  content: "";
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.main_page .main_solution_list .item .txt {
  transition: height 0.3s;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80%;
}
.main_page .main_solution_list .item .txt .ico {
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.main_page .main_solution_list .item .txt .tit {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.main_page .main_solution_list .item .txt .tit + .desc {
  margin-top: 10px;
}
.main_page .main_solution_list .item .txt .desc {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}
.main_page .main_solution_list .item.item1 .txt .ico {
  background-image: url(/src/img/ico/main_solution_ico1.svg);
}
.main_page .main_solution_list .item.item2 .txt .ico {
  background-image: url(/src/img/ico/main_solution_ico2.svg);
}
.main_page .main_solution_list .item.item3 .txt .ico {
  background-image: url(/src/img/ico/main_solution_ico3.svg);
}
.main_page .main_solution_list .item.item4 .txt .ico {
  background-image: url(/src/img/ico/main_solution_ico4.svg);
}

@media (hover: hover) {
  .main_page .main_solution_list .item:hover .img_wrap::after {
    height: 0;
  }
  .main_page .main_solution_list .item:hover .img {
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .main_page .main_solution_list .item:hover .img::after {
    opacity: 1;
  }
  .main_page .main_solution_list .item:hover .txt {
    height: 100%;
  }
}
@media (max-width: 1240px) {
  .main_page .main_solution_list > ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .main_page .main_solution_list .item .txt .tit {
    font-size: 20px;
  }
  .main_page .main_solution_list .item .txt .desc {
    font-size: 16px;
  }
}
@media (max-width: 620px) {
  .main_page .main_solution_list > ul {
    gap: 10px;
  }
  .main_page .main_solution_list .item .img_wrap {
    height: auto;
  }
  .main_page .main_solution_list .item .img_wrap::after {
    display: none;
  }
  .main_page .main_solution_list .item .img {
    clip-path: unset;
  }
  .main_page .main_solution_list .item .img::after {
    opacity: 1;
  }
  .main_page .main_solution_list .item .txt {
    height: 100%;
  }
  .main_page .main_solution_list .item .txt .ico {
    width: 30px;
    height: 30px;
    margin-bottom: 20px;
  }
  .main_page .main_solution_list .item .txt .tit {
    font-size: 18px;
  }
  .main_page .main_solution_list .item .txt .tit + .desc {
    margin-top: 5px;
  }
  .main_page .main_solution_list .item .txt .desc {
    font-size: 14px;
  }
}
.main_page .major_sect .main_tit_line {
  margin-bottom: 0;
  padding-bottom: 100px;
  background-image: url(/src/img/main_majorsect_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

@media (max-width: 620px) {
  .main_page .major_sect .main_tit_line {
    padding-bottom: 50px;
  }
}
@media (max-width: 1240px) {
  .main_page .major_sect .main_tit_line {
    background-image: none;
  }
}
.main_page .case_sect .main_tit_line {
  display: flex;
  gap: 0 40px;
}
.main_page .case_sect .main_tit_line > .l_cont {
  width: 100%;
}
.main_page .case_sect .main_tit_line > .r_cont {
  flex-shrink: 0;
  margin-left: auto;
}

@media (max-width: 620px) {
  .main_page .case_sect .main_tit_line {
    gap: 0 20px;
  }
}
.main_page .main_case_slide {
  overflow: hidden;
}
.main_page .main_case_slide .arrow_btns {
  display: flex;
}
.main_page .main_case_slide .arrow_btns .arrow_btn {
  width: 88px;
  height: 88px;
  border: 1px solid #eee;
  border-radius: 50%;
  background-image: url(/src/img/ico/maincase_slide_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.main_page .main_case_slide .arrow_btns .arrow_btn.next {
  transform: scaleX(-1);
  margin-left: -10px;
}
.main_page .main_case_slide .main_case_mask .item {
  margin-left: -1px;
  border: 1px solid #eee;
}
.main_page .main_case_slide .main_case_mask .item .box {
  transition: opacity 0.3s;
  position: relative;
  opacity: 0.1;
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px;
}
.main_page .main_case_slide .main_case_mask .item .box .img {
  aspect-ratio: 1/1;
}
.main_page .main_case_slide .main_case_mask .item .box .img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main_page .main_case_slide .main_case_mask .item .box .txt {
  position: absolute;
  top: 40px;
  left: 40px;
  transition: opacity 0.3s;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.7);
}
.main_page .main_case_slide .main_case_mask .item .box .txt .cate {
  font-size: 18px;
  color: #fff;
}
.main_page .main_case_slide .main_case_mask .item .box .txt .cate + .tit {
  margin-top: 10px;
}
.main_page .main_case_slide .main_case_mask .item .box .txt .tit {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
.main_page .main_case_slide .main_case_mask .item.swiper-slide-prev .box, .main_page .main_case_slide .main_case_mask .item.swiper-slide-active .box, .main_page .main_case_slide .main_case_mask .item.swiper-slide-next .box {
  opacity: 1;
}

@media (hover: hover) {
  .main_page .main_case_slide .arrow_btns .arrow_btn:hover {
    transition: background-color 0.3s;
    z-index: 5;
    position: relative;
    background-image: url(/src/img/ico/maincase_slide_arrow_act.svg);
    background-color: #324BEC;
  }
  .main_page .main_case_slide .main_case_mask .item:hover .box .txt {
    opacity: 1;
  }
}
@media (max-width: 1440px) {
  .main_page .main_case_slide .arrow_btns {
    display: none;
  }
}
@media (max-width: 1240px) {
  .main_page .main_case_slide .main_case_mask .item .box .img + .txt {
    margin-top: 40px;
  }
  .main_page .main_case_slide .main_case_mask .item .box .txt {
    position: static;
    opacity: 1;
    display: block;
    width: 100%;
    padding: 0;
    background-color: transparent;
  }
  .main_page .main_case_slide .main_case_mask .item .box .txt .cate {
    font-size: 16px;
    color: #333;
  }
  .main_page .main_case_slide .main_case_mask .item .box .txt .tit {
    font-size: 20px;
    color: #000;
  }
  .main_page .main_case_slide .main_case_mask .item.swiper-slide-prev .box {
    opacity: 0.1;
  }
}
@media (max-width: 620px) {
  .main_page .main_case_slide .main_case_mask .item .box {
    padding: 20px;
  }
  .main_page .main_case_slide .main_case_mask .item .box .img + .txt {
    margin-top: 20px;
  }
  .main_page .main_case_slide .main_case_mask .item .box .txt .cate {
    font-size: 14px;
  }
  .main_page .main_case_slide .main_case_mask .item .box .txt .cate + .tit {
    margin-top: 5px;
  }
  .main_page .main_case_slide .main_case_mask .item .box .txt .tit {
    font-size: 18px;
  }
}
.main_page .main_cursor_wrap {
  position: relative;
}
.main_page .main_cursor_wrap .slide_cursor {
  transition: transform 0.3s, opacity 0.3s;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%) scale(0.7);
  pointer-events: none;
  user-select: none;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  backdrop-filter: blur(8px) brightness(1.2);
}
.main_page .main_cursor_wrap .slide_cursor::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: 10px;
  width: 8px;
  height: 8px;
  background-image: url(/src/img/ico/maincursor_slide_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.main_page .main_cursor_wrap .slide_cursor::after {
  content: "";
  transform: scaleX(-1);
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  width: 8px;
  height: 8px;
  background-image: url(/src/img/ico/maincursor_slide_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.main_page .main_cursor_wrap.act .slide_cursor {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

@media (max-width: 1240px) {
  .main_page .main_cursor_wrap .slide_cursor {
    display: none;
  }
}
.main_page .archive_sect {
  margin-top: 0;
  padding: 250px 0;
  background-image: url(/src/img/main_archivesect_bg.jpg);
  background-size: cover;
  background-position: center bottom;
}
.main_page .archive_sect .main_tit_line {
  text-align: center;
}

@media (max-width: 620px) {
  .main_page .archive_sect {
    padding: 125px 0;
  }
}
.main_page .main_archive_list > ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.main_page .main_archive_list > ul > li {
  min-width: 0;
}
.main_page .main_archive_list .item {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  width: 100%;
  min-height: 385px;
  height: 100%;
  padding: 60px;
  border: 1px solid #eee;
  background-color: #fff;
}
.main_page .main_archive_list .item .date {
  font-size: 16px;
  color: #999;
}
.main_page .main_archive_list .item .tit {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.main_page .main_archive_list .item .desc {
  font-size: 16px;
}
.main_page .main_archive_list .item .arrow_ico {
  display: block;
  margin-top: auto;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background-color: #324BEC;
  background-image: url(/src/img/ico/main_archivelist_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}

@media (hover: hover) {
  .main_page .main_archive_list .item:hover {
    transition: border 0.3s, background-color 0.3s;
    border: 1px solid #324BEC;
    background-color: #324BEC;
  }
  .main_page .main_archive_list .item:hover .date, .main_page .main_archive_list .item:hover .tit, .main_page .main_archive_list .item:hover .desc {
    color: #fff;
  }
  .main_page .main_archive_list .item:hover .arrow_ico {
    background-color: #fff;
    background-image: url(/src/img/ico/main_archivelist_arrow_act.svg);
  }
}
@media screen and (max-width: 1640px) {
  .main_page .main_archive_list .item {
    min-height: 345px;
    padding: 40px;
  }
}
@media (max-width: 1440px) {
  .main_page .main_archive_list > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1240px) {
  .main_page .main_archive_list .item {
    min-height: 310px;
  }
  .main_page .main_archive_list .item .date {
    font-size: 14px;
  }
  .main_page .main_archive_list .item .tit {
    font-size: 18px;
  }
  .main_page .main_archive_list .item .desc {
    font-size: 14px;
  }
}
@media (max-width: 620px) {
  .main_page .main_archive_list > ul {
    gap: 10px;
  }
  .main_page .main_archive_list .item {
    gap: 10px;
    min-height: 188px;
    padding: 20px;
  }
  .main_page .main_archive_list .item .date {
    font-size: 12px;
  }
  .main_page .main_archive_list .item .tit {
    font-size: 16px;
  }
  .main_page .main_archive_list .item .desc {
    font-size: 12px;
  }
  .main_page .main_archive_list .item .arrow_ico {
    width: 30px;
    height: 30px;
    background-size: 12px auto;
  }
}
.s_top {
  margin-bottom: 150px;
}

@media (max-width: 620px) {
  .s_top {
    margin-bottom: 75px;
  }
}
@keyframes txt-in {
  to {
    transform: translate(0%, 0%) rotateX(0);
  }
}
.sub_tit {
  padding-top: 150px;
  text-align: center;
}
.sub_tit .tit {
  font-size: 54px;
  font-weight: bold;
  color: #000;
  line-height: 120%;
}
.sub_tit .tit .word .char {
  animation: txt-in 1.6s cubic-bezier(0.2, 0, 0.1, 1) both;
  animation-delay: calc(30ms * var(--char-index));
  display: inline-block;
  transform: translate(0%, 60%) rotateX(-90deg);
}
.sub_tit .tit + .path {
  margin-top: 20px;
}
.sub_tit .path {
  font-size: 0;
}
.sub_tit .path .t1 {
  color: #000;
  font-size: 14px;
  line-height: 150%;
  text-align: left;
}
.sub_tit .path .t1::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-image: url(/src/img/ico/subtit_path_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sub_tit .path .t1:last-child::after {
  display: none;
}
.sub_tit .path .home_ico {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-top: -2px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #000;
  background-image: url(/src/img/ico/subtit_path_home.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.sub_tit + .sub_visual {
  margin-top: 60px;
}
.sub_tit + .sub_menu {
  margin-top: 30px;
}

@media (max-width: 1240px) {
  .sub_tit .tit {
    font-size: 44px;
  }
  .sub_tit .path .t1 {
    font-size: 12px;
  }
}
@media (max-width: 620px) {
  .sub_tit {
    padding-top: 75px;
  }
  .sub_tit .tit {
    font-size: 24px;
  }
  .sub_tit .tit + .path {
    margin-top: 10px;
  }
  .sub_tit .path .t1::after {
    width: 5px;
    height: 5px;
    margin: 0 5px 2px;
  }
  .sub_tit .path .home_ico {
    width: 15px;
    height: 15px;
    background-size: 9px auto;
  }
  .sub_tit + .sub_visual {
    margin-top: 30px;
  }
  .sub_tit + .sub_menu {
    margin-top: 15px;
  }
}
.sub_visual {
  overflow: hidden;
  height: 440px;
}
.sub_visual > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 620px) {
  .sub_visual {
    height: 280px;
  }
}
.sub_menu {
  border-bottom: 1px solid #ddd;
}
.sub_menu > ul {
  display: flex;
  justify-content: center;
}
.sub_menu > ul > li {
  width: 225px;
	font-weight: 500;
}
.sub_menu > ul > li .t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 85px;
  height: 100%;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  line-height: 150%;
}
.sub_menu > ul > li.act .t1 {
  position: relative;
  color: #324BEC;
  font-weight: 500;
}
.sub_menu > ul > li.act .t1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #324BEC;
}

@media (max-width: 1240px) {
  .sub_menu > ul {
    overflow-x: auto;
    justify-content: start;
    gap: 0 60px;
    width: 100%;
    padding: 0 5%;
  }
  .sub_menu > ul > li {
    flex-shrink: 0;
    width: auto;
  }
  .sub_menu > ul > li .t1 {
    padding: 0;
    font-size: 16px;
  }
}
@media (max-width: 620px) {
  .sub_menu > ul {
    gap: 0 30px;
  }
  .sub_menu > ul > li .t1 {
    min-height: 55px;
    font-size: 14px;
  }
}
#footer {
  margin-top: 150px;
  background-color: #021139;
}
#footer.mt0 {
  margin-top: 0;
}
#footer .foottop_inner {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 0 80px;
  padding: 80px 0;
}
#footer .foottop_inner > .r_cont {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#footer .foottop_inner + .foot_inner {
  border-top: 1px solid #00071A;
}
#footer .foot_inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 80px;
  padding: 80px 0;
}
#footer .foot_menu > ul {
  display: flex;
  gap: 0 10px;
}
#footer .foot_menu > ul > li {
  width: 100%;
}
#footer .foot_menu > ul > li .t1 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
#footer .foot_menu > ul > li .t1 + .dep2 {
  margin-top: 30px;
}
#footer .foot_menu .dep2 > ul > li .t2 {
  color: #81889C;
  line-height: 150%;
}
#footer .foot_menu .dep2 > ul > li + li {
  margin-top: 12px;
}
#footer .top_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px 0;
}
#footer .top_btn::before {
  content: "";
  transform: rotate(-90deg);
  display: block;
  width: 48px;
  height: 60px;
  background-image: url(/src/img/ico/foot_topbtn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#footer .top_btn .t {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 150%;
}
#footer .foot_logo {
  background-image: url(/src/img/logo_white.svg);
}
#footer .foot_addr .line {
  display: flex;
  gap: 7px 20px;
  flex-wrap: wrap;
}
#footer .foot_addr .line + .line {
  margin-top: 7px;
}
#footer .foot_addr dl {
  display: flex;
  gap: 2px 7px;
  flex-wrap: wrap;
  justify-content: center;
}
#footer .foot_addr dl dt {
  flex-shrink: 0;
  font-size: inherit;
  color: #fff;
}
#footer .foot_addr dl dd {
  font-size: inherit;
  color: #81889C;
}
#footer .foot_copy {
  display: block;
  margin-top: 40px;
  font-size: 14px;
  line-height: 150%;
  color: #81889C;
}
#footer .foot_partner {
  display: flex;
  width: 480px;
  padding: 20px 0;
  border-radius: 5px;
  background-color: #fff;
}
#footer .foot_partner .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 67px;
  padding: 5px;
  text-align: center;
}
#footer .foot_partner .box .img > img {
  vertical-align: middle;
}
#footer .foot_partner .box.box3 .t1 {
  font-size: 12px;
  color: #666;
  font-weight: 500;
  line-height: 120%;
}
#footer .foot_partner .box.box3 .t1 + .t2 {
  margin-top: 5px;
}
#footer .foot_partner .box.box3 .t2 {
  font-size: 12px;
  font-weight: bold;
  line-height: 120%;
}
#footer .foot_partner .box + .box {
  border-left: 1px solid #eee;
}

@media screen and (max-width: 1680px) {
  #footer .foottop_inner {
    grid-template-columns: 1fr auto;
    gap: 0 40px;
  }
}
@media (max-width: 1440px) {
  #footer .foot_inner > .r_cont {
    grid-column: 2/span 2;
  }
}
@media (max-width: 1240px) {
  #footer .foottop_inner {
    display: none;
  }
  #footer .foot_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    text-align: center;
  }
  #footer .foot_inner > .m_cont {
    margin-top: 60px;
  }
  #footer .foot_inner > .r_cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 80px;
    text-align: center;
  }
  #footer .foot_addr .line {
    justify-content: center;
  }
  #footer .foot_partner {
    width: 100%;
    max-width: 480px;
  }
}
@media (max-width: 620px) {
  #footer {
    margin-top: 75px;
  }
  #footer .foot_inner {
    padding: 40px 0;
  }
  #footer .foot_inner > .m_cont {
    margin-top: 30px;
  }
  #footer .foot_inner > .r_cont {
    margin-top: 40px;
  }
  #footer .foot_addr .line {
    gap: 10px 10px;
  }
  #footer .foot_addr .line + .line {
    margin-top: 10px;
  }
  #footer .foot_addr dl {
    gap: 2px 5px;
    font-size: 11px;
  }
  #footer .foot_copy {
    margin-top: 20px;
    font-size: 12px;
  }
  #footer .foot_partner {
    width: 100%;
    padding: 0;
  }
  #footer .foot_partner .box {
    min-height: 60px;
  }
  #footer .foot_partner .box.box3 .t1 {
    font-size: 2.5vw;
  }
  #footer .foot_partner .box.box3 .t1 + .t2 {
    margin-top: 2px;
  }
  #footer .foot_partner .box.box3 .t2 {
    font-size: 2.5vw;
  }
}
/* response ex
@include respond-to('d1440')
@include respond-to('d1000')
@include respond-to('d720')
@include respond-to('d326') 
*/
.pc_br {
  display: block;
}

.lh {
  line-height: 34px;
}
@media (max-width: 620px) {
  .lh {
    line-height: 25px;
  }
}

.lh4 {
  line-height: 40px;
}
@media (max-width: 620px) {
  .lh4 {
    line-height: 30px;
  }
}

.lh44 {
  line-height: 44px;
}
@media (max-width: 620px) {
  .lh44 {
    line-height: 35px;
  }
}

.dot {
  position: relative;
  padding-left: 14px;
}
.dot:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333333;
}
@media (max-width: 620px) {
  .dot {
    padding-left: 9px;
  }
  .dot:before {
    width: 3px;
    height: 3px;
    top: 9px;
  }
}

.dot.sp:before {
  top: 16px;
}
@media (max-width: 1240px) {
  .dot.sp:before {
    top: 14px;
  }
}
@media (max-width: 620px) {
  .dot.sp:before {
    top: 13px;
  }
}

.mark01{
	position:relative;
	padding-left:10px;
	&:before{
		content: "";
		position: absolute;
		left: 0;
		top: 15px;
		width: 4px;
		height: 4px;
		background:#333333;
		border-radius: 50%;
	}
	@media (max-width: 620px) {
		&{
			padding-left: 9px;
		}
		&:before {
			width: 3px;
			height: 3px;
			top: 13px;
		}
	}
}

.s_mark {
  position: relative;
  padding-left: 10px;
}
.s_mark:before {
  content: "*";
  position: absolute;
  left: 0;
  top: 11px;
  transform: translateY(-50%);
  font-size: 14px;
}
@media (max-width: 620px) {
  .s_mark:before {
    top: 9px;
    font-size: 12px;
  }
}

.cir_ico {
  position: relative;
  padding-left: 30px;
}
.cir_ico::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 11px;
  height: 11px;
  border: 4px solid #002B84;
  border-radius: 50%;
  background: #FFFFFF;
}
@media (max-width: 1240px) {
  .cir_ico:before {
    top: 6px;
  }
}
@media (max-width: 620px) {
  .cir_ico {
    padding-left: 20px;
  }
  .cir_ico:before {
    width: 8px;
    height: 8px;
    top: 7px;
    border: 3px solid #002B84;
  }
}

.page_num .act {
  font-weight: 500;
}

.c_t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c_t .search_b {
  display: flex;
  gap: 5px;
}
.c_t .search_b .inp {
  border: 1px solid #DDDDDD;
  padding-left: 20px;
  height: 55px;
}
.c_t .search_b select.inp {
  width: 150px;
  flex-shrink: 0;
}
.c_t .search_b .s_box {
  width: 480px;
  position: relative;
}
.c_t .search_b .s_box .inp {
  width: 100%;
  padding-right: 44px;
}
.c_t .search_b .s_box .sch_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media (max-width: 1440px) {
  .c_t {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .c_t .search_b {
    width: 100%;
  }
  .c_t .search_b .s_box {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .c_t {
    gap: 10px;
  }
  .c_t .search_b {
    width: 100%;
    flex-direction: column;
  }
  .c_t .search_b select.inp {
    width: 100%;
  }
  .c_t .search_b .s_box {
    width: 100%;
  }
  .c_t .search_b .inp {
    height: 40px;
  }
  .c_t .search_b .sch_btn {
    display: flex;
  }
  .c_t .search_b .sch_btn img {
    width: 16px;
  }
}

.d_info {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.d_info li {
  border: 1px solid #002B84;
  width: 335px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 84px 0;
}
@media (max-width: 1440px) {
  .d_info li {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 620px) {
  .d_info {
    gap: 10px;
  }
  .d_info li {
    width: 100%;
    padding: 42px 0;
  }
  .d_info li img {
    width: 40px;
  }
}

@media (max-width: 1240px) {
  .table_wrap {
    overflow-x: auto;
  }
  .table_wrap .in_tb {
    width: 1200px;
  }
}

@media (max-width: 1240px) {
  .scroll_wrap {
    overflow-x: auto;
  }
  .scroll_wrap .in_tb {
    width: 1200px;
  }
}
@media (max-width: 620px) {
  .scroll_wrap .in_tb {
    width: 600px;
  }
}

.dc_table {
  text-align: center;
}
.dc_table th {
  border: none;
}
.dc_table th + th {
  border-left: 1px solid #001239;
}
.dc_table th, .dc_table td {
  padding: 20px 0;
}
.dc_table td {
  border: 1px solid #DDDDDD;
  background: #FFFFFF;
}
.dc_table td:first-child {
  border-left: none;
}
.dc_table td:last-child {
  border-right: none;
}
@media (max-width: 620px) {
  .dc_table th, .dc_table td {
    padding: 10px 0;
  }
}
.dc_table th, .slight_table th {
  background: #002B84;
  color: #FFFFFF;
}
.dc_table th, .dc_table td, .slight_table th, .slight_table td {
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 1440px) {
  .dc_table th, .dc_table td, .slight_table th, .slight_table td {
    font-size: 16px;
  }
}
@media (max-width: 620px) {
  .dc_table th, .dc_table td, .slight_table th, .slight_table td {
    font-size: 14px;
  }
}
.dc_table .w0, .slight_table .w0 {
  width: 100px;
}
@media (max-width: 1440px) {
  .dc_table .w0, .slight_table .w0 {
    width: 80px;
  }
}
@media (max-width: 620px) {
  .dc_table .w0, .slight_table .w0 {
    width: 65px;
  }
}
.dc_table .w1, .slight_table .w1 {
  width: 290px;
}
@media (max-width: 1440px) {
  .dc_table .w1, .slight_table .w1 {
    width: 250px;
  }
}
@media (max-width: 620px) {
  .dc_table .w1, .slight_table .w1 {
    width: 160px;
  }
}
.dc_table .w2, .slight_table .w2 {
  width: 257px;
}
@media (max-width: 1440px) {
  .dc_table .w2, .slight_table .w2 {
    width: 220px;
  }
}
@media (max-width: 620px) {
  .dc_table .w2, .slight_table .w2 {
    width: 130px;
  }
}
.dc_table .w3, .slight_table .w3 {
  width: 220px;
}
@media (max-width: 1440px) {
  .dc_table .w3, .slight_table .w3 {
    width: 120px;
  }
}
@media (max-width: 620px) {
  .dc_table .w3, .slight_table .w3 {
    width: 80px;
  }
}
.dc_table .w4, .slight_table .w4 {
  width: 110px;
}
@media (max-width: 1440px) {
  .dc_table .w4, .slight_table .w4 {
    width: 90px;
  }
}
@media (max-width: 620px) {
  .dc_table .w4, .slight_table .w4 {
    width: 60px;
  }
}

.slight_table {
  border-top: 2px solid #000000;
}
.slight_table th {
  border: 1px solid #001239;
}
.slight_table td {
  border: 1px solid #DDDDDD;
}
.slight_table th {
  text-align: left;
}
.slight_table th, .slight_table td {
  padding: 20px;
}
.slight_table th:first-child, .slight_table td:first-child {
  border-left: none;
}
.slight_table th:last-child, .slight_table td:last-child {
  border-right: none;
}
.slight_table .bat_img {
  max-width: 420px;
}
@media (max-width: 620px) {
  .slight_table th, .slight_table td {
    padding: 10px;
  }
  .slight_table .bat_img {
    max-width: 210px;
  }
}

.slight_table.da {
  border-top: none;
}
.slight_table.da th {
  text-align: center;
  border: 1px solid #001239;
}
.slight_table.da td:nth-child(1) {
  text-align: center;
}

.ptxt {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.ptxt > li {
  padding: 27px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
}
@media (max-width: 1440px) {
  .ptxt {
    flex-direction: column;
  }
}
@media (max-width: 620px) {
  .ptxt {
    gap: 10px;
  }
  .ptxt > li {
    padding: 15px;
  }
}

.greet_wrap .greet_imgwrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin: 100px 0 195px;
}
.greet_wrap .g_imgBox {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  padding: 30px;
  width: 100%;
}
.greet_wrap .g_imgBox img {
  width: 100%;
}
@media (max-width: 1240px) {
  .greet_wrap .greet_imgwrap {
    grid-template-columns: repeat(3, 1fr);
		gap: 40px 20px;
  }
}
@media (max-width: 1240px) {
  .greet_wrap .pc_br {
    display: none;
  }
}
@media (max-width: 767px) {
  .greet_wrap .greet_imgwrap {
    margin: 50px 0 97px;
    grid-template-columns: repeat(2, 1fr);
		gap:20px;
  }
  .greet_wrap .g_imgBox {
    padding: 15px;
  }
}
.major_wrap {
  background: #F9FAFC;
  padding-top: 150px;
}
@media (max-width: 620px) {
  .major_wrap {
    padding-top: 70px;
  }
}

.history_wrap {
  margin: 150px auto;
  position: relative;
}
.history_wrap .progress {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: #EEEEEE;
}
.history_wrap .progress .bar {
  position: relative;
  display: block;
  width: 100%;
  background-color: #324BEC;
  height: 0;
}
.history_wrap .progress .bar:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  background: url(/src/img/ico/s_load.png) no-repeat center/contain;
}
.history_wrap .h_list li:not(:last-child) {
  margin-bottom: 70px;
}
.history_wrap .h_list li .h_txt:not(:last-child) {
  margin-bottom: 20px;
}
.history_wrap .h_list li .h_txt {
  display: flex;
}
.history_wrap .h_list li .h_txt span:first-child {
  display: block;
}
.history_wrap .h_list li.h_right {
  width: calc(50% - 100px);
  margin-left: auto;
}
.history_wrap .h_list li.h_right .h_txt span:last-child {
  padding-left: 10px;
}
.history_wrap .h_list li.h_reverse {
  width: calc(50% - 100px);
  text-align: right;
}
.history_wrap .h_list li.h_reverse .num{margin-right: 0;margin-left: 40px;}
.history_wrap .h_list li.h_reverse .h_txt {
  text-align: right;
  justify-content: flex-end;
}
.history_wrap .h_list li.h_reverse .h_txt span:first-child {
  order: 2;
}
.history_wrap .h_list li.h_reverse .h_txt span:last-child {
  padding-right: 10px;
}
.history_wrap .h_list li.h_reverse .h_txt span:before {
  right: 0;
  left: auto;
}
@media (max-width: 1440px) {
  .history_wrap .progress {
    left: 0;
    transform: translateX(0);
  }
  .history_wrap .h_list {
    padding-left: 70px;
    display: flex;
    flex-direction: column;
  }
  .history_wrap .h_list li {
    display: flex;
    flex-direction: column;
  }
  .history_wrap .h_list li.h_reverse .h_txt .num {
    margin-right: 40px;
  }
  .history_wrap .h_list li.h_right {
    width: 100%;
    margin-left: 0;
  }
  .history_wrap .h_list li.h_reverse {
    padding-right: 0;
    width: 100%;
  }
  .history_wrap .h_list li.h_reverse > * {
    justify-self: start;
    text-align: left;
  }
  .history_wrap .h_list li.h_reverse .h_txt {
    justify-content: flex-start;
  }
  .history_wrap .h_list li.h_reverse .h_txt span {
    margin: 0;
    padding: 0;
  }
  .history_wrap .h_list li.h_reverse .h_txt span:first-child {
    order: 0;
  }
  .history_wrap .h_list li.h_reverse .h_txt span:before {
    left: 0;
    right: auto;
  }
  .history_wrap .h_list li.h_reverse .h_txt span:last-child {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 620px) {
  .history_wrap {
    margin: 70px auto;
  }
  .history_wrap .progress .bar:after {
    width: 40px;
    height: 40px;
  }
  .history_wrap .h_list {
    padding-left: 40px;
  }
  .history_wrap .h_list li:not(:last-child) {
    margin-bottom: 35px;
  }
  .history_wrap .h_list li .h_txt {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .history_wrap .h_list li.h_right .h_txt,
  .history_wrap .h_list li.h_reverse .h_txt {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
  }
  .history_wrap .h_list li.h_right .h_txt span:first-child,
  .history_wrap .h_list li.h_reverse .h_txt span:first-child {
    order: 0;
  }
}

.jjd_wrap .jjd_cont {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.jjd_wrap .jjd_b {
  display: flex;
  width: calc((100% - 20px) / 2);
  align-items: center;
  border: 1px solid #EEEEEE;
  background: #FFFFFF;
  padding: 40px;
  background: url(/src/img/jjd_bg.png) no-repeat center/contain;
  background-size: 232px 75px;
  background-position: right 40px bottom 0px;
}
.jjd_wrap .jjd_b .jjd_imgb {
  background: #F9FAFC;
  width: 140px;
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
.jjd_wrap .jjd_b .t_r p {
  color: #999999;
}
@media (max-width: 1440px) {
  .jjd_wrap .jjd_b {
    display: flex;
    flex-direction: column;
  }
  .jjd_wrap .jjd_b .t_r {
    margin: 10px 0 0;
    text-align: center;
  }
}
@media (max-width: 620px) {
  .jjd_wrap .jjd_cont {
    gap: 10px;
  }
  .jjd_wrap .jjd_b {
    width: 100%;
    padding: 20px;
    background-size: 140px;
    background-position: right 20px bottom 0;
  }
  .jjd_wrap .jjd_b .jjd_imgb {
    padding: 15px 0;
    width: 100px;
  }
  .jjd_wrap .jjd_b .jjd_imgb img {
    width: 50px;
  }
}

.s_factory_wrap {
  overflow: hidden;
}
.s_factory_wrap .sf_inner {
  padding-bottom: 222px;
}
.s_factory_wrap .sf_inner:not(:first-child){
	padding-top: 150px;
}
.s_factory_wrap .sf_inner:nth-child(even) {
  background: #F9FAFC;
}
.s_factory_wrap .plant_slide_slide {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.s_factory_wrap .plant_slide_slide .plant_slide_mask {
  position: relative;
}
.s_factory_wrap .plant_slide_slide .plant_slide_mask .item .img {
  position: relative;
}
.s_factory_wrap .plant_slide_slide .plant_slide_mask .item .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.s_factory_wrap .plant_slide_slide .plant_slide_mask .item.swiper-slide-active .img::after {
  display: none;
}
.s_factory_wrap .plant_slide_slide .plant_slide_mask .item p {
  position: absolute;
  width: 100%;
}
.s_factory_wrap .plant_slide_slide .arrow_btn {
  width: 88px;
  height: 88px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s_factory_wrap .plant_slide_slide .arrow_btn.prev {
  left: -160px;
}
.s_factory_wrap .plant_slide_slide .arrow_btn.next {
  right: -160px;
}
.s_factory_wrap .plant_slide_slide .page {
  position: absolute;
  color: #FFFFFF;
  width: 100px;
  bottom: 12px;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  display: flex;
  padding: 12px 0;
  justify-content: center;
}
.s_factory_wrap .plant_slide_slide .page span {
  color: #FFFFFF;
}
@media screen and (max-width: 1740px) {
  .s_factory_wrap .plant_slide_slide .arrow_btn.prev {
    left: 5vw;
  }
  .s_factory_wrap .plant_slide_slide .arrow_btn.next {
    right: 5vw;
  }
}
@media (max-width: 1240px) {
  .s_factory_wrap .page {
    bottom: 82px;
  }
}
@media (max-width: 620px) {
  .s_factory_wrap .sf_inner {
    padding-bottom: 111px;
  }
  .s_factory_wrap .sf_inner:not(:first-child) {
    padding-top: 70px;
  }
  .s_factory_wrap .plant_slide_slide .plant_slide_mask .item .img:after {
    display: none;
  }
  .s_factory_wrap .plant_slide_slide .arrow_btn {
    width: 44px;
    height: 44px;
  }
  .s_factory_wrap .plant_slide_slide .arrow_btn img {
    width: 15px;
  }
  .s_factory_wrap .plant_slide_slide .page {
    width: 80px;
    padding: 6px 0;
    bottom: 6px;
  }
}

.cert_wrap .cert_item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px 40px;
}
.cert_wrap .cert_item > li {
  cursor: pointer;
}
.cert_wrap .cert_item > li img {
  width: 100%;
}
.cert_wrap .cert_item > li:hover p {
  color: #324BEC;
}
.cert_wrap .cert_item li:hover .cert_imgb,
.cert_wrap .cert_item li.active .cert_imgb {
  border: 4px solid #324BEC;
  box-sizing: border-box;
}
.cert_wrap .cert_item .cert_imgb {
  border: 4px solid transparent;
  background: #FFFFFF;
  padding: 30px;
  position: relative;
  outline: 1px solid #EEEEEE;
}
.cert_wrap .cert_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.cert_wrap .cert_modal .img_b {
  position: relative;
  margin: 0 auto;
  max-width: 476px;
  width: 100%;
  padding: 30px;
  overflow-y: auto;
  max-height: 90vh;
  z-index: 99;
}
.cert_wrap .cert_modal .c_modal_cont {
  width: 100%;
  object-fit: contain;
}
.cert_wrap .cert_modal .close_btn {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #324BEC;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 101;
}
.cert_wrap .cert_modal .close_btn:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background: url(/src/img/ico/c_close_btn.png) no-repeat center/contain;
}
@media (max-width: 1240px) {
  .cert_wrap .cert_item {
    grid-template-columns: repeat(3, 1fr);
		gap: 40px 20px;
  }
}
@media (max-width: 767px) {
  .cert_wrap .cert_item {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
	.cert_wrap .cert_item{gap:20px;}
  .cert_wrap .cert_modal .c_modal_cont {
    height: auto;
  }
  .cert_wrap .cert_modal .close_btn {
    width: 40px;
    height: 40px;
    top: 9px;
    right: 9px;
  }
  .cert_wrap .cert_modal .close_btn:after {
    width: 15px;
    height: 15px;
  }
  .cert_wrap .cert_item .cert_imgb {
    padding: 15px;
  }
  .cert_wrap .cert_item > p {
    margin-top: 10px;
  }
}

.load_wrap .load_map {
  width: 100%;
  height: 700px;
}
.load_wrap .load_info {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.load_wrap .load_info li {
  border: 1px solid #002B84;
  width: 335px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 84px 0;
}
@media (max-width: 1440px) {
  .load_wrap .load_info li {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 620px) {
  .load_wrap .load_map {
    height: 500px;
  }
  .load_wrap .load_info {
    gap: 10px;
  }
  .load_wrap .load_info li {
    width: 100%;
    padding: 42px 0;
  }
  .load_wrap .load_info li img {
    width: 40px;
  }
}

.data_list_wrap .d_list {
  overflow: hidden;
  border-top: 2px solid #000000;
}
.data_list_wrap .d_list > li {
  border-bottom: 1px solid #EEEEEE;
  padding: 40px 0;
}
.data_list_wrap .d_list > li:hover h4 {
  color: #324BEC;
}
.data_list_wrap .d_list > li:hover .dl_btn {
  background: #324BEC;
}
.data_list_wrap .d_list > li:hover .dl_btn:after {
  background: url(/src/img/ico/dl_btn_h.png) no-repeat center/contain;
}
.data_list_wrap .d_list > li > a {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}
.data_list_wrap .d_list .dl_l {
  width: 100%;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.data_list_wrap .d_list .dl_btn {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #EEEEEE;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data_list_wrap .d_list .dl_btn:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/src/img/ico/dl_btn.png) no-repeat center/contain;
}
@media (max-width: 620px) {
  .data_list_wrap .d_list > li {
    padding: 20px 0;
  }
  .data_list_wrap .d_list > li > a {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .data_list_wrap .d_list .dl_btn {
    width: 30px;
    height: 30px;
  }
  .data_list_wrap .d_list .dl_btn::after {
    width: 10px;
    height: 10px;
  }
}

.data_wrap.data_v .d_t {
  border-bottom: 1px solid #EEEEEE;
}

.data_wrap .sun-editor-editable {
  padding: 0;
}
.data_wrap .d_t {
  border-bottom: 1px solid #EEEEEE;
}
.data_wrap .d_t p {
  display: flex;
  gap: 21px;
  justify-content: center;
}
.data_wrap .d_t p span {
  position: relative;
}
.data_wrap .d_t p span:not(:last-child):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 9px;
  background: #DDDDDD;
  top: 50%;
  transform: translateY(-50%);
  right: -11px;
}
.data_wrap .file_c_wrap {
  border-bottom: 1px solid #EEEEEE;
}
.data_wrap .file_c_wrap > .v_img {
  display: flex;
  justify-content: center;
}
.data_wrap .file_b li {
  padding: 10px;
  background: #FAFAFA;
  border-bottom: 1px solid #EEEEEE;
}
.data_wrap .file_b .file_w {
  display: flex;
  align-items: center;
  gap: 11px;
}
.data_wrap .file_b .f_img {
  width: 40px;
  flex-shrink: 0;
  padding: 10px;
  background: #FFFFFF;
  border: 2px solid #000000;
  display: flex;
  justify-content: center;
}
.data_wrap .file_b .f_img img {
  width: 100%;
}
.data_wrap .f_c {
  width: 100%;
  padding: 40px 40px 100px;
}
.data_wrap .d_back_btn {
  width: 150px;
  background: #002B84;
  color: #FFFFFF;
  display: flex;
  padding: 15px 0;
  justify-content: center;
  margin: 40px auto 0;
}
.data_wrap .d_b {
  border-top: 1px solid #000;
}
.data_wrap .d_b ul li {
  display: flex;
  gap: 41px;
  padding: 30px 0 30px 40px;
  border-bottom: 1px solid #EEEEEE;
}
.data_wrap .d_b ul li .d_txt {
  position: relative;
}
.data_wrap .d_b ul li .d_txt:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 11px;
  background: #DDDDDD;
  top: 50%;
  transform: translateY(-50%);
  right: -21px;
}
@media (max-width: 620px) {
  .data_wrap h3 {
    margin-bottom: 7px;
  }
  .data_wrap p {
    gap: 11px;
  }
  .data_wrap p span:not(:last-child):after {
    right: -5px;
  }
  .data_wrap .file_b li {
    padding: 5px;
  }
  .data_wrap .file_b .file_w {
    gap: 6px;
  }
  .data_wrap .file_b .file_w p {
    width: 100%;
  }
  .data_wrap .file_b .f_img {
    width: 30px;
    padding: 5px;
  }
  .data_wrap .file_b .f_img img {
    width: 13px;
  }
  .data_wrap .f_c {
    padding: 20px 20px 50px;
  }
  .data_wrap .d_back_btn {
    width: 100px;
    padding: 7px 0;
    margin: 20px auto 0;
  }
  .data_wrap .d_b {
    margin-top: 20px;
  }
  .data_wrap .d_b ul li {
    gap: 21px;
    padding: 15px 0 15px 20px;
  }
  .data_wrap .d_b ul li .d_txt:after {
    right: -11px;
  }
}

.law_wrap .e_green {
  background: #F9FAFC;
}
.law_wrap .e_green .g_txtb p {
  max-width: 1182px;
}
@media (max-width: 1440px) {
  .law_wrap .e_green .table_wrap {
    overflow-x: auto;
  }
  .law_wrap .e_green .table_wrap table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
  }
}
@media (max-width: 1240px) {
  .law_wrap .e_green .pc_br {
    display: none;
  }
}

.s_box_2 {
  display: flex;
  justify-content: space-between;
}
.s_box_2 li {
  display: flex;
  flex: 0 0 25%;
  flex-direction: column;
  align-items: center;
}
.s_box_2 li .imgb {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #002B84;
}
@media (max-width: 1440px) {
  .s_box_2 {
    flex-wrap: wrap;
    gap: 40px 0px;
  }
  .s_box_2 li {
    flex: 1 1 calc((100% - 20px) / 2);
  }
}
@media (max-width: 620px) {
  .s_box_2 {
    gap: 20px;
  }
  .s_box_2 li {
    flex: 1 1 100%;
    width: 100%;
  }
  .s_box_2 li .imgb {
    width: 60px;
    height: 60px;
  }
  .s_box_2 li .imgb img {
    width: 30px;
  }
}

.outline_wrap .o_system .s_txt {
  max-width: 876px;
  margin: 0 auto;
  line-height: 40px;
}
.outline_wrap .o_system .s_box_1 {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .outline_wrap .o_system .s_box_1 {
    flex-wrap: wrap;
  }
  .outline_wrap .o_system .s_box_1 > * {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 620px) {
  .outline_wrap .o_system .s_txt {
    line-height: 25px;
  }
  .outline_wrap .o_system .s_box_1 {
    gap: 10px;
  }
  .outline_wrap .o_system .s_box_1 > * {
    width: 100%;
  }
  .outline_wrap .o_system .s_box_2 {
    gap: 20px;
  }
  .outline_wrap .o_system .s_box_2 li {
    flex: 1 1 100%;
    width: 100%;
  }
  .outline_wrap .o_system .s_box_2 li .imgb {
    width: 60px;
    height: 60px;
  }
  .outline_wrap .o_system .s_box_2 li .imgb img {
    width: 30px;
  }
}

.outline_wrap .o_feat {
  background: #F9FAFC;
}
.outline_wrap .o_feat .feat_item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.outline_wrap .o_feat .feat_item .imgb {
  display: flex;
  justify-content: center;
  padding: 40px;
  border: 1px solid #EEEEEE;
  background: #FFFFFF;
}
.outline_wrap .o_feat .d_info li {
  background: #FFFFFF;
}
@media (max-width: 1440px) {
  .outline_wrap .o_feat .feat_item {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .outline_wrap .o_feat .feat_item .f_imgb img {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .outline_wrap .o_feat .feat_item {
    gap: 20px;
  }
  .outline_wrap .o_feat .feat_item .imgb {
    display: block;
    padding: 20px;
  }
}

.outline_wrap .o_guide .g_box {
  display: flex;
  gap: 20px;
}
.outline_wrap .o_guide .g_box li {
  width: 335px;
}
.outline_wrap .o_guide .g_box .txt {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 0;
  background: #F9F9F9;
}
.outline_wrap .o_guide .g_table_1 .higl {
  border-top: 3px solid #324BEC;
  border-bottom: 3px solid #324BEC;
}
.outline_wrap .o_guide .g_table_1 .h_l {
  border-left: 3px solid #324BEC;
}
.outline_wrap .o_guide .g_table_1 .h_r {
  border-right: 3px solid #324BEC;
}
.outline_wrap .o_guide .g_table_2 {
  position: relative;
}
.outline_wrap .o_guide .g_table_2 .higl::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16.3%;
  height: 99.3%;
  border: 3px solid #324BEC;
}
.outline_wrap .o_guide .g_table_2 td.list {
  height: 100%;
  padding: 0;
  vertical-align: top;
}
.outline_wrap .o_guide .g_table_2 td.list > ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}
.outline_wrap .o_guide .g_table_2 td.list > ul li {
  display: flex;
}
.outline_wrap .o_guide .g_table_2 td.list > ul li span {
  height: 100%;
  display: inline-block;
}
.outline_wrap .o_guide .g_table_2 td.list > ul li span:before {
  top: 10px;
  transform: none;
}
.outline_wrap .o_guide .g_table_2 tbody th {
  border-bottom: 1px solid #001239;
}
.outline_wrap .o_guide .g_table_2 ul {
  height: 100%;
}
.outline_wrap .o_guide .g_table_2 ul li {
  text-align: left;
}
@media (max-width: 1240px) {
  .outline_wrap .o_guide .g_box {
    flex-wrap: wrap;
  }
  .outline_wrap .o_guide .g_box li {
    width: calc((100% - 20px) / 2);
  }
  .outline_wrap .o_guide .g_box li img {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .outline_wrap .o_guide .td_list > ul {
    padding: 10px;
  }
  .outline_wrap .o_guide .g_box {
    gap: 10px;
  }
  .outline_wrap .o_guide .g_box li {
    width: 100%;
  }
  .outline_wrap .o_guide .g_box .txt {
    padding: 15px 0;
    gap: 5px;
  }
  .outline_wrap .o_guide .g_table_2 td.list ul {
    gap: 5px;
    padding: 10px;
  }
}

.type_wrap .dc .dc_item {
  display: flex;
  gap: 100px;
  align-items: center;
}
.type_wrap .dc .dc_item .img_w {
  width: 500px;
  flex-shrink: 0;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.type_wrap .dc .dc_item .dc_text {
  width: 100%;
}
@media (max-width: 1240px) {
  .type_wrap .dc .dc_item {
    flex-direction: column;
    gap: 50px;
  }
  .type_wrap .dc .dc_item .img_w {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .type_wrap .dc .dc_item .img_w {
    padding: 20px;
  }
  .type_wrap .dc .dc_item .img_w img {
    width: 190px;
  }
  .type_wrap .dc .dc_info {
    gap: 10px;
  }
  .type_wrap .dc .dc_info li {
    width: 100%;
    padding: 42px 0;
  }
  .type_wrap .dc .dc_info li img {
    width: 40px;
  }
}

.type_wrap .bracket {
  background: #F9FAFC;
}
.type_wrap .bracket .b_item {
  flex-direction: column;
  display: flex;
  gap: 100px;
}
.type_wrap .bracket .b_item > li {
  display: flex;
  gap: 100px;
  align-items: center;
}
.type_wrap .bracket .b_item > li .img_w {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  flex-shrink: 0;
}
.type_wrap .bracket .b_item > li .b_text {
  width: 100%;
}
.type_wrap .bracket .b_item > li p {
  width: 776px;
}
.type_wrap .bracket .b_item li.slat {
  align-items: flex-start;
}
.type_wrap .bracket .ftr_a .ftr_list {
  border-top: 2px solid #000000;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.type_wrap .bracket .ftr_a .ftr_list p {
  border-bottom: 1px solid #EEEEEE;
}
@media (max-width: 1440px) {
  .type_wrap .bracket .b_item > li {
    flex-direction: column;
    gap: 50px;
  }
  .type_wrap .bracket .b_item > li .img_w {
    width: 100%;
    height: 100%;
  }
  .type_wrap .bracket .b_item > li .b_text {
    width: 100%;
  }
  .type_wrap .bracket .b_item > li .b_text p {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .type_wrap .bracket .ftr_a .ftr_list {
    gap: 10px;
  }
  .type_wrap .bracket .ftr_a .mark01:before {
    top: 10px;
  }
  .type_wrap .bracket .b_item {
    gap: 50px;
  }
  .type_wrap .bracket .b_item > li {
    gap: 25px;
  }
  .type_wrap .bracket .b_item > li .img_w {
    padding: 20px;
  }
  .type_wrap .bracket .b_item > li .img_w img {
    width: 190px;
  }
}

.palt_item {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 30px 10px;
}
.palt_item li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.palt_item li .p_img {
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #EEEEEE;
}
@media (max-width: 1440px) {
  .palt_item {
    grid-template-columns: repeat(5, 1fr);
  }
  .palt_item li .p_img {
    width: 100%;
  }
  .palt_item img {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .palt_item {
    gap: 15px 5px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.type_wrap .c_palette .palt_img {
  max-width: 810px;
  margin: 0 auto;
}
.type_wrap .c_palette .palt_item_2 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 30px 10px;
  background: #FFFFFF;
}
@media (max-width: 1440px) {
  .type_wrap .c_palette .palt_item_2 {
    grid-template-columns: repeat(5, 1fr);
  }
  .type_wrap .c_palette .palt_item_2 li .p_img {
    width: 100%;
  }
  .type_wrap .c_palette .palt_item_2 img {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .type_wrap .c_palette h3 > .pc_br {
    display: inline;
  }
  .type_wrap .c_palette .palt_item_2 {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 5px;
  }
}

.case_list_wrap .c_list {
  border-top: 2px solid #000000;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  min-width: 0;
  gap: 80px 40px;
}
.case_list_wrap .c_list li {
  min-width: 0;
}
.case_list_wrap .c_list .list_b {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.case_list_wrap .c_list .text_b {
  width: 100%;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.case_list_wrap .c_list h3 {
  width: 100%;
}
.case_list_wrap .c_list > li:hover .list_b img {
  border: 4px solid #324BEC;
}
.case_list_wrap .c_list > li:hover h3 {
  color: #324BEC;
}
.case_list_wrap .c_list .list_b img {
  width: 100%;
  border: 4px solid transparent;
}
.case_list_wrap .c_list .list_t {
  display: flex;
  gap: 21px;
}
.case_list_wrap .c_list .list_t > span {
  position: relative;
}
.case_list_wrap .c_list .list_t > span:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  background: #DDDDDD;
  right: -11px;
}
@media (max-width: 1440px) {
  .case_list_wrap .c_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .case_list_wrap .c_list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .case_list_wrap .c_list .list_t {
    gap: 11px;
  }
  .case_list_wrap .c_list .list_t > span:not(:last-child):after {
    right: -6px;
  }
}

.slight .slight_b {
  display: flex;
  gap: 100px;
}
.slight .slight_b .imgb {
  border: 1px solid #EEEEEE;
  padding: 40px;
  flex-shrink: 0;
  width: 500px;
}
.slight .slight_b .imgb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slight .slight_b .slight_r {
  width: 100%;
}
.slight .slight_b .slight_r ul {
  border-top: 2px solid #000000;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.slight .slight_b .slight_r ul li {
  border-bottom: 1px solid #EEEEEE;
}
.slight .ptxt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1240px) {
  .slight .slight_b {
    flex-direction: column;
    gap: 50px;
  }
  .slight .slight_b .imgb {
    width: 100%;
  }
}
@media (max-width: 1240px) {
  .slight .ptxt {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .slight .slight_b {
    gap: 25px;
  }
  .slight .slight_b .imgb {
    padding: 20px;
  }
  .slight .slight_r ul {
    gap: 10px;
  }
}

.ext_t {
  display: flex;
  gap: 100px;
  align-items: center;
}
.ext_t .ext_b {
  width: 500px;
  flex-shrink: 0;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  padding: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ext_t .ext_txt {
  width: 100%;
}
.ext_t .ext_txt p {
  max-width: 756px;
  width: 100%;
}
@media (max-width: 1240px) {
  .ext_t {
    flex-direction: column;
    gap: 50px;
  }
  .ext_t .ext_b {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .ext_t {
    gap: 25px;
  }
  .ext_t .ext_b {
    padding: 20px;
  }
}

.ext_f_step .ext_t .ext_txt p {
  max-width: 758px;
}
@media (max-width: 1440px) {
  .ext_f_step .ext_t .ext_txt p {
    max-width: 100%;
  }
}

.ext_step {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.ext_step li img {
  width: 100%;
}
@media (max-width: 1440px) {
  .ext_step {
    gap: 20px 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .ext_step {
    gap: 20px;
    grid-template-columns: 100%;
  }
}

.ext_f .ext_f_type {
  background: #F9FAFC;
}
.ext_f .ext_f_type .e_typeb {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.ext_f .ext_f_type .e_typeb li {
  flex: 1;
}
.ext_f .ext_f_type .e_typeb .imgb {
  border: 1px solid #EEEEEE;
  padding: 40px;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .ext_f .ext_f_type .e_typeb {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 620px) {
  .ext_f .ext_f_type .e_typeb {
    gap: 20px;
  }
  .ext_f .ext_f_type .e_typeb .imgb {
    padding: 20px;
  }
}

.e_effect .e_et .w8 {
  max-width: 839px;
  width: 100%;
}
.e_effect .e_et .ext_t .ext_txt p {
  max-width: 772px;
}
.e_effect .e_et .eft_box_1 {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.e_effect .e_et .eft_box_1 .eft_b {
  display: flex;
  align-items: center;
  padding: 45px 0;
  justify-content: center;
  background: #F9FAFC;
  border: 1px solid #EEEEEE;
}
@media (max-width: 1240px) {
  .e_effect .e_et .eft_box_1 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .e_effect .e_et .ext_t .ext_txt p {
    max-width: 100%;
  }
}
@media (max-width: 620px) {
  .e_effect .e_et .eft_box_1 {
    gap: 20px;
  }
}

.e_effect .e_eb {
  border-top: 1px solid #EEEEEE;
}
.e_effect .e_eb .eft_box_2 {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
.e_effect .e_eb .eft_box_2 .eft_b {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
}
.e_effect .e_eb .eft_box_2 .eft_b img {
  width: 100%;
}
.e_effect .e_eb .eft_box_2 .txtb {
  display: flex;
  flex-direction: column;
}
.e_effect .e_eb .bod_b {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.e_effect .e_eb .e_mw {
  max-width: 1247px;
  width: 100%;
}
@media (max-width: 1440px) {
  .e_effect .e_eb .pc_br {
    display: none;
  }
}
@media (max-width: 1240px) {
  .e_effect .e_eb .eft_box_2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .e_effect .e_eb .eft_box_2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.ext_smar .smar_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.ext_smar .smar_box li {
  background: #FFFFFF;
  border: 1px solid #002B84;
  padding: 79px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1240px) {
  .ext_smar .smar_box {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .ext_smar .smar_box {
    gap: 20px;
  }
  .ext_smar .smar_box li {
    padding: 40px 0;
  }
  .ext_smar .smar_box li img {
    width: 45px;
  }
}

.ext_smar .smar_t .txt {
  max-width: 1286px;
  width: 100%;
}
.ext_smar .smar_m {
  background: #F9FAFC;
}
.ext_smar .smar_m .imgw {
  width: 500px;
  flex-shrink: 0;
}
.ext_smar .smar_m .imgw img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ext_smar .smar_m .ext_t .ext_txt .t1 {
  max-width: 709px;
}
.ext_smar .smar_m .ext_t .ext_txt .t2 {
  max-width: 100%;
}
@media (max-width: 1440px) {
  .ext_smar .smar_m .ext_t .ext_txt .t1, .ext_smar .smar_m .ext_t .ext_txt .t2 {
    max-width: 100%;
  }
}
@media (max-width: 1240px) {
  .ext_smar .smar_m .ext_t {
    flex-direction: column;
    gap: 50px;
  }
  .ext_smar .smar_m .ext_t .imgw {
    width: 100%;
    height: auto;
  }
  .ext_smar .smar_m .ext_t .imgw img {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .ext_smar .smar_m .ext_t img {
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .ext_smar .pc_br {
    display: none;
  }
  .ext_smar .ext_t > img {
    width: 100%;
  }
}

.ext_law .loadmap {
  width: 100%;
  background: url(/src/img/ldmap_bg.jpg) no-repeat center/cover;
}
.ext_law .loadmap .ldm_wrap {
  position: relative;
  padding: 150px 0;
}
.ext_law .loadmap .item_bg {
  position: absolute;
  top: 205px;
}
.ext_law .loadmap .loadmap_item {
  background: url("/src/img/loadmap_itembg.png") no-repeat center top 46px;
  background-size: contain;
  display: flex;
  gap: 50px;
  justify-content: center;
}
.ext_law .loadmap .loadmap_item li:nth-child(1) {
  margin-top: 200px;
}
.ext_law .loadmap .loadmap_item li:nth-child(2) {
  margin-top: 160px;
}
.ext_law .loadmap .loadmap_item li:nth-child(3) {
  margin-top: 120px;
}
.ext_law .loadmap .loadmap_item li:nth-child(4) {
  margin-top: 80px;
}
.ext_law .loadmap .loadmap_item li:nth-child(5) {
  margin-top: 40px;
}
.ext_law .loadmap .year {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background: #002B84;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
}
.ext_law .loadmap .item_w p.cgn {
  background: #00A15B;
}
.ext_law .loadmap .item_w p.cbu {
  background: #324BEC;
}
.ext_law .loadmap .item_w p.cpu {
  background: #8A3BB8;
}
.ext_law .loadmap .item_w * {
  color: #FFFFFF;
}
.ext_law .loadmap .item_w .textb {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ext_law .loadmap .item_w .textb .la {
  padding: 5px 0;
  width: 60px;
  display: inline-block;
  border-radius: 5px;
}
.ext_law th {
  border: 1px solid #001239;
}
.ext_law td:nth-child(2) {
  padding: 20px;
}
.ext_law .l_per {
  background: #FAFAFA;
  border: 1px solid #EEEEEE;
  display: flex;
  justify-content: center;
  padding: 30px 0;
  align-items: center;
}
.ext_law .l_per .cal_l {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ext_law .l_per .cal_l span {
  position: relative;
}
.ext_law .l_per .cal_l span + span {
  width: 400px;
  border-top: 1px solid #707070;
  padding: 10px 0;
}
.ext_law .l_fmul, .ext_law .l_fmul_plus {
  background: #FAFAFA;
  border: 1px solid #EEEEEE;
}
.ext_law .l_fmul .fra .f_t, .ext_law .l_fmul_plus .fra .f_t {
  padding-bottom: 10px;
}
.ext_law .l_fmul .fra .f_b, .ext_law .l_fmul_plus .fra .f_b {
  width: 100%;
  border-top: 1px solid #aaa;
  padding-top: 10px;
}
.ext_law .l_fmul .multp, .ext_law .l_fmul_plus .multp {
  display: inline-flex;
  align-items: center;
}
.ext_law .l_fmul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 30px 0;
}
.ext_law .l_fmul .fra {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ext_law .l_fmul .multp {
  gap: 13px;
}
.ext_law .l_fmul .fra_b {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 60px;
}
.ext_law .l_fmul .fra_b li {
  display: flex;
}
.ext_law .l_fmul_plus {
  padding: 30px 60px;
}
.ext_law .l_fmul_plus .fra_b {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 13px;
}
.ext_law .l_fmul_plus li {
  display: flex;
  align-items: center;
  gap: 13px;
}
.ext_law .l_fmul_plus .fra {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1440px) {
  .ext_law .ldm_wrap {
    overflow-x: auto;
  }
  .ext_law .ldm_wrap .loadmap_item {
    width: 1400px;
  }
  .ext_law .l_fmul_plus {
    overflow-x: auto;
  }
  .ext_law .l_fmul_plus .in_tb {
    width: 1200px;
  }
}
@media (max-width: 991px) {
  .ext_law .loadmap .loadmap_item {
    width: 1300px;
    background-position: center top 40px;
  }
  .ext_law .loadmap .year {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 620px) {
  .ext_law td:nth-child(2) {
    padding: 10px;
  }
  .ext_law .loadmap .ldm_wrap {
    padding: 70px 0;
  }
  .ext_law .loadmap .ldm_wrap .loadmap_item {
    background-position: center top 32px;
    gap: 25px;
    width: 1000px;
  }
  .ext_law .loadmap .ldm_wrap .loadmap_item li:nth-child(1) {
    margin-top: 140px;
  }
  .ext_law .loadmap .ldm_wrap .loadmap_item li:nth-child(2) {
    margin-top: 110px;
  }
  .ext_law .loadmap .ldm_wrap .loadmap_item li:nth-child(3) {
    margin-top: 80px;
  }
  .ext_law .loadmap .ldm_wrap .loadmap_item li:nth-child(4) {
    margin-top: 50px;
  }
  .ext_law .loadmap .ldm_wrap .loadmap_item li:nth-child(5) {
    margin-top: 20px;
  }
  .ext_law .loadmap .year {
    width: 130px;
    height: 130px;
  }
  .ext_law .loadmap .item_w .textb .la {
    width: 45px;
  }
  .ext_law .l_fmul *,
  .ext_law .l_fmul_plus * {
    font-size: 12px;
  }
  .ext_law .l_fmul {
    padding: 15px 0;
    gap: 6px;
  }
  .ext_law .l_fmul .fra {
    max-width: 220px;
  }
  .ext_law .l_fmul .multp {
    gap: 6px;
  }
  .ext_law .l_fmul img {
    width: 10px;
  }
  .ext_law .l_fmul_plus {
    padding: 15px 30px;
  }
  .ext_law .l_fmul_plus .in_tb {
    width: 800px;
  }
  .ext_law .l_fmul_plus .fra_b {
    grid-template-columns: repeat(3, minmax(0, 250px));
  }
  .ext_law .l_fmul_plus li {
    max-width: 250px;
  }
  .ext_law .l_fmul_plus .multp img {
    width: 10px;
  }
}

.shtr_t .txt {
  max-width: 1029px;
  width: 100%;
  margin: 0 auto;
}
.shtr_t .shtr_i_box {
  display: flex;
  gap: 20px;
}
.shtr_t .shtr_i_box img {
  width: 100%;
}
@media (max-width: 1440px) {
  .shtr_t .shtr_i_box {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .shtr_t .txt .pc_br {
    display: none;
  }
}
@media (max-width: 620px) {
  .shtr_t .shtr_i_box {
    gap: 10px;
  }
}

.f_shtr_info .s_motor .motor_b {
  border: 1px solid #EEEEEE;
  background: #FFFFFF;
  padding: 50px 0;
  display: flex;
  justify-content: center;
}
.f_shtr_info .s_motor .motor_txtb {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.f_shtr_info .s_motor .motor_txtb > * {
  width: 100%;
}
.f_shtr_info .s_motor .motor_txtb .t1 {
  max-width: 1095px;
}
.f_shtr_info .s_motor .motor_txtb .t2 {
  max-width: 1076px;
}
@media (max-width: 1240px) {
  .f_shtr_info .pc_br {
    display: none;
  }
  .f_shtr_info .mtd_txtb {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .f_shtr_info .s_motor .motor_b {
    padding: 25px 10px;
  }
}

.f_shtr_info .shtr_mtd {
  background: #F9FAFC;
}
.f_shtr_info .shtr_mtd .mtd_list {
  display: flex;
  gap: 20px;
}
.f_shtr_info .shtr_mtd .mtd_list img {
  width: 100%;
}
.f_shtr_info .shtr_mtd .mtd_imgb {
  width: 500px;
  flex-shrink: 0;
}
@media (max-width: 1240px) {
  .f_shtr_info .shtr_mtd .mtd_imgb {
    width: 100%;
  }
}
@media (max-width: 1119px) {
  .f_shtr_info .shtr_mtd .mtd_list {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 620px) {
  .f_shtr_info .shtr_mtd .mtd_list {
    gap: 20px;
  }
}

.f_shtr_info .shtr_color .color_b {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.f_shtr_info .shtr_color .color_b .imgb {
  background: #F9FAFC;
  padding-top: 42px;
  display: flex;
  justify-content: center;
}
.f_shtr_info .shtr_color .color_b .txtb {
  border: 1px solid #EEEEEE;
  background: #FFFFFF;
  padding: 40px 0;
}
@media (max-width: 1119px) {
  .f_shtr_info .shtr_color .color_b {
    grid-template-columns: 1fr;
  }
  .f_shtr_info .shtr_color .color_b .imgb {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .f_shtr_info .shtr_color .color_b {
    gap: 10px;
  }
  .f_shtr_info .shtr_color .color_b .imgb {
    padding-top: 21px;
  }
  .f_shtr_info .shtr_color .color_b img {
    width: 150px;
  }
  .f_shtr_info .shtr_color .color_b .txtb {
    padding: 20px 0;
  }
}

.mtd_box {
  display: flex;
  align-items: center;
  gap: 100px;
}
.mtd_box .mtd_txtb {
  min-width: 0;
}
.mtd_box .mtd_imgb img {
  width: 100%;
}
@media (max-width: 1240px) {
  .mtd_box {
    flex-direction: column;
    gap: 50px;
  }
  .mtd_box .mtd_imgb {
    width: 100%;
  }
  .mtd_box .mtd_imgb img {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .mtd_box {
    gap: 25px;
  }
}

.mtd_txtb {
  width: 100%;
}
.mtd_txtb .t_list {
  border-top: 2px solid #000000;
}
.mtd_txtb .t_list li {
  border-bottom: 1px solid #EEEEEE;
}

.ropedoor_wrap .ptxt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.ropedoor_wrap .rd_bar .rd_box {
  display: flex;
}
.ropedoor_wrap .rd_bar .rd_box .rd_img {
  width: calc(50% - 200px);
  flex-shrink: 0;
  height: 885px;
}
.ropedoor_wrap .rd_bar .rd_box .rd_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
}
.ropedoor_wrap .rd_bar .rd_txtw {
  background-image: url(/src/img/rd_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%;
  padding: 150px calc(50vw - 700px) 0 100px;
  background-color: #F9FAFC;
}
.ropedoor_wrap .med_txtb {
  background-image: url(/src/img/rd_med_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.ropedoor_wrap .med_txtb:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(2, 17, 57, 0.9);
  z-index: 1;
}
.ropedoor_wrap .med_txtb .txt {
  position: relative;
  z-index: 2;
}
.ropedoor_wrap .med_txtb .txt > * {
  color: #FFFFFF;
}
.ropedoor_wrap .med_txtb .txt .t1 {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}
.ropedoor_wrap .rpd_b {
  display: flex;
  gap: 40px;
}
.ropedoor_wrap .rpd_b img {
  width: 100%;
}
@media screen and (max-width: 1540px) {
  .ropedoor_wrap .rd_bar .rd_txtw {
    padding: 150px 80px 0;
  }
}
@media (max-width: 1440px) {
  .ropedoor_wrap .rpd_b {
    flex-direction: column;
  }
}
@media (max-width: 1240px) {
  .ropedoor_wrap .rd_bar .rd_box {
    flex-direction: column;
  }
  .ropedoor_wrap .rd_bar .rd_box .rd_img {
    width: 100%;
    height: 600px;
  }
  .ropedoor_wrap .rd_bar .rd_box .rd_txtw {
    padding: 80px 5%;
    background-size: 300px;
  }
}
@media (max-width: 1119px) {
  .ropedoor_wrap .ptxt {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .ropedoor_wrap .med_txtb .txt .t1 .pc_br {
    display: none;
  }
  .ropedoor_wrap .rd_bar .rd_box .rd_txtw {
    padding: 50px;
  }
}
@media (max-width: 620px) {
  .ropedoor_wrap .rpd_b {
    gap: 20px;
  }
  .ropedoor_wrap .rd_img {
    height: auto;
  }
  .ropedoor_wrap .rd_bar .rd_box .rd_txtw {
    padding: 40px 5%;
    background-size: 200px;
  }
}

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