.c1 {
  color: #EA5006 !important;
}

.c0 {
  color: #000;
}

.c3 {
  color: #333;
}

.c4 {
  color: #444444;
}

.c6 {
  color: #666;
}

.c9 {
  color: #999;
}

.cb {
  color: #2B2B2B;
}

.c24 {
  color: #242424;
}

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

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

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

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

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

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

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

li {
  list-style: none;
}

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

input {
  padding: 0 10px;
}

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

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

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

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

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

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

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

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

em, address {
  font-style: normal;
}

label, button {
  cursor: pointer;
}

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

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

legend {
  *width: 0;
}

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

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

sup {
  font-size: 0.5%;
}

figure {
  margin: 0;
}

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

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

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

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.dt {
  display: table;
}

.dtr {
  display: table-row;
}

.dtc {
  display: table-cell;
}

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

.dtr {
  width: 100%;
}

.dtc {
  vertical-align: middle;
}

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

.fr {
  float: right;
}

.flul > li {
  float: left;
}

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

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

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

.pb0 {
  padding-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.mt150 {
  margin-top: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

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

.pr0 {
  padding-right: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

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

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

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

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

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

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

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

.bx-wrapper {
  position: relative;
}

.bx-controls {
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* font-size */
.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;
}

.fz60 {
  font-size: 60px;
}

.fz70 {
  font-size: 70px;
}

@media screen and (max-width: 620px) {
  .fz12 {
    font-size: 12px;
  }
  .fz14 {
    font-size: 12px;
  }
  .fz16 {
    font-size: 14px;
  }
  .fz18 {
    font-size: 14px;
  }
  .fz20 {
    font-size: 16px;
  }
  .fz22 {
    font-size: 16px;
  }
  .fz24 {
    font-size: 18px;
  }
  .fz26 {
    font-size: 16px;
  }
  .fz28 {
    font-size: 18px;
  }
  .fz30 {
    font-size: 20px;
  }
  .fz32 {
    font-size: 20px;
  }
  .fz34 {
    font-size: 22px;
  }
  .fz36 {
    font-size: 24px;
  }
  .fz38 {
    font-size: 24px;
  }
  .fz40 {
    font-size: 22px;
  }
  .fz46 {
    font-size: 26px;
  }
  .fz50 {
    font-size: 24px;
  }
  .fz52 {
    font-size: 24px;
  }
  .fz60 {
    font-size: 26px;
  }
  .fz70 {
    font-size: 30px;
  }
  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: 1200px;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .container {
    width: 90%;
  }
}

.wcontainer {
  width: 1500px;
  margin: 0 auto;
}
@media (max-width: 1540px) {
  .wcontainer {
    width: 90%;
  }
}

.f_container {
  width: 1700px;
  margin: 0 auto;
}
@media (max-width: 1740px) {
  .f_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(27, 118, 255);
  transform: scale(0.5, 0.5) rotate(0.3deg);
  -webkit-transform: scale(0.5, 0.5) rotate(0.3deg);
  transform: scale(0.5, 0.5) rotate(0.3deg);
}
.de_rdo input:disabled ~ i, .de_cks input:disabled ~ i {
  background-color: #eee;
}

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

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

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

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

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

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

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

.sys_popup.dn {
  display: none;
}

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

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

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

.sub_visual {
  display: flex;
  align-items: center;
  height: 594px;
  padding-top: 110px;
  background-size: cover;
  background-position: center center;
}
.sub_visual .txt .tit {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.sub_visual .menu {
  margin-top: 100px;
}
.sub_visual .menu > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub_visual .menu > ul li {
  width: 233px;
  text-align: center;
  color: #999999;
}
.sub_visual .menu > ul li > a {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  line-height: 150%;
}
.sub_visual .menu > ul li.active {
  position: relative;
  color: #EA5006;
}
.sub_visual .menu > ul li.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #EA5006;
}
@media (max-width: 1240px) {
  .sub_visual {
    height: 710px;
    padding: 110px 0 105px;
  }
  .sub_visual .txt .tit {
    font-size: 56px;
  }
  .sub_visual .menu {
    display: none;
  }
}
@media (max-width: 620px) {
  .sub_visual {
    height: 320px;
    padding: 66px 0 65px;
  }
  .sub_visual .txt .tit {
    font-size: 26px;
  }
}

.mo_menu {
  display: none;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 40px;
}
.mo_menu .mo_w {
  position: relative;
}
.mo_menu .mo_w:after {
  content: "";
  width: 11px;
  height: 9px;
  background: url(/src/img/ico/notice_arrow.svg) no-repeat center/contain;
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
.mo_menu select {
  width: 100%;
  height: 65px;
  background: #EA5006;
  color: #fff;
  padding: 0 40px;
  border: none;
}
@media (max-width: 1240px) {
  .mo_menu {
    display: block;
  }
}
@media (max-width: 620px) {
  .mo_menu {
    padding: 0 20px;
    bottom: 20px;
  }
  .mo_menu select {
    height: 45px;
    padding: 0 25px;
    font-size: 16px;
  }
  .mo_menu .mo_w:after {
    right: 25px;
  }
}

.f_lex {
  font-family: "Lexend Exa";
}

.pa {
  padding: 130px 0;
}
@media (max-width: 1240px) {
  .pa {
    padding: 80px 0;
  }
}
@media (max-width: 620px) {
  .pa {
    padding: 40px 0;
  }
}

.lh7 {
  line-height: 70px;
}
@media (max-width: 620px) {
  .lh7 {
    line-height: 36px;
  }
}

.fix_btn {
  position: fixed;
  right: 35px;
  bottom: 70px;
  z-index: 99;
}
.fix_btn > ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fix_btn > ul li > a {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}
.fix_btn > ul li > a:before {
  content: "";
  width: 35px;
  height: 35px;
}
.fix_btn > ul li a.f_btn {
  border: 1px solid #ddd;
  background: #FFFFFF;
}
.fix_btn > ul li a.f_btn:before {
  background: url(/src/img/ico/f_btn.svg) no-repeat center/contain;
}
.fix_btn > ul li a.n_btn {
  background: #EA5006;
  color: #fff;
}
.fix_btn > ul li a.n_btn:before {
  background: url(/src/img/ico/n_btn.svg) no-repeat center/contain;
}
@media (max-width: 1420px) {
  .fix_btn {
    display: none;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 110px;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 99;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.header:after {
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.85);
}
.header .h_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header .logo {
  width: 280px;
  height: 34px;
}
.header .logo > a {
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(/src/img/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header .h_r {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header .h_r .lang_btn, .header .h_r .sns > li > a {
  width: 26px;
  height: 26px;
}
.header .h_r .sns {
  gap: 30px;
}
.header .h_r .lang {
  position: relative;
}
.header .h_r .lang .lang_btn {
  background-image: url(/src/img/ico/lang.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header .h_r .lang .list {
  background: #FFFFFF;
  border-radius: 6px;
  width: 47px;
  height: 54px;
  position: absolute;
  margin-top: 6px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: -10px;
  display: none;
  transition: 0.3s ease;
}
.header .h_r .lang .list.active {
  display: flex;
}
.header .h_r .lang .list > li {
  color: #CBCBCB;
}
.header .h_r .lang .list > li:hover {
  color: #242424;
}
.header .h_r .menu_btn {
  width: 30px;
  height: 26px;
  display: none;
  background-image: url(/src/img/ico/menu_btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.header .menu {
  display: flex;
  height: 100%;
  align-items: center;
  margin-left: -63px;
}
.header .menu > li {
  position: relative;
  height: 100%;
  color: #FFFFFF;
}
.header .menu > li > a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 33px;
}
.header .menu > li.act > a {
  color: #EA5006;
}
.header .menu > li.active > .submenu {
  display: block;
}
.header .submenu {
  position: absolute;
  top: 109px;
  left: 50%;transform: translateX(-50%);
  display: none;
  z-index: 2;
}
.header .submenu ul {
  display: flex;
  gap: 80px;justify-content: center;
  width: 100vw;
}
.header .submenu ul li {
  flex-shrink: 0;
  color: #444444;
}
.header .submenu ul li a{display: flex;align-items: center;height: 110px;}
.header .submenu ul li:hover {
  color: #EA5006;
}
.header .mobile_menu {
  position: fixed;
  width: 100%;
  height: 100dvh;
  z-index: 99;
  top: 0;
  background: #000000;
  overflow-y: auto;
  right: -100%;
  transition: right 0.3s ease;
}
.header .mobile_menu .hd {
  width: 100%;
  height: 110px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(221, 221, 221, 0.15);
}
.header .mobile_menu .hd .mob_logo {
  width: 280px;
  height: 34px;
  background: url(/src/img/logo.svg) no-repeat center/contain;
  display: block;
}
.header .mobile_menu .cont {
  display: flex;
  flex-direction: column;
  height: calc(100% - 110px);
}
.header .mobile_menu .mob_menu > ul > li {
  border-bottom: 1px solid rgba(221, 221, 221, 0.15);
}
.header .mobile_menu .mob_menu > ul > li.active .t1 {
  font-weight: bold;
}
.header .mobile_menu .mob_menu > ul > li.active .t1:after {
  transform: rotate(180deg);
  transition: 0.3s;
}
.header .mobile_menu .mob_menu > ul > li.active .dep2 {
  display: block;
}
.header .mobile_menu .mob_menu .t1 {
  color: #FFFFFF;
  height: 105px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 40px;
}
.header .mobile_menu .mob_menu .t1 p {
  color: #FFFFFF;
}
.header .mobile_menu .mob_menu .t1 p .f_lex {
  font-weight: 400;
}
.header .mobile_menu .mob_menu button.t1:after {
  width: 26px;
  height: 26px;
  background: url(/src/img/ico/arrow_down.svg) no-repeat center/contain;
  content: "";
  display: block;
  transition: 0.3s;
}
.header .mobile_menu .mob_menu .dep2 {
  display: none;
}
.header .mobile_menu .mob_menu .dep2 .mob_submenu {
  padding: 35px 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: #FAFAFA;
}
.header .mobile_menu .mob_menu .dep2 .mob_submenu > li.act {
  color: #EA5006;
  font-weight: bold;
}
.header .mobile_menu .sns_w {
  margin-top: auto;
  padding: 40px;
  margin-left: auto;
}
.header .mobile_menu .sns_w .sns > li > a {
  width: 26px;
  height: 26px;
}
.header.active {
  background: #FFFFFF;
}
.header.active:after {
  display: block;
}
.header.active .h_inner .logo > a {
  background-image: url(/src/img/hv_logo.svg);
}
.header.active .h_inner .h_r .lang .lang_btn {
  background-image: url(/src/img/ico/hv_lang.svg);
}
.header.active .h_inner .h_r .lang .list {
  background: #242424;
  z-index: 9;
}
.header.active .h_inner .h_r .lang .list > li {
  color: #666;
}
.header.active .h_inner .h_r .lang .list > li:hover {
  color: #FFFFFF;
}
.header.active .h_inner .h_r .sns .insta a {
  background: url(/src/img/ico/hv_insta.svg);
}
.header.active .h_inner .h_r .sns .link a {
  background: url(/src/img/ico/hv_link.svg);
}
.header.active .h_inner .menu > li {
  color: #000000;
}
@media (max-width: 1640px) {
  .header .menu {
    margin-left: 0;
  }
  .header .menu > li > a {
    padding: 0 20px;
  }
}
@media (max-width: 1420px) {
  .header .menu, .header .h_r .sns {
    display: none;
  }
  .header .h_r .menu_btn {
    display: block;
  }
  .header .mobile_menu.active {
    right: 0;
  }
}
@media (max-width: 620px) {
  .header {
    height: 66px;
  }
  .header .logo {
    width: 156px;
    height: 19px;
  }
  .header .h_r {
    gap: 16px;
  }
  .header .h_r .menu_btn {
    width: 24px;
    height: 18px;
  }
  .header .h_r .lang_btn, .header .h_r .sns > li > a {
    width: 20px;
    height: 20px;
  }
  .header .mobile_menu .cont{height: calc(100% - 66px);}
  .header .mobile_menu .mob_menu button.t1:after {
    width: 18px;
    height: 18px;
  }
  .header .mobile_menu .mob_menu .t1 {
    height: 86px;
    padding: 0 20px;
  }
  .header .mobile_menu .mob_menu .dep2 .mob_submenu {
    padding: 32px 20px;
  }
  .header .mobile_menu .hd {
    padding: 0 20px;
    height: 66px;
  }
  .header .mobile_menu .hd .mob_logo {
    width: 157px;
    height: 19px;
  }
  .header .mobile_menu .hd .lang .lang_btn {
    width: 20px;
    height: 20px;
  }
  .header .mobile_menu .hd .lang .list {
    width: 38px;
    height: 45px;
    margin-top: 3px;
    left: -9px;
  }
  .header .mobile_menu .sns_w {
    padding: 20px;
  }
  .header .mobile_menu .sns_w .sns {
    gap: 15px;
  }
  .header .mobile_menu .sns_w .sns > li > a {
    width: 20px;
    height: 20px;
  }
}

.sns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sns > li > a {
  width: 19px;
  height: 19px;
  display: block;
}
.sns .insta a {
  background: url(/src/img/ico/insta.svg) no-repeat center/contain;
}
.sns .link a {
  background: url(/src/img/ico/link.svg) no-repeat center/contain;
}

.footer {
  background: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .sns > li > a {
  opacity: 0.7;
}
.footer .f_inner {
  padding: 80px 0;
}
.footer .t_cont {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .t_cont .f_logo {
  width: 208px;
  height: 25px;
}
.footer .b_cont {
  display: flex;
  justify-content: space-between;
}
.footer .b_cont .f_menu .item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer .b_cont .f_menu .item > * {
  color: rgba(255, 255, 255, 0.8);
}
.footer .b_cont .f_menu .item ~ .item {
  margin-top: 14px;
}
.footer .b_cont .r_txt {
  text-align: right;
}
.footer .b_cont .r_txt .ct_tel {
  color: rgba(255, 255, 255, 0.8);
}
.footer .b_cont .r_txt .copy {
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}
@media (max-width: 1780px) {
  .footer .f_inner {
    padding-right: 120px;
  }
}
@media (max-width: 1420px) {
  .footer .f_inner {
    padding-right: 0px;
  }
}
@media (max-width: 1240px) {
  .footer .f_inner {
    padding: 60px 0;
  }
  .footer .t_cont {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding-bottom: 30px;
  }
  .footer .b_cont {
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
  }
  .footer .b_cont .f_menu{text-align: center;}
  .footer .b_cont .f_menu .item {
    justify-content: center;
  }
  .footer .b_cont .r_txt {
    text-align: center;
  }
  .footer .b_cont .r_txt .ct_tel {
    margin-top: 14px;
  }
  .footer .b_cont .r_txt .copy {
    margin-top: 40px;
  }
}
@media (max-width: 620px) {
  .footer .f_inner {
    padding: 40px 0;
  }
  .footer .t_cont {
    gap: 25px;
    padding-bottom: 20px;
  }
  .footer .t_cont .f_logo {
    width: 156px;
    height: 19px;
  }
  .footer .b_cont {
    padding-top: 20px;
  }
  .footer .b_cont .f_menu .item {
    gap: 8px 15px;
    flex-wrap: wrap;
  }
  .footer .b_cont .f_menu .item ~ .item {
    margin-top: 8px;
  }
  .footer .b_cont .r_txt .ct_tel {
    margin-top: 8px;
  }
  .footer .b_cont .r_txt .copy {
    margin-top: 20px;
  }
}

.main_wrap .main_visual {
  position: relative;
  background: #000000;
}
.main_wrap .main_visual .main_slide {
  position: relative;
  overflow: hidden;
}
.main_wrap .main_visual .main_slide .item .bg {
  position: relative;
  height: 970px;
  display: block;
}
.main_wrap .main_visual .main_slide .item .bg:before, .main_wrap .main_visual .main_slide .item .bg:after {
  content: "";
  display: block;
  background: #000000;
  position: absolute;
  z-index: 2;
}
.main_wrap .main_visual .main_slide .item .bg:before {
  width: 1341px;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.main_wrap .main_visual .main_slide .item .bg:after {
  width: 100%;
  height: 200px;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.main_wrap .main_visual .main_slide .item .bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_wrap .main_visual .main_slide .txt {
  position: absolute;
  bottom: 225px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.main_wrap .main_visual .main_slide .txt p {
  color: #FFFFFF;
}
.main_wrap .main_visual .main_slide .txt p ~ p {
  margin-top: 25px;
}
.main_wrap .main_visual .main_slide .txt .ani_t {
  overflow: hidden;
}
.main_wrap .main_visual .main_slide .txt .ani_t > span {
  transform: translateY(100%);
  display: block;
}
.main_wrap .main_visual .main_slide .swiper-slide-active .txt .ani_t > span {
  transition: transform 1s;
  transform: translateY(0);
}
.main_wrap .main_visual .main_slide .pagi_box {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 3;
  bottom: 137px;
}
.main_wrap .main_visual .main_slide .pagi_box .curt {
  color: #FFFFFF;
}
.main_wrap .main_visual .main_slide .pagi_box .progress_bar {
  height: 2px;
  width: 305px;
  background-color: rgba(255, 255, 255, 0.4);
}
.main_wrap .main_visual .main_slide .pagi_box .progress_bar .ani_bar {
  display: block;
  background: #fff;
  height: 100%;
  transition: width 0.5s ease;
}
.main_wrap .main_visual .main_slide .pagi_box .main_pagi {
  display: flex;
  gap: 3px;
  align-items: center;
}
.main_wrap .main_visual .main_slide .pagi_box .main_pagi span.act {
  color: #FFFFFF;
}
.main_wrap .main_visual .main_slide .pagi_box .main_pagi span {
  color: rgba(255, 255, 255, 0.4);
}
.main_wrap .main_visual .main_slide .pagi_box .btn_b {
  background-image: url(/src/img/ico/start_btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 5px;
  height: 9px;
  margin-left: -2px;
}
.main_wrap .main_visual .main_slide .pagi_box .btn_b.pause {
  background-image: url(/src/img/ico/stop_btn.svg);
}
@media (max-width: 1240px) {
  .main_wrap .main_visual .main_slide .item .bg:before {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .main_wrap .main_visual .main_slide .item .bg:after {
    display: none;
  }
  .main_wrap .main_visual .main_slide .txt {
    bottom: 395px;
    text-align: center;
  }
  .main_wrap .main_visual .main_slide .txt p ~ p {
    margin-top: 50px;
  }
  .main_wrap .main_visual .main_slide .txt .t2 {
    font-size: 56px;
  }
  .main_wrap .main_visual .main_slide .pagi_box {
    bottom: 257px;
    justify-content: center;
  }
  .main_wrap .main_visual .main_slide .pagi_box .btn_b {
    width: 10px;
    height: 13px;
  }
}
@media (max-width: 620px) {
  .main_wrap .main_visual .main_slide .item .bg {
    aspect-ratio: 720/970;
    height: auto;
  }
  .main_wrap .main_visual .main_slide .txt {
    bottom: calc(50% + 20px);
    transform: translate(-50%, 50%);
  }
  .main_wrap .main_visual .main_slide .txt p ~ p {
    margin-top: 30px;
  }
  .main_wrap .main_visual .main_slide .txt .t2 {
    font-size: 26px;
  }
  .main_wrap .main_visual .main_slide .pagi_box {
    bottom: 20%;
  }
  .main_wrap .main_visual .main_slide .pagi_box .progress_bar {
    width: 170px;
  }
  .main_wrap .main_visual .main_slide .pagi_box .btn_b {
    height: 11px;
    margin-left: 0;
  }
}

.main_wrap .main_best {
  background: #000000;
  padding: 85px 0 136px;
  position: relative;
  overflow: hidden;
}
.main_wrap .main_best:before, .main_wrap .main_best:after {
  content: "";
  display: block;
  position: absolute;
  background: #000000;
  width: 160px;
  height: 100%;
  z-index: 3;
  top: 0;
}
.main_wrap .main_best:before {
  left: 0;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.main_wrap .main_best:after {
  right: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.main_wrap .main_best .txtw {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 136px;
  z-index: 2;
}
.main_wrap .main_best .txtw h2 {
  color: #FFFFFF;
  line-height: 80px;
}
.main_wrap .main_best .txtw .vmore_btn {
  margin: -5px 0;
  padding: 5px 0;
}
.main_wrap .main_best .txtw .vmore_btn::after {
  transition: background-image 0.3s;
}
.main_wrap .main_best .txtw .vmore_btn > p {
  transition: color 0.3s;
  color: #ffffff;
}
.main_wrap .main_best .txtw .vmore_btn:hover > p {
  color: #EA5006;
}
.main_wrap .main_best .best_swiper {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.main_wrap .main_best .best_swiper .swiper_box {
  display: flex;
  justify-content: center;
}
.main_wrap .main_best .best_swiper .swiper_wrap {
  width: 300px;
  margin-left: -500px;
  height: 100%;
}
.main_wrap .main_best .best_swiper .swiper_wrap .swiper-wrapper {
  align-items: center;
}
.main_wrap .main_best .best_swiper .swiper_wrap .item {
  width: 100%;
  height: 100%;
}
.main_wrap .main_best .best_swiper .swiper_wrap .item > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0 16px;
}
.main_wrap .main_best .best_swiper .swiper_wrap .item .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.main_wrap .main_best .best_swiper .swiper_wrap .item .img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main_wrap .main_best .best_swiper .swiper_wrap .item.swiper-slide-active {
  position: relative;
  width: 800px !important;
}
.main_wrap .main_best .best_swiper .swiper_wrap .item.swiper-slide-active > a {
  padding: 0 25px;
}
.main_wrap .main_best .best_swiper .swiper_wrap .item.swiper-slide-active .img {
  z-index: 3;
}
.main_wrap .main_best .best_swiper .swiper_wrap .item.swiper-slide-active .img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #EB6100;
  display: block;
  z-index: 1;
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(235, 97, 0, 0.4) 0%, rgba(235, 97, 0, 0) 70%);
  top: 0;
  left: 0;
}
.main_wrap .main_best .best_swiper .swiper_wrap .item.swiper-slide-active .img > img {
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.main_wrap .main_best .best_swiper .swiper_wrap .item.swiper-slide-active .text {
  z-index: 2;
  margin-top: -80px;
}
.main_wrap .main_best .best_swiper .swiper_wrap .swiper-slide:not(.swiper-slide-active) .text {
  display: none;
}
.main_wrap .main_best .best_swiper .text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_wrap .main_best .best_swiper .text .txt {
  background: #EA5006;
  border-radius: 5px;
  color: #FFFFFF;
  display: flex;
  margin-bottom: 10px;
  width: 54px;
  height: 28px;
  align-items: center;
  justify-content: center;
}
.main_wrap .main_best .best_swiper .text .t1 {
  font-size: 42px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.main_wrap .main_best .best_swiper .text .t2 {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.main_wrap .main_best .best_swiper .pgb {
  display: none;
}
.main_wrap .main_best .best_swiper .pgb .best-pagi .swiper-pagination-bullet:before {
  background: rgba(255, 255, 255, 0.5);
}
.main_wrap .main_best .best_swiper .pgb .best-pagi .swiper-pagination-bullet-active {
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.main_wrap .main_best .best_swiper .pgb .best-pagi .swiper-pagination-bullet-active:before {
  background: #FFFFFF;
}
@media (max-width: 1240px) {
  .main_wrap .main_best {
    padding-top: 136px;
  }
  .main_wrap .main_best:before, .main_wrap .main_best:after {
    display: none;
  }
  .main_wrap .main_best .txtw {
    position: relative;
    left: auto;
    top: auto;
    transform: translateX(0);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    text-align: center;
  }
  .main_wrap .main_best .txtw h2 {
    line-height: 74px;
  }
  .main_wrap .main_best .best_swiper {
    margin-top: -10px;
  }
  .main_wrap .main_best .best_swiper .swiper_box {
    flex-direction: column;
  }
  .main_wrap .main_best .best_swiper .swiper_wrap {
    width: 100%;
    margin: 0;
  }
  .main_wrap .main_best .best_swiper .swiper_wrap .item.swiper-slide-active {
    width: 100% !important;
  }
  .main_wrap .main_best .best_swiper .swiper_wrap .item.swiper-slide-active > a {
    padding: 0 40px;
  }
  .main_wrap .main_best .best_swiper .swiper_wrap .item.swiper-slide-active .text {
    margin-top: 0;
  }
  .main_wrap .main_best .best_swiper .swiper_wrap .item .text {
    margin-top: 0;
  }
  .main_wrap .main_best .best_swiper .swiper_wrap .item .text .txt, .main_wrap .main_best .best_swiper .swiper_wrap .item .text .t1 {
    margin-bottom: 15px;
  }
  .main_wrap .main_best .best_swiper .pgb {
    display: block;
    margin-top: 30px;
  }
}
@media (max-width: 620px) {
  .main_wrap .main_best {
    padding: 60px 0;
  }
  .main_wrap .main_best .txtw h2 {
    line-height: 33px;
  }
  .main_wrap .main_best .best_swiper {
    margin-top: 0;
  }
  .main_wrap .main_best .best_swiper .swiper_wrap .item.swiper-slide-active > a {
    padding: 0 18px;
  }
  .main_wrap .main_best .best_swiper .swiper_wrap .item .text .txt {
    width: 44px;
    height: 22px;
    margin-bottom: 13px;
  }
  .main_wrap .main_best .best_swiper .swiper_wrap .item .text .t1 {
    font-size: 22px;
    margin-bottom: 13px;
  }
}

.main_interior {
  overflow: hidden;
  padding: 136px 0;
}
.main_interior .t_cont {
  display: flex;
  justify-content: center;
  position: relative;
}
.main_interior .t_cont .vmore_btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.main_interior .t_cont .vmore_btn > p {
  transition: color 0.3s;
}
.main_interior .t_cont .vmore_btn::after {
  transition: background-image 0.3s;
}
.main_interior .t_cont .vmore_btn:hover > p {
  color: #EA5006;
}
.main_interior .vmore_btn:after {
  background: url(/src/img/ico/vmore_btn_b.svg) no-repeat center/contain;
}
.main_interior .interior_swiper .swiper_wrap .swiper-wrapper {
  align-items: flex-end;
}
.main_interior .interior_swiper .swiper_wrap .item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  display: block;
}
.main_interior .interior_swiper .swiper_wrap .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_interior .interior_swiper .swiper_wrap .swiper-slide-prev, .main_interior .interior_swiper .swiper_wrap .swiper-slide-next {
  position: relative;
}
.main_interior .interior_swiper .swiper_wrap .swiper-slide-prev::after {
  right: 0;
}
.main_interior .interior_swiper .swiper_wrap .swiper-slide-next::after {
  left: 0;
}
.main_interior .interior_swiper .swiper_wrap .swiper-slide-prev::after, .main_interior .interior_swiper .swiper_wrap .swiper-slide-next::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: #ffffff;
}
.main_interior .interior_swiper .swiper_wrap .swiper-slide-prev::after {
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%);
}
.main_interior .interior_swiper .swiper_wrap .swiper-slide-next::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 100%);
}
.main_interior .interior_swiper .swiper_wrap .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.main_interior .interior_swiper .swiper_wrap .swiper-slide:not(.swiper-slide-active) {
  height: 509px;
}
.main_interior .interior_swiper .pagi_box {
  margin-top: 30px;
}
.main_interior .interior_swiper .pgb .intor-pagi .swiper-pagination-bullet:before {
  background: rgba(0, 0, 0, 0.5);
}
.main_interior .interior_swiper .pgb .intor-pagi .swiper-pagination-bullet-active {
  border: 1px solid #000000;
}
.main_interior .interior_swiper .pgb .intor-pagi .swiper-pagination-bullet-active:before {
  background: #000000;
}
@media (max-width: 1240px) {
  .main_interior .t_cont {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .main_interior .t_cont .vmore_btn {
    position: relative;
  }
  .main_interior .interior_swiper {
    width: 100%;
    max-width: 100%;
  }
  .main_interior .interior_swiper .swiper_wrap .swiper-slide:not(.swiper-slide-active) {
    height: 100%;
  }
  .main_interior .interior_swiper .swiper_wrap .swiper-slide-prev::after, .main_interior .interior_swiper .swiper_wrap .swiper-slide-next::after {
    display: none;
  }
}
@media (max-width: 620px) {
  .main_interior {
    padding: 60px 0;
  }
  .main_interior .interior_swiper .swiper_wrap .item {
    border-radius: 10px;
  }
  .main_interior .t_cont {
    gap: 15px;
  }
  .main_interior .interior_swiper .pagi_box {
    margin-top: 20px;
  }
}

.pgb .pagi {
  display: flex;
  justify-content: center;
}
.pgb .pagi .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  opacity: 1;
}
.pgb .pagi .swiper-pagination-bullet:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
}
.pgb .pagi .swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background: none;
}

.main_wrap .main_part {
  background: #000000;
  padding: 136px 0;
}
.main_wrap .main_part + .main_part {
  padding-top: 0;
}
.main_wrap .main_part h2 {
  color: #FFFFFF;
}
.main_wrap .main_part .part_list h2 {
  line-height: 120%;
}
.main_wrap .main_part .part_list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.main_wrap .main_part .part_list a {
  width: 100%;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  background: #FFFFFF;
  position: relative;
  max-height: 520px;
  height: 100%;
}
.main_wrap .main_part .part_list a .imgw {
  width: 100%;
  height: 100%;
}
.main_wrap .main_part .part_list a .imgw .img {
  width: 100%;
  height: 100%;
}
.main_wrap .main_part .part_list a .imgw .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_wrap .main_part .part_list a .t_box {
  width: 100%;
  height: 187px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 50px 45px;
  transition: height 0.4s ease;
  background: rgba(0, 0, 0, 0.08);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.main_wrap .main_part .part_list a .t_box > * {
  color: #FFFFFF;
}
.main_wrap .main_part .part_list a .t_box .t2 {
  display: none;
  margin-top: 25px;
}
.main_wrap .main_part .part_list a:hover .t_box {
  height: 100%;
  background: rgba(234, 80, 6, 0.85);
  background: linear-gradient(0deg, rgb(234, 80, 6) 0%, rgba(234, 80, 6, 0.9) 20%, rgba(234, 80, 6, 0.41) 80%, rgba(234, 80, 6, 0) 100%);
}
.main_wrap .main_part .part_list a:hover .t_box .t1 {
  display: flex;
  align-items: flex-start;
}
.main_wrap .main_part .part_list a:hover .t_box .t1:after {
  content: "";
  display: block;
  margin-top: 5px;
  width: 30px;
  height: 27px;
  background: url(/src/img/ico/part_arrow.svg) no-repeat center/contain;
  margin-left: 10px;
}
.main_wrap .main_part .part_list a:hover .t_box .t2 {
  display: block;
}
.main_wrap .main_part .news .t_cont {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.main_wrap .main_part .news .t_cont .vmore_btn {
  position: absolute;
  right: 0;
}
.main_wrap .main_part .news .t_cont .vmore_btn > p {
  transition: color 0.3s;
  color: #FFFFFF;
}
.main_wrap .main_part .news .t_cont .vmore_btn::after {
  transition: background-image 0.3s;
}
.main_wrap .main_part .news .t_cont .vmore_btn:hover > p {
  color: #EA5006;
}
.main_wrap .main_part .news .news_slide {
  position: relative;
}
.main_wrap .main_part .news .news_slide .swiper-slide .img {
  overflow: hidden;
  aspect-ratio: 473/320;
  border-radius: 20px;
}
.main_wrap .main_part .news .news_slide .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_wrap .main_part .news .news_slide .item {
  display: block;
}
.main_wrap .main_part .news .news_slide .item .txtw {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: space-between;
}
.main_wrap .main_part .news .news_slide .item .txtw .txt p ~ p {
  margin-top: 12px;
}
.main_wrap .main_part .news .news_slide .item .txtw .txt .t1, .main_wrap .main_part .news .news_slide .item .txtw .txt .t2 {
  color: #FFFFFF;
}
.main_wrap .main_part .news .news_slide .item .txtw .txt .h_t {
  transition: color 0.3s;
}
.main_wrap .main_part .news .news_slide .item .txtw .date {
  display: flex;
  align-items: center;
  gap: 6px;
  color: white;
  font-size: 16px;
}
.main_wrap .main_part .news .news_slide .item .txtw .date:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/src/img/ico/date_ico.svg) no-repeat center/contain;
}
.main_wrap .main_part .news .news_slide .item:hover .txtw .h_t {
  color: #EA5006;
}
.main_wrap .main_part .news .news_slide .item:hover .txtw .date:before {
  background: url(/src/img/ico/date_h_ico.svg) no-repeat center/contain;
}

.main_wrap .main_part .news .news_slide .swiper-slide{height: auto;}
.main_wrap .main_part .news .news_slide .item2{display: flex;flex-direction: column;height: 100%;padding: 50px;border: 1px solid rgba(234,80,6,.2);border-radius: 20px;background-color: rgba(255,255,255,.05);}
.main_wrap .main_part .news .news_slide .item2 .txt{flex-shrink: 0;display: flex;flex-direction: column;height: 100%;}
.main_wrap .main_part .news .news_slide .item2 .txt .tit{color: #fff;font-weight: bold;}
.main_wrap .main_part .news .news_slide .item2 .txt .desc{color: #fff;}
.main_wrap .main_part .news .news_slide .item2 .txt .tit + .desc{margin-top: 20px;}
.main_wrap .main_part .news .news_slide .item2 .txt .info_line{margin-top: auto;padding-top: 40px;}
.main_wrap .main_part .news .news_slide .item2 .txt .info_line .t1{color: #fff;}
.main_wrap .main_part .news .news_slide .item2 .txt .info_line .time::before{content: "";display: inline-block;width: 16px;height: 16px;margin: 0 5px 2px 0;vertical-align: middle;background-image: url(/src/img/ico/n_date_ico3.svg);background-size: contain;background-repeat: no-repeat;background-position: center;}
.main_wrap .main_part .news .news_slide .swiper-slide:hover .item2{border: 1px solid rgba(234,80,6,.5);background: #EA5006;background: linear-gradient(180deg, rgba(234, 80, 6, 0) 0%, rgba(234, 80, 6, 0.3) 100%);}
@media (max-width: 1240px){
  .main_wrap .main_part .news .news_slide .item2{padding: 40px;}
}
@media (max-width: 620px){
  .main_wrap .main_part .news .news_slide .item2{padding: 20px;border-radius: 10px;}
  .main_wrap .main_part .news .news_slide .item2 .txt .tit + .desc{margin-top: 10px;}
  .main_wrap .main_part .news .news_slide .item2 .txt .info_line{padding-top: 20px;}
}




.main_wrap .main_part .news .news_slide .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #FFFFFF;
}
.main_wrap .main_part .news .news_slide .pagi_box {
  position: relative;
  margin-top: 50px;
}
.main_wrap .main_part .news .news_slide .pagi_box .news-pagi {
  width: 100%;
  bottom: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
}
@media (max-width: 1540px) {
  .main_wrap .main_part .part_list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .main_wrap .main_part .part_list a .t_box {
    padding: 50px 40px;
  }
}
@media (max-width: 1240px) {
  .main_wrap .main_part .part_list a {
    max-height: 410px;
    border-radius: 0;
  }
  .main_wrap .main_part .part_list a .t_box {
    align-items: center;
  }
  .main_wrap .main_part .part_list a:hover .t_box {
    text-align: center;
  }
  .main_wrap .main_part .news .t_cont {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .main_wrap .main_part .news .t_cont .vmore_btn {
    position: relative;
  }
}
@media (max-width: 991px) {
  .main_wrap .main_part .part_list ul {
    grid-template-columns: 1fr;
  }
  .main_wrap .main_part .part_list a .t_box {
    height: auto;
    padding: 120px 40px 50px;
  }
  .main_wrap .main_part .part_list a:hover .t_box {
    background: rgba(0, 0, 0, 0.08);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .main_wrap .main_part .part_list a:hover .t_box .t1:after {
    display: none;
  }
  .main_wrap .main_part .part_list a:hover .t_box .t2 {
    display: none;
  }
}
@media (max-width: 620px) {
  .main_wrap .main_part {
    padding: 60px 0;
  }
  .main_wrap .main_part .part_list ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .main_wrap .main_part .part_list a {
    max-height: 183px;
  }
  .main_wrap .main_part .part_list a .t_box {
    padding: 60px 25px 20px;
  }
  .main_wrap .main_part .part_list a:hover .t_box {
    height: 90px;
    background: rgba(0, 0, 0, 0.08);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .main_wrap .main_part .news .t_cont {
    gap: 15px;
  }
  .main_wrap .main_part .news .news_slide .swiper-slide .img {
    border-radius: 10px;
  }
  .main_wrap .main_part .news .news_slide .item .txtw {
    gap: 20px;
    margin-top: 15px;
  }
  .main_wrap .main_part .news .news_slide .item .txtw .txt p ~ p {
    margin-top: 5px;
  }
  .main_wrap .main_part .news .news_slide .item .txtw .date {
    font-size: 12px;
  }
  .main_wrap .main_part .news .news_slide .pagi_box {
    margin-top: 25px;
  }
}

.main_wrap .main_search .search_inner {
  display: flex;
}
.main_wrap .main_search .search_inner .cont_l {
  background: url(/src/img/m_search.jpg) no-repeat center/cover;
}
.main_wrap .main_search .search_inner .cont_l .form_w {
  width: 100%;
  display: flex;
  justify-content: center;
}
.main_wrap .main_search .search_inner .cont_l .search_form {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  max-width: 520px;
  width: 100%;
}
.main_wrap .main_search .search_inner .cont_l .search_form > input {
  width: calc(100% - 60px);
  padding: 0 25px;
}
.main_wrap .main_search .search_inner .cont_l .search_form .search_btn {
  width: 60px;
  height: 60px;
  background: #FAFAFA;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_wrap .main_search .search_inner .cont_l .search_form .search_btn > span {
  display: none;
}
.main_wrap .main_search .search_inner .cont_l .search_form .search_btn:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/src/img/ico/search_ico.svg) no-repeat center/contain;
  display: block;
}
.main_wrap .main_search .search_inner .cont_r {
  background: url(/src/img/m_mean.jpg) no-repeat center/cover;
}
.main_wrap .main_search .search_inner .cont_r .t2 {
  font-size: 22px;
}
.main_wrap .main_search .search_inner .t1 {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.main_wrap .main_search .search_inner .t1:before, .main_wrap .main_search .search_inner .t1:after {
  content: "";
  display: block;
  width: 11px;
  height: 9px;
}
.main_wrap .main_search .search_inner .t1:before {
  background: url(/src/img/ico/pin.svg) no-repeat center/contain;
  margin-right: 8px;
}
.main_wrap .main_search .search_inner .t1:after {
  background: url(/src/img/ico/pin.svg) no-repeat center/contain;
  margin-left: 8px;
  transform: rotate(-180deg);
}
.main_wrap .main_search .search_inner .t2 {
  color: #FFFFFF;
}
.main_wrap .main_search .search_inner .find_btn {
  width: 275px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.main_wrap .main_search .search_inner .find_btn:hover {
  background: #EA5006;
  color: #FFFFFF;
  border: 1px solid transparent;
}
.main_wrap .main_search .search_inner > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFFFFF;
  min-height: 672px;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.main_wrap .main_search h3 {
  color: #FFFFFF;
}
@media (max-width: 1240px) {
  .main_wrap .main_search .search_inner {
    display: block;
  }
  .main_wrap .main_search .search_inner > div {
    min-height: 627px;
    padding: 0 20px;
  }
  .main_wrap .main_search .search_inner .t1 {
    margin-bottom: 30px;
  }
  .main_wrap .main_search .search_inner .find_btn {
    margin-top: 60px;
  }
  .main_wrap .main_search .search_inner .cont_r .t2 {
    font-size: 18px;
  }
}
@media (max-width: 620px) {
  .main_wrap .main_search .search_inner > div {
    min-height: 379px;
  }
  .main_wrap .main_search .search_inner .t1 {
    margin-bottom: 14px;
  }
  .main_wrap .main_search .search_inner .cont_l .search_form {
    flex-direction: column;
    gap: 4px;
    border-radius: 0;
  }
  .main_wrap .main_search .search_inner .cont_l .search_form > input, .main_wrap .main_search .search_inner .cont_l .search_form .search_btn {
    width: 100%;
    border-radius: 5px;
  }
  .main_wrap .main_search .search_inner .cont_l .search_form .sch {
    height: 45px;
  }
  .main_wrap .main_search .search_inner .cont_l .search_form > input {
    text-align: center;
  }
  .main_wrap .main_search .search_inner .cont_l .search_form .search_btn:before {
    width: 16px;
    height: 16px;
  }
  .main_wrap .main_search .search_inner .cont_l .search_form .search_btn > span {
    margin-left: 5px;
    display: block;
  }
  .main_wrap .main_search .search_inner .cont_r .t2 {
    font-size: 14px;
  }
  .main_wrap .main_search .search_inner .find_btn {
    height: 50px;
    margin-top: 24px;
    width: 100%;
  }
}

.faq .faq_b {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq .faq_b .item {
  border: 1px solid #ECECEC;
  border-radius: 20px;
  overflow: hidden;
}
.faq .faq_b .item .faq_btn {
  background: #ffffff;
  display: flex;
  padding: 27px 100px 27px 120px;
  position: relative;
  text-align: left;
  width: 100%;
}
.faq .faq_b .item .faq_btn .t1 {
  padding-right: 20px;
}
.faq .faq_b .item .faq_btn:before {
  content: "Q";
  font-size: 20px;
  font-family: "Lexend Exa";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
}
.faq .faq_b .item .faq_btn:after {
  content: "";
  background-image: url(/src/img/ico/faq_ico.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 18px;
  height: 18px;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.faq .faq_b .item .txt {
  background: #F8F8F8;
  border-radius: 0 0 20px 20px;
  max-height: 0;
  transition: max-height 0.4s ease;
  overflow: hidden;
  position: relative;
}
.faq .faq_b .item .txt .t_inner {
  padding: 45px 120px;
}
.faq .faq_b .item .txt .t_inner:before {
  content: "A";
  font-size: 20px;
  font-family: "Lexend Exa";
  margin-right: 40px;
  font-weight: 600;
  color: #EA5006;
  position: absolute;
  left: 60px;
}
.faq .faq_b .item.active .faq_btn {
  border-radius: 20px 20px 0 0;
  font-weight: bold;
}
.faq .faq_b .item.active .faq_btn .t1 {
  white-space: normal;
  text-overflow: unset;
}
.faq .faq_b .item.active .faq_btn:after {
  transform: translateY(-50%) rotate(180deg);
}
.faq .faq_b .item.active .txt {
  max-height: 1000px;
  border-top: 1px solid #ECECEC;
}
.faq .page_num {
  margin-top: 80px;
}
@media (max-width: 1240px) {
  .faq .faq_b .item .faq_btn {
    padding: 27px 70px 27px 80px;
  }
  .faq .faq_b .item .faq_btn:before {
    left: 40px;
  }
  .faq .faq_b .item .faq_btn:after {
    right: 40px;
  }
  .faq .faq_b .item .txt .t_inner {
    padding: 30px 80px;
  }
  .faq .faq_b .item .txt .t_inner:before {
    left: 40px;
  }
  .faq .page_num {
    margin-top: 40px;
  }
}
@media (max-width: 620px) {
  .faq .faq_b {
    gap: 8px;
  }
  .faq .faq_b .item {
    border-radius: 10px;
  }
  .faq .faq_b .item .faq_btn {
    padding: 14px 25px 11px;
    flex-direction: column;
    gap: 6px;
  }
  .faq .faq_b .item .faq_btn .t1 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .faq .faq_b .item .faq_btn:before {
    font-size: 16px;
    position: static;
    transform: none;
  }
  .faq .faq_b .item .faq_btn:after {
    right: 25px;
    top: 14px;
    transform: none;
    width: 12px;
    height: 12px;
  }
  .faq .faq_b .item .txt .t_inner {
    padding: 14px 25px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .faq .faq_b .item .txt .t_inner:before {
    position: static;
    margin: 0;
    font-size: 16px;
  }
  .faq .faq_b .item.active .faq_btn:after {
    transform: rotate(180deg);
  }
  .faq .page_num {
    margin-top: 24px;
  }
}

.faq_b2 .sun-editor-editable {
  padding: 0;
  background-color: transparent;
}
.faq_b2 .item {
  overflow: hidden;
  border: 1px solid #ECECEC;
  border-radius: 20px;
}
.faq_b2 .item .faq_btn {
  display: flex;
  gap: 0 40px;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 27px 88px 27px 60px;
  text-align: left;
}
.faq_b2 .item .faq_btn .q_ico {
  flex-shrink: 0;
  color: #666;
  font-weight: bold;
  line-height: 150%;
}
.faq_b2 .item .faq_btn .t_inner {
  width: 100%;
  color: #242424;
  font-weight: bold;
  line-height: 150%;
}
.faq_b2 .item .faq_btn::after {
  content: "";
  position: absolute;
  right: 50px;
  top: calc(50% - 9px);
  transition: transform 0.3s;
  width: 18px;
  height: 18px;
  background-image: url(/src/img/ico/faq_ico.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.faq_b2 .item .txt {
  display: none;
  gap: 0 40px;
  align-items: start;
  padding: 45px 60px;
  border-top: 1px solid #ECECEC;
  background-color: #F8F8F8;
}
.faq_b2 .item .txt .a_ico {
  flex-shrink: 0;
  color: #EA5006;
  font-weight: bold;
  line-height: 150%;
}
.faq_b2 .item .txt .t_inner {
  width: 100%;
}
.faq_b2 .item + .item {
  margin-top: 16px;
}
.faq_b2 .item.active .faq_btn::after {
  transform: rotate(180deg);
}
.faq_b2 .item.active .txt {
  display: flex;
}

@media (max-width: 1240px) {
  .faq_b2 .item .faq_btn {
    gap: 0 20px;
    padding: 27px 80px 27px 40px;
  }
  .faq_b2 .item .faq_btn::after {
    right: 40px;
  }
  .faq_b2 .item .txt {
    gap: 0 20px;
    padding: 30px 40px;
  }
}
@media (max-width: 620px) {
  .faq_b2 .item {
    border-radius: 10px;
  }
  .faq_b2 .item .faq_btn {
    flex-direction: column;
    gap: 5px 0;
    padding: 14px 25px;
  }
  .faq_b2 .item .faq_btn .q_ico {
    width: 100%;
  }
  .faq_b2 .item .faq_btn .t_inner {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .faq_b2 .item .faq_btn::after {
    right: 25px;
    top: 14px;
    transition: transform 0.3s;
    width: 12px;
    height: 12px;
  }
  .faq_b2 .item .txt {
    flex-direction: column;
    gap: 5px 0;
    padding: 14px 25px;
  }
  .faq_b2 .item .txt .a_ico {
    width: 100%;
  }
  .faq_b2 .item + .item {
    margin-top: 8px;
  }
  .faq_b2 .item.active .faq_btn .t_inner {
    text-overflow: unset;
    overflow: unset;
    white-space: unset;
  }
}
.about .pc_br {
  display: block;
}
.about .intro_1 {
  padding: 136px 0;
}
.about .intro_1 h3 {
  line-height: 70px;
}
.about .intro_1 .txtb {
  background: #FFFFFF;
}
.about .intro_1 .txtb .inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.about .intro_1 .txtb .inner .cont_l {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about .about_imgbox {
  background: #000000;
}
.about .about_imgbox .imgw {
  width: 100%;
  height: 510px;
}
.about .about_imgbox .imgw > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .about_imgbox .text {
  text-align: center;
  padding: 84px 0;
}
.about .about_imgbox .text p {
  color: #FFFFFF;
}
.about .about_imgbox .text p ~ p {
  margin-top: 12px;
}
.about .intro_2 ul {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.about .intro_2 ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .intro_2 ul li.rev {
  flex-direction: row-reverse;
}
.about .intro_2 ul li .img {
  border-radius: 20px;
  overflow: hidden;
  width: calc(50% - 10px);
}
.about .intro_2 ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .intro_2 ul li .txt {
  max-width: 520px;
}
.about .intro_2 ul li .txt p ~ p {
  margin-top: 20px;
}
.about .intro_3 {
  background-color: #171717;
  padding: 100px 0;
  position: relative;
  background-image: url(/src/img/about_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about .intro_3 .cont {
  text-align: center;
  position: relative;
  z-index: 2;
}
.about .intro_3 .cont p {
  color: #FFFFFF;
}
.about .intro_3 .cont p ~ p {
  margin-top: 10px;
}
.about .intro_4 {
  background: rgba(0, 0, 0, 0.04);
}
.about .intro_4 h2 {
  margin-bottom: 37px;
}
.about .intro_4 .intro_b {
  display: flex;
  gap: 20px;
}
.about .intro_4 .intro_b > li {
  background: #FFFFFF;
  border-radius: 20px;
  min-height: 380px;
  width: 100%;
  padding: 0 25px 25px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.about .intro_4 .intro_b > li .img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 55px;
  flex: 1;
}
.about .intro_4 .intro_b > li .img.l {
  justify-content: center;
}
.about .intro_4 .intro_b > li .img.r {
  justify-content: space-between;
}
.about .intro_4 .intro_b > li .img.r:after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  background: #E2E2E2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.about .intro_4 .intro_b > li .img.r .imgw {
  width: calc(50% - 60px);
}
.about .intro_4 .intro_b > li .img.r .imgw > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .intro_4 .intro_b > li .txt {
  background: rgba(36, 36, 36, 0.13);
  border-radius: 10px;
  height: 44px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .intro_4 .txt_cont {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}
.about .intro_4 .txt_cont .t1 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.about .intro_4 .txt_cont .t1:before {
  content: "";
  width: 18px;
  height: 14px;
  background: url(/src/img/ico/about_mark.svg) no-repeat center/contain;
  display: block;
  margin-right: 15px;
}
.about .intro_4 .txt_cont .t2 {
  border: 1px solid #CBCBCB;
  border-radius: 20px;
  padding: 27px 90px;
}
@media (max-width: 1240px) {
  .about .intro_1 {
    padding: 80px 0 40px;
  }
  .about .intro_1 .txtb .inner {
    flex-direction: column;
  }
  .about .about_imgbox .imgw {
    height: 460px;
  }
  .about .about_imgbox .text {
    padding: 60px 0;
  }
  .about .about_imgbox .text p {
    max-width: 470px;
    margin-right: auto;
    margin-left: auto;
  }
  .about .intro_2 ul {
    gap: 50px;
  }
  .about .intro_2 ul li {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .about .intro_2 ul li.rev {
    flex-direction: column;
  }
  .about .intro_2 ul li .img {
    width: 100%;
  }
  .about .intro_3 {
    padding: 80px 0;
  }
  .about .intro_3 .cont {
    max-width: 472px;
  }
  .about .intro_3 .cont p ~ p {
    margin-top: 15px;
  }
  .about .intro_4 h2 {
    margin-bottom: 30px;
  }
  .about .intro_4 .intro_b {
    gap: 10px;
  }
  .about .intro_4 .intro_b > li {
    min-height: 162px;
    padding: 0 10px 10px;
  }
  .about .intro_4 .intro_b > li .img {
    padding: 0 20px;
  }
  .about .intro_4 .intro_b > li .img.l > img {
    width: 170px;
  }
  .about .intro_4 .intro_b > li .img.r .imgw {
    width: calc(50% - 16px);
  }
  .about .intro_4 .intro_b > li .txt {
    height: 30px;
  }
  .about .intro_4 .txt_cont {
    gap: 15px;
    margin-top: 30px;
  }
  .about .intro_4 .txt_cont .t2 {
    padding: 27px 19px;
  }
}
@media (max-width: 620px) {
  .about .pc_br {
    display: none;
  }
  .about .intro_1 {
    padding: 40px 0;
  }
  .about .intro_1 h3 {
    line-height: normal;
  }
  .about .intro_1 .txtb .inner {
    gap: 20px;
  }
  .about .intro_1 .txtb .inner .cont_l {
    gap: 15px;
  }
  .about .about_imgbox .imgw {
    height: 206px;
  }
  .about .about_imgbox .text {
    padding: 30px 0;
  }
  .about .about_imgbox .text p {
    max-width: 235px;
  }
  .about .intro_2 ul {
    gap: 30px;
  }
  .about .intro_2 ul li {
    gap: 20px;
  }
  .about .intro_2 ul li .img {
    border-radius: 10px;
  }
  .about .intro_2 ul li .txt p ~ p {
    margin-top: 12px;
  }
  .about .intro_3 {
    padding: 40px 0;
  }
  .about .intro_3 .cont {
    max-width: 100%;
  }
  .about .intro_3 .cont p ~ p {
    margin-top: 10px;
  }
  .about .intro_4 h2 {
    margin-bottom: 20px;
  }
  .about .intro_4 .intro_b {
    flex-direction: column;
  }
  .about .intro_4 .intro_b > li {
    min-height: 143px;
    border-radius: 10px;
  }
  .about .intro_4 .intro_b > li .img {
    padding: 0 4px;
  }
  .about .intro_4 .intro_b > li .img.l > img {
    width: 151px;
  }
  .about .intro_4 .intro_b > li .txt {
    height: 27px;
    border-radius: 5px;
  }
  .about .intro_4 .txt_cont {
    gap: 10px;
    margin-top: 20px;
  }
  .about .intro_4 .txt_cont .t1 {
    font-size: 16px;
  }
  .about .intro_4 .txt_cont .t1:before {
    margin-right: 5px;
  }
  .about .intro_4 .txt_cont .t2 {
    padding: 17px 10px;
    border-radius: 10px;
  }
}

.about .intro_4 .intro_b2 {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.about .intro_4 .intro_b2 .item {
  padding: 0 25px 25px;
  border-radius: 20px;
  text-align: center;
  background-color: #fff;
}
.about .intro_4 .intro_b2 .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 310px;
}
.about .intro_4 .intro_b2 .item .img .i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .intro_4 .intro_b2 .item .txt {
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(36, 36, 36, 0.13);
}
.about .intro_4 .intro_b2 .item.item2 .img {
  display: flex;
  gap: 0 120px;
  padding-top: 33px;
}
.about .intro_4 .intro_b2 .item.item2 .img .i {
  position: relative;
  height: 154px;
}
.about .intro_4 .intro_b2 .item.item2 .img .i::after {
  content: "";
  position: absolute;
  right: -60px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #E2E2E2;
}
.about .intro_4 .intro_b2 .item.item2 .img .i:last-child::after {
  display: none;
}

@media (max-width: 1240px) {
  .about .intro_4 .intro_b2 {
    gap: 10px;
  }
  .about .intro_4 .intro_b2 .item {
    padding: 0 10px 10px;
  }
  .about .intro_4 .intro_b2 .item .img {
    height: 122px;
  }
  .about .intro_4 .intro_b2 .item .txt {
    padding: 0 10px;
  }
  .about .intro_4 .intro_b2 .item.item1 .img .i {
    width: 170px;
  }
  .about .intro_4 .intro_b2 .item.item2 .img {
    gap: 0 33px;
    padding-top: 0;
  }
  .about .intro_4 .intro_b2 .item.item2 .img .i {
    width: 110px;
    height: 45px;
  }
  .about .intro_4 .intro_b2 .item.item2 .img .i::after {
    right: -16px;
  }
}
@media (max-width: 620px) {
  .about .intro_4 .intro_b2 {
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .about .intro_4 .intro_b2 .item {
    border-radius: 10px;
  }
  .about .intro_4 .intro_b2 .item .img {
    height: 108px;
  }
  .about .intro_4 .intro_b2 .item .txt {
    padding: 3px 5px;
    border-radius: 5px;
  }
}
.org {
  background: #000000;
}
.org .txt > * {
  color: #FFFFFF;
}
.org .txt h2 {
  margin-bottom: 17px;
}
.org .org_w {
  margin-top: 100px;
}
.org .org_w .bg {
  display: block;
  text-align: center;
}
@media (max-width: 1240px) {
  .org .org_w {
    margin-top: 60px;
  }
}
@media (max-width: 620px) {
  .org .txt h2 {
    margin-bottom: 9px;
  }
  .org .org_w {
    margin-top: 30px;
  }
}

.history {
  background-color: #000;
}
.history .page_tit {
  margin-bottom: 80px;
}
.history .page_tit > * {
  color: #FFFFFF;
}
.history .page_tit h2 {
  margin-bottom: 17px;
}
.history .history_list {
  position: relative;
  padding: 40px 0 35px;
}
.history .history_list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.history .history_list > ul {
  display: flex;
  flex-direction: column;
}
.history .history_list > ul > li {
  width: 50%;
}
.history .history_list > ul > li + li {
  margin-top: 20px;
}
.history .history_list .item {
  display: flex;
  gap: 0 30px;
  align-items: start;
}
.history .history_list .item .year {
  transition: color 0.3s;
  flex-shrink: 0;
  position: relative;
  width: 100px;
  font-weight: bold;
  color: #444;
  line-height: 110%;
}
.history .history_list .item .year::before {
  content: "";
  box-sizing: border-box;
  transition: background-color 0.3s;
  position: absolute;
  top: 8px;
  width: 20px;
  height: 20px;
  border: 6px solid #000;
  border-radius: 50%;
  background-color: #444;
}
.history .history_list .item .txt {
  width: 100%;
  padding: 20px 30px;
  border: 1px solid #333;
  border-radius: 15px;
}
.history .history_list .item .txt dl {
  display: flex;
  gap: 0 18px;
  align-items: start;
}
.history .history_list .item .txt dl dt {
  transition: color 0.3s;
  flex-shrink: 0;
  width: 25px;
  font-weight: bold;
  color: rgba(153, 153, 153, 0.6);
}
.history .history_list .item .txt dl dd {
  width: 100%;
}
.history .history_list .item .txt dl dd .t1 {
  transition: color 0.3s;
  color: rgba(238, 238, 238, 0.6);
}
.history .history_list .item .txt dl dd .t1 + .t1 {
  margin-top: 5px;
}
.history .history_list .item .txt dl + dl {
  margin-top: 5px;
}
.history .history_list .item.active .year {
  color: #EA5006;
}
.history .history_list .item.active .year::before {
  background-color: #EA5006;
}
.history .history_list .item.active .txt dl dt {
  color: #999;
}
.history .history_list .item.active .txt dl dd .t1 {
  color: #eee;
}
.history .history_list .item:nth-child(2n-1) {
  margin-left: auto;
  padding-left: 30px;
}
.history .history_list .item:nth-child(2n-1) .year::before {
  left: -40px;
}
.history .history_list .item:nth-child(2n) {
  flex-direction: row-reverse;
  padding-right: 30px;
  text-align: right;
}
.history .history_list .item:nth-child(2n) .year::before {
  right: -41px;
}
.history .history_list .item:nth-child(2n) .txt dl {
  flex-direction: row-reverse;
}

@media (max-width: 1240px) {
  .history .page_tit {
    margin-bottom: 60px;
  }
  .history .history_list {
    padding: 60px 0 50px 10px;
  }
  .history .history_list::before {
    left: 10px;
  }
  .history .history_list > ul {
    display: block;
  }
  .history .history_list > ul > li {
    width: 100%;
  }
  .history .history_list .item {
    flex-direction: row !important;
    margin-left: 0 !important;
    padding-left: 30px;
    padding-right: 0 !important;
    text-align: left !important;
  }
  .history .history_list .item .year::before {
    left: -41px;
    right: auto !important;
  }
  .history .history_list .item .txt dl {
    flex-direction: row !important;
  }
}
@media (max-width: 620px) {
  .history .page_tit {
    margin-bottom: 30px;
  }
  .history .history_list {
    padding: 30px 0 30px 10px;
  }
  .history .history_list > ul > li + li {
    margin-top: 15px;
  }
  .history .history_list .item {
    flex-direction: column !important;
    gap: 10px 0;
  }
  .history .history_list .item .year {
    width: 100%;
  }
  .history .history_list .item .year::before {
    top: 1px;
  }
  .history .history_list .item .txt {
    padding: 12px 15px;
    border-radius: 10px;
  }
  .history .history_list .item .txt dl {
    gap: 0;
  }
}
.notice .n_gall .cont_t {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.notice .n_gall .cont_t .sch_b .box {
  width: 520px;
  display: flex;
}
.notice .n_gall .cont_t .sch_b .box .inp {
  height: 60px;
  width: 100%;
  padding: 0 25px;
  border-radius: 10px;
}
.notice .n_gall .cont_t .sch_b .box .sch_btn {
  position: relative;
}
.notice .n_gall .cont_t .sch_b .box .sch_btn:after {
  content: "";
  display: block;
  background: url(/src/img/ico/sch_btn.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.notice .n_gall .listb {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 40px;
}
.notice .n_gall .listb li {
  min-width: 0;
}
.notice .n_gall .listb .item .txtw {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
}
.notice .n_gall .listb .item .txtw .txt p ~ p {
  margin-top: 12px;
}
.notice .n_gall .listb .item .txtw .date {
  display: flex;
  align-items: center;
  gap: 6px;
}
.notice .page_num {
  margin-top: 60px;
}
@media (max-width: 1240px) {
  .notice .n_menu {
    display: none;
  }
  .notice .n_gall .cont_t {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .notice .n_gall .listb {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
  }
  .notice .n_gall .listb .item .txtw {
    gap: 15px;
  }
  .notice .page_num {
    margin-top: 40px;
  }
}
@media (max-width: 620px) {
  .notice .n_gall .cont_t {
    gap: 10px;
  }
  .notice .n_gall .cont_t .sch_b {
    width: 100%;
  }
  .notice .n_gall .cont_t .sch_b .box {
    width: 100%;
  }
  .notice .n_gall .cont_t .sch_b .box .inp {
    height: 34px;
    border-radius: 5px;
  }
  .notice .n_gall .listb {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
  .notice .n_gall .listb .imgw {
    border-radius: 10px;
  }
  .notice .n_gall .listb .item .txtw {
    gap: 10px;
  }
  .notice .n_gall .listb .item .txtw .txt p ~ p {
    margin-top: 10px;
  }
  .notice .page_num {
    margin-top: 25px;
  }
}

.notice_v h2 {
  margin-bottom: 110px;
}
.notice_v .contw {
  border-bottom: 1px solid #DDDDDD;
}
.notice_v .contw .c_t {
  padding: 40px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #999999;
}
.notice_v .contw .c_b {
  padding: 40px 0;
}
.notice_v .contw .txt.sun-editor-editable {
  padding: 0;
}
.notice_v .btnw {
  border-bottom: 1px solid #DDDDDD;
  padding: 40px 0;
}
.notice_v .btnw ul {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.notice_v .btnw .btnb {
  width: calc(50% - 117px);
}
.notice_v .btnw .btnb a.list:hover {
  color: #EA5006;
}
.notice_v .btnw .btnb a.list:hover .btn:before {
  background-image: url(/src/img/ico/noticev_icoh.svg);
}
.notice_v .btnw .btnb .list {
  display: flex;
  gap: 25px;
}
.notice_v .btnw .btnb .list.next {
  flex-direction: row-reverse;
}
.notice_v .btnw .btnb .btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
.notice_v .btnw .btnb .btn:before {
  content: "";
  display: block;
  background-image: url(/src/img/ico/noticev_ico.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 12px;
  height: 17px;
}
.notice_v .btnw .btnb .btn.n {
  flex-direction: row-reverse;
}
.notice_v .btnw .btnb .btn.n:before {
  transform: scaleX(-1);
}
.notice_v .back_btn {
  display: flex;
  width: 163px;
  height: 56px;
  background: #FFFFFF;
  border: 1px solid #000000;
  margin: 40px auto 0;
  align-items: center;
  justify-content: center;
}
.notice_v .new_c {
  margin-top: 80px;
}
.notice_v .new_c h4 {
  margin-bottom: 32px;
}
.notice_v .new_c .neww {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.notice_v .new_c .neww > li {
  min-width: 0;
}
.notice_v .new_c .neww .item .imgw .img {
  width: 100%;
  height: 100%;
  display: block;
}
.notice_v .new_c .neww .item .imgw .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1240px) {
  .notice_v h2 {
    margin-bottom: 106px;
  }
  .notice_v .new_c {
    margin-top: 60px;
  }
  .notice_v .new_c h4 {
    margin-bottom: 30px;
  }
  .notice_v .new_c .neww {
    grid-template-columns: repeat(2, 1fr);
    gap: 27px;
  }
  .notice_v .new_c .neww li:nth-child(n+3) {
    display: none;
  }
  .notice_v .new_c .neww .item:hover .imgw .plus_ico {
    display: none;
  }
  .notice_v .new_c .neww .item:hover .imgw:before {
    content: none;
  }
  .notice_v .new_c .neww .item .imgw {
    border-radius: 0;
    aspect-ratio: 1/1;
  }
  .notice_v .btnw {
    padding: 0;
  }
  .notice_v .btnw ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .notice_v .btnw ul li ~ li {
    border-top: 1px solid #DDDDDD;
  }
  .notice_v .btnw .btnb {
    width: 100%;
    padding: 30px 0;
  }
  .notice_v .btnw .btnb .btn.n {
    flex-direction: row;
  }
  .notice_v .btnw .btnb .btn.n:before {
    transform: scale(1);
  }
  .notice_v .btnw .btnb .list {
    gap: 40px;
  }
  .notice_v .btnw .btnb .list.next {
    flex-direction: row;
  }
}
@media (max-width: 620px) {
  .notice_v h2 {
    margin-bottom: 62px;
  }
  .notice_v .contw .c_t, .notice_v .contw .c_b {
    padding: 25px 0;
  }
  .notice_v .btnw .btnb {
    padding: 18px 0;
  }
  .notice_v .btnw .btnb .btn {
    gap: 10px;
  }
  .notice_v .btnw .btnb .btn:before {
    width: 10px;
    height: 13px;
  }
  .notice_v .btnw .btnb .list {
    gap: 20px;
  }
  .notice_v .back_btn {
    width: 112px;
    height: 38px;
    margin: 20px auto 0;
  }
  .notice_v .new_c {
    margin-top: 40px;
  }
  .notice_v .new_c h4 {
    margin-bottom: 15px;
  }
  .notice_v .new_c .neww {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.inp_wrap form {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 80px 140px;
}
.inp_wrap .text {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  text-align: center;
  margin-bottom: 80px;
}
.inp_wrap .text:before, .inp_wrap .text:after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 18px;
  height: 14px;
  background: url(/src/img/ico/voc_ico.svg) no-repeat center/contain;
}
.inp_wrap .text:after {
  transform: scale(-1);
}
.inp_wrap .inp_box .line ~ .line {
  margin-top: 20px;
}
.inp_wrap .inp_box .line {
  display: flex;
  gap: 40px;
}
.inp_wrap .inp_box .line dl.w50 {
  width: calc(50% - 20px);
}
.inp_wrap .inp_box .line dl {
  width: 100%;
}
.inp_wrap .inp_box .line dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.inp_wrap .inp_box .inp {
  width: 100%;
  height: 54px;
  border-radius: 10px;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  padding: 0 25px;
  display: inline-block;
  font-size: 16px;
}
.inp_wrap .inp_box .inp::placeholder {
  color: #999;
}
.inp_wrap .inp_box select.inp {
  background-image: url(/src/img/ico/select_ico.svg);
  background-size: 10px 10px;
  background-position: calc(100% - 25px) 50%;
}
.inp_wrap .inp_box .tel {
  display: flex;
  gap: 8px;
  align-items: center;
}
.inp_wrap .inp_box .tel > span {
  flex-shrink: 0;
  font-size: 0;
  display: inline-block;
  width: 9px;
  height: 2px;
  background-color: #aaa;
}
.inp_wrap .inp_box .area {
  display: flex;
  gap: 20px;
}
.inp_wrap .inp_box .email {
  display: flex;
  gap: 4px;
  align-items: center;
}
.inp_wrap .inp_box .money {
  position: relative;
}
.inp_wrap .inp_box .money > .inp {
  padding: 0 75px 0 25px;
}
.inp_wrap .inp_box .money .t {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
.inp_wrap .inp_box textarea {
  width: 100%;
  height: 287px;
  border-radius: 10px;
  padding: 20px;
}
.inp_wrap .inp_box .agreew {
  padding-top: 30px;
  border-top: 2px solid rgba(221, 221, 221, 0.4);
}
.inp_wrap .inp_box .agreew .agree_box {
  border-radius: 10px;
  height: 150px;
  overflow-y: scroll;
  border: 1px solid #DDDDDD;
  background: #FFFFFF;
  padding: 20px;
}
.inp_wrap .inp_box .agreew .agree_chk {
  margin-top: 10px;
}
.inp_wrap .inp_box .agreew .agree_chk .de_cki i {
  border: 1px solid #DDDDDD;
  background: #FFFFFF;
  position: relative;
  border-radius: 8px;
}
.inp_wrap .inp_box .agreew .agree_chk .de_cki i::after {
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border: 0;
  transform: translate(-50%, -50%);
  margin: 0;
  box-sizing: border-box;
  border-radius: 4px;
}
.inp_wrap .inp_box .agreew .agree_chk .de_cki input:checked ~ i::after {
  background: #EA5006;
  opacity: 1;
}
.inp_wrap .inp_box .file {
  padding-bottom: 10px;
}
.inp_wrap .inp_box .file_wrap {
  overflow: hidden;
  width: 100%;
  height: 189px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  cursor: pointer;
}
.inp_wrap .inp_box .file_wrap .in_tb {
  position: relative;
  height: 100%;
}
.inp_wrap .inp_box .file_wrap .open_btn {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(234, 80, 6, 0.3);
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.inp_wrap .inp_box .file_wrap .open_btn:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/src/img/ico/file_ico.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.inp_wrap .inp_box .file_wrap .file_box {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.inp_wrap .inp_box .file_wrap .file_box .cont_t {
  flex-shrink: 0;
  background: #F9F9F9;
  padding: 12px 55px 12px 30px;
  width: 100%;
  display: flex;
  align-items: center;
}
.inp_wrap .inp_box .file_wrap .file_box .file_list {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 12px 55px 12px 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.inp_wrap .inp_box .file_wrap .file_box .file_list .f_name {
  padding-left: 30px;
}
.inp_wrap .inp_box .file_wrap .file_box .file_list .f_name:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/src/img/ico/file_img.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
}
.inp_wrap .inp_box .file_wrap .file_box .file_row {
  width: 100%;
  display: flex;
  align-items: center;
}
.inp_wrap .inp_box .file_wrap .f_name {
  position: relative;
  display: block;
  width: 100%;
}
.inp_wrap .inp_box .file_wrap .w12 {
  flex-shrink: 0;
  width: 120px;
  text-align: right;
}
.inp_wrap .inp_box .file_wrap .del_btn {
  flex-shrink: 0;
  position: relative;
  margin-right: 18px;
}
.inp_wrap .inp_box .file_wrap .del_btn:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(/src/img/ico/file_del.svg) no-repeat center/contain;
  display: block;
}
.inp_wrap .btnw {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 80px;
}
.inp_wrap .btnw .btn {
  width: 163px;
  height: 56px;
  border: 1px solid #000000;
}
.inp_wrap .btnw .btn.smt_btn {
  background: #000000;
  color: #FFFFFF;
}
.inp_wrap .btnw .btn.del_btn {
  background: #FFFFFF;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1240px) {
  .inp_wrap .text {
    margin-bottom: 40px;
  }
  .inp_wrap form {
    padding: 40px;
  }
  .inp_wrap .inp_box textarea {
    height: 315px;
  }
  .inp_wrap .inp_box .line {
    flex-direction: column;
    gap: 20px;
  }
  .inp_wrap .inp_box .line dl.w50 {
    width: 100%;
  }
  .inp_wrap .inp_box .file {
    padding-bottom: 5px;
  }
  .inp_wrap .inp_box .file_wrap .file_box .status, .inp_wrap .inp_box .file_wrap .file_box .size {
    display: none;
  }
  .inp_wrap .inp_box .file_wrap .file_box .file_list .f_name {
    padding-left: 0;
  }
  .inp_wrap .inp_box .file_wrap .file_box .file_list .f_name::before {
    display: none;
  }
  .inp_wrap .btnw {
    margin-top: 30px;
  }
}
@media (max-width: 620px) {
  .inp_wrap .text {
    margin-bottom: 20px;
  }
  .inp_wrap form {
    padding: 25px;
    border-radius: 10px;
  }
  .inp_wrap .text {
    gap: 16px;
  }
  .inp_wrap .text > br {
    display: none;
  }
  .inp_wrap .text:before, .inp_wrap .text:after {
    width: 12px;
    height: 9px;
  }
  .inp_wrap .inp_box .line {
    gap: 13px;
  }
  .inp_wrap .inp_box .line dt {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .inp_wrap .inp_box .line ~ .line {
    margin-top: 13px;
  }
  .inp_wrap .inp_box .inp {
    height: 34px;
    border-radius: 6px;
    padding: 0 20px;
    font-size: 14px;
  }
  .inp_wrap .inp_box select.inp {
    padding: 0 24px 0 6px;
    background-position: calc(100% - 6px) 50%;
  }
  .inp_wrap .inp_box textarea {
    height: 260px;
    padding: 14px;
    border-radius: 6px;
  }
  .inp_wrap .inp_box .tel {
    gap: 4px;
  }
  .inp_wrap .inp_box .tel > span {
    width: 8px;
  }
  .inp_wrap .inp_box .email {
    gap: 2px;
  }
  .inp_wrap .inp_box .money > .inp {
    padding: 0 56px 0 20px;
  }
  .inp_wrap .inp_box .money .t {
    right: 20px;
  }
  .inp_wrap .inp_box .area {
    flex-direction: column;
    gap: 6px;
  }
  .inp_wrap .inp_box .area select.inp {
    padding: 0 20px;
    background-position: calc(100% - 20px) 50%;
  }
  .inp_wrap .inp_box .agreew {
    padding-top: 18px;
  }
  .inp_wrap .inp_box .agreew .agree_box {
    border-radius: 6px;
    padding: 15px;
  }
  .inp_wrap .inp_box .agreew .agree_chk .de_cki i {
    width: 21px;
    height: 21px;
    border-radius: 6px;
  }
  .inp_wrap .inp_box .agreew .agree_chk .de_cki i:after {
    width: 11px;
    height: 11px;
  }
  .inp_wrap .inp_box .file_wrap {
    height: 150px;
    border-radius: 6px;
  }
  .inp_wrap .inp_box .file_wrap .file_box .cont_t {
    padding: 6px 30px 6px 15px;
  }
  .inp_wrap .inp_box .file_wrap .file_box .file_list {
    padding: 6px 30px 6px 15px;
    gap: 6px;
  }
  .inp_wrap .inp_box .file_wrap .del_btn {
    margin-right: 9px;
  }
  .inp_wrap .btnw {
    margin-top: 20px;
    gap: 6px;
  }
  .inp_wrap .btnw .btn {
    height: 38px;
    width: 112px;
  }
}

.inp_wrap.info .text {
  margin-bottom: 40px;
}
.inp_wrap.info form {
  background: transparent;
  border-radius: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.inp_wrap.info .cont ~ .cont {
  margin-top: 80px;
}
.inp_wrap.info .inp_box {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 60px 140px;
}
.inp_wrap.info .inp_box .w4 {
  width: 417px;
}
.inp_wrap.info .inp_box .addr_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.inp_wrap.info .inp_box .addr_wrap .addr_sch {
  display: flex;
  gap: 13px;
}
.inp_wrap.info .inp_box .addr_wrap .addr_sch > button {
  flex-shrink: 0;
  width: 160px;
  height: 54px;
  background: #EA5006;
  border-radius: 10px;
  color: #FFFFFF;
  font-weight: bold;
}
.inp_wrap.info .inp_box .agreew {
  padding-top: 0;
  border-top: none;
}
.inp_wrap.info .inp_box .file {
  padding-bottom: 0;
}
@media (max-width: 1240px) {
  .inp_wrap.info .text {
    margin-bottom: 30px;
  }
  .inp_wrap.info .cont ~ .cont {
    margin-top: 60px;
  }
  .inp_wrap.info .inp_box {
    padding: 30px 40px;
  }
  .inp_wrap.info .inp_box .w4 {
    width: 100%;
  }
  .inp_wrap.info .inp_box textarea {
    height: 315px;
  }
  .inp_wrap.info .inp_box .file {
    padding-bottom: 0;
  }
  .inp_wrap.info .btnw {
    margin-top: 40px;
  }
}
@media (max-width: 620px) {
  .inp_wrap.info .text {
    margin-bottom: 20px;
    gap: 10px;
  }
  .inp_wrap.info .cont ~ .cont {
    margin-top: 40px;
  }
  .inp_wrap.info .inp_box {
    padding: 25px;
    border-radius: 10px;
  }
  .inp_wrap.info .inp_box .addr_wrap {
    gap: 6px;
  }
  .inp_wrap.info .inp_box .addr_wrap .addr_sch {
    gap: 5px;
  }
  .inp_wrap.info .inp_box .addr_wrap .addr_sch > button {
    width: 84px;
    height: 34px;
    border-radius: 6px;
  }
  .inp_wrap.info .inp_box textarea {
    height: 150px;
  }
  .inp_wrap.info .inp_box .file {
    padding-bottom: 0;
  }
  .inp_wrap.info .btnw {
    margin-top: 25px;
  }
}

.int .txtb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.int .txtb .txt {
  width: 660px;
  max-width: 100%;
}
.int .slide_wrap {
  background: #000000;
}
.int .slide_wrap .item {
  overflow: hidden;
}
.int .slide_wrap .item .img {
  width: 100%;
  height: 100%;
  display: block;
}
.int .slide_wrap .item .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.int .slide_wrap .slide_mask {
  overflow: hidden;
  border-radius: 20px;
}
.int .thumb_slide {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.int .thumb_slide.swiper {
  overflow: visible;
}
.int .thumb_slide .thumb_slide_mask {
  overflow: hidden;
}
.int .thumb_slide .item {
  opacity: 1;
  cursor: pointer;
  border-radius: 20px;
}
.int .thumb_slide .swiper-slide-thumb-active {
  border-radius: 20px;
}
.int .thumb_slide .swiper-slide-thumb-active::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #EA5006;
  border-radius: inherit;
}
.int .thumb_slide .swiper-slide:not(.swiper-slide-thumb-active) {
  position: relative;
}
.int .thumb_slide .swiper-slide:not(.swiper-slide-thumb-active):before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.36);
}
.int .thumb_slide .btn {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  left: -30px;
}
.int .thumb_slide .btn:after {
  width: 14px;
  height: 9px;
  background-image: url(/src/img/ico/thumbs_arrow.svg);
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.int .thumb_slide .btn.next_btn {
  right: -30px;
  left: auto;
}
.int .thumb_slide .btn.next_btn:after {
  transform: translate(-50%, -50%) scale(-1);
}
.int .thumb_slide .btn:hover {
  border: 1px solid #EA5006;
  background: #EA5006;
}
.int .thumb_slide .btn:hover:after {
  background-image: url(/src/img/ico/thumbs_arrow_h.svg);
}
@media (max-width: 1240px) {
  .int .txtb .txt {
    width: 583px;
  }
  .int .txtb {
    flex-direction: column;
    align-items: flex-start;
  }
  .int .thumb_slide {
    margin-top: 10px;
  }
  .int .thumb_slide .swiper-wrapper {
    overflow: visible;
  }
  .int .thumb_slide.swiper {
    overflow: hidden;
  }
  .int .thumb_slide .pagi {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
    width: 100%;
  }
  .int .thumb_slide .pagi .btn {
    position: relative;
    transform: none;
    inset: 0;
  }
}
@media (max-width: 620px) {
  .int .txtb .txt {
    width: 100%;
  }
  .int .txtb {
    gap: 20px;
  }
  .int .txtb .txt {
    width: 100%;
  }
  .int .slide_wrap .slide_mask {
    border-radius: 5px;
  }
  .int .thumb_slide {
    margin-top: 5px;
  }
  .int .thumb_slide .item {
    border-radius: 8px;
  }
  .int .thumb_slide .swiper-slide-thumb-active::after {
    border: 2px solid #EA5006;
  }
  .int .thumb_slide .pagi {
    margin-top: 15px;
    gap: 3px;
  }
  .int .thumb_slide .btn {
    width: 40px;
    height: 40px;
  }
  .int .thumb_slide .btn:after {
    width: 10px;
    height: 6px;
  }
}

.guide .only {
  background: #000000;
  text-align: center;
}
.guide .only .txt {
  margin-bottom: 24px;
  color: #FFFFFF;
}
.guide .only h2 {
  color: #FFFFFF;
}
.guide .only .txtb {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: #212121;
  border-radius: 20px;
  padding: 60px 40px;
  align-items: center;
  margin-top: 60px;
}
.guide .only .txtb .t1 {
  color: #FFFFFF;
}
.guide .only .txtb .t2 {
  background: #F9F9F9;
  max-width: 665px;
  width: 100%;
  border-radius: 20px;
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 620px) {
  .guide .only .txt {
    margin-bottom: 16px;
  }
  .guide .only .txtb {
    margin-top: 25px;
    padding: 25px 14px;
    gap: 15px;
    border-radius: 15px;
  }
  .guide .only .txtb .t2 {
    height: 65px;
    border-radius: 10px;
  }
}

.guide .cost {
  background: #FFFFFF;
  padding: 156px 0 130px;
}
.guide .cost .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.guide .cost .list > li {
  position: relative;
  background: #000;
  min-height: 704px;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}
.guide .cost .list > li:after {
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.guide .cost .list > li:hover {
  transform: scale(1.1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.45);
  z-index: 1;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.45);
}
.guide .cost .list > li:hover .img {
  height: 345px;
}
.guide .cost .list > li:hover .txtbox {
  gap: 27px;
}
.guide .cost .list > li:hover .txtbox .t1 {
  color: #EA5006;
  font-weight: 600;
}
.guide .cost .list > li:hover .txtbox .t2 {
  opacity: 1;
  height: auto;
}
.guide .cost .list > li:hover:after {
  display: none;
}
.guide .cost .list > li .img {
  width: 100%;
  height: 457px;
}
.guide .cost .list > li .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.guide .cost .list > li .txtbox {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px 35px;
}
.guide .cost .list > li .txtbox p {
  color: #FFFFFF;
}
.guide .cost .list > li .txtbox .t2 {
  opacity: 0;
  height: 0;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.guide .cost .cost_b {
  margin-top: 152px;
}
.guide .cost .cost_b h2 {
  text-align: center;
  margin-bottom: 44px;
}
.guide .cost .cost_b .cost_table {
  width: 100%;
  border-collapse: collapse;
}
.guide .cost .cost_b .cost_table tbody {
  display: flex;
}
.guide .cost .cost_b .cost_table tr {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.guide .cost .cost_b .cost_table th, .guide .cost .cost_b .cost_table td {
  text-align: center;
  line-height: 150%;
}
.guide .cost .cost_b .cost_table th {
  display:flex;flex-direction: column;align-items: cetner;justify-content: center;
  background: #DFDFDF;
  padding: 25px 20px;
  font-size: 22px;
  font-weight: 600;
  border-right: 1px solid #FFFFFF;
}
.guide .cost .cost_b .cost_table th:last-child {
  border-right: 0;
}
.guide .cost .cost_b .cost_table td {
  font-size: 20px;
  padding: 88px 20px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  flex: 1;
  border-top: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.guide .cost .cost_b .cost_table td span{line-height: 150%;}
.guide .cost .cost_b .cost_table td span ~ span {
  margin-top: 15px;
  display: block;
}
.guide .cost .cost_b .cost_table tr:last-child td {
  border-right: 1px solid #ddd;
}
.guide .cost .cost_b .num {
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-top: none;
  padding: 24px 0;
}
.guide .cost .text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}
.guide .cost .text li {
  position: relative;
  color: #666666;
  padding-left: 17px;
}
.guide .cost .text li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: url(/src/img/ico/g_cost_ico.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 15px;
}
@media (max-width: 1240px) {
  .guide .cost {
    padding: 80px 0;
  }
  .guide .cost .list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .guide .cost .list > li {
    min-height: 434px;
    padding-top: 30px;
  }
  .guide .cost .list > li:after {
    display: none;
  }
  .guide .cost .list > li .img {
    height: 202px;
  }
  .guide .cost .list > li .txtbox {
    gap: 20px;
    padding: 30px 40px 66px;
  }
  .guide .cost .list > li .txtbox .t2 {
    opacity: 1;
    height: auto;
    gap: 15px;
  }
  .guide .cost .list > li:hover {
    transform: none;
    box-shadow: none;
  }
  .guide .cost .list > li:hover .img {
    height: 202px;
  }
  .guide .cost .list > li:hover .txtbox {
    gap: 20px;
  }
  .guide .cost .list > li:hover .txtbox .t1 {
    color: #FFFFFF;
  }
  .guide .cost .list > li:hover .txtbox .t2 {
    opacity: 1;
    height: auto;
  }
  .guide .cost .cost_b {
    margin-top: 80px;
  }
  .guide .cost .cost_b h2 {
    margin-bottom: 30px;
  }
  .guide .cost .cost_b .cost_table tbody {
    display: table-row-group;
  }
  .guide .cost .cost_b .cost_table tr {
    display: table-row;
    width: auto;
  }
  .guide .cost .cost_b .cost_table th {
    display: table-cell;
    width: 184px;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0;
  }
  .guide .cost .cost_b .cost_table td {
    border-top: 1px solid #DDDDDD;
    border-left: 0;
    border-right: 1px solid #ddd;
  }
  .guide .cost .cost_b .cost_table td span ~ span {
    margin-top: 5px;
  }
  .guide .cost .cost_b .cost_table th, .guide .cost .cost_b .cost_table td {
    display: table-cell;
    padding: 20px;
  }
  .guide .cost .cost_b .cost_table tr:last-child th {
    border-bottom: 1px solid #ddd;
  }
  .guide .cost .txtb {
    gap: 6px;
  }
}
@media (max-width: 620px) {
  .guide .cost {
    padding: 40px 0;
  }
  .guide .cost .list {
    gap: 10px;
  }
  .guide .cost .list > li {
    min-height: 298px;
    padding-top: 20px;
  }
  .guide .cost .list > li .img {
    height: 120px;
  }
  .guide .cost .list > li .txtbox {
    gap: 12px;
    padding: 20px 25px 45px;
  }
  .guide .cost .list > li .txtbox .t2 {
    gap: 10px;
  }
  .guide .cost .list > li .txtbox .t2 br {
    display: none;
  }
  .guide .cost .list > li:hover .img {
    height: 120px;
  }
  .guide .cost .list > li:hover .txtbox {
    gap: 12px;
  }
  .guide .cost .cost_b {
    margin-top: 40px;
  }
  .guide .cost .cost_b h2 {
    margin-bottom: 20px;
  }
  .guide .cost .cost_b .cost_table th {
    width: 80px;
    font-size: 16px;
    padding: 15px 10px;
  }
  .guide .cost .cost_b .cost_table td {
    padding: 18px 10px;
    font-size: 16px;
  }
  .guide .cost .cost_b .cost_table td span ~ span {
    margin-top: 3px;
  }
  .guide .cost .cost_b .num {
    padding: 20px 0;
  }
  .guide .cost .txtb {
    gap: 8px;
    margin-top: 12px;
  }
  .guide .cost .txtb li:before {
    top: 10px;
  }
  .guide .cost .text {
    margin-top: 12px;
  }
  .guide .cost .text li:before {
    top: 10px;
  }
}

.guide .step {
  background: rgba(0, 0, 0, 0.04);
}
.guide .step h2 {
  text-align: center;
}
.guide .step .step_box ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px;
}
.guide .step .step_box .item {
  border-radius: 20px;
  overflow: hidden;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.guide .step .step_box .item .img {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 280px;
}
.guide .step .step_box .item .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.guide .step .step_box .item .img:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(51, 51, 51, 0.2);
}
.guide .step .step_box .item .img .bgtxt {
  position: absolute;
  left: -5px;
  bottom: -16px;
  z-index: 2;
  color: #ffffff;
}
.guide .step .step_box .item .txtb {
  height: 100%;
  padding: 40px 36px;
}
.guide .step .step_box .item .txtb .t2 {
  margin-top: 20px;
}
@media (max-width: 1420px) {
  .guide .step .step_box ul {
    gap: 30px;
  }
}
@media (max-width: 1240px) {
  .guide .step .step_box ul {
    grid-template-columns: 1fr;
  }
  .guide .step .step_box .item .img {
    height: 180px;
  }
  .guide .step .step_box .item .txtb {
    height: auto;
    min-height: 167px;
    padding: 30px;
  }
}
@media (max-width: 620px) {
  .guide .step .step_box ul {
    gap: 20px;
  }
  .guide .step .step_box .item {
    border-radius: 10px;
  }
  .guide .step .step_box .item .img {
    height: 120px;
  }
  .guide .step .step_box .item .img .bgtxt {
    left: -3px;
    bottom: -10px;
  }
  .guide .step .step_box .item .txtb {
    min-height: 117px;
    padding: 20px;
  }
  .guide .step .step_box .item .txtb .t2 {
    margin-top: 10px;
  }
}

.rnd {
  background: #FFFFFF;
}
.rnd h2 {
  text-align: center;
  text-transform: uppercase;
}
.rnd .menu {
  background: rgba(0, 0, 0, 0.04);
  padding: 130px 0;
}
.rnd .menu .txtb h4 {
  margin-bottom: 17px;
}
.rnd .menu .m_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 40px;
}
.rnd .menu .m_list .item {
  min-height: 740px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 80px 60px;
}
.rnd .menu .m_list .item:before {
  content: "";
  display: block;
  inset: 0;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0.34) 100%);
  position: absolute;
  z-index: 1;
}
.rnd .menu .m_list .item:nth-child(1) {
  background: url(/src/img/rnd_menu01.jpg) no-repeat center/cover;
}
.rnd .menu .m_list .item:nth-child(2) {
  background: url(/src/img/rnd_menu02.jpg) no-repeat center/cover;
}
.rnd .menu .m_list .item .text {
  position: relative;
  z-index: 2;
}
.rnd .menu .m_list .item .txtb {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}
.rnd .menu .m_list .item .txtb p {
  color: #FFFFFF;
}
.rnd .menu .m_list .item .txtb .txt {
  display: flex;
  align-items: center;
  gap: 70px;
}
.rnd .menu .m_list .item .txtb .txt .t1 {
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50rem;
  max-width: 211px;
  min-height: 48px;
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
.rnd .menu .m_list .item .txtb .txt .t1:before, .rnd .menu .m_list .item .txtb .txt .t1:after {
  content: "";
  display: block;
  background: #EEEEEE;
  position: absolute;
  transform: translateY(-50%);
}
.rnd .menu .m_list .item .txtb .txt .t1:before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 50%;
  right: -3px;
}
.rnd .menu .m_list .item .txtb .txt .t1:after {
  width: 60px;
  height: 1px;
  top: 50%;
  right: -60px;
}
.rnd .menu .m_list .item .txtb .txt .t2 {
  width: 100%;
  position: relative;
}
.rnd .system .tit {
  text-align: center;
  margin-bottom: 40px;
}
.rnd .system .s_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
  overflow: hidden;
}
.rnd .system .s_box li {
  min-height: 418px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 0 40px;
  position: relative;
}
.rnd .system .s_box li:after {
  right: -50px;
  transform: translateY(-50%);
  bottom: 140px;
  background: url(/src/img/ico/rnd_system_ico.svg) no-repeat center/contain;
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 26px;
}
.rnd .system .s_box .item {
  background: #F8F8F8;
  border-radius: 20px;
  height: 100%;
  justify-content: center;
}
.rnd .system .s_box .box {
  gap: 20px;
  padding: 0;
}
.rnd .system .s_box .box .item {
  position: relative;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
}
.rnd .system .s_box .box .item > * {
  position: relative;
}
.rnd .system .s_box .box .item + .item::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #CFCFCF;
  transform: translateX(-50%);
}
.rnd .system .s_box .box .item .t2 {
  margin-top: 30px;
}
@media (max-width: 1240px) {
  .rnd .menu {
    padding: 80px 0;
  }
  .rnd .menu .m_list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .rnd .menu .m_list .item {
    padding: 80px 34px;
  }
  .rnd .system .s_box {
    grid-template-columns: 1fr;
  }
  .rnd .system .s_box li {
    min-height: 239px;
    padding: 0 111px;
    gap: 30px;
  }
  .rnd .system .s_box li:after {
    left: 50%;
    transform: translateY(-50%) rotate(90deg);
    bottom: -55px;
    right: auto;
    transform: translateX(-50%) rotate(90deg);
  }
  .rnd .system .s_box .box {
    flex-direction: row;
    min-height: 0;
    display: flex;
    gap: 10px;
  }
  .rnd .system .s_box .box .item {
    flex: 1;
    min-height: 199px;
  }
  .rnd .system .s_box .box .item + .item::before {
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 10px;
    height: 1px;
  }
}
@media (max-width: 620px) {
  .rnd .menu {
    padding: 30px 0;
  }
  .rnd .menu .m_list {
    margin-top: 20px;
    gap: 15px;
  }
  .rnd .menu .m_list .item {
    padding: 40px 20px;
    min-height: 431px;
  }
  .rnd .menu .m_list .item .txtb {
    margin-top: 30px;
  }
  .rnd .menu .m_list .item .txtb .txt {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .rnd .menu .m_list .item .txtb .txt .t1 {
    max-width: 160px;
    min-height: 40px;
    padding: 5px;
  }
  .rnd .menu .m_list .item .txtb .txt .t1:before, .rnd .menu .m_list .item .txtb .txt .t1:after {
    display: none;
  }
  .rnd .menu .m_list .item .txtb .txt .t2 {
    padding-left: 38px;
  }
  .rnd .menu .m_list .item .txtb .txt .t2:before, .rnd .menu .m_list .item .txtb .txt .t2:after {
    content: "";
    display: block;
    background: #EEEEEE;
    position: absolute;
    transform: translateY(-50%);
  }
  .rnd .menu .m_list .item .txtb .txt .t2:before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 10px;
    left: 0;
  }
  .rnd .menu .m_list .item .txtb .txt .t2:after {
    width: 30px;
    height: 1px;
    top: 10px;
    left: 0;
  }
  .rnd .system .tit {
    margin-bottom: 20px;
  }
  .rnd .system .s_box {
    gap: 48px;
  }
  .rnd .system .s_box .item {
    border-radius: 15px;
  }
  .rnd .system .s_box li {
    min-height: 161px;
    padding: 0 33px;
    gap: 20px;
  }
  .rnd .system .s_box li:after {
    bottom: -40px;
  }
  .rnd .system .s_box .box {
    gap: 7px;
  }
  .rnd .system .s_box .box .item {
    min-height: 137px;
    padding: 0 17px;
  }
  .rnd .system .s_box .box .item + .item::before {
    left: -7px;
    width: 7px;
  }
  .rnd .system .s_box .box .item .t2 {
    margin-top: 14px;
  }
}

.rnd .system2 .s_box {
  margin-top: 40px;
}
.rnd .system2 .s_box > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 80px;
  grid-template-areas: "item1 item2 item4 item6" "item1 item3 item5 item6";
}
.rnd .system2 .s_box .item {
  position: relative;
  min-width: 0;
  padding: 40px;
  border-radius: 20px;
  background-color: #F8F8F8;
}
.rnd .system2 .s_box .item .tit {
  color: #000;
  font-weight: 600;
}
.rnd .system2 .s_box .item .tit + .desc {
  margin-top: 25px;
}
.rnd .system2 .s_box .item .desc {
  color: #000;
}
.rnd .system2 .s_box .item:nth-child(1) {
  grid-area: item1;
}
.rnd .system2 .s_box .item:nth-child(2) {
  grid-area: item2;
}
.rnd .system2 .s_box .item:nth-child(3) {
  grid-area: item3;
}
.rnd .system2 .s_box .item:nth-child(4) {
  grid-area: item4;
}
.rnd .system2 .s_box .item:nth-child(5) {
  grid-area: item5;
}
.rnd .system2 .s_box .item:nth-child(6) {
  grid-area: item6;
}
.rnd .system2 .s_box .item:first-child, .rnd .system2 .s_box .item:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rnd .system2 .s_box .item:first-child .tit + .desc, .rnd .system2 .s_box .item:last-child .tit + .desc {
  margin-top: 45px;
}
.rnd .system2 .s_box .item:nth-child(2n-1)::after {
  content: "";
  position: absolute;
  top: 30px;
  right: -50px;
  width: 20px;
  height: 26px;
  background-image: url(/src/img/ico/rnd_system_ico.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.rnd .system2 .s_box .item:first-child::after {
  top: calc(50% + 40px);
}
.rnd .system2 .s_box .item:nth-child(2n)::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 20px;
  background-color: #CFCFCF;
}
.rnd .system2 .s_box .item:last-child::before {
  display: none;
}

@media (max-width: 1240px) {
  .rnd .system2 .s_box > ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 10px;
    grid-template-areas: "item1 item1" "item2 item3" "item4 item5" "item6 item6";
  }
  .rnd .system2 .s_box .item .tit + .desc {
    margin-top: 30px !important;
  }
  .rnd .system2 .s_box .item:first-child, .rnd .system2 .s_box .item:last-child {
    align-items: center;
    padding: 60px 40px;
  }
  .rnd .system2 .s_box .item:first-child > p, .rnd .system2 .s_box .item:last-child > p {
    max-width: 420px;
  }
  .rnd .system2 .s_box .item:nth-child(2n-1)::after {
    transform: rotate(90deg);
    top: calc(100% + 26px);
    right: calc(100% - 5px);
  }
  .rnd .system2 .s_box .item:first-child::after {
    right: calc(50% - 10px);
  }
  .rnd .system2 .s_box .item:nth-child(2n)::before {
    top: 50%;
    left: 100%;
    width: 10px;
    height: 1px;
  }
}
@media (max-width: 620px) {
  .rnd .system2 .s_box {
    margin-top: 20px;
  }
  .rnd .system2 .s_box > ul {
    gap: 50px 7px;
  }
  .rnd .system2 .s_box > ul .item {
    padding: 18px;
    border-radius: 15px;
  }
  .rnd .system2 .s_box > ul .item .tit + .desc {
    margin-top: 10px !important;
  }
  .rnd .system2 .s_box > ul .item:first-child, .rnd .system2 .s_box > ul .item:last-child {
    align-items: start;
    padding: 30px;
  }
  .rnd .system2 .s_box > ul .item:first-child > p, .rnd .system2 .s_box > ul .item:last-child > p {
    max-width: auto;
  }
  .rnd .system2 .s_box > ul .item:nth-child(2n-1)::after {
    top: calc(100% + 13px);
    right: calc(100% - 6px);
  }
  .rnd .system2 .s_box > ul .item:first-child::after {
    right: calc(50% - 11px);
  }
  .rnd .system2 .s_box > ul .item:nth-child(2n)::before {
    width: 7px;
  }
}
.scm_page .scm_intro {
  position: relative;
  display: flex;
}
.scm_page .scm_intro .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.scm_page .scm_intro .img .bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.scm_page .scm_intro .img .bg > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.scm_page .scm_intro .img .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.scm_page .scm_intro .img .sect_tit_line {
  position: relative;
  z-index: 5;
  padding-top: 130px;
}
.scm_page .scm_intro .img .sect_tit_line .tit {
  color: #fff;
}
.scm_page .scm_intro .txt {
  position: relative;
  z-index: 5;
  width: calc(50dvw - 90px);
  margin-left: auto;
  padding: 90px calc(50dvw - 750px) 90px 160px;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(9px) brightness(94%);
  -webkit-backdrop-filter: blur(9px) brightness(94%);
}
.scm_page .scm_intro .txt .scm_list > ul > li .tit {
  color: #fff;
  font-weight: 500;
}
.scm_page .scm_intro .txt .scm_list > ul > li .tit + .desc {
  margin-top: 20px;
}
.scm_page .scm_intro .txt .scm_list > ul > li .desc {
  position: relative;
  padding-left: 15px;
  color: #fff;
}
.scm_page .scm_intro .txt .scm_list > ul > li .desc::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}
.scm_page .scm_intro .txt .scm_list > ul > li .desc + .desc {
  margin-top: 5px;
}
.scm_page .scm_intro .txt .scm_list > ul > li + li {
  margin-top: 90px;
  padding-top: 90px;
  border-top: 1px solid rgba(207, 207, 207, 0.35);
}

@media (max-width: 1740px) {
  .scm_page .scm_intro .txt {
    width: 680px;
    padding: 90px;
  }
}
@media (max-width: 1240px) {
  .scm_page .scm_intro {
    display: block;
    background-color: #000;
  }
  .scm_page .scm_intro .img {
    position: static;
  }
  .scm_page .scm_intro .img .bg {
    position: static;
    height: 460px;
  }
  .scm_page .scm_intro .img .sect_tit_line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 80px;
    text-align: center;
  }
  .scm_page .scm_intro .txt {
    width: 90%;
    margin: 0 auto;
    padding: 80px 0;
    background: none;
  }
  .scm_page .scm_intro .txt .scm_list {
    max-width: 496px;
    margin: 0 auto;
  }
  .scm_page .scm_intro .txt .scm_list > ul > li + li {
    margin-top: 80px;
    padding-top: 80px;
  }
}
@media (max-width: 620px) {
  .scm_page .scm_intro .img .bg {
    height: auto;
  }
  .scm_page .scm_intro .img .sect_tit_line {
    padding-top: 40px;
  }
  .scm_page .scm_intro .txt {
    padding: 30px 0;
  }
  .scm_page .scm_intro .txt .scm_list {
    padding: 0 20px;
  }
  .scm_page .scm_intro .txt .scm_list > ul > li .tit + .desc {
    margin-top: 15px;
  }
  .scm_page .scm_intro .txt .scm_list > ul > li .desc {
    padding-left: 13px;
  }
  .scm_page .scm_intro .txt .scm_list > ul > li .desc::before {
    top: 8px;
  }
  .scm_page .scm_intro .txt .scm_list > ul > li + li {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.vmore_btn {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
}
.vmore_btn > p {
  text-align: center;
  color: #000000;
}
.vmore_btn:after {
  content: "";
  width: 60px;
  height: 9px;
  background: url(/src/img/ico/vmore_btn.svg) no-repeat center/contain;
  display: block;
}
.vmore_btn:hover:after {
  background: url(/src/img/ico/vmore_btn_h.svg) no-repeat center/contain;
}
@media (max-width: 620px) {
  .vmore_btn {
    font-size: 12px;
  }
  .vmore_btn:after {
    width: 40px;
    height: 6px;
  }
}

.nt .item {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.nt .item .imgw {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.nt .item .date:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/src/img/ico/n_date_ico.svg) no-repeat center/contain;
}
.nt .item:hover .imgw {
  position: relative;
}
.nt .item:hover .imgw:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
}
.nt .item:hover .imgw .plus_ico {
  display: block;
}
.nt .item:hover .txt, .nt .item:hover .txt p, .nt .item:hover .date {
  color: #EA5006;
}
.nt .item:hover .date:before {
  background: url(/src/img/ico/date_h_ico.svg) no-repeat center/contain;
}
@media (max-width: 1240px) {
  .nt .item {
    gap: 20px;
  }
}
@media (max-width: 620px) {
  .nt .item {
    gap: 15px;
  }
}

.plus_ico {
  display: none;
  width: 83px;
  height: 83px;
  background: #EA5006;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.plus_ico:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(/src/img/ico/plus_ico.svg) no-repeat center/contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.imgw .img {
  width: 100%;
  height: 100%;
}
.imgw .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_num a {
  border: none;
  font-size: 16px;
  width: 30px;
  height: 30px;
}
.page_num a.act {
  background: #EA5006;
  border-radius: 50%;
}
.page_num .l, .page_num .r {
  background-size: 5px 8px;
}
.page_num .first, .page_num .last {
  background-size: 8px 8px;
}

#wrap.white_type {
  padding-top: 110px;
}
#wrap.white_type .header {
  border-bottom: 1px solid #ddd;
  background: #FFFFFF;
}
#wrap.white_type .header .h_inner .logo > a {
  background-image: url(/src/img/hv_logo.svg);
}
#wrap.white_type .header .submenu{border-top: 1px solid #ddd;}
#wrap.white_type .header .h_inner .h_r .menu_btn {
  background-image: url(/src/img/ico/menu_btn_h.svg);
}
#wrap.white_type .header .h_inner .h_r .lang .lang_btn {
  background-image: url(/src/img/ico/hv_lang.svg);
}
#wrap.white_type .header .h_inner .h_r .lang .list {
  background: #242424;
  z-index: 9;
}
#wrap.white_type .header .h_inner .h_r .lang .list > li {
  color: #666;
}
#wrap.white_type .header .h_inner .h_r .lang .list > li:hover {
  color: #FFFFFF;
}
#wrap.white_type .header .h_inner .h_r .sns .insta a {
  background: url(/src/img/ico/hv_insta.svg);
}
#wrap.white_type .header .h_inner .h_r .sns .link a {
  background: url(/src/img/ico/hv_link.svg);
}
#wrap.white_type .header .h_inner .menu > li {
  color: #000000;
}
#wrap.white_type .sub_visual {
  height: auto;
  padding: 110px 0;
  background-image: none !important;
}
#wrap.white_type .sub_visual .txt .tit {
  color: #000;
}
#wrap.white_type .sub_visual .menu > ul li.active > a {
  color: #000;
}
#wrap.white_type .sub_visual .menu > ul li.active::after {
  background-color: #000;
}

@media (max-width: 1240px) {
  #wrap.white_type .sub_visual {
    padding: 105px 0 60px;
  }
  #wrap.white_type .sub_visual .mo_menu {
    position: static;
    transform: translateX(0);
    margin-top: 100px;
    padding: 0;
  }
}
@media (max-width: 620px) {
  #wrap.white_type {
    padding-top: 67px;
  }
  #wrap.white_type .sub_visual {
    padding: 60px 0 30px;
  }
  #wrap.white_type .sub_visual .mo_menu {
    margin-top: 60px;
  }
}
.s_pb {
  padding-bottom: 110px;
}

@media (max-width: 1240px) {
  .s_pb {
    padding-bottom: 80px;
  }
}
@media (max-width: 620px) {
  .s_pb {
    padding-bottom: 45px;
  }
}
.gall_wrap .page_num {
  margin-top: 60px;
}

@media (max-width: 1240px) {
  .gall_wrap .page_num {
    margin-top: 40px;
  }
}
@media (max-width: 620px) {
  .gall_wrap .page_num {
    margin-top: 20px;
  }
}
.board_top {
  display: flex;
  align-items: flex-end;
  gap: 10px 20px;
  margin-bottom: 40px;
}
.board_top > .l_cont {
  width: 100%;
}
.board_top > .r_cont {
  flex-shrink: 0;
  margin-left: auto;
}

@media (max-width: 1240px) {
  .board_top {
    flex-direction: column;
    align-items: start;
  }
  .board_top > .r_cont {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 620px) {
  .board_top {
    margin-bottom: 30px;
  }
}
.borad_total {
  color: #666;
}
.borad_total .num {
  color: #EA5006;
}

.board_sch .inp_box {
  overflow: hidden;
  display: flex;
  width: 520px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.board_sch .inp_box .sch_inp {
  width: 100%;
  padding: 0 25px;
  border: 0;
}
.board_sch .inp_box .sch_inp::placeholder {
  color: #666;
}
.board_sch .inp_box .sbm_btn {
  flex-shrink: 0;
  width: 40px;
  height: 100%;
  background-image: url(/src/img/ico/sch_btn.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

@media (max-width: 1240px) {
  .board_sch .inp_box {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .board_sch .inp_box {
    height: 34px;
    border-radius: 5px;
  }
}
.gall_list > ul {
  display: grid;
}
.gall_list > ul > li {
  min-width: 0;
}
.gall_list.lng3 > ul {
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1240px) {
  .gall_list.lng3 > ul {
    gap: 26px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .gall_list.lng3 > ul {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.gall_item {
  display: block;
}
.gall_item .img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.gall_item .img > img {
  transition: opacity 0.3s;
  width: 100%;
}
.gall_item .img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  background-color: #EA5006;
  background-image: url(/src/img/ico/plus_ico.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.gall_item .img + .txt {
  margin-top: 20px;
}
.gall_item .txt .tit {
  font-weight: bold;
  color: #000;
}
.gall_item .txt .tit + .info_line {
  margin-top: 20px;
}
.gall_item .txt .tit + .desc {
  margin-top: 5px;
}
.gall_item .txt .desc + .info_line {
  margin-top: 20px;
}
.gall_item .txt .info_line .t1 {
  color: #666;
}
.gall_item .txt .info_line .time::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px 2px 0;
  vertical-align: middle;
  background-image: url(/src/img/ico/n_date_ico.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.gall_item:hover .img > img {
  opacity: 0.5;
}
.gall_item:hover .img::after {
  display: block;
}
.gall_item:hover .txt .tit {
  color: #EA5006;
}

.gall_item.bd_type{display: flex;flex-direction: column;height: 100%;padding: 50px;border: 1px solid #ddd;border-radius: 20px;}
.gall_item.bd_type .txt{flex-shrink: 0;display: flex;flex-direction: column;height: 100%;}
.gall_item.bd_type .txt .tit + .desc{margin-top: 20px;}
.gall_item.bd_type .txt .desc + .info_line{margin-top: auto;padding-top: 40px;}
.gall_item.bd_type:hover{border: 1px solid rgba(234,80,6,.5);background: #EA5006;background: linear-gradient(180deg, rgba(234, 80, 6, 0) 0%, rgba(234, 80, 6, 0.15) 100%);}
.gall_item.bd_type:hover .txt .desc{color: #EA5006;}
.gall_item.bd_type:hover .txt .info_line .t1{color: #EA5006;}
.gall_item.bd_type:hover .txt .info_line .time::before{background-image: url(/src/img/ico/n_data_ico2.svg);}

@media (max-width: 1240px) {
  .gall_item .img::after {
    display: none !important;
  }
  .gall_item .txt .tit + .info_line {
    margin-top: 10px;
  }
  .gall_item .txt .desc + .info_line {
    margin-top: 10px;
  }
  .gall_item.bd_type{padding: 40px;}
}
@media (max-width: 620px) {
  .gall_item .img {
    border-radius: 10px;
  }
  .gall_item .img + .txt {
    margin-top: 10px;
  }
  .gall_item .txt .tit + .info_line {
    margin-top: 5px;
  }
  .gall_item .txt .desc + .info_line {
    margin-top: 5px;
  }
  .gall_item.bd_type{padding: 20px;border-radius: 10px;}
  .gall_item.bd_type .txt .tit + .desc{margin-top: 10px;}
  .gall_item.bd_type .txt .desc + .info_line{padding-top: 20px;}
}
.boardview_subvisual {
  padding: 110px 0;
  text-align: center;
}
.boardview_subvisual .tit {
  color: #000;
  font-weight: bold;
}

@media (max-width: 620px) {
  .boardview_subvisual {
    padding: 60px 0;
  }
}
.board_view .sun-editor-editable {
  padding: 0;
}
.board_view .tit_wrap {
  padding: 40px 0;
  border-top: 2px solid #666;
  border-bottom: 1px solid #999;
}
.board_view .tit_wrap .tit {
  font-weight: bold;
  color: #000;
  line-height: 140%;
}
.board_view .tit_wrap .tit + .info_line {
  margin-top: 20px;
}
.board_view .tit_wrap .info_line .t1 {
  color: #666;
}
.board_view .cont_wrap {
  min-height: 294px;
  margin-top: 40px;
}
.board_view .nav_wrap {
  display: flex;
  margin-top: 40px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.board_view .nav_wrap .line {
  display: inline-flex;
  gap: 0 25px;
  align-items: center;
  max-width: calc(50% - 120px);
  height: 100px;
}
.board_view .nav_wrap .line .ico {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0 20px;
  color: #666;
  font-weight: 500;
}
.board_view .nav_wrap .line .ico::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 12px;
  height: 17px;
  background-image: url(/src/img/ico/boardview_nav_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.board_view .nav_wrap .line .tit {
  width: 100%;
  color: #666;
}
.board_view .nav_wrap .line.next {
  flex-direction: row-reverse;
  margin-left: auto;
  text-align: right;
}
.board_view .nav_wrap .line.next .ico {
  flex-direction: row-reverse;
}
.board_view .nav_wrap .line.next .ico::before {
  transform: scaleX(-1);
}
.board_view .nav_wrap a.line:hover .ico {
  color: #EA5006;
}
.board_view .nav_wrap a.line:hover .ico::before {
  background-image: url(/src/img/ico/boardview_nav_arrow_act.svg);
}
.board_view .nav_wrap a.line:hover .tit {
  color: #EA5006;
}
.board_view .action_wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.board_view .action_wrap .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 163px;
  height: 56px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #000;
}

@media (max-width: 1240px) {
  .board_view .nav_wrap {
    display: block;
  }
  .board_view .nav_wrap .line {
    flex-direction: row !important;
    gap: 0 40px;
    width: 100%;
    max-width: none;
    height: 80px;
    margin-left: 0 !important;
    text-align: left !important;
  }
  .board_view .nav_wrap .line + .line {
    border-top: 1px solid #ddd;
  }
  .board_view .nav_wrap .line .ico {
    flex-direction: row !important;
  }
  .board_view .nav_wrap .line .ico::before {
    transform: scaleX(1) !important;
  }
}
@media (max-width: 620px) {
  .board_view .tit_wrap {
    padding: 20px 0;
  }
  .board_view .tit_wrap .tit + .info_line {
    margin-top: 10px;
  }
  .board_view .cont_wrap {
    min-height: 164px;
    margin-top: 20px;
  }
  .board_view .nav_wrap {
    margin-top: 20px;
  }
  .board_view .nav_wrap .line {
    gap: 0 20px;
    height: 53px;
  }
  .board_view .nav_wrap .line .ico {
    gap: 0 10px;
  }
  .board_view .nav_wrap .line .ico::before {
    width: 10px;
    height: 13px;
  }
  .board_view .action_wrap {
    margin-top: 20px;
  }
  .board_view .action_wrap .btn {
    width: 112px;
    height: 38px;
  }
}
.board_relate_wrap {
  margin-top: 80px;
}
.board_relate_wrap .sect_tit_line {
  margin-bottom: 30px;
}
.board_relate_wrap .sect_tit_line .tit {
  font-weight: bold;
  color: #000;
}
.board_relate_wrap .relate_list > ul {
  display: flex;
  flex-wrap: wrap;
}
.board_relate_wrap .relate_list > ul > li {
  min-width: 0;
  width: 100%;
}
.board_relate_wrap .relate_list.lng3 > ul {
  gap: 40px;
}
.board_relate_wrap .relate_list.lng3 > ul > li {
  width: calc((100% - 80px) / 3);
}

@media (max-width: 1240px) {
  .board_relate_wrap {
    margin-top: 60px;
  }
  .board_relate_wrap .gall_item .img {
    aspect-ratio: 1/1;
    border-radius: 0;
  }
  .board_relate_wrap .gall_item .img > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .board_relate_wrap .relate_list.wcontainer {
    width: 100%;
  }
  .board_relate_wrap .relate_list > ul {
    overflow-x: auto;
    padding: 0 5vw;
    flex-wrap: nowrap;
  }
  .board_relate_wrap .relate_list > ul > li {
    flex-shrink: 0;
  }
  .board_relate_wrap .relate_list.lng3 > ul {
    gap: 27px;
  }
  .board_relate_wrap .relate_list.lng3 > ul > li {
    width: calc(50% - 27px);
  }
}
@media (max-width: 620px) {
  .board_relate_wrap {
    margin-top: 40px;
  }
  .board_relate_wrap .sect_tit_line {
    margin-bottom: 15px;
  }
  .board_relate_wrap .relate_list.wcontainer {
    width: 90%;
  }
  .board_relate_wrap .relate_list > ul {
    overflow-x: unset;
    padding: 0;
    flex-wrap: wrap;
  }
  .board_relate_wrap .relate_list.lng3 > ul {
    gap: 20px;
  }
  .board_relate_wrap .relate_list.lng3 > ul > li {
    width: 100%;
  }
}
.menu_ico_line {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.menu_ico_line img {
  height: 28px;
}

@media (max-width: 620px) {
  .menu_ico_line {
    gap: 4px;
  }
  .menu_ico_line img {
    height: 22px;
  }
}
.best_slide {
  margin-left: -500px;
}
.best_slide .best_mask {
  width: 300px;
  margin: 0 auto;
}
.best_slide .best_mask .swiper-wrapper {
  align-items: center;
}
.best_slide .best_mask .item .img {
  padding: 15px;
  margin-top: 100px;
  text-align: center;
}
.best_slide .best_mask .item .txt {
  display: none;
  margin-top: -130px;
  text-align: center;
}
.best_slide .best_mask .item .txt .menu_ico_line {
  justify-content: center;
  margin-bottom: 10px;
}
.best_slide .best_mask .item .txt .tit {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
}
.best_slide .best_mask .item .txt .tit + .desc {
  margin-top: 10px;
}
.best_slide .best_mask .item .txt .desc {
  font-size: 20px;
  color: #fff;
}
.best_slide .best_mask .item.swiper-slide-active {
  width: 800px !important;
}
.best_slide .best_mask .item.swiper-slide-active .img {
  padding: 70px;
  margin-top: 0;
  background: #EB6100;
  background: radial-gradient(circle, rgba(235, 97, 0, 0.4) 0%, rgba(235, 97, 0, 0) 70%);
}
.best_slide .best_mask .item.swiper-slide-active .txt {
  display: block;
}
.best_slide .bullet {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.best_slide .bullet .swiper-pagination-bullet {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0;
  opacity: 0.5;
  background-color: transparent;
}
.best_slide .bullet .swiper-pagination-bullet::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
}
.best_slide .bullet .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.best_slide .bullet .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
}

@media (max-width: 1240px) {
  .best_slide {
    width: 90%;
    margin: -50px auto 0;
  }
  .best_slide .best_mask {
    width: 100%;
  }
  .best_slide .best_mask .swiper-wrapper {
    align-items: start;
  }
  .best_slide .best_mask .item .img {
    padding: 40px !important;
    margin-top: 0;
  }
  .best_slide .best_mask .item .txt {
    margin-top: -40px;
    display: block;
  }
  .best_slide .best_mask .item.swiper-slide-active {
    width: 100% !important;
  }
  .best_slide .bullet {
    display: flex;
  }
}
@media (max-width: 620px) {
  .best_slide {
    margin-top: 0;
  }
  .best_slide .best_mask .item .img {
    padding: 17px !important;
  }
  .best_slide .best_mask .item .txt {
    margin-top: -22px;
  }
  .best_slide .best_mask .item .txt .tit {
    font-size: 22px;
  }
  .best_slide .best_mask .item .txt .desc {
    font-size: 16px;
  }
}
.interior_slide {
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}
.interior_slide::before {
  content: "";
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 850px);
  height: 100%;
  background: #FFF;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.interior_slide::after {
  content: "";
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 850px);
  height: 100%;
  background: #FFF;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.interior_slide .interior_mask .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: unset;
}
.interior_slide .interior_mask .item .img {
  overflow: hidden;
  display: block;
  height: 480px;
  border-radius: 20px;
}
.interior_slide .interior_mask .item .img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.interior_slide .interior_mask .item.swiper-slide-active .img {
  height: 685px;
}
.interior_slide .bullet {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.interior_slide .bullet .swiper-pagination-bullet {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0;
  opacity: 0.5;
  background-color: transparent;
}
.interior_slide .bullet .swiper-pagination-bullet::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
}
.interior_slide .bullet .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.interior_slide .bullet .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 50%;
}

@media (max-width: 1540px) {
  .interior_slide::before {
    display: none;
  }
  .interior_slide::after {
    display: none;
  }
}
@media (max-width: 1240px) {
  .interior_slide .interior_mask .item .img {
    height: 685px !important;
  }
}
@media (max-width: 620px) {
  .interior_slide {
    margin-top: 20px;
  }
  .interior_slide .interior_mask .item .img {
    height: 300px !important;
    border-radius: 10px;
  }
  .interior_slide .bullet {
    margin-top: 20px;
  }
}
.main_wrap .main_ani_t {
  overflow: hidden;
}
.main_wrap .main_ani_t > span {
  transition: transform 1s;
  transform: translateY(100%);
  display: block;
}
.main_wrap section.active .main_ani_t > span {
  transform: translateY(0);
}

.mainmenu_sect {
  overflow: hidden;
  padding: 170px 0 70px;
  background-color: #000;
}
.mainmenu_sect .sect_tit_line .tit {
  color: #fff;
  font-weight: bold;
  line-height: 130%;
}
.mainmenu_sect .mainmenu_slide {
  margin-left: -450px;
}
.mainmenu_sect .mainmenu_slide .mainmenu_mask {
  width: 300px;
  margin: 0 auto;
}
.mainmenu_sect .mainmenu_slide .mainmenu_mask .swiper-wrapper {
  align-items: flex-end;
}
.mainmenu_sect .mainmenu_slide .mainmenu_mask .item {
  transition: opacity 0.3s;
  opacity: 0.6;
  padding-bottom: 40px;
}
.mainmenu_sect .mainmenu_slide .mainmenu_mask .item .img {
  text-align: center;
}
.mainmenu_sect .mainmenu_slide .mainmenu_mask .item.swiper-slide-active {
  opacity: 1;
  width: 750px !important;
  padding-bottom: 0;
}
.mainmenu_sect .mainmenu_slide .mainmenu_mask .item.swiper-slide-active .img {
  padding: 75px;
  background: #EB6100;
  background: radial-gradient(circle, rgba(235, 97, 0, 0.4) 0%, rgba(235, 97, 0, 0) 70%);
}
.mainmenu_sect .txt_slide .item {
  display: none;
}
.mainmenu_sect .txt_slide .item .item_tit {
  height: 104px;
  color: #fff;
  line-height: 130%;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mainmenu_sect .txt_slide .item .desc_wrap .tit {
  color: #fff;
  font-weight: 500;
}
.mainmenu_sect .txt_slide .item .desc_wrap .tit + .desc {
  margin-top: 5px;
}
.mainmenu_sect .txt_slide .item .desc_wrap .desc {
  color: #fff;
}
.mainmenu_sect .txt_slide .item.act {
  display: block;
}
.mainmenu_sect .txt_slide + .slide_control {
  margin-top: 50px;
}
.mainmenu_sect .slide_control {
  display: flex;
}
.mainmenu_sect .slide_control .btn {
  height: 56px;
  border: 1px solid #fff;
  color: #fff;
}
.mainmenu_sect .slide_control .btn + .btn {
  margin-left: -1px;
}
.mainmenu_sect .slide_control .btn.more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  text-align: center;
  font-weight: 600;
}
.mainmenu_sect .slide_control .btn.arrow_btn {
  width: 56px;
  background-image: url(/src/img/ico/mainmenu_slide_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.mainmenu_sect .slide_control .btn.arrow_btn.next {
  transform: scaleX(-1);
}
.mainmenu_sect .slide_control .btn:hover {
  background-color: #fff;
}
.mainmenu_sect .slide_control .btn.more_btn:hover {
  color: #000;
}
.mainmenu_sect .slide_control .btn.arrow_btn:hover {
  background-image: url(/src/img/ico/mainmenu_slide_arrow_act.svg);
}
.mainmenu_sect .bullet {
  display: none;
  justify-content: center;
  margin-top: 30px;
}
.mainmenu_sect .bullet .swiper-pagination-bullet {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0;
  opacity: 0.5;
  background-color: transparent;
}
.mainmenu_sect .bullet .swiper-pagination-bullet::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
}
.mainmenu_sect .bullet .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.mainmenu_sect .bullet .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
}
.mainmenu_sect .sect_inner {
  position: relative;
}
.mainmenu_sect .sect_inner .sect_tit_line {
  position: absolute;
  top: 0;
  left: 0;
}
.mainmenu_sect .txt_inner {
  z-index: 5;
  position: absolute;
  top: 186px;
  left: 0;
  width: 375px;
}
.mainmenu_sect .txt_inner .txt_slide .item .desc_wrap {
  position: absolute;
  left: calc(50vw + 440px);
  transform: translateX(-50%);
  top: -50px;
  width: 310px;
}

@media (max-width: 1420px) {
  .mainmenu_sect .txt_inner .txt_slide .item .desc_wrap {
    left: calc(50vw + 380px);
  }
}
@media (max-width: 1240px) {
  .mainmenu_sect {
    padding: 180px 0 80px;
    text-align: center;
  }
  .mainmenu_sect .mainmenu_slide {
    margin-left: 0;
  }
  .mainmenu_sect .mainmenu_slide .mainmenu_mask {
    width: 90%;
  }
  .mainmenu_sect .mainmenu_slide .mainmenu_mask .swiper-wrapper {
    align-items: start;
  }
  .mainmenu_sect .mainmenu_slide .mainmenu_mask .item {
    padding-bottom: 0;
  }
  .mainmenu_sect .mainmenu_slide .mainmenu_mask .item .img {
    padding: 0 !important;
  }
  .mainmenu_sect .mainmenu_slide .mainmenu_mask .item.swiper-slide-active {
    width: 100% !important;
  }
  .mainmenu_sect .txt_slide .item .item_tit {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
    text-overflow: unset;
    height: auto;
  }
  .mainmenu_sect .txt_slide .item .item_tit + .desc_wrap {
    margin-top: 20px;
  }
  .mainmenu_sect .txt_slide + .slide_control {
    margin-top: 30px;
  }
  .mainmenu_sect .slide_control {
    justify-content: center;
  }
  .mainmenu_sect .slide_control .btn.arrow_btn {
    display: none;
  }
  .mainmenu_sect .bullet {
    display: flex;
  }
  .mainmenu_sect .sect_inner {
    position: static;
  }
  .mainmenu_sect .sect_inner .sect_tit_line {
    position: static;
  }
  .mainmenu_sect .txt_inner {
    z-index: 5;
    position: static;
    width: 100%;
  }
  .mainmenu_sect .txt_inner .txt_slide .item .desc_wrap {
    position: static;
    transform: translateX(0);
    width: 100%;
  }
}
@media (max-width: 620px) {
  .mainmenu_sect {
    padding: 100px 0 40px;
  }
  .mainmenu_sect .txt_slide .item .item_tit + .desc_wrap {
    margin-top: 10px;
  }
  .mainmenu_sect .txt_slide + .slide_control {
    margin-top: 25px;
  }
  .mainmenu_sect .slide_control .btn {
    height: 38px;
  }
  .mainmenu_sect .slide_control .btn.more_btn {
    width: 112px;
  }
}
.list_lnb {
  margin-bottom: 80px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.list_lnb > ul {
  display: flex;
  justify-content: center;
}
.list_lnb > ul > li {
  width: 230px;
}
.list_lnb > ul > li .t1 {
  display: block;
  padding-bottom: 8px;
  color: #999;
  font-weight: bold;
  line-height: 150%;
}
.list_lnb > ul > li.act .t1 {
  position: relative;
  color: #000;
}
.list_lnb > ul > li.act .t1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 100%;
  height: 2px;
  background-color: #000;
}

@media (max-width: 1240px) {
  .list_lnb {
    margin-bottom: 60px;
  }
}
@media (max-width: 620px) {
  .list_lnb {
    margin-bottom: 30px;
  }
  .list_lnb > ul > li {
    width: 100px;
  }
  .list_lnb > ul > li .t1 {
    padding-bottom: 6px;
  }
}
.menu_list > ul {
  display: grid;
}
.menu_list > ul > li {
  min-width: 0;
}
.menu_list.lng3 > ul {
  gap: 35px;
  grid-template-columns: repeat(3, 1fr);
}
.menu_list.lng4 > ul {
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1420px) {
  .menu_list.lng4 > ul {
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1240px) {
  .menu_list.lng3 > ul {
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .menu_list.lng3 > ul {
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .menu_list.lng4 > ul {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}
.menu_item {
  position: relative;
  display: block;
  height: 100%;
  text-align: center;
}
.menu_item .in_item {
  transition: border-radius 0.3s;
  position: relative;
  z-index: 1;
  height: 100%;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 20px;
  background: #E8E8E8;
  background: linear-gradient(180deg, rgb(250, 250, 250) 0%, rgb(250, 250, 250) 80%, rgb(233, 233, 233) 100%);
}
.menu_item .in_item .menu_ico_line {
  margin-bottom: 20px;
  text-align: left;
}
.menu_item .in_item .img {
  padding: 0 50px;
  text-align: center;
}
.menu_item .in_item .txt .tit {
  color: #2B2B2B;
}
.menu_item .hover_item {
  transition: border-radius 0.3s;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 20px;
  background-color: rgba(110, 36, 0, 0.7);
}
.menu_item .hover_item .menu_ico_line {
  margin-bottom: 10px;
}
.menu_item .hover_item .txt .tit {
  color: #fff;
  line-height: 130%;
  font-weight: bold;
}
.menu_item .hover_item .txt .t1 {
  color: rgba(255, 255, 255, 0.8);
}
.menu_item .hover_item .txt .t2 {
  margin-top: 15px;
  color: #fff;
  font-weight: bold;
}
.menu_item:hover .in_item {
  border: 0;
  border-radius: 0;
  background: none;
  background-color: #EA5006 !important;
}
.menu_item:hover .in_item .menu_ico_line {
  opacity: 0;
}
.menu_item:hover .in_item .txt {
  opacity: 0;
}
.menu_item:hover .hover_item {
  transition: opacity 0.3s;
  opacity: 1;
  border-radius: 0;
}

@media (max-width: 1240px) {
  .menu_item .in_item {
    padding: 15px;
  }
  .menu_item .in_item .menu_ico_line {
    margin-bottom: 10px;
  }
  .menu_item .hover_item {
    display: none;
  }
  .menu_item:hover .in_item {
    border: 1px solid #eee;
    border-radius: 20px;
    background: #E8E8E8;
    background: linear-gradient(180deg, rgb(250, 250, 250) 0%, rgb(250, 250, 250) 80%, rgb(233, 233, 233) 100%);
  }
  .menu_item:hover .in_item .menu_ico_line {
    opacity: 1;
  }
  .menu_item:hover .in_item .txt {
    opacity: 1;
  }
}
@media (max-width: 620px) {
  .menu_item .in_item {
    border-radius: 15px;
  }
  .menu_item .hover_item {
    border-radius: 15px;
  }
}
.menulist_page {
  padding: 130px 0;
}
.menulist_page .page_num {
  margin-top: 80px;
}

@media (max-width: 1240px) {
  .menulist_page {
    padding: 80px 0;
  }
  .menulist_page .page_num {
    margin-top: 60px;
  }
}
@media (max-width: 620px) {
  .menulist_page {
    padding: 40px 0;
  }
  .menulist_page .page_num {
    margin-top: 30px;
  }
}
.menu_v_page {
  padding: 110px 0 100px;
  background-color: #000;
}
.menu_v_page .menu_item .in_item {
  padding: 30px 20px;
  border: 0;
  background: none;
  background-color: #fafafa;
}

@media (max-width: 1240px) {
  .menu_v_page {
    padding: 110px 0 60px;
  }
  .menu_v_page .menu_item .in_item {
    padding: 15px;
  }
  .menu_v_page .menu_item:hover .in_item {
    background: #fafafa !important;
  }
}
@media (max-width: 620px) {
  .menu_v_page {
    padding: 66px 0 40px;
  }
}
.sidemenu_sect {
  margin-top: 35px;
  padding-top: 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.sidemenu_sect .sect_tit_line {
  margin-bottom: 30px;
  text-align: center;
}
.sidemenu_sect .sect_tit_line .sect_tit {
  color: #fff;
  font-weight: bold;
  font-size: 45px;
}

@media (max-width: 1240px) {
  .sidemenu_sect {
    margin-top: 60px;
    padding-top: 60px;
  }
  .sidemenu_sect .sect_tit_line {
    margin-bottom: 40px;
  }
}
@media (max-width: 620px) {
  .sidemenu_sect {
    margin-top: 30px;
    padding-top: 30px;
  }
  .sidemenu_sect .sect_tit_line {
    margin-bottom: 20px;
  }
  .sidemenu_sect .sect_tit_line .sect_tit {
    font-size: 24px;
  }
}
.pc_menuv_sect {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 800px;
}
.pc_menuv_sect .l_txt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 365px;
}
.pc_menuv_sect .l_txt .menu_ico_line {
  margin-bottom: 20px;
}
.pc_menuv_sect .l_txt .tit {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  line-height: 140%;
}
.pc_menuv_sect .l_txt .tit + .eng_tit {
  margin-top: 20px;
}
.pc_menuv_sect .l_txt .eng_tit {
  font-size: 22px;
  color: #fff;
}
.pc_menuv_sect .l_txt .info_box {
  margin-top: 40px;
}
.pc_menuv_sect .l_txt .info_box .info_tit {
  font-weight: bold;
  color: #fff;
}
.pc_menuv_sect .l_txt .info_box .info_tit + .info_desc {
  margin-top: 10px;
}
.pc_menuv_sect .l_txt .info_box .info_desc {
  color: #fff;
}
.pc_menuv_sect .l_txt .info_box .t1 {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.pc_menuv_sect .img {
  width: 800px;
  padding: 75px;
  text-align: center;
  background: #EB6100;
  background: radial-gradient(circle, rgba(235, 97, 0, 0.4) 0%, rgba(235, 97, 0, 0) 70%);
}
.pc_menuv_sect .r_txt {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 365px;
}
.pc_menuv_sect .r_txt .tit {
  font-weight: bold;
  color: #fff;
}
.pc_menuv_sect .r_txt .tit + .desc {
  margin-top: 25px;
}
.pc_menuv_sect .r_txt .desc {
  color: #fff;
}
.pc_menuv_sect .r_txt .nav_box {
  display: flex;
  margin-top: 50px;
}
.pc_menuv_sect .r_txt .nav_box .btn {
  height: 56px;
  border: 1px solid #fff;
  color: #fff;
}
.pc_menuv_sect .r_txt .nav_box .btn + .btn {
  margin-left: -1px;
}
.pc_menuv_sect .r_txt .nav_box .btn.link_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  text-align: center;
  font-weight: 600;
}
.pc_menuv_sect .r_txt .nav_box .btn.arrow_btn {
  width: 56px;
  background-image: url(/src/img/ico/mainmenu_slide_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.pc_menuv_sect .r_txt .nav_box .btn.arrow_btn.next {
  transform: scaleX(-1);
}
.pc_menuv_sect .r_txt .nav_box .btn:hover {
  background-color: #fff;
}
.pc_menuv_sect .r_txt .nav_box .btn.link_btn:hover {
  color: #000;
}
.pc_menuv_sect .r_txt .nav_box .btn.arrow_btn:hover {
  background-image: url(/src/img/ico/mainmenu_slide_arrow_act.svg);
}

@media (max-width: 1540px) {
  .pc_menuv_sect {
    min-height: 700px;
  }
  .pc_menuv_sect .img {
    width: 700px;
  }
  .pc_menuv_sect .r_txt {
    width: 300px;
  }
}
@media (max-width: 1240px) {
  .pc_menuv_sect {
    display: none;
  }
}
.m_menuv_sect {
  display: none;
  text-align: center;
}
.m_menuv_sect .img {
  display: inline-block;
  padding: 60px;
  text-align: center;
  background: #EB6100;
  background: radial-gradient(circle, rgba(235, 97, 0, 0.4) 0%, rgba(235, 97, 0, 0) 70%);
}
.m_menuv_sect .img_wrap {
  position: relative;
}
.m_menuv_sect .img_wrap .arrow_btn {
  position: absolute;
  top: calc(50% - 28px);
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-image: url(/src/img/ico/mainmenu_slide_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.m_menuv_sect .img_wrap .arrow_btn.prev {
  left: 0;
}
.m_menuv_sect .img_wrap .arrow_btn.next {
  right: 0;
  transform: scaleX(-1);
}
.m_menuv_sect .img_wrap + .txt {
  margin-top: 40px;
}
.m_menuv_sect .txt .menu_ico_line {
  justify-content: center;
  margin-bottom: 20px;
}
.m_menuv_sect .txt .tit {
  font-size: 45px;
  color: #fff;
  font-weight: bold;
  line-height: 140%;
}
.m_menuv_sect .txt .eng_tit {
  margin-top: 20px;
  color: #fff;
}
.m_menuv_sect .txt .t1 {
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
}
.m_menuv_sect .txt .t2 {
  margin-top: 20px;
  color: #fff;
}
.m_menuv_sect .txt .info_box {
  margin-top: 27px;
  padding: 25px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.05);
}
.m_menuv_sect .txt .info_box .info_tit {
  font-weight: bold;
  color: #fff;
}
.m_menuv_sect .txt .info_box .info_tit + .info_desc {
  margin-top: 10px;
}
.m_menuv_sect .txt .info_box .info_desc {
  color: #fff;
}
.m_menuv_sect .txt .info_box .info_t1 {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.6);
}
.m_menuv_sect .txt .nav_box {
  display: flex;
  justify-content: center;
  margin-top: 27px;
}
.m_menuv_sect .txt .nav_box .btn {
  height: 56px;
  border: 1px solid #fff;
  color: #fff;
}
.m_menuv_sect .txt .nav_box .btn + .btn {
  margin-left: -1px;
}
.m_menuv_sect .txt .nav_box .btn.link_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 1240px) {
  .m_menuv_sect {
    display: block;
  }
}
@media (max-width: 620px) {
  .m_menuv_sect .img {
    padding: 20px;
  }
  .m_menuv_sect .img_wrap .arrow_btn {
    top: calc(50% - 18px);
    width: 35px;
    height: 35px;
  }
  .m_menuv_sect .img_wrap + .txt {
    margin-top: 30px;
  }
  .m_menuv_sect .txt .menu_ico_line {
    margin-bottom: 10px;
  }
  .m_menuv_sect .txt .tit {
    font-size: 24px;
  }
  .m_menuv_sect .txt .eng_tit {
    margin-top: 10px;
  }
  .m_menuv_sect .txt .t1 {
    margin-top: 20px;
  }
  .m_menuv_sect .txt .t2 {
    margin-top: 10px;
  }
  .m_menuv_sect .txt .info_box {
    margin-top: 20px;
    padding: 15px;
    border-radius: 10px;
  }
  .m_menuv_sect .txt .info_box .info_tit + .info_desc {
    margin-top: 5px;
  }
  .m_menuv_sect .txt .info_box .info_t1 {
    margin-top: 12px;
  }
  .m_menuv_sect .txt .nav_box {
    margin-top: 20px;
  }
  .m_menuv_sect .txt .nav_box .btn {
    height: 38px;
  }
  .m_menuv_sect .txt .nav_box .btn.link_btn {
    width: 112px;
  }
}
.file_wrap_v2 {
  overflow: auto;
  position: relative;
  height: 189px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
}
.file_wrap_v2 .js_file_result {
  display: none;
}
.file_wrap_v2 .add_ico {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  border: 1px solid rgba(234, 80, 6, 0.3);
  border-radius: 50%;
  background-image: url(/src/img/ico/file_ico.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.file_wrap_v2 .del_btn {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(/src/img/ico/file_del.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.file_wrap_v2 .result_tb {
  display: none;
}
.file_wrap_v2 .result_tb table thead th {
  position: sticky;
  top: 0;
  padding: 10px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  background-color: #F9F9F9;
}
.file_wrap_v2 .result_tb table thead th.del_th {
  width: 60px;
  text-align: right;
}
.file_wrap_v2 .result_tb table thead th.state_th {
  width: 100px;
  text-align: right;
}
.file_wrap_v2 .result_tb table thead th.size_th {
  width: 176px;
  text-align: right;
}
.file_wrap_v2 .result_tb table thead th:last-child {
  padding-right: 56px;
}
.file_wrap_v2 .result_tb table tbody td {
  padding: 5px 10px;
  font-size: 14px;
  color: #666;
}
.file_wrap_v2 .result_tb table tbody td.del_td {
  text-align: right;
}
.file_wrap_v2 .result_tb table tbody td.tit_td .tit {
  display: flex;
  align-items: center;
  gap: 0 10px;
  line-height: 150%;
  word-break: break-all;
}
.file_wrap_v2 .result_tb table tbody td.tit_td .tit::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 21px;
  height: 20px;
  background-image: url(/src/img/ico/file_img.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.file_wrap_v2 .result_tb table tbody td.state_td {
  text-align: right;
}
.file_wrap_v2 .result_tb table tbody td.size_td {
  text-align: right;
}
.file_wrap_v2 .result_tb table tbody td:last-child {
  padding-right: 56px;
}
.file_wrap_v2 .result_tb table tbody tr:first-child td {
  padding-top: 10px;
}
.file_wrap_v2 .result_tb table tbody tr:last-child td {
  padding-bottom: 10px;
}
.file_wrap_v2.act .add_ico {
  display: none;
}
.file_wrap_v2.act .result_tb {
  display: block;
}

@media (max-width: 620px) {
  .file_wrap_v2 {
    border-radius: 6px;
  }
  .file_wrap_v2 .result_tb table thead th {
    padding: 5px;
    font-size: 14px;
  }
  .file_wrap_v2 .result_tb table thead th.del_th {
    width: 32px;
  }
  .file_wrap_v2 .result_tb table thead th.size_th {
    width: 80px;
    text-align: left;
  }
  .file_wrap_v2 .result_tb table thead th:last-child {
    padding-right: 5px;
  }
  .file_wrap_v2 .result_tb table tbody td {
    padding: 2px 5px;
    font-size: 12px;
  }
  .file_wrap_v2 .result_tb table tbody td.tit_td .tit {
    display: block;
  }
  .file_wrap_v2 .result_tb table tbody td.tit_td .tit::before {
    display: none;
  }
  .file_wrap_v2 .result_tb table tbody td.size_td {
    text-align: left;
  }
  .file_wrap_v2 .result_tb table tbody td:last-child {
    padding-right: 5px;
  }
}
.store_info {
  position: relative;
  padding: 50px 0;
}
.store_info .inner {
  display: flex;
  width: calc(100% - 310px);
  margin: 0 auto;
}
.store_info .inner .map_info_box {
  margin-left: auto;
}
.store_info .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/src/img/temp/map_ex.jpg);
  background-size: cover;
  background-position: center;
}
.store_info .map #map_canvas {
  height: 100%;
}
.store_info .map_info_box {
  position: relative;
  z-index: 5;
  width: 586px;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
  backdrop-filter: blur(30px) brightness(100%);
  -webkit-backdrop-filter: blur(30px) brightness(100%);
  background: rgba(255, 255, 255, 0);
}
.store_info .map_info_box .map_sch {
  overflow: hidden;
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.store_info .map_info_box .map_sch .sch_sel {
  flex-shrink: 0;
  width: 160px;
  height: 69px;
  padding: 0 30px;
  border: 0;
  color: #666;
  background-image: url(/src/img/ico/storeinfo_mapsch_sel_arrow.svg);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}
.store_info .map_info_box .map_sch .sch_sel + .sch_box {
  position: relative;
}
.store_info .map_info_box .map_sch .sch_sel + .sch_box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 21px;
  background-color: #eee;
}
.store_info .map_info_box .map_sch .sch_box {
  display: flex;
  width: 100%;
  height: 69px;
  background-color: #fff;
}
.store_info .map_info_box .map_sch .sch_box .sch_inp {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  border: 0;
}
.store_info .map_info_box .map_sch .sch_box .sbm_btn {
  flex-shrink: 0;
  width: 62px;
  height: 100%;
  background-image: url(/src/img/ico/storeinfo_mapsch_sbm.svg);
  background-repeat: no-repeat;
  background-position: 15px center;
}
.store_info .map_info_box .map_list {
  min-height: 767px;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 15px;
  background-color: #fff;
}
.store_info .map_info_box .map_list > ul > li + li {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #ddd;
}
.store_info .map_info_box .map_list .nodata_item{display: flex;flex-direction: column;align-items: center;padding: 50px 0;text-align: center;}
.store_info .map_info_box .map_list .nodata_item::before{content: '';display: block;width: 80px;height: 80px;margin-bottom: 20px;background-image: url(/src/img/ico/storeinfo_mapinfo_nodata.svg);background-size: contain;background-repeat: no-repeat;background-position: center;}
.store_info .map_info_box .map_list .nodata_item .tit{font-size: 18px;color: #666;}
.store_info .map_info_box .map_list .item {
  cursor: pointer;
}
.store_info .map_info_box .map_list .item .tit {
  font-weight: bold;
}
.store_info .map_info_box .map_list .item .tit + .desc {
  margin-top: 10px;
}
.store_info .map_info_box .map_list .item .desc {
  color: #242424;
}
.store_info .map_info_box .map_list .item .info_line {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  margin-top: 15px;
}
.store_info .map_info_box .map_list .item .info_line .t1 {
  color: #999;
}
.store_info .map_info_box .map_list .item .info_line .t1::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.store_info .map_info_box .map_list .item .info_line .t1.call_t1::before {
  width: 19px;
  height: 19px;
  background-image: url(/src/img/ico/storeinfo_mapinfo_call.svg);
}
.store_info .map_info_box .map_list .item .info_line .t1.seat_t1::before {
  width: 27px;
  height: 19px;
  background-image: url(/src/img/ico/storeinfo_mapinfo_seat.svg);
}
.store_info .map_info_box .map_list .act .item .tit {
  color: #EA5006;
}
.store_info .map_info_box .page_num {
  margin-top: 25px;
}
.store_info .map_info_box .page_num a {
  background-color: transparent;
}
.store_info .map_info_box .page_num a.act {
  background-color: #EA5006;
}

@media (max-width: 1740px) {
  .store_info .inner {
    width: 90%;
  }
}
@media (max-width: 1540px) {
  .store_info .map_info_box {
    width: 510px;
  }
  .store_info .map_info_box .map_sch .sch_sel {
    width: 130px;
  }
  .store_info .map_info_box .map_sch .sch_box .sbm_btn {
    width: 47px;
    background-position: left center;
  }
}
@media (max-width: 1240px) {
  .store_info {
    display: flex;
    flex-direction: column-reverse;
    gap: 80px 0;
    margin-top: 80px;
    padding: 0;
  }
  .store_info .inner .map_info_box {
    margin-left: 0;
  }
  .store_info .map {
    position: static;
    height: 800px;
  }
  .store_info .map_info_box {
    width: 100%;
    padding: 0;
    border-radius: 0;
    background: none;
  }
  .store_info .map_info_box .map_sch {
    overflow: visible;
    gap: 0 12px;
    margin-bottom: 15px;
    border: 0;
    border-radius: 0;
  }
  .store_info .map_info_box .map_sch .sch_sel {
    width: 230px;
    padding: 0 35px 0 20px;
    border: 1px solid #ddd;
    border-radius: 15px;
    background-position: calc(100% - 20px);
  }
  .store_info .map_info_box .map_sch .sch_sel + .sch_box::before {
    display: none;
  }
  .store_info .map_info_box .map_sch .sch_box {
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 15px;
  }
  .store_info .map_info_box .map_sch .sch_box .sch_inp {
    padding: 0 20px;
  }
  .store_info .map_info_box .map_sch .sch_box .sbm_btn {
    width: 37px;
  }
  .store_info .map_info_box .map_list {
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    border-top: 1px solid #ddd;
  }
  .store_info .map_info_box .map_list > ul > li {
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
  }
  .store_info .map_info_box .map_list > ul > li + li {
    margin-top: 0;
    border-top: 0;
  }
  .store_info .map_info_box .map_list .item .info_line .t1::before {
    display: none;
  }
}
@media (max-width: 620px) {
  .store_info {
    gap: 40px 0;
    margin-top: 40px;
  }
  .store_info .map {
    height: 320px;
  }
  .store_info .map_info_box .map_sch {
    flex-direction: column;
    gap: 8px 0;
    margin-bottom: 20px;
  }
  .store_info .map_info_box .map_sch .sch_sel {
    width: 100%;
    height: 51px;
    padding: 0 27px 0 15px;
    border-radius: 10px;
    background-position: calc(100% - 15px);
    background-size: 10px auto;
  }
  .store_info .map_info_box .map_sch .sch_box {
    height: 51px;
    border-radius: 10px;
  }
  .store_info .map_info_box .map_sch .sch_box .sch_inp {
    padding: 0 14px;
  }
  .store_info .map_info_box .map_sch .sch_box .sbm_btn {
    width: 27px;
    background-size: 13px auto;
  }
  .store_info .map_info_box .map_list > ul > li {
    padding: 15px 0;
  }
  .store_info .map_info_box .map_list > ul > li + li {
    padding-top: 15px;
  }
  .store_info .map_info_box .map_list .nodata_item{padding: 25px 0;}
  .store_info .map_info_box .map_list .nodata_item::before{width: 60px;height: 60px;margin-bottom: 10px;}
  .store_info .map_info_box .map_list .nodata_item .tit{font-size: 14px;}
  .store_info .map_info_box .map_list .item .info_line {
    flex-direction: column;
    gap: 5px 0;
    margin-top: 10px;
  }
  .store_info .map_info_box .page_num {
    margin-top: 20px;
  }
}
.location_info {
  position: relative;
  padding: 165px 0;
}
.location_info .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/src/img/temp/map_ex.jpg);
  background-size: cover;
  background-position: center;
}
.location_info .map #map_canvas {
  height: 100%;
}
.location_info .inner {
  display: flex;
}
.location_info .inner .map_info_box {
  margin-left: auto;
}
.location_info .map_info_box {
  position: relative;
  z-index: 5;
  width: 486px;
  padding: 30px;
  border: 2px solid #eee;
  border-radius: 20px;
  background-color: #fff;
  backdrop-filter: blur(30px) brightness(100%);
  -webkit-backdrop-filter: blur(30px) brightness(100%);
  background: rgba(255, 255, 255, 0);
}
.location_info .map_info_box .map_list {
  padding: 40px;
  border: 1px solid #ddd;
  border-radius: 15px;
  background-color: #fff;
}
.location_info .map_info_box .map_list > ul > li + li {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}
.location_info .map_info_box .map_list .item {
  cursor: pointer;
}
.location_info .map_info_box .map_list .item .tit {
  font-weight: bold;
  color: #999;
  line-height: 130%;
}
.location_info .map_info_box .map_list .item .tit + .desc {
  margin-top: 30px;
}
.location_info .map_info_box .map_list .item .desc {
  font-weight: 600;
  color: #999;
}
.location_info .map_info_box .map_list .item .info_dl {
  margin-top: 30px;
}
.location_info .map_info_box .map_list .item .info_dl dl {
  display: flex;
  gap: 0 35px;
  align-items: start;
}
.location_info .map_info_box .map_list .item .info_dl dl + dl {
  margin-top: 15px;
}
.location_info .map_info_box .map_list .item .info_dl dl dt {
  flex-shrink: 0;
  width: 70px;
  color: #999;
}
.location_info .map_info_box .map_list .item .info_dl dl dd {
  width: 100%;
  color: #999;
  font-weight: 200;
}
.location_info .map_info_box .map_list .act .item .tit {
  color: #EA5006;
}
.location_info .map_info_box .map_list .act .item .desc {
  color: #333;
}
.location_info .map_info_box .map_list .act .item .info_dl dl dt {
  color: #333;
}
.location_info .map_info_box .map_list .act .item .info_dl dl dd {
  color: #333;
}

@media (max-width: 1240px) {
  .location_info {
    display: flex;
    flex-direction: column-reverse;
    gap: 80px 0;
    margin-top: 80px;
    padding: 0;
  }
  .location_info .map {
    position: static;
    height: 624px;
  }
  .location_info .inner .map_info_box {
    margin-left: 0;
  }
  .location_info .map_info_box {
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
  }
  .location_info .map_info_box .map_list {
    padding: 0;
    border: 0;
    border-radius: 0;
  }
}
@media (max-width: 620px) {
  .location_info {
    gap: 40px 0;
    margin-top: 40px;
  }
  .location_info .map {
    height: 320px;
  }
  .location_info .map_info_box .map_list > ul > li + li {
    margin-top: 25px;
    padding-top: 25px;
  }
  .location_info .map_info_box .map_list .item .tit + .desc {
    margin-top: 15px;
  }
  .location_info .map_info_box .map_list .item .info_dl {
    margin-top: 20px;
  }
  .location_info .map_info_box .map_list .item .info_dl dl {
    gap: 0 16px;
  }
  .location_info .map_info_box .map_list .item .info_dl dl + dl {
    margin-top: 7px;
  }
  .location_info .map_info_box .map_list .item .info_dl dl dt {
    width: 52px;
  }
}


.eng_wrap .guide .cost .cost_b .cost_table th{min-height: 116px;}
@media (max-width: 1240px){
  .eng_wrap .guide .cost .cost_b .cost_table th{min-height: auto;}
}
@media (max-width: 620px){
  .eng_wrap .guide .cost .cost_b .cost_table th{width: 110px;}
}

.eng_wrap .inp_wrap.info .inp_box .addr_wrap .addr_sch > button{line-height: 120%;}

@media (max-width: 1240px){
  .eng_wrap .about .about_imgbox .text p{max-width: none;}
  .eng_wrap .about .intro_2 ul li .txt{max-width: none;}
  .eng_wrap .about .intro_3 .cont{max-width: none;}
}

.eng_wrap .location_info .map_info_box .map_list .item .info_dl dl dt{width: 90px;}
@media (max-width: 620px){
  .eng_wrap .location_info .map_info_box .map_list .item .info_dl dl dt{width: 70px;}
}

@media (max-width: 1240px){
  .eng_wrap .rnd .system2 .s_box .item:first-child > p, .rnd .system2 .s_box .item:last-child > p{max-width: 440px;}
}



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