.c1 {
  color: #E40046 !important;
}

.c0 {
  color: #000;
}

.c3 {
  color: #333;
}

.c6 {
  color: #666;
}

.c9 {
  color: #999;
}

.cf {
  color: #fff;
}

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 10px;
  background-size: 10px 10px;
}

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

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

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

em, address {
  font-style: normal;
}

label, button {
  cursor: pointer;
}

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

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

legend {
  *width: 0;
}

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

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

sup {
  font-size: 0.5%;
}

figure {
  margin: 0;
}

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

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

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

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.dt {
  display: table;
}

.dtr {
  display: table-row;
}

.dtc {
  display: table-cell;
}

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

.dtr {
  width: 100%;
}

.dtc {
  vertical-align: middle;
}

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

.fr {
  float: right;
}

.flul > li {
  float: left;
}

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

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

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

.pb0 {
  padding-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.mt150 {
  margin-top: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.pl150 {
  padding-left: 150px;
}

.pr150 {
  padding-right: 150px;
}

.ml150 {
  margin-left: 150px;
}

.mr150 {
  margin-right: 150px;
}

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

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

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

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

.imgz {
  width: 100%;
}

.cup {
  cursor: pointer;
}

.vam {
  vertical-align: middle;
}

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bx-wrapper {
  position: relative;
}

.bx-controls {
  position: absolute;
}

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

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

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

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

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

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

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

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

.sect_wrap .ani {
  transition-delay: 1s;
}
.sect_wrap .ani.slow {
  transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
}

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

@media screen and (max-width: 1420px) {
  .sect_wrap .ani {
    transition-delay: 0s;
  }
  .sect_wrap .ani.slow {
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
  }
}
/*
* 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;
}

.sun-editor-editable em {
  font-style: italic;
}

.sun-editor-editable ol li {
  list-style: decimal;
}

.sun-editor-editable ul li {
  list-style: disc;
}

.sun-editor-editable[contenteditable=true] .se-component, .sun-editor-editable[contenteditable=true] .se-component {
  outline: none !important;
}

.sun_editor_v h1, .sun_editor_v h2 {
  display: block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: 700;
}

.sun_editor_v h3, .sun_editor_v h4 {
  display: block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: 700;
}

.sun_editor_v h5, .sun_editor_v h6 {
  display: block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: 700;
}

.sun_editor_v h1 {
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
}

.sun_editor_v h2 {
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}

.sun_editor_v h3 {
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.sun_editor_v h4 {
  font-size: 1em;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
}

.sun_editor_v h5 {
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

.sun_editor_v h6 {
  font-size: 0.67em;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
}

.sun_editor_v .se-video-container figure {
  position: relative;
}

.sun_editor_v .se-video-container figure iframe {
  position: absolute;
  top: 0;
  left: 0;
}

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

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fz32 {
  font-size: 32px;
}

.fz34 {
  font-size: 34px;
}

.fz36 {
  font-size: 36px;
}

.fz38 {
  font-size: 38px;
}

.fz40 {
  font-size: 40px;
}

.fz46 {
  font-size: 46px;
}

.fz50 {
  font-size: 50px;
}

.fz60 {
  font-size: 60px;
}

.fz80 {
  font-size: 80px;
}

@media screen and (max-width: 720px) {
  .fz12 {
    font-size: 12px;
  }
  .fz14 {
    font-size: 12px;
  }
  .fz16 {
    font-size: 12px;
  }
  .fz18 {
    font-size: 14px;
  }
  .fz20 {
    font-size: 16px;
  }
  .fz22 {
    font-size: 16px;
  }
  .fz24 {
    font-size: 18px;
  }
  .fz26 {
    font-size: 18px;
  }
  .fz28 {
    font-size: 20px;
  }
  .fz30 {
    font-size: 20px;
  }
  .fz32 {
    font-size: 22px;
  }
  .fz34 {
    font-size: 22px;
  }
  .fz36 {
    font-size: 24px;
  }
  .fz38 {
    font-size: 24px;
  }
  .fz40 {
    font-size: 26px;
  }
  .fz46 {
    font-size: 22px;
  }
  .fz50 {
    font-size: 24px;
  }
  .fz60 {
    font-size: 30px;
  }
  .fz80 {
    font-size: 40px;
  }
  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: 40px;
  text-align: center;
  font-size: 0;
}
.page_num a {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-left: -1px;
  text-align: center;
  color: #999;
  line-height: 34px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 50%;
  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;
}

.page_num.mt60 {
  margin-top: 60px;
}

@media screen and (max-width: 720px) {
  .page_num {
    margin-top: 20px;
  }
  .page_num a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .page_num.mt60 {
    margin-top: 30px;
  }
}
@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: 720px) {
  .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 #ddd;
  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: #E40046 !important;
  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 #ddd;
  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;
  background-color: #fff;
}
.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 #fff;
  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 {
  background-color: #E40046;
  border: none;
}
.de_cki input:checked ~ i::after {
  opacity: 1;
}
.de_cki input:disabled ~ i {
  background-color: #eee;
}

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

.sys_popup.dn {
  display: none;
}

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

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

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

.cont1720 {
  width: 1720px;
  margin: 0px auto;
}

@media screen and (max-width: 1740px) {
  .cont1720 {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1420px) {
  .container {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 720px) {
  .container {
    padding: 0px 20px;
  }
  .cont1720 {
    padding: 0px 20px;
  }
}
#header {
  z-index: 103;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 110px;
}
#header::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 1;
  transition: opacity 1s;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
#header::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color 1s;
}
#header .h_cont {
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1720px;
  height: 100%;
  margin: 0px auto;
}
#header .h_cont .logo {
  display: block;
  position: relative;
  width: 199px;
  height: 50px;
}
#header .h_cont .logo img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 1s;
}
#header .h_cont .logo .c {
  opacity: 0;
}
#header .h_cont .logo .w {
  opacity: 1;
}
#header .h_cont .r_wrap {
  display: flex;
  align-items: center;
  gap: 0px 130px;
}
#header .h_cont .r_wrap nav {
  display: inline-block;
  width: 800px;
}
#header .h_cont .r_wrap nav > ul > li {
  position: relative;
  width: 200px;
}
#header .h_cont .r_wrap nav > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  color: #fff;
  font-weight: bold;
  transition: color 1s;
}
#header .h_cont .r_wrap nav > ul > li .dep2 {
  display: none;
  position: absolute;
  top: 100px;
  width: 100%;
  padding: 30px 10px;
  background-color: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}
#header .h_cont .r_wrap nav > ul > li .dep2 > ul > li {
  margin-bottom: 20px;
  text-align: center;
}
#header .h_cont .r_wrap nav > ul > li .dep2 > ul > li:last-child {
  margin-bottom: 0;
}
#header .h_cont .r_wrap nav > ul > li .dep2 > ul > li.mb30 {
  margin-bottom: 30px;
}
#header .h_cont .r_wrap nav > ul > li .dep2 > ul > li > a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#header .h_cont .r_wrap nav > ul > li .dep2 > ul > li > a:hover {
  color: #E40046 !important;
}
#header .h_cont .r_wrap nav > ul > li .dep2 > ul > li .dep3 ul li {
  margin-top: 10px;
}
#header .h_cont .r_wrap nav > ul > li .dep2 > ul > li .dep3 ul li a {
  font-size: 14px;
  color: #666;
}
#header .h_cont .r_wrap nav > ul > li .dep2 > ul > li .dep3 ul li a:hover {
  color: #000;
  text-decoration: underline;
  text-underline-position: under;
}

#header.trans {
  background: transparent;
}
#header.trans::before {
  opacity: 0;
}
#header.trans:after {
  background-color: #eee;
}
#header.trans .h_cont .logo .w {
  opacity: 0;
}
#header.trans .h_cont .logo .c {
  opacity: 1;
}
#header.trans .h_cont .r_wrap nav > ul > li > a {
  color: #000;
}
#header.trans .h_cont .burger span {
  background-color: #000;
}

#header.sub {
  background: #fff;
}
#header.sub::before {
  opacity: 0;
}
#header.sub::after {
  background-color: #eee;
}
#header.sub .h_cont .logo .w {
  opacity: 0;
}
#header.sub .h_cont .logo .c {
  opacity: 1;
}
#header.sub .h_cont .r_wrap nav > ul > li > a {
  color: #000;
}
#header.sub .h_cont .burger span {
  background-color: #000;
}

#header.bg {
  background: #fff;
}
#header.bg::before {
  opacity: 0;
}
#header.bg::after {
  background-color: #eee;
}
#header.bg .h_cont .logo .w {
  opacity: 0;
}
#header.bg .h_cont .logo .c {
  opacity: 1;
}
#header.bg .h_cont .r_wrap nav > ul > li > a {
  color: #000;
}
#header.bg .h_cont .burger span {
  background-color: #000;
}

.burger {
  position: relative;
  margin-right: 0px;
  margin-bottom: 0px;
}

.burger,
.burger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.burger {
  width: 30px;
  height: 26px;
}

.burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: background-color 1s;
}

.burger span:nth-of-type(1) {
  top: 0px;
}

.burger span:nth-of-type(2) {
  top: 50%;
  margin-top: -2px;
}

.burger span:nth-of-type(3) {
  bottom: 0px;
}

.burger.a span:nth-of-type(1) {
  -webkit-transform: translateY 11px rotate -45deg;
  transform: translateY(11px) rotate(-45deg);
}

.burger.a span:nth-of-type(2) {
  opacity: 0;
}

.burger.a span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

@media screen and (max-width: 1740px) {
  #header .h_cont {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1420px) {
  #header::before {
    transition-duration: 0.1s;
  }
  #header::after {
    transition-duration: 0.1s;
  }
  #header .h_cont .r_wrap #gnb {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  #header {
    height: 55px;
  }
  #header .h_cont {
    padding: 0px 20px;
  }
  #header .h_cont .logo {
    display: block;
    width: 95px;
    height: 24px;
  }
  #header .h_cont .burger {
    transform: scale(0.8);
  }
}
.sitemap_wrap {
  display: none;
  z-index: 102;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.sitemap_wrap .sitemap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  right: -100%;
  width: 60%;
  min-width: 1100px;
  height: 100%;
  padding: 0px 100px 0px 120px;
  background-color: #fff;
  background-image: url(/src/img/sitemap_water.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-repeat: no-repeat;
  transition: right 0.8s;
}
.sitemap_wrap .sitemap.a {
  right: 0;
}
.sitemap_wrap .sitemap .sitemap_close {
  position: absolute;
  top: 42px;
  right: 100px;
  width: 27px;
  height: 27px;
  background: url(/src/img/i/sitemap_close.png) no-repeat center center;
}
.sitemap_wrap .sitemap .ver_m {
  display: none;
}
.sitemap_wrap .sitemap .lst_wrap {
  width: 100%;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li {
  padding: 40px 0px;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li:nth-child(2) {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li > a, .sitemap_wrap .sitemap .lst_wrap > ul > li > button {
  display: inline-block;
  width: 170px;
  margin-right: 50px;
  color: #000;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li > a:hover, .sitemap_wrap .sitemap .lst_wrap > ul > li > button:hover {
  color: #E40046 !important;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 {
  display: inline-block;
  vertical-align: top;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 > ul {
  font-size: 0;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 > ul > li {
  display: inline-block;
  width: 145px;
  margin-right: 20px;
  vertical-align: top;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 > ul > li:last-child {
  margin-right: 0;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 > ul > li > a {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 > ul > li > a:hover {
  color: #E40046 !important;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 > ul > li .dep3 ul li {
  margin-top: 20px;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 > ul > li .dep3 ul li a {
  font-size: 18px;
  color: #666;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 > ul > li .dep3 ul li a:hover {
  color: #000;
  text-decoration: underline;
  text-underline-position: under;
}

@media screen and (max-width: 1420px) {
  .sitemap_wrap .sitemap {
    display: block;
    width: 620px;
    min-width: 0;
    padding: 80px 40px 50px 40px;
    background-size: 580px 321px;
  }
  .sitemap_wrap .sitemap .sitemap_close {
    top: 40px;
    right: 40px;
  }
  .sitemap_wrap .sitemap .ver_pc {
    display: none;
  }
  .sitemap_wrap .sitemap .ver_m {
    display: block;
  }
  .sitemap_wrap .sitemap .lst_wrap {
    height: 100%;
    overflow-y: scroll;
  }
  .sitemap_wrap .sitemap .lst_wrap::-webkit-scrollbar {
    display: none;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li {
    padding: 0px;
    border-bottom: solid 1px #ddd;
    padding: 40px 0px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li:last-child {
    border-bottom: 0;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li:nth-child(2) {
    border-top: none;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li > a, .sitemap_wrap .sitemap .lst_wrap > ul > li > button {
    width: 100%;
    margin-right: 0;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li > a.a, .sitemap_wrap .sitemap .lst_wrap > ul > li > button.a {
    color: #E40046 !important;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li > a.a::after, .sitemap_wrap .sitemap .lst_wrap > ul > li > button.a::after {
    transform: scaleY(1);
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li > button {
    position: relative;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li > button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: url(/src/img/i/top_b.png) no-repeat center center;
    transform: scaleY(-1);
    transition: transform 0.5s;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 {
    display: none;
    margin-top: 40px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 > ul > li {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 > ul > li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 720px) {
  .sitemap_wrap .sitemap {
    width: 80%;
    padding: 60px 20px 30px 20px;
    background-image: none;
  }
  .sitemap_wrap .sitemap .sitemap_close {
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li {
    padding: 20px 0px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 {
    margin-top: 20px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 > ul > li {
    margin-bottom: 15px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 > ul > li > a {
    font-size: 14px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 > ul > li .dep3 ul li {
    margin-top: 10px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 > ul > li .dep3 ul li a {
    font-size: 14px;
  }
}
.sect_nav {
  position: fixed;
  right: 0px;
  top: 0;
  z-index: 5;
  height: 100%;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
}
.sect_nav .s_nav {
  display: flex;
  flex-direction: column;
  align-items: end;
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
}
.sect_nav .s_nav .gnb_btn {
  /* float: right; */
  display: block;
  position: relative;
  min-height: 21px;
  min-width: 5px;
  margin-bottom: 20px;
}
.sect_nav .s_nav .gnb_btn:last-child {
  margin-bottom: 0;
}
.sect_nav .s_nav .gnb_btn span {
  display: none;
  /* display: inline-block; */
  width: 135px;
  opacity: 0;
  margin-right: 14px;
  text-align: right;
  font-size: 14px;
  color: #fff;
  transition: opacity 0.5s, color 0.5s;
}
.sect_nav .s_nav .gnb_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 4px;
  height: 4px;
  margin-top: -1px;
  background-color: #fff;
  transform: translateY(-50%);
  transition: height 0.5s, background-color 0.5s;
}
.sect_nav .s_nav .gnb_btn.a span {
  display: inline-block;
  opacity: 1;
}
.sect_nav .s_nav .gnb_btn.a::after {
  height: 10px;
}

