.c1 {
  color: #DE0011 !important;
}

.c3 {
  color: #333;
}

.c6 {
  color: #666;
}

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  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: "Pretendard";
  line-height: 150%;
  font-weight: 300;
}

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

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

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

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

li {
  list-style: none;
}

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

input {
  padding: 0 10px;
}

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

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

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

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

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

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

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

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

em, address {
  font-style: normal;
}

label, button {
  cursor: pointer;
}

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

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

legend {
  *width: 0;
}

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

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

sup {
  font-size: 0.5%;
}

figure {
  margin: 0;
}

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

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

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

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.dt {
  display: table;
}

.dtr {
  display: table-row;
}

.dtc {
  display: table-cell;
}

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

.dtr {
  width: 100%;
}

.dtc {
  vertical-align: middle;
}

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

.fr {
  float: right;
}

.flul > li {
  float: left;
}

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

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

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

.pb0 {
  padding-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.mt150 {
  margin-top: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.pl150 {
  padding-left: 150px;
}

.pr150 {
  padding-right: 150px;
}

.ml150 {
  margin-left: 150px;
}

.mr150 {
  margin-right: 150px;
}

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

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

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

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

.imgz {
  width: 100%;
}

.cup {
  cursor: pointer;
}

.vam {
  vertical-align: middle;
}

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bx-wrapper {
  position: relative;
}

.bx-controls {
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fz32 {
  font-size: 32px;
}

.fz34 {
  font-size: 34px;
}

.fz36 {
  font-size: 36px;
}

.fz38 {
  font-size: 38px;
}

.fz40 {
  font-size: 40px;
}

.fz46 {
  font-size: 46px;
}

.fz50 {
  font-size: 50px;
}

.fz52 {
  font-size: 52px;
}

.fz56 {
  font-size: 56px;
}

.fz60 {
  font-size: 60px;
}

.fz70 {
  font-size: 70px;
}

.fz80 {
  font-size: 80px;
}

.fz90 {
  font-size: 90px;
}

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

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

.container {
  width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1420px) {
  .container {
    width: 90%;
  }
}

.w_container {
  width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1620px) {
  .w_container {
    width: 90%;
  }
}

@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(222, 0, 17);
  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(222, 0, 17);
  border-width: 0 2px 2px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.de_cki input:checked ~ i::after {
  opacity: 1;
}
.de_cki input:disabled ~ i {
  background-color: #eee;
}

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

.sys_popup.dn {
  display: none;
}

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

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

@include respond-to('d1000') {
  background: pink;
}
@include respond-to('d960') {
  background: orange;
}
@include respond-to('d720') {
  background: blue;
}
*/

/* pc_br */
.pc_br{display:block;}
.header {
  height: 90px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(16, 14, 11, 0.4);
  backdrop-filter: blur(30px);
}
.header .ham-btn {
  display: none;
}
.header .menu {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .menu .ham_menuBox {
  display: none;
}
.header .menu .header-r {
  display: flex;
  align-items: center;
}
.header .menu .header-r .menuBox {
  display: flex;
  align-items: center;
  position: absolute;
  right: 300px;
}
.header .menu .header-r .menuBox .menulist {
  color: rgb(255, 255, 255);
  font-weight: bold;
  width: 150px;
  text-align: center;
  position: relative;
}
.header .menu .header-r .menuBox .menulist:first-child:hover .submenu, .header .menu .header-r .menuBox .menulist:first-child:focus .submenu {
  display: block;
}
.header .menu .header-r .menuBox .menulist:hover .submenu {
  display: block;
}
.header .menu .header-r .menuBox .menulist .submenu {
  display: none;
  position: absolute;
  top: 21px;
  padding-top:21px;
}
.header .menu .header-r .menuBox .menulist .submenu li {
  width: 150px;
  background: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
  padding-bottom: 15px;
}
.header .menu .header-r .menuBox .menulist .submenu li:hover,
.header .menu .header-r .menuBox .menulist .submenu li:hover button
 {
  color: #DE0011;
  font-weight: bold;
}
.header .menu .header-r .menuBox .menulist .submenu li:first-child {
  padding-top: 20px;
}
.header .menu .header-r .menuBox .menulist .submenu li:last-child {
  padding-bottom: 20px;
}
.header .menu .btn {
  position: absolute;
  right: 0;
  width: 260px;
  height: 100%;
  background: rgb(222, 0, 17);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}
.header .menu .btn p {
  color: rgb(255, 255, 255);
  font-weight: bold;
}
@media (max-width: 1240px) {
  .header .menuBox .menulist {
    width: 90px;
  }
  .header .menu {
    justify-content: space-between;
  }
  .header .menu .header-r {
    display: none;
  }
  .header .header-r, .header .menu .btn {
    display: none;
  }
  .header .ham-btn {
    display: block;
  }
  .header .ham_menuBox {
    display: none;
    padding: 30px 40px 0px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
		overflow-y: auto;
    z-index: 9999;
    background: rgba(16, 14, 11, 0.9);
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .header .ham_menuBox.active {
    display: block;
    transform: translateX(0);
  }
	
	.header .ham_menuBox .ham_menu{
		height:100%;
	}
  .header .ham_menuBox .ham_top {
    margin-bottom: 150px;
  }
  .header .ham_menuBox .ham_menu .list {
    color: rgb(255, 255, 255);
    margin-bottom: 59px;
    font-weight: bold;
  }
	.header .ham_menuBox .ham_menu .list > .list_btn{
		width:100%;
		display:flex;
		justify-content: space-between;
  }
	.header .ham_menuBox .ham_menu .list > button{
		color: rgb(255, 255, 255);
		font-weight:bold;

	}
  .header .ham_menuBox .ham_menu .list:last-child {
    margin-bottom: 354px;
  }
  .header .ham_menuBox .ham_menu .list a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .ham_menuBox .ham_menu .list .arrow {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../img/arrow_down.png") no-repeat center;
    background-size: contain;
    transition: transform 0.3s ease;
  }
  .header .ham_menuBox .ham_menu .list.open .ham_sub {
    display: block;
  }
  .header .ham_menuBox .ham_menu .list.open .arrow {
    transform: rotate(180deg);
  }
  .header .ham_menuBox .ham_menu .list .ham_sub {
    display: none;
  }
  .header .ham_menuBox .ham_menu .list .ham_sub li {
    color: rgb(221, 221, 221);
    margin-bottom: 30px;
  }
	.header .ham_menuBox .ham_menu .list .ham_sub li > button{color:#dddd;}
  .header .ham_menuBox .ham_menu .list .ham_sub li:first-child {
    margin-top: 39px;
  }
  .header .ham_menuBox .ham_menu .list .ham_sub li:last-child {
    margin: 0;
  }
  .header .ham_menuBox .ham_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(255, 255, 255);
  }
}
@media (max-width: 356px) {
  .header {
    height: 63px;
  }
  .header .menu h2 {
    width: 125px;
    height: 23px;
  }
  .header .menu .ham_menuBox {
    padding: 20px 20px 0;
  }
  .header .menu .ham_menuBox .ham_top {
    margin-bottom: 75px;
  }
  .header .menu .ham_menuBox .ham_top .menulogo {
    width: 125px;
    height: 23px;
  }
  .header .menu .ham_menuBox .ham_top .close {
    width: 23px;
    height: 23px;
  }
  .header .menu .ham_menuBox .ham_menu .list {
    margin-bottom: 35px;
  }
}

.footer {
  width: 100%;
  padding: 50px 0;
  background: rgb(222, 0, 17);
}
.footer .f-box {
  display: flex;
	justify-content:space-between;
  height: 100%;
  align-items: center;
}
.footer .f-box .f-logo {
  align-self: start;
}
.footer .f-box .f-r {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer .f-box .f-top {
  display: flex;
	flex-wrap:wrap;
	gap:10px 30px;
  justify-content: flex-end;
}
.footer .f-box .f-top p {
  color: rgb(238, 238, 238);
}
.footer .f-box .f-bottom {
  text-align: right;
  color: rgb(238, 238, 238);
}
@media (max-width: 1420px) {
  .footer {
    padding: 50px 0;
  }
  .footer .f-logo {
    text-align: center;
    margin: 0 0 50px;
  }
  .footer .f-box {
		display:block;
  }
  .footer .f-box .f-top {
    width: 100%;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
  }
  .footer .f-box .f-top span {
    margin-left: 5px;
  }
  .footer .f-box .f-bottom {
    text-align: center;
  }
}
@media (max-width: 356px) {
  .footer {
    padding: 30px 0;
  }
  .footer .f-box .f-top {
    gap: 5px;
  }
  .footer .f-logo {
    margin: 0 0 30px;
  }
  .footer .f-top p {
    margin-right: 15px;
  }
}

.top_btn {
  position: fixed;
  bottom: 60px;
  right: 35px;
  width: 78px;
  height: 78px;
  z-index: 9998;
  padding: 25px 18px;
  background: rgb(222, 0, 17);
  transition: all 0.3s;
}
.top_btn img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .index_wrap .top_btn {
    display: none;
  }
}

.index_wrap .main_slide {
  position: relative;
}
.index_wrap .main_slide .main_text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.index_wrap .main_slide .main_text img {
  width: 30%;
  height: auto;
}
.index_wrap .main_slide .swiper {
  height: 920px;
  overflow: hidden;
  position: relative;
}
.index_wrap .main_slide .swiper .swiper-slide .bg {
	display:block;
	width:100%;
  height:100%;
}

.index_wrap .main_slide .swiper .swiper-slide .bg > img{
	object-fit:cover;
  width:100%;
  height:100%;
}
.index_wrap .main_slide .swiper .item {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.index_wrap .main_slide .swiper .item .txt {
  color: rgb(255, 255, 255);
}
.index_wrap .main_slide .swiper .item_txt {
  position: relative;
  width: 100%;
  height: 100px;
}
.index_wrap .main_slide .swiper .item_txt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_wrap .main_slide .swiper .item_txt p {
  color: rgb(255, 255, 255);
  width: 100%;
}
.index_wrap .main_slide .swiper .fade_item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: fadeInOut 4s infinite;
}
.index_wrap .main_slide .swiper .fade_item:nth-child(1) {
  animation-delay: 0s;
}
.index_wrap .main_slide .swiper .fade_item:nth-child(2) {
  animation-delay: 2s;
}
@keyframes fadeInOut {
  0%, 25% {
    opacity: 0;
  }
  25%, 50% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
.index_wrap .main_slide .swiper .swiper-pagination {
  width: 155px;
  height: 12px;
  position: absolute;
  bottom: 318px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 20px;
}
.index_wrap .main_slide .swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s;
}
.index_wrap .main_slide .swiper .swiper-pagination-bullet-active {
  width: 33px;
  height: 12px;
  background: rgb(255, 255, 255);
  border-radius: 4px;
}
@media (max-width: 1240px) {
  .index_wrap .main_slide .swiper {
    height: 1280px;
  }
  .index_wrap .main_slide .swiper .swiper-pagination {
    bottom: 528px;
  }
  .index_wrap .main_slide .main_text {
    justify-content: center;
    padding: 0 20px;
  }
  .index_wrap .main_slide .main_text img {
    display: none;
  }
  .index_wrap .main_slide .main_text img:first-child {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index_wrap .main_slide .swiper .item_txt img {
    min-width: 280px;
  }
  .index_wrap .main_slide .main_text img:first-child {
    display: none;
  }
  .index_wrap .main_slide .swiper {
    height: 569px;
  }
  .index_wrap .main_slide .swiper .swiper-pagination {
    bottom: 210px;
  }
}

.index_wrap .main_companyinfo .info_detail {
  padding: 140px 0 134px;
}
.index_wrap .main_companyinfo .info, .index_wrap .main_companyinfo .area {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.index_wrap .main_companyinfo .info {
  margin-bottom: 140px;
}
.index_wrap .main_companyinfo .info .info_img {
  position: relative;
}
.index_wrap .main_companyinfo .info .info_img img {
  position: absolute;
  left: -153px;
}
.index_wrap .main_companyinfo .info .info_txt .txt01 {
  color: rgb(222, 0, 17);
  font-weight: bold;
}
.index_wrap .main_companyinfo .info .info_txt .txt02 {
  font-weight: bold;
  margin: 15px 0 39px;
}
.index_wrap .main_companyinfo .info .info_txt .txt03 {
  font-weight: bold;
}
.index_wrap .main_companyinfo .info .info_txt .txt04 {
  margin: 29px 0 60px;
}
.index_wrap .main_companyinfo .info .info_txt .read {
  color: rgb(222, 0, 17);
  display: inline-flex;
  align-items: center;
}
.index_wrap .main_companyinfo .info .info_txt .read img {
  margin-left: 25px;
  width: 44px;
  height: 44px;
}
.index_wrap .main_companyinfo .info .info_txt .read:hover img {
  content: url("/src/img/ico/read_btn02.png");
}
.index_wrap .main_companyinfo .area {
  width: 1600px;
  margin: 0 auto;
}
.index_wrap .main_companyinfo .area .area_txt {
  margin-bottom: 106px;
}
.index_wrap .main_companyinfo .area .area_txt .txt01 {
  color: rgb(222, 0, 17);
  font-weight: bold;
}
.index_wrap .main_companyinfo .area .area_txt .txt02 {
  font-weight: bold;
  margin: 15px 0 39px;
}
.index_wrap .main_companyinfo .area .brand_btn {
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgb(170, 170, 170);
}
.index_wrap .main_companyinfo .area .brand_btn .btn {
  display: inline-block;
  text-align: left;
  margin-bottom: 39px;
}
.index_wrap .main_companyinfo .area .brand_btn .btn:last-child {
  margin-bottom: 0;
}
.index_wrap .main_companyinfo .area .brand_btn .btn.active .point {
  border-left: 3px solid rgb(222, 0, 17);
  color: rgb(222, 0, 17);
  font-weight: bold;
}
.index_wrap .main_companyinfo .area .brand_btn .btn .point {
  border-left: 3px solid transparent;
  color: rgb(170, 170, 170);
  padding-left: 40px;
  margin-left: -2px;
}
.index_wrap .main_companyinfo .swiper.brand {
  border-radius: 10px;
  width: 90%;
  height: 520px;
  position: relative;
}
.index_wrap .main_companyinfo .swiper.brand .swiper-wrapper {
  height: 100%;
}
.index_wrap .main_companyinfo .swiper.brand .custom-pagination {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 100px;
  width: 60px;
  top: 60px;
  right: 120px;
  z-index: 20;
}
.index_wrap .main_companyinfo .swiper.brand .custom-pagination span {
  color: rgb(255, 255, 255);
}
.index_wrap .main_companyinfo .swiper.brand .custom-pagination .swiper-pagination {
  flex: 1;
  height: 2px;
  background: #ddd;
}
.index_wrap .main_companyinfo .swiper.brand .custom-pagination .swiper-pagination-progressbar-fill {
  background: rgb(222, 0, 17);
}
.index_wrap .main_companyinfo .swiper.brand .swiper-pagination-progressbar.swiper-pagination-horizontal {
  left: 35px;
  top: 9px;
}
.index_wrap .main_companyinfo .swiper.brand .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  position: relative;
}
.index_wrap .main_companyinfo .swiper.brand .swiper-slide .brand_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_wrap .main_companyinfo .swiper.brand .swiper-slide .overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.4);
}
.index_wrap .main_companyinfo .swiper.brand .swiper-slide .brand_txt {
  padding: 60px;
  position: absolute;
  width: 100%;
}
.index_wrap .main_companyinfo .swiper.brand .swiper-slide .brand_txt .brand_btxt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_wrap .main_companyinfo .swiper.brand .swiper-slide .brand_txt .brand_txt01 {
  margin-bottom: 24px;
}
.index_wrap .main_companyinfo .swiper.brand .swiper-slide .brand_txt .brand_txt02 {
  max-width: 460px;
}
.index_wrap .main_companyinfo .swiper.brand .swiper-slide .brand_txt .brand_txt01, .index_wrap .main_companyinfo .swiper.brand .swiper-slide .brand_txt .brand_txt02 {
  color: rgb(255, 255, 255);
}
.index_wrap .main_companyinfo .swiper.brand .swiper-slide .brand_txt .brand_btn02 {
  flex-shrink: 0;
  margin-left: 60px;
  width: 60px;
  height: 60px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
}
.index_wrap .main_companyinfo .swiper.brand .swiper-slide .brand_txt .brand_btn02 a {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.index_wrap .main_companyinfo .swiper.brand .swiper-slide .brand_txt .brand_btn02 a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index_wrap .main_companyinfo .swiper.brand .swiper-slide .brand_txt .brand_btn02:hover {
  border: none;
  background: rgb(222, 0, 17);
}
@media (max-width: 1620px) {
  .index_wrap .main_companyinfo .area {
    width: 90%;
  }
}
@media (max-width: 1420px) {
  .index_wrap .main_companyinfo .info, .index_wrap .main_companyinfo .area {
    grid-template-columns: 1fr;
  }
  .index_wrap .main_companyinfo .area_txt {
    width: 90%;
    margin: 0 auto;
  }
  .index_wrap .main_companyinfo .area {
    width: 100%;
  }
  .index_wrap .main_companyinfo .area .area_text {
    width: 100%;
  }
  .index_wrap .main_companyinfo .area .brand_btn .btn.active .point {
    margin-bottom: -2px;
  }
  .index_wrap .main_companyinfo .swiper.brand .swiper-slide .brand_txt .brand_btn02 {
    margin-left: 40px;
  }
  .index_wrap .main_companyinfo .area .brand_btn .btn {
    margin-bottom: 0;
  }
  .index_wrap .main_companyinfo .info.reverse .info_img {
    order: 2;
    margin-top: 80px;
  }
  .index_wrap .main_companyinfo .info.reverse .info_txt {
    order: 1;
  }
  .index_wrap .main_companyinfo .info .info_img img {
    position: relative;
  }
  .index_wrap .main_companyinfo .area .brand_btn {
    border-left: none;
    margin-bottom: 80px;
    border-bottom: 1px solid rgb(170, 170, 170);
    display: flex;
    flex-direction: row;
  }
  .index_wrap .main_companyinfo .area .brand_btn .btn {
    width: 100%;
    text-align: center;
  }
  .index_wrap .main_companyinfo .area .brand_btn .btn.active .point {
    border-bottom: 3px solid rgb(222, 0, 17);
    border-left: none;
  }
  .index_wrap .main_companyinfo .area .brand_btn .btn .point {
    padding: 0 0 29px 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .index_wrap .main_companyinfo .area .brand_btn .btn .point span {
    display: block;
    margin-top: 15px;
  }
}
@media (max-width: 620px) {
  .index_wrap .main_companyinfo .info {
    margin-bottom: 70px;
  }
  .index_wrap .main_companyinfo .info .info_img img {
    left: -5vw;
  }
  .index_wrap .main_companyinfo .info .info_txt .txt02 {
    margin: 10px 0 19px;
  }
  .index_wrap .main_companyinfo .info .info_txt .txt04 {
    margin: 15px 0 30px;
  }
  .index_wrap .main_companyinfo .info_detail {
    padding: 70px 0;
  }
  .index_wrap .main_companyinfo .info.reverse .info_img {
    margin-top: 40px;
  }
  .index_wrap .main_companyinfo .area .brand_btn .btn.active .point {
    margin-bottom: -7px;
  }
  .index_wrap .main_companyinfo .area .area_txt {
    margin-bottom: 40px;
  }
  .index_wrap .main_companyinfo .area .area_txt .txt02 {
    margin: 10px 0 19px;
  }
  .index_wrap .main_companyinfo .area .brand_btn {
    margin-bottom: 40px;
  }
  .index_wrap .main_companyinfo .swiper.brand {
    height: auto;
  }
  .index_wrap .main_companyinfo .swiper.brand .custom-pagination {
    top: 40px;
    right: 96px;
    width: 30px;
    gap: 70px;
  }
  .index_wrap .main_companyinfo .swiper.brand .swiper-slide .brand_txt {
    padding: 19px;
  }
  .index_wrap .main_companyinfo .swiper.brand .swiper-slide .brand_txt .brand_btn02 {
    width: 40px;
    height: 40px;
    margin: 0;
    position: absolute;
    right: -280px;
    top: 12px;
  }
  .index_wrap .main_companyinfo .swiper.brand .swiper-slide .brand_txt .brand_txt01 {
    margin-bottom: 0;
  }
  .index_wrap .main_companyinfo .swiper.brand .swiper-slide .brand_txt .brand_txt02 {
    display: none;
  }
  .index_wrap .main_companyinfo .area .brand_btn .btn.active .point {
    padding: 0 0 21px 0;
  }
}

.index_wrap .main_process {
  padding: 146px 0 134px;
  background-image: url("../img/main_process_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.index_wrap .main_process .process_txt p {
  color: rgb(255, 255, 255);
}
.index_wrap .main_process .process_txt .txt01 {
  font-weight: bold;
}
.index_wrap .main_process .process_txt .txt02 {
  font-weight: bold;
  margin: 15px 0 39px;
}
.index_wrap .main_process .process_txt .txt03 {
  width: 633px;
  max-width: 100%;
}
.index_wrap .main_process .process_step {
  display: flex;
  gap: 20px;
  margin-top: 80px;
}
.index_wrap .main_process .process_step .step_box {
  width: 385px;
	max-width:100%;
  height: 385px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding: 0 50px;
}
.index_wrap .main_process .process_step .step_box:nth-child(even) {
  transform: translateY(80px);
}
.index_wrap .main_process .process_step .step_box:hover {
  background-color: rgb(222, 0, 17);
	background-image:none !important;
}
.index_wrap .main_process .process_step .step_box:hover .ho {
  display: block;
}
.index_wrap .main_process .process_step .step_box .ho {
	display:none;
}
.index_wrap .main_process .process_step .step_box p {
  color: rgb(255, 255, 255);
}
.index_wrap .main_process .process_step .step_box p:nth-child(2) {
  font-weight: bold;
  margin: 10px 0 39px;
}
@media (max-width: 1240px) {
  .index_wrap .main_process .process_step {
    flex-wrap: wrap;
    gap: 20px;
  }
  .index_wrap .main_process .process_step .step_box {
    width: 310px;
    height: 310px;
    padding: 45px 50px;
    flex: 1 1 calc(50% - 10px);
  }
  .index_wrap .main_process .process_step .step_box:nth-child(even) {
    transform: none;
  }
}
@media (max-width: 767px) {
  .index_wrap .main_process {
    padding: 70px 0;
  }
  .index_wrap .main_process .process_txt .txt02 {
    margin: 10px 0 19px;
  }
  .index_wrap .main_process .process_step {
    margin-top: 40px;
  }
  .index_wrap .main_process .process_step .step_box {
		width: 280px;
    height: 280px;
    flex: 0 0 100%;
    padding: 74px 25px;
  }
}

@media (max-width: 620px) {
  .index_wrap .main_process .process_step .step_box p:nth-child(2) {
    margin: 5px 0 20px;
  }
}

.index_wrap .main_management {
  background: rgb(246, 246, 246);
  text-align: center;
}
.index_wrap .main_management .manage {
  padding: 140px 0 320px;
}
.index_wrap .main_management .manage .text {
  margin-bottom: 79px;
}
.index_wrap .main_management .manage .text p {
  font-weight: bold;
}
.index_wrap .main_management .manage .text .txt01 {
  color: rgb(222, 0, 17);
}
.index_wrap .main_management .manage .detail_all {
  position: relative;
}
.index_wrap .main_management .manage .detail_all .detail_img {
  max-height: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.index_wrap .main_management .manage .detail_all .detail {
  top: 50px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 82px 448px;
}
.index_wrap .main_management .manage .detail_all .detail img {
  width: 90px;
  height: 90px;
}
.index_wrap .main_management .manage .detail_all .detail .detail_box {
  display: flex;
  gap: 30px;
}
.index_wrap .main_management .manage .detail_all .detail .detail_box.reverse {
  flex-direction: row-reverse;
  text-align: right;
}
.index_wrap .main_management .manage .detail_all .detail .detail_box.reverse .detail_txt .detail_txt01, .index_wrap .main_management .manage .detail_all .detail .detail_box.reverse .detail_txt .detail_txt02 {
  text-align: right;
}
.index_wrap .main_management .manage .detail_all .detail .detail_box.reverse .detail_txt .detail_txt02:after {
  left: -100px;
}
.index_wrap .main_management .manage .detail_all .detail .detail_box.reverse .detail_txt .detail_txt02.po:after {
  top: 103px;
}
.index_wrap .main_management .manage .detail_all .detail .detail_box .detail_txt {
  text-align: left;
}
.index_wrap .main_management .manage .detail_all .detail .detail_box .detail_txt .detail_txt01 {
  font-weight: bold;
  margin-bottom: 14px;
}
.index_wrap .main_management .manage .detail_all .detail .detail_box .detail_txt .detail_txt02 {
  width: 314px;
  color: rgb(102, 102, 102);
  position: relative;
}
.index_wrap .main_management .manage .detail_all .detail .detail_box .detail_txt .detail_txt02:after {
  content: "";
  position: absolute;
  width: calc(100% + 100px);
  height: 2px;
  background: rgb(222, 0, 17);
  bottom: 0;
  left: 0;
  top: 73px;
}
@media (max-width: 1240px) {
  .index_wrap .main_management .manage {
    padding: 140px 0;
  }
  .index_wrap .main_management .manage .detail_all {
    position: static;
  }
  .index_wrap .main_management .manage .detail_all .detail_img {
    position: static;
    transform: translateX(0);
  }
  .index_wrap .main_management .manage .detail_all .detail {
    gap: 84px 40px;
    grid-template-columns: 1fr 1fr;
  }
  .index_wrap .main_management .manage .detail_all .detail .detail_box, .index_wrap .main_management .manage .detail_all .detail .detail_box.reverse {
    text-align: center;
    display: block;
  }
  .index_wrap .main_management .manage .detail_all .detail .detail_box .detail_txt, .index_wrap .main_management .manage .detail_all .detail .detail_box.reverse .detail_txt {
    margin-top: 15px;
    text-align: center;
  }
  .index_wrap .main_management .manage .detail_all .detail .detail_box .detail_txt .detail_txt01, .index_wrap .main_management .manage .detail_all .detail .detail_box.reverse .detail_txt .detail_txt01 {
    text-align: center;
  }
  .index_wrap .main_management .manage .detail_all .detail .detail_box .detail_txt .detail_txt02, .index_wrap .main_management .manage .detail_all .detail .detail_box.reverse .detail_txt .detail_txt02 {
    text-align: center;
    width: 100%;
  }
  .index_wrap .main_management .manage .detail_all .detail .detail_box .detail_txt .detail_txt02:after, .index_wrap .main_management .manage .detail_all .detail .detail_box.reverse .detail_txt .detail_txt02:after {
    content: none;
  }
  .index_wrap .main_management .detail_img {
    position: static;
    transform: none;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .index_wrap .main_management .detail_img {
    margin-bottom: 40px;
  }
  .index_wrap .main_management .manage .detail_all .detail img {
    width: 40px;
    height: 40px;
  }
  .index_wrap .main_management .manage .detail_all .detail {
    gap: 30px 19px;
  }
  .index_wrap .main_management .manage .detail_all .detail .detail_box .detail_txt {
    margin-top: 10px;
  }
  .index_wrap .main_management .manage {
    padding: 70px 0 140px;
  }
  .index_wrap .main_management .manage .text {
    margin-bottom: 39px;
  }
}

.index_wrap .main_partner {
  padding: 140px 0;
}
.index_wrap .main_partner .part_txt {
  text-align: center;
  margin-bottom: 79px;
}
.index_wrap .main_partner .part_txt .txt01 {
  font-weight: bold;
  color: rgb(222, 0, 17);
  margin-bottom: 15px;
}
.index_wrap .main_partner .part_txt .txt02 {
  font-weight: bold;
  width: 730px;
  max-width: 100%;
  margin: 0 auto;
}
.index_wrap .main_partner .scroll .swiper-wrapper, .index_wrap .main_partner .scroll-rev .swiper-wrapper {
  transition-timing-function: linear !important;
}
.index_wrap .main_partner .scroll .swiper-wrapper .swiper-slide, .index_wrap .main_partner .scroll-rev .swiper-wrapper .swiper-slide {
  width: auto;
}
.index_wrap .main_partner .scroll-rev {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .index_wrap .main_partner .scroll-rev {
    margin-top: 30px;
  }
}
@media (max-width: 620px) {
  .index_wrap .main_partner {
    padding: 70px 0;
  }
  .index_wrap .main_partner .scroll-rev {
    margin-top: 10px;
  }
  .index_wrap .main_partner .part_txt {
    margin-bottom: 39px;
  }
  .index_wrap .main_partner .scroll .swiper-wrapper .swiper-slide,
  .index_wrap .main_partner .scroll-rev .swiper-wrapper .swiper-slide {
    width: 135px;
    height: 57px;
  }
}

.index_wrap .main_connect {
	position:relative;
  background-image: url("../img/main_form.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.index_wrap .main_connect .connect {
  padding: 80px 0;
  display: flex;
}
.index_wrap .main_connect .connect .conn_txt, .index_wrap .main_connect .connect .req_form {
  flex: 1;
}
.index_wrap .main_connect .connect .conn_txt p {
  font-weight: bold;
  color: rgb(255, 255, 255);
}
.index_wrap .main_connect .connect .req_form {
  background: rgb(255, 255, 255);
  border-radius: 20px;
  padding: 80px 52px;
}
.index_wrap .main_connect .connect .req_form .form_txt {
  margin-bottom: 19px;
}
.index_wrap .main_connect .connect .req_form .input_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.index_wrap .main_connect .connect .req_form .input_box input {
  width: 100%;
  height: 59px;
  background: rgb(246, 246, 246);
  border-radius: 5px;
  border: none;
}
.index_wrap .main_connect .connect .req_form textarea {
  width: 100%;
  height: 235px;
  padding: 20px 0 0 19px;
  border-radius: 5px;
  background: rgb(246, 246, 246);
  border: none;
  margin-top: 16px;
}
.index_wrap .main_connect .connect .req_form .form_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.index_wrap .main_connect .connect .req_form .form_bottom .check {
  display: flex;
  align-items: center;
  gap: 10px;
}
.index_wrap .main_connect .connect .req_form .form_bottom .check .de_cki i {
  width: 28px;
  height: 28px;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 5px;
  display: inline-block;
}
.index_wrap .main_connect .connect .req_form .form_bottom .check .de_cki i::after {
  border-color: rgb(221, 221, 221);
  opacity: 0.5;
}
.index_wrap .main_connect .connect .req_form .form_bottom .check .de_cki input:checked ~ i {
  background-color: rgb(222, 0, 17);
  border-color: rgb(222, 0, 17);
}
.index_wrap .main_connect .connect .req_form .form_bottom .check .de_cki input:checked ~ i::after {
  border-color: rgb(255, 255, 255);
  opacity: 1;
}
.index_wrap .main_connect .connect .req_form .form_bottom .form_btn {
  font-weight: bold;
  color: rgb(222, 0, 17);
  border: 1px solid rgb(222, 0, 17);
  width: 173px;
  height: 47px;
}
.index_wrap .main_connect .connect .req_form .form_bottom .form_btn:hover {
  background: rgb(222, 0, 17);
  color: rgb(255, 255, 255);
  border: none;
}

.index_wrap .main_connect .priv_bg{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.7);
  display:none;
  z-index:998;
}
.index_wrap .main_connect .priv_popup{
	display:none;
	position:fixed;
	top:50%;
  left:50%;
	transform:translate(-50%, -50%);
	width: 830px;
	background:rgb(255, 255, 255);
	border:1px solid rgb(112, 112, 112);
	border-radius:20px;
	box-shadow:0 0 20px;
	overflow: hidden; 
	z-index:999;
}
.index_wrap .main_connect .priv_popup.active{
	display:block;
}
.index_wrap .main_connect .priv_bg.active{
	display:block;
}
.index_wrap .main_connect .priv_popup .in_ovy{overflow-y: auto;max-height: 90vh;padding: 60px;
}
.index_wrap .main_connect .priv_popup .close_btn{
	position:absolute;
	top:20px;
	right:20px;
}
.index_wrap .main_connect .priv_popup .tit{
	margin-bottom:40px;
}
@media (max-width: 1119px) {
  .index_wrap .main_connect .connect {
    flex-direction: column;
    gap: 40px;
  }
  .index_wrap .main_connect .connect .conn_txt, .index_wrap .main_connect .connect .req_form {
    flex: none;
    width: 100%;
  }
  .index_wrap .main_connect .connect .req_form .input_box {
    grid-template-columns: 1fr;
  }
  .index_wrap .main_connect .connect .req_form .form_bottom {
    flex-direction: column;
  }
  .index_wrap .main_connect .connect .req_form .form_bottom .check {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }
  .index_wrap .main_connect .connect .req_form .form_bottom .form_btn {
    width: 100%;
    margin-top: 27px;
  }
.index_wrap .main_connect .priv_popup{width: 90%;}
}
@media (max-width: 620px) {
  .index_wrap .main_connect .connect .req_form {
    padding: 40px 25px;
    border-radius: 10px;
  }
  .index_wrap .main_connect .connect .req_form .form_txt {
    margin-bottom: 10px;
  }
  .index_wrap .main_connect .connect .req_form textarea {
    height: 100px;
    margin-top: 10px;
  }
  .index_wrap .main_connect .connect .req_form .form_bottom {
    margin-top: 15px;
  }
  .index_wrap .main_connect .connect .req_form .form_bottom .form_detail {
    margin-top: 3px;
  }
  .index_wrap .main_connect .connect .req_form .input_box {
    gap: 10px;
  }
  .index_wrap .main_connect .connect .req_form .input_box input {
    height: 48px;
  }
	.index_wrap .main_connect .priv_popup .in_ovy{
		padding:30px;
	}
	.index_wrap .main_connect .priv_popup .close_btn{width:20px;height:20px;}
	.index_wrap .main_connect .priv_popup .tit{margin-bottom:20px}
}

.visual_yegam {
  width: 100%;
  min-height: 700px;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1240px) {
  .visual_yegam {
    min-height: 900px;
  }
}
@media (max-width: 767px) {
  .visual_yegam {
    min-height: 400px;
  }
}

.sub1_1 {
  background-image: url("/src/img/sub1_1.jpg");
}

.sub1_2 {
  background-image: url("/src/img/sub1_2.jpg");
}

.sub1_3 {
  background-image: url("/src/img/sub1_3.jpg");
}

.sub1_4 {
  background-image: url("/src/img/sub1_4.jpg");
}

.sub1_5 {
  background-image: url("/src/img/sub1_5.jpg");
}

.sub2_1 {
  background-image: url("/src/img/sub2_1.jpg");
}

.sub2_2 {
  background-image: url("/src/img/sub2_2.jpg");
}

.sub3_1 {
  background-image: url("/src/img/sub3_1.jpg");
}

.sub4_1 {
  background-image: url("/src/img/sub4_1.jpg");
}

.sub-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(255, 255, 255);
}
.sub-txt .sub01, .sub-txt .title {
  font-weight: bold;
  color: rgb(255, 255, 255);
}
.sub-txt .sub02 {color: rgb(255, 255, 255);}

.insamal {
  position: relative;
  padding-top: 200px;
}
.insamal .content .text {
  position: relative;
}
.insamal .content .text .txt {
  margin-bottom: clamp(20px, 4vw, 60px);
}

.insamal .content .text .bg-logo {
  transform: translateY(clamp(-60px, -3vw, -20px));
}
.insamal .content .bg-logo {
	margin-top: -40px;
  width: 100%;
  height: auto;
  text-align: center;
}
.insamal .content .txt {
  font-weight: bold;
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
	color: #000;
}
.insamal .content .sub {
  margin: clamp(-100px, -4vw, -30px) 0 80px;
  color: rgb(51, 51, 51);
  position: relative;
  z-index: 2;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.insamal .content .sub .sub01 {
  width: 670px;
	max-width:100%;
}
.insamal .content .sub .sub01:nth-child(2) {
  width: 783px;
}
.insamal .intro ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.insamal .intro ul li {
  margin: 5px;
  box-sizing: border-box;
  text-align: center;
  padding: 60px 0;
  background: #fff;
  border: 1px solid rgb(238, 238, 238);
  border-radius: 20px;
  text-align: center;
}
.insamal .intro ul li:nth-child(even) {
  background: rgb(250, 250, 250);
}
.insamal .intro ul li .s1 {
  font-weight: bold;
	color: #000;
}
.insamal .intro ul li .s2 {
  padding: 0 39px;
  color: rgb(102, 102, 102);
  margin: 20px 0 30px;
  position: relative;
}
.insamal .intro ul li .s2:after {
  content: "";
  text-align: center;
  width: 40px;
  height: 1px;
  background: rgb(221, 221, 221);
  position: absolute;
  display: block;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.insamal .intro ul li img {
  margin-top: 20px;
}
.insamal .imgBox {
  padding: 200px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.insamal .imgBox .imgtxt {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 482px;
  text-align: right;
}
.insamal .imgBox .imgtxt:nth-child(1) {
  background-image: url(../img/insamal_img01.png);
}
.insamal .imgBox .imgtxt:nth-child(2) {
  background-image: url(../img/insamal_img02.png);
}
.insamal .imgBox .imgtxt:nth-child(3) {
  background-image: url(../img/insamal_img03.png);
}
.insamal .imgBox .imgtxt:nth-child(4) {
  background-image: url(../img/insamal_img04.png);
}
.insamal .imgBox .imgtxt:nth-child(5) {
  background-image: url(../img/insamal_img05.png);
}
.insamal .imgBox .imgtxt:nth-child(6) {
  background-image: url(../img/insamal_img06.png);
}
.insamal .imgBox .imgtxt:nth-child(even) {
  text-align: left;
}
.insamal .imgBox .imgtxt p {
  color: rgb(255, 255, 255);
}
.insamal .imgBox .imgtxt p:first-child {
  font-weight: bold;
  margin-bottom: 39px;
}
.insamal .process .txt {
  font-weight: bold;
  color: rgb(222, 0, 17);
  margin-bottom: 30px;
}
.insamal .process h2 {
  width: 1009px;
  max-width: 100%;
  margin: 0 auto;
  font-weight: bold;
  margin-bottom: 79px;
	color: #000;
}
.insamal .process .step {
  position: relative;
  margin-top: 80px;
  padding-bottom: 200px;
  background-image: url("/src/img/insamal_txt.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
}
.insamal .process .step .step-box {
  display: grid;
  grid-template-columns: 535px 1fr;
  align-items: center;
  text-align: left;
  margin-bottom: 80px;
  gap: 80px;
}
.insamal .process .step .step-box.reverse {
  direction: rtl;
}
.insamal .process .step .step-box.reverse > * {
  direction: ltr;
}
.insamal .process .step .step-box:nth-child(even) {
  text-align: right;
}
.insamal .process .step .step-box:last-child {
  margin-bottom: 0;
}
.insamal .process .step .step-box .step-txt01 {
  color: rgb(222, 0, 17);
}
.insamal .process .step .step-box .step-txt02 {
  font-weight: bold;
  margin: 20px 0 39px;
	color: #000;
}
.insamal .process .bg-logo02 {
  text-align: left;
}
@media (max-width: 1420px){
	.insamal .process .pc_br{display:none;}
}
@media (max-width: 1240px) {
  .insamal .intro ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .insamal .bg-logo02 {
    background-position: center;
    max-width: none;
  }
  .insamal .imgBox {
    grid-template-columns: 1fr;
  }
  .insamal .imgBox .imgtxt {
    text-align: center;
    padding: 0;
  }
  .insamal .imgBox .imgtxt:nth-child(even) {
    text-align: center;
  }
  .insamal .imgBox .imgtxt p {
    max-width: 100%;
    width: 347px;
    margin: 0 auto;
  }
  .insamal .process {
    position: relative;
  }
  .insamal .process .step .step-box {
    grid-template-columns: repeat(1, 1fr);
    text-align: left;
  }
  .insamal .process .step .step-box img {
    width: 100%;
  }
  .insamal .process .step .step-box:nth-child(even) {
    text-align: left;
  }
  .insamal .process .step .step-box .step_img {
    border-radius: 20px;
    overflow: hidden;
  }
  .insamal .process .step .step-box .step_img img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .insamal .intro ul li .s2 {
    height: 54px;
  }
  .insamal .intro ul li .s2:after {
    display: none;
  }
  .insamal .intro .imgBox .imgtxt {
    height: 214px;
  }
}
@media (max-width: 1119px) {
  .insamal .imgBox .imgtxt p:first-child {
    margin-bottom: 19px;
  }
  .insamal .imgBox .intro ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .insamal .process .step .step-box {
    gap: 40px;
  }
  .insamal .process .step .step-box .step-txt02 {
    margin: 10px 0 19px;
  }
}
@media(max-width:767px){
	.insamal .content .sub {
    margin: clamp(-100px, -4vw, -30px) 0 40px;
  }
}
@media (max-width: 620px) {
  .insamal {
    padding-top: 70px;
  }
	.insamal .content .sub .sub01:not(:first-child){margin-top: 5px;}
  .insamal .content .bg-logo{margin-top: -20px;}
  .insamal .intro ul {
    grid-template-columns: 1fr;
  }
  .insamal .intro ul li {
    padding: 30px 0;
  }
  .insamal .intro ul li .s2 {
    margin: 10px 0 20px;
  }
  .insamal .imgBox {
    padding: 100px 0;
  }
  .insamal .imgBox .imgtxt {
    height: 214px;
    padding: 0 20px;
  }
	.insamal .imgBox .imgtxt p{
		width:100%;
	}
  .insamal .process .txt {
    margin-bottom: 15px;
  }
  .insamal .process h2 {
    margin-bottom: 39px;
  }
  .insamal .process .step {
    padding-bottom: 100px;
    margin-top: 40px;
    background-size: contain;
  }
  .insamal .process .step .step-box {
    gap: 20px;
    margin-bottom: 40px;
  }
  .insamal .process .step .step-box .step_img {
    border-radius: 10px;
  }
}

.sub_history {
  background: rgb(255, 255, 255);
  padding: 200px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.sub_history h2 {
  font-weight: bold;
	color: #000;
}
.sub_history .history_left {
	width: calc(100% - 40px);
}
.sub_history .history_left .history_wrap{padding-left: 12px;}
.line_wrap {
  position: relative;
  display: inline-block;
}
.sub_history .text .date {
  font-weight: bold;
  margin-bottom: 10px;
	display:flex;
	align-items:center;
	position:relative;
	padding-left: 50px;
	z-index:2;
	color:#000;
}
.sub_history .text .date:before{
	content:"";
	display:block;
	width:24px;
	height:24px;
	background:url(/src/img/cir_ico.svg)no-repeat center / contain;
	position:absolute;
	left:-12px;
	top:10px;
	z-index:2;
}
.sub_history .text .txtw{padding-left: 50px;}
.sub_history .text .txtw ~ .txtw{margin-top: 10px;}
.sub_history .text .cont {
  color: rgb(51, 51, 51);
  position: relative;
}
.sub_history .text .dot{position:relative;padding-left: 10px;}
.sub_history .text .dot:before{
	content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgb(51, 51, 51);
  position: absolute;
  display: block;
	margin-right: 10px;
  top: 12px;
  left: 0px;
}
/* .sub_history ul li ~ li{margin-top: 30px;} */
.sub_history li {
  margin-bottom: 30px;
	position:relative;
}
.sub_history li:before{
	content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% + 30px);
  width: 1px;
  background: #DE0011;
}
.sub_history li:first-child:before{
	top:10px;
}
.sub_history li:last-child:before{
	height:20%;
}
.sub_history :last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .sub_history {
    grid-template-columns: 1fr;
  }
  .sub_history .history_left {
    padding-right: 0;
		width:100%;
  }
	.sub_history .history_left li:last-child:before{height: calc(100% + 40px);}
	.sub_history .history_right{padding-left: 12px;}
	.sub_history .history_right li:first-child:before{top:0;}
	.sub_history .history_right .line_wrap{padding-top:30px;}
}
@media (max-width: 620px) {
  .sub_history .history_img {
    border-radius: 10px;
  }
  .sub_history {
    padding: 100px 0;
  }
  .sub_history h2 {
    margin-bottom: 25px;
  }
	.sub_history li {margin-bottom: 15px;}
	.sub_history .history_right .line_wrap{padding-top: 15px;}
  /* .sub_history .text li ~ li {margin-top: 15px;} */
	.sub_history .text .txtw ~ .txtw{margin-top: 5px;}
  .sub_history .text .date {
    margin-bottom: 5px;
		padding-left:25px;
  }
	.sub_history .text .txtw{padding-left: 25px;}
	.sub_history .text .date:before{width: 18px;height: 18px;left:-9px;top:7px;}
	.sub_history .text .dot:before{top: 10px;}
}

.sub_partner {
  padding: 200px 0;
}
.sub_partner h2 {
  font-weight: bold;
  text-align: center;
  width: 914px;
  margin: 0 auto 79px;
  max-width: 100%;
}
.sub_partner .brand-all {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 20px;
}
.sub_partner .brand .box {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgb(245, 245, 245);
  text-align: center;
}
.sub_partner .brand .txt {
  text-align: center;
  margin-top: 15px;
  color: rgb(51, 51, 51);
}
@media (max-width: 991px) {
  .sub_partner {
    width: 90%;
  }
  .sub_partner .brand-all {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 20px;
  }
}
@media (max-width: 620px) {
  .sub_partner {
    padding: 100px 0;
  }
  .sub_partner .brand .box {
    border-radius: 10px;
  }
  .sub_partner h2 {
    margin: 0 auto 39px;
  }
  .sub_partner .brand-all {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

.sub_jojigdo {
  padding: 200px 0;
}
.sub_jojigdo .jojigdo_img02 {
  display: none;
}
.sub_jojigdo h2 {
  text-align: center;
  font-weight: bold;
  width: 834px;
  margin: 0 auto 79px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .sub_jojigdo .jojigdo_img02 {
    display: block;
    width: 100%;
  }
  .sub_jojigdo .jojigdo_img01 {
    display: none;
  }
}
@media (max-width: 620px) {
  .sub_jojigdo {
    padding: 100px 0;
  }
  .sub_jojigdo h2 {
    margin-bottom: 39px;
  }
}

.sub_product {
  padding-top: 200px;
  position: relative;
  padding-bottom: 200px;
  background-image: url("/src/img/insamal_txt.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
}
.sub_product .bottom_logo {
  width: 100%;
  height: 140px;
  background-image: url(../img/insamal_txt.jpg);
  background-repeat: no-repeat;
  margin: 67px auto 0;
  max-width: 1600px;
}
.sub_product .buss_text .buss_txt01 {
  font-weight: bold;
  margin-bottom: 39px;
	color:#000;
}
.sub_product .buss {
  text-align: center;
}
.sub_product .buss .img{border-radius:20px; overflow:hidden;}
.sub_product .student {
  text-align: center;
}
.sub_product .student .stu_product .stu_img {
  display: flex;
  gap: 10px;
}
.sub_product .student .stu_product .stu_img .intro {
  position: relative;
}
.sub_product .student .stu_product .stu_img .intro .stu_box {
  border-radius: 20px;
  overflow: hidden;
}
.sub_product .student .stu_product .stu_img .intro .stu_box img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sub_product .student .stu_product .stu_img .intro .grad {
  width: 100%;
  height: 230px;
  position: absolute;
  bottom: 0;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.sub_product .student .stu_product .stu_img .intro .stu_txt {
  position: absolute;
  font-weight: bold;
  color: rgb(255, 255, 255);
  bottom: 50px;
  left: 60px;
}
.sub_product .student .stu_product .buss_text {
  margin-bottom: 80px;
}
@media (max-width: 1240px) {
  .sub_product {
    background-position: center bottom;
    text-align: center;
  }
  .sub_product .bg-logo02 {
    background-position: center;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .sub_product {
		padding-top: 100px;
    padding-bottom: 100px;
    background-size: contain;
  }
	.sub_product .buss_text{margin-bottom: 40px;}
  .sub_product .buss_text .buss_txt01 {
    margin-bottom: 19px;
  }
  .sub_product .buss .img{
    border-radius: 10px;
  }
	.sub_product .product{margin-top: 75px;}
	.sub_product .student{margin-top: 75px;}
	.sub_product .student .stu_product{margin-top: 75px;}
  .sub_product .student .stu_product .buss_text {
    margin-bottom: 40px;
  }
  .sub_product .student .stu_product .stu_img .intro .stu_box {
    border-radius: 10px;
  }
  .sub_product .student .stu_product .stu_img .intro .stu_txt {
    left: 30px;
    bottom: 30px;
  }
	.sub_product .buss .pc_br{
		display:none;
	}
}

.sub_public {
  position: relative;
  padding-bottom: 200px;
  background-image: url("/src/img/insamal_txt.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
}
.sub_public .text .txt01 {
  font-weight: bold;
}
.sub_public .text .txt02 {
  padding: 32px 0 80px;
}
.sub_public .job {
  text-align: center;
  padding: 200px 0 150px;
}
.sub_public .job .job_img {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sub_public .job .job_img .job_imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.sub_public .job .job_img .job_imgBox img {
  flex: 0 0 calc((100% - 20px) / 3);
  width: 100%;
  height: 100%;
  display: block;
}
.sub_public .product .text {
  text-align: center;
}
.sub_public .product .pro_img {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sub_public .product .pro_img .pro_imgBox {
  flex: 0 0 calc((100% - 20px) / 3);
  position: relative;
  overflow: hidden;
}
.sub_public .product .pro_img .pro_imgBox .grad {
  width: 100%;
  height: 230px;
  position: absolute;
  bottom: 0;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.sub_public .product .pro_img .pro_imgBox img {
  width: 100%;
  height: auto;
  display: block;
}
.sub_public .product .pro_img .pro_imgBox .pro_imgtxt {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: rgb(255, 255, 255);
  font-weight: bold;
}
@media (max-width: 1420px) {
  .sub_public .job .job_img {
    padding: 0 90px;
  }
  .sub_public .job .job_img .job_imgBox {
    flex: 0 0 100%;
  }
  .sub_public .product .pro_img .pro_imgBox {
    flex: 0 0 calc((100% - 10px) / 2);
  }
}
@media (max-width: 1119px) {
  .sub_public .bg-logo02 {
    background-position: center;
    max-width: none;
  }
  .sub_public .product .pro_img .pro_imgBox {
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .sub_public {
    background-size: contain;
    padding-bottom: 110px;
  }
  .sub_public .product {
    padding-bottom: 110px;
  }
  .sub_public .job {
    padding: 100px 0 75px;
  }
  .sub_public .job .job_img {
    padding: 0 20px;
  }
  .sub_public .job .job_img .job_imgBox {
    border-radius: 10px;
  }
  .sub_public .text .txt02 {
    padding: 19px 0 40px;
  }
	.mbr {
		display: inline;
	}

	@media (max-width: 768px) {
		.mbr {
			display: block;
		}
	}
}

.sub_online {
  padding: 200px 0;
}
.sub_online .text {
  font-weight: bold;
  text-align: center;
  width: 942px;
  margin: 0 auto 79px;
  max-width: 100%;
}
.sub_online .req_form .input_all {
  border-bottom: 1px solid rgb(238, 238, 238);
  border-top: 1px solid #333;
}
.sub_online .req_form .input_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.sub_online .req_form .input_box .input_row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(238, 238, 238);
}
.sub_online .req_form .input_box .input_row label {
  font-weight: bold;
  padding-left: 20px;
  display: inline-block;
  line-height: 73px;
  width: 110px;
  height: 73px;
  background: rgb(250, 250, 250);
	pointer-events: none;
}
.sub_online .req_form .input_box .input_row .box {
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.sub_online .req_form .input_box .input_row .box .req_inp {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid rgb(238, 238, 238);
}
.sub_online .req_form .input_content {
  display: flex;
}
.sub_online .req_form .input_content label {
  font-weight: bold;
  padding-left: 20px;
  display: inline-block;
  line-height: 271px;
  width: 110px;
  height: 271px;
  background: rgb(250, 250, 250);
	pointer-events: none;
}
.sub_online .req_form .input_content textarea {
  border-radius: 5px;
  flex: 1;
  margin: 10px;
}
.sub_online .req_form .form_bottom {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.sub_online .req_form .form_bottom .bott_txt {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}
.sub_online .req_form .form_bottom .bott_txt span {
  color: rgb(222, 0, 17);
}
.sub_online .req_form .form_bottom .notice_box {
  width: 100%;
  height: 200px;
  padding: 15px;
  border: 1px solid rgb(238, 238, 238);
  overflow-y: scroll;
  text-align: left;
}
.sub_online .req_form .form_bottom .notice_box p {
  margin-bottom: 30px;
  color: rgb(102, 102, 102);
}
.sub_online .req_form .form_bottom .check {
  margin-top: 21px;
  border-bottom: 1px solid rgb(238, 238, 238);
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sub_online .req_form .form_bottom .check .de_cki i {
  width: 28px;
  height: 28px;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 5px;
  display: inline-block;
}
.sub_online .req_form .form_bottom .check .de_cki i:after {
  border-color: rgb(221, 221, 221);
  opacity: 0.8;
}
.sub_online .req_form .form_bottom .check .de_cki input:checked ~ i {
  background-color: rgb(222, 0, 17);
  border-color: rgb(222, 0, 17);
}
.sub_online .req_form .form_bottom .check .de_cki input:checked ~ i::after {
  border-color: rgb(255, 255, 255);
  opacity: 1;
}
.sub_online .req_form .form_bottom p {
  text-align: left;
}
.sub_online .req_form .form_bottom .form_btn {
  margin-top: 40px;
  align-self: center;
  width: 180px;
  height: 60px;
  background: rgb(222, 0, 17);
  color: rgb(255, 255, 255);
  border-radius: 5px;
}
@media (max-width: 1119px) {
  .sub_online .input_all {
    padding-bottom: 40px;
  }
  .sub_online .req_form .input_content {
    display: inline;
  }
  .sub_online .req_form .input_box {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
  .sub_online .req_form .input_box .input_row {
    border-bottom: none;
    margin-top: 40px;
    display: inline;
  }
  .sub_online .req_form .input_box .input_row label {
    margin-bottom: 15px;
    padding-left: 0;
    width: 100%;
    background: none;
    height: auto;
    line-height: 0;
  }
  .sub_online .req_form .input_box .input_row .box {
    padding: 0;
  }
  .sub_online .req_form .input_box .input_row .box .req_inp {
    width: 100%;
    height: auto;
    padding: 16px 20px;
    margin: 0;
  }
  .sub_online .req_form .input_content label {
    margin-bottom: 15px;
    padding-left: 0;
    width: 100%;
    background: none;
    height: auto;
    line-height: 0;
  }
  .sub_online .req_form .input_content textarea {
    border-radius: 5px;
    width: 100%;
    height: 250px;
    padding: 16px 20px;
    margin: 0;
  }
}
@media (max-width: 620px) {
  .sub_online .text {
    margin: 0 auto 39px;
  }
  .sub_online {
    padding: 100px 0;
  }
  .sub_online .input_all {
    padding-bottom: 20px;
  }
  .sub_online .req_form .input_box {
    margin-bottom: 20px;
  }
  .sub_online .req_form .input_box .input_row {
    margin-top: 20px;
  }
  .sub_online .req_form .form_bottom .form_btn {
    width: 135px;
    height: 50px;
    margin-top: 20px;
  }
}

.sub_gallery .gallery_box {
  padding: 200px 0;
}
.sub_gallery .gallery_box .gallery_text {
  text-align: center;
}
.sub_gallery .gallery_box .gallery_text .gallery_txt01 {
  font-weight: bold;
}
.sub_gallery .gallery_box .gallery_text .gallery_txt02 {
  width: 998px;
  margin: 0 auto;
  max-width: 100%;
  color: rgb(51, 51, 51);
  margin-top: 39px;
}
.sub_gallery .gallery_box .gallery_menu {
  margin-top: 80px;
}
.sub_gallery .gallery_box .gallery_menu .gall_list {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  gap: 10px;
}
.sub_gallery .gallery_box .gallery_menu .gall_list .gall_item {
  border-radius: 100px;
  line-height: 70px;
  text-align: center;
  width: 180px;
  height: 70px;
  border: 1px solid rgb(221, 221, 221);
  background: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
}
.sub_gallery .gallery_box .gallery_menu .gall_list .gall_item.active {
  background: rgb(222, 0, 17);
  color: rgb(255, 255, 255);
  border: none;
}
.sub_gallery .gallery_box .gallery_menu .gall_list .gall_item a {
  display: block;
}
.sub_gallery .gallery_box .gallery_menu .gall_content {
  display: none;
}
.sub_gallery .gallery_box .gallery_menu .gall_content.active {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sub_gallery .gallery_box .gallery_menu .gall_content .gallery_img {
  border-radius: 20px;
  overflow: hidden;
  flex: 0 0 calc((100% - 20px) / 3);
}
.sub_gallery .gallery_box .gallery_menu .gall_content .gallery_img img {
  width: 100%;
  height: 100%;
  display: block;
}
.sub_gallery .gallery_box .gallery_menu .page_num {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.sub_gallery .gallery_box .gallery_menu .page_num a {
  color: rgb(153, 153, 153);
  border: none;
}
.sub_gallery .gallery_box .gallery_menu .page_num a.act {
  background: rgb(222, 0, 17);
  color: rgb(255, 255, 255);
  border-radius: 50%;
}
@media (max-width: 1119px) {
  .sub_gallery .gallery_box .gallery_menu .gall_content .gallery_img {
    flex: 0 0 calc((100% - 10px) / 2);
  }
}
@media (max-width: 620px) {
  .sub_gallery .gallery_box {
    padding: 100px 0;
  }
  .sub_gallery .gallery_box .gallery_text .gallery_txt02 {
    margin-top: 19px;
  }
  .sub_gallery .gallery_box .gallery_menu .gall_list {
    margin-bottom: 40px;
  }
  .sub_gallery .gallery_box .gallery_menu .gall_list .gall_item {
    width: 135px;
    height: 46px;
    line-height: 46px;
  }
  .sub_gallery .gallery_box .gallery_menu {
    margin-top: 40px;
  }
  .sub_gallery .gallery_box .gallery_menu .gall_content.active {
    gap: 5px;
  }
  .sub_gallery .gallery_box .gallery_menu .gall_content .gallery_img {
    flex: 0 0 100%;
    border-radius: 10px;
  }
  .sub_gallery .gallery_box .gallery_menu .page_num{margin-top: 40px;}
  .sub_gallery .page_num a {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }

}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.popup .popup_inner {
  width: 830px;
  max-height: 730px;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border: 1px solid rgb(112, 112, 112);
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
	overflow:hidden;
}
.popup .popup_inner > div {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
	position:relative;
}
.popup .popup_inner > div.active {
  display: flex;
}
.popup .popup_inner .popup_top {
	position:absolute;
	right:20px;
	top:20px;
}
.popup .popup_inner .popup_top .close_btn{width:25px;}
.popup .popup_inner .popup_middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow-y: auto;
	padding: 60px 60px 75px;
	height:calc(100% - 100px);
}
.popup .popup_inner .popup_middle .num {
  width: 40px;
  height: 40px;
  background: rgb(222, 0, 17);
  color: rgb(255, 255, 255);
  border-radius: 50%;
  line-height: 40px;
  font-weight: bold;
}
.popup .popup_inner .popup_middle .text01 {
  padding: 20px 0 40px;
  width: 602px;
  max-width: 100%;
  margin: 0 auto;
}
.popup .popup_inner .popup_middle .text02 {
  font-weight: bold;
}
.popup .popup_inner .popup_middle .notext01{display: block;font-weight: 300;color: #DE0011;}
.popup .popup_inner .popup_middle .notext01.dn{display: none;}
.popup .popup_inner .popup_middle .progress_wrapper {
  flex-shrink: 0;
  width: 240px;
  height: 10px;
  background: #eee;
  border-radius: 4px;
  margin-bottom: 60px;
}
.popup .popup_inner .popup_middle .progress_wrapper .progress_bar {
  height: 100%;
  background: rgb(222, 0, 17);
  transition: width 0.3s ease;
  border-radius: 4px;
}
.popup .popup_inner .popup_bottom {
  display: flex;
  justify-content: flex-end;
	align-items:center;
  border-top: 1px solid rgb(238, 238, 238);
	background:#fff;
	height:100px;
	padding: 0 20px;
}
.popup .popup_inner .popup_bottom .next_page {
  display: flex;
  align-items: center;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 5px;
  padding: 20px;
  gap: 67px;
}
.popup .popup_inner .popup_bottom .next_page:hover {
  background: rgb(222, 0, 17);
}
.popup .popup_inner .popup_bottom .next_page:hover p {
  color: rgb(255, 255, 255);
}
.popup .popup_inner .popup_bottom .next_page:hover.prev:hover img {
  content: url("/src/img/popup_prev_hover.png");
}
.popup .popup_inner .popup_bottom .next_page:hover.next:hover img {
  content: url("/src/img/popup_next_hover.png");
}
.popup .popup_inner .popup_bottom .next_page p {
  font-weight: bold;
  margin: 0;
}
.popup .popup_inner .popup_bottom .next_page img {
  display: block;
}
.popup .popup_inner .popup_bottom .pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
}
.popup .popup_inner .popup_bottom .pagination span {
  color: rgb(153, 153, 153);
}
.popup .popup_inner .popup_bottom .pagination span.current {
  color: rgb(222, 0, 17);
  font-weight: bold;
}
.popup.flex {
  display: flex;
}
@media (max-width: 991px) {
  .popup .popup_inner {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: none;
    max-height: none;
  }
	.popup .popup_inner .popup_middle{padding:100px 40px 75px;}
}
@media (max-width: 620px) {
	.popup .popup_inner .popup_middle{padding:50px 20px 75px;height:calc(100% - 70px);}
	.popup .popup_inner .popup_middle .text01{padding:10px 0 20px;}
	.popup .popup_inner .popup_middle .progress_wrapper{width:180px;margin-bottom: 30px;}
  .popup .contact_popup .popup_middle .text01 {
    padding: 40px 0 20px;
  }
  .popup .popup_inner .popup_bottom .next_page {
    gap: 23px;
    padding: 18px 15px;
  }
	.popup .popup_inner .popup_bottom{height: 70px;}
}

.popup .popup_inner .contact_popup .popup_middle .txtw{margin:auto;width:100%;}
.popup .popup_inner .contact_popup .popup_middle .text01 {
  padding: 0;
  width: 602px;
  max-width: 100%;
  margin: 0 auto;
  color: rgb(51, 51, 51);
}
.popup .popup_inner .contact_popup .popup_middle .text02 {
  font-weight: bold;
}
.popup .popup_inner .contact_popup .popup_bottom .next_page p {
  font-weight: bold;
  margin: 0;
}
.popup .popup_inner .contact_popup .popup_bottom .next_page img {
  display: block;
}
.popup .popup_inner .contact_popup .popup_bottom .next_page:hover img {
  content: url("/src/img/popup_next_hover.png");
}
@media (max-width: 991px){
	.popup .popup_inner .popup_top{right:40px; top:40px;}
}
@media (max-width: 620px) {
	.popup .popup_inner .contact_popup .popup_middle .txtw > img{margin-bottom: 40px;}
	.popup .popup_inner .contact_popup .popup_middle .text02{margin-top: 20px;}
	.popup .popup_inner .popup_top{right:20px; top:20px;}
  .popup .popup_inner .contact_popup .popup_bottom .next_page {
    padding: 18px 15px;
    gap: 23px;
  }
}

.popup .popup_inner .popup_step01 .popup_middle .choice_w{width: 100%;}
.popup .popup_inner .popup_step01 .popup_middle .choice {
	display:flex;
  width: 100%;
	gap: 10px;
}
.popup .popup_inner .popup_step01 .popup_middle .progress_bar {
  width: 40px;
}
.popup .popup_inner .popup_step01 .popup_middle .text01 {
  font-weight: bold;
}

.popup .popup_inner .popup_step01 .popup_middle .choice .choice_box {
  width: 100%;
  padding: 123px 0;
  border: 1px solid rgb(238, 238, 238);
  border-radius: 10px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
.popup .popup_inner .popup_step01 .popup_middle .choice .choice_box img{height: auto;
  max-height: 90vh;}
.popup .popup_inner .popup_step01 .popup_middle .choice .choice_box p {
  margin-top: 20px;
}
.popup .popup_inner .popup_step01 .popup_middle .choice .choice_box input {
  width: 1px;
  height: 1px;
  visibility: hidden;
  pointer-events: none;
}
.popup .popup_inner .popup_step01 .popup_middle .choice .choice_box.active {
  border: 2px solid rgb(222, 0, 17);
}
.popup .popup_inner .popup_step01 .popup_middle .choice .choice_box.active p {
  color: rgb(222, 0, 17);
}
.popup .popup_inner .popup_step01 .popup_bottom {
  position: relative;
  align-items: center;
}
.popup .popup_inner .popup_step01 .popup_bottom .next_page {
  margin-right: auto;
  display: flex;
  align-items: center;
}
.popup .popup_inner .popup_step01 .popup01_alert {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}
.popup .popup_inner .popup_step01 .popup01_alert .alert_inner {
	overflow-y:auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
	width: 100%;
  max-width: 474px;
	height:100%;
	max-height: 283px;
  background: rgb(255, 255, 255);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.popup .popup_inner .popup_step01 .popup01_alert h2 {
  font-weight: bold;
  text-align: center;
}
.popup .popup_inner .popup_step01 .popup01_alert .alert_confirm {
  border: 1px solid rgb(221, 221, 221);
  border-radius: 5px;
  width: 150px;
  height: 60px;
  font-weight: bold;
}
.popup .popup_inner .popup_step01 .popup01_alert.active {
  display: flex;
}
@media (max-width: 620px) {
  .popup .popup_inner .popup_step01 .popup_middle .popup_middle .progress_wrapper {
    margin-bottom: 30px;
    width: 120px;
  }
  .popup .popup_inner .popup_step01 .popup_middle .choice {
    margin-bottom: 50px;
		flex-direction:column;
  }
  .popup .popup_inner .popup_step01 .popup_middle .choice .choice_box {
    padding: 60px 0;
  }
	.popup .popup_inner .popup_step01 .popup_middle .choice .choice_box img{width: 45px;}
  .popup .popup_inner .popup_step01 .popup01_alert .alert_inner {
    gap: 20px;
		max-width:300px;
		max-height:220px;
  }
  .popup .popup_inner .popup_step01 .popup01_alert .alert_inner .alert_confirm {
    width: 90px;
    height: 50px;
  }
}

.popup .popup_inner .popup_step02 .popup_middle .progress_bar {
  width: 80px;
}
.popup .popup_inner .popup_step02 .popup_middle .text01 {
  font-weight: bold;
}
.popup .popup_inner .popup_step02 .popup_middle .form_table {
  padding: 0 20px;
  width: 100%;
}
.popup .popup_inner .popup_step02 .popup_middle .form_table .point {
  color: rgb(222, 0, 17);
}
.popup .popup_inner .popup_step02 .popup_middle .form_table th {
  width: 15%;
  padding: 25px 0;
  font-weight: bold;
  text-align: left;
}
.popup .popup_inner .popup_step02 .popup_middle .form_table td {
  width: 85%;
}
.popup .popup_inner .popup_step02 .popup_middle .form_table td input {
  width: 100%;
  height: 51px;
  border-radius: 5px;
}
.popup .popup_inner .popup_step02 .popup_bottom {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .popup .popup_inner .popup_step02 .popup_middle .form_table th {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
  .popup .popup_inner .popup_step02 .popup_middle .form_table td {
    display: block;
    width: 100%;
  }
}
@media (max-width: 620px) {
  .popup .popup_inner .popup_step02 .popup_middle {
    padding-bottom: 51px;
  }
  .popup .popup_inner .popup_step02 .popup_middle .form_table th {
    padding: 10px 0;
  }
}

.popup .popup_inner .popup_step03 .popup_middle .progress_bar {
  width: 120px;
}
.popup .popup_inner .popup_step03 .popup_middle .text01 span {
  font-weight: bold;
}
.popup .popup_inner .popup_step03 .popup_middle .selector {
	display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
	width:100%;
}
.popup .popup_inner .popup_step03 .popup_middle .selector .selector_box {
	width:100%;
	padding:33px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  gap: 20px;
  border: 2px solid rgb(238, 238, 238);
}
.popup .popup_inner .popup_step03 .popup_middle .selector .selector_box.active {
  border: 2px solid rgb(222, 0, 17);
}
.popup .popup_inner .popup_step03 .popup_middle .selector .selector_box.active p {
  color: rgb(222, 0, 17);
}
.popup .popup_inner .popup_step03 .popup_bottom {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .popup .popup_inner .popup_step03 .popup_middle .selector {
		padding:0 20px;
		grid-template-columns: repeat(4, 1fr);
  }
  
}
@media (max-width: 620px){
	.popup .popup_inner .popup_step03 .popup_middle .selector{
    grid-template-columns: repeat(2, 1fr);
		padding:0;
		gap:5px;
  }
	.popup .popup_inner .popup_step03 .popup_middle .selector .selector_box{padding: 20px 0;gap:10px;}
	.popup .popup_inner .popup_step03 .popup_middle .selector .selector_box img {width:45px;height:45px;}
}

.popup .popup_inner .popup_step04.active {
  justify-content: space-between;
}
.popup .popup_inner .popup_step04 .popup_middle .progress_bar {
  width: 160px;
}
.popup .popup_inner .popup_step04 .text01 {
  font-weight: bold;
}
.popup .popup_inner .popup_step04 .popup_middle .filebox {
  width: 100%;
}
.popup .popup_inner .popup_step04 .popup_middle .filebox .file_txt01 {
  width: 30%;
  text-align: left;
  font-weight: bold;
	display:flex;
	margin-top: 15px;
}
.popup .popup_inner .popup_step04 .popup_middle .filebox .file_txt02 {
  display: flex;
  text-align: left;
  color: rgb(102, 102, 102);
}
.popup .popup_inner .popup_step04 .popup_middle .filebox .file_txt02 .box {
  width: 23%;
}
.popup .popup_inner .popup_step04 .popup_middle .filebox .file_txt02 span {
  width: 79%;
}
.popup .popup_inner .popup_step04 .popup_middle .filebox .filebox_t {
  display: flex;
}
.popup .popup_inner .popup_step04 .popup_middle .filebox .filebox {
  text-align: left;
}
.popup .popup_inner .popup_step04 .popup_middle .filebox .file_all {
  text-align: left;
  width: 100%;
}
.popup .popup_inner .popup_step04 .popup_middle .filebox .file_b {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.popup .popup_inner .popup_step04 .popup_middle .filebox .file_b input {
  height: 51px;
  border-radius: 5px;
  padding: 5px;
  flex: 1 1 auto;
  width: 100%;
}
.popup .popup_inner .popup_step04 .popup_middle .filebox .file_b .file_btn {
  width: 51px;
  height: 51px;
  border-radius: 5px;
  border: 1px solid rgb(170, 170, 170);
  margin-left: 5px;
  position: relative;
}
.popup .popup_inner .popup_step04 .popup_middle .filebox .file_b .file_btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup .popup_inner .popup_step04 .popup_bottom {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .popup .popup_inner .popup_step04 .popup_middle .filebox {
    flex-direction: column;
    padding: 0;
  }
  .popup .popup_inner .popup_step04 .popup_middle .filebox .file_txt01 {
    margin-bottom: 20px;
  }
  .popup .popup_inner .popup_step04 .popup_middle .filebox label input {
    max-width: none;
  }
}
@media (max-width: 620px){
	.popup .popup_inner .popup_step04 .popup_middle .filebox .filebox_t{
		flex-direction:column;
	}
	.popup .popup_inner .popup_step04 .popup_middle .filebox .file_txt01{margin:0 0 10px;}
	.popup .popup_inner .popup_step04 .popup_middle .filebox .file_txt02 .box{display:none;}
}

.popup .popup_inner .popup_step05 .popup_middle .progress_bar {
  width: 100%;
}
.popup .popup_inner .popup_step05 .popup_middle .text01 {
  font-weight: bold;
}
.popup .popup_inner .popup_step05 .popup_bottom {
  justify-content: space-between;
  align-items: center;
}
.popup .popup_inner .popup_step05 .form_table {
  width: 100%;
}
.popup .popup_inner .popup_step05 .form_table th {
  width: 15%;
  padding: 25px 0;
  font-weight: bold;
  text-align: left;
}
.popup .popup_inner .popup_step05 .form_table th .point {
  color: rgb(222, 0, 17);
}
.popup .popup_inner .popup_step05 .form_table td {
  width: 85%;
}
.popup .popup_inner .popup_step05 .form_table td input {
  width: 100%;
  height: 51px;
  border-radius: 5px;
}
.popup .popup_inner .popup_step05 .form_table .privacy {
  display: block;
  width: 100%;
  height: 200px;
  padding: 15px;
  border: 1px solid rgb(238, 238, 238);
  overflow-y: scroll;
  text-align: left;
}
.popup .popup_inner .popup_step05 .form_table .privacy p {
  margin-bottom: 30px;
  color: rgb(102, 102, 102);
}
.popup .popup_inner .popup_step05 .check {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 21px;
  text-align: left;
}
.popup .popup_inner .popup_step05 .check .box {
  width: 15%;
}
.popup .popup_inner .popup_step05 .check .de_cki i {
  width: 28px;
  height: 28px;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 5px;
  display: inline-block;
}
.popup .popup_inner .popup_step05 .check .de_cki i::after {
  border-color: rgb(221, 221, 221);
  opacity: 0.5;
}
.popup .popup_inner .popup_step05 .check .de_cki input:checked ~ i {
  background-color: rgb(222, 0, 17);
  border-color: rgb(222, 0, 17);
}
.popup .popup_inner .popup_step05 .check .de_cki input:checked ~ i::after {
  border-color: rgb(255, 255, 255);
  opacity: 1;
}
@media (max-width: 991px) {
  .popup .popup_inner .popup_step05 .form_table th {
    display: block;
    width: 100%;
    padding: 20px 0 10px;
  }
  .popup .popup_inner .popup_step05 .form_table th:first-child {
    padding-top: 10px;
  }
  .popup .popup_inner .popup_step05 .form_table td {
    display: block;
    width: 100%;
  }
  .popup .popup_inner .popup_step05 .check .box {
    width: 0;
  }
}
@media (max-width: 356px) {
  .popup .popup_inner .popup_step05 .popup_middle .text01 {
    padding: 15px 0 20px;
  }
  .popup .popup_inner .popup_step05 .form_table th {
    display: block;
    width: 100%;
    padding: 20px 0 10px;
  }
  .popup .popup_inner .popup_step05 .form_table th:first-child {
    padding-top: 10px;
  }
  .popup .popup_inner .popup_step05 .check {
    margin-bottom: 30px;
  }
}

.popup .popup_inner .popup_step06 .text01 {
  font-weight: bold;
}
.popup .popup_inner .popup_step06 .text02 {
  padding-bottom: 40px;
}
.popup .popup_inner .popup_step06 .text03 {
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
}
.popup .popup_inner .popup_step06 .popup_middle .progress_bar {
  width: 100%;
}
@media (max-width: 991px) {
  .popup .popup_inner .popup_step06 .text02 {
    padding-bottom: 20px;
  }
}

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


.sub_facility{padding: 200px 0;}
.sub_facility section{display: flex;gap: 80px;align-items: start;position: relative;}
.sub_facility section+section{margin-top: 80px;}
.sub_facility section .sect_tit{position: absolute;top: 90px;width: calc(100% - 740px);font-weight: bold;color: #000;}
.sub_facility section .facility_slide{position: relative;width: 660px;}
.sub_facility section .facility_slide .facility_slide_mask{overflow: hidden;border-radius: 20px;}
.sub_facility section .facility_slide .facility_slide_mask .item{height: unset;}
.sub_facility section .facility_slide .facility_slide_mask .item .img{height: 100%;}
.sub_facility section .facility_slide .facility_slide_mask .item .img > img{object-fit: cover;width: 100%;height: 100%;}
.sub_facility section .facility_slide .arrow_btn{z-index: 5;position: absolute;top: calc(50% - 40px);width: 80px;height: 80px;border-radius: 50%;background-color: rgba(0,0,0,.5);background-repeat: no-repeat;background-position: center;}
.sub_facility section .facility_slide .arrow_btn.prev{left: 20px;background-image: url(/src/img/siseol_prev.png);}
.sub_facility section .facility_slide .arrow_btn.next{right: 20px;background-image: url(/src/img/siseol_next.png);}
.sub_facility section .facility_slide .page{z-index: 5;position: absolute;bottom: 20px;left: 50%;transform: translateX(-50%);display: flex;align-items: center;justify-content: center;width: 80px;height: 46px;color: #fff;border-radius: 50rem;background-color: rgba(0,0,0,.5);}
.sub_facility section .facility_slide .page .curr{font-weight: bold;}
.sub_facility section .txt_slide{width: calc(100% - 740px);padding-top: 200px;}
.sub_facility section .txt_slide .item{display: none;}
.sub_facility section .txt_slide .item .num{margin-bottom: 20px;color: #DE0011;}
.sub_facility section .txt_slide .item .tit{font-weight: bold;color: #000;}
.sub_facility section .txt_slide .item .tit+.desc{margin-top: 40px;}
.sub_facility section .txt_slide .item .desc{}
.sub_facility section .txt_slide .item.act{display: block;}
.sub_facility section:nth-child(2n-1) .sect_tit{right: 0;}
.sub_facility section:nth-child(2n){flex-direction: row-reverse;}
.sub_facility section:nth-child(2n) .sect_tit{left: 0;}
@media screen and (max-width: 1420px){
  .sub_facility section{gap: 60px;}
  .sub_facility section .sect_tit{top: 60px;width: calc(100% - 610px);}
  .sub_facility section .facility_slide{position: relative;width: 560px;}
  .sub_facility section .txt_slide{width: calc(100% - 610px);padding-top: 150px;}
}
@media screen and (max-width: 1240px){
  .sub_facility section{display: block;}
  .sub_facility section .sect_tit{position: static;width: 100%;margin-bottom: 50px;text-align: center;}
  .sub_facility section .facility_slide{width: 100%;}
  .sub_facility section .facility_slide .arrow_btn{display: none;}
  .sub_facility section .facility_slide+.txt_slide{margin-top: 40px;}
  .sub_facility section .txt_slide{width: 100%;padding-top: 0;}
}
@media screen and (max-width: 620px){
  .sub_facility{padding: 100px 0;}
  .sub_facility section+section{margin-top: 40px;}
  .sub_facility section .sect_tit{margin-bottom: 25px;}
  .sub_facility section .facility_slide .facility_slide_mask{border-radius: 10px;}
  .sub_facility section .facility_slide .page{bottom: 10px;width: 50px;height: 24px;}
  .sub_facility section .facility_slide+.txt_slide{margin-top: 20px;}
  .sub_facility section .txt_slide .item .num{margin-bottom: 10px;}
  .sub_facility section .txt_slide .item .tit+.desc{margin-top: 20px;}
}

.portfolio_list > ul{display: grid;}
.portfolio_list > ul > li{min-width: 0;padding: 20px;border: 1px solid #eee;border-radius: 20px;}
.portfolio_list.lng3 > ul{gap: 40px;grid-template-columns: repeat(3, 1fr);}
@media screen and (max-width: 1420px){
  .portfolio_list.lng3 > ul{gap: 20px;grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 767px){
  .portfolio_list.lng3 > ul{gap: 20px;grid-template-columns: 1fr;}
}
@media screen and (max-width: 620px){
  .portfolio_list > ul > li{padding: 15px;border-radius: 10px;}
}

.portfolio_slide .view_mask{overflow: hidden;border-radius: 20px;}
.portfolio_slide .view_mask .item{height: unset;}
.portfolio_slide .view_mask .item .img{height: 100%;}
.portfolio_slide .view_mask .item .img > img{object-fit: cover;width: 100%;height: 100%;}
.portfolio_slide .thumb_mask{overflow: hidden;margin-top: 20px;}
.portfolio_slide .thumb_mask .item{overflow: hidden;border-radius: 10px;}
.portfolio_slide .thumb_mask .item .img > img{object-fit: cover;width: 100%;height: 100%;}
.portfolio_slide .thumb_mask .item.swiper-slide-thumb-active{position: relative;}
.portfolio_slide .thumb_mask .item.swiper-slide-thumb-active::after{content: '';box-sizing: border-box;position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: 2px solid #DE0011;border-radius: inherit;}
@media screen and (max-width: 620px){
  .portfolio_slide .view_mask{border-radius: 10px;}
  .portfolio_slide .thumb_mask{margin-top: 10px;}
  .portfolio_slide .thumb_mask .item{border-radius: 5px;}
}




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