.sect_nav.b .s_nav .gnb_btn::after {
  background-color: #000;
}
.sect_nav.b .s_nav .gnb_btn.a span {
  color: #E40046 !important;
}
.sect_nav.b .s_nav .gnb_btn.a::after {
  background-color: #E40046 !important;
}

.scroll_down {
  position: fixed;
  left: 100px;
  bottom: 0;
  z-index: 99;
  height: 163px;
  cursor: pointer;
}
.scroll_down .bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.5s;
}
.scroll_down .bar .fill {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 10px;
  background-color: #fff;
  transition: background-color 0.5s;
}
.scroll_down img {
  transition: filter 0.5s;
}
.scroll_down.b .bar {
  background-color: #DDD;
}
.scroll_down.b .bar .fill {
  background-color: #E40046 !important;
}
.scroll_down.b img {
  filter: invert(100%);
}

@media screen and (max-width: 1740px) {
  .sect_nav .s_nav {
    right: 40px;
  }
  .scroll_down {
    left: 40px;
  }
}
@media screen and (max-width: 1580px) {
  .sect_nav {
    display: none;
  }
  .scroll_down {
    display: none;
  }
}
.sect_wrap > section {
  overflow: hidden;
}

@media screen and (max-width: 1640px) {
  .sect_wrap .container {
    width: 1320px;
  }
}
@media screen and (max-width: 1420px) {
  .sect_wrap .container {
    width: 100%;
  }
}
.main_slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.main_slider .item {
  position: relative;
  width: 100%;
  height: 100%;
}
.main_slider .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_slider .item .t_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1400px;
  margin: 0px auto;
  transform: translate(-50%, -50%);
}
.main_slider .item .t_box .t1 {
  line-height: 135%;
}
.main_slider .item .t_box .t2 {
  margin-top: 80px;
}
.main_slider .main_pagi {
  position: absolute;
  z-index: 2;
  bottom: 100px;
  left: 50%;
  width: 1400px;
  transform: translateX(-50%);
  text-align: left;
}
.main_slider .main_pagi span {
  width: 50px;
  height: 4px;
  margin: 0px;
  margin-right: 5px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.main_slider .main_pagi span:last-child {
  margin-right: 0;
}
.main_slider .main_pagi .swiper-pagination-bullet-active {
  background-color: #fff;
}
.main_slider svg {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%) rotate(45deg);
}
.main_slider .rect {
  fill: none;
  stroke-width: 4px;
  stroke: #fff;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: movedash 5s forwards;
}
.main_slider .rect.stop {
  animation: none;
}
.main_slider .main_rec {
  position: absolute;
  z-index: 9;
  left: 50%;
  bottom: 63px;
  transform: translateX(-50%);
}
.main_slider .pause_btn {
  position: absolute;
  z-index: 11;
  left: 50%;
  bottom: 110px;
  width: 23px;
  height: 23px;
  transform: translateX(-50%);
  background: url(/src/img/i/pause_btn.png) no-repeat center center;
}
.main_slider .pause_btn.start_btn {
  background-image: url(/src/img/i/start_btn.png);
}
.main_slider .main_rec.m {
  display: block;
  bottom: 71px;
  width: 58px;
}
.main_slider .pause_btn.m {
  bottom: 92px;
  width: 14px;
  height: 14px;
  background-size: cover;
}
@keyframes movedash {
  to {
    stroke-dashoffset: 100%;
  }
}

@media screen and (max-width: 1420px) {
  .main_slider {
    height: 1280px;
  }
  .main_slider .item .t_box {
    width: 100%;
    padding: 0px 40px;
    margin-top: -40px;
  }
  .main_slider .main_pagi {
    bottom: 410px;
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 720px) {
  .main_slider {
    height: 569px;
  }
  .main_slider .item .t_box {
    padding: 0px 20px;
  }
  .main_slider .item .t_box .t2 {
    margin-top: 40px;
  }
  .main_slider .main_pagi {
    bottom: 156px;
    padding: 0px 20px;
  }
  .main_slider .main_rec {
    display: block;
    bottom: 71px;
    width: 58px;
  }
  .main_slider .pause_btn {
    bottom: 92px;
    width: 14px;
    height: 14px;
    background-size: cover;
  }
}
.sect2 {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 2300px;
  margin: 0px auto;
}
.sect2::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  background: url(/src/img/sect2_bg.jpg) no-repeat center center/cover;
}
.sect2 .df_box {
  display: flex;
  justify-content: space-between;
}
.sect2 .df_box .t_box {
  position: relative;
  width: 630px;
  padding: 50px 0px;
}
.sect2 .df_box .t_box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -150px;
  width: 505px;
  height: 505px;
  background: url(/src/img/sect2_water.png) no-repeat center center;
  transform: translateY(-50%);
}
.sect2 .df_box .t_box .t2 {
  margin: 30px 0px 60px;
}
.sect2 .df_box .t_box .more_btn {
  margin-top: 100px;
}
.sect2 .df_box .i_box .box {
  position: relative;
  width: 460px;
  margin-bottom: 10px;
}
.sect2 .df_box .i_box .box:first-child {
  left: -170px;
}
.sect2 .df_box .i_box .box:last-child {
  margin-bottom: 0;
}
.sect2 .df_box .i_box .box img {
  display: block;
  width: 100%;
}
.sect2 .df_box .i_box .box p {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 40px 50px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

@media screen and (max-width: 1420px) {
  .sect2 {
    padding: 100px 0px;
  }
  .sect2::after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 560px;
  }
  .sect2 .df_box {
    display: block;
  }
  .sect2 .df_box .t_box {
    width: 100%;
    padding: 50px 0px 100px;
    text-align: center;
  }
  .sect2 .df_box .t_box::before {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  .sect2 .df_box .t_box .more_btn {
    margin-left: auto;
    margin-right: auto;
  }
  .sect2 .df_box .i_box {
    width: 100%;
  }
  .sect2 .df_box .i_box .box {
    margin: 0px auto 10px;
  }
  .sect2 .df_box .i_box .box:first-child {
    left: -90px;
  }
  .sect2 .df_box .i_box .box:last-child {
    right: -90px;
  }
}
@media screen and (max-width: 720px) {
  .sect2 {
    padding: 50px 0px;
  }
  .sect2::after {
    height: 330px;
  }
  .sect2 .df_box .t_box {
    padding: 20px 0px 50px;
  }
  .sect2 .df_box .t_box::before {
    width: 250px;
    height: 250px;
    background-size: cover;
  }
  .sect2 .df_box .t_box .t2 {
    margin: 10px 0px 20px;
  }
  .sect2 .df_box .t_box .more_btn {
    margin-top: 50px;
  }
  .sect2 .df_box .i_box .box {
    width: 100%;
    max-width: 460px;
    margin-bottom: 5px;
  }
  .sect2 .df_box .i_box .box:first-child {
    left: 0px;
  }
  .sect2 .df_box .i_box .box:last-child {
    right: 0px;
  }
  .sect2 .df_box .i_box .box p {
    padding: 40px 25px 20px;
  }
}
.more_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: 60px;
  padding: 0px 30px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  transition: border 0.5s, background-color 0.5s, color 0.5s;
}
.more_btn .i {
  width: 16px;
  height: 16px;
  transition: filter 0.5s, background-image 0.5s;
  background: url(/src/img/more_aft_b.png) no-repeat center center;
}
.more_btn.mt40 {
  margin-top: 40px;
}

.more_btn.bgc1 {
  background-color: #E40046 !important;
  color: #fff;
}

.more_btn.center {
  margin-left: auto;
  margin-right: auto;
}

.more_btn.b {
  border: solid 2px #333;
  background-color: #fff;
  color: #000;
}
.more_btn.b:hover {
  border-color: #E40046 !important;
  background-color: #E40046 !important;
  color: #fff;
}
.more_btn.b:hover .i {
  filter: invert(100%);
}

.more_btn.w {
  border: solid 2px #fff;
  background-color: transparent;
  color: #fff;
}
.more_btn.w .i {
  background-image: url(/src/img/more_aft_w.png);
}
.more_btn.w:hover {
  background-color: #fff;
  color: #E40046 !important;
}
.more_btn.w:hover .i {
  background-image: url(/src/img/more_aft_c.png);
}

@media screen and (max-width: 720px) {
  .more_btn {
    width: 135px;
    height: 50px;
    padding: 0px 15px;
    font-size: 12px;
  }
  .more_btn.mt40 {
    margin-top: 20px;
  }
}
.sect3 {
  display: flex;
}
.sect3 .l, .sect3 .r {
  width: 50%;
}
.sect3 .l .box, .sect3 .r .box {
  width: 700px;
}
.sect3 .l {
  display: flex;
  justify-content: end;
  align-items: center;
  background-color: #E40046 !important;
  background-image: url(/src/img/sect4_water.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.sect3 .l .box {
  padding-right: 100px;
}
.sect3 .l .box .t2 {
  margin: 30px 0px 100px;
}
.sect3 .r {
  position: relative;
}
.sect3 .r .sect3_sw {
  position: relative;
  width: 100%;
  height: 100%;
}
.sect3 .r .sect3_sw .item {
  position: relative;
  width: 100%;
  height: 100%;
}
.sect3 .r .sect3_sw .item .t_box {
  position: absolute;
  bottom: 180px;
  left: 0px;
  padding: 0px 100px;
}
.sect3 .r .sect3_sw .item .t_box p {
  color: #fff;
}
.sect3 .r .sect3_sw .item .t_box .t1 {
  font-size: 20px;
  font-weight: bold;
}
.sect3 .r .sect3_sw .item .t_box .t2 {
  margin-top: 30px;
  font-size: 46px;
  font-weight: bold;
}
.sect3 .r .sect3_sw .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect3 .r .sect3_sw .sect3_pagi {
  position: absolute;
  z-index: 2;
  bottom: 100px;
  left: 0;
  width: 100%;
  padding-left: 100px;
  text-align: left;
}
.sect3 .r .sect3_sw .sect3_pagi span {
  width: 50px;
  height: 4px;
  margin: 0px;
  margin-right: 5px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.sect3 .r .sect3_sw .sect3_pagi span:last-child {
  margin-right: 0;
}
.sect3 .r .sect3_sw .sect3_pagi .swiper-pagination-bullet-active {
  background-color: #fff;
}

@media screen and (max-width: 1460px) {
  .sect3 .r .sect3_sw .item .t_box {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1420px) {
  .sect3 {
    display: block;
  }
  .sect3 .l, .sect3 .r {
    width: 100%;
  }
  .sect3 .l .box, .sect3 .r .box {
    width: 100%;
    padding: 0px;
  }
  .sect3 .l {
    padding: 100px 40px;
    background-position-x: 40px;
    background-position-y: 60px;
    background-size: 552px 305px;
    text-align: center;
  }
  .sect3 .l .more_btn {
    margin-left: auto;
    margin-right: auto;
  }
  .sect3 .r .sect3_sw .item .t_box {
    padding: 0px 40px;
  }
  .sect3 .r .sect3_sw .sect3_pagi {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 720px) {
  .sect3 .l {
    padding: 40px 20px;
    background-position-x: center;
    background-position-y: 30px;
    background-size: 280px 155px;
  }
  .sect3 .l .box .t2 {
    margin: 15px 0px 50px;
  }
  .sect3 .r .sect3_sw .item .t_box {
    bottom: 90px;
    padding: 0px 20px;
  }
  .sect3 .r .sect3_sw .item .t_box .t1 {
    font-size: 16px;
  }
  .sect3 .r .sect3_sw .item .t_box .t2 {
    margin-top: 15px;
    font-size: 22px;
  }
  .sect3 .r .sect3_sw .sect3_pagi {
    bottom: 50px;
    padding: 0px 20px;
  }
}
.sect4 {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 50px;
}
.sect4::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 970px;
  height: 970px;
  transform: translateY(-50%);
  background: url(/src/img/sect4_bg_l.png) no-repeat center center;
}
.sect4::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 284px;
  height: 284px;
  background: url(/src/img/sect4_bg_r.png) no-repeat center center;
}
.sect4 .lst_wrap {
  margin-top: 80px;
}
.sect4 .lst_wrap ul {
  display: flex;
  gap: 0px 40px;
}
.sect4 .lst_wrap ul li {
  width: calc(25% - 30px);
  height: 356px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.sect4 .lst_wrap ul li a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.sect4 .lst_wrap ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.5s;
}
.sect4 .lst_wrap ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(228, 0, 70, 0.7);
  opacity: 0;
  transition: opacity 0.5s;
}
.sect4 .lst_wrap ul li a .i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border-radius: 50px;
  background-color: #f9f9f9;
}
.sect4 .lst_wrap ul li a .i .w {
  display: none;
}
.sect4 .lst_wrap ul li a .t1 {
  margin: 30px 0px 20px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.sect4 .lst_wrap ul li a .t2 {
  font-size: 18px;
  color: #666;
}
.sect4 .lst_wrap ul li a:hover::before {
  opacity: 1;
}
.sect4 .lst_wrap ul li a:hover::after {
  opacity: 1;
}
.sect4 .lst_wrap ul li a:hover .i {
  position: relative;
  z-index: 2;
  background-color: rgba(12, 12, 12, 0.3);
}
.sect4 .lst_wrap ul li a:hover .i .b {
  display: none;
}
.sect4 .lst_wrap ul li a:hover .i .w {
  display: block;
}
.sect4 .lst_wrap ul li a:hover .t1, .sect4 .lst_wrap ul li a:hover .t2 {
  position: relative;
  z-index: 2;
  color: #fff;
}
.sect4 .lst_wrap ul li:nth-child(1) a::before {
  background-image: url(/src/img/sect4_1.jpg);
}
.sect4 .lst_wrap ul li:nth-child(2) a::before {
  background-image: url(/src/img/sect4_2.jpg);
}
.sect4 .lst_wrap ul li:nth-child(3) a::before {
  background-image: url(/src/img/sect4_3.jpg);
}
.sect4 .lst_wrap ul li:nth-child(4) a::before {
  background-image: url(/src/img/sect4_4.jpg);
}

@media screen and (max-width: 1420px) {
  .br_n1420 br {
    display: none;
  }
  .sect4 {
    padding: 100px 0px;
  }
  .sect4::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 720px;
    height: 720px;
    background-size: cover;
  }
  .sect4 .lst_wrap ul {
    flex-wrap: wrap;
    gap: 40px;
  }
  .sect4 .lst_wrap ul li {
    width: calc(50% - 20px);
    height: 356px;
  }
}
@media screen and (max-width: 720px) {
  .mt30 {
    margin-top: 15px;
  }
  .sect4 {
    padding: 50px 0px;
  }
  .sect4::before {
    width: 320px;
    height: 320px;
    background-image: url(/src/img/sect4_bg_lm.png);
  }
  .sect4::after {
    width: 142px;
    height: 142px;
    background-size: cover;
  }
  .sect4 .lst_wrap {
    margin-top: 40px;
  }
  .sect4 .lst_wrap ul {
    gap: 20px;
  }
  .sect4 .lst_wrap ul li {
    width: calc(50% - 10px);
    height: 169px;
    border-radius: 10px;
  }
  .sect4 .lst_wrap ul li a .i {
    width: 50px;
    height: 50px;
  }
  .sect4 .lst_wrap ul li a .i img {
    display: block;
    width: 24px;
  }
  .sect4 .lst_wrap ul li a .t1 {
    margin: 15px 0 0 0;
    font-size: 20px;
  }
  .sect4 .lst_wrap ul li a .t1 span {
    display: none;
  }
  .sect4 .lst_wrap ul li a .t2 {
    display: none;
  }
}
.sect5 {
  position: relative;
  padding-top: 50px;
  background: url(/src/img/sect5_bg.jpg) no-repeat center center/cover;
}
.sect5 .container {
  height: 100%;
}
.sect5 .df_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.sect5 .df_box .l {
  width: 620px;
}
.sect5 .df_box .l .t2 {
  margin: 30px 0px 60px;
  line-height: 140%;
}
.sect5 .df_box .r {
  width: 700px;
}
.sect5 .df_box .r .inp_wrap .inp_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0px 20px;
  margin-bottom: 20px;
}
.sect5 .df_box .r .inp_wrap .inp_line:last-child {
  margin-bottom: 0;
}
.sect5 .df_box .r .inp_wrap .inp_line .inp_box {
  width: calc(50% - 10px);
}
.sect5 .df_box .r .inp_wrap .inp_line .inp_box.w1 {
  width: 100%;
}
.sect5 .df_box .r .inp_wrap .inp_line .inp_box .inp {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  padding-left: 20px;
  border: none;
  font-size: 16px;
  background-color: rgba(4, 4, 4, 0.9);
  color: #fff;
}
.sect5 .df_box .r .inp_wrap .inp_line .inp_box .inp::placeholder {
  color: #aaa;
}
.sect5 .df_box .r .inp_wrap .inp_line .inp_box .inp::-webkit-file-upload-button {
  width: 90px;
  height: calc(100% - 10px);
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  vertical-align: middle;
}
.sect5 .df_box .r .inp_wrap .inp_line .inp_box input[type=file] {
  padding-left: 0;
}
.sect5 .df_box .r .inp_wrap .inp_line .inp_box textarea.inp {
  height: 150px;
  resize: none;
}
.sect5 .df_box .r .agree_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.sect5 .df_box .r .agree_line .agree_inp_box label {
  color: #fff;
  font-size: 16px;
}
.sect5 .df_box .r .agree_line .agree_inp_box label i {
  width: 25px;
  height: 25px;
}
.sect5 .df_box .r .agree_line button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: 60px;
  padding: 0px 30px;
  background-color: #E40046 !important;
}

@media screen and (max-width: 1420px) {
  .sect5 {
    padding: 100px 0px;
  }
  .sect5 .df_box {
    display: block;
  }
  .sect5 .df_box .l {
    width: 100%;
    margin-bottom: 80px;
  }
  .sect5 .df_box .r {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .sect5 {
    padding: 50px 0px;
  }
  .sect5 .df_box .l {
    margin-bottom: 40px;
    text-align: center;
  }
  .sect5 .df_box .l .t2 {
    margin: 15px 0px 30px;
  }
  .sect5 .df_box .r .inp_wrap .inp_line {
    display: block;
    margin-bottom: 0;
  }
  .sect5 .df_box .r .inp_wrap .inp_line .inp_box {
    width: 100%;
    margin-bottom: 10px;
  }
  .sect5 .df_box .r .inp_wrap .inp_line .inp_box .inp {
    height: 50px;
    padding-left: 15px;
    font-size: 12px;
  }
  .sect5 .df_box .r .inp_wrap .inp_line .inp_box .inp::-webkit-file-upload-button {
    width: 60px;
    font-size: 10px;
  }
  .sect5 .df_box .r .agree_line {
    display: block;
    margin-top: 0px;
  }
  .sect5 .df_box .r .agree_line .agree_inp_box label {
    font-size: 12px;
  }
  .sect5 .df_box .r .agree_line button {
    width: 135px;
    height: 50px;
    margin: 15px auto 0;
    padding: 0px 15px;
  }
}
.s_top {
  margin-top: 110px;
  margin-bottom: 100px;
  padding: 30px 0px;
  border-bottom: solid 1px #000;
}
.s_top .s_nav {
  position: relative;
  display: inline-block;
  width: 200px;
  margin-right: 35px;
}
.s_top .s_nav:last-child {
  margin-right: 0;
}
.s_top .s_nav:last-child::after {
  display: none;
}
.s_top .s_nav::after {
  content: "";
  position: absolute;
  top: 13px;
  right: -20px;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #ddd;
  vertical-align: middle;
}
.s_top .s_nav button {
  display: block;
  width: 100%;
  font-size: 18px;
  padding-right: 20px;
  text-align: left;
}
.s_top .s_nav button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: url(/src/img/i/top_b.png) no-repeat center center;
  transform: scaleY(-1);
}
.s_top .s_nav .dep2 {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  margin-top: 20px;
  padding: 20px 15px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}
.s_top .s_nav .dep2 ul li {
  margin-bottom: 10px;
}
.s_top .s_nav .dep2 ul li:last-child {
  margin-bottom: 0;
}
.s_top .s_nav .dep2 ul li a {
  font-size: 14px;
  color: #999;
}
.s_top .s_nav .dep2 ul li a:hover {
  text-decoration: underline;
  text-underline-position: under;
  color: #333;
}
.s_top .s_nav:last-child button {
  color: #E40046 !important;
  font-weight: bold;
}
.s_top .s_nav:last-child button::after {
  background-image: url(/src/img/i/top_c.png);
}
.s_top .s_nav.a button::after {
  transform: scaleY(1);
}
.s_top .s_sel {
  display: none;
}

.s_top_tit {
  margin-bottom: 50px;
}

@media screen and (max-width: 1420px) {
  .s_top {
    padding: 0;
  }
  .s_top .container {
    padding: 0;
  }
  .s_top .s_nav {
    display: none;
  }
  .s_top .s_sel {
    display: flex;
    width: 100%;
    height: 80px;
    padding: 0px 20px;
  }
  .s_top .s_sel select {
    width: 100%;
    height: 100%;
    border: none;
  }
  .s_top .s_sel select:last-child {
    color: #E40046 !important;
    background-image: url(/src/img/init/sel_init_c.png);
    background-size: 8px 8px;
  }
}
@media screen and (max-width: 720px) {
  .s_top {
    margin-top: 55px;
    margin-bottom: 50px;
  }
  .s_top .container {
    padding: 0;
  }
  .s_top .s_sel {
    height: 45px;
    padding: 0;
  }
  .s_top_tit {
    margin-bottom: 25px;
  }
}
.company .bg_img {
  width: calc(100% - 100px);
  height: 560px;
  margin-bottom: 140px;
  background: url(/src/img/company_top.jpg) no-repeat center center/cover;
}
.company .t_wrap {
  position: relative;
  margin-bottom: 140px;
}
.company .t_wrap::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 505px;
  height: 505px;
  transform: translateX(-50%);
  background: url(/src/img/t_wrap_bef.png) no-repeat center center;
}
.company .t_wrap p {
  margin-bottom: 40px;
}
.company .t_wrap p:last-child {
  margin-bottom: 0;
}
.company .i_lst ul {
  display: flex;
  justify-content: space-between;
  gap: 0px 100px;
}
.company .i_lst ul li {
  width: calc(50% - 50px);
}
.company .i_lst ul li .img {
  box-shadow: rgba(0, 0, 0, 0.1);
}
.company .i_lst ul li .img img {
  display: block;
  width: 100%;
}
.company .i_lst ul li .t1 {
  margin: 40px 0px 20px;
}

@media screen and (max-width: 1420px) {
  .company .bg_img {
    width: 100%;
  }
  .company .i_lst ul {
    gap: 0px 50px;
  }
  .company .i_lst ul li {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 720px) {
  .company .bg_img {
    height: 300px;
    margin-bottom: 70px;
  }
  .company .t_wrap {
    margin-bottom: 70px;
  }
  .company .t_wrap::before {
    width: 280px;
    height: 280px;
    background-size: cover;
  }
  .company .t_wrap p {
    margin-bottom: 20px;
  }
  .company .i_lst ul {
    display: block;
  }
  .company .i_lst ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  .company .i_lst ul li:last-child {
    margin-bottom: 0;
  }
  .company .i_lst ul li .t1 {
    margin: 20px 0px 10px;
  }
}
.business .df_wrap .line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0px 100px;
  margin-bottom: 140px;
}
.business .df_wrap .line:last-child {
  margin-bottom: 0;
}
.business .df_wrap .line:nth-child(even) {
  flex-direction: row-reverse;
}
.business .df_wrap .line:nth-child(even) .t_box {
  text-align: right;
}
.business .df_wrap .line .img, .business .df_wrap .line .t_box {
  width: calc(50% - 50px);
}
.business .df_wrap .line .img img {
  display: block;
  width: 100%;
}
.business .df_wrap .line .t_box .t1 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #E40046 !important;
}
.business .df_wrap .line .t_box .t2 {
  font-size: 46px;
  font-weight: bold;
  color: #000;
  line-height: 135%;
}

@media screen and (max-width: 1420px) {
  .business .df_wrap .line {
    display: block;
  }
  .business .df_wrap .line:nth-child(even) .t_box {
    text-align: center;
  }
  .business .df_wrap .line .img {
    width: 620px;
    margin: 0px auto;
  }
  .business .df_wrap .line .t_box {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 720px) {
  .business .df_wrap .line {
    margin-bottom: 70px;
  }
  .business .df_wrap .line .img {
    width: 100%;
  }
  .business .df_wrap .line .t_box {
    margin-top: 20px;
  }
  .business .df_wrap .line .t_box .t1 {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .business .df_wrap .line .t_box .t2 {
    font-size: 22px;
  }
  .business .df_wrap .line .t_box .t2 br {
    display: none;
  }
}
.orga {
  margin-top: 100px;
}

@media screen and (max-width: 720px) {
  .orga {
    margin-top: 50px;
  }
}
.prd_lst .sticky_wrap {
  position: relative;
}
.prd_lst .sticky_wrap .l_wrap {
  position: sticky;
  top: 150px;
  left: 0;
  width: 320px;
}
.prd_lst .info_t {
  margin-bottom: 100px;
}
.prd_lst .filter_wrap {
  padding: 20px;
  border: solid 1px #ddd;
}
.prd_lst .filter_wrap .top {
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
}
.prd_lst .filter_wrap .top img {
  vertical-align: middle;
  margin-right: 10px;
}
.prd_lst .filter_wrap > p {
  margin: 20px 0px 15px;
}
.prd_lst .filter_wrap .filter_box {
  padding: 20px 10px 20px 20px;
  background-color: #f9f9f9;
}
.prd_lst .filter_wrap .filter_box .scroll_wrap {
  overflow-y: scroll;
  height: 150px;
}
.prd_lst .filter_wrap .filter_box .scroll_wrap::-webkit-scrollbar {
  width: 2px;
}
.prd_lst .filter_wrap .filter_box .scroll_wrap::-webkit-scrollbar-track {
  background-color: #ddd;
}
.prd_lst .filter_wrap .filter_box .scroll_wrap::-webkit-scrollbar-thumb {
  background-color: #000;
}
.prd_lst .filter_wrap .filter_box .scroll_wrap label {
  display: block;
  margin-bottom: 10px;
}
.prd_lst .filter_wrap .filter_box .scroll_wrap label:last-child {
  margin-bottom: 0;
}
.prd_lst .filter_wrap .btn_box {
  display: flex;
  gap: 0px 6px;
  margin-top: 20px;
}
.prd_lst .filter_wrap .btn_box button, .prd_lst .filter_wrap .btn_box a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* width: calc(50% - 3px); */
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
}
.prd_lst .filter_wrap .btn_box button.bgc1, .prd_lst .filter_wrap .btn_box a.bgc1 {
  background-color: #E40046 !important;
  color: #fff;
}
.prd_lst .filter_wrap .btn_box button.line_st, .prd_lst .filter_wrap .btn_box a.line_st {
  border: solid 1px #aaa;
  background-color: #fff;
  color: #333;
}
.prd_lst .filter_wrap{margin-bottom: 20px;}
.prd_lst .sch_wrap {
  position: relative;
  width: 100%;
  height: 60px;
}
.prd_lst .sch_wrap .inp {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 50px;
  border-color: #ddd;
  font-size: 16px;
}
.prd_lst .sch_wrap button {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(/src/img/i/sch_ico.png) no-repeat center center;
  transform: translateY(-50%);
}
.prd_lst .r_wrap {
  width: 1040px;
}
.prd_lst .r_wrap .total_t {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.prd_lst .r_wrap .filter_i_box {
  display: flex;
  gap: 5px 10px;
}
.prd_lst .r_wrap .filter_i_box .item {
  display: inline-flex;
  align-items: center;
  gap: 0px 5px;
  padding: 7px 10px;
  border-radius: 5px;
  background-color: #000;
}
.prd_lst .r_wrap .filter_i_box .item span {
  line-height: 16px;
  font-size: 14px;
  color: #fff;
}
.prd_lst .r_wrap .filter_i_box .item button {
  display: flex;
  align-items: center;
  width: 15px;
}
.prd_lst .r_wrap .lst_wrap {
  margin-top: 40px;
}
.prd_lst .r_wrap .lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.prd_lst .r_wrap .lst_wrap ul li {
  width: calc((100% - 80px) / 3);
  border: solid 1px #ddd;
  overflow: hidden;
}
.prd_lst .r_wrap .lst_wrap ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
}
.prd_lst .r_wrap .lst_wrap ul li a .img{
  position: relative;
  /* height: 0; */
  /* padding-bottom: 100%; */
  overflow: hidden;
}
.prd_lst .r_wrap .lst_wrap ul li a .img img {
  position: static;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s;
}
.prd_lst .r_wrap .lst_wrap ul li a .t_box .tit {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.prd_lst .r_wrap .lst_wrap ul li a .t_box .lst {
  position: relative;
  padding-left: 13px;
  font-size: 14px;
  margin-bottom: 10px;
}
.prd_lst .r_wrap .lst_wrap ul li a .t_box .lst:last-child {
  margin-bottom: 0;
}
.prd_lst .r_wrap .lst_wrap ul li a .t_box .lst::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 3px;
  height: 3px;
  background-color: #333;
}
.prd_lst .r_wrap .lst_wrap ul li a:hover .img img {
  transform: scale(1.05);
}

@media screen and (max-width: 1420px) {
  .prd_lst .sticky_wrap .l_wrap {
    position: static;
    top: 0px;
    width: 100%;
  }
  .prd_lst .filter_wrap .btn_box {
    justify-content: center;
  }
  .prd_lst .filter_wrap .btn_box button, .prd_lst .filter_wrap .btn_box a {
    width: 140px;
  }
  .prd_lst .sch_wrap {
    position: relative;
    width: 100%;
    height: 60px;
  }
  .prd_lst .sch_wrap .inp {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 50px;
    border-color: #ddd;
    font-size: 16px;
  }
  .prd_lst .sch_wrap button {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(/src/img/i/sch_ico.png) no-repeat center center;
    transform: translateY(-50%);
  }
  .prd_lst .r_wrap {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1119px) {
  .prd_lst .r_wrap .lst_wrap ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 720px) {
  .prd_lst .info_t {
    margin-bottom: 50px;
  }
  .prd_lst .filter_wrap {
    padding: 15px 20px;
  }
  .prd_lst .filter_wrap .top {
    padding-bottom: 15px;
  }
  .prd_lst .filter_wrap .top img {
    margin-right: 5px;
  }
  .prd_lst .filter_wrap > p {
    margin: 15px 0px 10px;
  }
  .prd_lst .filter_wrap .filter_box {
    padding: 15px 10px 15px 15px;
  }
  .prd_lst .filter_wrap .filter_box .scroll_wrap {
    height: 135px;
  }
  .prd_lst .filter_wrap .filter_box .scroll_wrap label {
    margin-bottom: 5px;
  }
  .prd_lst .filter_wrap .btn_box {
    margin-top: 10px;
  }
  .prd_lst .filter_wrap .btn_box button, .prd_lst .filter_wrap .btn_box a {
    width: 100%;
    height: 40px;
    font-size: 12px;
  }
  .prd_lst .filter_wrap{margin-bottom: 10px;}
  .prd_lst .sch_wrap {
    height: 50px;
  }
  .prd_lst .sch_wrap .inp {
    padding-left: 15px;
    padding-right: 45px;
    font-size: 12px;
  }
  .prd_lst .r_wrap .total_t {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .prd_lst .r_wrap .filter_i_box {
    display: flex;
    gap: 5px;
  }
  .prd_lst .r_wrap .filter_i_box .item {
    gap: 0px 8px;
    padding: 5px 5px;
  }
  .prd_lst .r_wrap .filter_i_box .item span {
    line-height: 14px;
    font-size: 12px;
  }
  .prd_lst .r_wrap .filter_i_box .item button img{display: block; width: 15px;}
  .prd_lst .r_wrap .lst_wrap {
    margin-top: 20px;
  }
  .prd_lst .r_wrap .lst_wrap ul {
    display: block;
  }
  .prd_lst .r_wrap .lst_wrap ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .prd_lst .r_wrap .lst_wrap ul li:last-child {
    margin-bottom: 0;
  }
  .prd_lst .r_wrap .lst_wrap ul li a {
    padding: 20px;
  }
  .prd_lst .r_wrap .lst_wrap ul li a .t_box .tit {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .prd_lst .r_wrap .lst_wrap ul li a .t_box .lst {
    padding-left: 8px;
    font-size: 12px;
  }
  .prd_lst .r_wrap .lst_wrap ul li a .t_box .lst::before {
    top: 7px;
  }
}
.inp::placeholder {
  color: #999;
}

.prd_v .sticky_wrap {
  padding-bottom: 80px;
  border-bottom: solid 1px #ddd;
}
.prd_v .sticky_wrap .l_wrap {
  width: 1000px;
}
.prd_v .sticky_wrap .l_wrap .top_wrap .top {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.prd_v .sticky_wrap .l_wrap .top_wrap .top a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: 60px;
  padding: 0px 30px;
  background-color: #E40046 !important;
}
.prd_v .sticky_wrap .l_wrap .top_wrap .top a img {
  display: block;
  width: 19px;
  filter: invert(100%);
}
.prd_v .sticky_wrap .l_wrap .top_wrap .t {
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.prd_v .sticky_wrap .l_wrap .top_wrap .img_box {
  padding: 40px 0px;
  text-align: center;
}
.prd_v .sticky_wrap .r_wrap {
  width: 320px;
}
.prd_v .sticky_wrap .r_wrap ul li {
  margin-bottom: 20px;
  padding: 20px;
  border: solid 1px #ddd;
}
.prd_v .sticky_wrap .r_wrap ul li:last-child {
  margin-bottom: 0;
}
.prd_v .sticky_wrap .r_wrap ul li .img img {
  display: block;
  width: 100%;
}
.prd_v .sticky_wrap .r_wrap ul li p {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.prd_v .sticky_wrap .prd_tab {
  margin-bottom: 40px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.prd_v .sticky_wrap .prd_tab ul {
  display: flex;
}
.prd_v .sticky_wrap .prd_tab ul li {
  position: relative;
  width: 33.3334%;
}
.prd_v .sticky_wrap .prd_tab ul li button {
  width: 100%;
  padding: 30px 0px;
  font-size: 18px;
  color: #999;
}
.prd_v .sticky_wrap .prd_tab ul li.a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #E40046 !important;
}
.prd_v .sticky_wrap .prd_tab ul li.a button {
  font-weight: bold;
  color: #E40046 !important;
}
.prd_v .sticky_wrap .tab {
  display: none;
}
.prd_v .sticky_wrap .tab .spec {
  display: flex;
  gap: 0px 40px;
}
.prd_v .sticky_wrap .tab .spec .l, .prd_v .sticky_wrap .tab .spec .r {
  width: calc(50% - 20px);
}
.prd_v .sticky_wrap .tab .spec .l .box, .prd_v .sticky_wrap .tab .spec .r .box {
  margin-bottom: 40px;
}
.prd_v .sticky_wrap .tab .spec .l .box:last-child, .prd_v .sticky_wrap .tab .spec .r .box:last-child {
  margin-bottom: 0;
}
.prd_v .sticky_wrap .tab .spec .l .box .tit, .prd_v .sticky_wrap .tab .spec .r .box .tit {
  padding: 20px;
  background-color: #F5F5F5;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.prd_v .sticky_wrap .tab .spec .l .box .t, .prd_v .sticky_wrap .tab .spec .l .box .lst, .prd_v .sticky_wrap .tab .spec .r .box .t, .prd_v .sticky_wrap .tab .spec .r .box .lst {
  position: relative;
  margin-top: 20px;
  font-size: 18px;
}
.prd_v .sticky_wrap .tab .spec .l .box .lst, .prd_v .sticky_wrap .tab .spec .r .box .lst {
  position: relative;
  padding-left: 14px;
}
.prd_v .sticky_wrap .tab .spec .l .box .lst::after, .prd_v .sticky_wrap .tab .spec .r .box .lst::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #333;
}
.prd_v .sticky_wrap .tab1 {
  display: block;
}
.prd_v .sticky_wrap .tab2 .tb_wrap table tr {
  border-bottom: 1px solid #ddd;
}
.prd_v .sticky_wrap .tab2 .tb_wrap table tr th, .prd_v .sticky_wrap .tab2 .tb_wrap table tr td {
  padding: 20px;
  border-right: solid 1px #ddd;
  font-size: 18px;
  text-align: left;
}
.prd_v .sticky_wrap .tab2 .tb_wrap table tr th:last-child, .prd_v .sticky_wrap .tab2 .tb_wrap table tr td:last-child {
  border-right: none;
}
.prd_v .sticky_wrap .tab2 .tb_wrap table tr th {
  font-weight: bold;
}
.prd_v .sticky_wrap .tab2 .tb_wrap table thead tr th {
  border-color: #666;
  background-color: #444;
  color: #fff;
}
.prd_v .sticky_wrap .tab2 .tb_wrap table thead tr th.w150 {
  width: 150px;
}
.prd_v .sticky_wrap .tab2 .tb_wrap table thead tr th.w250 {
  width: 250px;
}
.prd_v .sticky_wrap .tab3 .down .down_box {
  margin-bottom: 10px;
  background-color: #fAFAFA;
}
.prd_v .sticky_wrap .tab3 .down .down_box > button {
  position: relative;
  width: 100%;
  padding: 30px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}
.prd_v .sticky_wrap .tab3 .down .down_box > button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  background: url(/src/img/i/top_b.png) no-repeat center center;
  transform: scaleY(-1);
  margin-top: -5px;
  transition: transform 0.5s;
}
.prd_v .sticky_wrap .tab3 .down .down_box:last-child {
  margin-bottom: 0;
}
.prd_v .sticky_wrap .tab3 .down .down_box .open_box {
  display: none;
}
.prd_v .sticky_wrap .tab3 .down .down_box .open_box ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  border-top: solid 1px #ddd;
}
.prd_v .sticky_wrap .tab3 .down .down_box .open_box ul li .t {
  width: 740px;
  padding-right: 10px;
  font-size: 18px;
}
.prd_v .sticky_wrap .tab3 .down .down_box .open_box ul li .size {
  width: 170px;
  padding-right: 10px;
  font-size: 18px;
  color: #999;
}
.prd_v .sticky_wrap .tab3 .down .down_box.a {
  box-shadow: 0px 0px 0px 1px inset #E40046 !important;
}
.prd_v .sticky_wrap .tab3 .down .down_box.a > button::after {
  transform: scaleY(1);
}

@media screen and (max-width: 1420px) {
  .prd_v .sticky_wrap .l_wrap {
    width: 100%;
  }
  .prd_v .sticky_wrap .l_wrap .top_wrap .top {
    display: block;
    margin-bottom: 40px;
  }
  .prd_v .sticky_wrap .l_wrap .top_wrap .top a {
    margin-bottom: 40px;
  }
  .prd_v .sticky_wrap .l_wrap .top_wrap .img_box {
    padding: 40px 0px;
    text-align: center;
  }
  .prd_v .sticky_wrap .r_wrap {
    width: 100%;
    margin-bottom: 80px;
  }
  .prd_v .sticky_wrap .r_wrap ul {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 20px;
  }
  .prd_v .sticky_wrap .r_wrap ul li {
    width: calc(50% - 10px);
    margin: 0;
  }
  .prd_v .sticky_wrap .r_wrap ul li:last-child {
    margin-bottom: 0;
  }
  .prd_v .sticky_wrap .r_wrap ul li .img img {
    display: block;
    width: 100%;
  }
  .prd_v .sticky_wrap .r_wrap ul li p {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
  }
  .prd_v .sticky_wrap .tab .spec {
    display: block;
  }
  .prd_v .sticky_wrap .tab .spec .l {
    margin-bottom: 40px;
  }
  .prd_v .sticky_wrap .tab .spec .l, .prd_v .sticky_wrap .tab .spec .r {
    width: 100%;
  }
  .prd_v .sticky_wrap .tab2 .all_tb_wrap {
    overflow-x: scroll;
  }
  .prd_v .sticky_wrap .tab2 .all_tb_wrap::-webkit-scrollbar {
    height: 22px;
  }
  .prd_v .sticky_wrap .tab2 .all_tb_wrap::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px 10px #ddd;
    border-top: solid 20px transparent;
  }
  .prd_v .sticky_wrap .tab2 .all_tb_wrap::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 10px 10px #000;
    border-top: solid 20px transparent;
  }
  .prd_v .sticky_wrap .tab2 .tb_wrap {
    width: 1420px;
  }
}
@media screen and (max-width: 720px) {
  .prd_v .sticky_wrap {
    padding-bottom: 40px;
  }
  .prd_v .sticky_wrap .l_wrap .top_wrap .top {
    margin-bottom: 20px;
  }
  .prd_v .sticky_wrap .l_wrap .top_wrap .top a {
    width: 135px;
    height: 50px;
    padding: 0px 15px;
    margin-bottom: 20px;
  }
  .prd_v .sticky_wrap .l_wrap .top_wrap .t {
    padding-bottom: 20px;
  }
  .prd_v .sticky_wrap .l_wrap .top_wrap .img_box {
    padding: 20px 0px;
  }
  .prd_v .sticky_wrap .r_wrap {
    margin-bottom: 40px;
  }
  .prd_v .sticky_wrap .r_wrap ul {
    gap: 10px;
  }
  .prd_v .sticky_wrap .r_wrap ul li {
    width: calc(50% - 5px);
    padding: 10px;
  }
  .prd_v .sticky_wrap .r_wrap ul li p {
    margin-top: 5px;
    font-size: 12px;
  }
  .prd_v .sticky_wrap .prd_tab {
    margin-bottom: 20px;
  }
  .prd_v .sticky_wrap .prd_tab ul li button {
    padding: 20px 0px;
    font-size: 14px;
  }
  .prd_v .sticky_wrap .tab .spec .l {
    margin-bottom: 20px;
  }
  .prd_v .sticky_wrap .tab .spec .l .box, .prd_v .sticky_wrap .tab .spec .r .box {
    margin-bottom: 20px;
  }
  .prd_v .sticky_wrap .tab .spec .l .box .tit, .prd_v .sticky_wrap .tab .spec .r .box .tit {
    padding: 15px;
    font-size: 14px;
  }
  .prd_v .sticky_wrap .tab .spec .l .box .t, .prd_v .sticky_wrap .tab .spec .l .box .lst, .prd_v .sticky_wrap .tab .spec .r .box .t, .prd_v .sticky_wrap .tab .spec .r .box .lst {
    margin-top: 10px;
    font-size: 14px;
  }
  .prd_v .sticky_wrap .tab .spec .l .box .lst, .prd_v .sticky_wrap .tab .spec .r .box .lst {
    padding-left: 9px;
  }
  .prd_v .sticky_wrap .tab .spec .l .box .lst::after, .prd_v .sticky_wrap .tab .spec .r .box .lst::after {
    top: 8px;
  }
  .prd_v .sticky_wrap .tab2 .tb_wrap {
    width: 720px;
  }
  .prd_v .sticky_wrap .tab2 .tb_wrap table colgroup col:nth-child(1) {
    width: 180px !important;
  }
  .prd_v .sticky_wrap .tab2 .tb_wrap table colgroup col:nth-child(2) {
    width: 180px !important;
  }
  .prd_v .sticky_wrap .tab2 .tb_wrap table colgroup col:nth-child(3) {
    width: 100px !important;
  }
  .prd_v .sticky_wrap .tab2 .tb_wrap table tr th, .prd_v .sticky_wrap .tab2 .tb_wrap table tr td {
    padding: 15px 10px;
    font-size: 14px;
  }
  .prd_v .sticky_wrap .tab2 .tb_wrap table thead tr th.w150 {
    width: 130px;
  }
  .prd_v .sticky_wrap .tab2 .tb_wrap table thead tr th.w250 {
    width: 180px;
  }
  .prd_v .sticky_wrap .tab3 .down .down_box {
    margin-bottom: 5px;
  }
  .prd_v .sticky_wrap .tab3 .down .down_box > button {
    padding: 15px;
    font-size: 14px;
  }
  .prd_v .sticky_wrap .tab3 .down .down_box > button::after {
    right: 15px;
  }
  .prd_v .sticky_wrap .tab3 .down .down_box .open_box ul li {
    position: relative;
    display: block;
    padding: 15px;
  }
  .prd_v .sticky_wrap .tab3 .down .down_box .open_box ul li .t {
    width: 100%;
    padding-right: 35px;
    font-size: 14px;
  }
  .prd_v .sticky_wrap .tab3 .down .down_box .open_box ul li .size {
    width: 100%;
    padding-right: 35px;
    font-size: 14px;
  }
  .prd_v .sticky_wrap .tab3 .down .down_box .open_box ul li a {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
}
.server {
  margin-top: 100px;
}
.server .lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
}
.server .lst_wrap ul li {
  width: calc(50% - 50px);
  text-align: left;
}
.server .lst_wrap ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
}
.server .lst_wrap ul li a:hover .img img {
  transform: scale(1.05);
}
.server .lst_wrap ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 425px;
  border: solid 1px #ddd;
  background-color: #fff;
  overflow: hidden;
}
.server .lst_wrap ul li .img img {
  transition: transform 1s;
}
.server .lst_wrap ul li .t_box .t1 {
  margin: 40px 0px 20px;
}

@media screen and (max-width: 1420px) {
  .server .lst_wrap ul {
    gap: 50px;
  }
  .server .lst_wrap ul li {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 1119px) {
  .server .lst_wrap ul {
    display: block;
  }
  .server .lst_wrap ul li {
    width: 620px;
    margin: 0px auto 100px;
  }
  .server .lst_wrap ul li:last-child {
    margin-bottom: 0;
  }
  .server .lst_wrap ul li .img {
    height: auto;
    padding: 40px;
  }
}
@media screen and (max-width: 720px) {
  .server {
    margin-top: 50px;
  }
  .server .lst_wrap ul li {
    width: 100%;
    margin: 0px auto 50px;
  }
  .server .lst_wrap ul li .img {
    padding: 20px;
  }
  .server .lst_wrap ul li .t_box .t1 {
    margin: 20px 0px 10px;
  }
}
.inquiry {
  margin-top: 100px;
}
.inquiry .agree_wrap {
  margin-bottom: 50px;
}
.inquiry .agree_wrap .agree_box {
  height: 200px;
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #ddd;
  overflow-y: scroll;
  background-color: #FAFAFA;
}
.inquiry .agree_wrap .agree_line {
  padding: 15px 0px;
  border-bottom: solid 1px #ddd;
}
.inquiry .inp_wrap {
  margin-top: 20px;
  padding-bottom: 40px;
  border-bottom: solid 1px #ddd;
  border-top: solid 2px #333;
}
.inquiry .inp_wrap .inp_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0px 20px;
  margin-top: 40px;
}
.inquiry .inp_wrap .inp_line .inp_box {
  width: calc(50% - 10px);
}
.inquiry .inp_wrap .inp_line .inp_box > p {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.inquiry .inp_wrap .inp_line .inp_box > p span {
  color: #E40046 !important;
}
.inquiry .inp_wrap .inp_line .inp_box.w1 {
  width: 100%;
}
.inquiry .inp_wrap .inp_line .inp_box .inp {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  padding-left: 20px;
  font-size: 16px;
}
.inquiry .inp_wrap .inp_line .inp_box .inp::placeholder {
  color: #999;
}
.inquiry .inp_wrap .inp_line .inp_box .inp::-webkit-file-upload-button {
  width: 90px;
  height: calc(100% - 10px);
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: solid 1px #333;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  vertical-align: middle;
}
.inquiry .inp_wrap .inp_line .inp_box input[type=file] {
  padding-left: 0;
}
.inquiry .inp_wrap .inp_line .inp_box textarea.inp {
  height: 300px;
  padding-top: 20px;
  resize: none;
}
.inquiry .inp_wrap .inp_line .inp_box .three_box {
  display: flex;
  gap: 0px 10px;
}
.inquiry .inp_wrap .inp_line .inp_box .three_box .inp {
  width: calc((100% - 20px) / 3);
}

@media screen and (max-width: 720px) {
  .inquiry {
    margin-top: 50px;
  }
  .inquiry .agree_wrap {
    margin-bottom: 25px;
  }
  .inquiry .agree_wrap .agree_box {
    height: 150px;
    margin-top: 15px;
    padding: 15px;
  }
  .inquiry .agree_wrap .agree_line {
    padding: 10px 0px;
  }
  .inquiry .inp_wrap {
    margin-top: 10px;
    padding-bottom: 20px;
  }
  .inquiry .inp_wrap .inp_line {
    display: block;
    margin-top: 0px;
  }
  .inquiry .inp_wrap .inp_line .inp_box {
    width: 100%;
    margin-top: 20px;
  }
  .inquiry .inp_wrap .inp_line .inp_box > p {
    margin-bottom: 7px;
    font-size: 12px;
  }
  .inquiry .inp_wrap .inp_line .inp_box .inp {
    height: 50px;
    padding-left: 15px;
    font-size: 12px;
  }
  .inquiry .inp_wrap .inp_line .inp_box .inp::-webkit-file-upload-button {
    width: 60px;
    font-size: 10px;
  }
  .inquiry .inp_wrap .inp_line .inp_box textarea.inp {
    height: 200px;
    padding-top: 10px;
  }
  .inquiry .inp_wrap .inp_line .inp_box .three_box {
    gap: 0px 5px;
  }
  .inquiry .inp_wrap .inp_line .inp_box .three_box .inp {
    width: calc((100% - 10px) / 3);
  }
}
.board_lst {
  margin-top: 100px;
}
.board_lst .tb_wrap {
  margin-top: 30px;
  border-top: solid 2px #333;
}
.board_lst .tb_wrap table tr {
  border-bottom: solid 1px #ddd;
}
.board_lst .tb_wrap table tr th {
  font-weight: bold;
}
.board_lst .tb_wrap table tr th, .board_lst .tb_wrap table tr td {
  padding: 20px 10px;
  text-align: center;
  font-size: 16px;
}
.board_lst .tb_wrap table thead th.w140 {
  width: 140px;
}
.board_lst .tb_wrap table tbody tr td a {
  display: block;
  width: 100%;
  padding: 0px 10px;
  text-align: left;
}
.board_lst .tb_wrap table tbody tr td a:hover {
  color: #E40046 !important;
}
.board_lst .tb_wrap table tbody tr.notice_line td:first-child {
  font-weight: bold;
  color: #E40046 !important;
}
.board_lst .sch_wrap {
  display: flex;
  justify-content: center;
  gap: 0px 5px;
  margin-top: 40px;
}
.board_lst .sch_wrap .inp {
  height: 60px;
}
.board_lst .sch_wrap select {
  width: 150px;
}
.board_lst .sch_wrap .sch_box {
  position: relative;
  width: 480px;
}
.board_lst .sch_wrap .sch_box input {
  width: 100%;
  padding: 0px 50px 0px 20px;
}
.board_lst .sch_wrap .sch_box button {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 18px;
  height: 18px;
  background: url(/src/img/i/sch_ico.png) no-repeat center center/cover;
  transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
  .board_lst .tb_wrap table thead {
    display: none;
  }
  .board_lst .tb_wrap table tbody tr {
    display: block;
    padding: 20px 0px;
  }
  .board_lst .tb_wrap table tbody tr td {
    display: block;
    text-align: left;
    padding: 0;
  }
  .board_lst .tb_wrap table tbody tr td a {
    padding: 15px 0px;
  }
  .board_lst .tb_wrap table tbody tr td.info {
    display: inline-block;
  }
  .board_lst .tb_wrap table tbody tr td.info::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: -2px 10px 0;
    background-color: #ddd;
    vertical-align: middle;
  }
  .board_lst .tb_wrap table tbody tr td.info:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .board_lst {
    margin-top: 50px;
  }
  .board_lst .tb_wrap {
    margin-top: 15px;
  }
  .board_lst .tb_wrap table tbody tr {
    padding: 13px 0px;
  }
  .board_lst .tb_wrap table tbody tr td {
    font-size: 12px;
  }
  .board_lst .tb_wrap table tbody tr td:first-child {
    display: none;
  }
  .board_lst .tb_wrap table tbody tr td a {
    padding: 0px 0px 7px 0px;
  }
  .board_lst .tb_wrap table tbody tr td.info::after {
    margin: -1px 5px 0px;
  }
  .board_lst .tb_wrap table tbody tr.notice_line td:first-child {
    font-weight: bold;
    color: #E40046 !important;
  }
  .board_lst .tb_wrap table tbody tr.notice_line td a {
    color: #E40046 !important;
  }
  .board_lst .sch_wrap {
    margin-top: 20px;
  }
  .board_lst .sch_wrap .inp {
    height: 50px;
  }
  .board_lst .sch_wrap select {
    width: 100px;
  }
  .board_lst .sch_wrap .sch_box {
    width: calc(100% - 105px);
  }
  .board_lst .sch_wrap .sch_box input {
    padding: 0px 50px 0px 15px;
  }
}
.board_pg .board_top {
  padding-top: 50px;
  border-top: solid 2px #333;
}
.board_pg .board_top .info {
  margin-top: 20px;
}
.board_pg .board_top .info p {
  display: inline-block;
  font-size: 16px;
  color: #999;
}
.board_pg .board_top .info p::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  margin: -3px 10px 0;
  background-color: #ddd;
  vertical-align: middle;
}
.board_pg .board_top .info p:last-child::after {
  display: none;
}
.board_pg .board_main {
  padding: 40px 20px;
  margin-top: 50px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.board_pg .file_wrap {
  display: flex;
  justify-content: space-between;
}
.board_pg .file_box {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(50% - 20px);
  height: 60px;
  margin-top: 20px;
  border: solid 1px #ddd;
  background-color: #fafafa;
}
.board_pg .file_box::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 56px;
  height: 56px;
  border: solid 1px #333;
  background: url(/src/img/i/down.png) no-repeat center center/auto #fff;
}
.board_pg .file_box a {
  display: flex;
  align-items: center;
  display: block;
  width: 100%;
  height: 100%;
}
.board_pg .file_box p {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  padding-left: 80px;
}
.board_pg .more_btn {
  margin-bottom: 40px;
}
.board_pg .next_prev table {
  border-top: solid 1px #333;
}
.board_pg .next_prev table tr {
  border-bottom: solid 1px #ddd;
}
.board_pg .next_prev table tr th, .board_pg .next_prev table tr td {
  padding: 30px 20px;
  font-size: 16px;
}
.board_pg .next_prev table tr th p, .board_pg .next_prev table tr td p {
  font-size: 16px;
}
.board_pg .next_prev table tr th {
  position: relative;
  width: 130px;
  text-align: center;
  font-weight: bold;
}
.board_pg .next_prev table tr th::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 1px;
  height: 11px;
  background-color: #ddd;
  transform: translateY(-50%);
}
.board_pg .next_prev table tr td p, .board_pg .next_prev table tr td a {
  display: block;
  width: 100%;
}
.board_pg .next_prev table tr td p {
  color: #999;
}

@media screen and (max-width: 1420px) {
  .board_pg .file_box p {
    padding-left: 70px;
  }
}
@media screen and (max-width: 720px) {
  .board_pg .board_top {
    padding-top: 25px;
  }
  .board_pg .board_top .info {
    margin-top: 10px;
  }
  .board_pg .board_top .info p {
    font-size: 12px;
  }
  .board_pg .board_top .info p::after {
    margin: -1px 5px 0px;
  }
  .board_pg .board_main {
    padding: 20px 10px;
    margin-top: 25px;
  }
  .board_pg .file_wrap {
    display: block;
    margin-top: 10px;
  }
  .board_pg .file_box {
    width: 100%;
    height: 50px;
    margin-top: 10px;
  }
  .board_pg .file_box::before {
    width: 46px;
    height: 46px;
    background-size: 18px 18px;
  }
  .board_pg .file_box p {
    padding-left: 60px;
  }
  .board_pg .more_btn {
    margin-bottom: 20px;
  }
  .board_pg .next_prev table tr th, .board_pg .next_prev table tr td {
    padding: 15px 10px;
    font-size: 12px;
  }
  .board_pg .next_prev table tr th p, .board_pg .next_prev table tr td p {
    font-size: 12px;
  }
  .board_pg .next_prev table tr th {
    width: 90px;
  }
}
.faq {
  margin-top: 100px;
}
.faq .faq_lst {
  margin-top: 30px;
}
.faq .faq_lst li {
  margin-bottom: 10px;
  background-color: #fafafa;
}
.faq .faq_lst li:last-child {
  margin-bottom: 0;
}
.faq .faq_lst li button {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px;
  text-align: left;
}
.faq .faq_lst li button::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 50px;
  width: 10px;
  height: 10px;
  background: url(/src/img/i/top_b.png) no-repeat center center;
  transform: scaleY(-1);
}
.faq .faq_lst li button .t1 {
  position: relative;
  padding-left: 50px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: bold;
}
.faq .faq_lst li button .t1 span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  padding-bottom: 2px;
  border-radius: 20px;
  font-weight: bold;
  background-color: #E40046 !important;
  text-align: center;
  color: #fff;
}
.faq .faq_lst li .answer_box {
  position: relative;
  display: none;
  width: 100%;
  padding: 30px;
}
.faq .faq_lst li .answer_box p {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 18px;
}
.faq .faq_lst li .answer_box p span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  padding-bottom: 2px;
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
  background-color: #666;
  font-weight: bold;
}
.faq .faq_lst li.a {
  box-shadow: 0px 0px 0px 1px inset #E40046 !important;
}
.faq .faq_lst li.a button::after {
  transform: scaleY(1);
}
.faq .faq_lst li.a .answer_box {
  display: block;
}

@media screen and (max-width: 720px) {
  .faq {
    margin-top: 50px;
  }
  .faq .faq_lst {
    margin-top: 15px;
  }
  .faq .faq_lst li {
    margin-bottom: 5px;
  }
  .faq .faq_lst li button {
    padding: 20px;
  }
  .faq .faq_lst li button::after {
    top: 26px;
    right: 20px;
  }
  .faq .faq_lst li button .t1 {
    padding-left: 30px;
    padding-right: 20px;
    font-size: 14px;
  }
  .faq .faq_lst li button .t1 span {
    width: 24px;
    height: 24px;
    margin-top: -2px;
    padding-bottom: 0;
    font-size: 14px;
  }
  .faq .faq_lst li .answer_box {
    padding: 20px 20px 20px;
  }
  .faq .faq_lst li .answer_box p {
    padding-left: 30px;
    padding-right: 20px;
    font-size: 14px;
  }
  .faq .faq_lst li .answer_box p span {
    width: 24px;
    height: 24px;
    margin-top: -2px;
    padding-bottom: 0;
    font-size: 14px;
  }
}
.warranty {
  margin-top: 100px;
}
.warranty .line {
  padding: 50px 0px;
  border-bottom: dashed 1px #ddd;
}
.warranty .line:first-child {
  padding-top: 0;
}
.warranty .line:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.warranty .line .line_tit {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.warranty .line .line_tit span {
  color: #E40046 !important;
}
.warranty .line .lst, .warranty .line .t {
  font-size: 18px;
}
.warranty .line .t {
  margin-bottom: 30px;
}
.warranty .line .t span {
  color: #E40046 !important;
}
.warranty .line .t:last-child {
  margin-bottom: 0;
}
.warranty .line .t.mb40 {
  margin-bottom: 40px;
}
.warranty .line .t.mb50 {
  margin-bottom: 50px;
}
.warranty .line .lst {
  position: relative;
  padding-left: 13px;
  margin-bottom: 7px;
}
.warranty .line .lst:last-child {
  margin-bottom: 0;
}
.warranty .line .lst::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0px;
  width: 3px;
  height: 3px;
  background-color: #333;
}
.warranty .line .lst.mb30 {
  margin-bottom: 30px;
}
.warranty .line .lst.mb50 {
  margin-bottom: 50px;
}
.warranty .line .tb_wrap {
  margin-bottom: 20px;
}
.warranty .line .tb_wrap.mb50 {
  margin-bottom: 50px;
}
.warranty .line .tb_wrap.mb0 {
  margin-bottom: 0;
}
.warranty .line .tb_wrap table tr {
  border-bottom: solid 1px #ddd;
}
.warranty .line .tb_wrap table tr td, .warranty .line .tb_wrap table tr th {
  padding: 20px 10px;
  border-right: solid 1px #ddd;
  text-align: center;
  font-size: 18px;
  line-height: 135%;
}
.warranty .line .tb_wrap table tr td:last-child, .warranty .line .tb_wrap table tr th:last-child {
  border-right: none;
}
.warranty .line .tb_wrap table tr td.bdr, .warranty .line .tb_wrap table tr th.bdr {
  border-right: solid 1px #ddd;
}
.warranty .line .tb_wrap table thead th {
  border-color: #666;
  font-weight: bold;
  background-color: #444;
  color: #fff;
}
.warranty .line .tb_wrap table thead th.w120{width: 120px;}
.warranty .line .tb_wrap table thead th.w180{width: 180px;}
.warranty .line .tb_wrap table thead th.w200{width: 200px;}
.warranty .line .tb_wrap table thead th.w320{width: 320px;}
.warranty .line .bef_tit {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.warranty .line .bef_tit img {
  vertical-align: middle;
}
.warranty .line ul {
  display: flex;
  gap: 0px 40px;
  margin-top: 30px;
}
.warranty .line ul li {
  width: calc(25% - 30px);
  text-align: center;
}
.warranty .line ul li .img img {
  display: block;
  width: 100%;
}
.warranty .line ul li p {
  margin-top: 20px;
  font-size: 18px;
}

@media screen and (max-width: 1420px) {
  .warranty .tb_wrap {
    overflow-x: scroll;
  }
  .warranty .tb_wrap::-webkit-scrollbar {
    height: 22px;
  }
  .warranty .tb_wrap::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px 10px #ddd;
    border-top: solid 20px transparent;
  }
  .warranty .tb_wrap::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 10px 10px #000;
    border-top: solid 20px transparent;
  }
  .warranty .tb_wrap table {
    width: 1420px;
  }
  .warranty .line ul {
    gap: 0px 20px;
  }
  .warranty .line ul li {
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 991px) {
  .warranty .line ul {
    gap: 20px;
    flex-wrap: wrap;
  }
  .warranty .line ul li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 720px) {
  .warranty {
    margin-top: 50px;
  }
  .warranty .line {
    padding: 25px 0px;
  }
  .warranty .line .line_tit {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .warranty .line .lst, .warranty .line .t {
    font-size: 14px;
  }
  .warranty .line .t {
    margin-bottom: 15px;
  }
  .warranty .line .t.mb40 {
    margin-bottom: 20px;
  }
  .warranty .line .t.mb50 {
    margin-bottom: 25px;
  }
  .warranty .line .lst {
    padding-left: 8px;
    margin-bottom: 5px;
  }
  .warranty .line .lst::before {
    top: 8px;
  }
  .warranty .line .lst.mb30 {
    margin-bottom: 15px;
  }
  .warranty .line .lst.mb50 {
    margin-bottom: 25px;
  }
  .warranty .line .tb_wrap {
    margin-bottom: 10px;
  }
  .warranty .line .tb_wrap.mb50 {
    margin-bottom: 25px;
  }
  .warranty .line .tb_wrap.mb0 {
    margin-bottom: 0;
  }
  .warranty .line .tb_wrap table {
    width: 900px;
  }
  .warranty .line .tb_wrap table thead th.w120{width: 60px;}
.warranty .line .tb_wrap table thead th.w180{width: 110px;}
.warranty .line .tb_wrap table thead th.w200{width: 130px;}
.warranty .line .tb_wrap table thead th.w320{width: 240px;}
  .warranty .line .tb_wrap table tr td, .warranty .line .tb_wrap table tr th {
    padding: 10px 5px;
    font-size: 14px;
  }
  .warranty .line .bef_tit {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 18px;
  }
  .warranty .line ul {
    display: flex;
    gap: 15px 6px;
    margin-top: 15px;
  }
  .warranty .line ul li {
    width: calc(50% - 3px);
  }
  .warranty .line ul li p {
    margin-top: 10px;
    font-size: 14px;
  }
  .warranty .line ul li p br {
    display: none;
  }
}
.location .map {
  width: 100%;
  height: 500px;
}
.location .info_wrap {
  margin-top: 100px;
}
.location .info_wrap .img {
  float: left;
}
.location .info_wrap .info {
  float: right;
  width: 1060px;
}
.location .info_wrap .info .line {
  display: flex;
  align-items: center;
  gap: 0px 40px;
}
.location .info_wrap .info .line:nth-child(2) {
  padding: 40px 0px;
  margin: 40px 0px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.location .info_wrap .info .line .i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  background-color: #fafafa;
}
.location .info_wrap .info .line .t_box {
  width: calc(100% - 110px);
}
.location .info_wrap .info .line .t_box .t1 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.location .info_wrap .info .line .t_box .t2 {
  margin-top: 12px;
  font-size: 18px;
}

@media screen and (max-width: 1420px) {
  .location .info_wrap .info {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 991px) {
  .location .info_wrap .img {
    float: none;
    margin: 0px auto 60px;
  }
  .location .info_wrap .info {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .location .map {
    height: 300px;
  }
  .location .info_wrap {
    margin-top: 50px;
  }
  .location .info_wrap .img {
    width: 120px;
    margin-bottom: 30px;
  }
  .location .info_wrap .info .line {
    display: block;
    text-align: center;
  }
  .location .info_wrap .info .line:nth-child(2) {
    padding: 20px 0px;
    margin: 20px 0px;
  }
  .location .info_wrap .info .line .i {
    width: 50px;
    height: 50px;
    margin: 0px auto 20px;
  }
  .location .info_wrap .info .line .i img {
    width: 20px;
  }
  .location .info_wrap .info .line .t_box {
    width: 100%;
  }
  .location .info_wrap .info .line .t_box .t1 {
    font-size: 18px;
  }
  .location .info_wrap .info .line .t_box .t2 {
    margin-top: 6px;
    font-size: 14px;
  }
}
.sect6, #footer {
  position: relative;
  z-index: 100;
  padding: 100px 0px;
  background-color: #111;
}
.sect6 .f_cont, #footer .f_cont {
  width: 1720px;
  margin: 0px auto;
}
.sect6 .f_cont .time_info, #footer .f_cont .time_info {
  margin: 40px 0px;
}
.sect6 .f_cont .time_info .t2, #footer .f_cont .time_info .t2 {
  margin-top: 5px;
}
.sect6 .f_cont .info_wrap, #footer .f_cont .info_wrap {
  margin-bottom: 40px;
}
.sect6 .f_cont .info_wrap .info_line, #footer .f_cont .info_wrap .info_line {
  display: flex;
  gap: 0px 30px;
  margin-bottom: 20px;
}
.sect6 .f_cont .info_wrap .info_line:last-child, #footer .f_cont .info_wrap .info_line:last-child {
  margin-bottom: 0;
}
.sect6 .f_cont .info_wrap .info_line p, #footer .f_cont .info_wrap .info_line p {
  font-size: 16px;
  color: #fff;
}
.sect6 .f_cont .info_wrap .info_line p span, #footer .f_cont .info_wrap .info_line p span {
  margin-right: 10px;
  font-weight: bold;
}

#footer {
  margin-top: 140px;
}

@media screen and (max-width: 1740px) {
  .sect6 .f_cont, #footer .f_cont {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1420px) {
  .sect6 .f_cont .info_wrap .info_line, #footer .f_cont .info_wrap .info_line {
    display: block;
    margin-bottom: 0;
  }
  .sect6 .f_cont .info_wrap .info_line p, #footer .f_cont .info_wrap .info_line p {
    display: block;
    margin-bottom: 20px;
  }
  .sect6 .f_cont .info_wrap .info_line p.m_dib, #footer .f_cont .info_wrap .info_line p.m_dib {
    display: inline-block;
    margin-right: 30px;
  }
}
@media screen and (max-width: 720px) {
  .sect6, #footer {
    padding: 50px 0px;
  }
  .sect6 .f_cont, #footer .f_cont {
    padding: 0px 20px;
  }
  .sect6 .f_cont .f_logo, #footer .f_cont .f_logo {
    display: block;
    width: 95px;
  }
  .sect6 .f_cont .time_info, #footer .f_cont .time_info {
    margin: 20px 0px;
  }
  .sect6 .f_cont .time_info .t2, #footer .f_cont .time_info .t2 {
    margin-top: 3px;
  }
  .sect6 .f_cont .info_wrap, #footer .f_cont .info_wrap {
    margin-bottom: 20px;
  }
  .sect6 .f_cont .info_wrap .info_line, #footer .f_cont .info_wrap .info_line {
    margin-bottom: 0px;
  }
  .sect6 .f_cont .info_wrap .info_line p, #footer .f_cont .info_wrap .info_line p {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .sect6 .f_cont .info_wrap .info_line p.m_dib, #footer .f_cont .info_wrap .info_line p.m_dib {
    display: block;
    margin-right: 0;
  }
  .sect6 .f_cont .info_wrap .info_line p span, #footer .f_cont .info_wrap .info_line p span {
    margin-right: 5px;
  }
  #footer {
    margin-top: 70px;
  }
}
.privacy_modal {
  display: none;
  z-index: 105;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.privacy_modal .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 640px;
  height: 700px;
  max-height: 90%;
  padding: 60px 40px;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.privacy_modal .modal .modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 27px;
  height: 27px;
  background: url(/src/img/i/modal_close.png) no-repeat center center;
}
.privacy_modal .modal .scroll_wrap {
  height: calc(100% - 85px);
  margin-top: 40px;
  overflow-y: scroll;
}
.privacy_modal .modal .scroll_wrap::-webkit-scrollbar {
  width: 5px;
}
.privacy_modal .modal .scroll_wrap::-webkit-scrollbar-track {
  background-color: #eee;
}
.privacy_modal .modal .scroll_wrap::-webkit-scrollbar-thumb {
  background-color: #000;
}

@media screen and (max-width: 720px) {
  .privacy_modal .modal {
    width: calc(100% - 40px);
    height: 350px;
    padding: 30px 20px;
    border-radius: 10px;
  }
  .privacy_modal .modal .modal_close {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  .privacy_modal .modal .scroll_wrap {
    margin-top: 20px;
    height: calc(100% - 50px);
  }
  .privacy_modal .modal .scroll_wrap::-webkit-scrollbar {
    width: 3px;
  }
}
.top_btn {
  cursor: pointer;
  z-index: 101;
  position: fixed;
  bottom: 50px;
  right: 100px;
  width: 50px;
  height: 50px;
  background: url(/src/img/i/top_btn.png) no-repeat center center/auto #E40046 !important;
}

@media screen and (max-width: 1740px) {
  .top_btn {
    right: 50px;
  }
}
@media screen and (max-width: 1420px) {
  .top_btn {
    display: none;
  }
}
.floor_effect li {
  opacity: 0;
  -ms-transform: matrix(1, 0, 0, 1, 0, 50);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
  transform: matrix(1, 0, 0, 1, 0, 50);
  transition: transform 1s, opacity 1s;
  -webkit-transition: -webkit-transform 1s, opacity 1s;
}

.floor_effect li.v {
  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);
}

.sun-editor-editable em{font-style: italic;}
.sun-editor-editable ol li{list-style: decimal;}
.sun-editor-editable ul li{list-style: disc;}
.sun-editor-editable[contenteditable=true] .se-component,.sun-editor-editable[contenteditable=true] .se-component{outline: none !important;}

.sun_editor_v em{font-style: italic;}
.sun_editor_v h1,.sun_editor_v h2{display: block;margin-inline-start: 0;margin-inline-end: 0;font-weight: normal;}
.sun_editor_v h3,.sun_editor_v h4{display: block;margin-inline-start: 0;margin-inline-end: 0;font-weight: normal;}
.sun_editor_v h5,.sun_editor_v h6{display: block;margin-inline-start: 0;margin-inline-end: 0;font-weight: normal;}
.sun_editor_v h1{font-size: 2em;margin-block-start: 0.67em;margin-block-end: 0.67em;}
.sun_editor_v h2{font-size: 1.5em;margin-block-start: 0.83em;margin-block-end: 0.83em;}
.sun_editor_v h3{font-size: 1.17em;margin-block-start: 1em;margin-block-end: 1em;}
.sun_editor_v h4{font-size: 1em;margin-block-start: 1.33em;margin-block-end: 1.33em;}
.sun_editor_v h5{font-size: .83em;margin-block-start: 1.67em;margin-block-end: 1.67em;}
.sun_editor_v h6{font-size: .67em;margin-block-start: 2.33em;margin-block-end: 2.33em}
.sun_editor_v figure{margin: 0; padding: 0;}

.sun_editor_v ul{margin-left: 20px;}
.sun_editor_v ol{margin-left: 20px;}
.sun_editor_v ul li{list-style: disc;}
.sun_editor_v ol li{list-style: decimal;}

.sun_editor_v .se-video-container figure{position: relative;}
.sun_editor_v .se-video-container figure iframe{position: absolute;top: 0;left: 0;}

.sun-editor h1,.sun-editor h2{font-weight: normal !important;}
.sun-editor h3,.sun-editor h4{font-weight: normal !important;}
.sun-editor h5,.sun-editor h6{font-weight: normal !important;}


.diagram_open{cursor: pointer;}
.dia_modal{display: none; z-index: 106; position: fixed; top: 0; left: 0; width: 100%; height: 100%;background-color: rgba(0, 0, 0, 0.4); overflow-y: scroll;}
.dia_modal .modal{position: absolute; top: 50%; left: 50%; max-width: 1200px; max-height: 80%; transform: translate(-50%, -50%);}
.dia_modal .modal .modal_close{
  position: absolute;
  top: -40px;
  right: 0px;
  width: 40px;
  height: 40px;
  background: url(/src/img/i/modal_close.png) no-repeat center center/auto #fff;
}
.dia_modal .modal .img{display: flex; justify-content: center; align-items: center; height: 100%; max-height: 100%;}
.dia_modal .modal .img img{display: block; width: auto; height: 100%; object-fit: contain;}

@media screen and (max-width: 1420px) {
  .dia_modal .modal{width: calc(100% - 80px);}
}
@media screen and (max-width: 720px) {
  .dia_modal .modal .modal_close{top: -25px; width: 25px; height: 25px; background-size: 15px 15px;}
}

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