.c1 {
  color: #FD522D !important;
}

.c3 {
  color: #333;
}

.c6 {
  color: #666;
}

.c9 {
  color: #999;
}

.c0 {
  color: #000;
}

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

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

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

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

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

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

li {
  list-style: none;
}

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

input {
  padding: 0 10px;
}

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

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

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

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

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

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

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

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

em, address {
  font-style: normal;
}

label, button {
  cursor: pointer;
}

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

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

legend {
  *width: 0;
}

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

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

sup {
  font-size: 0.5%;
}

figure {
  margin: 0;
}

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

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

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

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.dt {
  display: table;
}

.dtr {
  display: table-row;
}

.dtc {
  display: table-cell;
}

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

.dtr {
  width: 100%;
}

.dtc {
  vertical-align: middle;
}

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

.fr {
  float: right;
}

.flul > li {
  float: left;
}

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

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

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

.pb0 {
  padding-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.mt150 {
  margin-top: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

@media screen and (max-width: 620px) {
  .pt10 {
    padding-top: 5px;
  }
  .pb10 {
    padding-bottom: 5px;
  }
  .mt10 {
    margin-top: 5px;
  }
  .mb10 {
    margin-bottom: 5px;
  }
  .pt20 {
    padding-top: 10px;
  }
  .pb20 {
    padding-bottom: 10px;
  }
  .mt20 {
    margin-top: 10px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
  .pt30 {
    padding-top: 15px;
  }
  .pb30 {
    padding-bottom: 15px;
  }
  .mt30 {
    margin-top: 15px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .pt40 {
    padding-top: 20px;
  }
  .pb40 {
    padding-bottom: 20px;
  }
  .mt40 {
    margin-top: 20px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .pt50 {
    padding-top: 25px;
  }
  .pb50 {
    padding-bottom: 25px;
  }
  .mt50 {
    margin-top: 25px;
  }
  .mb50 {
    margin-bottom: 25px;
  }
  .pt60 {
    padding-top: 30px;
  }
  .pb60 {
    padding-bottom: 30px;
  }
  .mt60 {
    margin-top: 30px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .pt70 {
    padding-top: 35px;
  }
  .pb70 {
    padding-bottom: 35px;
  }
  .mt70 {
    margin-top: 35px;
  }
  .mb70 {
    margin-bottom: 35px;
  }
  .pt80 {
    padding-top: 40px;
  }
  .pb80 {
    padding-bottom: 40px;
  }
  .mt80 {
    margin-top: 40px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .pt90 {
    padding-top: 45px;
  }
  .pb90 {
    padding-bottom: 45px;
  }
  .mt90 {
    margin-top: 45px;
  }
  .mb90 {
    margin-bottom: 45px;
  }
  .pt100 {
    padding-top: 50px;
  }
  .pb100 {
    padding-bottom: 50px;
  }
  .mt100 {
    margin-top: 50px;
  }
  .mb100 {
    margin-bottom: 50px;
  }
}
.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;
}

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

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

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

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

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

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

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

.bx-wrapper {
  position: relative;
}

.bx-controls {
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz17 {
  font-size: 17px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fz32 {
  font-size: 32px;
}

.fz34 {
  font-size: 34px;
}

.fz36 {
  font-size: 36px;
}

.fz38 {
  font-size: 38px;
}

.fz40 {
  font-size: 40px;
}

.fz46 {
  font-size: 46px;
}

.fz50 {
  font-size: 50px;
}

.fz60 {
  font-size: 60px;
}

.fz70 {
  font-size: 70px;
}

@media screen and (max-width: 620px) {
  .fz12 {
    font-size: 12px;
  }
  .fz14 {
    font-size: 13px;
  }
  .fz16 {
    font-size: 13px;
  }
  .fz17 {
    font-size: 14px;
  }
  .fz18 {
    font-size: 14px;
  }
  .fz20 {
    font-size: 16px;
  }
  .fz22 {
    font-size: 16px;
  }
  .fz24 {
    font-size: 16px;
  }
  .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: 20px;
  }
  .fz46 {
    font-size: 26px;
  }
  .fz50 {
    font-size: 24px;
  }
  .fz60 {
    font-size: 24px;
  }
  .fz70 {
    font-size: 40px;
  }
  div, p, th, td {
    font-size: 13px;
  }
}
/* 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;
  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;
  border-radius: 50%;
  vertical-align: middle;
}
.page_num .act {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #FD522D !important;
}
.page_num .page {
  text-indent: -9999px;
}
.page_num .first {
  background: url(/src/img/init/page_first.png) 50% 50% no-repeat;
  background-size: 8px 8px;
}
.page_num .last {
  background: url(/src/img/init/page_last.png) 50% 50% no-repeat;
  background-size: 8px 8px;
}
.page_num .l {
  background: url(/src/img/init/page_left.png) 50% 50% no-repeat;
  background-size: 4px 8px;
}
.page_num .r {
  background: url(/src/img/init/page_right.png) 50% 50% no-repeat;
  background-size: 4px 8px;
}

@media (max-width: 620px) {
  .page_num {
    margin-top: 20px;
  }
  .page_num a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
}
.container {
  width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 1440px) {
  .container.m_100p {
    width: 100%;
  }
}

.w_container {
  width: 1760px;
  margin: 0 auto;
}
@media (max-width: 1800px) {
  .w_container {
    width: 1600px;
  }
}
@media screen and (max-width: 1640px) {
  .w_container {
    width: 1400px;
  }
}
@media (max-width: 1440px) {
  .w_container {
    width: 90%;
  }
}

@media screen and (max-width: 1440px) {
  .db1440 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn1440 {
    display: none !important;
  }
}
@media screen and (max-width: 1240px) {
  .db1000 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn1000 {
    display: none !important;
  }
}
@media screen and (max-width: 1119px) {
  .db960 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn960 {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .db720 {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn720 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .db594 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn594 {
    display: none !important;
  }
}
@media screen and (max-width: 620px) {
  .db326 {
    display: block !important;
    float: none;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn326 {
    display: none !important;
  }
}
@media screen and (max-width: 356px) {
  .db90 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn90 {
    display: none;
  }
}
.de_btn.r30, .de_inp.r30 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.de_btn.r15, .de_inp.r15 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.de_btn.r8, .de_inp.r8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.de_btn.r5, .de_inp.r5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.de_btn.r3, .de_inp.r3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.de_cki.r30 i, .de_cks.r30 i {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.de_cki.r15 i, .de_cks.r15 i {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.de_cki.r8 i, .de_cks.r8 i {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.de_cki.r5 i, .de_cks.r5 i {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.de_cki.r3 i, .de_cks.r3 i {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/*
.de_btn{display: inline-block;line-height: 120%;text-align: center;vertical-align: middle;color: #666;transition: all 0.5s;-webkit-transition: all 0.5s;-webkit-background-clip: border-box;background-clip: border-box;}
.de_btn:disabled{background-color: #eee !important;color: #ccc !important;cursor: auto;}
.de_btn:focus{outline: none;}
*/
/* btn size*/
/*
.de_btn.sg{min-width: 155px;height: 60px;line-height: 58px;font-size: 14px;font-weight: 500;}
.de_btn.sl{min-width: 130px;height: 50px;line-height: 48px;font-size: 14px;font-weight: 500;}
.de_btn.sm{min-width: 116px;height: 45px;line-height: 43px;font-size: 12px;font-weight: 500;}
.de_btn.ss{min-width: 95px;height: 36px;line-height: 34px;font-size: 12px;}
.de_btn.st{min-width: 80px;height: 30px;line-height: 28px;font-size: 12px;}

.de_btn.fill{background-color: $deCompColor;color: #fff;}
.de_btn.fill:hover{background-color: $deCompColorHover;}
.de_btn.fill:focus{-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);}

.de_btn.outline{border: 1px solid #999;}
.de_btn.outline:hover{border: 1px solid $deCompColor;color: $deCompColor;}
.de_btn.outline:focus{-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);}
.de_btn.outline:disabled{border: 1px solid #ccc;}

.de_btn.ghost{border: 1px solid transparent;}
.de_btn.ghost:hover{border: 1px solid transparent;color: $deCompColor;}
.de_btn.ghost:focus{text-shadow: 1px 5px 5px rgba(0,0,0,0.15);}
*/
/*
// input text
.de_inp{width: 100%;border: 1px solid #ddd;}
input.de_inp{padding: 0 10px;}
.de_inp::-webkit-input-placeholder{color: #999;}
.de_inp::-moz-placeholder{color: #999;}
.de_inp:-ms-input-placeholder{color: #999;}
.de_inp:-moz-placeholder{color: #999;}
.de_inp:focus{border: 1px solid $deCompColor;outline: none;}
.de_inp:disabled{background-color: #eee;}

input.de_inp.sm{height: 45px;padding: 0 20px;}
.de_inp.ss{height: 36px;}
.de_inp.st{height: 30px;}
*/
.de_rdo, .de_cks, .de_cki {
  align-items: start;
  font-size: 0;
}
.de_rdo i, .de_cks i, .de_cki i {
  flex-shrink: 0;
}
.de_rdo.txt, .de_cks.txt, .de_cki.txt {
  font-size: 0;
}
.de_rdo.txt .t, .de_cks.txt .t, .de_cki.txt .t {
  display: inline-block;
  width: 100%;
  padding-top: 3px;
  font-size: 16px;
  line-height: 150%;
}

@media (max-width: 620px) {
  .de_rdo.txt .t, .de_cks.txt .t, .de_cki.txt .t {
    padding-top: 5px;
    font-size: 13px;
  }
}
.de_rdo, .de_cks {
  display: inline-flex;
  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: rgb(253, 82, 45);
  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 {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.de_cki i, .de_cks i {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 5px;
  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-flex;
  vertical-align: middle;
}
.de_cki input {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.de_cki i {
  position: relative;
}
.de_cki i::before {
  content: "";
  opacity: 0;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 5px;
  background-color: rgb(253, 82, 45);
}
.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::before {
  opacity: 1;
}
.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 {
	position: relative;
  height: calc(100% - 48px);
}
.sys_popup .cont .top img {
  width: 100%;
}
.sys_popup .cont .top .sys_pop_close.close{position: absolute;right: 10px;top: 10px;display: flex;align-items: center;justify-content: center;width: 30px;height: 30px;text-align: center;}
.sys_popup .cont .top .sys_pop_close.close img{width: auto;}
.sys_popup .cont .bottom {
  padding: 10px;
  text-align: right;
}
.sys_popup .cont .bottom button {
  vertical-align: middle;
}
.sys_popup .cont .bottom button img {
  vertical-align: middle;
}
.sys_popup .cont .bottom .sys_pop_close.cookie::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-bottom: 3px;
  margin-right: 5px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.sys_popup .cont .bottom .close {
  margin-bottom: 3px;
  margin-left: 10px;
}

.sys_popup.dn {
  display: none;
}

@media screen and (max-width: 1000px) {
  .sys_popup {
    top: 20px !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
    border: none;
  }
  .sys_popup::after {
    content: "";
    position: fixed;
    z-index: 3000;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .sys_popup .cont {
    position: relative;
    z-index: 3500;
    width: 95%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
  }
}
/* response ex
@include respond-to('d1800'){}
@include respond-to('d1440'){}
@include respond-to('d1000'){}
@include respond-to('d326'){}
*/
.js_ani_wrap .g_ani {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 50);
}
.js_ani_wrap .g_ani.l {
  transform: matrix(1, 0, 0, 1, -50, 0);
}
.js_ani_wrap .g_ani.r {
  transform: matrix(1, 0, 0, 1, 50, 0);
}
.js_ani_wrap .g_ani.t {
  transform: matrix(1, 0, 0, 1, 0, -50);
}

.ovh {
  overflow: hidden;
}

.fs0 {
  flex-shrink: 0;
}

.bgc_f9 {
  background-color: #f9f9f9;
}

.body_ovh{overflow: hidden;touch-action: none;}

@media (max-width: 1240px) {
  .m_body_ovh {
    overflow: hidden;
    touch-action: none;
  }
}
.c_logo {
  display: block;
  width: 244px;
}
.c_logo > a {
  display: block;
  width: 100%;
}

@media (max-width: 620px) {
  .c_logo {
    width: 146px;
  }
}
.play_btn_wrap {
  position: relative;
  cursor: pointer;
}
.play_btn_wrap .play_btn {
  transition: background-image 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-image: url(/src/img/ico/main_play.svg);
}

@media (hover: hover) {
  .play_btn_wrap:hover .play_btn {
    background-image: url(/src/img/ico/main_play_c1.svg);
  }
}
@media (max-width: 620px) {
  .play_btn_wrap .play_btn {
    width: 50px;
    height: 50px;
    background-size: cover;
  }
}
#wrap.bg_type #content {
	padding-bottom: 200px;
  background-color: #f9f9f9;
}
@media (max-width: 620px){
	#wrap.bg_type #content{padding-bottom: 100px;}
}
#wrap.bg_type .s_top .tit_box {
  background-color: #fff;
}

@media (max-width: 1240px) {
  #wrap.m_black_bg::before {
    content: "";
    z-index: 20;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.quick_menu {
  display: flex;
}
.quick_menu .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.quick_menu .btn .ico {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
  font-style: normal;
}
.quick_menu .btn .ico .num {
  position: absolute;
  top: -7px;
  right: -7px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background-color: #FD522D !important;
}
.quick_menu .btn.my_btn .ico {
  background-image: url(/src/img/ico/quick_my.svg);
}
.quick_menu .btn.inquiry_btn .ico {
  background-image: url(/src/img/ico/quick_inquiry.svg);
}
.quick_menu .btn.chat_btn .ico {
  background-image: url(/src/img/ico/quick_chat.svg);
}
.quick_menu .btn.noti_btn .ico {
  background-image: url(/src/img/ico/quick_noti.svg);
}
.quick_menu .btn.cart_btn .ico {
  background-image: url(/src/img/ico/quick_cart.svg);
}

@media (max-width: 620px) {
  .quick_menu .btn {
    font-size: 13px;
  }
}
.modal_wrap {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal_wrap .mod {
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  width: 1200px;
  border-radius: 10px;
  background-color: #fff;
}
.modal_wrap .mod.w830 {
  width: 830px;
}
.modal_wrap .mod .close_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 19px;
  height: 19px;
  background-image: url(/src/img/ico/modal_close.svg);
}
.modal_wrap .mod .mod_ovy {
  overflow-y: auto;
  max-height: 660px;
  height: calc(100vh - 170px);
  padding: 40px;
}
.modal_wrap .mod .mod_ovy::-webkit-scrollbar {
  width: 3px;
  background-color: #eee;
}
.modal_wrap .mod .mod_ovy::-webkit-scrollbar-thumb {
  background-color: #999;
}
.modal_wrap .mod .bottom {
  display: flex;
  border-top: 1px solid #ddd;
}
.modal_wrap .mod .bottom .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.modal_wrap .mod .bottom .btn.gray_style {
  color: #999;
  background-color: #fafafa;
}
.modal_wrap.act {
  display: block;
}

@media (max-width: 1240px) {
  .modal_wrap .mod {
    bottom: 0 !important;
    left: 0 !important;
    transform: translate(0, 0);
    width: 100% !important;
    border-radius: 10px 10px 0 0;
  }
  .modal_wrap .mod .mod_ovy {
    max-height: 90vh;
    height: auto;
    padding: 40px 5%;
  }
  .modal_wrap .mod .bottom {
    display: none;
  }
}
@media (max-width: 620px) {
  .modal_wrap .mod .close_btn {
    top: 10px;
    right: 10px;
  }
  .modal_wrap .mod .mod_ovy {
    padding: 20px 5%;
  }
}
.dot_lst > ul {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.dot_lst > ul > li {
  position: relative;
  padding-left: 8px;
  font-size: 16px;
  color: #666;
}
.dot_lst > ul > li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #666;
}
.dot_lst > ul > li.dot_none {
  padding-left: 0;
}
.dot_lst > ul > li.dot_none::before {
  display: none;
}

@media (max-width: 620px) {
  .dot_lst > ul {
    gap: 5px 0;
  }
  .dot_lst > ul > li {
    padding-left: 8px;
    font-size: 13px;
  }
  .dot_lst > ul > li::before {
    top: 8px;
  }
}
.upload_box {
  position: relative;
  display: inline-block;
  width: 125px;
  height: 125px;
  margin: 0 auto;
}
.upload_box .file_label {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.upload_box .file_label input[type=file] {
  display: none;
  width: 0;
  height: 0;
}
.upload_box .result_img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  border-radius: 50%;
  background-image: url(/src/img/default_profile.png);
  background-size: cover;
}
.upload_box .result_img .img{width: 100%;height: 100%;background-color: #fff;}
.upload_box .result_img .img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.upload_box::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(/src/img/ico/upload_box_ico.svg);
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}
.upload_box.w_type .result_img {
  background-image: url(/src/img/default_profile_w.png);
}
.upload_box.manage_type {
  position: relative;
}
.upload_box.manage_type .file_label {
  width: 0;
  height: 0;
}
.upload_box.manage_type .manage_open_btn {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.upload_box.manage_type .upload_manage_modal {
  z-index: 5;
  position: absolute;
  top: 75px;
  left: 75px;
  display: none;
  width: 184px;
}
.upload_box.manage_type .upload_manage_modal .mod {
  position: relative;
  padding: 20px 0;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}
.upload_box.manage_type .upload_manage_modal .mod .close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 19px;
  height: 19px;
  background-image: url(/src/img/ico/upload_manage_close.svg);
}
.upload_box.manage_type .upload_manage_modal .mod .manage_lst > ul > li .t1 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 20px 30px;
  width: 100%;
  text-align: left;
  font-size: 16px;
}
.upload_box.manage_type .upload_manage_modal .mod .manage_lst > ul > li .t1::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
}
.upload_box.manage_type .upload_manage_modal .mod .manage_lst > ul > li + li {
  border-top: 1px solid #ddd;
}
.upload_box.manage_type .upload_manage_modal .mod .manage_lst > ul > li.modi_ico .t1::before {
  background-image: url(/src/img/ico/upload_manage_modi.svg);
}
.upload_box.manage_type .upload_manage_modal .mod .manage_lst > ul > li.del_ico .t1::before {
  background-image: url(/src/img/ico/upload_manage_del.svg);
}
.upload_box.manage_type.act .upload_manage_modal {
  display: block;
}

@media (hover: hover) {
  .upload_box.manage_type .upload_manage_modal .mod .manage_lst > ul > li:hover .t1 {
    font-weight: bold;
    color: #003575;
  }
}
@media (max-width: 620px) {
  .upload_box.manage_type .upload_manage_modal {
    z-index: 50;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .upload_box.manage_type .upload_manage_modal .mod {
    overflow-y: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 184px;
    max-height: 50vh;
  }
  .upload_box.manage_type .upload_manage_modal .mod .manage_lst > ul > li .t1 {
    font-size: 13px;
  }
}
.inp_wrap .inp {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 5px;
  font-size: 14px;
  vertical-align: top;
}
.inp_wrap .inp::placeholder {
  font-size: 14px;
  color: #999;
}
.inp_wrap .inp.dn {
  display: none;
}
.inp_wrap .inp.w100 {
  max-width: 100px;
}
.inp_wrap .inp.w150 {
  max-width: 150px;
}
.inp_wrap .inp.w210 {
  max-width: 210px;
}
.inp_wrap .inp.w310 {
  max-width: 310px;
}
.inp_wrap .inp.w460 {
  max-width: 460px;
}
.inp_wrap .inp.w585 {
  max-width: 585px;
}
.inp_wrap p.inp {
  display: flex;
  align-items: center;
  min-height: 50px;
  height: auto;
  padding: 10px 20px;
  border: 1px solid #ddd;
  background-color: #fafafa;
}
.inp_wrap input[type=file].inp {
  padding: 0;
}
.inp_wrap select.inp {
  padding: 0 30px 0 20px;
  background-image: url(/src/img/ico/sel_arrow.svg);
  background-size: 8px auto;
}
.inp_wrap textarea.inp {
  height: 280px;
  padding: 15px 20px;
}
.inp_wrap textarea.inp.h100 {
  height: 100px;
}
.inp_wrap textarea.inp.h150 {
  height: 150px;
}
.inp_wrap .label_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 10px 0;
}
.inp_wrap .label_wrap .de_rdo i, .inp_wrap .label_wrap .de_cki i, .inp_wrap .label_wrap .de_cks i {
  margin-right: 5px;
}
.inp_wrap .label_wrap .de_rdo.txt .t, .inp_wrap .label_wrap .de_cki.txt .t, .inp_wrap .label_wrap .de_cks.txt .t {
  font-size: 14px;
}
.inp_wrap .tri_inp {
  display: flex;
  gap: 0 5px;
}
.inp_wrap .tri_inp .inp {
  width: calc((100% - 10px) / 3);
}
.inp_wrap .w460_wrap {
  width: 100%;
  max-width: 460px;
}
.inp_wrap .w570_wrap {
  width: 100%;
  max-width: 570px;
}
.inp_wrap .w640_wrap {
  width: 100%;
  max-width: 640px;
}
.inp_wrap .sel_inp_line {
  display: flex;
  gap: 5px;
}
.inp_wrap .inp_btn_line {
  display: flex;
  gap: 5px;
}
.inp_wrap .inp_label_line {
  display: flex;
  gap: 0 20px;
}
.inp_wrap .inp_label_line .label_wrap {
  flex-shrink: 0;
}
.inp_wrap .inp_txt_line {
  display: flex;
  gap: 0 5px;
  align-items: center;
}
.inp_wrap .inp_txt_line .t {
  flex-shrink: 0;
}
.inp_wrap .inp_txt_line.dn {
  display: none;
}
.inp_wrap .txt_bubble_line {
  display: flex;
  gap: 10px 20px;
  align-items: center;
  padding-right: 100px;
}
.inp_wrap .txt_bubble_line .bubble_wrap {
  flex-shrink: 0;
}

.inp_wrap .upload_progress{position: relative;width: 100%;height: 30px;background-color: #f0f0f0;}
.inp_wrap .upload_progress .bar{position: absolute;left: 0;top: 0;width: 0;height: 100%;background-color: #ED1C24;}
.inp_wrap .upload_progress .txt{position: absolute;left: 0;top: 0;width: 100%;height: 100%;text-align: center;color: #333;line-height: 30px;}

.inp_wrap .file_result{display: flex;flex-direction: column;justify-content: center;width: 100%;min-height: 50px;padding: 10px 20px;border:	1px solid #eee;border-radius: 5px;background-color: #fafafa;}
.inp_wrap .file_result > ul{display: flex;flex-direction: column;gap: 20px 0;}
.inp_wrap .file_result > ul > li .t1{display: inline-flex;align-items: start;font-size: 14px;}
.inp_wrap .file_result > ul > li .t1 .upload_del_btn{flex-shrink: 0;width: 19px;height: 19px;margin-left: 10px;background-image: url(/src/img/ico/file_result_del.svg);}

.inp_wrap .add_line {
  display: flex;
  gap: 0 5px;
}
.inp_wrap .add_line .add_btn {
  flex-shrink: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-image: url(/src/img/ico/add_line_plus.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.inp_wrap .add_line .del_btn {
  flex-shrink: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-image: url(/src/img/ico/add_line_minus.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.inp_wrap .add_line.upload_type{margin-top: 10px;}
.inp_wrap .add_line.upload_type .add_btn,.inp_wrap .add_line.upload_type .del_btn{height: auto;}

.inp_wrap .file_inp_line {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.inp_wrap .addr_wrap {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
.inp_wrap .r_btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 50px;
  border: 1px solid #aaa;
  border-radius: 5px;
  text-align: center;
}
.inp_wrap .r_btn.repeat_ico::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-image: url(/src/img/ico/r_btn_repeat.svg);
}
.inp_wrap .r_btn.s {
  width: 80px;
  height: 34px;
  font-size: 12px;
}
.inp_wrap .r_btn.bg_style {
  border: 0;
  color: #fff;
  background-color: #333;
}
.inp_wrap .order_info {
  margin-top: 10px;
  color: #666;
}
.inp_wrap .order_info .num {
  font-weight: bold;
  color: #FD522D !important;
}
.inp_wrap .file_info {
  margin-top: 10px;
  color: #666;
}
.inp_wrap .file_link {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
.inp_wrap .file_img {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
}
.inp_wrap .desc_info {
  margin-top: 10px;
  color: #666;
}
.inp_wrap .point_btn_line {
  display: flex;
  align-items: center;
}
.inp_wrap .point_btn_line .inp_box {
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 317px;
  padding: 0 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.inp_wrap .point_btn_line .inp_box .inp {
  padding: 0 10px;
  border: 0;
  border-radius: 0;
  text-align: right;
}
.inp_wrap .point_btn_line .inp_box .point_del_btn {
  flex-shrink: 0;
  display: block;
  width: 19px;
  height: 19px;
  background-image: url(/src/img/ico/order_point_del.svg);
}
.inp_wrap .point_btn_line .t {
  flex-shrink: 0;
  margin-left: 10px;
}
.inp_wrap .point_btn_line .r_btn {
  margin-left: 20px;
}
.inp_wrap .proof_line {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  margin-top: 10px;
}
.inp_wrap .proof_line.dn {
  display: none;
}
.inp_wrap .round_label_col {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
.inp_wrap .round_label {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 30px;
}
.inp_wrap .round_label input {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.inp_wrap .round_label i {
  position: absolute;
  top: calc(50% - 15px);
  left: 20px;
  width: 30px;
  height: 30px;
}
.inp_wrap .round_label .t {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 5px 20px 5px 60px;
  font-size: 16px;
}
.inp_wrap .round_label .t::before {
  content: "";
  opacity: 0;
  box-sizing: border-box;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 2px solid #FD522D !important;
  border-radius: 30px;
}
.inp_wrap .round_label input:checked ~ .t {
  color: #FD522D !important;
}
.inp_wrap .round_label input:checked ~ .t::before {
  transition: opacity 0.5s;
  opacity: 1;
}
.inp_wrap .round_label.rdo_type i {
  border: 1px solid #ddd;
  border-radius: 50%;
}
.inp_wrap .round_label.rdo_type i::before {
  content: "";
  transition: opacity 0.5s, transform 0.5s;
  opacity: 0;
  transform: scale(1.5);
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FD522D !important;
}
.inp_wrap .round_label.rdo_type input:checked ~ i::before {
  opacity: 1;
  transform: scale(1);
}
.inp_wrap .round_label.chk_type i {
  background-image: url(/src/img/ico/round_label_chk.svg);
}
.inp_wrap .round_label.chk_type i::before {
  content: "";
  transition: opacity 0.5s, transform 0.5s;
  opacity: 0;
  transform: scale(1.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/src/img/ico/round_label_chk_c1.svg);
}
.inp_wrap .round_label.chk_type input:checked ~ i::before {
  opacity: 1;
  transform: scale(1);
}
.inp_wrap .color_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
}
.inp_wrap .color_btn.color1_1 {
  background-color: #AF001C;
}
.inp_wrap .color_btn.color1_2 {
  background-color: #C42942;
}
.inp_wrap .color_btn.color1_3 {
  background-color: #FF2347;
}
.inp_wrap .color_btn.color1_4 {
  background-color: #EF97A5;
}
.inp_wrap .color_btn.color1_5 {
  background-color: #EBCFD3;
}
.inp_wrap .color_btn.color2_1 {
  background-color: #945400;
}
.inp_wrap .color_btn.color2_2 {
  background-color: #CC7400;
}
.inp_wrap .color_btn.color2_3 {
  background-color: #FD522D;
}
.inp_wrap .color_btn.color2_4 {
  background-color: #FFA38F;
}
.inp_wrap .color_btn.color2_5 {
  background-color: #FED4CB;
}
.inp_wrap .color_btn.color3_1 {
  background-color: #2D6A00;
}
.inp_wrap .color_btn.color3_2 {
  background-color: #4E941A;
}
.inp_wrap .color_btn.color3_3 {
  background-color: #7BDC33;
}
.inp_wrap .color_btn.color3_4 {
  background-color: #B4E88D;
}
.inp_wrap .color_btn.color3_5 {
  background-color: #D3ECC0;
}
.inp_wrap .color_btn.color4_1 {
  background-color: #04848E;
}
.inp_wrap .color_btn.color4_2 {
  background-color: #3BB3BC;
}
.inp_wrap .color_btn.color4_3 {
  background-color: #1FE7F6;
}
.inp_wrap .color_btn.color4_4 {
  background-color: #99E5EB;
}
.inp_wrap .color_btn.color4_5 {
  background-color: #D5F0F2;
}
.inp_wrap .color_btn.color5_1 {
  background-color: #000A6D;
}
.inp_wrap .color_btn.color5_2 {
  background-color: #1928B5;
}
.inp_wrap .color_btn.color5_3 {
  background-color: #2E43FF;
}
.inp_wrap .color_btn.color5_4 {
  background-color: #97A1FF;
}
.inp_wrap .color_btn.color5_5 {
  background-color: #E1E4FF;
}
.inp_wrap .color_btn.color6_1 {
  background-color: #5E004F;
}
.inp_wrap .color_btn.color6_2 {
  background-color: #97007E;
}
.inp_wrap .color_btn.color6_3 {
  background-color: #DE00B9;
}
.inp_wrap .color_btn.color6_4 {
  background-color: #EE87DD;
}
.inp_wrap .color_btn.color6_5 {
  background-color: #F5CFEF;
}
.inp_wrap .color_btn.color7_1 {
  background-color: #555555;
}
.inp_wrap .color_btn.color7_2 {
  background-color: #999999;
}
.inp_wrap .color_btn.color7_3 {
  background-color: #AAAAAA;
}
.inp_wrap .color_btn.color7_4 {
  background-color: #DDDDDD;
}
.inp_wrap .color_btn.color7_5 {
  background-color: #EEEEEE;
}
.inp_wrap .color_btn.color_reset {
  border: 1px solid #ddd;
}
.inp_wrap .color_btn.act {
  position: relative;
}
.inp_wrap .color_btn.act::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 12px;
  background-image: url(/src/img/ico/color_btn_chk_w.svg);
}
.inp_wrap .color_btn.act.color_reset::after {
  display: none;
}
.inp_wrap .select_wrap {
  position: relative;
  width: 100%;
}
.inp_wrap .select_wrap .select_open {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 0 30px 0 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: left;
}
.inp_wrap .select_wrap .select_open .t {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.inp_wrap .select_wrap .select_open::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-image: url(/src/img/ico/sel_arrow.svg);
}
.inp_wrap .select_wrap .select_opt {
  z-index: 5;
  position: absolute;
  top: 49px;
  left: 0;
  display: none;
  width: 100%;
}
.inp_wrap .select_wrap .select_opt .color_box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  width: 272px;
  padding: 20px;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff;
}
.inp_wrap .select_wrap.act .select_opt {
  display: block;
}
.inp_wrap .date_box {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  height: 50px;
  padding-right: 34px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.inp_wrap .date_box .inp {
  height: 100%;
  border: 0;
}
.inp_wrap .date_box .ui-datepicker-trigger {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.inp_wrap .pw_box{position: relative;display: inline-flex;align-items: center;justify-content: center;overflow: hidden;width: 100%;height: 50px;padding-right: 44px;border: 1px solid #ddd;border-radius: 5px;}
.inp_wrap .pw_box .inp{height: 100%;border: 0;}
.inp_wrap .pw_box .pw_show_btn{position: absolute;top: calc(50% - 12px);right: 20px;display: block;width: 24px;height: 24px;background-image: url(/src/img/ico/pw_show.svg);}
.inp_wrap .pw_box.act .pw_show_btn{background-image: url(/src/img/ico/pw_show_act.svg);}

.inp_wrap .schedule_inp_wrap {
  display: none;
  align-items: center;
}
.inp_wrap .schedule_inp_wrap .mid_txt {
  margin: 0 5px;
}
.inp_wrap .schedule_inp_wrap .m_line {
  display: flex;
  gap: 0 5px;
  align-items: center;
}
.inp_wrap .schedule_inp_wrap .m_line .m_txt {
  display: none;
}
.inp_wrap .schedule_inp_wrap .r_btn {
  margin-left: 5px;
}
.inp_wrap .schedule_inp_wrap .label_wrap {
  flex-shrink: 0;
  margin-left: 20px;
}
.inp_wrap .schedule_inp_wrap.act {
  display: flex;
}
.inp_wrap .repeat_inp_wrap {
  display: none;
}
.inp_wrap .repeat_inp_wrap .repeat_result_line {
  margin-top: 20px;
}
.inp_wrap .repeat_inp_wrap .repeat_result_line .date_result {
  font-size: 0;
}
.inp_wrap .repeat_inp_wrap .repeat_result_line .date_result .t {
  font-size: 14px;
  line-height: 150%;
}
.inp_wrap .repeat_inp_wrap .repeat_result_line .date_result .t::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.inp_wrap .repeat_inp_wrap .repeat_result_line .date_result .t:first-child::before {
  display: none;
}
.inp_wrap .repeat_inp_wrap .repeat_result_line .repeat_result {
  margin-top: 10px;
  font-size: 0;
}
.inp_wrap .repeat_inp_wrap .repeat_result_line .repeat_result .t {
  font-size: 14px;
  line-height: 150%;
}
.inp_wrap .repeat_inp_wrap .repeat_result_line .repeat_result .t::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.inp_wrap .repeat_inp_wrap .repeat_result_line .repeat_result .t:first-child::before {
  display: none;
}
.inp_wrap .repeat_inp_wrap.act {
  display: block;
}
.inp_wrap .cycle_inp_wrap {
  display: flex;
  gap: 0 5px;
  align-items: center;
}
.inp_wrap .cycle_inp_wrap .inp {
  width: 100px;
}
.inp_wrap .cycle_inp_wrap .t {
  flex-shrink: 0;
}
.inp_wrap .cycleinp_ty3_line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.inp_wrap .cycleinp_ty3_line .txt .t {
  font-size: 14px;
}
.inp_wrap .js_cycle_dl .js_cycle_line {
  display: none;
}
.inp_wrap .js_cycle_dl .js_ty3_line {
  display: none;
}
.inp_wrap .js_cycle_dl .js_ty4_line {
  display: none;
}
.inp_wrap .js_cycle_dl .js_ty5_line {
  display: none;
}
.inp_wrap .js_cycle_dl.ty1_act .js_cycle_line {
  display: flex;
}
.inp_wrap .js_cycle_dl.ty2_act .js_cycle_line {
  display: flex;
}
.inp_wrap .js_cycle_dl.ty3_act .js_cycle_line {
  display: flex;
}
.inp_wrap .js_cycle_dl.ty3_act .js_ty3_line {
  display: flex;
}
.inp_wrap .js_cycle_dl.ty4_act .js_cycle_line {
  display: flex;
}
.inp_wrap .js_cycle_dl.ty4_act .js_ty4_line {
  display: flex;
}
.inp_wrap .js_cycle_dl.ty5_act .js_cycle_line {
  display: none;
}
.inp_wrap .js_cycle_dl.ty5_act .js_ty5_line {
  display: flex;
}
.inp_wrap .cycle_time_wrap {
  display: flex;
  gap: 10px;
}
.inp_wrap .cycle_time_wrap .m_line {
  display: flex;
  gap: 5px;
  align-items: center;
  width: 100%;
}
.inp_wrap .cycle_time_wrap .label_wrap {
  flex-shrink: 0;
}
.inp_wrap .cycle_end_wrap {
  display: flex;
  gap: 0 5px;
  align-items: center;
}
.inp_wrap .cycle_end_wrap .date_box, .inp_wrap .cycle_end_wrap > .inp {
  width: 190px;
}
.inp_wrap .cycle_end_wrap .t {
  flex-shrink: 0;
}
.inp_wrap .js_endtype_wrap .cycle_end_wrap .ty2_inp {
  display: none;
}
.inp_wrap .js_endtype_wrap .cycle_end_wrap .ty3_inp {
  display: none;
}
.inp_wrap .js_endtype_wrap .cycle_end_wrap .ty3_txt {
  display: none;
}
.inp_wrap .js_endtype_wrap.ty2_act .ty2_inp {
  display: block;
}
.inp_wrap .js_endtype_wrap.ty3_act .cycle_end_wrap .ty3_inp {
  display: block;
}
.inp_wrap .js_endtype_wrap.ty3_act .cycle_end_wrap .ty3_txt {
  display: block;
}

@media (max-width: 1240px) {
  .inp_wrap .schedule_inp_wrap {
    flex-wrap: wrap;
    align-items: start;
    gap: 5px 0;
  }
  .inp_wrap .schedule_inp_wrap .mid_txt {
    display: none;
  }
  .inp_wrap .schedule_inp_wrap .m_line {
    width: 100%;
  }
  .inp_wrap .schedule_inp_wrap .m_line .m_txt {
    display: inline-block;
  }
  .inp_wrap .schedule_inp_wrap .r_btn {
    margin: 0;
  }
  .inp_wrap .cycle_time_wrap {
    flex-direction: column;
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .inp_wrap .txt_bubble_line {
    padding-right: 0;
  }
  .inp_wrap .cycle_end_wrap .date_box, .inp_wrap .cycle_end_wrap > .inp {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .inp_wrap .inp {
    height: 40px;
    padding: 0 15px;
    font-size: 13px;
  }
  .inp_wrap .inp::placeholder {
    font-size: 13px;
  }
  .inp_wrap .inp.w150 {
    max-width: 120px;
  }
  .inp_wrap p.inp {
    min-height: 40px;
    padding: 10px 15px;
  }
  .inp_wrap select.inp {
    padding: 0 25px 0 15px;
    background-position: calc(100% - 15px) center;
  }
  .inp_wrap textarea.inp {
    height: 150px;
    padding: 10px;
  }
  .inp_wrap textarea.inp.h150 {
    height: 100px;
  }
  .inp_wrap .label_wrap {
    padding: 5px 0;
  }
  .inp_wrap .label_wrap .de_rdo.txt .t, .inp_wrap .label_wrap .de_cki.txt .t, .inp_wrap .label_wrap .de_cks.txt .t {
    font-size: 13px;
  }
  .inp_wrap .sel_inp_line.m_col_type {
    flex-direction: column;
  }
  .inp_wrap .sel_inp_line.m_col_type .inp {
    max-width: 100% !important;
  }
  .inp_wrap .inp_label_line {
    flex-direction: column;
    gap: 5px 0;
  }
  .inp_wrap .inp_txt_line .t {
    font-size: 13px;
  }
	
	.inp_wrap .file_result{min-height: 40px;padding: 5px 10px;}
	.inp_wrap .file_result > ul{gap: 10px 0;}
	.inp_wrap .file_result > ul > li .t1{font-size: 13px;}
	.inp_wrap .file_result > ul > li .t1 .upload_del_btn{margin-left: 5px;}

  .inp_wrap .add_line .add_btn {
    width: 40px;
    height: 40px;
  }
  .inp_wrap .add_line .del_btn {
    width: 40px;
    height: 40px;
  }
  .inp_wrap .r_btn {
    width: 90px;
    height: 40px;
    font-size: 13px;
  }
  .inp_wrap .order_info {
    margin-top: 5px;
  }
  .inp_wrap .file_info {
    margin-top: 5px;
  }
  .inp_wrap .file_link {
    font-size: 13px;
  }
  .inp_wrap .file_img {
    margin-bottom: 5px;
  }
  .inp_wrap .desc_info {
    margin-top: 5px;
    font-size: 13px;
  }
  .inp_wrap .point_btn_line .inp_box {
    padding: 0 15px;
  }
  .inp_wrap .point_btn_line .t {
    margin-left: 5px;
  }
  .inp_wrap .point_btn_line .r_btn {
    margin-left: 10px;
  }
  .inp_wrap .proof_line {
    margin-top: 5px;
  }
  .inp_wrap .round_label_col {
    gap: 10px 0;
  }
  .inp_wrap .round_label {
    border-radius: 25px;
  }
  .inp_wrap .round_label i {
    left: 10px;
  }
  .inp_wrap .round_label .t {
    min-height: 50px;
    padding: 5px 10px 5px 45px;
    font-size: 13px;
  }
  .inp_wrap .round_label .t::before {
    border-radius: 25px;
  }
  .inp_wrap .select_wrap .select_open {
    height: 40px;
    padding: 0 25px 0 15px;
    font-size: 13px;
  }
  .inp_wrap .select_wrap .select_open::after {
    right: 15px;
  }
  .inp_wrap .select_wrap .select_opt {
    top: 39px;
  }
  .inp_wrap .select_wrap .select_opt .color_box {
    gap: 10px;
    width: 222px;
    padding: 15px;
  }
  .inp_wrap .date_box {
    height: 40px;
    padding-right: 29px;
  }
  .inp_wrap .date_box .ui-datepicker-trigger {
    right: 15px;
  }

	.inp_wrap .pw_box{height: 40px;padding-right: 39px;}
	.inp_wrap .pw_box .pw_show_btn{right: 15px;}

  .inp_wrap .schedule_inp_wrap .label_wrap {
    margin-left: 10px;
  }
  .inp_wrap .repeat_inp_wrap .repeat_result_line {
    margin-top: 10px;
  }
  .inp_wrap .repeat_inp_wrap .repeat_result_line .date_result .t {
    font-size: 13px;
  }
  .inp_wrap .repeat_inp_wrap .repeat_result_line .repeat_result {
    margin-top: 5px;
  }
  .inp_wrap .repeat_inp_wrap .repeat_result_line .repeat_result .t {
    font-size: 13px;
  }
  .inp_wrap .cycleinp_ty3_line {
    gap: 5px 10px;
    margin-top: 5px;
  }
  .inp_wrap .cycleinp_ty3_line .txt .t {
    font-size: 13px;
  }
}
.agree_tit {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.agree_tit .req {
  font-weight: normal;
  color: #FD522D !important;
}

.agree_box {
  overflow-y: scroll;
  height: 200px;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fafafa;
}
.agree_box > pre {
  font-size: 16px;
  color: #666;
}

.agree_line {
  margin-top: 20px;
}
.agree_line.bdb {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.agree_line.top_type {
  margin-top: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

@media (max-width: 620px) {
  .agree_tit {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .agree_box {
    height: 150px;
    padding: 15px;
  }
  .agree_box > pre {
    font-size: 13px;
  }
  .agree_line {
    margin-top: 15px;
  }
  .agree_line.bdb {
    padding-bottom: 15px;
  }
  .agree_line.top_type {
    padding-bottom: 15px;
  }
}
#header {
  position: relative;
  z-index: 30;
}
#header .mem_menu {
  font-size: 0;
  line-height: 150%;
}
#header .mem_menu .t {
  font-size: 14px;
  color: #666;
}
#header .mem_menu .t::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
#header .mem_menu .t:last-child::after {
  display: none;
}
#header .tnb {
  background-color: #FD522D;
}
#header .tnb .inner {
  display: flex;
  gap: 0 40px;
  align-items: center;
  justify-content: space-between;
  min-height: 43px;
  padding: 10px 0;
}
#header .tnb .inner .r_cont {
  flex-shrink: 0;
}
#header .tnb .thum_txt {
  font-weight: bold;
  color: #fff;
}
#header .tnb .mem_menu .t {
  color: #fff;
}
#header .tnb .mem_menu .t::after {
  background-color: #FF7B5E;
}
#header .hd_wrap {
  height: 88px;
}
#header .hd_wrap.fix .hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#header .hd {
  position: relative;
  background-color: #fff;
}
#header .hd .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
}
#header .hd .inner .r_cont {
  display: flex;
  gap: 0 20px;
  align-items: center;
}
#header .hd .gnb {
  margin-left: -60px;
}
#header .hd .gnb > ul {
  display: flex;
}
#header .hd .gnb > ul > li {
  flex-shrink: 0;
  padding: 0 25px;
}
#header .hd .gnb > ul > li .t1 {
  transition: color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
#header .hd .gnb > ul > li .t1 .t {
  position: relative;
}
#header .hd .gnb > ul > li .t1 .t::after {
  content: "";
  transition: transform 0.15s;
  transform: scaleX(0);
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FD522D !important;
}
#header .hd .gnb > ul > li:first-child {
  padding-left: 0;
}
#header .hd .gnb > ul > li:last-child {
  padding-right: 0;
}
#header .hd .gnb_dep2_bg {
  position: absolute;
  top: 87px;
  left: 0;
  display: none;
  width: 100%;
  padding: 40px 0;
  border-top: 1px solid #eee;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
}
#header .hd .dep2_menu > ul {
  display: flex;flex-wrap: wrap;gap: 20px 150px;
}
#header .hd .dep2_menu > ul.jcc {
  justify-content: center;
}
#header .hd .dep2_menu > ul > li .t2 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
#header .hd .dep3_menu {
  margin-top: 15px;
}
#header .hd .dep3_menu > ul > li + li {
  margin-top: 15px;
}
#header .hd .dep3_menu > ul > li .t3 {
  font-size: 16px;
}
#header .hd .quick_menu {
  gap: 0 30px;
}
#header .hd .quick_menu .btn {
  width: auto;
}
#header .hd .quick_menu .btn .ico .num {
  top: -3px;
  right: -10px;
}
#header .hd .m_menu_btn {
  display: none;
  width: 24px;
  height: 24px;
  background-image: url(/src/img/ico/hd_m_menu.svg);
}
#header .m_menu_modal {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
#header .m_menu_modal .mod {
  transition: right 0.3s;
  position: absolute;
  right: -100%;
  top: 0;
  max-width: 480px;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#header .m_menu_modal .mod .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 124px;
  padding: 0 40px;
  border-bottom: 20px solid #fafafa;
}
#header .m_menu_modal .mod .cont {
  overflow-y: auto;
  height: calc(100% - 124px);
}
#header .m_menu_modal .mod .close_btn {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/src/img/ico/hd_m_close.svg);
}
#header .m_menu_modal .mod .m_gnb > ul > li .t1 {
  transition: color 0.3s;
  display: flex;
  align-items: center;
  width: 100%;
  height: 83px;
  padding: 0 40px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
#header .m_menu_modal .mod .m_gnb > ul > li .t1.arrow_ico {
  position: relative;
  padding-right: 50px;
}
#header .m_menu_modal .mod .m_gnb > ul > li .t1.arrow_ico::after {
  content: "";
  transition: transform 0.3s;
  position: absolute;
  right: 40px;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  background-image: url(/src/img/ico/hd_m_gnb_arrow.svg);
}
#header .m_menu_modal .mod .m_gnb > ul > li .dep2_menu {
  display: none;
}
#header .m_menu_modal .mod .m_gnb > ul > li.act .t1 {
  color: #FD522D !important;
}
#header .m_menu_modal .mod .m_gnb > ul > li.act .t1.arrow_ico::after {
  transform: scaleY(-1);
}
#header .m_menu_modal .mod .dep2_menu {
  padding: 30px 40px;
  background-color: #fafafa;
}
#header .m_menu_modal .mod .dep2_menu > ul > li .t2 {
  display: inline-block;
  padding: 10px 0;
  font-size: 16px;
}

@media (hover: hover) {
  #header .hd .gnb > ul > li:hover .t1 {
    color: #FD522D !important;
  }
  #header .hd .gnb > ul > li:hover .t1 .t::after {
    transform: scaleX(1);
  }
  #header .hd .dep2_menu > ul > li:hover .t2 {
    color: #FD522D !important;
  }
  #header .hd .dep3_menu > ul > li:hover .t3 {
    color: #FD522D !important;
  }
}
@media (max-width: 1800px) {
  #header .hd .gnb {
    margin-left: 0;
  }
  #header .hd .gnb > ul > li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1640px) {
  #header .hd .gnb > ul > li {
    padding: 0 13px;
  }
  #header .hd .gnb > ul > li .t1 {
    font-size: 16px;
  }
  #header .hd .dep2_menu > ul{gap: 10px 90px;}
  #header .hd .quick_menu {
    gap: 0 20px;
  }
}
@media screen and (min-width: 1440px) {
  #header .m_menu_modal {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  #header .tnb {
    display: none;
  }
  #header .hd .gnb {
    display: none;
  }
  #header .hd .quick_menu {
    display: none;
  }
  #header .hd .quick_menu .btn {
    display: block;
    height: 24px;
    font-size: 0;
  }
  #header .hd .quick_menu .btn .ico {
    margin-bottom: 0;
  }
  #header .hd .m_menu_btn {
    display: block;
  }
  #header .m_menu_modal.act .mod {
    right: 0;
  }
}
@media (max-width: 620px) {
  #header .mem_menu .t {
    font-size: 13px;
  }
  #header .mem_menu .t::after {
    margin: 0 8px 2px;
  }
  #header .hd_wrap {
    height: 64px;
  }
  #header .hd .inner {
    height: 64px;
  }
  #header .m_menu_modal .mod .top {
    height: 70px;
    padding: 0 5vw;
    border-bottom: 10px solid #fafafa;
  }
  #header .m_menu_modal .mod .cont {
    height: calc(100% - 70px);
  }
  #header .m_menu_modal .mod .close_btn {
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  #header .m_menu_modal .mod .m_gnb > ul > li .t1 {
    height: 63px;
    padding: 0 5vw;
    font-size: 14px;
  }
  #header .m_menu_modal .mod .m_gnb > ul > li .t1.arrow_ico {
    padding-right: calc(5vw + 10px);
  }
  #header .m_menu_modal .mod .m_gnb > ul > li .t1.arrow_ico::after {
    right: 5vw;
  }
  #header .m_menu_modal .mod .dep2_menu {
    padding: 20px 5vw;
  }
  #header .m_menu_modal .mod .dep2_menu > ul > li .t2 {
    display: inline-block;
    padding: 7px 0;
    font-size: 14px;
  }
}
.r_aside {
  z-index: 25;
  position: fixed;
  right: 50px;
  bottom: 50px;
}
.r_aside .circle_btns {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.r_aside .circle_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 150%;
  font-size: 16px;
  text-align: center;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}
.r_aside .circle_btns .btn.live_btn{border-radius: 0;text-indent: -9999px;font-size: 0;background-image: url(/src/img/ico/r_aside_live.svg);background-size: cover;box-shadow: none;}
.r_aside .circle_btns .btn.leveltest_btn{color: #fff;font-weight: bold;background-color: #3E91AB;}
.r_aside .circle_btns .btn.quick_btn {
  color: #fff;
  font-weight: bold;
  background-color: #FD522D !important;
}
.r_aside .circle_btns .btn.chat_btn {
  color: #2E2428;
  font-weight: bold;
  background-color: #FFE300;
}
.r_aside .circle_btns .btn.top_btn {
  background-color: #eee;
}

@media screen and (max-width: 1740px) {
  .r_aside {
    right: 20px;
    bottom: 20px;
  }
  .r_aside .circle_btns .btn {
    width: 60px;
    height: 60px;
    font-size: 13px;
  }
}
@media (max-width: 1440px) {
	.r_aside{bottom: 130px;}
	.r_aside .circle_btns .btn.quick_btn,.r_aside .circle_btns .btn.chat_btn,.r_aside .circle_btns .btn.top_btn{display: none;}
	#wrap.prd_v_wrap .r_aside{bottom: 20px;}
}
@media (max-width: 1240px){
	#wrap.prd_v_wrap .r_aside{bottom: 120px;}
}
@media (max-width: 620px){
	.r_aside{bottom: 90px;right: 10px;}
	.r_aside .circle_btns .btn{width: 50px;height: 50px;font-size: 12px;}
	#wrap.prd_v_wrap .r_aside{bottom: 90px;}
}
.m_quick {
  display: none;
  z-index: 10;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.05);
}
.m_quick .quick_menu .btn {
  width: 100%;
  height: 108px;
}

@media (max-width: 1440px) {
  .m_quick {
    display: block;
  }
}
@media (max-width: 620px) {
  .m_quick .quick_menu .btn {
    height: 77px;
  }
}
.noti_modal {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.noti_modal .mod {
  transition: right 0.3s ease-in-out;
  position: absolute;
  right: -100%;
  top: 0;
  max-width: 360px;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.noti_modal .mod .top {
  display: flex;
  gap: 0 20px;
  justify-content: space-between;
  height: 104px;
  padding: 0 40px;
}
.noti_modal .mod .top .l_cont {
  display: flex;
  gap: 0 10px;
  align-items: center;
  width: 100%;
}
.noti_modal .mod .top .r_cont {
  flex-shrink: 0;
  display: flex;
  gap: 0 20px;
  align-items: center;
  margin-left: auto;
}
.noti_modal .mod .top .mod_tit {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.noti_modal .mod .top .btn {
  flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
}
.noti_modal .mod .top .back_btn {
  background-image: url(/src/img/ico/noti_back.svg);
}
.noti_modal .mod .top .setup_btn {
  background-image: url(/src/img/ico/noti_setup.svg);
}
.noti_modal .mod .top .close_btn {
  background-image: url(/src/img/ico/noti_close.svg);
}
.noti_modal .mod .cont {
  overflow-y: auto;
  height: calc(100% - 104px);
  padding: 0 40px 40px;
}
.noti_modal .mod .cont::-webkit-scrollbar {
  width: 3px;
  background-color: #eee;
}
.noti_modal .mod .cont::-webkit-scrollbar-thumb {
  background-color: #999;
}
.noti_modal .mod .none_box .t1 {
  font-size: 16px;
  color: #999;
  text-align: center;
}
.noti_modal .mod .noti_recent_lst > ul > li {
  display: flex;
  gap: 0 10px;
  padding: 20px 0;
  border-top: 1px solid #eee;
}
.noti_modal .mod .noti_recent_lst > ul > li .img {
  flex-shrink: 0;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url(/src/img/default_profile.png);
  background-size: cover;
}
.noti_modal .mod .noti_recent_lst > ul > li .img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.noti_modal .mod .noti_recent_lst > ul > li .txt {
  width: 100%;
}
.noti_modal .mod .noti_recent_lst > ul > li .txt > a {
  display: block;
}
.noti_modal .mod .noti_recent_lst > ul > li .txt .tit {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  line-height: 150%;
}
.noti_modal .mod .noti_recent_lst > ul > li .txt .desc_img {
  margin-top: 10px;
}
.noti_modal .mod .noti_recent_lst > ul > li .txt .desc {
  margin-top: 10px;
  font-size: 12px;
}
.noti_modal .mod .noti_recent_lst > ul > li .txt .date {
  margin-top: 15px;
  font-size: 11px;
  color: #666;
}
.noti_modal .mod .noti_recent_lst > ul > li:first-child {
  padding-top: 0;
  border-top: 0;
}
.noti_modal .mod .noti_recent_lst > ul > li.not_read .txt .tit, .noti_modal .mod .noti_recent_lst > ul > li.not_read .txt .desc, .noti_modal .mod .noti_recent_lst > ul > li.not_read .txt .date {
  color: #999;
}
.noti_modal .mod .noti_setup_lst > ul > li {
  padding: 30px 0;
  border-top: 1px solid #eee;
}
.noti_modal .mod .noti_setup_lst > ul > li:first-child {
  padding-top: 0;
  border-top: 0;
}
.noti_modal .mod .noti_setup_lst > ul > li:last-child {
  padding-bottom: 0;
}
.noti_modal .mod .noti_setup_lst > ul > li .tit {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
.noti_modal .mod .noti_setup_lst > ul > li .desc {
  margin-top: 10px;
  font-size: 12px;
}
.noti_modal .mod .noti_setup_lst > ul > li .de_rdo, .noti_modal .mod .noti_setup_lst > ul > li .de_cks, .noti_modal .mod .noti_setup_lst > ul > li .de_cki {
  align-items: center;
}
.noti_modal .mod .noti_setup_lst > ul > li .de_rdo i, .noti_modal .mod .noti_setup_lst > ul > li .de_cks i, .noti_modal .mod .noti_setup_lst > ul > li .de_cki i {
  margin-right: 20px;
}
.noti_modal .mod .noti_setup_lst > ul > li .de_rdo.txt .t, .noti_modal .mod .noti_setup_lst > ul > li .de_cks.txt .t, .noti_modal .mod .noti_setup_lst > ul > li .de_cki.txt .t {
  padding-top: 0;
}
.noti_modal .mod .b_btns {
	display: none;
  margin-top: 50px;
  border-top: 1px solid #eee;
}
.noti_modal .mod .b_btns.act{display: block;}
.noti_modal .mod .b_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.noti_modal .mod.act {
  right: 0;
}

@media (max-width: 620px) {
  .noti_modal .mod .top {
    height: 60px;
    padding: 0 5vw;
  }
  .noti_modal .mod .top .r_cont {
    gap: 0 10px;
  }
  .noti_modal .mod .top .mod_tit {
    font-size: 16px;
  }
  .noti_modal .mod .top .btn {
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  .noti_modal .mod .cont {
    height: calc(100% - 60px);
    padding: 0 5vw 20px;
  }
  .noti_modal .mod .none_box .t1 {
    font-size: 13px;
  }
  .noti_modal .mod .noti_setup_lst > ul > li {
    padding: 20px 0;
  }
  .noti_modal .mod .b_btns {
    margin-top: 25px;
  }
  .noti_modal .mod .b_btns .btn {
    height: 54px;
    font-size: 13px;
  }
}

.live_modal{display: none;position: fixed;z-index: 25;right: 50px;bottom: 390px;width: 240px;border: 1px solid #000;border-radius: 10px;background-color: #fff;box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);}
.live_modal .close_btn{position: absolute;top: 20px;right: 20px;width: 19px;height: 19px;background-image: url(/src/img/ico/modal_close.svg);}
.live_modal .mod_ovy{overflow-y: auto;max-height: calc(100vh - 390px);padding: 40px 20px;}
.live_modal .mod_ovy::-webkit-scrollbar{width: 3px;background-color: #eee;}
.live_modal .mod_ovy:-webkit-scrollbar-thumb{background-color: #999;}
.live_modal .inner{display: flex;flex-direction: column;align-items: center;text-align: center;}
.live_modal .inner .live_ico{flex-shrink: 0;display: block;width: 40px;height: 40px;background-image: url(/src/img/ico/live_modal_ico.svg);}
.live_modal .inner .live_ico+.t1,.live_modal .inner .live_ico+.t2{margin-top: 15px;}
.live_modal .inner .t1{font-size: 16px;font-weight: bold;}
.live_modal .inner .t1 a{text-decoration: underline}
.live_modal .inner .t1 b{color: #FD522D;}
.live_modal .inner .t1+.t2{margin-top: 10px;}
.live_modal .inner .t2{font-size: 14px;}
.live_modal .inner .t2 b{color: #FD522D;font-weight: bold;}
@media screen and (max-width: 1740px){
	.live_modal{right: 20px;bottom: 280px;}
	.live_modal .mod_ovy{max-height: calc(100vh - 280px);}
}
@media (max-width: 1440px){
	.live_modal{bottom: 195px;}
	.live_modal .mod_ovy{max-height: calc(100vh - 195px);}
	#wrap.prd_v_wrap .live_modal{bottom: 85px;}
	#wrap.prd_v_wrap .live_modal .mod_ovy{max-height: calc(100vh - 85px);}
}
@media (max-width: 1240px){
	#wrap.prd_v_wrap .live_modal{bottom: 185px;}
	#wrap.prd_v_wrap .live_modal .mod_ovy{max-height: calc(100vh - 185px);}
}
@media (max-width: 620px){
	.live_modal{right: 10px;bottom: 145px;width: 210px;}
	.live_modal .mod_ovy{max-height: calc(100vh - 145px);padding: 30px 20px;}
	.live_modal .close_btn{top: 10px;right: 10px;}
	.live_modal .inner .live_ico{width: 30px;height: 30px;background-size: cover;}
	.live_modal .inner .live_ico+.t1,.live_modal .inner .live_ico+.t2{margin-top: 10px;}
	.live_modal .inner .t1{font-size: 13px;}
	.live_modal .inner .t1+.t2{margin-top: 5px;}
	.live_modal .inner .t2{font-size: 12px;}
	#wrap.prd_v_wrap .live_modal{bottom: 145px;}
	#wrap.prd_v_wrap .live_modal .mod_ovy{max-height: calc(100vh - 145px);}
}

.leveltest_modal{display: none;position: fixed;z-index: 25;right: 50px;bottom: 305px;width: 300px;border: 1px solid #000;border-radius: 10px;background-color: #fff;box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);}
.leveltest_modal .close_btn{position: absolute;top: 20px;right: 20px;width: 19px;height: 19px;background-image: url(/src/img/ico/modal_close.svg);}
.leveltest_modal .mod_ovy{overflow-y: auto;max-height: calc(100vh - 305px);padding: 40px 20px;}
.leveltest_modal .mod_ovy::-webkit-scrollbar{width: 3px;background-color: #eee;}
.leveltest_modal .mod_ovy:-webkit-scrollbar-thumb{background-color: #999;}
.leveltest_modal .test_btns{display: flex;gap: 10px;flex-wrap: wrap;padding-top: 10px;}
.leveltest_modal .test_btns .btn{display: flex;align-items: center;justify-content: center;width: 100%;height: 60px;border-radius: 5px;font-size: 16px;font-weight: bold;text-align: center;}
.leveltest_modal .test_btns .btn.line_style{border: 1px solid #ddd;color: #000;}
@media screen and (max-width: 1740px){
	.leveltest_modal{right: 20px;bottom: 215px;}
	.leveltest_modal .mod_ovy{max-height: calc(100vh - 215px);}
}
@media (max-width: 1440px){
	.leveltest_modal{bottom: 130px;}
	.leveltest_modal .mod_ovy{max-height: calc(100vh - 130px);}
	#wrap.prd_v_wrap .leveltest_modal{bottom: 20px;}
	#wrap.prd_v_wrap .leveltest_modal .mod_ovy{max-height: calc(100vh - 20px);}
}
@media (max-width: 1240px){
	#wrap.prd_v_wrap .leveltest_modal{bottom: 120px;}
	#wrap.prd_v_wrap .leveltest_modal .mod_ovy{max-height: calc(100vh - 120px);}
}
@media (max-width: 620px){
	.leveltest_modal{right: 10px;bottom: 90px;width: 240px;}
	.leveltest_modal .mod_ovy{max-height: calc(100vh - 90px);padding: 30px 20px;}
	.leveltest_modal .close_btn{top: 10px;right: 10px;}
	.leveltest_modal .test_btns{padding-top: 5px;}
	.leveltest_modal .test_btns .btn{height: 50px;font-size: 13px;}
	#wrap.prd_v_wrap .leveltest_modal{bottom: 90px;}
	#wrap.prd_v_wrap .leveltest_modal .mod_ovy{max-height: calc(100vh - 90px);}
}



.inquiry_modal {
  /* transform: scale(0); */
  /* transform-origin: bottom right; */
  /* overflow: hidden; */
	display: none;
  position: fixed;
  z-index: 50;
  right: 50px;
  bottom: 220px;
  width: 640px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}
.inquiry_modal .close_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 19px;
  height: 19px;
  background-image: url(/src/img/ico/modal_close.svg);
}
.inquiry_modal .mod_ovy {
  overflow-y: auto;
  max-height: calc(100vh - 220px);
  padding: 40px;
}
.inquiry_modal .mod_ovy::-webkit-scrollbar {
  width: 3px;
  background-color: #eee;
}
.inquiry_modal .mod_ovy::-webkit-scrollbar-thumb {
  background-color: #999;
}
.inquiry_modal .mod_tit {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.inquiry_modal .bd_w .line {
  gap: 40px 20px;
}
.inquiry_modal .sbm_line {
  margin-top: 30px;
}

@media screen and (max-width: 1740px) {
  .inquiry_modal {
    right: 20px;
    bottom: 150px;
  }
  .inquiry_modal .mod_ovy {
    max-height: calc(100vh - 150px);
  }
}
@media (max-width: 1440px) {
  .inquiry_modal {
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .inquiry_modal .mod_ovy {
    max-height: 90vh;
    padding: 40px 5%;
  }
  .inquiry_modal .bd_w .line {
    gap: 40px;
  }
}
@media (max-width: 620px) {
  .inquiry_modal .close_btn {
    top: 10px;
    right: 10px;
  }
  .inquiry_modal .mod_ovy {
    max-height: 90vh;
    padding: 30px 5% 20px;
  }
  .inquiry_modal .mod_tit {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .inquiry_modal .bd_w .line {
    gap: 20px;
  }
}
.vdo_modal {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.vdo_modal .mod {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1130px;
  background-color: #000;
}
.vdo_modal .mod .vdo {
  aspect-ratio: 16/9;
  height: 100%;
  max-height: calc(100vh - 80px);
  margin: 0 auto;
}
.vdo_modal .mod .vdo iframe {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.vdo_modal .mod .close_btn {
  position: absolute;
  right: -39px;
  top: 0;
  width: 19px;
  height: 19px;
  background-image: url(/src/img/ico/modal_close_w.svg);
}

@media (max-width: 1440px) {
  .vdo_modal .mod {
    width: 90%;
  }
  .vdo_modal .mod .close_btn {
    right: 0;
    top: -39px;
  }
}
@media (max-width: 620px) {
  .vdo_modal .mod {
    width: 90%;
  }
  .vdo_modal .mod .close_btn {
    right: 0;
    top: -29px;
  }
}


.complete_modal{z-index: 50;position: fixed;top: 0;left: 0;display: none;width: 100%;height: 100%;background-color: rgba(18,20,23,.56);}
.complete_modal.act{display: block;}
.complete_modal .mod{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 540px;border-radius: 20px;text-align: center;background-color: #fff;}
.complete_modal .close_btn{position: absolute;top: 20px;right: 20px;width: 20px;height: 20px;background-image: url(/src/img/ico/complete_modal_close.svg);background-size: 19px auto;background-repeat: no-repeat;background-position: center;}
.complete_modal .mod_ovy{overflow-y: auto;max-height: 80vh;padding: 80px 40px;}
.complete_modal .ico{display: block;width: 60px;height: 60px;margin: 0 auto 20px;border-radius: 50%;background-color: #F37021;background-image: url(/src/img/ico/complete_modal_ico.svg);background-size: 26px auto;background-repeat: no-repeat;background-position: center;}
.complete_modal .tit{font-size: 30px;font-weight: bold;color: #000;}
.complete_modal .tit+.desc{margin-top: 20px;}
.complete_modal .desc{font-size: 16px;}
.complete_modal .action_btns{display: flex;align-items: center;justify-content: center;margin-top: 40px;}
.complete_modal .action_btns .btn{display: flex;align-items: center;justify-content: center;width: 196px;height: 60px;border-radius: 50rem;font-size: 18px;text-align: center;}
.complete_modal .action_btns .btn.bg_style{color: #fff;background-color: #121417;}
@media (max-width: 767px){
  .complete_modal .mod{width: 90%;}
}
@media (max-width: 620px){
  .complete_modal .mod{border-radius: 10px;}
  .complete_modal .close_btn{top: 10px;right: 10px;}
  .complete_modal .mod_ovy{padding: 40px 20px;}
  .complete_modal .ico{width: 50px;height: 50px;margin-bottom: 10px;background-size: 22px auto;}
  .complete_modal .tit{font-size: 20px;}
  .complete_modal .tit+.desc{margin-top: 10px;}
  .complete_modal .desc{font-size: 13px;}
  .complete_modal .action_btns{margin-top: 20px;}
  .complete_modal .action_btns .btn{width: 120px;height: 50px;font-size: 14px;}
}














.star_point {
  font-size: 0;
}
.star_point .ico {
  display: inline-block;
  width: 26px;
  height: 25px;
  font-size: 0;
  background-image: url(/src/img/ico/star_point.svg);
}

@media (max-width: 620px) {
  .star_point .ico {
    width: 14px;
    height: 14px;
    background-size: cover;
  }
}
@keyframes rlflow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes lrflow {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.main_wrap .main_ptb {
  padding: 200px 0;
}
.main_wrap .main_pt {
  padding-top: 200px;
}
.main_wrap .main_pb {
  padding-bottom: 200px;
}
.main_wrap .main_tit_wrap {
  margin-bottom: 80px;
  text-align: center;
}
.main_wrap .main_tit_wrap.cf .main_tit {
  color: #fff;
}
.main_wrap .main_tit_wrap.cf .main_desc {
  color: #fff;
}
.main_wrap .main_tit {
  font-size: 50px;
  font-weight: bold;
  color: #000;
  line-height: 140%;
}
.main_wrap .main_tit.cf {
  color: #fff;
}
.main_wrap .main_desc {
  margin-top: 30px;
  font-size: 18px;
  color: #666;
}
.main_wrap .main_desc.cf {
  color: #fff;
}
.main_wrap .skew_up {
  transition: transform 0.5s, opacity 0.5s;
  transform: translate(0%, 120%) matrix(1, -0.2, 0, 1, 0, 0);
  opacity: 0;
}
.main_wrap .tn_op1 {
  transition: opacity 1s;
  opacity: 0;
}
.main_wrap .gray_logo_bg {
  background-color: #F9F9F9;
  background-image: url(/src/img/main_gray_logo.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.main_wrap .gray_logo_bg section + section {
  margin-top: 200px;
}
.main_wrap .main_slide {
  overflow: hidden;
  position: relative;
  padding: 90px 0;
  background-image: url(/src/img/main_slide_bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.main_wrap .main_slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(249, 249, 249) 100%);
}
.main_wrap .main_slide .inner {
  width: 1600px;
  margin: 0 auto;
}
.main_wrap .main_slide .main_mask .item {
  display: flex;
  align-items: start;
  gap: 0 40px;
}
.main_wrap .main_slide .main_mask .item .txt {
  width: calc(50% - 20px);
  padding-top: 140px;
}
.main_wrap .main_slide .main_mask .item .txt .t1 {
  transition: opacity 1s, transform 1s;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  font-size: 60px;
  font-weight: bold;
  color: #000;
  line-height: 140%;
}
.main_wrap .main_slide .main_mask .item .txt .t2 {
  transition: opacity 1s, transform 1s;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  margin-top: 40px;
  font-size: 24px;
  color: #666;
}
.main_wrap .main_slide .main_mask .item .img {
  transition: opacity 1s, transform 1s;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 100, 0);
  width: calc(50% - 20px);
}
.main_wrap .main_slide .main_mask .item.swiper-slide-active .txt .t1 {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.main_wrap .main_slide .main_mask .item.swiper-slide-active .txt .t2 {
  transition-delay: 0.3s;
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.main_wrap .main_slide .main_mask .item.swiper-slide-active .img {
  transition-delay: 0.8s;
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.main_wrap .main_slide_v2{position: relative;}
.main_wrap .main_slide_v2 .main_mask{overflow: hidden;}
.main_wrap .main_slide_v2 .main_mask .item{}
.main_wrap .main_slide_v2 .main_mask .item > a{display: block;width: 100%;height: 100%;}
.main_wrap .main_slide_v2 .main_mask .item .bg{display: block;width: 100%;height: 970px;}
.main_wrap .main_slide_v2 .main_mask .item .bg img{object-fit: cover;width: 100%;height: 100%;}
.main_wrap .main_slide_v2 .bullet{z-index: 5;position: absolute;bottom: 50px;left: 50%;transform: translateX(-50%);display: flex;gap: 10px;justify-content: center;}
.main_wrap .main_slide_v2 .bullet .swiper-pagination-bullet{opacity: 1;width: 10px;height: 10px;margin: 0;border-radius: 5px;background-color: rgba(255,255,255,.5);}
.main_wrap .main_slide_v2 .bullet .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 30px;background-color: rgba(255,255,255,1);}

.main_wrap .main_effect .effect_lst > ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.main_wrap .main_effect .effect_lst > ul > li {
  width: calc(50% - 5px);
}
.main_wrap .main_effect .effect_lst > ul > li .img {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.main_wrap .main_effect .effect_lst > ul > li .img > img {
  transition: transform 0.3s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main_wrap .main_why .why_lst > ul {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.main_wrap .main_why .why_lst > ul > li {
  display: flex;
  justify-content: space-between;
  gap: 40px 80px;
  flex-wrap: wrap;
  width: calc(50% - 20px);
  padding: 40px 80px;
  border-radius: 20px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}
.main_wrap .main_why .why_lst > ul > li .in_cont {
  width: calc(50% - 40px);
}
.main_wrap .main_why .why_lst > ul > li .circle_chart {
  position: relative;
  aspect-ratio: 1/1;
}
.main_wrap .main_why .why_lst > ul > li .circle_chart .chart_bg {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f5f5f5;
}
.main_wrap .main_why .why_lst > ul > li .circle_chart .chart_bg .pie_chart {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.main_wrap .main_why .why_lst > ul > li .circle_chart .chart_bg::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border-radius: 50%;
  background-color: #fff;
}
.main_wrap .main_why .why_lst > ul > li .circle_chart .rate {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #000;
}
.main_wrap .main_why .why_lst > ul > li .circle_chart .rate .num {
  font-size: 40px;
  font-weight: bold;
}
.main_wrap .main_why .why_lst > ul > li .t1 {
  margin-top: 20px;
  font-size: 20px;
}
.main_wrap .main_why .why_lst > ul > li .t1 b {
  color: #FD522D !important;
}
.main_wrap .main_trans {
  background-image: url(/src/img/main_trans_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.main_wrap .main_trans .trans_lst > ul {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.main_wrap .main_trans .trans_lst > ul > li {
  display: flex;
  align-items: center;
  gap: 0 40px;
  width: calc(50% - 20px);
  padding: 70px 80px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}
.main_wrap .main_trans .trans_lst > ul > li .l_cont {
  width: 100%;
}
.main_wrap .main_trans .trans_lst > ul > li .r_cont {
  flex-shrink: 0;
  width: 160px;
  text-align: right;
}
.main_wrap .main_trans .trans_lst > ul > li .t1 {
  font-size: 20px;
  color: #000;
}
.main_wrap .main_trans .trans_lst > ul > li .t2 {
  margin-top: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #FD522D !important;
}
.main_wrap .main_trans .trans_lst > ul > li .t3 {
  font-size: 30px;
  color: #000;
}
.main_wrap .main_trans .trans_lst > ul > li .t3 .num {
  font-size: 70px;
  font-weight: bold;
}
.main_wrap .main_price .price_lst > ul {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
  align-items: center;
}
.main_wrap .main_price .price_lst > ul > li {
  overflow: hidden;
  width: calc(50% - 40px);
  border-radius: 20px;
  background-color: #f9f9f9;
}
.main_wrap .main_price .price_lst > ul > li .tit_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  padding: 20px;
  text-align: center;
  background-color: #aaa;
}
.main_wrap .main_price .price_lst > ul > li .tit_box .t1 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.main_wrap .main_price .price_lst > ul > li .cont_box {
  padding: 40px;
}
.main_wrap .main_price .price_lst > ul > li .opt_lst > dl + dl {
  margin-top: 40px;
}
.main_wrap .main_price .price_lst > ul > li .opt_lst > dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #666;
}
.main_wrap .main_price .price_lst > ul > li .opt_lst > dl dd {
  margin-top: 20px;
}
.main_wrap .main_price .price_lst > ul > li .chks {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.main_wrap .main_price .price_lst > ul > li .chks .chk {
  display: flex;
  align-items: start;
  width: calc(50% - 10px);
}
.main_wrap .main_price .price_lst > ul > li .chks .chk::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-image: url(/src/img/ico/main_price_chk.svg);
}
.main_wrap .main_price .price_lst > ul > li .chks .chk .t {
  padding-top: 4px;
  font-size: 18px;
  color: #666;
}
.main_wrap .main_price .price_lst > ul > li .chks .chk.w100p {
  width: 100%;
}
.main_wrap .main_price .price_lst > ul > li .price_line {
  display: flex;
  gap: 0 40px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}
.main_wrap .main_price .price_lst > ul > li .price_line .l_cont {
  width: calc(100% - 305px);
}
.main_wrap .main_price .price_lst > ul > li .price_line .r_cont {
  width: 265px;
  text-align: right;
}
.main_wrap .main_price .price_lst > ul > li .price_line .b_cont {
  width: 100%;
  margin-top: 15px;
  text-align: right;
}
.main_wrap .main_price .price_lst > ul > li .price_line .t1 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #666;
}
.main_wrap .main_price .price_lst > ul > li .price_line .t2 {
  font-size: 30px;
  font-weight: bold;
  color: #666;
}
.main_wrap .main_price .price_lst > ul > li .price_line .t3 {
  font-size: 20px;
  color: #666;
}
.main_wrap .main_price .price_lst > ul > li .price_line .t3 .num {
  font-size: 50px;
  font-weight: bold;
}
.main_wrap .main_price .price_lst > ul > li .price_line .t4 {
  font-size: 18px;
  color: #999;
}
.main_wrap .main_price .price_lst > ul > li.act {
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}
.main_wrap .main_price .price_lst > ul > li.act .tit_box {
  background-color: #FD522D !important;
}
.main_wrap .main_price .price_lst > ul > li.act .opt_lst > dl dt {
  color: #000;
}
.main_wrap .main_price .price_lst > ul > li.act .chks .chk::before {
  background-image: url(/src/img/ico/main_price_chk_c1.svg);
}
.main_wrap .main_price .price_lst > ul > li.act .chks .chk .t {
  color: #333;
}
.main_wrap .main_price .price_lst > ul > li.act .price_line .t1 {
  color: #FD522D !important;
}
.main_wrap .main_price .price_lst > ul > li.act .price_line .t2 {
  color: #000;
}
.main_wrap .main_price .price_lst > ul > li.act .price_line .t3 {
  color: #000;
}
.main_wrap .main_price .price_lst > ul > li.act .price_line .t4 {
  color: #333;
}
.main_wrap .main_result {
  background-color: #f9f9f9;
}
.main_wrap .main_result .result_lst > ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}
.main_wrap .main_result .result_lst > ul > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.3333% + 1px);
  margin: -1px 0 0 -1px;
  padding: 60px 30px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  text-align: center;
}
.main_wrap .main_result .result_lst > ul > li .t1 {
  margin-bottom: 5px;
  font-size: 20px;
  color: #000;
}
.main_wrap .main_result .result_lst > ul > li .t2 {
  font-size: 24px;
  font-weight: bold;
  color: #FD522D !important;
}
.main_wrap .main_result .result_lst > ul > li .ico {
  display: block;
  width: 80px;
  height: 80px;
  margin-top: 20px;
}
.main_wrap .main_result .result_lst > ul > li .ico1_1 {
  background-image: url(/src/img/ico/main_result_ico1_1.svg);
}
.main_wrap .main_result .result_lst > ul > li .ico1_2 {
  background-image: url(/src/img/ico/main_result_ico1_2.svg);
}
.main_wrap .main_result .result_lst > ul > li .ico1_3 {
  background-image: url(/src/img/ico/main_result_ico1_3.svg);
}
.main_wrap .main_result .result_lst > ul > li .ico1_4 {
  background-image: url(/src/img/ico/main_result_ico1_4.svg);
}
.main_wrap .main_result .result_lst > ul > li .ico1_5 {
  background-image: url(/src/img/ico/main_result_ico1_5.svg);
}
.main_wrap .main_result .result_lst > ul > li .ico1_6 {
  background-image: url(/src/img/ico/main_result_ico1_6.svg);
}
.main_wrap .main_result .result_lst > ul > li .t3 {
  margin-top: 30px;
  font-size: 20px;
  color: #000;
}
.main_wrap .main_result .result_lst > ul > li .t3 .num {
  font-size: 40px;
  font-weight: bold;
}
.main_wrap .main_review .inner {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
.main_wrap .main_review .flow_banner {
  overflow: hidden;
  width: 100%;
  margin: -40px 0;
  padding: 40px 0;
}
.main_wrap .main_review .flow_banner .move_wrap {
  display: flex;
  gap: 0 40px;
}
.main_wrap .main_review .flow_banner .move_wrap .item {
  flex-shrink: 0;
}
.main_wrap .main_review .flow_banner .move_wrap.rl_ani {
  animation: rlflow 30s linear infinite;
}
.main_wrap .main_review .flow_banner .move_wrap.lr_ani {
  animation: lrflow 30s linear infinite;
}
.main_wrap .main_review .flow_banner .move_wrap.paused {
  animation-play-state: paused;
}
.main_wrap .main_review .flow_banner .item {
  overflow: hidden;
  width: 440px;
  border-radius: 20px;
}
.main_wrap .main_review .flow_banner .item.txt_item {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}
.main_wrap .main_review .flow_banner .item.txt_item .in_box {
  display: block;
  height: 100%;
  padding: 40px;
}
.main_wrap .main_review .flow_banner .item.txt_item .thum_line {
  display: flex;
  gap: 0 20px;
}
.main_wrap .main_review .flow_banner .item.txt_item .thum_line .img {
  flex-shrink: 0;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-image: url(/src/img/default_profile.png);
  background-size: cover;
}
.main_wrap .main_review .flow_banner .item.txt_item .thum_line .img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main_wrap .main_review .flow_banner .item.txt_item .thum_line .txt {
  width: 100%;
}
.main_wrap .main_review .flow_banner .item.txt_item .thum_line .txt .star_point {
  margin-bottom: 10px;
}
.main_wrap .main_review .flow_banner .item.txt_item .thum_line .txt .t1 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.main_wrap .main_review .flow_banner .item.txt_item .desc {
  margin-top: 40px;
  font-size: 16px;
  color: #666;
}
.main_wrap .main_review .flow_banner .item.photo_item {
  position: relative;
}
.main_wrap .main_review .flow_banner .item.photo_item .img {
  position: relative;
  height: 300px;
}
.main_wrap .main_review .flow_banner .item.photo_item .img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main_wrap .main_review .flow_banner .item.photo_item .img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.main_wrap .main_review .flow_banner .item.photo_item .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
}
.main_wrap .main_review .flow_banner .item.photo_item .txt .t1 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.main_wrap .main_review .flow_banner .item.photo_item .txt .t2 {
  margin-top: 20px;
  font-size: 20px;
  color: #fff;
}
.main_wrap .main_diff {
  overflow: hidden;
  background-color: #f9f9f9;
}
.main_wrap .main_diff .diff_lst {
  position: relative;
}
.main_wrap .main_diff .diff_lst .main_tit_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 540px;
  text-align: left;
}
.main_wrap .main_diff .diff_lst > ul > li {
  display: flex;
  gap: 0 80px;
  align-items: start;
}
.main_wrap .main_diff .diff_lst > ul > li .img {
  flex-shrink: 0;
  position: relative;
  width: 320px;
  height: 641px;
  padding: 18px 20px 19px 21px;
  border-radius: 50px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}
.main_wrap .main_diff .diff_lst > ul > li .img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main_wrap .main_diff .diff_lst > ul > li .img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/src/img/main_diff_mockup.png);
}
.main_wrap .main_diff .diff_lst > ul > li .txt {
  width: 100%;
}
.main_wrap .main_diff .diff_lst > ul > li .txt .t1 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #FD522D !important;
}
.main_wrap .main_diff .diff_lst > ul > li .txt .t2 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.main_wrap .main_diff .diff_lst > ul > li .txt .t3 {
  margin-top: 30px;
  font-size: 18px;
  color: #666;
}
.main_wrap .main_diff .diff_lst > ul > li .txt .dot_box {
  max-width: 460px;
  width: 100%;
  margin-top: 40px;
}
.main_wrap .main_diff .diff_lst > ul > li .txt .dot_box .dot {
  position: relative;
  padding: 20px 20px 20px 33px;
  border-radius: 10px;
  font-size: 18px;
  background-color: #fff;
}
.main_wrap .main_diff .diff_lst > ul > li .txt .dot_box .dot::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 20px;
  width: 3px;
  height: 3px;
  background-color: #666;
}
.main_wrap .main_diff .diff_lst > ul > li .txt .dot_box .dot + .dot {
  margin-top: 5px;
}
.main_wrap .main_diff .diff_lst > ul > li:nth-child(2n-1):not(.f_li) {
  flex-direction: row-reverse;
  text-align: right;
}
.main_wrap .main_diff .diff_lst > ul > li:nth-child(2n-1):not(.f_li) .txt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.main_wrap .main_diff .diff_lst > ul > li:nth-child(2n-1):not(.f_li) .txt .dot_box .dot {
  padding: 20px 33px 20px 20px;
}
.main_wrap .main_diff .diff_lst > ul > li:nth-child(2n-1):not(.f_li) .txt .dot_box .dot::before {
  left: auto;
  right: 20px;
}
.main_wrap .main_diff .diff_lst > ul > li:nth-child(1) {
  padding-left: 540px;
}
.main_wrap .main_diff .diff_lst > ul > li:nth-child(2) .txt {
  padding-top: 150px;
}
.main_wrap .main_diff .diff_lst > ul > li:nth-child(3) {
  margin-top: -130px;
}
.main_wrap .main_diff .diff_lst > ul > li:nth-child(3) .txt {
  padding-top: 180px;
}
.main_wrap .main_diff .diff_lst > ul > li:nth-child(4) {
  margin-top: 150px;
}
.main_wrap .main_diff .diff_lst > ul > li:nth-child(4) .dot_box {
  max-width: 600px;
}
.main_wrap .main_diff .diff_lst > ul > li:nth-child(5) {
  margin-top: -200px;
}
.main_wrap .main_diff .diff_lst > ul > li:nth-child(5) .txt {
  padding-top: 150px;
}
.main_wrap .lr_inner {
  position: relative;
  display: flex;
  gap: 80px;
  align-items: start;
}
.main_wrap .lr_inner .tit_cont {
  position: sticky;
  top: 88px;
  left: 0;
  width: 100%;
  padding-top: 100px;
}
.main_wrap .lr_inner .tit_cont .main_tit_wrap {
  margin-bottom: 0;
  text-align: left;
}
.main_wrap .lr_inner .desc_cont {
  flex-shrink: 0;
  width: 726px;
}
.main_wrap .lr_inner .box_lst {
  overflow: hidden;
}
.main_wrap .lr_inner .box_lst > ul, .main_wrap .lr_inner .box_lst ol {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: start;
  margin-top: 40px;
}
.main_wrap .lr_inner .box_lst > ul > li, .main_wrap .lr_inner .box_lst ol > li {
  overflow: hidden;
  width: calc(50% - 20px);
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}
.main_wrap .lr_inner .box_lst > ul > li .img, .main_wrap .lr_inner .box_lst ol > li .img {
  aspect-ratio: 1/1;
}
.main_wrap .lr_inner .box_lst > ul > li .img > img, .main_wrap .lr_inner .box_lst ol > li .img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main_wrap .lr_inner .box_lst > ul > li .txt, .main_wrap .lr_inner .box_lst ol > li .txt {
  padding: 30px 40px;
}
.main_wrap .lr_inner .box_lst > ul > li .txt .t1, .main_wrap .lr_inner .box_lst ol > li .txt .t1 {
  margin-bottom: 5px;
  font-size: 16px;
  color: #FD522D !important;
}
.main_wrap .lr_inner .box_lst > ul > li .txt .t2, .main_wrap .lr_inner .box_lst ol > li .txt .t2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.main_wrap .lr_inner .box_lst > ul > li .txt .t3, .main_wrap .lr_inner .box_lst ol > li .txt .t3 {
  margin-top: 20px;
  font-size: 16px;
  color: #666;
}
.main_wrap .lr_inner .box_lst > ul > li:nth-child(2n-1), .main_wrap .lr_inner .box_lst ol > li:nth-child(2n-1) {
  margin-top: -40px;
}
.main_wrap .lr_inner.reverse_type {
  flex-direction: row-reverse;
}
.main_wrap .main_package {
  background-image: url(/src/img/main_package_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.main_wrap .main_package .lr_inner .box_lst > ul > li:nth-child(5), .main_wrap .main_package .lr_inner .box_lst ol > li:nth-child(5) {
  margin-top: -20px;
}
.main_wrap .main_event .main_event_slide {
  position: relative;
  overflow: hidden;
  margin: -20px 0;
}
.main_wrap .main_event .main_event_slide .event_mask {
  width: 500px;
  margin: 0 auto;
  padding: 20px 0;
}
.main_wrap .main_event .main_event_slide .event_mask .item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: unset;
}
.main_wrap .main_event .main_event_slide .event_mask .item .gall_item {
  width: 100%;
}
.main_wrap .main_event .main_event_slide .event_mask .item .gall_item .img {
  aspect-ratio: 8/7;
}
.main_wrap .main_event .main_event_slide .event_mask .item.swiper-slide-active .img {
  aspect-ratio: 1/1;
}
.main_wrap .main_event .main_event_slide .event_mask .item.swiper-slide-active .gall_item {
  width: 100%;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}
.main_wrap .main_event .main_event_slide .arrow_btn {
  z-index: 10;
  position: absolute;
  top: 230px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  background-image: url(/src/img/ico/main_event_slide_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.main_wrap .main_event .main_event_slide .arrow_btn.prev {
  left: calc(50% - 290px);
}
.main_wrap .main_event .main_event_slide .arrow_btn.next {
  right: calc(50% - 290px);
  transform: scaleX(-1);
}
.main_wrap .main_knowhow {
  background-image: url(/src/img/main_knowhow_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.main_wrap .main_knowhow .lr_inner .box_lst > ul > li:nth-child(3), .main_wrap .main_knowhow .lr_inner .box_lst ol > li:nth-child(3) {
  margin-top: -20px;
}
.main_wrap .main_want .want_lst > ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}
.main_wrap .main_want .want_lst > ul > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(25% + 1px);
  margin: -1px 0 0 -1px;
  padding: 60px 30px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  text-align: center;
}
.main_wrap .main_want .want_lst > ul > li .ico {
  display: block;
  width: 80px;
  height: 80px;
}
.main_wrap .main_want .want_lst > ul > li .ico1_1 {
  background-image: url(/src/img/ico/main_want_ico1_1.svg);
}
.main_wrap .main_want .want_lst > ul > li .ico1_2 {
  background-image: url(/src/img/ico/main_want_ico1_2.svg);
}
.main_wrap .main_want .want_lst > ul > li .ico1_3 {
  background-image: url(/src/img/ico/main_want_ico1_3.svg);
}
.main_wrap .main_want .want_lst > ul > li .ico1_4 {
  background-image: url(/src/img/ico/main_want_ico1_4.svg);
}
.main_wrap .main_want .want_lst > ul > li .ico1_5 {
  background-image: url(/src/img/ico/main_want_ico1_5.svg);
}
.main_wrap .main_want .want_lst > ul > li .ico1_6 {
  background-image: url(/src/img/ico/main_want_ico1_6.svg);
}
.main_wrap .main_want .want_lst > ul > li .ico1_7 {
  background-image: url(/src/img/ico/main_want_ico1_7.svg);
}
.main_wrap .main_want .want_lst > ul > li .ico1_8 {
  background-image: url(/src/img/ico/main_want_ico1_8.svg);
}
.main_wrap .main_want .want_lst > ul > li .t1 {
  margin-top: 20px;
  font-size: 18px;
  color: #000;
}
.main_wrap .main_level .level_lst > ol {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.main_wrap .main_level .level_lst > ol > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 60px) / 4);
  padding: 87px 30px;
  border-radius: 20px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}
.main_wrap .main_level .level_lst > ol > li .ico {
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.main_wrap .main_level .level_lst > ol > li .ico1_1 {
  background-image: url(/src/img/ico/main_level_ico1_1.svg);
}
.main_wrap .main_level .level_lst > ol > li .ico1_2 {
  background-image: url(/src/img/ico/main_level_ico1_2.svg);
}
.main_wrap .main_level .level_lst > ol > li .ico1_3 {
  background-image: url(/src/img/ico/main_level_ico1_3.svg);
}
.main_wrap .main_level .level_lst > ol > li .ico1_4 {
  background-image: url(/src/img/ico/main_level_ico1_4.svg);
}
.main_wrap .main_level .level_lst > ol > li .t1 {
  margin-bottom: 5px;
  font-size: 16px;
  color: #FD522D !important;
}
.main_wrap .main_level .level_lst > ol > li .t2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.main_wrap .main_level .level_lst > ol > li::after {
  content: "";
  z-index: 5;
  transition: background-color 0.3s;
  position: absolute;
  top: calc(50% - 30px);
  right: -40px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(/src/img/ico/main_level_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}
.main_wrap .main_level .level_lst > ol > li:last-child::after {
  display: none;
}
.main_wrap .main_level .level_lst > ol > li.act::after {
  background-image: url(/src/img/ico/main_level_arrow_w.svg);
  background-color: #FD522D !important;
}
.main_wrap .main_level .more_btns{display: flex;justify-content: center;gap: 20px;flex-wrap: wrap;margin-top: 80px;}
.main_wrap .main_level .more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 80px;
  border-radius: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #FD522D !important;
}
.main_wrap .js_sect_act .skew_up {
  transform: matrix(1, 0, 0, 1, 0, 0);
  opacity: 1;
}
.main_wrap .js_sect_act .tn_op1 {
  opacity: 1;
}

@media (hover: hover) {
  .main_wrap .main_effect .effect_lst > ul > li:hover .img > img {
    transform: scale(1.2);
  }
  .main_wrap .main_event .main_event_slide .gall_item:hover {
    box-shadow: none;
  }
}
@media screen and (max-width: 1640px) {
  .main_wrap .gray_logo_bg {
    background-size: 100% auto;
  }
  .main_wrap .main_slide .inner {
    width: 1400px;
  }
  .main_wrap .main_slide .main_mask .item {
    align-items: center;
  }
  .main_wrap .main_slide .main_mask .item .txt {
    padding-top: 0;
  }
  .main_wrap .main_slide .main_mask .item .txt .t1 {
    font-size: 56px;
  }
  .main_wrap .main_slide .main_mask .item .txt .t2 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .main_wrap .main_slide {
    padding: 150px 0 0;
  }
  .main_wrap .main_slide .inner {
    width: 90%;
  }
  .main_wrap .main_slide .main_mask .item {
    flex-direction: column;
    gap: 100px 0;
    text-align: center;
  }
  .main_wrap .main_slide .main_mask .item .txt {
    width: 100%;
  }
  .main_wrap .main_slide .main_mask .item .img {
    width: 100%;
  }
  .main_wrap .main_why .why_lst > ul {
    max-width: 640px;
    margin: 0 auto;
  }
  .main_wrap .main_why .why_lst > ul > li {
    width: 100%;
    gap: 40px 60px;
    padding: 40px 60px;
  }
  .main_wrap .main_why .why_lst > ul > li .in_cont {
    width: calc(50% - 30px);
  }
  .main_wrap .main_trans .trans_lst > ul {
    max-width: 640px;
    margin: 0 auto;
  }
  .main_wrap .main_trans .trans_lst > ul > li {
    width: 100%;
    padding: 70px;
  }
  .main_wrap .main_price .price_lst > ul {
    max-width: 640px;
    margin: 0 auto;
    gap: 40px;
  }
  .main_wrap .main_price .price_lst > ul > li {
    width: 100%;
  }
  .main_wrap .main_result .result_lst > ul {
    max-width: 720px;
    margin: 0 auto;
  }
  .main_wrap .main_result .result_lst > ul > li {
    width: calc(50% + 1px);
  }
  .main_wrap .main_diff .diff_lst {
    position: static;
  }
  .main_wrap .main_diff .diff_lst .main_tit_wrap {
    position: static;
    width: 100%;
    text-align: center;
  }
  .main_wrap .main_diff .diff_lst > ul {
    display: flex;
    flex-direction: column;
    gap: 80px 0;
  }
  .main_wrap .main_diff .diff_lst > ul > li {
    gap: 50px;
    margin-top: 0 !important;
    padding-left: 0 !important;
  }
  .main_wrap .main_diff .diff_lst > ul > li .txt {
    padding-top: 0 !important;
  }
  .main_wrap .lr_inner {
    flex-direction: column !important;
  }
  .main_wrap .lr_inner .tit_cont {
    position: static;
    top: 0;
    width: 100%;
    padding-top: 0;
  }
  .main_wrap .lr_inner .tit_cont .main_tit_wrap {
    text-align: center;
  }
  .main_wrap .lr_inner .desc_cont {
    width: 100%;
  }
  .main_wrap .lr_inner .box_lst {
    width: 100%;
  }
  .main_wrap .lr_inner .box_lst > ul, .main_wrap .lr_inner .box_lst ol {
    align-items: stretch;
    max-width: 726px;
    margin: 0 auto;
  }
  .main_wrap .lr_inner .box_lst > ul > li, .main_wrap .lr_inner .box_lst ol > li {
    margin-top: 0 !important;
  }
  .main_wrap .main_want .want_lst > ul {
    max-width: 700px;
    margin: 0 auto;
  }
  .main_wrap .main_want .want_lst > ul > li {
    width: calc(50% + 1px);
  }
  .main_wrap .main_level .level_lst > ol {
    max-width: 640px;
    margin: 0 auto;
  }
  .main_wrap .main_level .level_lst > ol > li {
    width: 100%;
    padding: 60px 30px;
  }
  .main_wrap .main_level .level_lst > ol > li::after {
    top: calc(100% - 20px);
    right: calc(50% - 30px);
    transform: rotate(90deg);
  }
}
@media (max-width: 991px) {
  .main_wrap .main_effect .effect_lst > ul > li {
    width: 100%;
  }
  .main_wrap .main_effect .effect_lst > ul > li .img {
    height: auto;
  }
  .main_wrap .main_diff .diff_lst .main_tit_wrap {
    text-align: left;
  }
  .main_wrap .main_diff .diff_lst > ul > li {
    flex-direction: column !important;
  }
  .main_wrap .main_diff .diff_lst > ul > li:nth-child(2n-1):not(.f_li) {
    align-items: flex-end;
  }
  .main_wrap .main_diff .diff_lst > ul > li:nth-child(1) .img {
    margin: 0 auto;
  }
}
@media (max-width: 620px) {
  .main_wrap .main_ptb {
    padding: 100px 0;
  }
  .main_wrap .main_pt {
    padding-top: 100px;
  }
  .main_wrap .main_pb {
    padding-bottom: 100px;
  }
  .main_wrap .main_tit_wrap {
    margin-bottom: 40px;
  }
  .main_wrap .main_tit {
    font-size: 24px;
  }
  .main_wrap .main_desc {
    margin-top: 15px;
    font-size: 14px;
  }
  .main_wrap .gray_logo_bg section + section {
    margin-top: 100px;
  }
  .main_wrap .main_slide {
    padding-top: 75px;
    background-size: 250%;
  }
  .main_wrap .main_slide::before {
    height: 130px;
  }
  .main_wrap .main_slide .main_mask .item {
    gap: 50px 0;
  }
  .main_wrap .main_slide .main_mask .item .txt .t1 {
    font-size: 24px;
  }
  .main_wrap .main_slide .main_mask .item .txt .t2 {
    margin-top: 20px;
    font-size: 16px;
  }

	.main_wrap .main_slide_v2 .main_mask .item .bg{height: auto;}
	.main_wrap .main_slide_v2 .bullet{bottom: 25px;gap: 0 7px;}
	.main_wrap .main_slide_v2 .bullet .swiper-pagination-bullet{width: 7px;height: 7px;border-radius: 7px;}
	.main_wrap .main_slide_v2 .bullet .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 20px;}


  .main_wrap .main_effect .effect_lst > ul {
    gap: 5px;
  }
  .main_wrap .main_why .why_lst > ul {
    max-width: 280px;
    gap: 10px;
  }
  .main_wrap .main_why .why_lst > ul > li {
    gap: 20px 0;
    padding: 20px;
    border-radius: 10px;
  }
  .main_wrap .main_why .why_lst > ul > li .in_cont {
    width: 100%;
  }
  .main_wrap .main_why .why_lst > ul > li .circle_chart {
    width: 110px;
    margin: 0 auto;
  }
  .main_wrap .main_why .why_lst > ul > li .circle_chart .rate {
    font-size: 16px;
  }
  .main_wrap .main_why .why_lst > ul > li .circle_chart .rate .num {
    font-size: 20px;
  }
  .main_wrap .main_why .why_lst > ul > li .t1 {
    margin-top: 10px;
    font-size: 16px;
  }
  .main_wrap .main_trans .trans_lst > ul {
    max-width: 280px;
    gap: 10px;
  }
  .main_wrap .main_trans .trans_lst > ul > li {
    flex-direction: column;
    gap: 20px 0;
    padding: 30px;
    border-radius: 10px;
  }
  .main_wrap .main_trans .trans_lst > ul > li .r_cont {
    width: 100%;
    text-align: left;
  }
  .main_wrap .main_trans .trans_lst > ul > li .t1 {
    font-size: 16px;
  }
  .main_wrap .main_trans .trans_lst > ul > li .t2 {
    margin-top: 5px;
    font-size: 20px;
  }
  .main_wrap .main_trans .trans_lst > ul > li .t3 {
    font-size: 20px;
  }
  .main_wrap .main_trans .trans_lst > ul > li .t3 .num {
    font-size: 40px;
  }
  .main_wrap .main_price .price_lst > ul {
    max-width: 310px;
    gap: 20px;
  }
  .main_wrap .main_price .price_lst > ul > li {
    border-radius: 10px;
  }
  .main_wrap .main_price .price_lst > ul > li .tit_box {
    min-height: 100px;
  }
  .main_wrap .main_price .price_lst > ul > li .tit_box .t1 {
    font-size: 20px;
  }
  .main_wrap .main_price .price_lst > ul > li .cont_box {
    padding: 20px;
  }
  .main_wrap .main_price .price_lst > ul > li .opt_lst > dl + dl {
    margin-top: 20px;
  }
  .main_wrap .main_price .price_lst > ul > li .opt_lst > dl dt {
    font-size: 16px;
  }
  .main_wrap .main_price .price_lst > ul > li .opt_lst > dl dd {
    margin-top: 10px;
  }
  .main_wrap .main_price .price_lst > ul > li .chks {
    gap: 10px;
  }
  .main_wrap .main_price .price_lst > ul > li .chks .chk {
    width: 100%;
  }
  .main_wrap .main_price .price_lst > ul > li .chks .chk .t {
    padding-top: 5px;
    font-size: 14px;
  }
  .main_wrap .main_price .price_lst > ul > li .price_line {
    gap: 0;
    margin-top: 20px;
    padding-top: 20px;
  }
  .main_wrap .main_price .price_lst > ul > li .price_line .l_cont {
    width: 100%;
  }
  .main_wrap .main_price .price_lst > ul > li .price_line .r_cont {
    width: 100%;
    margin-top: 20px;
    text-align: left;
  }
  .main_wrap .main_price .price_lst > ul > li .price_line .b_cont {
    width: 100%;
    margin-top: 5px;
    text-align: left;
  }
  .main_wrap .main_price .price_lst > ul > li .price_line .t1 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .main_wrap .main_price .price_lst > ul > li .price_line .t2 {
    font-size: 20px;
  }
  .main_wrap .main_price .price_lst > ul > li .price_line .t3 {
    font-size: 16px;
  }
  .main_wrap .main_price .price_lst > ul > li .price_line .t3 .num {
    font-size: 24px;
  }
  .main_wrap .main_price .price_lst > ul > li .price_line .t4 {
    font-size: 14px;
  }
  .main_wrap .main_result .result_lst > ul {
    max-width: 360px;
    border-radius: 10px;
  }
  .main_wrap .main_result .result_lst > ul > li {
    position: relative;
    display: block;
    width: 100%;
    margin-left: 0;
    padding: 20px 30px 20px 90px;
    border-left: 0;
    text-align: left;
  }
  .main_wrap .main_result .result_lst > ul > li .t1 {
    margin-bottom: 0;
    font-size: 16px;
  }
  .main_wrap .main_result .result_lst > ul > li .t2 {
    font-size: 16px;
  }
  .main_wrap .main_result .result_lst > ul > li .ico {
    position: absolute;
    top: calc(50% - 20px);
    left: 30px;
    width: 40px;
    height: 40px;
    margin-top: 0;
    background-size: cover;
  }
  .main_wrap .main_result .result_lst > ul > li .t3 {
    margin-top: 15px;
    font-size: 16px;
  }
  .main_wrap .main_result .result_lst > ul > li .t3 .num {
    font-size: 20px;
  }
  .main_wrap .main_review .inner {
    gap: 20px 0;
  }
  .main_wrap .main_review .flow_banner .move_wrap {
    display: flex;
    gap: 0 20px;
  }
  .main_wrap .main_review .flow_banner .item {
    width: 220px;
    border-radius: 10px;
  }
  .main_wrap .main_review .flow_banner .item.txt_item .in_box {
    padding: 20px;
  }
  .main_wrap .main_review .flow_banner .item.txt_item .thum_line {
    gap: 0 10px;
  }
  .main_wrap .main_review .flow_banner .item.txt_item .thum_line .img {
    width: 40px;
    height: 40px;
  }
  .main_wrap .main_review .flow_banner .item.txt_item .thum_line .txt .star_point {
    margin-bottom: 5px;
  }
  .main_wrap .main_review .flow_banner .item.txt_item .thum_line .txt .t1 {
    font-size: 16px;
  }
  .main_wrap .main_review .flow_banner .item.txt_item .desc {
    margin-top: 20px;
    font-size: 13px;
  }
  .main_wrap .main_review .flow_banner .item.photo_item .img {
    height: 150px;
  }
  .main_wrap .main_review .flow_banner .item.photo_item .txt {
    padding: 20px;
  }
  .main_wrap .main_review .flow_banner .item.photo_item .txt .t1 {
    font-size: 16px;
  }
  .main_wrap .main_review .flow_banner .item.photo_item .txt .t2 {
    margin-top: 10px;
    font-size: 16px;
  }
  .main_wrap .main_diff .diff_lst > ul {
    gap: 40px 0;
  }
  .main_wrap .main_diff .diff_lst > ul > li {
    gap: 25px 0;
  }
  .main_wrap .main_diff .diff_lst > ul > li .img {
    width: 160px;
    height: 321px;
    padding: 9px 10px 10px 10px;
    border-radius: 30px;
  }
  .main_wrap .main_diff .diff_lst > ul > li .img::after {
    background-size: cover;
  }
  .main_wrap .main_diff .diff_lst > ul > li .txt .t1 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .main_wrap .main_diff .diff_lst > ul > li .txt .t2 {
    font-size: 20px;
  }
  .main_wrap .main_diff .diff_lst > ul > li .txt .t3 {
    margin-top: 20px;
    font-size: 14px;
  }
  .main_wrap .main_diff .diff_lst > ul > li .txt .dot_box {
    margin-top: 20px;
  }
  .main_wrap .main_diff .diff_lst > ul > li .txt .dot_box .dot {
    padding: 15px 15px 15px 23px;
    border-radius: 5px;
    font-size: 14px;
  }
  .main_wrap .main_diff .diff_lst > ul > li .txt .dot_box .dot::before {
    top: 24px;
    left: 15px;
  }
  .main_wrap .main_diff .diff_lst > ul > li:nth-child(2n-1):not(.f_li) .txt .dot_box .dot {
    padding: 15px 23px 15px 15px;
  }
  .main_wrap .main_diff .diff_lst > ul > li:nth-child(2n-1):not(.f_li) .txt .dot_box .dot::before {
    left: auto;
    right: 15px;
  }
  .main_wrap .lr_inner {
    gap: 40px 0;
  }
  .main_wrap .lr_inner .box_lst > ul, .main_wrap .lr_inner .box_lst ol {
    gap: 20px 0;
    max-width: 280px;
  }
  .main_wrap .lr_inner .box_lst > ul > li, .main_wrap .lr_inner .box_lst ol > li {
    width: 100%;
    border-radius: 10px;
  }
  .main_wrap .lr_inner .box_lst > ul > li .txt, .main_wrap .lr_inner .box_lst ol > li .txt {
    padding: 20px;
  }
  .main_wrap .lr_inner .box_lst > ul > li .txt .t1, .main_wrap .lr_inner .box_lst ol > li .txt .t1 {
    margin-bottom: 0;
    font-size: 13px;
  }
  .main_wrap .lr_inner .box_lst > ul > li .txt .t2, .main_wrap .lr_inner .box_lst ol > li .txt .t2 {
    font-size: 16px;
  }
  .main_wrap .lr_inner .box_lst > ul > li .txt .t3, .main_wrap .lr_inner .box_lst ol > li .txt .t3 {
    margin-top: 10px;
    font-size: 13px;
  }
  .main_wrap .main_event .main_event_slide .event_mask {
    width: 250px;
  }
  .main_wrap .main_event .main_event_slide .arrow_btn {
    top: 194px;
    width: 40px;
    height: 40px;
    background-size: 10px auto;
  }
  .main_wrap .main_event .main_event_slide .arrow_btn.prev {
    left: calc(50% - 145px);
  }
  .main_wrap .main_event .main_event_slide .arrow_btn.next {
    right: calc(50% - 145px);
    transform: scaleX(-1);
  }
  .main_wrap .main_want .want_lst > ul {
    max-width: 350px;
    border-radius: 10px;
  }
  .main_wrap .main_want .want_lst > ul > li {
    padding: 20px 10px;
  }
  .main_wrap .main_want .want_lst > ul > li .ico {
    width: 40px;
    height: 40px;
    background-size: cover;
  }
  .main_wrap .main_want .want_lst > ul > li .t1 {
    margin-top: 10px;
    font-size: 14px;
  }
  .main_wrap .main_level .level_lst > ol {
    max-width: 280px;
    gap: 10px;
  }
  .main_wrap .main_level .level_lst > ol > li {
    padding: 30px 15px;
    border-radius: 10px;
  }
  .main_wrap .main_level .level_lst > ol > li .ico {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    background-size: cover;
  }
  .main_wrap .main_level .level_lst > ol > li .t1 {
    margin-bottom: 0;
    font-size: 13px;
  }
  .main_wrap .main_level .level_lst > ol > li .t2 {
    font-size: 16px;
  }
  .main_wrap .main_level .level_lst > ol > li::after {
    top: calc(100% - 10px);
    right: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background-size: 6px auto;
  }
	.main_wrap .main_level .more_btns{gap: 10px;margin-top: 40px;}
  .main_wrap .main_level .more_btn {
    max-width: 280px;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    font-size: 16px;
  }
}
.s_path {
  font-size: 0;
}
.s_path .t {
  font-size: 14px;
  color: #999;
  line-height: 150%;
}
.s_path .t::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 20px 4px;
  vertical-align: middle;
  background-image: url(/src/img/ico/s_path_arrow.svg);
}
.s_path .t:last-child::after {
  display: none;
}

.h2_tit {
  font-size: 50px;
  font-weight: bold;
  color: #000;
  line-height: 140%;
}

.s_top {
  padding-bottom: 100px;
}
.s_top .tit_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 0 40px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.s_top .tit_box .s_path {
  margin-bottom: 20px;
}

.sub_visual {
  background-size: cover;
  background-position: center;
}
.sub_visual .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 446px;
  padding: 40px 0;
  text-align: center;
}
.sub_visual .txt .num {
  font-size: 80px;
  font-weight: bold;
  color: #FD522D !important;
  line-height: 140%;
}
.sub_visual .txt .desc {
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
}
.sub_visual.s3_1 {
  background-image: url(/src/img/sub_visual3_1.jpg);
}
.sub_visual.s3_2 {
  background-image: url(/src/img/sub_visual3_2.jpg);
}
.sub_visual.s3_3 {
  background-image: url(/src/img/sub_visual3_3.jpg);
}

@media (max-width: 620px) {
  .h2_tit {
    font-size: 24px;
  }
  .s_top {
    padding-bottom: 50px;
  }
  .s_top .tit_box {
    padding: 50px 0 20px;
  }
  .s_top .tit_box .s_path {
    display: none;
  }
  .sub_visual .txt {
    min-height: 200px;
    padding: 40px 0;
  }
  .sub_visual .txt .num {
    font-size: 50px;
  }
  .sub_visual .txt .desc {
    margin-top: 5px;
    font-size: 14px;
  }
}
.txt_menu > ul {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.txt_menu > ul > li .t1 {
  font-size: 18px;
  font-weight: bold;
  color: #999;
}
.txt_menu > ul > li.act .t1 {
  color: #FD522D !important;
  text-decoration: underline;
  text-underline-position: under;
}
.txt_menu select {
  display: none;
  width: 100%;
  height: 50px;
  margin-left: auto;
  border-radius: 5px;
  padding: 0 30px 0 20px;
  font-size: 16px;
  background-image: url(/src/img/ico/sel_arrow.svg);
  background-size: 8px auto;
}

@media (max-width: 991px) {
  .txt_menu > ul {
    display: none;
  }
  .txt_menu select {
    display: block;
  }
}
@media (max-width: 620px) {
  .txt_menu select {
    height: 40px;
    padding: 0 25px 0 15px;
    font-size: 13px;
    background-position: calc(100% - 15px) center;
  }
}
.ico_menu {
  padding: 20px 0;
  background-color: #f9f9f9;
}
.ico_menu .inner > ul {
  display: flex;
  justify-content: center;
}
.ico_menu .inner > ul > li {
  position: relative;
  width: 180px;
}
.ico_menu .inner > ul > li .t1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 180px;
  height: 100%;
  padding: 40px 0 20px;
  border-radius: 20px;
  font-size: 18px;
  text-align: center;
  color: #000;
}
.ico_menu .inner > ul > li .t1 .ico {
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ico_menu .inner > ul > li::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 80px);
  background-color: #eee;
}
.ico_menu .inner > ul > li:last-child::after {
  display: none;
}
.ico_menu .inner > ul > li.act .t1 {
  font-weight: bold;
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}
/* .ico_menu.s5_3 .inner > ul > li:nth-child(1) .ico {
  background-image: url(/src/img/ico/ico_menu_5_3_1.svg);
}
.ico_menu.s5_3 .inner > ul > li:nth-child(2) .ico {
  background-image: url(/src/img/ico/ico_menu_5_3_2.svg);
}
.ico_menu.s5_3 .inner > ul > li:nth-child(3) .ico {
  background-image: url(/src/img/ico/ico_menu_5_3_3.svg);
}
.ico_menu.s5_3 .inner > ul > li:nth-child(4) .ico {
  background-image: url(/src/img/ico/ico_menu_5_3_4.svg);
}
.ico_menu.s5_3 .inner > ul > li:nth-child(5) .ico {
  background-image: url(/src/img/ico/ico_menu_5_3_5.svg);
} */

@media (max-width: 1440px) {
  .ico_menu .inner {
    overflow-x: auto;
    width: 100%;
    padding: 0 5%;
  }
  .ico_menu .inner > ul {
    justify-content: start;
  }
  .ico_menu .inner > ul > li {
    flex-shrink: 0;
  }
}
@media (max-width: 620px) {
  .ico_menu {
    padding: 10px 0;
  }
  .ico_menu .inner > ul > li {
    width: 120px;
  }
  .ico_menu .inner > ul > li .t1 {
    min-height: 120px;
    padding: 30px 0 15px;
    border-radius: 10px;
    font-size: 14px;
  }
  .ico_menu .inner > ul > li .t1 .ico {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }
}
.s_dep_menu {
  position: relative;
  margin-bottom: 80px;
  border-top: 2px solid #000;
}
.s_dep_menu::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.s_dep_menu > ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.s_dep_menu > ul > li {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.s_dep_menu > ul > li .t1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 25px 0;
  font-size: 18px;
  line-height: 150%;
  color: #666;
  text-align: center;
}
.s_dep_menu > ul > li .t1::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1px;
  width: 1px;
  height: 23px;
  background-color: #eee;
}
.s_dep_menu > ul > li.act .t1 {
  font-weight: bold;
  color: #FD522D !important;
}
.s_dep_menu.lng4 > ul > li {
  width: 25%;
}

@media (max-width: 1240px) {
  .s_dep_menu.lng4 > ul > li {
    width: 33.3333%;
  }
}
@media (max-width: 620px) {
  .s_dep_menu {
    margin-bottom: 40px;
  }
  .s_dep_menu > ul > li .t1 {
    padding: 15px 0;
    font-size: 14px;
  }
  .s_dep_menu > ul > li .t1::before {
    height: 16px;
  }
  .s_dep_menu.lng4 > ul > li {
    width: 50%;
  }
}
.s_mt {
  margin-top: 200px;
}

.s_pt {
  padding-top: 200px;
}

.s_pb {
  padding-bottom: 200px;
}

.s_desc {
  margin-bottom: 80px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #000;
}

@media (max-width: 620px) {
  .s_mt {
    margin-top: 100px;
  }
  .s_pt {
    padding-top: 100px;
  }
  .s_pb {
    padding-bottom: 100px;
  }
  .s_desc {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.step_mark {
  position: relative;
  overflow: hidden;
  padding: 1px;
  border-radius: 5px;
}
.step_mark::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: inherit;
  background-color: #fafafa;
}
.step_mark > ol {
  position: relative;
  z-index: 5;
  display: flex;
}
.step_mark > ol > li {
  position: relative;
  width: 100%;
}
.step_mark > ol > li .cont {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 75px;
  text-align: center;
}
.step_mark > ol > li .t1 {
  font-size: 12px;
  color: #999;
  font-weight: bold;
}
.step_mark > ol > li .t2 {
  font-size: 16px;
  color: #999;
  font-weight: bold;
}
.step_mark > ol > li::after {
  content: "";
  position: absolute;
  right: -3px;
  top: calc(50% - 12px);
  width: 1px;
  height: 23px;
  background-color: #eee;
}
.step_mark > ol > li.act {
  position: relative;
}
.step_mark > ol > li.act::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 3px);
  height: calc(100% + 2px);
  background-color: #FD522D !important;
}
.step_mark > ol > li.act .t1 {
  color: #fff;
}
.step_mark > ol > li.act .t2 {
  color: #fff;
}
.step_mark.lng3 > ol > li {
  width: 33.3333%;
}

@media (max-width: 620px) {
  .step_mark > ol > li .cont {
    height: 65px;
  }
  .step_mark > ol > li .t2 {
    font-size: 13px;
  }
}
.avec_intro .intro_tit {
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.avec_intro .intro_desc {
  margin-top: 30px;
  font-size: 18px;
  color: #666;
}
.avec_intro .intro_tit_line {
  margin-bottom: 100px;
  text-align: center;
}
.avec_intro .intro_tit_line.white_type .intro_tit {
  color: #fff;
}
.avec_intro .intro_top {
  position: relative;
  min-height: 600px;
  height: calc(100vh - 130px);
  padding-top: 200px;
  background-image: url(/src/img/avec_intro_top_bg.jpg);
  background-size: cover;
  background-position: center;
}
.avec_intro .intro_top .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.avec_intro .intro_top .t1 {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  line-height: 140%;
}
.avec_intro .intro_top .under_btn {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
}
.avec_intro .intro_top .under_btn::after {
  content: "";
  animation: under 0.5s infinite;
  transform: rotate(90deg);
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/src/img/ico/avec_intro_top_under_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.avec_intro .num_history {
  position: relative;
  padding-bottom: 310px;
  background-color: #121417;
}
.avec_intro .num_history::before {
  content: "";
  transition: opacity 3s;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 200px);
  background-image: url(/src/img/avec_intro_num_bg.png);
  background-size: 100% 100%;
}
.avec_intro .num_history .inner {
  position: relative;
}
.avec_intro .num_history .intro_tit_line {
  text-align: left;
}
.avec_intro .num_history .intro_num_lst {
  padding-right: 33.33%;
}
.avec_intro .num_history .intro_num_lst > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
}
.avec_intro .num_history .intro_num_lst > ul > li {
  width: calc(50% - 15px);
}
.avec_intro .num_history .intro_num_lst > ul > li .t1 {
  font-size: 20px;
  font-weight: bold;
  color: #ddd;
}
.avec_intro .num_history .intro_num_lst > ul > li .t2 {
  margin-top: 10px;
  font-size: 30px;
  color: #fff;
}
.avec_intro .num_history .intro_num_lst > ul > li .t2 .num {
  font-size: 50px;
  font-weight: bold;
}
.avec_intro .num_history .intro_num_lst > ul > li.s_type .t2 .num {
  font-size: 40px;
}
.avec_intro .num_history.js_sect_act::before {
  opacity: 1;
}
.avec_intro .brand_mission {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 690px;
  height: 100vh;
  background-image: url(/src/img/avec_intro_mission_bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.avec_intro .brand_mission::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgb(18, 20, 23);
  background: linear-gradient(180deg, rgba(18, 20, 23, 0) 0%, rgba(18, 20, 23, 0.7) 70%, rgb(18, 20, 23) 100%);
}
.avec_intro .brand_mission .trp_bg {
  transition: opacity 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121417;
}
.avec_intro .brand_mission .inner {
  position: relative;
  text-align: center;
}
.avec_intro .brand_mission .mission_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 40px;
  border-radius: 20px;
  background-color: rgba(18, 20, 23, 0.8);
}
.avec_intro .brand_mission .mission_box .t1 {
  font-size: 20px;
  font-weight: bold;
  color: #FD522D !important;
}
.avec_intro .brand_mission .mission_box .t2 {
  margin-top: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.avec_intro .brand_mission.js_sect_act .trp_bg {
  opacity: 0;
}
.avec_intro .history {
  background-color: #121417;
}
.avec_intro .history .history_lst {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  position: relative;
}
.avec_intro .history .history_lst .line_bg {
  overflow: hidden;
  position: absolute;
  left: calc(50% - 1px);
  width: 2px;
  height: 100%;
  background-color: #111;
}
.avec_intro .history .history_lst .line_bg .bar {
  display: block;
  width: 100%;
  height: 0;
  background-color: #FD522D !important;
}
.avec_intro .history .history_lst dl {
  width: 50%;
}
.avec_intro .history .history_lst dl dd {
  margin-top: 20px;
}
.avec_intro .history .history_lst dl .year {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #FD522D !important;
}
.avec_intro .history .history_lst dl .year::before {
  content: "";
  transition: background-color 0.3s;
  position: absolute;
  top: 15px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #333;
}
.avec_intro .history .history_lst dl .desc_lst > ul > li {
  position: relative;
  font-size: 16px;
  color: #ddd;
}
.avec_intro .history .history_lst dl .desc_lst > ul > li::before {
  content: "";
  position: absolute;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #666;
}
.avec_intro .history .history_lst dl .desc_lst > ul > li + li {
  margin-top: 15px;
}
.avec_intro .history .history_lst dl:nth-of-type(2n-1) {
  margin-left: auto;
  padding-left: 50px;
}
.avec_intro .history .history_lst dl:nth-of-type(2n-1) .year::before {
  left: -58px;
}
.avec_intro .history .history_lst dl:nth-of-type(2n-1) .desc_lst > ul > li {
  padding-left: 15px;
}
.avec_intro .history .history_lst dl:nth-of-type(2n-1) .desc_lst > ul > li::before {
  left: 0;
}
.avec_intro .history .history_lst dl:nth-of-type(2n) {
  padding-right: 50px;
  text-align: right;
}
.avec_intro .history .history_lst dl:nth-of-type(2n) .year::before {
  right: -58px;
}
.avec_intro .history .history_lst dl:nth-of-type(2n) .desc_lst > ul > li {
  padding-right: 15px;
}
.avec_intro .history .history_lst dl:nth-of-type(2n) .desc_lst > ul > li::before {
  right: 0;
}
.avec_intro .history .history_lst dl.act .year::before {
  background-color: #FD522D !important;
}
.avec_intro .future .intro_tit_line {
  margin-bottom: 70px;
}
.avec_intro .future .future_lst > ul {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.avec_intro .future .future_lst > ul > li {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: calc(50% - 20px);
  border-radius: 20px;
}
.avec_intro .future .future_lst > ul .bg {
  transition: transform 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.avec_intro .future .future_lst > ul .bg.bg1_1 {
  background-image: url(/src/img/avec_intro_future_bg1_1.jpg);
}
.avec_intro .future .future_lst > ul .bg.bg1_2 {
  background-image: url(/src/img/avec_intro_future_bg1_2.jpg);
}
.avec_intro .future .future_lst > ul .bg.bg1_3 {
  background-image: url(/src/img/avec_intro_future_bg1_3.jpg);
}
.avec_intro .future .future_lst > ul .bg.bg1_4 {
  background-image: url(/src/img/avec_intro_future_bg1_4.jpg);
}
.avec_intro .future .future_lst > ul .bg.bg1_5 {
  background-image: url(/src/img/avec_intro_future_bg1_5.jpg);
}
.avec_intro .future .future_lst > ul .bg.bg1_6 {
  background-image: url(/src/img/avec_intro_future_bg1_6.jpg);
}
.avec_intro .future .future_lst > ul .in_box {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 40px;
}
.avec_intro .future .future_lst > ul .in_box .t1 {
  font-size: 20px;
  color: #fff;
}
.avec_intro .future .future_lst > ul .in_box .t2 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 160%;
}
.avec_intro .future .future_lst > ul .in_box .more_ico {
  margin-top: auto;
  padding-top: 40px;
}
.avec_intro .future .future_lst > ul .in_box .more_ico::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url(/src/img/ico/avec_intro_future_more.svg);
  background-repeat: no-repeat;
  background-position: center;
}

@keyframes under {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 10px;
  }
  100% {
    margin-top: 0;
  }
}
@media (hover: hover) {
  .avec_intro .future .future_lst > ul > li:hover .bg {
    transform: scale(1.2);
  }
}
@media (max-width: 1440px) {
  .avec_intro .intro_top {
    min-height: auto;
    height: auto;
  }
  .avec_intro .intro_top .under_btn {
    position: static;
    transform: translate(0, 0);
    margin: 150px auto 0;
  }
  .avec_intro .brand_mission {
    min-height: auto;
    height: auto;
  }
}
@media (max-width: 991px) {
  .avec_intro .num_history .intro_num_lst {
    padding-right: 0;
  }
  .avec_intro .num_history .intro_num_lst > ul {
    flex-direction: column;
  }
  .avec_intro .num_history .intro_num_lst > ul > li {
    width: 100%;
  }
  .avec_intro .history .history_lst .line_bg {
    left: 0;
  }
  .avec_intro .history .history_lst dl {
    width: 100%;
    margin-left: 0 !important;
    text-align: left !important;
    padding: 0 0 0 40px !important;
  }
  .avec_intro .history .history_lst dl .year::before {
    left: -48px !important;
    right: 0 !important;
  }
  .avec_intro .history .history_lst dl .desc_lst > ul > li {
    padding-left: 15px !important;
  }
  .avec_intro .history .history_lst dl .desc_lst > ul > li::before {
    left: 0;
    right: auto !important;
  }
  .avec_intro .future .future_lst > ul {
    max-width: 480px;
  }
  .avec_intro .future .future_lst > ul > li {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .avec_intro .intro_tit {
    font-size: 20px;
  }
  .avec_intro .intro_desc {
    margin-top: 15px;
    font-size: 14px;
  }
  .avec_intro .intro_tit_line {
    margin-bottom: 50px;
  }
  .avec_intro .intro_top {
    padding-top: 150px;
  }
  .avec_intro .intro_top .t1 {
    font-size: 24px;
  }
  .avec_intro .intro_top .under_btn {
    width: 50px;
    height: 50px;
    margin-top: 75px;
  }
  .avec_intro .intro_top .under_btn::after {
    width: 14px;
    height: 14px;
    background-size: cover;
  }
  .avec_intro .num_history {
    padding-bottom: 155px;
  }
  .avec_intro .num_history::before {
    height: calc(100% - 100px);
  }
  .avec_intro .num_history .intro_num_lst > ul {
    gap: 30px 15px;
  }
  .avec_intro .num_history .intro_num_lst > ul > li .t1 {
    font-size: 16px;
  }
  .avec_intro .num_history .intro_num_lst > ul > li .t2 {
    margin-top: 5px;
    font-size: 20px;
  }
  .avec_intro .num_history .intro_num_lst > ul > li .t2 .num {
    font-size: 24px;
  }
  .avec_intro .num_history .intro_num_lst > ul > li.s_type .t2 .num {
    font-size: 26px;
  }
  .avec_intro .brand_mission .mission_box {
    padding: 50px 20px;
    border-radius: 10px;
  }
  .avec_intro .brand_mission .mission_box .t1 {
    /* font-size: 16px; */
		font-size: 3vw;
  }
  .avec_intro .brand_mission .mission_box .t2 {
    margin-top: 10px;
    /* font-size: 20px; */
		font-size: 4vw;
  }
  .avec_intro .history .history_lst {
    gap: 30px 0;
  }
  .avec_intro .history .history_lst dl {
    padding-left: 20px !important;
  }
  .avec_intro .history .history_lst dl dd {
    margin-top: 10px;
  }
  .avec_intro .history .history_lst dl .year {
    font-size: 20px;
  }
  .avec_intro .history .history_lst dl .year::before {
    top: 10px;
    left: -24px !important;
    width: 10px;
    height: 10px;
  }
  .avec_intro .history .history_lst dl .desc_lst > ul > li {
    padding-left: 10px !important;
    font-size: 13px;
  }
  .avec_intro .history .history_lst dl .desc_lst > ul > li::before {
    top: 8px;
  }
  .avec_intro .history .history_lst dl .desc_lst > ul > li + li {
    margin-top: 5px;
  }
  .avec_intro .future .intro_tit_line {
    margin-bottom: 35px;
  }
  .avec_intro .future .future_lst > ul {
    gap: 20px;
    max-width: 320px;
  }
  .avec_intro .future .future_lst > ul > li {
    border-radius: 10px;
  }
  .avec_intro .future .future_lst > ul .in_box {
    padding: 20px;
  }
  .avec_intro .future .future_lst > ul .in_box .t1 {
    font-size: 16px;
  }
  .avec_intro .future .future_lst > ul .in_box .t2 {
    margin-top: 10px;
    font-size: 16px;
  }
  .avec_intro .future .future_lst > ul .in_box .more_ico {
    padding-top: 20px;
  }
  .avec_intro .future .future_lst > ul .in_box .more_ico::after {
    width: 30px;
    height: 30px;
    background-size: 10px auto;
  }
}
.person_lst > ul {
  display: flex;
  flex-wrap: wrap;
}
.person_lst > ul > li {
  width: 100%;
  text-align: center;
}
.person_lst > ul > li > a {
  display: block;
}
.person_lst > ul > li .img {
  transition: box-shadow 0.3s;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.person_lst > ul > li .img > img {
  width: 100%;
}
.person_lst > ul > li .img .more_ico {
  transition: all 0.3s;
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #FD522D !important;
}
.person_lst > ul > li .txt {
  margin-top: 30px;
}
.person_lst > ul > li .txt .t1 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.person_lst > ul > li .txt .t2 {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}
.person_lst.lng3 > ul {
  gap: 70px;
}
.person_lst.lng3 > ul > li {
  width: calc((100% - 140px) / 3);
}
.person_lst.lng4 > ul {
  gap: 70px 60px;
}
.person_lst.lng4 > ul > li {
  width: calc((100% - 180px) / 4);
}

@media (hover: hover) {
  .person_lst > ul > li:hover .img {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  }
  .person_lst > ul > li:hover .img .more_ico {
    top: 50%;
    opacity: 1;
  }
}
@media (max-width: 1440px) {
  .person_lst.lng4 > ul > li {
    width: calc((100% - 120px) / 3);
  }
}
@media (max-width: 1240px) {
  .person_lst.lng3 > ul {
    gap: 40px;
  }
  .person_lst.lng3 > ul > li {
    width: calc(50% - 20px);
  }
  .person_lst.lng4 > ul {
    gap: 40px;
  }
  .person_lst.lng4 > ul > li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .person_lst > ul > li .img {
    border-radius: 10px;
  }
  .person_lst > ul > li .txt {
    margin-top: 15px;
  }
  .person_lst > ul > li .txt .t1 {
    font-size: 16px;
  }
  .person_lst > ul > li .txt .t2 {
    margin-top: 5px;
    font-size: 13px;
  }
  .person_lst.lng3 > ul {
    gap: 30px;
    max-width: 420px;
    margin: 0 auto;
  }
  .person_lst.lng3 > ul > li {
    width: 100%;
  }
  .person_lst.lng4 > ul {
    gap: 30px;
    max-width: 305px;
    margin: 0 auto;
  }
  .person_lst.lng4 > ul > li {
    width: 100%;
  }
}
.person_desc {
	position: relative;
  display: flex;
  gap: 60px;
  align-items: start;
}
.person_desc .img {
  flex-shrink: 0;
  overflow: hidden;
  width: 305px;
  border-radius: 20px;
}
.person_desc .img > img {
  width: 100%;
}
.person_desc .txt {
  width: calc(100% - 365px);
  padding-top: 40px;
}
.person_desc .txt .type {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #FD522D !important;
}
.person_desc .txt .tit {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.person_desc .txt .desc {
  margin-top: 10px;
  font-size: 18px;
}
.person_desc .txt .line_wrap {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}
.person_desc.more_type .txt {
  padding-right: 140px;
}
.person_desc.more_type .txt .line_wrap {
  position: relative;
}
.person_desc.more_type .txt .line_wrap .more_btn {
  position: absolute;
  top: -70px;
  right: -140px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  border: 1px solid #ddd;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #000;
  line-height: 150%;
  background-color: #fff;
}

@media (hover: hover) {
  .person_desc.more_type .txt .line_wrap .more_btn:hover {
    transition: background-color 0.3s;
    color: #fff;
    border: 0;
    background-color: #FD522D !important;
  }
}
@media (max-width: 991px) {
  .person_desc {
    flex-direction: column;
    align-items: center;
  }
  .person_desc .img {
    max-width: 305px;
    width: 100%;
  }
  .person_desc .txt {
    width: 100%;
    padding-top: 0;
  }
}
@media (max-width: 620px) {
  .person_desc {
    gap: 30px;
  }
  .person_desc .img {
    border-radius: 10px;
  }
  .person_desc .txt .type {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .person_desc .txt .tit {
    font-size: 20px;
  }
  .person_desc .txt .desc {
    margin-top: 5px;
    font-size: 14px;
  }
  .person_desc .txt .line_wrap {
    margin-top: 20px;
    padding-top: 20px;
  }
  .person_desc.more_type .txt {
    padding-right: 80px;
  }
  .person_desc.more_type .txt .line_wrap .more_btn {
    top: -40px;
    right: -80px;
    width: 80px;
    height: 80px;
    font-size: 13px;
  }
}
.teacher_sect > section {
  padding: 200px 0;
}
.teacher_sect > section:first-child {
  padding-top: 0;
}
.teacher_sect > section:nth-child(2n) {
  background-color: #f9f9f9;
}

@media (max-width: 620px) {
  .teacher_sect > section {
    padding: 100px 0;
  }
}
.teacher_lst > ul > li {
  padding: 60px;
  border: 1px solid #eee;
  border-radius: 10px;
  background-color: #fff;
}
.teacher_lst > ul > li + li {
  margin-top: 30px;
}

@media (max-width: 1240px) {
  .teacher_lst > ul > li {
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
  }
  .teacher_lst > ul > li + li {
    margin-top: 60px;
  }
}
@media (max-width: 620px) {
  .teacher_lst > ul > li + li {
    margin-top: 40px;
  }
}
.bd_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.bd_top .total {
  font-size: 16px;
}
.bd_top .total .t {
  color: #330000;
}
.bd_top .total .num {
  font-weight: bold;
}

@media (max-width: 620px) {
  .bd_top {
    margin-bottom: 10px;
  }
  .bd_top .total {
    font-size: 13px;
  }
}
.type_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 40px;
}
.type_top .sel {
  width: 170px;
  height: 50px;
  margin-left: auto;
  border-radius: 5px;
  padding: 0 30px 0 20px;
  font-size: 16px;
  background-image: url(/src/img/ico/sel_arrow.svg);
  background-size: 8px auto;
}

@media (max-width: 991px) {
  .type_top {
    flex-wrap: wrap;
  }
  .type_top .txt_menu {
    width: calc(50% - 5px);
  }
  .type_top .sel {
    width: calc(50% - 5px);
  }
}
@media (max-width: 620px) {
  .type_top {
    gap: 5px;
    margin-bottom: 35px;
  }
  .type_top .txt_menu {
    width: calc((100% - 5px) / 2);
  }
  .type_top .sel {
    width: calc((100% - 5px) / 2);
    height: 40px;
    padding: 0 25px 0 15px;
    font-size: 13px;
    background-position: calc(100% - 15px) center;
  }
}
.bd_sch {
  display: flex;
  gap: 5px;
  justify-content: center;
  max-width: 635px;
  margin: 30px auto 0;
}
.bd_sch .sch_sel {
  flex-shrink: 0;
  width: 150px;
  height: 50px;
  border-radius: 5px;
  padding: 0 30px 0 20px;
  font-size: 16px;
  background-image: url(/src/img/ico/sel_arrow.svg);
  background-size: 8px auto;
}
.bd_sch .inp_box {
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.bd_sch .inp_box .sch_inp {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  border: 0;
  font-size: 16px;
}
.bd_sch .inp_box .sch_inp::placeholder {
  font-size: 16px;
  color: #999;
}
.bd_sch .inp_box .s_btn {
  width: 44px;
  height: 100%;
  background-image: url(/src/img/ico/bd_sch.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

@media (max-width: 620px) {
  .bd_sch {
    margin-top: 15px;
  }
  .bd_sch .sch_sel {
    width: 90px;
    height: 40px;
    padding: 0 25px 0 15px;
    font-size: 13px;
    background-position: calc(100% - 15px) center;
  }
  .bd_sch .inp_box {
    height: 40px;
  }
  .bd_sch .inp_box .sch_inp {
    padding: 0 15px;
    font-size: 13px;
  }
  .bd_sch .inp_box .sch_inp::placeholder {
    font-size: 13px;
  }
  .bd_sch .inp_box .s_btn {
    width: 35px;
    background-size: 20px auto;
  }
}
.bd_lst {
  border-top: 2px solid #000;
}
.bd_lst .num_w {
  width: 150px;
}
.bd_lst .cate_w {
  width: 200px;
}
.bd_lst .txt_w {
  width: 150px;
}
.bd_lst .s0 {
  color: #FD522D !important;
}
.bd_lst .s1 {
  color: #333 !important;
}
.bd_lst .up {
  color: #FD522D !important;
}
.bd_lst .down {
  color: #333 !important;
}
.bd_lst .type {
  font-size: 16px;
}
.bd_lst .tit {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.bd_lst .tit.fwn {
  font-weight: normal;
}
.bd_lst .tit .t {
  display: block;
}
.bd_lst .lock_ico::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 13px;
  margin: 0 10px 2px 0;
  vertical-align: middle;
  background-image: url(/src/img/ico/bd_lock.svg);
}
.bd_lst .info_line ~ .tit {
  margin-top: 10px;
}
.bd_lst .info_line.m_type ~ .tit {
  margin-top: 0;
}
.bd_lst .tit ~ .info_line {
  margin-top: 10px;
}
.bd_lst .info_line.m_type {
  display: none;
}
.bd_lst .info_line .t {
  font-size: 16px;
  color: #666;
}
.bd_lst .info_line .t::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.bd_lst .info_line .t:last-child::after {
  display: none;
}
.bd_lst .notice_ico {
  font-weight: bold;
  color: #FD522D !important;
}
.bd_lst .notice_tr {
  background-color: #fafafa;
}
.bd_lst > table > thead tr {
  border-bottom: 1px solid #ddd;
}
.bd_lst > table > thead th {
  padding: 20px 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.bd_lst > table > tbody tr {
  border-bottom: 1px solid #ddd;
}
.bd_lst > table > tbody td {
  padding: 20px 10px;
  height: 60px;
  font-size: 16px;
  text-align: center;
}
.bd_lst > table > tbody td.tit_td {
  text-align: left;
}
.bd_lst > table > tbody td.tit_td.tac {
  text-align: center;
}

@media (max-width: 1440px) {
  .bd_lst .num_w {
    width: 90px;
  }
  .bd_lst .cate_w {
    width: 160px;
  }
  .bd_lst .txt_w {
    width: 120px;
  }
}
@media (max-width: 1240px) {
  .bd_lst .info_line.m_type ~ .tit {
    margin-top: 10px;
  }
  .bd_lst .info_line.m_type {
    display: block;
  }
  .bd_lst .notice_tr {
    background-color: transparent;
  }
  .bd_lst .notice_tr .tit_td .tit::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: top;
    background-color: #FD522D !important;
  }
  .bd_lst > table > thead {
    display: none;
  }
  .bd_lst > table > tbody tr {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    width: 100%;
    padding: 20px;
  }
  .bd_lst > table > tbody td {
    display: none;
    width: 100%;
    height: auto;
    padding: 0;
    text-align: left !important;
  }
  .bd_lst > table > tbody td.tit_td {
    display: block;
  }
  .bd_lst > table > tbody td.m_td {
    display: block;
  }
}
@media (max-width: 620px) {
  .bd_lst .type {
    font-size: 13px;
  }
  .bd_lst .tit {
    font-size: 13px;
  }
  .bd_lst .lock_ico:before {
    margin-right: 5px;
  }
  .bd_lst .info_line ~ .tit {
    margin-top: 5px;
  }
  .bd_lst .info_line.m_type ~ .tit {
    margin-top: 5px;
  }
  .bd_lst .tit ~ .info_line {
    margin-top: 5px;
  }
  .bd_lst .info_line .t {
    font-size: 13px;
  }
  .bd_lst > table > tbody tr {
    gap: 5px 0;
    padding: 20px 0;
  }
  .bd_lst > table > tbody td {
    font-size: 13px;
  }
}
.bd_pw {
  display: flex;
  flex-direction: column;
  padding: 80px 0;
  border-top: 2px solid #000;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.bd_pw .t1 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.bd_pw .t2 {
  margin-top: 20px;
  font-size: 16px;
  color: #000;
}
.bd_pw .inner {
  max-width: 310px;
  width: 100%;
  margin: 40px auto 0;
}
.bd_pw .inner .sbm_btns {
  margin-top: 10px;
}
.bd_pw .inner .sbm_btns .btn {
  width: 100%;
}

@media (max-width: 620px) {
  .bd_pw {
    padding: 40px 0;
  }
  .bd_pw .t1 {
    font-size: 20px;
  }
  .bd_pw .t2 {
    margin-top: 10px;
    font-size: 13px;
  }
  .bd_pw .inner {
    margin-top: 20px;
  }
}
.gall_lst_none {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  text-align: center;
}
.gall_lst_none .t1 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.gall_lst_none .t2 {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}

@media (max-width: 620px) {
  .gall_lst_none {
    padding-top: 20px;
  }
  .gall_lst_none .t1 {
    font-size: 16px;
  }
  .gall_lst_none .t2 {
    margin-top: 5px;
    font-size: 13px;
  }
}
.gall_lst > ul {
  display: flex;
  flex-wrap: wrap;
}
.gall_lst > ul > li {
  width: 100%;
}
.gall_lst > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.gall_lst.lng3 > ul {
  gap: 70px;
}
.gall_lst.lng3 > ul > li {
  width: calc((100% - 140px) / 3);
}

@media (max-width: 1240px) {
  .gall_lst.lng3 > ul {
    gap: 40px;
  }
  .gall_lst.lng3 > ul > li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .gall_lst.lng3 > ul {
    gap: 30px;
    max-width: 420px;
    margin: 0 auto;
  }
  .gall_lst.lng3 > ul > li {
    width: 100%;
  }
}
.gall_item {
  display: block;
  transition: box-shadow 0.3s;
  border-radius: 20px;
}
.gall_item .img {
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 20px 20px 0 0;
}
.gall_item .img > img {
  transition: transform 0.3s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.gall_item .img.ratio4_3 {
  aspect-ratio: 4/3;
}
.gall_item .txt {
  padding: 30px 40px;
  border: 1px solid #eee;
  border-top: 0;
  border-radius: 0 0 20px 20px;
}
.gall_item .txt .cate{font-size: 16px;font-weight: bold;color: #061A9B;}
.gall_item .txt .tit {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.gall_item .txt .tit.tov2 {
  height: 60px;
}
.gall_item .txt .desc {
  margin-top: 20px;
  font-size: 16px;
  color: #666;
}
.gall_item .txt .desc.tov2 {
  height: 48px;
}
.gall_item .txt .info_line {
  margin-top: 20px;
  font-size: 0;
}
.gall_item .txt .info_line .t {
  font-size: 16px;
  line-height: 150%;
  color: #999;
}
.gall_item .txt .info_line .t::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.gall_item .txt .info_line .t:last-child::after {
  display: none;
}

@media (hover: hover) {
  .gall_item:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  }
  .gall_item:hover .img > img {
    transform: scale(1.2);
  }
}
@media (max-width: 1240px) {
  .gall_item {
    box-shadow: none !important;
    border-radius: 0;
  }
  .gall_item .img {
    border-radius: 20px;
  }
  .gall_item .txt {
    padding: 0;
    margin-top: 30px;
    border: 0;
    border-radius: 0;
  }
}
@media (max-width: 620px) {
  .gall_item .img {
    border-radius: 10px;
  }
  .gall_item .txt {
    margin-top: 15px;
  }
  .gall_item .txt .cate{font-size: 13px;}
  .gall_item .txt .tit {
    font-size: 16px;
  }
  .gall_item .txt .tit.tov2 {
    height: auto;
  }
  .gall_item .txt .desc {
    margin-top: 10px;
    font-size: 13px;
  }
  .gall_item .txt .desc.tov2 {
    height: auto;
  }
  .gall_item .txt .info_line {
    margin-top: 10px;
  }
  .gall_item .txt .info_line .t {
    font-size: 13px;
  }
  .gall_item .txt .info_line .t::after {
    margin: 0 8px 2px;
  }
}

.gall_notice{margin-bottom: 100px;}
.gall_notice .gall_lst .gall_item{border-radius: 0;box-shadow: none;}
.gall_notice .gall_lst .gall_item .img{border-radius: 20px;}
.gall_notice .gall_lst .gall_item .txt{margin-top: 30px;padding: 0;border: 0;border-radius: 0;text-align: center;}
.gall_notice.left_type .gall_lst .gall_item .txt{text-align: left;}
@media (max-width: 620px){
	.gall_notice{margin-bottom: 50px;}
	.gall_notice .gall_lst .gall_item .img{border-radius: 10px;}
	.gall_notice .gall_lst .gall_item .txt{margin-top: 15px;}
}

.gall_more_line{position: relative;display: flex;align-items: center;justify-content: center;margin-top: 70px;}
.gall_more_line.dn{display: none;}
.gall_more_line::before{content: '';position: absolute;top: 50%;left: 0;width: 100%;height: 1px;background-color: #ddd;}
.gall_more_line .btn{position: relative;display: flex;align-items: center;justify-content: center;width: 320px;height: 60px;border-radius: 5px;text-align: center;font-size: 16px;font-weight: bold;}
.gall_more_line .btn.line_style{border: 1px solid #ddd;color: #000;background-color: #fff;}
@media (max-width: 620px){
	.gall_more_line{margin-top: 35px;}
	.gall_more_line .btn{width: 200px;height: 50px;font-size: 13px;}
	.gall_more_line .btn{font-size: 13px;}
}




.bd_qa {
  border-top: 2px solid #000;
}
.bd_qa > ul > li {
  border-bottom: 1px solid #ddd;
}
.bd_qa > ul > li .js_line {
  display: none;
}
.bd_qa > ul > li .line {
  display: flex;
}
.bd_qa > ul > li .line + .line {
  border-top: 1px solid #ddd;
}
.bd_qa > ul > li .line .ico {
  flex-shrink: 0;
  width: 70px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.bd_qa > ul > li .line .cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  text-align: left;
}
.bd_qa > ul > li .line .cont .type {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #20463E;
}
.bd_qa > ul > li .line .cont .tit {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #070303;
}
.bd_qa > ul > li .line .cont .sun-editor-editable {
  padding: 0;
  background-color: transparent;
}
.bd_qa > ul > li .line .cont.arrow_ico {
  position: relative;
  padding-right: 45px;
}
.bd_qa > ul > li .line .cont.arrow_ico::after {
  content: "";
  transition: transform 0.3s;
  position: absolute;
  top: calc(50% - 7px);
  right: 30px;
  width: 15px;
  height: 15px;
  background-image: url(/src/img/ico/bd_qa_arrow.svg);
}
.bd_qa > ul > li .line.q_line {
  align-items: center;
}
.bd_qa > ul > li .line.q_line .ico {
  padding: 45px 0;
  color: #FD522D !important;
}
.bd_qa > ul > li .line.q_line .cont {
  padding-top: 30px;
  padding-bottom: 30px;
}
.bd_qa > ul > li .line.a_line {
  border-top: 1px solid #ddd;
  background-color: #fafafa;
}
.bd_qa > ul > li .line.a_line .ico {
  padding: 25px 0;
  color: #20463E;
}
.bd_qa > ul > li .line.a_line .cont {
  padding: 25px 30px 30px 0;
}
.bd_qa > ul > li.act .line .cont.arrow_ico::after {
  transform: scaleY(-1);
}

@media (max-width: 620px) {
  .bd_qa > ul > li .line .ico {
    width: 30px;
    font-size: 13px;
    text-align: left;
  }
  .bd_qa > ul > li .line .cont .type {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .bd_qa > ul > li .line .cont .tit {
    font-size: 13px;
  }
  .bd_qa > ul > li .line .cont.arrow_ico {
    position: relative;
    padding-right: 30px;
  }
  .bd_qa > ul > li .line .cont.arrow_ico::after {
    right: 15px;
    width: 12px;
    height: 12px;
    background-size: cover;
  }
  .bd_qa > ul > li .line.q_line .ico {
    padding: 15px 0;
  }
  .bd_qa > ul > li .line.q_line .cont {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .bd_qa > ul > li .line.a_line .ico {
    padding: 15px 0;
  }
  .bd_qa > ul > li .line.a_line .cont {
    padding: 15px 0;
  }
}

.bd_v.mtm{margin-top: -100px;}
.bd_v.bg_type{padding: 60px 0 150px;background-color: #f6f6f6;}
.bd_v.bg_type .tit_wrap{border-bottom: 1px solid #ddd;}

.bd_v .s0 {
  color: #FD522D !important;
}
.bd_v .s1 {
  color: #333 !important;
}
.bd_v .tit_wrap {
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
  text-align: center;
}
.bd_v .tit_wrap .cate{font-size: 16px;font-weight: bold;color: #061A9B;}
.bd_v .tit_wrap .type {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #FD522D !important;
}
.bd_v .tit_wrap .tit {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.bd_v .tit_wrap .info_line {
  margin-top: 20px;
  font-size: 0;
}
.bd_v .tit_wrap .info_line .t {
  font-size: 16px;
  line-height: 150%;
  color: #999;
}
.bd_v .tit_wrap .info_line .t::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.bd_v .tit_wrap .info_line .t:last-child::after {
  display: none;
}
.bd_v .file_wrap .line {
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fafafa;
}
.bd_v .file_wrap .line::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff;
  background-image: url(/src/img/ico/bd_v_file.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.bd_v .file_wrap .line .t1 {
  font-size: 16px;
}

.bd_v .file_box{margin-bottom: 20px;padding: 20px;border: 1px solid #eee;border-radius: 10px;background-color: #fafafa;}
.bd_v .file_box .file_tit{font-size: 16px;font-weight: bold;	}
.bd_v .file_box .file_cont{margin-top: 20px;}
.bd_v .file_box .file_cont .t1{font-size: 16px;}
.bd_v .file_box .file_cont .t1+.t1{margin-top: 10px;}

.bd_v .cont_wrap {
  padding: 40px 40px 80px;
  border-bottom: 1px solid #ddd;
}
.bd_v .cont_wrap.bdb0 {
  border-bottom: 0;
}
.bd_v .cont_wrap .thum_img {
  margin-bottom: 40px;
  text-align: center;
}
.bd_v .cont_wrap .vdo,.bd_v .cont_wrap .player_wrap {
  margin-bottom: 40px;
}
.bd_v .cont_wrap .sun-editor-editable {
  padding: 0;
}
.bd_v .thum_img {
  margin-bottom: 40px;
  text-align: center;
}
.bd_v .answer_wrap {
  margin-top: 40px;
  padding: 40px;
  border: 1px solid #000;
  border-radius: 10px;
}
.bd_v .answer_wrap .t1 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.bd_v .answer_wrap .t2 {
  font-size: 16px;
}
.bd_v .w_wrap {
  padding-bottom: 80px;
  border-bottom: 1px solid #ddd;
}
.bd_v .btns_wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.bd_v .btns_wrap .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 60px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #000;
}
.bd_v .btns_wrap .btn.line_style {
  border: 1px solid #ddd;
}
.bd_v .btns_wrap .btn.bg_style {
  color: #fff;
  background-color: #FD522D !important;
}
.bd_v .link_wrap {
  margin-top: 40px;
  border-top: 1px solid #ddd;
}
.bd_v .link_wrap > table tbody tr {
  border-bottom: 1px solid #ddd;
}
.bd_v .link_wrap > table tbody th {
  position: relative;
  width: 116px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.bd_v .link_wrap > table tbody th::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background-color: #ddd;
}
.bd_v .link_wrap > table tbody td {
  font-size: 16px;
}
.bd_v .link_wrap > table tbody td .t1 {
  display: inline-block;
  width: auto;
  max-width: 100%;
  padding: 30px 20px;
  font-size: 16px;
  line-height: 150%;
  vertical-align: top;
}
.bd_v .link_wrap > table tbody td .t1.none {
  color: #999;
}

@media (max-width: 1240px) {
  .bd_v .cont_wrap {
    padding: 40px 0;
  }
  .bd_v .w_wrap {
    padding-bottom: 40px;
  }
}
@media (max-width: 620px) {
  .bd_v.mtm{margin-top: -50px;}
  .bd_v.bg_type{padding: 30px 0 75px;}
  .bd_v .tit_wrap {
    padding-bottom: 20px;
  }
  .bd_v .tit_wrap .cate{font-size: 13px;}
  .bd_v .tit_wrap .type {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .bd_v .tit_wrap .tit {
    font-size: 16px;
  }
  .bd_v .tit_wrap .info_line {
    margin-top: 10px;
  }
  .bd_v .tit_wrap .info_line .t {
    font-size: 13px;
  }
  .bd_v .tit_wrap .info_line .t::after {
    margin: 0 8px 2px;
  }
  .bd_v .file_wrap .line {
    padding: 10px 0;
  }
  .bd_v .file_wrap .line::before {
    width: 30px;
    height: 30px;
    background-size: 16px auto;
  }
  .bd_v .file_wrap .line .t1 {
    font-size: 13px;
  }

	.bd_v .file_box{margin-bottom: 10px;padding: 10px;border-radius: 5px;}
	.bd_v .file_box .file_tit{font-size: 13px;}
	.bd_v .file_box .file_cont{margin-top: 10px;}
	.bd_v .file_box .file_cont .t1{font-size: 13px;}
	.bd_v .file_box .file_cont .t1+.t1{margin-top: 5px;}

  .bd_v .cont_wrap {
    padding: 20px 0;
  }
  .bd_v .cont_wrap .thum_img {
    margin-bottom: 20px;
  }
  .bd_v .cont_wrap .vdo {
    margin-bottom: 20px;
  }
  .bd_v .thum_img {
    margin-bottom: 20px;
  }
  .bd_v .answer_wrap {
    margin-top: 20px;
    padding: 20px;
    border-radius: 5px;
  }
  .bd_v .answer_wrap .t1 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .bd_v .answer_wrap .t2 {
    font-size: 13px;
  }
  .bd_v .w_wrap {
    padding-bottom: 20px;
  }
  .bd_v .btns_wrap {
    gap: 5px;
    margin-top: 20px;
  }
  .bd_v .btns_wrap .btn {
    width: 90px;
    height: 50px;
    font-size: 13px;
  }
  .bd_v .link_wrap {
    margin-top: 20px;
  }
  .bd_v .link_wrap > table tbody th {
    width: 55px;
    font-size: 13px;
    text-align: left;
  }
  .bd_v .link_wrap > table tbody td {
    font-size: 13px;
  }
  .bd_v .link_wrap > table tbody td .t1 {
    padding: 15px 10px;
    font-size: 13px;
  }
}
.bd_thum .img {
  overflow: hidden;
  border-radius: 20px;
}
.bd_thum .img > img {
  width: 100%;
}
.bd_thum .thum_tb {
  margin-top: 40px;
}
.bd_thum .thum_tb > table > tbody th {
  width: 120px;
  padding: 7px 0;
  padding-right: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
.bd_thum .thum_tb > table > tbody td {
  padding: 7px 0;
  font-size: 16px;
  vertical-align: top;
}
.bd_thum .thum_tb > table > tbody tr:first-child th {
  padding-top: 0;
}
.bd_thum .thum_tb > table > tbody tr:first-child td {
  padding-top: 0;
}
.bd_thum .thum_tb > table > tbody tr:last-child th {
  padding-bottom: 0;
}
.bd_thum .thum_tb > table > tbody tr:last-child td {
  padding-bottom: 0;
}
.bd_thum .btns_wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.bd_thum .btns_wrap .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #000;
}
.bd_thum .btns_wrap .btn.line_style {
  border: 1px solid #ddd;
}

@media (max-width: 620px) {
  .bd_thum .img {
    border-radius: 10px;
  }
  .bd_thum .thum_tb {
    margin-top: 20px;
  }
  .bd_thum .thum_tb > table > tbody th {
    width: 90px;
    padding: 3px 0;
    padding-right: 10px;
    font-size: 13px;
  }
  .bd_thum .thum_tb > table > tbody td {
    padding: 3px 0;
    font-size: 13px;
  }
  .bd_thum .btns_wrap {
    margin-top: 20px;
  }
  .bd_thum .btns_wrap .btn {
    height: 50px;
    font-size: 13px;
  }
}
.bd_v_lr {
  position: relative;
  display: flex;
  gap: 80px;
  align-items: start;
}
.bd_v_lr .l_cont {
  width: 100%;
}
.bd_v_lr .r_cont {
  position: sticky;
  top: 88px;
  right: 0;
  flex-shrink: 0;
  width: 460px;
}
.bd_v_lr .bd_v .tit_wrap {
  text-align: left;
}
.bd_v_lr .bd_v .cont_wrap {
  padding: 40px 0 100px;
  border-bottom: 0;
}
.bd_v_lr .bd_v .btns_wrap {
  display: none;
}
.bd_v_lr .bd_v .link_wrap {
  margin-top: 0;
}

@media (max-width: 1240px) {
  .bd_v_lr {
    flex-direction: column-reverse;
    align-items: center;
  }
  .bd_v_lr .r_cont {
    position: static;
    top: 0;
    flex-shrink: 1;
    width: 100%;
    max-width: 640px;
  }
  .bd_v_lr .bd_v .cont_wrap {
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
  }
  .bd_v_lr .bd_v .btns_wrap {
    display: flex;
  }
  .bd_v_lr .bd_v .link_wrap {
    margin-top: 40px;
  }
}
@media (max-width: 620px) {
  .bd_v_lr {
    gap: 40px;
  }
  .bd_v_lr .bd_v .cont_wrap {
    padding: 20px 0;
  }
  .bd_v_lr .bd_v .link_wrap {
    margin-top: 20px;
  }
}
.num_qna_lst > ol > li {
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.num_qna_lst > ol > li + li {
  margin-top: 20px;
}
.num_qna_lst > ol > li .box {
  padding: 25px;
}
.num_qna_lst > ol > li .box + .box {
  border-top: 1px solid #ddd;
}
.num_qna_lst > ol > li .box.q {
  display: flex;
  align-items: start;
  gap: 0 5px;
  font-size: 16px;
  font-weight: bold;
}
.num_qna_lst > ol > li .box.q .num {
  flex-shrink: 0;
  color: #FD522D !important;
}
.num_qna_lst > ol > li .box.q .t {
  width: 100%;
}
.num_qna_lst > ol > li .box.a {
  background-color: #fafafa;
}
.num_qna_lst > ol > li .box.a .t1 {
  font-size: 16px;
}

@media (max-width: 620px) {
  .num_qna_lst > ol > li {
    border-radius: 5px;
  }
  .num_qna_lst > ol > li + li {
    margin-top: 10px;
  }
  .num_qna_lst > ol > li .box {
    padding: 15px;
  }
  .num_qna_lst > ol > li .box.q {
    font-size: 13px;
  }
  .num_qna_lst > ol > li .box.a .t1 {
    font-size: 13px;
  }
}
.notice_box {
  padding: 40px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fafafa;
}
.notice_box .tit {
  font-size: 30px;
  font-weight: bold;
  color: #FD522D !important;
  line-height: 140%;
}
.notice_box .cont {
  margin-top: 20px;
}
.notice_box .dot_lst > ul {
  gap: 20px 0;
}
.notice_box .dot_lst > ul > li {
  font-size: 20px;
  color: #333;
}
.notice_box .dot_lst > ul > li::before {
  top: 14px;
  background-color: #333;
}
.notice_box .in_sect+.in_sect{margin-top: 40px;}

@media (max-width: 620px) {
  .notice_box {
    padding: 20px;
    border-radius: 5px;
  }
  .notice_box .tit {
    font-size: 20px;
  }
  .notice_box .cont {
    margin-top: 10px;
  }
  .notice_box .dot_lst > ul {
    gap: 10px 0;
  }
  .notice_box .dot_lst > ul > li {
    font-size: 16px;
  }
  .notice_box .dot_lst > ul > li::before {
    top: 10px;
  }
	.notice_box .in_sect+.in_sect{margin-top: 20px;}
}
.result_sect {
  position: relative;
}
.result_sect .notice_box {
  margin-bottom: 20px;
}
.result_sect .tab_sel {
  display: block;
  width: 100%;
  height: 70px;
  padding: 0 30px 0 20px;
  border: 2px solid #FD522D !important;
  border-radius: 5px;
  font-size: 18px;
  color: #333;
  background-image: url(/src/img/ico/sel_arrow.svg);
  background-size: 8px auto;
}
.result_sect .tab_sel_wrap {
  z-index: 5;
  position: sticky;
  top: 88px;
  left: 0;
  width: 100%;
  margin-top: 20px;
}
.result_sect .result_wrap {
  padding-top: 80px;
}
.result_sect .result_wrap .tit_line {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.result_sect .result_wrap .tit_line .img {
  width: 80px;
  margin-right: 10px;
}
.result_sect .result_wrap .tit_line .img > img {
  width: 100%;
}
.result_sect .result_wrap .tit_line .tit {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.result_sect .result_wrap .info_tb {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.result_sect .result_wrap .info_tb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #ddd;
}
.result_sect .result_wrap .info_tb > table thead th {
  padding: 20px 10px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
  word-break: break-all;
}
.result_sect .result_wrap .info_tb > table tbody td {
  padding: 20px 10px;
  border-top: 1px solid #ddd;
  font-size: 18px;
  text-align: center;
  word-break: break-all;
}

@media (max-width: 991px) {
  .result_sect .result_wrap .info_tb::before {
    display: none;
  }
  .result_sect .result_wrap .info_tb > table tr {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .result_sect .result_wrap .info_tb > table thead th {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.3333%;
  }
  .result_sect .result_wrap .info_tb > table thead th:nth-child(n+4) {
    display: none;
  }
  .result_sect .result_wrap .info_tb > table tbody td {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.3333%;
  }
}
@media (max-width: 620px) {
  .result_sect .notice_box {
    margin-bottom: 10px;
  }
  .result_sect .tab_sel {
    height: 50px;
    padding: 0 25px 0 15px;
    font-size: 14px;
    background-position: calc(100% - 15px) center;
  }
  .result_sect .tab_sel_wrap {
    top: 64px;
    margin-top: 10px;
  }
  .result_sect .result_wrap {
    padding-top: 40px;
  }
  .result_sect .result_wrap .tit_line {
    margin-bottom: 10px;
  }
  .result_sect .result_wrap .tit_line .img {
    width: 60px;
  }
  .result_sect .result_wrap .tit_line .tit {
    font-size: 20px;
  }
  .result_sect .result_wrap .info_tb {
    border-radius: 5px;
  }
  .result_sect .result_wrap .info_tb > table thead th {
    padding: 10px;
    font-size: 14px;
  }
  .result_sect .result_wrap .info_tb > table tbody td {
    padding: 10px;
    font-size: 14px;
  }
}
.req_desc {
  margin-bottom: 20px;
  font-size: 16px;
}
.req_desc .star {
  color: #FD522D !important;
}

@media (max-width: 620px) {
  .req_desc {
    margin-bottom: 10px;
    font-size: 13px;
  }
}
.bd_w {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
.bd_w .line {
  display: flex;
  gap: 40px;
  width: 100%;
}
.bd_w .line.file_type {
  flex-wrap: wrap;
}
.bd_w dl {
  width: 100%;
}
.bd_w dl dt {
  font-size: 16px;
  font-weight: bold;
}
.bd_w dl dt.req_star::before {
  content: "* ";
  color: #FD522D !important;
}
.bd_w dl dd {
  margin-top: 20px;
}
.bd_w dl.w50p {
  width: calc(50% - 20px);
}
.bd_w.bdt {
  padding-top: 40px;
  border-top: 2px solid #000;
}
.bd_w.bdb {
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.bd_w.box {
  padding: 40px 60px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

@media (max-width: 1440px) {
  .bd_w.box {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .bd_w .line {
    flex-direction: column;
  }
  .bd_w dl {
    width: 100% !important;
  }
  .bd_w.box {
    padding: 40px 0;
    border: 0;
    border-radius: 0;
    border-top: 2px solid #000;
    border-bottom: 1px solid #ddd;
  }
}
@media (max-width: 620px) {
  .bd_w {
    gap: 20px;
  }
  .bd_w .line {
    gap: 20px;
  }
  .bd_w dl dt {
    font-size: 13px;
  }
  .bd_w dl dd {
    margin-top: 10px;
  }
  .bd_w.bdt {
    padding-top: 20px;
  }
  .bd_w.bdb {
    padding-bottom: 20px;
  }
  .bd_w.box {
    padding: 20px 0;
  }
}
.sbm_btns {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 40px;
}
.sbm_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 60px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.sbm_btns .btn.bg_style {
  color: #fff;
  background-color: #FD522D !important;
}
.sbm_btns .btn.line_style {
  border: 1px solid #ddd;
  color: #000;
}
.sbm_btns.round_type {
  gap: 20px;
}
.sbm_btns.round_type .btn {
  width: 280px;
  height: 80px;
  border-radius: 40px;
  font-size: 18px;
}

@media (max-width: 620px) {
  .sbm_btns {
    gap: 5px;
    margin-top: 30px;
  }
  .sbm_btns .btn {
    width: 90px;
    font-size: 13px;
  }
  .sbm_btns.round_type {
    gap: 10px;
  }
  .sbm_btns.round_type .btn {
    width: 160px;
    height: 60px;
    border-radius: 30px;
    font-size: 14px;
  }
}
.prd_lst > ul {
  display: flex;
  flex-wrap: wrap;
}
.prd_lst > ul > li {
  width: 100%;
}
.prd_lst > ul > li .prd_item {
  height: 100%;
}
.prd_lst.lng3 > ul {
  gap: 70px;
}
.prd_lst.lng3 > ul > li {
  width: calc((100% - 140px) / 3);
}

@media (max-width: 1240px) {
  .prd_lst.lng3 > ul {
    gap: 40px;
  }
  .prd_lst.lng3 > ul > li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .prd_lst.lng3 > ul {
    gap: 30px;
    max-width: 420px;
    margin: 0 auto;
  }
  .prd_lst.lng3 > ul > li {
    width: 100%;
  }
}
.prd_item {
  overflow: hidden;
  transition: box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  border-radius: 20px;
}
.prd_item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.prd_item .img {
  overflow: hidden;
  aspect-ratio: 4/3;
}
.prd_item .img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.prd_item .txt {
  padding: 30px 40px;
}
.prd_item .txt .tit {
  position: relative;
  display: inline-block;
  max-width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.prd_item .txt .tit::after {
  content: "";
  transition: width 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000;
}
.prd_item .txt .price_line {
  margin-top: 5px;
}
.prd_item .txt .price_line .rate {
  font-size: 16px;
  font-weight: bold;
  color: #FD522D !important;
}
.prd_item .txt .price_line .p {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.prd_item .txt .price_line .del {
  font-size: 16px;
  color: #999;
}
.prd_item .txt .ico_line {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.prd_item .txt .ico_line .ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  height: 25px;
  border-radius: 3px;
  font-weight: bold;
}
.prd_item .txt .ico_line .ico.sale_ico {
  color: #fff;
  background-color: #FD2D8E;
}
.prd_item .txt .ico_line .ico.month_ico {
  color: #fff;
  background-color: #FD522D !important;
}
.prd_item .txt .ico_line .ico.pay_ico {
  border: 1px solid #FD522D !important;
  color: #FD522D !important;
}
.prd_item .txt .ico_line .ico.live_ico{border: 1px solid #FF0B00;color: #FF0B00;}
.prd_item .txt .ico_line .ico.stand_ico {
  border: 1px solid #333;
}
.prd_item .btns_wrap {
  flex-shrink: 0;
  display: flex;
  border-top: 1px solid #eee;
}
.prd_item .btns_wrap .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  font-size: 16px;
  text-align: center;
}
.prd_item .btns_wrap .btn + .btn {
  border-left: 1px solid #eee;
}
.prd_item .btns_wrap .btn::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 0 2px 5px;
  vertical-align: middle;
}
.prd_item .btns_wrap .btn.cart_btn::after {
  background-image: url(/src/img/ico/prd_btns_cart.svg);
}
.prd_item .btns_wrap .btn.cart_btn.act::after{background-image: url(/src/img/ico/prd_btns_cart_act.svg);}
.prd_item .btns_wrap .btn.like_btn::after {
  background-image: url(/src/img/ico/prd_btns_like.svg);
}
.prd_item .btns_wrap .btn.like_btn.act::after {
  background-image: url(/src/img/ico/prd_btns_like_act.svg);
}

@media (hover: hover) {
  .prd_item:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  }
  .prd_item:hover .txt .tit::after {
    width: 100%;
  }
}
@media (max-width: 1240px) {
  .prd_item {
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
  }
  .prd_item .img {
    border-radius: 20px;
  }
  .prd_item .txt {
    margin-top: 30px;
    padding: 0;
  }
  .prd_item .btns_wrap {
    margin-top: 30px;
    border-bottom: 1px solid #eee;
  }
}
@media (max-width: 620px) {
  .prd_item .img {
    border-radius: 10px;
  }
  .prd_item .txt {
    margin-top: 15px;
  }
  .prd_item .txt .tit {
    font-size: 14px;
  }
  .prd_item .txt .price_line {
    margin-top: 5px;
  }
  .prd_item .txt .price_line .rate {
    font-size: 13px;
  }
  .prd_item .txt .price_line .p {
    font-size: 14px;
  }
  .prd_item .txt .price_line .del {
    font-size: 13px;
  }
  .prd_item .txt .ico_line {
    gap: 5px;
    margin-top: 10px;
  }
  .prd_item .btns_wrap {
    margin-top: 20px;
  }
  .prd_item .btns_wrap .btn {
    height: 54px;
    font-size: 13px;
  }
}
.prd_slide .slide_tit {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.prd_slide .prd_mask {
  overflow: hidden;
  margin: -20px 0;
  padding: 20px 0;
}
.prd_slide .prd_item .txt {
  padding: 30px;
}
.prd_slide .bullet {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.prd_slide .bullet .swiper-pagination-bullet {
  opacity: 1;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 50%;
  background-color: #ddd;
}
.prd_slide .bullet .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FD522D !important;
}

@media (max-width: 1240px) {
  .prd_slide .prd_item .txt {
    padding: 0;
  }
}
@media (max-width: 620px) {
  .prd_slide .slide_tit {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .prd_slide .bullet {
    margin-top: 20px;
  }
}
@media (max-width: 1440px) {
  .prd_v_wrap #header .hd .quick_menu {
    display: flex;
  }
  .prd_v_wrap #header .hd .quick_menu .my_btn {
    display: none;
  }
  .prd_v_wrap #header .hd .quick_menu .noti_btn {
    display: none;
  }
  .prd_v_wrap .m_quick {
    display: none;
  }
  .prd_v_wrap #footer {
    padding-bottom: 0;
  }
}
@media (max-width: 1240px) {
  .prd_v_wrap #footer {
    padding-bottom: 141px;
  }
}
@media (max-width: 620px) {
  .prd_v_wrap #footer {
    padding-bottom: 130px;
  }
}
.level_sect {
  overflow: hidden;
}
.level_sect .move_wrap {
  display: flex;
  align-items: start;
  width: 100%;
}
.level_sect .move_wrap > section {
  flex-shrink: 0;
  width: 100%;
  padding: 0 1px;
}
.level_sect .move_wrap > section .level_ani {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 50, 0);
}
.level_sect .move_wrap > section.act .level_ani {
  transition: opacity 0.5s, transform 0.5s;
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.level_start {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.level_start .ico {
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
}
.level_start .ico1 {
  background-image: url(/src/img/ico/level_start_ico1.svg);
}
.level_start .ico2 {
  background-image: url(/src/img/ico/level_start_ico2.svg);
}
.level_start .t1 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.level_start .t2 {
  margin-top: 20px;
  font-size: 16px;
}

@media (max-width: 620px) {
  .level_start .ico {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    background-size: cover;
  }
  .level_start .t1 {
    font-size: 16px;
  }
  .level_start .t2 {
    margin-top: 10px;
    font-size: 13px;
  }
}
.level_w {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.level_w .q_line {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.level_w .q_line .q_num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #FD522D !important;
}
.level_w .q_line .type {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #FD522D !important;
}
.level_w .q_line .tit {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.level_w .q_line .desc {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}
.level_w .q_line .process {
  width: 100%;
  margin-top: 40px;
}
.level_w .q_line .process .bar_bg {
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background-color: #eee;
}
.level_w .q_line .process .bar_bg .bar {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background-color: #FD522D !important;
}
.level_w .q_line .process .pro_num {
  width: 100%;
  margin-top: 10px;
  text-align: right;
  color: #999;
}
.level_w .q_line .process .pro_num .curr {
  color: #FD522D !important;
}
.level_w .a_line {
  margin-top: 40px;
}
.level_w .result_line {
  margin-top: 40px;
  text-align: center;
}
.level_w .result_line .top {
  margin-bottom: 40px;
  font-size: 16px;
  color: #000;
}
.level_w .result_line .tit {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.level_w .result_line .tit.fz30 {
  font-size: 30px;
}
.level_w .result_line .tit button {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.level_w .result_line .desc {
  margin-top: 20px;
  font-size: 16px;
  color: #666;
}

@media (max-width: 620px) {
  .level_w {
    padding-bottom: 20px;
  }
  .level_w .q_line .q_num {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .level_w .q_line .type {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .level_w .q_line .tit {
    font-size: 16px;
  }
  .level_w .q_line .desc {
    margin-top: 5px;
    font-size: 13px;
  }
  .level_w .q_line .process {
    margin-top: 20px;
  }
  .level_w .q_line .process .bar_bg {
    height: 6px;
    border-radius: 3px;
  }
  .level_w .q_line .process .pro_num {
    margin-top: 5px;
  }
  .level_w .a_line {
    margin-top: 20px;
  }
  .level_w .result_line {
    margin-top: 20px;
  }
  .level_w .result_line .top {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .level_w .result_line .tit {
    font-size: 16px;
  }
  .level_w .result_line .tit.fz30 {
    font-size: 20px;
  }
  .level_w .result_line .desc {
    margin-top: 10px;
    font-size: 13px;
  }
}
.class_thum {
  overflow: hidden;
  margin-bottom: 50px;
  border: 1px solid #eee;
  border-radius: 20px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}
.class_thum .none_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  padding: 40px;
  text-align: center;
  background-color: #fafafa;
}
.class_thum .none_inner .ico {
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
}
.class_thum .none_inner .ico.live_ico {
  background-image: url(/src/img/ico/class_thum_none_live.svg);
}
.class_thum .none_inner .t1 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.class_thum .none_inner .t2 {
  margin-top: 20px;
  font-size: 20px;
}
.class_thum .thum_inner {
  display: flex;
  height: 500px;
}
.class_thum .thum_inner .img {
  flex-shrink: 0;
  width: 890px;
  height: 100%;
}
.class_thum .thum_inner .img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.class_thum .thum_inner .txt {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 80px 50px;
}
.class_thum .thum_inner .txt .tit {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.class_thum .thum_inner .txt .desc {
  margin-top: 20px;
  font-size: 16px;
}
.class_thum .thum_inner .txt .num_box {
  margin-top: auto;
  padding-top: 40px;
}
.class_thum .thum_inner .txt .num_box > dl {
  display: flex;
  gap: 0 5px;
  align-items: center;
  width: 180px;
  height: 50px;
  padding: 10px 20px;
  border: 1px solid #eee;
  border-radius: 25px;
  background-color: #fafafa;
}
.class_thum .thum_inner .txt .num_box > dl dt {
  flex-shrink: 0;
  font-size: inherit;
}
.class_thum .thum_inner .txt .num_box > dl dt.ico::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0 5px 2px 0;
  vertical-align: middle;
}
.class_thum .thum_inner .txt .num_box > dl dt.view_ico::before {
  background-image: url(/src/img/ico/class_thum_num_view.svg);
}
.class_thum .thum_inner .txt .num_box > dl dd {
  width: 100%;
  font-size: inherit;
  text-align: right;
}

@media (max-width: 1440px) {
  .class_thum {
    max-width: 890px;
    margin-right: auto;
    margin-left: auto;
  }
  .class_thum .thum_inner {
    flex-direction: column;
    height: auto;
  }
  .class_thum .thum_inner .img {
    width: 100%;
    aspect-ratio: 4/3;
  }
  .class_thum .thum_inner .txt {
    display: block;
    height: auto;
    padding: 50px 40px;
  }
}
@media (max-width: 620px) {
  .class_thum {
    margin-bottom: 25px;
    border-radius: 10px;
  }
  .class_thum .none_inner {
    min-height: 300px;
    padding: 20px;
  }
  .class_thum .none_inner .ico {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    background-size: cover;
  }
  .class_thum .none_inner .t1 {
    font-size: 20px;
  }
  .class_thum .none_inner .t2 {
    margin-top: 10px;
    font-size: 16px;
  }
  .class_thum .thum_inner .txt {
    padding: 25px 20px;
  }
  .class_thum .thum_inner .txt .tit {
    font-size: 16px;
  }
  .class_thum .thum_inner .txt .desc {
    margin-top: 10px;
    font-size: 13px;
  }
  .class_thum .thum_inner .txt .num_box {
    padding-top: 20px;
  }
  .class_thum .thum_inner .txt .num_box > dl {
    width: 160px;
    height: 40px;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 13px;
  }
  .class_thum .thum_inner .txt .num_box > dl dt.ico::before {
    width: 16px;
    height: 16px;
    background-size: cover;
  }
}
.calendar_wrap .date_top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  margin-bottom: 80px;
  text-align: center;
}
.calendar_wrap .date_top .arrow_btn {
  flex-shrink: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 3px solid #ddd;
  border-radius: 50%;
  background-image: url(/src/img/ico/calendar_date_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.calendar_wrap .date_top .arrow_btn.next {
  transform: scaleX(-1);
}
.calendar_wrap .date_top .date {
  width: 100%;
  max-width: 420px;
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.calendar_wrap .date_box > table thead th {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: center;
  border-right: 1px solid #eee;
}
.calendar_wrap .date_box > table thead th:first-child {
  color: #f00;
}
.calendar_wrap .date_box > table thead th:last-child {
  border-right: 0;
}
.calendar_wrap .date_box > table tbody {
  border-top: 2px solid #000;
}
.calendar_wrap .date_box > table tbody td {
  position: relative;
  height: 200px;
  padding: 10px 0 39px;
  border: 1px solid #eee;
  border-top: 0;
  vertical-align: top;
}
.calendar_wrap .date_box > table tbody td .day {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 0 10px 10px;
  text-align: left;
}
.calendar_wrap .date_box > table tbody td .btn_lst {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px 0;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn {
  z-index: 6;
  display: block;
  width: 100%;
  height: 29px;
  padding: 4px 10px;
  color: #000;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-color: #fff;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn .time_txt {
  padding-right: 2px;
  font-weight: bold;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.blank {
  cursor: pointer;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color1_1 {
  color: #AF001C;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color1_2 {
  color: #C42942;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color1_3 {
  color: #FF2347;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color1_4 {
  color: #EF97A5;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color1_5 {
  color: #EBCFD3;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color2_1 {
  color: #945400;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color2_2 {
  color: #CC7400;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color2_3 {
  color: #FD522D;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color2_4 {
  color: #FFA38F;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color2_5 {
  color: #FED4CB;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color3_1 {
  color: #2D6A00;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color3_2 {
  color: #4E941A;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color3_3 {
  color: #7BDC33;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color3_4 {
  color: #B4E88D;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color3_5 {
  color: #D3ECC0;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color4_1 {
  color: #04848E;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color4_2 {
  color: #3BB3BC;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color4_3 {
  color: #1FE7F6;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color4_4 {
  color: #99E5EB;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color4_5 {
  color: #D5F0F2;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color5_1 {
  color: #000A6D;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color5_2 {
  color: #1928B5;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color5_3 {
  color: #2E43FF;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color5_4 {
  color: #97A1FF;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color5_5 {
  color: #E1E4FF;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color6_1 {
  color: #5E004F;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color6_2 {
  color: #97007E;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color6_3 {
  color: #DE00B9;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color6_4 {
  color: #EE87DD;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color6_5 {
  color: #F5CFEF;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color7_1 {
  color: #555555;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color7_2 {
  color: #999999;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color7_3 {
  color: #AAAAAA;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color7_4 {
  color: #DDDDDD;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.color7_5 {
  color: #EEEEEE;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color1_1 {
  color: #fff;
  background-color: #AF001C;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color1_2 {
  color: #fff;
  background-color: #C42942;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color1_3 {
  color: #fff;
  background-color: #FF2347;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color1_4 {
  color: #000;
  background-color: #EF97A5;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color1_5 {
  color: #000;
  background-color: #EBCFD3;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color2_1 {
  color: #fff;
  background-color: #945400;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color2_2 {
  color: #fff;
  background-color: #CC7400;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color2_3 {
  color: #fff;
  background-color: #FD522D;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color2_4 {
  color: #000;
  background-color: #FFA38F;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color2_5 {
  color: #000;
  background-color: #FED4CB;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color3_1 {
  color: #fff;
  background-color: #2D6A00;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color3_2 {
  color: #fff;
  background-color: #4E941A;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color3_3 {
  color: #fff;
  background-color: #7BDC33;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color3_4 {
  color: #000;
  background-color: #B4E88D;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color3_5 {
  color: #000;
  background-color: #D3ECC0;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color4_1 {
  color: #fff;
  background-color: #04848E;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color4_2 {
  color: #fff;
  background-color: #3BB3BC;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color4_3 {
  color: #fff;
  background-color: #1FE7F6;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color4_4 {
  color: #000;
  background-color: #99E5EB;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color4_5 {
  color: #000;
  background-color: #D5F0F2;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color5_1 {
  color: #fff;
  background-color: #000A6D;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color5_2 {
  color: #fff;
  background-color: #1928B5;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color5_3 {
  color: #fff;
  background-color: #2E43FF;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color5_4 {
  color: #000;
  background-color: #97A1FF;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color5_5 {
  color: #000;
  background-color: #E1E4FF;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color6_1 {
  color: #fff;
  background-color: #5E004F;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color6_2 {
  color: #fff;
  background-color: #97007E;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color6_3 {
  color: #fff;
  background-color: #DE00B9;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color6_4 {
  color: #000;
  background-color: #EE87DD;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color6_5 {
  color: #000;
  background-color: #F5CFEF;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color7_1 {
  color: #fff;
  background-color: #555555;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color7_2 {
  color: #fff;
  background-color: #999999;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color7_3 {
  color: #fff;
  background-color: #AAAAAA;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color7_4 {
  color: #000;
  background-color: #DDDDDD;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.allday_type.color7_5 {
  color: #000;
  background-color: #EEEEEE;
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.important_type::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 19px;
  margin: 0 2px 4px 0;
  vertical-align: middle;
  background-image: url(/src/img/ico/calendar_datebox_important.svg);
}
.calendar_wrap .date_box > table tbody td .btn_lst .btn.complete_type .t {
  text-decoration: line-through;
}
.calendar_wrap .date_box > table tbody td .btn_lst .period_cont {
  position: relative;
  height: 29px;
}
.calendar_wrap .date_box > table tbody td .btn_lst .period_cont .btn {
  position: absolute;
  top: 0;
  left: 0;
}
.calendar_wrap .date_box > table tbody td .add_btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.calendar_wrap .date_box > table tbody td .m_v_btn {
  display: none;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.calendar_wrap .date_box > table tbody td:first-child {
  border-left: 0;
}
.calendar_wrap .date_box > table tbody td:first-child .day {
  color: #f00;
}
.calendar_wrap .date_box > table tbody td:last-child {
  border-right: 0;
}
.calendar_wrap .date_box > table tbody td.none .day {
  color: #ddd !important;
}
.calendar_wrap .date_box > table tbody td.today {
  position: relative;
}
.calendar_wrap .date_box > table tbody td.today::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid #999;
}
.calendar_wrap .date_box > table tbody td.holiday .day {
  color: #f00;
}

@media (max-width: 1440px) {
  .calendar_wrap .date_box > table tbody td .btn_lst .btn {
    padding: 4px 5px;
  }
}
@media (max-width: 1240px) {
  .calendar_wrap .date_box > table tbody td .btn_lst .btn .time_txt {
    display: none;
  }
  .calendar_wrap .date_box > table tbody td .btn_lst .btn.important_type::before {
    display: none;
  }
  .calendar_wrap .date_box > table tbody td .m_v_btn {
    display: block;
  }
}
@media (max-width: 767px) {
  .calendar_wrap .date_box > table tbody td {
    height: 150px;
    padding-bottom: 34px;
  }
  .calendar_wrap .date_box > table tbody td .day {
    padding: 0 5px 5px;
    font-size: 11px;
  }
  .calendar_wrap .date_box > table tbody td .btn_lst {
    gap: 1px;
  }
  .calendar_wrap .date_box > table tbody td .btn_lst .btn {
    height: 24px;
    font-size: 11px;
  }
  .calendar_wrap .date_box > table tbody td .btn_lst .period_cont {
    height: 24px;
  }
}
@media (max-width: 620px) {
  .calendar_wrap .date_top {
    margin-bottom: 40px;
  }
  .calendar_wrap .date_top .arrow_btn {
    width: 40px;
    height: 40px;
    border: 2px solid #ddd;
  }
  .calendar_wrap .date_top .date {
    width: auto;
    font-size: 20px;
  }
  .calendar_wrap .date_box > table thead th {
    padding-bottom: 15px;
    font-size: 11px;
    border-right: 0;
  }
}
.m_calendar_v {
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.m_calendar_v .mod_top {
  position: relative;
  display: flex;
  align-items: center;
  height: 120px;
  padding: 0 5%;
  border-bottom: 20px solid #fafafa;
}
.m_calendar_v .mod_top .back_btn {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(/src/img/ico/sys_top_back.svg);
}
.m_calendar_v .mod_top .tit {
  width: 100%;
  padding: 0 44px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.m_calendar_v .mod_top .link_btn {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(/src/img/ico/sys_top_plus.svg);
}
.m_calendar_v .mod_body {
  overflow-y: auto;
  height: calc(100% - 120px);
  padding: 40px 5%;
}
.m_calendar_v .schedule_lst > ul > li {
  border-bottom: 1px solid #eee;
}
.m_calendar_v .schedule_lst > ul > li .cont {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 0 20px 23px;
  text-align: left;
}
.m_calendar_v .schedule_lst > ul > li .cont .bar_ico {
  position: absolute;
  top: 20px;
  left: 0;
  width: 3px;
  height: calc(100% - 40px);
}
.m_calendar_v .schedule_lst > ul > li .cont .tit {
  display: block;
  font-size: 16px;
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.m_calendar_v .schedule_lst > ul > li .cont .time {
  display: block;
  margin-top: 5px;
  color: #999;
}
.m_calendar_v .schedule_lst > ul > li .cont.color1_1 .bar_ico {
  background-color: #AF001C;
}
.m_calendar_v .schedule_lst > ul > li .cont.color1_2 .bar_ico {
  background-color: #C42942;
}
.m_calendar_v .schedule_lst > ul > li .cont.color1_3 .bar_ico {
  background-color: #FF2347;
}
.m_calendar_v .schedule_lst > ul > li .cont.color1_4 .bar_ico {
  background-color: #EF97A5;
}
.m_calendar_v .schedule_lst > ul > li .cont.color1_5 .bar_ico {
  background-color: #EBCFD3;
}
.m_calendar_v .schedule_lst > ul > li .cont.color2_1 .bar_ico {
  background-color: #945400;
}
.m_calendar_v .schedule_lst > ul > li .cont.color2_2 .bar_ico {
  background-color: #CC7400;
}
.m_calendar_v .schedule_lst > ul > li .cont.color2_3 .bar_ico {
  background-color: #FD522D;
}
.m_calendar_v .schedule_lst > ul > li .cont.color2_4 .bar_ico {
  background-color: #FFA38F;
}
.m_calendar_v .schedule_lst > ul > li .cont.color2_5 .bar_ico {
  background-color: #FED4CB;
}
.m_calendar_v .schedule_lst > ul > li .cont.color3_1 .bar_ico {
  background-color: #2D6A00;
}
.m_calendar_v .schedule_lst > ul > li .cont.color3_2 .bar_ico {
  background-color: #4E941A;
}
.m_calendar_v .schedule_lst > ul > li .cont.color3_3 .bar_ico {
  background-color: #7BDC33;
}
.m_calendar_v .schedule_lst > ul > li .cont.color3_4 .bar_ico {
  background-color: #B4E88D;
}
.m_calendar_v .schedule_lst > ul > li .cont.color3_5 .bar_ico {
  background-color: #D3ECC0;
}
.m_calendar_v .schedule_lst > ul > li .cont.color4_1 .bar_ico {
  background-color: #04848E;
}
.m_calendar_v .schedule_lst > ul > li .cont.color4_2 .bar_ico {
  background-color: #3BB3BC;
}
.m_calendar_v .schedule_lst > ul > li .cont.color4_3 .bar_ico {
  background-color: #1FE7F6;
}
.m_calendar_v .schedule_lst > ul > li .cont.color4_4 .bar_ico {
  background-color: #99E5EB;
}
.m_calendar_v .schedule_lst > ul > li .cont.color4_5 .bar_ico {
  background-color: #D5F0F2;
}
.m_calendar_v .schedule_lst > ul > li .cont.color5_1 .bar_ico {
  background-color: #000A6D;
}
.m_calendar_v .schedule_lst > ul > li .cont.color5_2 .bar_ico {
  background-color: #1928B5;
}
.m_calendar_v .schedule_lst > ul > li .cont.color5_3 .bar_ico {
  background-color: #2E43FF;
}
.m_calendar_v .schedule_lst > ul > li .cont.color5_4 .bar_ico {
  background-color: #97A1FF;
}
.m_calendar_v .schedule_lst > ul > li .cont.color5_5 .bar_ico {
  background-color: #E1E4FF;
}
.m_calendar_v .schedule_lst > ul > li .cont.color6_1 .bar_ico {
  background-color: #5E004F;
}
.m_calendar_v .schedule_lst > ul > li .cont.color6_2 .bar_ico {
  background-color: #97007E;
}
.m_calendar_v .schedule_lst > ul > li .cont.color6_3 .bar_ico {
  background-color: #DE00B9;
}
.m_calendar_v .schedule_lst > ul > li .cont.color6_4 .bar_ico {
  background-color: #EE87DD;
}
.m_calendar_v .schedule_lst > ul > li .cont.color6_5 .bar_ico {
  background-color: #F5CFEF;
}
.m_calendar_v .schedule_lst > ul > li .cont.color7_1 .bar_ico {
  background-color: #555555;
}
.m_calendar_v .schedule_lst > ul > li .cont.color7_2 .bar_ico {
  background-color: #999999;
}
.m_calendar_v .schedule_lst > ul > li .cont.color7_3 .bar_ico {
  background-color: #AAAAAA;
}
.m_calendar_v .schedule_lst > ul > li .cont.color7_4 .bar_ico {
  background-color: #DDDDDD;
}
.m_calendar_v .schedule_lst > ul > li .cont.color7_5 .bar_ico {
  background-color: #EEEEEE;
}
.m_calendar_v .schedule_lst > ul > li .cont.important_type .tit::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 19px;
  margin: 0 5px 4px 0;
  vertical-align: middle;
  background-image: url(/src/img/ico/m_calendar_v_important.svg);
}
.m_calendar_v .schedule_lst > ul > li .cont.complete_type .tit .t {
  text-decoration: line-through;
}
.m_calendar_v .schedule_lst > ul > li:first-child .cont {
  padding-top: 0;
}
.m_calendar_v .schedule_lst > ul > li:first-child .cont .bar_ico {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: calc(100% - 20px);
}

@media (max-width: 620px) {
  .m_calendar_v .mod_top {
    height: 80px;
    border-bottom: 10px solid #fafafa;
  }
  .m_calendar_v .mod_top .tit {
    font-size: 20px;
  }
  .m_calendar_v .mod_body {
    height: calc(100% - 80px);
    padding: 20px 5%;
  }
  .m_calendar_v .schedule_lst > ul > li .cont {
    padding-left: 13px;
  }
  .m_calendar_v .schedule_lst > ul > li .cont .tit {
    font-size: 13px;
  }
  .m_calendar_v .schedule_lst > ul > li .cont .time {
    font-size: 13px;
  }
}
.calendar_modal {
  z-index: 60;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.calendar_modal.act {
  display: block;
}
.calendar_modal .mod {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 640px;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #fff;
}
.calendar_modal .mod .close_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 19px;
  height: 19px;
  background-image: url(/src/img/ico/modal_close.svg);
}
.calendar_modal .mod .mod_ovy {
  overflow-y: auto;
  max-height: 80vh;
  padding: 40px;
}
.calendar_modal .mod .mod_ovy::-webkit-scrollbar {
  width: 3px;
  background-color: #eee;
}
.calendar_modal .mod .mod_ovy::-webkit-scrollbar-thumb {
  background-color: #999;
}
.calendar_modal .mod .top_tit {
  margin-bottom: 20px;
}
.calendar_modal .mod .mod_tit {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.calendar_modal .mod .mod_desc {
  margin-top: 10px;
  color: #666;
}
.calendar_modal .mod .star_ico::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 19px;
  margin: 0 10px 4px 0;
  vertical-align: middle;
  background-image: url(/src/img/ico/m_calendar_v_important.svg);
}
.calendar_modal .mod .sys_txt_dl {
  border-top: 1px solid #000;
}
.calendar_modal .mod .sys_w_dl {
  border-top: 1px solid #000;
}
.calendar_modal .mod .sbm_btns {
  margin-top: 30px;
}
.calendar_modal .mod .label_box {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #fafafa;
}
.calendar_modal.calendar_notice_modal .sys_txt_dl > dl{display: none;}
.calendar_modal.calendar_notice_modal .sys_txt_dl > dl.act{display: flex;}
.calendar_modal.calendar_notice_modal .sbm_btns .btn{display: none;}
.calendar_modal.calendar_notice_modal .sbm_btns .btn.act{display: flex;}

@media (max-width: 1240px) {
  .calendar_modal .mod {
    width: 90%;
  }
}
@media (max-width: 620px) {
  .calendar_modal .mod {
    border-radius: 5px;
  }
  .calendar_modal .mod .mod_ovy {
    padding: 20px;
  }
  .calendar_modal .mod .top_tit {
    margin-bottom: 10px;
  }
  .calendar_modal .mod .mod_tit {
    font-size: 16px;
  }
  .calendar_modal .mod .label_box {
    gap: 5px 0;
    padding: 10px;
  }
}
.cycle_modal .inp_wrap .repeat_inp_wrap {
  display: block;
  margin-top: 20px;
  padding: 20px;
  border-radius: 5px;
  background-color: #fafafa;
}
.cycle_modal .inp_wrap .repeat_inp_wrap .repeat_result_line {
  margin-top: 0;
}

@media (max-width: 620px) {
  .cycle_modal .inp_wrap .repeat_inp_wrap {
    margin-top: 10px;
    padding: 10px;
  }
}
.class_lst {
  border-top: 2px solid #000;
}
.class_lst > ul > li {
  display: flex;
  gap: 0 20px;
  border-bottom: 1px solid #ddd;
}
.class_lst > ul > li .info_wrap {
  width: 100%;
  display: flex;
  gap: 0 30px;
  align-items: center;
  padding: 30px 0;
}
.class_lst > ul > li .info_wrap .img {
  flex-shrink: 0;
  overflow: hidden;
  display: block;
  width: 177px;
  height: 133px;
  border-radius: 10px;
}
.class_lst > ul > li .info_wrap .img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.class_lst > ul > li .info_wrap .txt {
  width: 100%;
  min-width: 0;
}
.class_lst > ul > li .info_wrap .txt .name {
  display: inline-block;
  max-width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.class_lst > ul > li .info_wrap .txt .info_line {
  font-size: 0;
}
.class_lst > ul > li .info_wrap .txt .info_line .t {
  font-size: 14px;
  line-height: 150%;
}
.class_lst > ul > li .info_wrap .txt .info_line .t::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.class_lst > ul > li .info_wrap .txt .info_line .t:last-child::after {
  display: none;
}
.class_lst > ul > li .info_wrap .txt .info_line .achiev {
  font-weight: bold;
  color: #FD522D !important;
}
.class_lst > ul > li .info_wrap .txt .info_line ~ .name {
  margin-top: 10px;
}
.class_lst > ul > li .info_wrap .txt .name ~ .info_line {
  margin-top: 20px;
}
.class_lst > ul > li .info_wrap .txt .info_line + .info_line {
  margin-top: 0;
}
.class_lst > ul > li .r_btns {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 20px;
  border-left: 1px solid #ddd;
}
.class_lst > ul > li .r_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 34px;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
}
.class_lst > ul > li .r_btns .btn.line_style {
  border: 1px solid #aaa;
}

@media (max-width: 1240px) {
  .class_lst > ul > li {
    flex-direction: column;
    gap: 0;
  }
  .class_lst > ul > li .info_wrap {
    gap: 0 20px;
    align-items: start;
    padding: 20px 0;
  }
  .class_lst > ul > li .info_wrap .img {
    width: 120px;
    height: 90px;
  }
  .class_lst > ul > li .r_btns {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
    padding: 0 0 20px;
    border-left: 0;
  }
}
@media (max-width: 620px) {
  .class_lst > ul > li .info_wrap {
    gap: 0 10px;
  }
  .class_lst > ul > li .info_wrap .img {
    width: 70px;
    height: 52px;
    border-radius: 5px;
  }
  .class_lst > ul > li .info_wrap .txt .name {
    font-size: 13px;
  }
  .class_lst > ul > li .info_wrap .txt .info_line .t {
    font-size: 13px;
  }
  .class_lst > ul > li .info_wrap .txt .info_line .t::after {
    margin: 0 8px 2px;
  }
  .class_lst > ul > li .info_wrap .txt .info_line ~ .name {
    margin-top: 5px;
  }
  .class_lst > ul > li .info_wrap .txt .name ~ .info_line {
    margin-top: 10px;
  }
  .class_lst > ul > li .info_wrap .txt .info_line + .info_line {
    margin-top: 0;
  }
}
.hot_line .tit_line {
  text-align: center;
}
.hot_line .tit_line .t1 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.hot_line .tit_line .t2 {
  margin-top: 30px;
  font-size: 18px;
  color: #666;
}
.hot_line .s_tit {
  margin: 80px 0 30px;
  font-size: 30px;
  font-weight: bold;
  color: #FD522D !important;
}
.hot_line .desc_box {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}
.hot_line .desc_box > dl {
  width: calc(50% + 1px);
  margin: -1px 0 0 -1px;
  padding: 40px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}
.hot_line .desc_box > dl dt {
  font-size: 20px;
  font-weight: bold;
}
.hot_line .desc_box > dl dd {
  margin-top: 20px;
}
.hot_line .b_line {
  margin-top: 80px;
  text-align: center;
}
.hot_line .b_line .t1 {
  font-size: 18px;
  color: #666;
}
.hot_line .b_line .t2 {
  margin-top: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}

@media (max-width: 620px) {
  .hot_line .tit_line .t1 {
    font-size: 20px;
  }
  .hot_line .tit_line .t2 {
    margin-top: 15px;
    font-size: 14px;
  }
  .hot_line .s_tit {
    margin: 40px 0 15px;
    font-size: 20px;
  }
  .hot_line .desc_box {
    display: block;
    border-radius: 5px;
  }
  .hot_line .desc_box > dl {
    width: 100%;
    padding: 20px;
  }
  .hot_line .desc_box > dl dt {
    font-size: 16px;
  }
  .hot_line .desc_box > dl dd {
    margin-top: 10px;
  }
  .hot_line .b_line {
    margin-top: 40px;
  }
  .hot_line .b_line .t1 {
    font-size: 14px;
  }
  .hot_line .b_line .t2 {
    margin-top: 20px;
    font-size: 20px;
  }
}
.terms_wrap pre {
  font-size: 16px;
  color: #666;
}

@media (max-width: 620px) {
  .terms_wrap pre {
    font-size: 13px;
  }
}
.js_bd_line .js_bd_cont {
  display: none;
}

.sys_cont {
  padding-top: 100px;
}

.sys_tit {
  margin-bottom: 50px;
  font-size: 50px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 140%;
}

.sys_s_menu {
  margin-right: auto;
  margin-left: auto;
}
.sys_s_menu > ul {
  display: flex;
  width: 100%;
}
.sys_s_menu > ul > li {
  width: calc(100% + 1px);
  margin-left: -1px;
}
.sys_s_menu > ul > li .t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #999;
}
.sys_s_menu > ul > li.act {
  position: relative;
}
.sys_s_menu > ul > li.act .t1 {
  border: 1px solid #000;
  color: #333;
}

@media (max-width: 620px) {
  .sys_cont {
    padding-top: 50px;
  }
  .sys_tit {
    margin-bottom: 25px;
    font-size: 24px;
  }
  .sys_s_menu > ul > li .t1 {
    height: 40px;
    font-size: 13px;
  }
}
.sys_prd_info {
  display: flex;
  gap: 0 20px;
  align-items: start;
}
.sys_prd_info.aic {
  align-items: center;
}
.sys_prd_info .chk_img {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.sys_prd_info .chk_img .de_cki {
  flex-shrink: 0;
}
.sys_prd_info .chk_img .de_cki i {
  background-color: #fff;
}
.sys_prd_info .img {
  flex-shrink: 0;
  overflow: hidden;
  display: block;
  width: 120px;
  height: 90px;
  border-radius: 10px;
}
.sys_prd_info .img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sys_prd_info .txt {
  width: 100%;
  min-width: 0;
}
.sys_prd_info .txt .name {
  display: inline-block;
  max-width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.sys_prd_info .txt .info_line {
  font-size: 0;
}
.sys_prd_info .txt .info_line .t {
  font-size: 14px;
  line-height: 150%;
}
.sys_prd_info .txt .info_line .t::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.sys_prd_info .txt .info_line .t:last-child::after {
  display: none;
}
.sys_prd_info .txt .info_line .rate{font-weight: bold;color: #FD522D !important;}
.sys_prd_info .txt .info_line .del {
  color: #999;
}
.sys_prd_info .txt .info_line .p {
  font-weight: bold;color: #000;
}
.sys_prd_info .txt .info_line .total{font-weight: bold;color: #FD522D !important;}
.sys_prd_info .txt .info_line .achiev {
  font-weight: bold;
  color: #FD522D !important;
}
.sys_prd_info .txt .info_line.m_type {
  display: none;
}
.sys_prd_info .txt .info_line ~ .name {
  margin-top: 10px;
}
.sys_prd_info .txt .name ~ .info_line {
  margin-top: 10px;
}
.sys_prd_info .txt .info_line + .info_line {
  margin-top: 0;
}
.sys_prd_info .txt .state_btns {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.sys_prd_info .txt .state_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  height: 34px;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
}
.sys_prd_info .txt .state_btns .btn.line_style {
  border: 1px solid #aaa;
}
.sys_prd_info .txt .state_btns .btn.bg_style {
  color: #fff;
  background-color: #FD522D !important;
}

@media (max-width: 1440px) {
  .sys_prd_info.aic {
    align-items: start;
  }
  .sys_prd_info .txt .info_line.m_type {
    display: block;
  }
}
@media (max-width: 620px) {
  .sys_prd_info {
    gap: 0 10px;
  }
  .sys_prd_info .chk_img {
    align-items: start;
    gap: 0 10px;
  }
  .sys_prd_info .img {
    width: 70px;
    height: 52px;
    border-radius: 5px;
  }
  .sys_prd_info .txt .name {
    font-size: 13px;
  }
  .sys_prd_info .txt .info_line .t {
    font-size: 13px;
  }
  .sys_prd_info .txt .info_line .t::after {
    margin: 0 8px 2px;
  }
  .sys_prd_info .txt .info_line ~ .name {
    margin-top: 5px;
  }
  .sys_prd_info .txt .name ~ .info_line {
    margin-top: 5px;
  }
  .sys_prd_info .txt .info_line + .info_line {
    margin-top: 0;
  }
  .sys_prd_info .txt .state_btns {
    margin-top: 10px;
  }
}

.sys_prd_info+.sys_detail_info{margin-top: 20px;}

.sys_detail_info{overflow: hidden;border: 1px solid #ddd;border-radius: 10px;background-color: #fafafa;}
.sys_detail_info .tit_line{display: block;width: 100%;padding: 20px;text-align: left;}
.sys_detail_info .tit_line .tit{font-size: 12px;font-weight: bold;}
.sys_detail_info .tit_line.open_type{position: relative;padding-right: 30px;}
.sys_detail_info .tit_line.open_type::after{content: '';transition: transform .3s;position: absolute;top: calc(50% - 4px);right: 20px;width: 8px;height: 8px;background-image: url(/src/img/ico/sys_detail_open_arrow.svg);}
.sys_detail_info .cont_line{display: none;padding: 0 20px 20px;}
.sys_detail_info .detail_dl{}
.sys_detail_info .detail_dl > dl{display: flex;align-items: start;gap: 0 10px;}
.sys_detail_info .detail_dl > dl+dl{margin-top: 10px;}
.sys_detail_info .detail_dl > dl > dt{flex-shrink: 0;width: 110px;font-size: 12px;color: #666;}
.sys_detail_info .detail_dl > dl > dd{width: 100%;font-size: 12px;color: #666;}
.sys_detail_info.act .tit_line.open_type::after{transform: scaleY(-1);}
@media (max-width: 620px){
	.sys_prd_info+.sys_detail_info{margin-top: 10px;}
	.sys_detail_info .tit_line{padding: 15px;}
	.sys_detail_info .tit_line.open_type::after{right: 15px;}
	.sys_detail_info .cont_line{padding: 0 15px 15px;}
	.sys_detail_info .detail_dl > dl+dl{margin-top: 5px;}
	.sys_detail_info .detail_dl > dl > dt{width: 90px;}
}


.sys_txt_dl {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 0;
  border-top: 2px solid #000;
  border-bottom: 1px solid #ddd;
}
.sys_txt_dl > dl {
  display: flex;
  align-items: start;
  gap: 10px;
}
.sys_txt_dl > dl > dt {
  flex-shrink: 0;
  width: 100px;
  font-size: 16px;
  font-weight: bold;
}
.sys_txt_dl > dl > dd {
  width: 100%;
}
.sys_txt_dl > dl.inp_type > dt {
  padding-top: 13px;
}
.sys_txt_dl > dl.inp_s_type > dt {
  padding-top: 7px;
}

@media (max-width: 620px) {
  .sys_txt_dl {
    gap: 10px;
    padding: 15px 0;
  }
  .sys_txt_dl > dl > dt {
    width: 90px;
    font-size: 13px;
  }
  .sys_txt_dl > dl > dd {
    font-size: 13px;
  }
  .sys_txt_dl > dl.inp_type > dt {
    padding-top: 10px;
  }
  .sys_txt_dl > dl.inp_s_type > dt {
    padding-top: 0;
  }
}
.sys_b_desc {
  margin-top: 20px;
  color: #666;
}

@media (max-width: 620px) {
  .sys_b_desc {
    margin-top: 10px;
    font-size: 13px;
  }
}
.bubble_wrap {
  position: relative;
}
.bubble_wrap .bubble_modal {
  z-index: 5;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 276px;
  padding-bottom: 25px;
}
.bubble_wrap .bubble_modal .mod {
  padding: 40px 30px;
  border: 1px solid #eee;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}
.bubble_wrap .bubble_modal .mod .close_btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 19px;
  height: 19px;
  background-image: url(/src/img/ico/bubble_modal_close.svg);
}
.bubble_wrap .bubble_modal .mod .t1 {
  font-weight: bold;
}
.bubble_wrap .bubble_modal .mod .sbm_btns {
  gap: 5px;
  margin-top: 20px;
}
.bubble_wrap .bubble_modal .mod .sbm_btns .btn {
  width: 80px;
  height: 34px;
  font-size: 12px;
  font-weight: normal;
}
.bubble_wrap .bubble_modal::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: calc(50% - 15px);
  transform: rotate(45deg);
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  border-top: 0;
  border-left: 0;
  background-color: #fff;
}
.bubble_wrap.s_type .bubble_modal {
  bottom: 34px;
}
.bubble_wrap.act .bubble_modal {
  display: block;
}

@media (max-width: 767px) {
  .bubble_wrap .bubble_modal {
    z-index: 50;
    position: fixed;
    bottom: 0 !important;
    left: 0;
    transform: translateX(0);
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .bubble_wrap .bubble_modal .mod {
    overflow-y: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 276px;
    max-height: 50vh;
    box-shadow: none;
  }
  .bubble_wrap .bubble_modal::after {
    display: none;
  }
}
.sys_w_dl {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  padding: 20px 0;
  border-top: 2px solid #000;
  border-bottom: 1px solid #ddd;
}
.sys_w_dl > dl {
  display: flex;
  align-items: start;
  gap: 10px;
}
.sys_w_dl > dl > dt {
  flex-shrink: 0;
  width: 110px;
  padding-top: 13px;
  font-size: 16px;
  font-weight: bold;
}
.sys_w_dl > dl > dt.req_star::before {
  content: "* ";
  color: #FD522D !important;
}
.sys_w_dl > dl > dd {
  width: 100%;
}
.sys_w_dl > dl.dn {
  display: none;
}
.sys_w_dl > dl.aic {
  align-items: center;
}
.sys_w_dl > dl.aic > dt {
  padding-top: 0;
}
.sys_w_dl > dl.txt_type > dt {
  padding-top: 0;
}
.sys_w_dl.line_type {
  gap: 0;
  padding: 0;
  border-bottom: 0;
}
.sys_w_dl.line_type > dl {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.sys_w_dl.g10_type {
  gap: 10px 0;
  padding: 10px 0;
}
.sys_w_dl.g10_type > dl.txt_type {
  padding: 15px 0;
}

@media (max-width: 620px) {
  .sys_w_dl {
    gap: 15px 0;
    padding: 15px 0;
  }
  .sys_w_dl > dl {
    flex-direction: column;
    gap: 5px;
  }
  .sys_w_dl > dl > dt {
    width: 100%;
    padding-top: 0;
    font-size: 13px;
  }
  .sys_w_dl > dl > dd {
    width: 100%;
    padding-top: 0;
    font-size: 13px;
  }
  .sys_w_dl > dl.txt_type {
    gap: 0 10px;
    flex-direction: row;
  }
  .sys_w_dl > dl.txt_type > dt {
    width: 90px;
  }
  .sys_w_dl.line_type {
    gap: 15px 0;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
  }
  .sys_w_dl.line_type > dl {
    padding: 0;
    border-bottom: 0;
  }
  .sys_w_dl.g10_type {
    gap: 15px 0;
    padding: 15px 0;
  }
  .sys_w_dl.g10_type > dl.txt_type {
    padding: 0;
  }
}
.sys_complete {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sys_complete .ico {
  display: block;
  width: 80px;
  margin-bottom: 30px;
}
.sys_complete .t1 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.sys_complete .t2 {
  margin-top: 20px;
  font-size: 16px;
  color: #000;
}

@media (max-width: 620px) {
  .sys_complete .ico {
    width: 40px;
    margin-bottom: 20px;
  }
  .sys_complete .t1 {
    font-size: 16px;
  }
  .sys_complete .t2 {
    font-size: 13px;
  }
}
.sys_date_period {
  display: flex;
  gap: 0 20px;
}
.sys_date_period .period_btns {
  display: flex;
  gap: 5px;
}
.sys_date_period .period_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 34px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
  color: #999;
}
.sys_date_period .period_btns .btn.act {
  transition: background-color 0.3s;
  border: 0;
  color: #fff;
  background-color: #FD522D !important;
}
.sys_date_period .period_inp {
  display: flex;
  gap: 5px;
  align-items: center;
}
.sys_date_period .period_inp .inp_box {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 120px;
  height: 34px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.sys_date_period .period_inp .inp_box .date_inp {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 25px 0 10px;
  border: 0;
  font-size: 12px;
}
.sys_date_period .period_inp .inp_box .ui-datepicker-trigger {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.sys_date_period .period_inp .t {
  flex-shrink: 0;
  font-size: 12px;
}
.sys_date_period .period_inp .s_btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 34px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-color: #333;
}
.sys_date_period .w_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 34px;
  margin-left: auto;
  border: 1px solid #aaa;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 991px) {
  .sys_date_period {
    gap: 0 15px;
  }
  .sys_date_period .period_btns {
    width: 335px;
  }
  .sys_date_period .period_btns .btn {
    width: 100%;
  }
  .sys_date_period .period_inp {
    flex-shrink: 0;
  }
  .sys_date_period .w_btn {
    display: none;
  }
}
@media (max-width: 620px) {
  .sys_date_period {
    flex-direction: column;
    gap: 5px 0;
  }
  .sys_date_period .period_btns {
    width: 100%;
  }
  .sys_date_period .period_inp .inp_box {
    width: 100%;
  }
}
.sys_review_v {
  display: block;
  text-align: left;
}
.sys_review_v .txt {
  font-size: 14px;
}
.sys_review_v .img {
  margin-top: 20px;
}
.sys_review_v .close_btn {
  display: inline-block;
  margin-top: 20px;
  text-decoration: underline;
  text-underline-position: under;
}
.sys_review_v .answer_box {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  background-color: #fafafa;
}
.sys_review_v .answer_box > ul > li + li {
  margin-top: 20px;
}
.sys_review_v .answer_box > ul > li .name {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
  padding-left: 14px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.sys_review_v .answer_box > ul > li .name::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 9px;
  height: 9px;
  background-image: url(/src/img/ico/sys_review_clamp.svg);
}
.sys_review_v .answer_box > ul > li .name .date {
  font-size: 12px;
  color: #999;
  font-weight: normal;
}
.sys_review_v .answer_box > ul > li .txt {
  margin-top: 7px;
  font-size: 14px;
}
.sys_review_v .manage_btns {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.sys_review_v .manage_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 34px;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
}
.sys_review_v .manage_btns .btn.bg_style {
  color: #fff;
  background-color: #333;
}
.sys_review_v .manage_btns .btn.line_style {
  border: 1px solid #aaa;
}

@media (max-width: 620px) {
  .sys_review_v .txt {
    font-size: 13px;
  }
  .sys_review_v .close_btn {
    font-size: 13px;
  }
  .sys_review_v .answer_box {
    border-radius: 5px;
  }
  .sys_review_v .answer_box > ul > li .name {
    font-size: 13px;
  }
  .sys_review_v .answer_box > ul > li .name::before {
    top: 6px;
  }
  .sys_review_v .answer_box > ul > li .txt {
    font-size: 13px;
  }
}
.sys_sns_btns {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.sys_sns_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  width: 210px;
  height: 50px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}
.sys_sns_btns .btn::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
}
.sys_sns_btns .btn.kakao {
  border: 1px solid #aaa;
}
.sys_sns_btns .btn.kakao::before {
  background-image: url(/src/img/ico/sns_connect_kakao.svg);
}
.sys_sns_btns .btn.kakao.act {
  border: 0;
  background-color: #FFE300;
}

@media (max-width: 620px) {
  .sys_sns_btns .btn {
    gap: 0 5px;
    height: 40px;
    font-size: 13px;
  }
  .sys_sns_btns .btn::before {
    width: 22px;
    height: 22px;
    background-size: cover;
  }
}
.prd_v {
  z-index: 10;
  position: relative;
  display: flex;
  gap: 0 50px;
  align-items: start;
  flex-wrap: wrap;
}
.prd_v .thum_img {
  overflow: hidden;
  width: calc(100% - 540px);
  border-radius: 20px;
}
.prd_v .thum_img > img {
  width: 100%;
}
.prd_v .thum_txt {
  position: sticky;
  top: 88px;
  right: 0;
  overflow-y: auto;
  width: 490px;
  max-height: calc(100vh - 88px);
}
.prd_v .thum_txt .prd_countdown{display: flex;gap: 0 5px;margin-bottom: 10px;font-size: 20px;font-weight: bold;color: #FE5356;}
.prd_v .thum_txt .prd_countdown::before{content: '';flex-shrink: 0;display: inline-block;width: 24px;height: 24px;margin-top: 3px;background-image: url(/src/img/ico/prd_countdown.svg);}
.prd_v .thum_txt .prd_tit {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.prd_v .thum_txt .price_line .rate {
  font-weight: bold;
  color: #FD522D !important;
}
.prd_v .thum_txt .price_line .p {
  font-weight: bold;
  color: #000;
}
.prd_v .thum_txt .price_line .del {
  color: #999;
}
.prd_v .thum_txt .desc_tb {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #000;
}
.prd_v .thum_txt .desc_tb > table > tbody th {
  width: 120px;
  padding: 7px 0;
  padding-right: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
.prd_v .thum_txt .desc_tb > table > tbody td {
  padding: 7px 0;
  font-size: 16px;
  vertical-align: top;
}
.prd_v .thum_txt .desc_tb > table > tbody tr:first-child th {
  padding-top: 0;
}
.prd_v .thum_txt .desc_tb > table > tbody tr:first-child td {
  padding-top: 0;
}
.prd_v .thum_txt .desc_tb > table > tbody tr:last-child th {
  padding-bottom: 0;
}
.prd_v .thum_txt .desc_tb > table > tbody tr:last-child td {
  padding-bottom: 0;
}
.prd_v .thum_txt .desc_tb .td_dl > dl{display: flex;gap: 0 5px;align-items: start;}
.prd_v .thum_txt .desc_tb .td_dl > dl > dt{flex-shrink: 0;font-size: 16px;}
.prd_v .thum_txt .desc_tb .td_dl > dl > dd{width: 100%;font-size: 16px;}
.prd_v .thum_txt .info_box {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  background-color: #fafafa;
}
.prd_v .thum_txt .info_box .tit {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.prd_v .thum_txt .info_box .dot_lst > ul > li {
  font-size: 14px;
}
.prd_v .thum_txt .info_box .dot_lst > ul > li::before {
  top: 9px;
}
.prd_v .thum_txt .v_share_modal {
  z-index: 10;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
.prd_v .thum_txt .v_share_modal .mod {
  position: relative;
  width: 210px;
  padding: 30px 38px;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}
.prd_v .thum_txt .v_share_modal .mod .close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 19px;
  height: 19px;
  background-image: url(/src/img/ico/modal_close.svg);
}
.prd_v .thum_txt .v_share_modal .share_lst > ul {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.prd_v .thum_txt .v_share_modal .share_lst > ul > li .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  background-size: cover;
}
.prd_v .thum_txt .v_share_modal .share_lst > ul > li .btn.line {
  background-image: url(/src/img/ico/v_share_line.svg);
}
.prd_v .thum_txt .v_share_modal .share_lst > ul > li .btn.band {
  background-image: url(/src/img/ico/v_share_band.svg);
}
.prd_v .thum_txt .v_share_modal .share_lst > ul > li .btn.naver {
  background-image: url(/src/img/ico/v_share_naver.svg);
}
.prd_v .thum_txt .v_share_modal .share_lst > ul > li .btn.fb {
  background-image: url(/src/img/ico/v_share_fb.svg);
}
.prd_v .thum_txt .v_share_modal .share_lst > ul > li .btn.tw {
  background-image: url(/src/img/ico/v_share_tw.svg);
}
.prd_v .thum_txt .v_share_modal .share_lst > ul > li .btn.url {
  color: #fff;
  background-color: #999;
}
.prd_v .thum_txt .v_share_modal.act {
  display: block;
}
.prd_v .thum_txt .total_line {
  display: flex;
  gap: 0 20px;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.prd_v .thum_txt .total_line .price_txt {
  width: 100%;
  text-align: right;
  font-size: 16px;
}
.prd_v .thum_txt .total_line .price_txt .total {
  font-size: 30px;
  font-weight: bold;
  color: #FD522D !important;
}
.prd_v .thum_txt .total_line .share_btn {
  flex-shrink: 0;
  display: none;
  width: 24px;
  height: 24px;
	margin-left: auto;	
  background-image: url(/src/img/ico/prd_btns_share.svg);
}
.prd_v .thum_txt .sbm_line {
  margin-top: 30px;
}
.prd_v .thum_txt .sbm_line .btns_wrap {
  display: flex;
  gap: 0 10px;
}
.prd_v .thum_txt .sbm_line .btns_wrap .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
}
.prd_v .thum_txt .sbm_line .btns_wrap .btn.sbm_btn {
	padding: 5px;
  color: #fff;
  background-color: #FD522D !important;
}
.prd_v .thum_txt .sbm_line .btns_wrap .btn.block_btn{padding: 5px;color: #fff;background-color: #aaa;}
.prd_v .thum_txt .sbm_line .btns_wrap .btn.cart_btn {
  width: 60px;
  border: 1px solid #ddd;
  background-image: url(/src/img/ico/prd_btns_cart.svg);
}
.prd_v .thum_txt .sbm_line .btns_wrap .btn.cart_btn.act{background-image: url(/src/img/ico/prd_btns_cart_act.svg);}
.prd_v .thum_txt .sbm_line .btns_wrap .btn.like_btn {
  width: 60px;
  border: 1px solid #ddd;
  background-image: url(/src/img/ico/prd_btns_like.svg);
}
.prd_v .thum_txt .sbm_line .btns_wrap .btn.like_btn.act {
  background-image: url(/src/img/ico/prd_btns_like_act.svg);
}
.prd_v .thum_txt .sbm_line .btns_wrap .btn.share_btn {
  width: 60px;
  border: 1px solid #ddd;
  background-image: url(/src/img/ico/prd_btns_share.svg);
}
.prd_v .thum_txt .sbm_line .btns_wrap .r_btns {
  flex-shrink: 0;
  display: flex;
  gap: 0 5px;
}
.prd_v .thum_txt .sbm_line .desc_txt {
  display: flex;
  gap: 0 5px;
  margin-top: 20px;
  color: #666;
}
.prd_v .thum_txt .sbm_line .desc_txt .t {
  flex-shrink: 0;
  color: #FD522D !important;
}
.prd_v .v_cont {
  display: flex;
  flex-direction: column;
  gap: 80px 0;
  width: calc(100% - 540px);
  margin-top: 100px;
}
.prd_v .v_cont .sect {
  width: 100%;
  margin-top: -88px;
  padding-top: 88px;
}
.prd_v .v_cont .tab_btns {
  margin-bottom: 50px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.prd_v .v_cont .tab_btns > ul {
  display: flex;
}
.prd_v .v_cont .tab_btns > ul > li {
  width: 100%;
}
.prd_v .v_cont .tab_btns > ul > li .t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 73px;
  font-size: 16px;
  color: #999;
  text-align: center;
  line-height: 150%;
}
.prd_v .v_cont .tab_btns > ul > li.act .t1 {
  position: relative;
  font-weight: bold;
  color: #000;
}
.prd_v .v_cont .tab_btns > ul > li.act .t1::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
}
.prd_v .v_cont .sun-editor-editable {
  padding: 0;
}
.prd_v .v_cont .sect_tit {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.prd_v .v_cont .sect_tit .num {
  color: #FD522D !important;
}
.prd_v .v_cont .lst_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
.prd_v .v_cont .lst_wrap .lst_cont {
  width: 100%;
}
.prd_v .v_cont .prd_bd {
  border-top: 2px solid #000;
}
.prd_v .v_cont .prd_bd .line {
  display: flex;
  border-bottom: 1px solid #eee;
}
.prd_v .v_cont .prd_bd .line .w {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-width: 0;
  padding: 20px 0;
  font-size: 16px;
  text-align: center;
}
.prd_v .v_cont .prd_bd .line .w.num_w {
  flex-shrink: 0;
  width: 80px;
}
.prd_v .v_cont .prd_bd .line .w.num_w .best_ico{font-weight: bold;color: #FD522D !important;}
.prd_v .v_cont .prd_bd .line .w.tit_w {
  padding: 20px;
  text-align: left;
}
.prd_v .v_cont .prd_bd .line .w.tit_w .tit {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.prd_v .v_cont .prd_bd .line .w.tit_w .tit .t {
  display: inline-block;
  max-width: 100%;
}
.prd_v .v_cont .prd_bd .line .w.tit_w .tit.file_ico::after {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background-image: url(/src/img/ico/prd_bd_file.svg);
}
.prd_v .v_cont .prd_bd .line .w.tit_w .info_line {
  margin-top: 10px;
  font-size: 0;
}
.prd_v .v_cont .prd_bd .line .w.tit_w .info_line.m_type {
  display: none;
}
.prd_v .v_cont .prd_bd .line .w.tit_w .info_line .t {
  font-size: 14px;
  color: #666;
  line-height: 150%;
}
.prd_v .v_cont .prd_bd .line .w.tit_w .info_line .t::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  margin: 0 10px 2px;
  background-color: #ddd;
}
.prd_v .v_cont .prd_bd .line .w.tit_w .info_line .t:last-child::after {
  display: none;
}
.prd_v .v_cont .prd_bd .line .w.date_w {
  flex-shrink: 0;
  width: 120px;
}
.prd_v .v_cont .prd_bd .line .w.sys_review_v {
  display: block;
  padding: 20px;
  text-align: left;
}
.prd_v .v_cont .prd_bd.bdt0 {
  border-top: 0;
}
.prd_v .v_cont .page_num {
  margin-top: 30px;
}

@media (max-width: 1440px) {
  .prd_v .thum_img {
    width: calc(100% - 460px);
  }
  .prd_v .thum_txt {
    width: 410px;
  }
  .prd_v .v_cont {
    width: calc(100% - 460px);
  }
}
@media (max-width: 1240px) {
  .prd_v {
    display: block;
  }
  .prd_v .thum_img {
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .prd_v .thum_txt {
    position: relative;
    top: 0;
    overflow-y: unset;
    width: 100%;
    margin-top: 50px;
    max-height: none;
  }
  .prd_v .thum_txt .total_line .price_txt {
    text-align: left;
  }
  .prd_v .thum_txt .total_line .share_btn {
    display: block;
  }
  .prd_v .thum_txt .sbm_line {
    z-index: 10;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    padding: 20px 5%;
    background-color: #fff;
  }
  .prd_v .thum_txt .sbm_line .btns_wrap .r_btns {
    gap: 0 10px;
  }
  .prd_v .thum_txt .sbm_line .btns_wrap .r_btns .share_btn {
    display: none;
  }
  .prd_v .v_cont {
    width: 100%;
  }
}
@media (max-width: 1240px) {
  .prd_v .v_cont .prd_bd .line {
    flex-direction: column;
    gap: 10px 0;
    padding: 20px;
  }
  .prd_v .v_cont .prd_bd .line .w {
    display: none;
    width: 100% !important;
    padding: 0 !important;
    text-align: left !important;
  }
	.prd_v .v_cont .prd_bd .line .w.num_w.ico_type{display: block;}
  .prd_v .v_cont .prd_bd .line .w.tit_w {
    display: block;
    padding: 0;
  }
  .prd_v .v_cont .prd_bd .line .w.mw {
    display: block;
  }
}
@media (max-width: 620px) {
  .prd_v .thum_img {
    border-radius: 10px;
  }
  .prd_v .thum_txt {
    margin-top: 25px;
  }
	.prd_v .thum_txt .prd_countdown{margin-bottom: 5px;font-size: 16px;}
	.prd_v .thum_txt .prd_countdown::before{width: 20px;height: 20px;background-size: cover;}
  .prd_v .thum_txt .prd_tit {
    font-size: 16px;
  }
  .prd_v .thum_txt .desc_tb {
    margin-top: 20px;
    padding-top: 20px;
  }
  .prd_v .thum_txt .desc_tb > table > tbody th {
    width: 90px;
    padding: 3px 0;
    padding-right: 10px;
    font-size: 13px;
  }
  .prd_v .thum_txt .desc_tb > table > tbody td {
    padding: 3px 0;
    font-size: 13px;
  }
	.prd_v .thum_txt .desc_tb .td_dl > dl > dt{font-size: 13px;}
	.prd_v .thum_txt .desc_tb .td_dl > dl > dd{font-size: 13px;}
  .prd_v .thum_txt .info_box {
    margin-top: 20px;
    padding: 20px;
    border-radius: 5px;
  }
  .prd_v .thum_txt .info_box .tit {
    font-size: 13px;
  }
  .prd_v .thum_txt .info_box .dot_lst > ul > li {
    font-size: 13px;
  }
  .prd_v .thum_txt .info_box .dot_lst > ul > li::before {
    top: 8px;
  }
  .prd_v .thum_txt .total_line {
    gap: 0 10px;
    margin-top: 20px;
  }
  .prd_v .thum_txt .total_line .price_txt {
    font-size: 13px;
  }
  .prd_v .thum_txt .total_line .price_txt .total {
    font-size: 20px;
  }
  .prd_v .thum_txt .sbm_line {
    padding: 10px 5%;
  }
  .prd_v .thum_txt .sbm_line .btns_wrap {
    gap: 0 5px;
  }
  .prd_v .thum_txt .sbm_line .btns_wrap .btn {
    font-size: 13px;
  }
  .prd_v .thum_txt .sbm_line .btns_wrap .r_btns {
    gap: 0 5px;
  }
  .prd_v .thum_txt .sbm_line .desc_txt {
    gap: 0 5px;
    margin-top: 10px;
  }
  .prd_v .v_cont {
    margin-top: 50px;
  }
  .prd_v .v_cont .sect {
    margin-top: -64px;
    padding-top: 64px;
  }
  .prd_v .v_cont .tab_btns {
    margin-bottom: 25px;
  }
  .prd_v .v_cont .tab_btns > ul > li .t1 {
    height: 58px;
    font-size: 13px;
  }
  .prd_v .v_cont .sect_tit {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .prd_v .v_cont .lst_wrap {
    gap: 25px 0;
  }
  .prd_v .v_cont .prd_bd .line {
    gap: 5px 0;
    padding: 20px 0;
  }
  .prd_v .v_cont .prd_bd .line .w {
    font-size: 13px;
  }
  .prd_v .v_cont .prd_bd .line .w.tit_w .tit {
    font-size: 13px;
  }
  .prd_v .v_cont .prd_bd .line .w.tit_w .tit.file_ico::after {
    width: 18px;
    height: 18px;
    background-size: cover;
  }
  .prd_v .v_cont .prd_bd .line .w.tit_w .info_line {
    margin-top: 5px;
  }
  .prd_v .v_cont .prd_bd .line .w.tit_w .info_line .t {
    font-size: 13px;
  }
}
.cart_wrap .sys_tit {
  margin-bottom: 40px;
}
.cart_wrap .sys_s_menu {
  max-width: 400px;
}
.cart_wrap .cart_form {
  margin-top: 80px;
}
.cart_wrap .cart_top {
  margin-bottom: 20px;
}
.cart_wrap .cart_lst {
  border-top: 2px solid #000;
}
.cart_wrap .cart_lst > table .w40 {
  width: 40px;
}
.cart_wrap .cart_lst > table .w50 {
  width: 50px;
}
.cart_wrap .cart_lst > table .w120 {
  width: 120px;
}
.cart_wrap .cart_lst > table .w150 {
  width: 150px;
}
.cart_wrap .cart_lst > table > thead tr {
  border-bottom: 1px solid #ddd;
}
.cart_wrap .cart_lst > table > thead th {
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.cart_wrap .cart_lst > table > tbody tr {
  border-bottom: 1px solid #ddd;
}
.cart_wrap .cart_lst > table > tbody td {
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
}
.cart_wrap .cart_lst > table > tbody td.info_td {
  text-align: left;
}
.cart_wrap .cart_lst > table > tbody td.del_td {
  text-align: right;
}
.cart_wrap .cart_lst > table > tbody .del {
  color: #999;
}
.cart_wrap .cart_lst > table > tbody .del_btn {
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(/src/img/ico/cart_lst_del.svg);
}
.cart_wrap .cart_btns {
  display: flex;
  gap: 5px;
  margin-top: 20px;
}
.cart_wrap .cart_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
}
.cart_wrap .cart_btns .btn.line_style {
  border: 1px solid #aaa;
}
.cart_wrap .cart_total {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding: 50px 20px;
  border: 5px solid #eee;
  border-radius: 15px;
  text-align: center;
}
.cart_wrap .cart_total .in_box {
  width: 300px;
}
.cart_wrap .cart_total .in_box .t1 {
  margin-bottom: 20px;
  font-size: 16px;
}
.cart_wrap .cart_total .in_box .t2 {
  font-size: 16px;
  color: #000;
}
.cart_wrap .cart_total .in_box .t2 .num {
  font-size: 30px;
  font-weight: bold;
}
.cart_wrap .cart_total .in_box .t2 .num.total_num {
  color: #FD522D !important;
}
.cart_wrap .cart_total .ico {
  flex-shrink: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 20px;
  border-radius: 50%;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
}
.cart_wrap .cart_total .ico.plus_ico {
  background-image: url(/src/img/ico/cart_total_plus.svg);
}
.cart_wrap .cart_total .ico.equal_ico {
  background-image: url(/src/img/ico/cart_total_equal.svg);
}

@media (max-width: 1440px) {
  .cart_wrap .cart_lst > table > thead {
    display: none;
  }
  .cart_wrap .cart_lst > table > tbody tr {
    position: relative;
    display: block;
    padding: 20px 20px 20px 0;
  }
  .cart_wrap .cart_lst > table > tbody td {
    display: none;
    width: 100%;
    padding: 0 !important;
    text-align: left !important;
  }
  .cart_wrap .cart_lst > table > tbody td.info_td {
    display: block;
  }
  .cart_wrap .cart_lst > table > tbody td.del_td {
    position: absolute;
    right: 0;
    top: 20px;
    display: block;
    width: 19px;
  }
}
@media (max-width: 620px) {
  .cart_wrap .sys_tit {
    margin-bottom: 20px;
  }
  .cart_wrap .cart_form {
    margin-top: 40px;
  }
  .cart_wrap .cart_top {
    margin-bottom: 10px;
  }
  .cart_wrap .cart_btns {
    margin-top: 10px;
  }
  .cart_wrap .cart_btns .btn {
    height: 34px;
    font-size: 13px;
  }
  .cart_wrap .cart_total {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    padding: 20px;
    border: 3px solid #eee;
    border-radius: 10px;
  }
  .cart_wrap .cart_total .in_box {
    width: 100%;
  }
  .cart_wrap .cart_total .in_box .t1 {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .cart_wrap .cart_total .in_box .t2 {
    font-size: 13px;
  }
  .cart_wrap .cart_total .in_box .t2 .num {
    font-size: 20px;
  }
  .cart_wrap .cart_total .ico {
    margin: 20px 0;
    width: 24px;
    height: 24px;
    background-size: 8px auto;
  }
}
.order_wrap {
  display: flex;
  gap: 0 50px;
  justify-content: space-between;
}
.order_wrap .info_cont {
  width: 100%;
}
.order_wrap .total_cont {
  flex-shrink: 0;
  position: relative;
  width: 410px;
}
.order_wrap .info_tit {
  margin: 50px 0 20px;
  font-size: 20px;
  font-weight: bold;
}
.order_wrap .info_tit.mt0 {
  margin-top: 0;
}
.order_wrap .order_lst {
  border-top: 2px solid #000;
}
.order_wrap .order_lst > ul > li {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.order_wrap .total_box {
  position: sticky;
  top: 88px;
  right: 0;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.order_wrap .total_box .s_box {
  padding: 40px;
}
.order_wrap .total_box .s_box + .s_box {
  border-top: 1px solid #ddd;
}
.order_wrap .total_box .total_tit {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
.order_wrap .total_box .total_dl > dl {
  display: flex;
  gap: 0 20px;
  align-items: start;
}
.order_wrap .total_box .total_dl > dl dt {
  flex-shrink: 0;
  width: 100px;
  font-weight: bold;
}
.order_wrap .total_box .total_dl > dl dd {
  width: 100%;
  text-align: right;
}
.order_wrap .total_box .total_dl > dl dd .num {
  font-size: 30px;
  font-weight: bold;
  color: #FD522D !important;
}
.order_wrap .total_box .sbm_line {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  margin-top: 20px;
}
.order_wrap .total_box .sbm_line .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.order_wrap .total_box .sbm_line .btn.line_style {
  border: 1px solid #ddd;
  color: #000;
}
.order_wrap .total_box .sbm_line .btn.bg_style {
  color: #fff;
  background-color: #FD522D !important;
}

@media (max-width: 1240px) {
  .order_wrap {
    display: block;
  }
  .order_wrap .total_cont {
    width: 100%;
    margin-top: 50px;
  }
  .order_wrap .total_box {
    position: static;
    top: 0;
  }
}
@media (max-width: 620px) {
  .order_wrap .total_cont {
    margin-top: 25px;
  }
  .order_wrap .info_tit {
    margin: 25px 0 10px;
    font-size: 16px;
  }
  .order_wrap .total_box {
    border: 0;
  }
  .order_wrap .total_box .s_box {
    padding: 15px 0;
  }
  .order_wrap .total_box .s_box:first-child {
    padding-top: 0;
  }
  .order_wrap .total_box .s_box:last-child {
    padding-bottom: 0;
  }
  .order_wrap .total_box .total_tit {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    font-size: 16px;
  }
  .order_wrap .total_box .total_dl {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
  }
  .order_wrap .total_box .total_dl > dl {
    gap: 0 10px;
  }
  .order_wrap .total_box .total_dl > dl dt {
    font-size: 13px;
  }
  .order_wrap .total_box .total_dl > dl dd {
    font-size: 13px;
  }
  .order_wrap .total_box .total_dl > dl dd .num {
    font-size: 20px;
  }
  .order_wrap .total_box .sbm_line .btn {
    height: 50px;
    font-size: 13px;
  }
}
.proof_w_dl {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
.proof_w_dl > dl {
  display: flex;
  gap: 5px;
  align-items: start;
}
.proof_w_dl > dl > dt {
  flex-shrink: 0;
  width: 110px;
  padding-top: 15px;
  font-size: 14px;
  font-weight: 300;
}
.proof_w_dl > dl > dd {
  width: 100%;
}

@media (max-width: 620px) {
  .proof_w_dl {
    gap: 10px 0;
  }
  .proof_w_dl > dl {
    flex-direction: column;
  }
  .proof_w_dl > dl > dt {
    width: 100%;
    padding-top: 0;
    font-size: 13px;
  }
}
.login_wrap .inner {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.login_wrap .login_tab {
  margin-bottom: 40px;
}
.login_wrap .login_tab > ul {
  display: flex;
}
.login_wrap .login_tab > ul > li {
  width: calc(100% + 1px);
  margin-left: -1px;
}
.login_wrap .login_tab > ul > li .t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  font-size: 16px;
  font-weight: bold;
  color: #999;
}
.login_wrap .login_tab > ul > li.act {
  position: relative;
}
.login_wrap .login_tab > ul > li.act .t1 {
  border: 1px solid #000;
  color: #333;
}
.login_wrap .inp_line {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.login_wrap .save_line {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-top: 20px;
  min-height: 30px;
}
.login_wrap .save_line .r_cont {
  margin-left: auto;
}
.login_wrap .link_btns {
  font-size: 0;
}
.login_wrap .link_btns .t {
  font-size: 16px;
  color: #666;
  line-height: 150%;
}
.login_wrap .link_btns .t::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.login_wrap .link_btns .t:last-child::after {
  display: none;
}
.login_wrap .b_btns {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 20px;
}
.login_wrap .b_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.login_wrap .b_btns .btn.bg_style {
  color: #fff;
  background-color: #FD522D !important;
}
.login_wrap .b_btns .btn.line_style {
  color: #000;
  border: 1px solid #ddd;
}
.login_wrap .b_btns .sns_btn {
  display: flex;
  gap: 0 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.login_wrap .b_btns .sns_btn::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
}
.login_wrap .b_btns .sns_btn.kakao {
  color: #000;
  background-color: #FFE300;
}
.login_wrap .b_btns .sns_btn.kakao::before {
  background-image: url(/src/img/ico/sns_connect_kakao.svg);
}

@media (max-width: 620px) {
  .login_wrap .login_tab {
    margin-bottom: 20px;
  }
  .login_wrap .login_tab > ul > li .t1 {
    font-size: 13px;
  }
  .login_wrap .link_btns .t {
    font-size: 13px;
  }
  .login_wrap .link_btns .t::after {
    margin: 0 8px 2px;
  }
  .login_wrap .b_btns .btn {
    height: 40px;
    font-size: 13px;
  }
  .login_wrap .b_btns .sns_btn {
    gap: 0 5px;
    height: 40px;
    font-size: 13px;
  }
  .login_wrap .b_btns .sns_btn::before {
    width: 22px;
    height: 22px;
    background-size: cover;
  }
}
.join_wrap .inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.join_wrap .s_inner {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.join_wrap .step_mark {
  margin-bottom: 50px;
}
.join_wrap .in_box {
  padding: 60px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.join_wrap .agree_line.top_type {
  margin-bottom: 50px;
}
.join_wrap .agree_tit.mt {
  margin-top: 30px;
}
.join_wrap .sys_complete {
  padding-top: 50px;
}

@media (max-width: 991px) {
  .join_wrap .in_box {
    padding: 0;
    border: 0;
    border-radius: 0;
  }
}
@media (max-width: 620px) {
  .join_wrap .step_mark {
    margin-bottom: 30px;
  }
  .join_wrap .agree_line.top_type {
    margin-bottom: 25px;
  }
  .join_wrap .sys_complete {
    padding-top: 20px;
  }
}
.mypage_inner {
  display: flex;
  gap: 0 50px;
  padding-top: 100px;
}
.mypage_inner .menu_cont {
  flex-shrink: 0;
  width: 250px;
}
.mypage_inner .body_cont {
  width: 100%;
}

@media (max-width: 1440px) {
  .mypage_inner .menu_cont {
    width: 200px;
  }
}
@media (max-width: 1240px) {
  .mypage_inner {
    display: block;
    width: 100%;
    padding-top: 0;
  }
  .mypage_inner .menu_cont {
    width: 100%;
  }
}
.mypage_wrap .l_tit {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  font-weight: bold;
}
.mypage_wrap .l_nav > ul > li + li {
  margin-top: 20px;
}
.mypage_wrap .l_nav > ul > li .t1 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.mypage_wrap .l_nav > ul > li .dep2_menu {
  margin-top: 10px;
}
.mypage_wrap .l_nav .dep2_menu > ul > li + li {
  margin-top: 10px;
}
.mypage_wrap .l_nav .dep2_menu > ul > li .t2 {
  color: #666;
}
.mypage_wrap .l_nav .dep2_menu > ul > li .t2::before {
  content: "- ";
}
.mypage_wrap .l_nav .dep2_menu > ul > li.act .t2 {
  color: #FD522D !important;
}
.mypage_wrap .my_top {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 5%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
.mypage_wrap .my_top .back_btn {
  position: absolute;
  top: calc(50% - 12px);
  left: 5%;
  width: 24px;
  height: 24px;
  background-image: url(/src/img/ico/sys_top_back.svg);
}
.mypage_wrap .my_top .tit {
  width: 100%;
  padding: 0 44px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.mypage_wrap .my_top .open_btn {
  transition: transform 0.3s;
  position: absolute;
  top: calc(50% - 12px);
  right: 5%;
  width: 24px;
  height: 24px;
  background-image: url(/src/img/ico/sys_top_arrow.svg);
}
.mypage_wrap .my_hd {
  z-index: 25;
  position: fixed;
  top: 88px;
  left: 0;
  width: 100%;
}
.mypage_wrap .my_hd .my_menu {
  position: absolute;
  top: 80px;
  left: 0;
  display: none;
  width: 100%;
  background-color: #fff;
}
.mypage_wrap .my_hd .my_menu > ul {
  overflow-y: auto;
  max-height: 60vh;
}
.mypage_wrap .my_hd .my_menu > ul > li {
  border-bottom: 1px solid #eee;
}
.mypage_wrap .my_hd .my_menu > ul > li .t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  padding: 0 5%;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.mypage_wrap .my_hd.act .my_top .open_btn {
  transform: scaleY(-1);
}
.mypage_wrap .my_dep_menu {
  overflow-x: auto;
  display: flex;
  align-items: center;
  height: 70px;
  padding: 0 5%;
  border-bottom: 1px solid #eee;
}
.mypage_wrap .my_dep_menu > ul {
  display: flex;
  gap: 20px;
}
.mypage_wrap .my_dep_menu > ul > li {
  flex-shrink: 0;
}
.mypage_wrap .my_dep_menu > ul > li .t1 {
  font-weight: bold;
  color: #999;
}
.mypage_wrap .my_dep_menu > ul > li.act .t1 {
  color: #FD522D !important;
}
.mypage_wrap .my_dep_menu > ul > li:last-child {
  padding-right: 5vw;
}
.mypage_wrap .m_menu {
  display: none;
  padding-top: 80px;
}
.mypage_wrap .my_thum_info {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px;
  border-radius: 10px;
  background-color: #fafafa;
}
.mypage_wrap .my_thum_info .info_box {
  display: flex;
  gap: 0 40px;
  align-items: start;
  width: 100%;
}
.mypage_wrap .my_thum_info .info_box .img {
  flex-shrink: 0;
}
.mypage_wrap .my_thum_info .info_box .txt {
  width: 100%;
  padding-top: 16px;
}
.mypage_wrap .my_thum_info .info_box .txt .tit {
  font-size: 20px;
}
.mypage_wrap .my_thum_info .info_box .txt .tit .name {
  font-weight: bold;
  color: #000;
}
.mypage_wrap .my_thum_info .info_box .txt .price_tb {
  display: flex;
  gap: 0 30px;
  max-width: 376px;
  margin-top: 20px;
}
.mypage_wrap .my_thum_info .info_box .txt .price_tb > table {
  width: 100%;
}
.mypage_wrap .my_thum_info .info_box .txt .price_tb > table > tbody th {
  width: 80px;
  font-size: 12px;
  text-align: left;
}
.mypage_wrap .my_thum_info .info_box .txt .price_tb > table > tbody td {
  font-size: 12px;
  text-align: right;
}
.mypage_wrap .my_thum_info .num_box {
  flex-shrink: 0;
  display: flex;
  gap: 10px;
  width: 246px;
  margin-left: auto;
}
.mypage_wrap .my_thum_info .num_box .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  aspect-ratio: 1/1;
  width: calc(50% - 5px);
  padding-top: 33px;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
}
.mypage_wrap .my_thum_info .num_box .box .num {
  font-size: 20px;
  font-weight: bold;
  color: #FD522D !important;
}
.mypage_wrap .my_thum_info .num_box .box .t1 {
  margin-top: 10px;
}
.mypage_wrap .sys_date_period.top_type {
  margin-top: 30px;
}
.mypage_wrap .sys_date_period.tit_type {
  margin-bottom: 50px;
}
.mypage_wrap .my_tit {
  margin: 50px 0 20px;
  font-weight: bold;
  font-size: 20px;
  color: #000;
}
.mypage_wrap .my_desc {
  margin-bottom: 30px;
  font-size: 16px;
}
.mypage_wrap .my_tab {
  position: relative;
  margin-bottom: 50px;
}
.mypage_wrap .my_tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.mypage_wrap .my_tab > ul {
  display: flex;
  margin-left: 1px;
}
.mypage_wrap .my_tab > ul > li {
  margin-left: -1px;
  width: 200px;
}
.mypage_wrap .my_tab > ul > li .t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  font-size: 16px;
  color: #999;
  text-align: center;
  background-color: #fafafa;
}
.mypage_wrap .my_tab > ul > li.act {
  position: relative;
}
.mypage_wrap .my_tab > ul > li.act .t1 {
  border: 1px solid #010101;
  border-bottom: 1px solid #fff;
  color: #000;
  background-color: #fff;
}
.mypage_wrap .detail_top {
  display: flex;
  align-items: center;
  gap: 0 10px;
  min-height: 48px;
  padding: 10px 20px;
  background-color: #fafafa;
}
.mypage_wrap .detail_top .r_cont {
  margin-left: auto;
}
.mypage_wrap .detail_top .info_line {
  font-size: 0;
}
.mypage_wrap .detail_top .info_line .t {
  font-size: 12px;
  line-height: 150%;
}
.mypage_wrap .detail_top .info_line .t::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.mypage_wrap .detail_top .info_line .t:last-child::after {
  display: none;
}
.mypage_wrap .detail_top .v_btn {
  font-size: 12px;
  color: #FD522D !important;
}
.mypage_wrap .my_lst_top {
  display: flex;
  gap: 0 5px;
  margin-bottom: 20px;
}
.mypage_wrap .my_lst_top .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 30px;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
}
.mypage_wrap .my_lst_top .btn.line_style {
  border: 1px solid #aaa;
}
.mypage_wrap .my_item_lst {
  border-top: 2px solid #000;
}
.mypage_wrap .my_item_lst > ul > li {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.mypage_wrap .my_item_lst > ul > li .sys_review_v {
  margin-top: 20px;
}
.mypage_wrap .my_item_lst > ul > li.del_type {
  display: flex;
  gap: 0 20px;
  align-items: start;
}
.mypage_wrap .my_item_lst > ul > li.del_type > .sys_prd_info {
  width: 100%;
}
.mypage_wrap .my_item_lst > ul > li.del_type > .del_btn {
  flex-shrink: 0;
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(/src/img/ico/my_item_del.svg);
}
.mypage_wrap .my_lst > ul > li + li {
  margin-top: 20px;
}
.mypage_wrap .my_b_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  width: 100%;
  height: 60px;
  margin: 50px auto 0;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.mypage_wrap .my_b_btn.line_style {
  border: 1px solid #ddd;
  color: #000;
}
.mypage_wrap .my_b_btn.m_w_type {
  display: none;
}
.mypage_wrap .page_num {
  margin-top: 30px;
}
.mypage_wrap .bd_v {
  margin-top: 50px;
}
.mypage_wrap .bd_v .tit_wrap {
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.mypage_wrap .bd_v .file_wrap .line {
  background-color: transparent;
}
.mypage_wrap .bd_v .answer_wrap {
  border: 1px solid #ddd;
  background-color: #fafafa;
}

@media (max-width: 1240px) {
  .mypage_wrap .my_container {
    width: 90%;
    margin: 0 auto;
  }
  .mypage_wrap .pc_menu {
    display: none;
  }
  .mypage_wrap .m_menu {
    display: block;
  }
  .mypage_wrap .my_thum_info {
    padding: 40px 5%;
  }
}
@media (max-width: 991px) {
  .mypage_wrap .my_thum_info .num_box {
    flex-direction: column;
    width: 135px;
  }
  .mypage_wrap .my_thum_info .num_box .box {
    aspect-ratio: unset;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 0 10px;
    width: 100%;
    padding: 20px;
  }
  .mypage_wrap .my_thum_info .num_box .box .t1 {
    flex-shrink: 0;
    margin-top: 0;
  }
  .mypage_wrap .my_b_btn.m_w_type {
    display: flex;
  }
}
@media (max-width: 767px) {
  .mypage_wrap .my_thum_info {
    flex-direction: column;
    gap: 20px;
  }
  .mypage_wrap .my_thum_info .num_box {
    width: 100%;
    flex-direction: row;
  }
  .mypage_wrap .my_thum_info .num_box .box {
    width: calc(50% - 5px);
  }
}
@media (max-width: 620px) {
  .mypage_wrap .l_tit {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .mypage_wrap .l_nav > ul > li + li {
    margin-top: 10px;
  }
  .mypage_wrap .l_nav > ul > li .t1 {
    font-size: 13px;
  }
  .mypage_wrap .l_nav > ul > li .dep2_menu {
    margin-top: 5px;
  }
  .mypage_wrap .l_nav .dep2_menu > ul > li + li {
    margin-top: 5px;
  }
  .mypage_wrap .l_nav .dep2_menu > ul > li .t2 {
    font-size: 13px;
  }
  .mypage_wrap .my_top {
    height: 64px;
  }
  .mypage_wrap .my_top .tit {
    font-size: 16px;
  }
  .mypage_wrap .my_hd {
    top: 64px;
  }
  .mypage_wrap .my_hd .my_menu {
    top: 64px;
  }
  .mypage_wrap .my_hd .my_menu > ul > li .t1 {
    height: 64px;
    font-size: 16px;
  }
  .mypage_wrap .my_dep_menu {
    height: 60px;
  }
  .mypage_wrap .my_dep_menu > ul {
    gap: 15px;
  }
  .mypage_wrap .my_dep_menu > ul > li .t1 {
    font-size: 13px;
  }
  .mypage_wrap .m_menu {
    padding-top: 64px;
  }
  .mypage_wrap .my_thum_info {
    padding: 30px 5%;
  }
  .mypage_wrap .my_thum_info .info_box {
    flex-direction: column;
    gap: 20px 0;
    align-items: center;
  }
  .mypage_wrap .my_thum_info .info_box .txt {
    padding-top: 0;
  }
  .mypage_wrap .my_thum_info .info_box .txt .tit {
    font-size: 16px;
  }
  .mypage_wrap .my_thum_info .info_box .txt .price_tb {
    gap: 0 20px;
    max-width: none;
  }
  .mypage_wrap .my_thum_info .num_box .box {
    border-radius: 5px;
  }
  .mypage_wrap .my_thum_info .num_box .box .num {
    font-size: 16px;
  }
  .mypage_wrap .sys_date_period.tit_type {
    margin-bottom: 30px;
  }
  .mypage_wrap .my_tit {
    margin: 30px 0 10px;
    font-size: 16px;
  }
  .mypage_wrap .my_desc {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .mypage_wrap .my_tab {
    margin-bottom: 30px;
  }
  .mypage_wrap .my_tab > ul > li .t1 {
    font-size: 13px;
  }
  .mypage_wrap .detail_top {
    padding: 10px 0;
  }
  .mypage_wrap .detail_top .info_line .t::after {
    margin: 0 8px 2px;
  }
  .mypage_wrap .detail_top .v_btn {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 0;
    text-indent: -9999px;
    background-image: url(/src/img/ico/my_detail_top_v.svg);
    background-position: center right;
    background-repeat: no-repeat;
  }
  .mypage_wrap .my_lst_top {
    margin-bottom: 10px;
  }
  .mypage_wrap .my_item_lst > ul > li {
    padding: 20px 0;
  }
  .mypage_wrap .my_item_lst > ul > li.del_type {
    gap: 0 10px;
  }
  .mypage_wrap .my_b_btn {
    margin-top: 30px;
    font-size: 13px;
  }
  .mypage_wrap .bd_v {
    margin-top: 30px;
  }
}
#footer {
  margin-top: 200px;
  background-color: #19202D;
}
#footer.mt0 {
  margin-top: 0;
}
#footer .foot_map {
  display: flex;
  gap: 0 10px;
  padding: 60px 0;
  border-bottom: 1px solid #0A1221;
}
#footer .foot_map > dl {
  width: 100%;
}
#footer .foot_map > dl dd {
  margin-top: 20px;
}
#footer .foot_map > dl .t1 {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 150%;
}
#footer .foot_map > dl .t2 {
  display: block;
  color: #999;
  line-height: 150%;
}
#footer .foot_map > dl .t2 + .t2 {
  margin-top: 10px;
}
#footer .foot {
  display: flex;
  gap: 60px;
  padding: 60px 0;
}
#footer .foot .l_cont {
  flex-shrink: 0;
  width: 244px;
}
#footer .foot .r_cont {
  width: 100%;
}
#footer .foot .fnb {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
#footer .foot .fnb .t1 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
#footer .foot .f_addr {
  margin-top: 30px;
}
#footer .foot .f_addr .line {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
#footer .foot .f_addr .line + .line {
  margin-top: 20px;
}
#footer .foot .f_addr .line > dl {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  font-size: 16px;
  line-height: 150%;
}
#footer .foot .f_addr .line > dl dt {
  font-size: inherit;
  line-height: inherit;
  color: #999;
}
#footer .foot .f_addr .line > dl dd {
  font-size: inherit;
  line-height: inherit;
  color: #666;
}
#footer .foot .f_addr .line .new_open_btn {
  font-size: inherit;
  line-height: inherit;
  color: #fff;
}
#footer .foot .f_copy {
  display: block;
  margin-top: 40px;
  font-size: 16px;
  color: #666;
}

@media (max-width: 1440px) {
  #footer {
    padding-bottom: 108px;
  }
  #footer .foot_map > dl dd {
    margin-top: 10px;
  }
  #footer .foot_map > dl .t1 {
    font-size: 14px;
  }
  #footer .foot_map > dl .t2 {
    font-size: 12px;
  }
  #footer .foot_map > dl .t2 + .t2 {
    margin-top: 5px;
  }
}
@media (max-width: 1240px) {
  #footer .foot_map {
    display: none;
  }
  #footer .foot {
    padding: 80px 0;
  }
  #footer .foot .l_cont {
    display: none;
  }
  #footer .foot .r_cont {
    text-align: center;
  }
  #footer .foot .fnb {
    justify-content: center;
  }
  #footer .foot .f_addr .line {
    justify-content: center;
  }
  #footer .foot .f_addr .line > dl {
    justify-content: center;
  }
}
@media (max-width: 620px) {
  #footer {
    margin-top: 100px;
    padding-bottom: 77px;
  }
  #footer .foot {
    padding: 40px 0;
  }
  #footer .foot .fnb {
    gap: 10px 20px;
  }
  #footer .foot .fnb .t1 {
    font-size: 13px;
  }
  #footer .foot .f_addr {
    margin-top: 20px;
  }
  #footer .foot .f_addr .line {
    gap: 10px 20px;
  }
  #footer .foot .f_addr .line + .line {
    margin-top: 10px;
  }
  #footer .foot .f_addr .line > dl {
    font-size: 13px;
    gap: 3px 5px;
  }
  #footer .foot .f_copy {
    margin-top: 20px;
    font-size: 13px;
  }
}

.player_wrap video{width: 100%;height: 100%;}
.player_wrap input{border: 0;}

.webview_m_top .top_inner{position: relative;display: flex;align-items: center;height: 120px;padding: 0 5%;border-bottom: 20px solid #fafafa;}
.webview_m_top .top_inner .back_btn{position: absolute;top: 50%;left: 5%;transform: translateY(-50%);width: 24px;height: 24px;background-image: url(/src/img/ico/sys_top_back.svg);}
.webview_m_top .top_inner .tit{width: 100%;padding: 0 44px;font-size: 30px;font-weight: bold;text-align: center;color: #000;}
@media (max-width: 620px){
	.webview_m_top .top_inner{height: 80px;border-bottom: 10px solid #fafafa;}
	.webview_m_top .top_inner .tit{font-size: 20px;}
}

.webview_wrap .calendar_wrap{padding-right: 5%;padding-left: 5%;}
.webview_wrap .sys_cont{padding-top: 0;}

.webview_wrap.edit_type > .s_pt{padding-top: 0;}
.webview_wrap.edit_type .sun-editor-editable{padding: 0;}

/* 선에디터 > 서머노트로 대체 (서머노트 뷰페이지 초기화) */
.sun-editor-editable li{list-style: unset;}
.sun-editor-editable b{font-weight: bold;}
.sun-editor-editable a{text-decoration: underline;}


.webview_wrap.class_v_type > .s_pt{padding-top: 100px;}
@media (max-width: 620px){
	.webview_wrap.class_v_type > .s_pt{padding-top: 50px;}
}



.avec_brand section{margin-top: 160px;}
.avec_brand section.mt0{margin-top: 0;}
.avec_brand section.bg_sect{padding: 160px 0;}
.avec_brand section.gray_bg{padding: 160px 0;background-color: #f6f6f6;}
.avec_brand .page_container{width: 1400px;margin-right: auto;margin-left: auto;}
.avec_brand .page_s_container{width: 920px;margin-right: auto;margin-left: auto;}
.avec_brand .brand_vdo{overflow: hidden;border-radius: 20px;}
@media (max-width: 1440px){
  .avec_brand .page_container{width: 90%;}
}
@media (max-width: 991px){
  .avec_brand .page_s_container{width: 90%;}
}
@media (max-width: 620px){
  .avec_brand section{margin-top: 80px;}
  .avec_brand section.bg_sect{padding: 80px 0;}
  .avec_brand section.gray_bg{padding: 80px 0;}
  .avec_brand .brand_vdo{border-radius: 10px;}
}

.avec_brand .intro_top{
  position: relative;
  /* min-height: 600px; */
  /* height: calc(100vh - 130px); */
  height: 840px;
  padding: 100px 0;
  background-image: url(/src/img/avec_brand_intro_top.jpg);
  background-size: cover;
  background-position: center;
}
.avec_brand .intro_top .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.avec_brand .intro_top .txt .t1 {
  font-size: 4vw;
  font-weight: bold;
  color: #fff;
  line-height: 140%;
}
.avec_brand .intro_top .under_btn {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
}
.avec_brand .intro_top .under_btn::after {
  content: "";
  animation: under 0.5s infinite;
  transform: rotate(90deg);
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/src/img/ico/avec_brand_intro_top_under_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1240px){
  .avec_brand .intro_top {
    height: 600px;
    padding: 50px 0;
  }
  .avec_brand .intro_top .txt .t1{font-size: 5.2vw;}
  .avec_brand .intro_top .under_btn{bottom: 50px;}
}
@media (max-width: 620px){
  .avec_brand .intro_top {
    height: 400px;
    padding: 25px 0;
  }
  .avec_brand .intro_top .t1 {
    font-size: 24px;
  }
  .avec_brand .intro_top .under_btn {
    bottom: 25px;
    width: 50px;
    height: 50px;
  }
  .avec_brand .intro_top .under_btn::after {
    width: 14px;
    height: 14px;
    background-size: cover;
  }
}


.avec_brand .intro_top+section{margin-top: 0;padding-top: 160px;}
@media (max-width: 620px){
  .avec_brand .intro_top+section{padding-top: 80px;}
}

.avec_brand .intro_sect .mt{margin-top: 60px;}
.avec_brand .intro_sect .sect_tit{font-size: 50px;font-weight: bold;color: #000;text-align: center;line-height: 130%;}
.avec_brand .intro_sect .sect_tit b{color: #F37021;}
.avec_brand .intro_sect .sect_tit+.sect_desc{margin-top: 60px;}
.avec_brand .intro_sect .sect_desc{font-size: 26px;text-align: center;}
.avec_brand .intro_sect .sect_desc span{display: block;}
.avec_brand .intro_sect .sect_desc+.sect_s_desc{margin-top: 40px;}
.avec_brand .intro_sect .sect_s_desc{font-size: 22px;text-align: center;}
.avec_brand .intro_sect .sect_s_desc span{display: block;}
.avec_brand .intro_sect .sect_s_desc span+span{margin-top: 10px;}
.avec_brand .intro_sect .sect_s_desc span:nth-child(1){color: #aaa;font-size: 20px;}
.avec_brand .intro_sect .sect_s_desc span:nth-child(2){color: #848484;font-size: 22px;}
.avec_brand .intro_sect .sect_s_desc span:nth-child(3){color: #666;font-size: 24px;}
.avec_brand .intro_sect .sect_s_desc span:last-child{font-size: 26px;font-weight: bold;}
.avec_brand .intro_sect .sect_s_desc+.sect_desc{margin-top: 40px;}
.avec_brand .intro_sect .b_cont{margin-top: 80px;}
.avec_brand .intro_sect .vdo_desc{display: flex;align-items: center;gap: 20px;margin-top: 20px;}
.avec_brand .intro_sect .vdo_desc .l_cont{flex-shrink: 0;}
.avec_brand .intro_sect .vdo_desc .l_cont .type{margin-bottom: 5px;font-size: 30px;font-weight: bold;color: #F37021;}
.avec_brand .intro_sect .vdo_desc .l_cont .tit{font-size: 50px;font-weight: bold;line-height: 120%;}
.avec_brand .intro_sect .vdo_desc .l_cont .desc{font-size: 26px;}
.avec_brand .intro_sect .vdo_desc .r_cont{width: 100%;margin-left: auto;text-align: right;}
.avec_brand .intro_sect .vdo_desc .r_cont .t1{font-size: 20px;color: #F37021;}
.avec_brand .intro_sect .vdo_desc .r_cont .t1+.t1{margin-top: 15px;}
@media (max-width: 1240px){
  .avec_brand .intro_sect .vdo_desc{align-items: start;flex-direction: column;padding: 0 20px;}
  .avec_brand .intro_sect .vdo_desc .l_cont{width: 100%;}
  .avec_brand .intro_sect .vdo_desc .r_cont{text-align: left;}
}
@media (max-width: 620px){
  .avec_brand .intro_sect .mt{margin-top: 30px;}
  .avec_brand .intro_sect .sect_tit{font-size: 30px;}
  .avec_brand .intro_sect .sect_tit+.sect_desc{margin-top: 30px;}
  .avec_brand .intro_sect .sect_desc{font-size: 18px;}
  .avec_brand .intro_sect .sect_desc span+span{margin-top: 10px;}
  .avec_brand .intro_sect .sect_desc+.sect_s_desc{margin-top: 20px;}
  .avec_brand .intro_sect .sect_s_desc{font-size: 16px;}
  .avec_brand .intro_sect .sect_s_desc span+span{margin-top: 5px;}
  .avec_brand .intro_sect .sect_s_desc span:nth-child(1){font-size: 12px;}
  .avec_brand .intro_sect .sect_s_desc span:nth-child(2){font-size: 14px;}
  .avec_brand .intro_sect .sect_s_desc span:nth-child(3){font-size: 16px;}
  .avec_brand .intro_sect .sect_s_desc span:last-child{font-size: 18px;}
  .avec_brand .intro_sect .sect_s_desc+.sect_desc{margin-top: 20px;}
  .avec_brand .intro_sect .b_cont{margin-top: 40px;}
  .avec_brand .intro_sect .vdo_desc{gap: 10px;padding: 0 10px;}
  .avec_brand .intro_sect .vdo_desc .l_cont .type{font-size: 20px;}
  .avec_brand .intro_sect .vdo_desc .l_cont .tit{font-size: 30px;}
  .avec_brand .intro_sect .vdo_desc .l_cont .desc{font-size: 18px;}
  .avec_brand .intro_sect .vdo_desc .r_cont .t1{font-size: 16px;}
  .avec_brand .intro_sect .vdo_desc .r_cont .t1+.t1{margin-top: 10px;}
}

.avec_brand .intro_story .vdo_desc{margin-top: 40px;}
.avec_brand .intro_story .vdo_desc .tit{font-size: 50px;font-weight: bold;color: #000;line-height: 130%;}
.avec_brand .intro_story .vdo_desc .tit+.desc{margin-top: 20px;}
.avec_brand .intro_story .vdo_desc .desc{font-size: 26px;}
@media (max-width: 1240px){
  .avec_brand .intro_story .vdo_desc{text-align: center;}
}
@media (max-width: 620px){
  .avec_brand .intro_story .vdo_desc{margin-top: 30px;}
  .avec_brand .intro_story .vdo_desc .tit{font-size: 30px;}
  .avec_brand .intro_story .vdo_desc .desc{font-size: 18px;}
}

.avec_brand .proof_sect{display: flex;align-items: center;justify-content: center;min-height: 680px;background-image: url(/src/img/avec_brand_proof_bg.jpg);background-size: cover;background-position: center center;}
.avec_brand .proof_sect .txt{text-align: center;}
.avec_brand .proof_sect .txt .tit{font-size: 50px;font-weight: bold;color: #F37021;line-height: 130%;}
.avec_brand .proof_sect .txt .tit+.desc{margin-top: 40px;}
.avec_brand .proof_sect .txt .desc{font-size: 30px;color: #fff;}
@media (max-width: 620px){
  .avec_brand .proof_sect{min-height: 480px;}
  .avec_brand .proof_sect .txt .tit{font-size: 30px;}
  .avec_brand .proof_sect .txt .tit+.desc{margin-top: 20px;}
  .avec_brand .proof_sect .txt .desc{font-size: 20px;}
}

.avec_brand section.gray_bg.future_sect{padding-bottom: 0;}
.avec_brand .future_sect .future_inner{display: flex;align-items: center;gap: 0 65px;}
.avec_brand .future_sect .future_inner .txt{flex-shrink: 0;width: 700px;}
.avec_brand .future_sect .future_inner .txt .mt{margin-top: 40px;}
.avec_brand .future_sect .future_inner .txt .sect_tit{font-size: 50px;font-weight: bold;color: #000;line-height: 130%;}
.avec_brand .future_sect .future_inner .txt .sect_desc{font-size: 22px;}
.avec_brand .future_sect .future_inner .img{width: 100%;}
.avec_brand .future_sect .future_inner .img.m_type{display: none;}
.avec_brand .future_sect .box_list > ul{display: flex;gap:20px;flex-wrap: wrap;}
.avec_brand .future_sect .box_list > ul > li{width: calc((100% - 40px)/3);}
.avec_brand .future_sect .box_list .item{position: relative;text-align: center;}
.avec_brand .future_sect .box_list .item .box_img{overflow: hidden;border-radius: 10px;}
.avec_brand .future_sect .box_list .item .box_img > img{width: 100%;}
.avec_brand .future_sect .box_list .item .box_txt{position: absolute;top: 0;left: 0;display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;padding: 10px;}
.avec_brand .future_sect .box_list .item .box_txt .t1{font-size: 24px;font-weight: bold;color: #fff;}
.avec_brand .future_sect .future_bottom_img{overflow: hidden;display: flex;align-items: center;justify-content: center;margin-top: 160px;background-image: url(/src/img/avec_brand_future_bottom_bg.png);background-size: cover;background-position: center bottom;}
.avec_brand .future_sect .future_bottom_img > img{max-width: none;}
@media (max-width: 1540px){
  .avec_brand .future_sect .future_bottom_img > img{width: 100%;}
}
@media (max-width: 1440px){
  .avec_brand .future_sect .future_inner{align-items: start;gap: 0 40px;}
  .avec_brand .future_sect .future_inner .txt{width: 650px;}
}
@media (max-width: 1240px){
  .avec_brand .future_sect .future_inner{flex-direction: column;gap: 60px 0;}
  .avec_brand .future_sect .future_inner .txt{width: 100%;}
  .avec_brand .future_sect .future_inner .txt .sect_tit{text-align: center;}
  .avec_brand .future_sect .future_inner .txt .sect_desc{text-align: center;}
  .avec_brand .future_sect .future_inner .img{text-align: center;}
  .avec_brand .future_sect .future_inner .img.pc_type{display: none;}
  .avec_brand .future_sect .future_inner .img.m_type{display: block;}
  .avec_brand .future_sect .future_bottom_img{margin-top: 40px;}
}
@media (max-width: 620px){
  .avec_brand .future_sect .future_inner{gap: 30px 0;}
  .avec_brand .future_sect .future_inner .txt .mt{margin-top: 20px;}
  .avec_brand .future_sect .future_inner .txt .sect_tit{font-size: 30px;}
  .avec_brand .future_sect .future_inner .txt .sect_desc{font-size: 16px;}
  .avec_brand .future_sect .future_inner .txt .box_list.mt{margin-top: 30px;}
  .avec_brand .future_sect .box_list > ul{gap:5px;}
  .avec_brand .future_sect .box_list > ul > li{width: calc((100% - 10px)/3);}
  .avec_brand .future_sect .box_list .item .box_txt .t1{font-size: 4vw;}
  .avec_brand .future_sect .future_bottom_img{margin-top: 20px;}
}

.avec_brand .num_sect .mt{margin-top: 40px;}
.avec_brand .num_sect .sect_tit{font-size: 50px;font-weight: bold;color: #000;text-align: center;line-height: 130%;}
.avec_brand .num_sect .sect_tit+.sect_desc{margin-top: 30px;}
.avec_brand .num_sect .sect_desc{font-size: 26px;text-align: center;}
.avec_brand .num_sect .num_list > ul{display: flex;gap: 0 100px;justify-content: center;}
.avec_brand .num_sect .num_list > ul > li{position: relative;}
.avec_brand .num_sect .num_list > ul > li .t1{font-size: 40px;font-weight: bold;vertical-align: top;}
.avec_brand .num_sect .num_list > ul > li .t1 .num{font-size: 72px;color: #F37021;vertical-align: top;line-height: 110%;}
.avec_brand .num_sect .num_list > ul > li .t2{margin-bottom: 10px;font-size: 20px;}
.avec_brand .num_sect .num_list > ul > li::after{content: '';position: absolute;top: 15px;right: -50px;width: 1px;height: 80px;background-color: #707070;}
.avec_brand .num_sect .num_list > ul > li:last-child::after{display: none;}
@media (max-width: 1240px){
  .avec_brand .num_sect .num_list > ul{gap: 0 60px;}
  .avec_brand .num_sect .num_list > ul > li .t1{font-size: 5vw;}
  .avec_brand .num_sect .num_list > ul > li .t1 .num{font-size: 5vw;line-height: 150%;}
  .avec_brand .num_sect .num_list > ul > li .t2{margin-bottom: 0;font-size: 18px;}
  .avec_brand .num_sect .num_list > ul > li::after{right: -30px;height: 50px;}

}
@media (max-width: 620px){
  .avec_brand .num_sect .mt{margin-top: 20px;}
  .avec_brand .num_sect .sect_tit{font-size: 30px;}
  .avec_brand .num_sect .sect_tit+.sect_desc{margin-top: 15px;}
  .avec_brand .num_sect .sect_desc{font-size: 18px;}
  .avec_brand .num_sect .brand_vdo.mt{margin-top: 30px;}
  .avec_brand .num_sect .num_list > ul{gap: 0 25px;justify-content:space-between;}
  .avec_brand .num_sect .num_list > ul > li .t2{font-size: 3vw;}
  .avec_brand .num_sect .num_list > ul > li::after{top: 50%;right: -7vw;transform: translateY(-50%);height: 40px;}
}


.avec_brand .people_sect .sect_tit{margin-bottom: 60px;font-size: 60px;font-weight: bold;text-align: center;color: #000;line-height: 130%;}
.avec_brand .people_sect .people_list > ul{display: flex;gap: 20px;flex-wrap: wrap;}
.avec_brand .people_sect .people_list > ul > li{transition: box-shadow .3s;width: calc((100% - 60px)/4);border-radius: 20px;}
.avec_brand .people_sect .people_list > ul > li > a{display: block;}
.avec_brand .people_sect .people_list > ul > li .img{overflow: hidden;width: 100%;border-radius: 20px;}
.avec_brand .people_sect .people_list > ul > li .txt{padding: 20px 15px;}
.avec_brand .people_sect .people_list > ul > li .txt .tit{transition: color .3s;font-size: 18px;font-weight: bold;}
.avec_brand .people_sect .people_list > ul > li .txt .tit+.info_line{margin-top: 10px;}
.avec_brand .people_sect .people_list > ul > li .txt .info_line{font-size: 0;}
.avec_brand .people_sect .people_list > ul > li .txt .info_line .t1{font-size: 16px;line-height: 150%;}
.avec_brand .people_sect .people_list > ul > li .txt .info_line .t1::after{content: '';display: inline-block;width: 1px;height: 12px;margin: 0 10px 2px;vertical-align: middle;background-color: #8E8E8E;}
.avec_brand .people_sect .people_list > ul > li .txt .info_line .t1:last-child::after{display: none;}
.avec_brand .people_sect .people_list > ul > li:hover{box-shadow: 0 0 6px rgba(221,221,221);}
.avec_brand .people_sect .people_list > ul > li:hover .txt .tit{color: #F37021;}
@media (max-width: 1240px){
  .avec_brand .people_sect .people_list > ul{width: 100%;max-width: 690px;margin: 0 auto;}
  .avec_brand .people_sect .people_list > ul > li{width: calc(50% - 10px);}
}
@media (max-width: 620px){
  .avec_brand .people_sect .sect_tit{margin-bottom: 30px;font-size: 30px;}
  .avec_brand .people_sect .people_list > ul{gap: 10px;}
  .avec_brand .people_sect .people_list > ul > li{width: calc(50% - 5px);}
  .avec_brand .people_sect .people_list > ul > li .img{border-radius: 10px;}
  .avec_brand .people_sect .people_list > ul > li .txt{padding: 10px;}
  .avec_brand .people_sect .people_list > ul > li .txt .tit{font-size: 14px;}
  .avec_brand .people_sect .people_list > ul > li .txt .tit+.info_line{margin-top: 5px;}
  .avec_brand .people_sect .people_list > ul > li .txt .info_line .t1{font-size: 14px;}
  .avec_brand .people_sect .people_list > ul > li .txt .info_line .t1::after{height: 9px;margin: 0 5px 2px;}
}

.avec_brand .history_sect .sect_tit{margin-bottom: 80px;font-size: 60px;font-weight: bold;color: #000;text-align: center;line-height: 130%;}
@media (max-width: 620px){
  .avec_brand .history_sect .sect_tit{margin-bottom: 40px;font-size: 30px;}
}

.avec_brand .history_sect .history_lst {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  position: relative;
}
.avec_brand .history_sect .history_lst .line_bg {
  overflow: hidden;
  position: absolute;
  left: calc(50% - 1px);
  width: 2px;
  height: 100%;
  background-color: #ddd;
}
.avec_brand .history_sect .history_lst .line_bg .bar {
  display: block;
  width: 100%;
  height: 0;
  background-color: #F37021;
}
.avec_brand .history_sect .history_lst dl {
  width: 50%;
}
.avec_brand .history_sect .history_lst dl dd {
  margin-top: 20px;
}
.avec_brand .history_sect .history_lst dl .year {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #F37021;
}
.avec_brand .history_sect .history_lst dl .year::before {
  content: "";
  transition: background-color 0.3s;
  position: absolute;
  top: 15px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ddd;
}
.avec_brand .history_sect .history_lst dl .desc_lst > ul > li {
  position: relative;
  font-size: 16px;
  color: #999;
}
.avec_brand .history_sect .history_lst dl .desc_lst > ul > li::before {
  content: "";
  position: absolute;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #999;
}
.avec_brand .history_sect .history_lst dl .desc_lst > ul > li + li {
  margin-top: 15px;
}
.avec_brand .history_sect .history_lst dl:nth-of-type(2n-1) {
  margin-left: auto;
  padding-left: 50px;
}
.avec_brand .history_sect .history_lst dl:nth-of-type(2n-1) .year::before {
  left: -58px;
}
.avec_brand .history_sect .history_lst dl:nth-of-type(2n-1) .desc_lst > ul > li {
  padding-left: 15px;
}
.avec_brand .history_sect .history_lst dl:nth-of-type(2n-1) .desc_lst > ul > li::before {
  left: 0;
}
.avec_brand .history_sect .history_lst dl:nth-of-type(2n) {
  padding-right: 50px;
  text-align: right;
}
.avec_brand .history_sect .history_lst dl:nth-of-type(2n) .year::before {
  right: -58px;
}
.avec_brand .history_sect .history_lst dl:nth-of-type(2n) .desc_lst > ul > li {
  padding-right: 15px;
}
.avec_brand .history_sect .history_lst dl:nth-of-type(2n) .desc_lst > ul > li::before {
  right: 0;
}
.avec_brand .history_sect .history_lst dl.act .year::before {
  background-color: #F37021;
}
.avec_brand .history_sect .history_lst dl.act .desc_lst > ul > li{color: #333;}
.avec_brand .history_sect .history_lst dl.act .desc_lst > ul > li::before{background-color: #333;}
@media (max-width: 991px){
  .avec_brand .history_sect .history_lst .line_bg {
    left: 0;
  }
  .avec_brand .history_sect .history_lst dl {
    width: 100%;
    margin-left: 0 !important;
    text-align: left !important;
    padding: 0 0 0 40px !important;
  }
  .avec_brand .history_sect .history_lst dl .year::before {
    left: -48px !important;
    right: 0 !important;
  }
  .avec_brand .history_sect .history_lst dl .desc_lst > ul > li {
    padding-left: 15px !important;
  }
  .avec_brand .history_sect .history_lst dl .desc_lst > ul > li::before {
    left: 0;
    right: auto !important;
  }
}
@media (max-width: 620px){
  .avec_brand .history_sect .history_lst {
    gap: 30px 0;
  }
  .avec_brand .history_sect .history_lst dl {
    padding-left: 20px !important;
  }
  .avec_brand .history_sect .history_lst dl dd {
    margin-top: 10px;
  }
  .avec_brand .history_sect .history_lst dl .year {
    font-size: 20px;
  }
  .avec_brand .history_sect .history_lst dl .year::before {
    top: 10px;
    left: -24px !important;
    width: 10px;
    height: 10px;
  }
  .avec_brand .history_sect .history_lst dl .desc_lst > ul > li {
    padding-left: 10px !important;
    font-size: 13px;
  }
  .avec_brand .history_sect .history_lst dl .desc_lst > ul > li::before {
    top: 8px;
  }
  .avec_brand .history_sect .history_lst dl .desc_lst > ul > li + li {
    margin-top: 5px;
  }
}


.release_v{display: flex;flex-direction: column;gap: 60px 0;}
.release_v .thumb_vdo{position: relative;padding: 60px 50px;}
.release_v .thumb_vdo .mov_frame{z-index: 1;position: relative;}
.release_v .thumb_vdo .frame_bg{position: absolute;left: 0;width: 100%;height: 100px;}
.release_v .thumb_vdo .frame_bg::before{content: '';position: absolute;top: 0;left: 0;width: 100px;height: 100%;background-image: url(/src/img/release_thumb_vdo_bg.png);background-size: contain;background-repeat: no-repeat;background-position: center center;}
.release_v .thumb_vdo .frame_bg::after{content: '';position: absolute;top: 0;right: 0;transform: scaleX(-1);width: 100px;height: 100%;background-image: url(/src/img/release_thumb_vdo_bg.png);background-size: contain;background-repeat: no-repeat;background-position: center center;}
.release_v .thumb_vdo .frame_bg.top{top: 0;}
.release_v .thumb_vdo .frame_bg.bottom{bottom: 0;}
.release_v .thumb_vdo .frame_bg.bottom::before{transform: scaleY(-1);}
.release_v .thumb_vdo .frame_bg.bottom::after{transform: scale(-1,-1);}
.release_v .album_box{overflow: hidden;display: flex;border-radius: 20px;}
.release_v .album_box .img{width: 50%;aspect-ratio: 1/1;}
.release_v .album_box .img > img{object-fit: cover;width: 100%;height: 100%;}
.release_v .album_box .txt{display: flex;flex-direction: column;justify-content: center;width: 50%;padding: 110px;background-color: #fff;}
.release_v .album_box .txt .album_desc > dl{display: flex;align-items: start;gap: 0 80px;}
.release_v .album_box .txt .album_desc > dl dt{position: relative;flex-shrink: 0;width: 100px;font-size: 22px;font-weight: bold;color: #000;}
.release_v .album_box .txt .album_desc > dl dt::after{content: '';position: absolute;top: 7px;right: -40px;width: 1px;height: 19px;background-color: #ddd;}
.release_v .album_box .txt .album_desc > dl dd{width: 100%;font-size: 22px;color: #000;}
.release_v .album_box .txt .album_desc > dl+dl{margin-top: 30px;}
.release_v .album_box .txt .desc_btns{margin-top: 60px;}
.release_v .album_box .txt .desc_btns .btn{display: flex;align-items: center;justify-content: center;width: 100%;height: 60px;border-radius: 20px 0 20px 0;font-size: 22px;font-weight: bold;text-align: center;}
.release_v .album_box .txt .desc_btns .btn.bg_style{color: #fff;background-color: #FD522D;}
@media (max-width: 1640px){
  .release_v .album_box .txt{padding: 80px;}
  .release_v .album_box .txt .album_desc > dl{gap: 0 60px;}
  .release_v .album_box .txt .album_desc > dl dt::after{right: -30px;}
  .release_v .album_box .txt .album_desc > dl+dl{margin-top: 20px;}
  .release_v .album_box .txt .desc_btns{margin-top: 40px;}
}
@media (max-width: 1440px){
  .release_v .thumb_vdo{padding: 30px;}
}
@media (max-width: 1240px){
  .release_v .album_box{flex-direction: column;width: 100%;max-width: 900px;margin: 0 auto;}
  .release_v .album_box .img{overflow: hidden;width: 100%;border-radius: 20px;}
  .release_v .album_box .txt{width: 100%;}
  .release_v .album_box .txt{padding: 60px;}
}
@media (max-width: 620px){
  .release_v{gap: 30px 0;}
  .release_v .thumb_vdo{padding: 15px;}
  .release_v .thumb_vdo .frame_bg{height: 50px;}
  .release_v .thumb_vdo .frame_bg::before{width: 50px;}
  .release_v .thumb_vdo .frame_bg::after{width: 50px;}
  .release_v .album_box{border-radius: 10px;}
  .release_v .album_box .img{border-radius: 10px;}
  .release_v .album_box .txt{padding: 30px;}
  .release_v .album_box .txt .album_desc > dl{gap: 0 10px;}
  .release_v .album_box .txt .album_desc > dl dt{width: 70px;font-size: 16px;}
  .release_v .album_box .txt .album_desc > dl dt::after{display: none;}
  .release_v .album_box .txt .album_desc > dl dd{font-size: 16px;}
  .release_v .album_box .txt .album_desc > dl+dl{margin-top: 15px;}
  .release_v .album_box .txt .desc_btns{margin-top: 30px;}
  .release_v .album_box .txt .desc_btns .btn{height: 40px;border-radius: 10px 0 10px 0;font-size: 16px;}
}

.bd_v .tit_wrap+.release_v{padding-top: 60px;}
.bd_v .release_v+.link_wrap{margin-top: 100px;}
@media (max-width: 620px){
  .bd_v .tit_wrap+.release_v{padding-top: 30px;}
  .bd_v .release_v+.link_wrap{margin-top: 50px;}
}

.main_wrap_v2 .main_container{width: 960px;margin-right: auto;margin-left: auto;}
.main_wrap_v2 section+section{margin-top: 140px;}
.main_wrap_v2 section:last-child{padding-bottom: 140px;}
.main_wrap_v2 section.gray_bg{padding: 140px 0;background-color: #F5F5F5;}
.main_wrap_v2 section.gray_bg+.gray_bg{margin-top: 0;padding-top: 0;}
.main_wrap_v2 .main_tit{font-size: 42px;font-weight: bold;color: #000;line-height: 130%;text-align: center;}
.main_wrap_v2 .main_tit b{color: #F96619;}
.main_wrap_v2 .main_tit+.main_desc{margin-top: 20px;}
.main_wrap_v2 .main_desc{font-size: 20px;color: #777;text-align: center;}
.main_wrap_v2 .main_tit_line{margin-bottom: 60px;}
@media (max-width: 1240px){
  .main_wrap_v2 .main_container{width: 90%;}
}
@media (max-width: 620px){
  .main_wrap_v2 section+section{margin-top: 70px;}
  .main_wrap_v2 section:last-child{padding-bottom: 70px;}
  .main_wrap_v2 section.gray_bg{padding: 70px 0;}
  .main_wrap_v2 .main_tit{font-size: 24px;}
  .main_wrap_v2 .main_tit+.main_desc{margin-top: 10px;}
  .main_wrap_v2 .main_desc{font-size: 16px;}
  .main_wrap_v2 .main_tit_line{margin-bottom: 30px;}
}

.main_wrap_v2 section.main_slide_v2{padding: 0;}
.main_wrap_v2 .main_slide_v2{position: relative;}
.main_wrap_v2 .main_slide_v2 .main_mask{overflow: hidden;}
.main_wrap_v2 .main_slide_v2 .main_mask .item{}
.main_wrap_v2 .main_slide_v2 .main_mask .item > a{display: block;width: 100%;height: 100%;}
.main_wrap_v2 .main_slide_v2 .main_mask .item .bg{display: block;width: 100%;height: 970px;}
.main_wrap_v2 .main_slide_v2 .main_mask .item .bg img{object-fit: cover;width: 100%;height: 100%;}
.main_wrap_v2 .main_slide_v2 .bullet{z-index: 5;position: absolute;bottom: 50px;left: 50%;transform: translateX(-50%);display: flex;gap: 10px;justify-content: center;}
.main_wrap_v2 .main_slide_v2 .bullet .swiper-pagination-bullet{opacity: 1;width: 10px;height: 10px;margin: 0;border-radius: 5px;background-color: rgba(255,255,255,.5);}
.main_wrap_v2 .main_slide_v2 .bullet .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 30px;background-color: rgba(255,255,255,1);}
@media (max-width: 620px){
  .main_wrap_v2 .main_slide_v2 .main_mask .item .bg{height: auto;}
	.main_wrap_v2 .main_slide_v2 .bullet{bottom: 25px;gap: 0 7px;}
	.main_wrap_v2 .main_slide_v2 .bullet .swiper-pagination-bullet{width: 7px;height: 7px;border-radius: 7px;}
	.main_wrap_v2 .main_slide_v2 .bullet .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 20px;}
}

.main_wrap_v2 .main_edu .main_tit_line{margin-bottom: 100px;}
.main_wrap_v2 .main_edu .main_tit+.main_desc{margin-top: 40px;}
.main_wrap_v2 .main_edu .edu_vdo_open{position: relative;aspect-ratio: 960/517;display: block;width: 100%;}
.main_wrap_v2 .main_edu .edu_vdo_open::after{content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 60px;height: 67px;background-image: url(/src/img/ico/mainv2_edu_vdoplay.svg);background-size: contain;background-repeat: no-repeat;background-position: center center;}
.main_wrap_v2 .main_edu .edu_vdo_open > img{object-fit: cover;width: 100%;height: 100%;}
.main_wrap_v2 .main_edu .edu_desc_cont{margin-top: 80px;}
.main_wrap_v2 .main_edu .edu_num_list > ul{display: flex;justify-content: flex-end;}
.main_wrap_v2 .main_edu .edu_num_list > ul > li{}
.main_wrap_v2 .main_edu .edu_num_list .item{position: relative;padding: 0 40px;border-left: 1px solid #BCBCBC;}
.main_wrap_v2 .main_edu .edu_num_list .item .tit{font-size: 20px;font-weight: bold;color: #777;}
.main_wrap_v2 .main_edu .edu_num_list .item .num_txt{font-size: 42px;font-weight: bold;color: #121417;}
.main_wrap_v2 .main_edu .edu_num_list .item:last-child{padding-right: 0;}
.main_wrap_v2 .main_edu .edu_num_list .item.item1{width: calc((100% - 180px)/2);}
.main_wrap_v2 .main_edu .edu_num_list .item.item2{width: calc((100% - 180px)/2);}
.main_wrap_v2 .main_edu .edu_num_list .item.item3{flex-shrink: 0;width: 180px;}
.main_wrap_v2 .main_edu .edu_num_list+.edu_desc{margin-top: 50px;}
.main_wrap_v2 .main_edu .edu_desc{font-size: 20px;text-align: center;color: #777;}
@media (max-width: 1240px){
  .main_wrap_v2 .main_edu .main_tit_line{margin-bottom: 60px;}
  .main_wrap_v2 .main_edu .main_tit+.main_desc{margin-top: 20px;}
  .main_wrap_v2 .main_edu .edu_desc_cont{margin-top: 60px;}
  .main_wrap_v2 .main_edu .edu_num_list .item{padding: 0 30px;}
  .main_wrap_v2 .main_edu .edu_num_list .item .tit{font-size: 18px;}
  .main_wrap_v2 .main_edu .edu_num_list .item .num_txt{font-size: 32px;}
  .main_wrap_v2 .main_edu .edu_num_list .item.item1{width: calc((100% - 150px)/2);}
  .main_wrap_v2 .main_edu .edu_num_list .item.item2{width: calc((100% - 150px)/2);}
  .main_wrap_v2 .main_edu .edu_num_list .item.item3{width: 150px;}
  .main_wrap_v2 .main_edu .edu_num_list+.edu_desc{margin-top: 40px;}
}
@media (max-width: 767px){
  .main_wrap_v2 .main_edu .edu_num_list .item .tit{font-size: 2vw;}
  .main_wrap_v2 .main_edu .edu_num_list .item .num_txt{font-size: 4vw;}
}
@media (max-width: 620px){
  .main_wrap_v2 .main_edu .main_tit_line{margin-bottom: 30px;}
  .main_wrap_v2 .main_edu .main_tit+.main_desc{margin-top: 10px;}
  .main_wrap_v2 .main_edu .edu_vdo_open::after{width: 40px;height: 45px;}
  .main_wrap_v2 .main_edu .edu_desc_cont{margin-top: 30px;}
  .main_wrap_v2 .main_edu .edu_desc{font-size: 16px;}
  .main_wrap_v2 .main_edu .edu_num_list .item{padding: 0 20px;}
  .main_wrap_v2 .main_edu .edu_num_list .item .tit{font-size: 2.6vw;}
  .main_wrap_v2 .main_edu .edu_num_list .item .num_txt{font-size: 4.8vw;}
  .main_wrap_v2 .main_edu .edu_num_list .item.item1{width: calc(75%/2);}
  .main_wrap_v2 .main_edu .edu_num_list .item.item2{width: calc(75%/2);}
  .main_wrap_v2 .main_edu .edu_num_list .item.item3{width: 25%;}
  .main_wrap_v2 .main_edu .edu_num_list+.edu_desc{margin-top: 20px;}
}
@media (max-width: 440px){
  .main_wrap_v2 .main_edu .edu_num_list .item{padding: 0 15px;}
  .main_wrap_v2 .main_edu .edu_num_list .item .num_txt{font-size: 4vw;}
}

.main_wrap_v2 .main_create .main_tit{font-size: 70px;}
.main_wrap_v2 .main_create .main_tit .s{font-size: 51px;}
.main_wrap_v2 .main_create .main_tit_line{margin-bottom: 80px;}
.main_wrap_v2 .main_create .create_list > ul > li+li{margin-top: 175px;}
.main_wrap_v2 .main_create .create_list .item{display: flex;gap: 0 60px;align-items: center;justify-content: space-between;min-width: 0;}
.main_wrap_v2 .main_create .create_list .item .img{width: 480px;text-align: center;}
.main_wrap_v2 .main_create .create_list .item .txt{flex-shrink: 0;}
.main_wrap_v2 .main_create .create_list .item .txt .num{display: inline-flex;align-items: center;justify-content: center;min-width: 44px;height: 25px;padding: 0 10px;border-radius: 50rem;text-align: center;font-size: 18px;font-weight: bold;color: #fff;background-color: #F37021;}
.main_wrap_v2 .main_create .create_list .item .txt .tit{font-size: 36px;font-weight: bold;color: #F37021;}
.main_wrap_v2 .main_create .create_list .item .txt .desc_cont{margin-top: 20px;}
.main_wrap_v2 .main_create .create_list .item .txt .desc_tit{font-size: 24px;font-weight: bold;color: #3E3A39;}
.main_wrap_v2 .main_create .create_list .item .txt .desc_tit+.desc{margin-top: 10px;}
.main_wrap_v2 .main_create .create_list .item .txt .desc{font-size: 18px;color: #666;}
.main_wrap_v2 .main_create .create_list .item .txt .desc .s{font-size: 12px;}
.main_wrap_v2 .main_create .create_list .item .txt .more_btn{display: inline-flex;align-items: center;justify-content: center;min-width: 123px;height: 42px;margin-top: 40px;padding: 0 10px;border-radius: 5px;font-size: 14px;color: #3E3A39;box-shadow: 3px 3px 7px rgba(0,0,0,.16);}
.main_wrap_v2 .main_create .create_list .item .txt .more_btn::before{content: '';display: inline-block;width: 13px;height: 13px;margin-right: 10px;background-image: url(/src/img/ico/mainv2_create_list_more.svg);background-size: contain;background-repeat: no-repeat;background-position: center center;}
.main_wrap_v2 .main_create .main_create_slide .main_create_mask{overflow: hidden;}
.main_wrap_v2 .main_create .main_create_slide .main_create_mask .img > img{width: 100%;}
.main_wrap_v2 .main_create .create_list .item:nth-child(2n-1){flex-direction: row-reverse;}
.main_wrap_v2 .main_create .create_list+.proof_cont{margin-top: 200px;}
.main_wrap_v2 .main_create .main_review_slide{margin: -5px;}
.main_wrap_v2 .main_create .main_review_slide .main_review_mask{overflow: hidden;padding: 5px;}
.main_wrap_v2 .main_create .main_review_slide .main_review_mask .item .img{overflow: hidden;border-radius: 10px;background-color: #fff;box-shadow: 2px 2px 5px rgba(0,0,0,.16);}
.main_wrap_v2 .main_create .main_review_slide .main_review_mask .item .img > img{width: 100%;}
.main_wrap_v2 .main_create .main_review_slide + .main_proof_slide{margin-top: 40px;}
.main_wrap_v2 .main_create .main_proof_slide .main_proof_mask{overflow: hidden;}
.main_wrap_v2 .main_create .main_proof_slide .main_proof_mask .item .img{overflow: hidden;border-radius: 20px;}
.main_wrap_v2 .main_create .main_proof_slide .main_proof_mask .item .img > img{width: 100%;}
.main_wrap_v2 .main_create .proof_desc_cont{margin-top: 60px;text-align: center;}
.main_wrap_v2 .main_create .proof_desc_cont .tit{font-size: 42px;font-weight: bold;color: #000;line-height: 130%;}
.main_wrap_v2 .main_create .proof_desc_cont .desc{font-size: 24px;color: #1A1A1A;}
.main_wrap_v2 .main_create .proof_desc_cont .desc+.tit{margin-top: 20px;}
.main_wrap_v2 .main_create .proof_desc_cont .more_btn{display: inline-flex;align-items: center;justify-content: center;min-width: 310px;height: 83px;margin-top: 40px;padding: 10px;border-radius: 50rem;font-size: 22px;color: #fff;text-align: left;background-color: #F37021;}
.main_wrap_v2 .main_create .proof_desc_cont .more_btn::after{content: '';display: inline-block;width: 13px;height: 24px;margin-left: 10px;background-image: url(/src/img/ico/mainv2_create_proof_more.svg);background-size: contain;background-repeat: no-repeat;background-position: center center;}
@media (max-width: 1240px){
  .main_wrap_v2 .main_create .main_tit{font-size: 60px;}
  .main_wrap_v2 .main_create .main_tit .s{font-size: 41px;}
  .main_wrap_v2 .main_create .main_tit_line{margin-bottom: 60px;}
  .main_wrap_v2 .main_create .create_list > ul > li+li{margin-top: 140px;}
  .main_wrap_v2 .main_create .create_list+.proof_cont{margin-top: 150px;}
}
@media (max-width: 900px){
  .main_wrap_v2 .main_create .create_list .item{flex-direction: column !important;gap: 40px 0;}
  .main_wrap_v2 .main_create .create_list .item .img{width: 480px;}
  .main_wrap_v2 .main_create .create_list .item .txt{width: 100%;}
}
@media (max-width: 620px){
  .main_wrap_v2 .main_create .main_tit{font-size: 40px;}
  .main_wrap_v2 .main_create .main_tit .s{font-size: 31px;}
  .main_wrap_v2 .main_create .main_tit_line{margin-bottom: 30px;}
  .main_wrap_v2 .main_create .create_list > ul > li+li{margin-top: 75px;}
  .main_wrap_v2 .main_create .create_list .item{gap: 20px 0;}
  .main_wrap_v2 .main_create .create_list .item .img{width: 100%;}
  .main_wrap_v2 .main_create .create_list .item .txt .num{min-width: 38px;padding: 0 5px;font-size: 14px;}
  .main_wrap_v2 .main_create .create_list .item .txt .tit{font-size: 24px;}
  .main_wrap_v2 .main_create .create_list .item .txt .desc_cont{margin-top: 10px;}
  .main_wrap_v2 .main_create .create_list .item .txt .desc{font-size: 14px;}
  .main_wrap_v2 .main_create .create_list .item .txt .desc .s{font-size: 11px;}
  .main_wrap_v2 .main_create .create_list .item .txt .more_btn{margin-top: 20px;min-width: 90px;height: 36px;padding: 0 10px;font-size: 12px;}
  .main_wrap_v2 .main_create .create_list .item .txt .more_btn::before{width: 10px;height: 10px;margin-right: 5px;}
  .main_wrap_v2 .main_create .create_list+.proof_cont{margin-top: 100px;}
  .main_wrap_v2 .main_create .main_review_slide .main_review_mask .item .img{border-radius: 5px;}
  .main_wrap_v2 .main_create .main_review_slide + .main_proof_slide{margin-top: 20px;}
  .main_wrap_v2 .main_create .main_proof_slide .main_proof_mask .item .img{border-radius: 10px;}
  .main_wrap_v2 .main_create .proof_desc_cont{margin-top: 30px;}
  .main_wrap_v2 .main_create .proof_desc_cont .tit{font-size: 24px;}
  .main_wrap_v2 .main_create .proof_desc_cont .desc{font-size: 16px;}
  .main_wrap_v2 .main_create .proof_desc_cont .desc+.tit{margin-top: 10px;}
  .main_wrap_v2 .main_create .proof_desc_cont .more_btn{min-width: 210px;height: 60px;margin-top: 20px;font-size: 16px;}
  .main_wrap_v2 .main_create .proof_desc_cont .more_btn::after{width: 10px;height: 18px;}
}

.main_wrap_v2 .main_enough .enough_img{text-align: center;}

.main_wrap_v2 .main_again{display: flex;align-items: center;justify-content: center;min-height: 255px;padding: 40px 0 !important;background-image: url(/src/img/mainv2_again_bg.jpg);background-size: cover;background-position: center center;}
.main_wrap_v2 .main_again .txt{display: flex;gap: 0 60px;align-items: center;}
.main_wrap_v2 .main_again .txt.main_container{width: 1045px;margin: 0 auto;}
.main_wrap_v2 .main_again .txt .l_cont{width: 100%;}
.main_wrap_v2 .main_again .txt .r_cont{flex-shrink: 0;width: 595px;}
.main_wrap_v2 .main_again .sect_tit{font-size: 40px;font-weight: bold;color: #fff;line-height: 130%;}
.main_wrap_v2 .main_again .again_list > ul{display: flex;gap: 0 20px;}
.main_wrap_v2 .main_again .again_list .item{padding-left: 18px;border-left: 1px solid #fff;}
.main_wrap_v2 .main_again .again_list .item .tit{font-size: 22px;font-weight: bold;color: #fff;}
.main_wrap_v2 .main_again .again_list .item .desc{font-size: 16px;color: #fff;}
.main_wrap_v2 .main_again .again_list .item .desc+.tit{margin-top: 20px;}
@media (max-width: 1240px){
  .main_wrap_v2 .main_again .txt{width: 90%;gap: 30px;}
}
@media (max-width: 991px){
  .main_wrap_v2 .main_again .txt{flex-direction: column;}
  .main_wrap_v2 .main_again .txt .r_cont{width: 100%;}
  .main_wrap_v2 .main_again .again_list > ul{justify-content: space-between;}
}
@media (max-width: 620px){
  .main_wrap_v2 .main_again{min-height: 200px;}
  .main_wrap_v2 .main_again .txt{gap: 20px 0;}
  .main_wrap_v2 .main_again .sect_tit{font-size: 20px;}
  .main_wrap_v2 .main_again .again_list > ul{gap: 0 10px;}
  .main_wrap_v2 .main_again .again_list .item{padding: 0 10px;}
  .main_wrap_v2 .main_again .again_list .item .tit{font-size: 3vw;}
  .main_wrap_v2 .main_again .again_list .item .desc{font-size: 2.5vw;}
  .main_wrap_v2 .main_again .again_list .item .desc+.tit{margin-top: 10px;}
}

.main_wrap_v2 .main_again+.gray_bg{margin-top: 0;}
.main_wrap_v2 .main_benefit .benefit_list > ul{display: flex;gap: 25px;flex-wrap: wrap;}
.main_wrap_v2 .main_benefit .benefit_list > ul > li{width: calc((100% - 25px)/2);}
.main_wrap_v2 .main_benefit .benefit_list .item{overflow: hidden;display: flex;align-items: flex-end;min-height: 250px;border-radius: 10px;background-size: cover;background-position: center center;}
.main_wrap_v2 .main_benefit .benefit_list .item .txt{width: 100%;padding: 25px;}
.main_wrap_v2 .main_benefit .benefit_list .item .txt .tit{font-size: 30px;font-weight: bold;color: #fff;}
.main_wrap_v2 .main_benefit .benefit_list .item .txt .tit+.desc{margin-top: 10px;}
.main_wrap_v2 .main_benefit .benefit_list .item .txt .desc{font-size: 18px;color: #fff;}
.main_wrap_v2 .main_benefit .benefit_list .item.item1{width: 100%;min-height: 285px;background-image: url(/src/img/mainv2_benefit_list1_bg.jpg);}
.main_wrap_v2 .main_benefit .benefit_list .item.item2{background-image: url(/src/img/mainv2_benefit_list2_bg.jpg);}
.main_wrap_v2 .main_benefit .benefit_list .item.item3{background-image: url(/src/img/mainv2_benefit_list3_bg.jpg);}
.main_wrap_v2 .main_benefit .benefit_list .item.item4{background-image: url(/src/img/mainv2_benefit_list4_bg.jpg);}
.main_wrap_v2 .main_benefit .benefit_list .item.item5{background-image: url(/src/img/mainv2_benefit_list5_bg.jpg);}
.main_wrap_v2 .main_benefit .benefit_desc_cont{display: flex;gap: 0 60px;align-items: center;justify-content: space-between;max-width: 755px;margin: 60px auto 0;}
.main_wrap_v2 .main_benefit .benefit_desc_cont .l_cont{}
.main_wrap_v2 .main_benefit .benefit_desc_cont .r_cont{flex-shrink: 0;}
.main_wrap_v2 .main_benefit .benefit_desc_cont .tit{font-size: 42px;font-weight: bold;color: #000;line-height: 130%;text-shadow: 1px 0 0 rgba(0,0,0,1);}
.main_wrap_v2 .main_benefit .benefit_desc_cont .more_btn{display: inline-flex;align-items: center;justify-content: center;min-width: 344px;height: 85px;padding: 10px;border-radius: 10px;text-align: left;background-color: #F37021;}
.main_wrap_v2 .main_benefit .benefit_desc_cont .more_btn .t{display: inline-flex;align-items: center;gap: 0 5px;font-size: 38px;font-weight: bold;color: #fff;line-height: 150%;}
.main_wrap_v2 .main_benefit .benefit_desc_cont .more_btn .t .s{font-size: 22px;font-weight: 300;}
.main_wrap_v2 .main_benefit .benefit_desc_cont .more_btn::after{content: '';display: inline-block;width: 13px;height: 24px;margin-left: 15px;background-image: url(/src/img/ico/mainv2_benefit_more.svg);background-size: contain;background-repeat: no-repeat;background-position: center center;}
@media (max-width: 1240px){
  .main_wrap_v2 .main_benefit .benefit_list > ul{gap: 20px;}
  .main_wrap_v2 .main_benefit .benefit_list > ul > li{width: calc(50% - 10px);}
  .main_wrap_v2 .main_benefit .benefit_list .item .txt{padding: 20px;}
  .main_wrap_v2 .main_benefit .benefit_desc_cont{gap: 30px;}
}
@media (max-width: 991px){
  .main_wrap_v2 .main_benefit .benefit_desc_cont{flex-direction: column;text-align: center;}
  .main_wrap_v2 .main_benefit .benefit_desc_cont .l_cont{width: 100%;}
  .main_wrap_v2 .main_benefit .benefit_desc_cont .r_cont{width: 100%;}
}
@media (max-width: 620px){
  .main_wrap_v2 .main_benefit .benefit_list > ul{gap: 10px;}
  .main_wrap_v2 .main_benefit .benefit_list > ul > li{width: calc(50% - 5px);}
  .main_wrap_v2 .main_benefit .benefit_list .item{min-height: 150px;border-radius: 5px;}
  .main_wrap_v2 .main_benefit .benefit_list .item .txt{padding: 15px;}
  .main_wrap_v2 .main_benefit .benefit_list .item .txt .tit{font-size: 4vw;}
  .main_wrap_v2 .main_benefit .benefit_list .item .txt .tit+.desc{margin-top: 5px;}
  .main_wrap_v2 .main_benefit .benefit_list .item .txt .desc{font-size: 2.4vw;}
  .main_wrap_v2 .main_benefit .benefit_list .item.item1{min-height: 200px;}
  .main_wrap_v2 .main_benefit .benefit_desc_cont{gap: 20px 0;margin-top: 30px;}
  .main_wrap_v2 .main_benefit .benefit_desc_cont .tit{font-size: 24px;text-shadow: 0.5px 0 0 rgba(0,0,0,1);}
  .main_wrap_v2 .main_benefit .benefit_desc_cont .more_btn{min-width: 240px;height: 60px;}
  .main_wrap_v2 .main_benefit .benefit_desc_cont .more_btn .t{font-size: 24px;}
  .main_wrap_v2 .main_benefit .benefit_desc_cont .more_btn .t .s{font-size: 16px;}
  .main_wrap_v2 .main_benefit .benefit_desc_cont .more_btn::after{width: 10px;height: 18px;margin-left: 10px;}
}
@media (max-width: 440px){
  .main_wrap_v2 .main_benefit .benefit_list .item .txt{padding: 10px;}
}

.main_wrap_v2 .main_best .best_list > ul{display: flex;flex-wrap: wrap;gap: 10px;max-width: 614px;margin: 0 auto;}
.main_wrap_v2 .main_best .best_list > ul > li{width: calc(50% - 5px);}
.main_wrap_v2 .main_best .best_list .item{display: flex;flex-direction: column;align-items: center;justify-content: center;min-height: 306px;padding: 10px;text-align: center;background-color: #fff;box-shadow: 2px 3px 6px rgba(0,0,0,.16);}
.main_wrap_v2 .main_best .best_list .item .img{display: flex;align-items: center;justify-content: center;height: 115px;text-align: center;}
.main_wrap_v2 .main_best .best_list .item .img+.txt{margin-top: 20px;}
.main_wrap_v2 .main_best .best_list .item .txt .tit{font-size: 27px;font-weight: bold;color: #000;line-height: 130%;}
.main_wrap_v2 .main_best .best_list .item .txt .desc{font-size: 18px;color: #777;}
.main_wrap_v2 .main_best .best_list .item .txt .desc+.tit{margin-top: 10px;}
.main_wrap_v2 .main_best .best_list .item:nth-child(1){border-radius: 20px 5px 5px 5px;}
.main_wrap_v2 .main_best .best_list .item:nth-child(2){border-radius: 5px 20px 5px 5px;}
.main_wrap_v2 .main_best .best_list .item:nth-child(3){border-radius: 5px 5px 5px 20px;}
.main_wrap_v2 .main_best .best_list .item:nth-child(4){border-radius: 5px 5px 20px 5px;}
@media (max-width: 620px){
  .main_wrap_v2 .main_best .best_list > ul{gap: 5px;}
  .main_wrap_v2 .main_best .best_list > ul > li{width: calc((100% - 5px)/2);}
  .main_wrap_v2 .main_best .best_list .item{min-height: 220px;}
  .main_wrap_v2 .main_best .best_list .item .img{height: 90px;}
  .main_wrap_v2 .main_best .best_list .item .img+.txt{margin-top: 10px;}
  .main_wrap_v2 .main_best .best_list .item .txt .tit{font-size: 3.5vw;}
  .main_wrap_v2 .main_best .best_list .item .txt .desc{font-size: 2.5vw;}
  .main_wrap_v2 .main_best .best_list .item .txt .desc+.tit{margin-top: 5px;}
  .main_wrap_v2 .main_best .best_list .item:nth-child(1){border-radius: 10px 5px 5px 5px;}
  .main_wrap_v2 .main_best .best_list .item:nth-child(2){border-radius: 5px 10px 5px 5px;}
  .main_wrap_v2 .main_best .best_list .item:nth-child(3){border-radius: 5px 5px 5px 10px;}
  .main_wrap_v2 .main_best .best_list .item:nth-child(4){border-radius: 5px 5px 10px 5px;}
}

.main_wrap_v2 .main_instructor .instructor_list > ul{display: flex;flex-wrap: wrap;gap: 15px;}
.main_wrap_v2 .main_instructor .instructor_list > ul > li{width: calc((100% - 30px)/3);}
.main_wrap_v2 .main_instructor .instructor_list .item{text-align: center;}
.main_wrap_v2 .main_instructor .instructor_list .item .img{overflow: hidden;aspect-ratio: 311/387;border-radius: 5px;}
.main_wrap_v2 .main_instructor .instructor_list .item .img > img{object-fit: cover;width: 100%;height: 100%;}
.main_wrap_v2 .main_instructor .instructor_list .item .img+.txt{margin-top: -25px;}
.main_wrap_v2 .main_instructor .instructor_list .item .txt{position: relative;}
.main_wrap_v2 .main_instructor .instructor_list .item .txt .tit{position: relative;padding-bottom: 20px;}
.main_wrap_v2 .main_instructor .instructor_list .item .txt .tit .t{display: inline-flex;align-items: center;justify-content: center;gap: 3px 5px;flex-wrap: wrap;width: 212px;min-height: 50px;padding: 10px;border-radius: 50rem;background-color: #fff;box-shadow: 0 0 3px rgba(0,0,0,.16);font-size: 23px;color: #000;font-weight: bold;}
.main_wrap_v2 .main_instructor .instructor_list .item .txt .tit .t .s{font-size: 20px;}
.main_wrap_v2 .main_instructor .instructor_list .item .txt .tit .more{position: absolute;bottom: -3px;left: 50%;transform: translateX(-50%);width: 76px;height: 23px;font-size: 12px;color: #000;background-image: url(/src/img/mainv2_instructor_more.png);background-size: contain;background-repeat: no-repeat;background-position: center center;}
.main_wrap_v2 .main_instructor .instructor_list .item .txt .tit .more .more_txt{display: block;margin-top: -2px;}
.main_wrap_v2 .main_instructor .instructor_list .item .txt .tit+.desc{margin-top: 10px;}
.main_wrap_v2 .main_instructor .instructor_list .item .txt .desc{font-size: 16px;color: #000;}
@media (hover: hover){
  .main_wrap_v2 .main_instructor .instructor_list .item .txt .tit:hover .t{color: #fff;background-color: #F37021;}
  .main_wrap_v2 .main_instructor .instructor_list .item .txt .tit:hover .t::after{background-color: #F37021;}
  .main_wrap_v2 .main_instructor .instructor_list .item .txt .tit:hover .more{color: #fff;background-image: url(/src/img/mainv2_instructor_more_c1.png);}
}
@media (max-width: 991px){
  .main_wrap_v2 .main_instructor .instructor_list > ul > li{width: calc((100% - 15px)/2);}
}
@media (max-width: 620px){
  .main_wrap_v2 .main_instructor .instructor_list > ul{gap: 10px;}
  .main_wrap_v2 .main_instructor .instructor_list > ul > li{width: calc(50% - 5px);}
  .main_wrap_v2 .main_instructor .instructor_list .item .img+.txt{margin-top: -20px;}
  .main_wrap_v2 .main_instructor .instructor_list .item .txt .tit .t{gap: 2px 3px;width: 170px;min-height: 40px;padding: 5px 10px;font-size: 16px;}
  .main_wrap_v2 .main_instructor .instructor_list .item .txt .tit .t .s{font-size: 14px;}
  .main_wrap_v2 .main_instructor .instructor_list .item .txt .tit .more{bottom: 0;width: 66px;height: 20px;font-size: 11px;}
  .main_wrap_v2 .main_instructor .instructor_list .item .txt .tit .more .more_txt{margin-top: -5px;}
  .main_wrap_v2 .main_instructor .instructor_list .item .txt .tit+.desc{margin-top: 5px;}
  .main_wrap_v2 .main_instructor .instructor_list .item .txt .desc{font-size: 13px;}
}
@media (max-width: 440px){
  .main_wrap_v2 .main_instructor .instructor_list .item .txt .tit .t{width: 140px;}
}

.main_wrap_v2 .main_custom .custom_list > ul{display: flex;flex-wrap: wrap;gap: 15px;}
.main_wrap_v2 .main_custom .custom_list > ul > li{width: calc((100% - 15px)/2);}
.main_wrap_v2 .main_custom .custom_list .item{overflow: hidden;display: flex;align-items: flex-end;min-height: 240px;border-radius: 10px;background-size: cover;background-position: center center;}
.main_wrap_v2 .main_custom .custom_list .item .txt{width: 100%;padding: 25px 30px;}
.main_wrap_v2 .main_custom .custom_list .item .txt .tit{font-size: 30px;color: #fff;font-weight: bold;}
.main_wrap_v2 .main_custom .custom_list .item .txt .tit+.desc{margin-top: 5px;}
.main_wrap_v2 .main_custom .custom_list .item .txt .tit+.hash{margin-top: 10px;}
.main_wrap_v2 .main_custom .custom_list .item .txt .desc{font-size: 16px;color: #fff;}
.main_wrap_v2 .main_custom .custom_list .item .txt .desc+.hash{margin-top: 10px;}
.main_wrap_v2 .main_custom .custom_list .item .txt .hash{display: flex;flex-wrap: wrap;gap: 3px 5px;font-size: 16px;color: #fff;}
.main_wrap_v2 .main_custom .custom_list .item.item1{background-image: url(/src/img/mainv2_custom_list1_bg.jpg);}
.main_wrap_v2 .main_custom .custom_list .item.item2{background-image: url(/src/img/mainv2_custom_list2_bg.jpg);}
.main_wrap_v2 .main_custom .custom_list .item.item3{background-image: url(/src/img/mainv2_custom_list3_bg.jpg);}
.main_wrap_v2 .main_custom .custom_list .item.item4{background-image: url(/src/img/mainv2_custom_list4_bg.jpg);}
.main_wrap_v2 .main_custom .custom_list .item.item5{background-image: url(/src/img/mainv2_custom_list5_bg.jpg);}
.main_wrap_v2 .main_custom .custom_list .item.item6{background-image: url(/src/img/mainv2_custom_list6_bg.jpg);}
@media (max-width: 1240px){
  .main_wrap_v2 .main_custom .custom_list .item .txt{padding: 25px;}
}
@media (max-width: 620px){
  .main_wrap_v2 .main_custom .custom_list > ul{gap: 10px;}
  .main_wrap_v2 .main_custom .custom_list > ul > li{width: calc(50% - 5px);}
  .main_wrap_v2 .main_custom .custom_list .item{min-height: 180px;border-radius: 5px;}
  .main_wrap_v2 .main_custom .custom_list .item .txt{padding: 15px;}
  .main_wrap_v2 .main_custom .custom_list .item .txt .tit{font-size: 4vw;}
  .main_wrap_v2 .main_custom .custom_list .item .txt .tit+.desc{margin-top: 0;}
  .main_wrap_v2 .main_custom .custom_list .item .txt .tit+.hash{margin-top: 5px;}
  .main_wrap_v2 .main_custom .custom_list .item .txt .desc{font-size: 2.2vw;}
  .main_wrap_v2 .main_custom .custom_list .item .txt .desc+.hash{margin-top: 5px;}
  .main_wrap_v2 .main_custom .custom_list .item .txt .hash{gap: 2px 3px;font-size: 2.2vw;}
}
@media (max-width: 440px){
  .main_wrap_v2 .main_custom .custom_list .item .txt{padding: 10px;}
}

.main_wrap_v2 .main_change .change_vdo_list > ul{display: flex;flex-wrap: wrap;gap: 5px;}
.main_wrap_v2 .main_change .change_vdo_list > ul > li{width: calc(50% - 4px);}
.main_wrap_v2 .main_change .change_vdo_open{position: relative;aspect-ratio: 476/318;display: block;width: 100%;}
.main_wrap_v2 .main_change .change_vdo_open > img{object-fit: cover;width: 100%;height: 100%;}
.main_wrap_v2 .main_change .change_vdo_open::after{content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 41px;height: 46px;background-image: url(/src/img/ico/mainv2_change_vdoplay.svg);background-size: contain;background-repeat: no-repeat;background-position: center center;}
@media (max-width: 1240px){
  .main_wrap_v2 .main_change .change_vdo_list > ul > li{width: 100%;}
  .main_wrap_v2 .main_change .change_vdo_open::after{width: 40px;height: 45px;}
}

.main_wrap_v2 .main_change .task_cont{position: relative;max-width: 960px;margin: 140px auto 0;padding-right: 470px;}
.main_wrap_v2 .main_change .task_cont .tit_line{}
.main_wrap_v2 .main_change .task_cont .tit_line .tit{font-size: 42px;font-weight: bold;color: #000;line-height: 130%;}
.main_wrap_v2 .main_change .task_cont .tit_line .desc{font-size: 32px;font-weight: bold;color: #F37021;}
.main_wrap_v2 .main_change .task_cont .tit_line .desc+.tit{margin-top: 70px;}
.main_wrap_v2 .main_change .task_cont .desc_line{margin-top: 70px;}
.main_wrap_v2 .main_change .task_cont .desc_line .desc_tit{font-size: 27px;font-weight: bold;color: #000;}
.main_wrap_v2 .main_change .task_cont .desc_line .desc_tit+.desc{margin-top: 60px;}
.main_wrap_v2 .main_change .task_cont .desc_line .desc{font-size: 18px;color: #777;}
.main_wrap_v2 .main_change .task_cont .main_task_slide{position: absolute;right: 0;top: 0;width: 443px;}
.main_wrap_v2 .main_change .task_cont .main_task_slide .main_task_mask{overflow: hidden;}
.main_wrap_v2 .main_change .task_cont .main_task_slide .main_task_mask .item .img > img{width: 100%;}
.main_wrap_v2 .main_change .task_cont .main_task_slide .slide_desc{padding: 0 20px;text-align: right;}
.main_wrap_v2 .main_change .task_cont .main_task_slide .slide_desc .desc{font-size: 16px;color: #000;}
@media (max-width: 991px){
  .main_wrap_v2 .main_change .task_cont{padding-right: 0;}
  .main_wrap_v2 .main_change .task_cont .tit_line{margin-bottom: 60px;text-align: center;}
  .main_wrap_v2 .main_change .task_cont .tit_line .desc+.tit{margin-top: 20px;}
  .main_wrap_v2 .main_change .task_cont .desc_line{margin-top: 60px;text-align: center;}
  .main_wrap_v2 .main_change .task_cont .desc_line .desc_tit+.desc{margin-top: 20px;}
  .main_wrap_v2 .main_change .task_cont .main_task_slide{position: static;width: auto;max-width: 443px;margin: 0 auto;}
}
@media (max-width: 620px){
  .main_wrap_v2 .main_change .task_cont{margin-top: 75px;}
  .main_wrap_v2 .main_change .task_cont .tit_line{margin-bottom: 30px;}
  .main_wrap_v2 .main_change .task_cont .tit_line .tit{font-size: 20px;}
  .main_wrap_v2 .main_change .task_cont .tit_line .desc{font-size: 16px;}
  .main_wrap_v2 .main_change .task_cont .tit_line .desc+.tit{margin-top: 10px;}
  .main_wrap_v2 .main_change .task_cont .desc_line{margin-top: 30px;}
  .main_wrap_v2 .main_change .task_cont .desc_line .desc_tit{font-size: 18px;}
  .main_wrap_v2 .main_change .task_cont .desc_line .desc_tit+.desc{margin-top: 10px;}
  .main_wrap_v2 .main_change .task_cont .desc_line .desc{font-size: 14px;}
  .main_wrap_v2 .main_change .task_cont .main_task_slide .slide_desc{padding: 0 15px;}
  .main_wrap_v2 .main_change .task_cont .main_task_slide .slide_desc .desc{font-size: 13px;}
}

.main_wrap_v2 .main_change .with_cont{margin-top: 140px;}
.main_wrap_v2 .main_change .with_vdo{position: relative;}
.main_wrap_v2 .main_change .with_vdo::after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.main_wrap_v2 .main_change .with_cont .with_vdo+.txt{margin-top: 40px;}
.main_wrap_v2 .main_change .txt{text-align: center;}
.main_wrap_v2 .main_change .txt .tit{font-size: 30px;font-weight: bold;color: #000;}
.main_wrap_v2 .main_change .txt .tit+.desc{margin-top: 20px;}
.main_wrap_v2 .main_change .txt .desc{font-size: 20px;color: #777;}
@media (max-width: 620px){
  .main_wrap_v2 .main_change .with_cont{margin-top: 75px;}
  .main_wrap_v2 .main_change .with_cont .with_vdo+.txt{margin-top: 20px;}
  .main_wrap_v2 .main_change .txt .tit{font-size: 20px;}
  .main_wrap_v2 .main_change .txt .tit+.desc{margin-top: 10px;}
  .main_wrap_v2 .main_change .txt .desc{font-size: 16px;}
}

.main_wrap_v2 .main_debut{position: relative;width: 90%;max-width: 1073px;margin-right: auto;margin-left: auto;padding-left: 670px;}
.main_wrap_v2 .main_debut .main_tit_line{margin-bottom: 40px;}
.main_wrap_v2 .main_debut .main_tit{text-align: left;}
.main_wrap_v2 .main_debut .img{position: absolute;top: 0;left: 0;width: 608px;}
.main_wrap_v2 .main_debut .desc_line{}
.main_wrap_v2 .main_debut .desc_line .tit{font-size: 25px;font-weight: bold;color: #000;}
.main_wrap_v2 .main_debut .desc_line .desc{font-size: 18px;color: #F37021;font-weight: bold;}
.main_wrap_v2 .main_debut .desc_line .desc+.tit{margin-top: 20px;}
.main_wrap_v2 .main_debut .desc_line .tit+.debut_desc_list{margin-top: 30px;}
.main_wrap_v2 .main_debut .debut_desc_list > ul > li{display: flex;flex-wrap: wrap;align-items: center;min-height: 50px;padding: 5px 20px;border-radius: 10px;background-color: #f5f5f5;}
.main_wrap_v2 .main_debut .debut_desc_list > ul > li .t1{position: relative;padding-left: 15px;font-size: 16px;color: #000;line-height: 130%;}
.main_wrap_v2 .main_debut .debut_desc_list > ul > li .t1 .s{display: block;font-size: 11px;line-height: 130%;}
.main_wrap_v2 .main_debut .debut_desc_list > ul > li .t1::before{content: '';position: absolute;top: 8px;left: 0;width: 4px;height: 4px;border-radius: 50%;background-color: #000;}
.main_wrap_v2 .main_debut .debut_desc_list > ul > li+li{margin-top: 10px;}
@media (max-width: 1240px){
  .main_wrap_v2 .main_debut{max-width: 945px;padding-left: 540px;}
  .main_wrap_v2 .main_debut .img{width: 480px;}
}
@media (max-width: 991px){
  .main_wrap_v2 .main_debut{max-width: 608px;padding-left: 0;}
  .main_wrap_v2 .main_debut .main_tit_line{margin-bottom: 60px;}
  .main_wrap_v2 .main_debut .main_tit{text-align: center;}
  .main_wrap_v2 .main_debut .img{position: static;width: 100%;}
  .main_wrap_v2 .main_debut .desc_line{margin: 60px auto 0;width: 100%;}
  .main_wrap_v2 .main_debut .desc_line .tit{text-align: center;}
  .main_wrap_v2 .main_debut .desc_line .desc{text-align: center;}
}
@media (max-width: 620px){
  .main_wrap_v2 .main_debut{max-width: 405px;}
  .main_wrap_v2 .main_debut .main_tit_line{margin-bottom: 30px;}
  .main_wrap_v2 .main_debut .desc_line{margin-top: 30px;}
  .main_wrap_v2 .main_debut .desc_line .tit{font-size: 16px;}
  .main_wrap_v2 .main_debut .desc_line .desc{font-size: 14px;}
  .main_wrap_v2 .main_debut .desc_line .desc+.tit{margin-top: 10px;}
  .main_wrap_v2 .main_debut .desc_line .tit+.debut_desc_list{margin-top: 15px;}
  .main_wrap_v2 .main_debut .debut_desc_list > ul > li{min-height: 40px;padding: 5px 15px;border-radius: 5px;}
  .main_wrap_v2 .main_debut .debut_desc_list > ul > li .t1{padding-left: 10px;font-size: 13px;}
  .main_wrap_v2 .main_debut .debut_desc_list > ul > li .t1::before{top: 6px;width: 3px;height: 3px;}
  .main_wrap_v2 .main_debut .debut_desc_list > ul > li+li{margin-top: 5px;}
}


.main_wrap_v2 .main_acceptance{padding: 140px 0;background-image: url(/src/img/mainv2_acceptance_bg.jpg);background-size: cover;background-repeat: no-repeat;background-position: center center;}
.main_wrap_v2 .main_acceptance .main_container{width: 90%;max-width: 1185px;}
.main_wrap_v2 .main_acceptance .main_tit{color: #fff;}
.main_wrap_v2 .main_acceptance .acceptance_list{overflow: hidden;}
.main_wrap_v2 .main_acceptance .acceptance_list > ul{display: flex;flex-wrap: wrap;}
.main_wrap_v2 .main_acceptance .acceptance_list > ul > li{width: 25%;}
.main_wrap_v2 .main_acceptance .item{position: relative;padding: 0 20px;text-align: center;}
.main_wrap_v2 .main_acceptance .item::after{content: '';position: absolute;top: 0;left: -2px;width: 1px;height: 100%;background-color: #fff;}
.main_wrap_v2 .main_acceptance .item .img > img{width: 40px;}
.main_wrap_v2 .main_acceptance .item .img > img+figcaption{margin-top: 8px;}
.main_wrap_v2 .main_acceptance .item .img figcaption{display: block;font-size: 16px;color: #fff;line-height: 150%;}
.main_wrap_v2 .main_acceptance .item .img+.txt{margin-top: 8px;}
.main_wrap_v2 .main_acceptance .item .txt .num_txt{display: flex;align-items: center;justify-content: center;gap: 3px 5px;flex-wrap: wrap;font-size: 22px;color: #fff;}
.main_wrap_v2 .main_acceptance .item .txt .num_txt .num{flex-shrink: 0;font-size: 72px;font-weight: bold;line-height: 110%;}
.main_wrap_v2 .main_acceptance .item .txt .num_txt+.desc{margin-top: 8px;}
.main_wrap_v2 .main_acceptance .item .txt .desc{font-size: 18px;color: #fff;}
.main_wrap_v2 .main_acceptance .item .txt .desc .desc_result{display: block;font-size: 22px;font-weight: bold;color: #fff;line-height: 150%;}
.main_wrap_v2 .main_acceptance .acceptance_desc_line{margin-top: 25px;text-align: center;}
.main_wrap_v2 .main_acceptance .acceptance_desc_line .line_ico{display: block;width: 23px;margin: 0 auto;}
.main_wrap_v2 .main_acceptance .acceptance_desc_line .line_ico+.desc{margin-top: 40px;}
.main_wrap_v2 .main_acceptance .acceptance_desc_line .desc{text-align: center;;}
.main_wrap_v2 .main_acceptance .acceptance_desc_line .desc .text{font-size: 25px;line-height: 150%}
.main_wrap_v2 .main_acceptance .acceptance_desc_line .desc .unit{font-size: 16px;line-height: 150%}
.main_wrap_v2 .main_acceptance .acceptance_desc_line .desc+.desc{margin-top: 10px;}
@media (max-width: 1240px){
  .main_wrap_v2 .main_acceptance .acceptance_list{width: 100%;max-width: 800px;margin: 0 auto;}
  .main_wrap_v2 .main_acceptance .acceptance_list > ul{gap: 60px 0;}
  .main_wrap_v2 .main_acceptance .acceptance_list > ul > li{width: 50%;}
}
@media (max-width: 620px){
  .main_wrap_v2 .main_acceptance{padding: 75px 0;}
  .main_wrap_v2 .main_acceptance .acceptance_list > ul{gap: 30px 0;}
  .main_wrap_v2 .main_acceptance .item{padding: 0 10px;}
  .main_wrap_v2 .main_acceptance .item .img > img{width: 30px;}
  .main_wrap_v2 .main_acceptance .item .img > img+figcaption{margin-top: 4px;}
  .main_wrap_v2 .main_acceptance .item .img figcaption{font-size: 13px;}
  .main_wrap_v2 .main_acceptance .item .img+.txt{margin-top: 4px;}
  .main_wrap_v2 .main_acceptance .item .txt .num_txt{gap: 2px 3px;font-size: 16px;}
  .main_wrap_v2 .main_acceptance .item .txt .num_txt .num{font-size: 40px;}
  .main_wrap_v2 .main_acceptance .item .txt .num_txt+.desc{margin-top: 4px;}
  .main_wrap_v2 .main_acceptance .item .txt .desc{font-size: 14px;}
  .main_wrap_v2 .main_acceptance .item .txt .desc .desc_result{font-size: 16px;}
  .main_wrap_v2 .main_acceptance .acceptance_desc_line{margin-top: 20px;}
  .main_wrap_v2 .main_acceptance .acceptance_desc_line .line_ico{width: 18px;}
  .main_wrap_v2 .main_acceptance .acceptance_desc_line .line_ico+.desc{margin-top: 20px;}
  .main_wrap_v2 .main_acceptance .acceptance_desc_line .desc{}
  .main_wrap_v2 .main_acceptance .acceptance_desc_line .desc .text{font-size: 18px;}
  .main_wrap_v2 .main_acceptance .acceptance_desc_line .desc .unit{font-size: 13px;}
  .main_wrap_v2 .main_acceptance .acceptance_desc_line .desc+.desc{margin-top: 5px;}
}

.main_wrap_v2 .main_acceptance+.main_knowhow{margin-top: 0;}
.main_wrap_v2 .main_knowhow{padding: 140px 0;background-color: #F37021;}
.main_wrap_v2 .main_knowhow .knowhow_inner{display: flex;gap: 0 60px;align-items: start;width: 90%;max-width: 960px;margin: 0 auto;}
.main_wrap_v2 .main_knowhow .knowhow_inner .l_cont{position: sticky;top: 0;left: 0;width: 100%;margin-top: -160px;padding-top: 160px;}
.main_wrap_v2 .main_knowhow .knowhow_inner .r_cont{flex-shrink: 0;width: 504px;}
.main_wrap_v2 .main_knowhow .knowhow_inner .main_tit{text-align: left;color: #fff;}
.main_wrap_v2 .main_knowhow .knowhow_inner .deesc_line{}
.main_wrap_v2 .main_knowhow .knowhow_inner .deesc_line .desc{font-size: 16px;color: #fff;}
.main_wrap_v2 .main_knowhow .knowhow_inner .deesc_line .desc+.desc{margin-top: 30px;}
.main_wrap_v2 .main_knowhow .knowhow_list{overflow: hidden;}
.main_wrap_v2 .main_knowhow .knowhow_list > ul{display: flex;align-items: start;gap: 30px;flex-wrap: wrap;margin-top: 70px;}
.main_wrap_v2 .main_knowhow .knowhow_list > ul > li{width: calc((100% - 30px)/2);}
.main_wrap_v2 .main_knowhow .knowhow_list > ul > li:nth-child(2n-1){margin-top: -70px;}
.main_wrap_v2 .main_knowhow .knowhow_list .item{overflow: hidden;border-radius: 10px;background-color: #fff;}
.main_wrap_v2 .main_knowhow .knowhow_list .item .img{aspect-ratio: 237/216;}
.main_wrap_v2 .main_knowhow .knowhow_list .item .img > img{object-fit: cover;width: 100%;height: 100%;}
.main_wrap_v2 .main_knowhow .knowhow_list .item .txt{min-height: 170px;padding: 20px;}
.main_wrap_v2 .main_knowhow .knowhow_list .item .txt .step{font-size: 14px;color: #F77512;}
.main_wrap_v2 .main_knowhow .knowhow_list .item .txt .tit{font-size: 18px;font-weight: bold;color: #000;line-height: 130%;}
.main_wrap_v2 .main_knowhow .knowhow_list .item .txt .tit+.desc{margin-top: 10px;}
.main_wrap_v2 .main_knowhow .knowhow_list .item .txt .desc{font-size: 14px;color: #777;line-height: 130%;}
@media (max-width: 991px){
  .main_wrap_v2 .main_knowhow .knowhow_inner{flex-direction: column;gap: 60px 0;}
  .main_wrap_v2 .main_knowhow .knowhow_inner .l_cont{position: static;width: 100%;margin-top: 0;padding-top: 0;text-align: center;}
  .main_wrap_v2 .main_knowhow .knowhow_inner .r_cont{width: 100%;}
  .main_wrap_v2 .main_knowhow .knowhow_inner .main_tit{text-align: center;}
  .main_wrap_v2 .main_knowhow .knowhow_list{width: 100%;max-width: 504px;margin: 0 auto;}
  .main_wrap_v2 .main_knowhow .knowhow_list > ul{align-items: unset;margin-top: 0;}
  .main_wrap_v2 .main_knowhow .knowhow_list > ul > li{margin-top: 0 !important;}
}
@media (max-width: 620px){
  .main_wrap_v2 .main_knowhow{padding: 75px 0;}
  .main_wrap_v2 .main_knowhow .knowhow_inner{gap: 30px 0;}
  .main_wrap_v2 .main_knowhow .knowhow_inner .deesc_line .desc{font-size: 13px;}
  .main_wrap_v2 .main_knowhow .knowhow_inner .deesc_line .desc+.desc{margin-top: 15px;}
  .main_wrap_v2 .main_knowhow .knowhow_list > ul{gap: 15px;}
  .main_wrap_v2 .main_knowhow .knowhow_list > ul > li{width: calc((100% - 15px)/2);}
  .main_wrap_v2 .main_knowhow .knowhow_list .item{border-radius: 5px;}
  .main_wrap_v2 .main_knowhow .knowhow_list .item .txt{min-height: 140px;padding: 15px;}
  .main_wrap_v2 .main_knowhow .knowhow_list .item .txt .step{font-size: 13px;}
  .main_wrap_v2 .main_knowhow .knowhow_list .item .txt .tit{font-size: 14px;}
  .main_wrap_v2 .main_knowhow .knowhow_list .item .txt .tit+.desc{margin-top: 5px;}
  .main_wrap_v2 .main_knowhow .knowhow_list .item .txt .desc{font-size: 13px;}
}

.main_wrap_v2 .main_acceptance+.gray_bg,.main_wrap_v2 .main_knowhow+.gray_bg{margin-top: 0;}
.main_wrap_v2 .main_inquiry .inquiry_box{width: 100%;max-width: 771px;margin: 0 auto;padding: 95px 120px;border-radius: 20px;background-color: #fff;}
.main_wrap_v2 .main_inquiry .inquiry_w dl{}
.main_wrap_v2 .main_inquiry .inquiry_w dl dt{font-size: 20px;color: #000;}
.main_wrap_v2 .main_inquiry .inquiry_w dl dt+dd{margin-top: 10px;}
.main_wrap_v2 .main_inquiry .inquiry_w dl dd{}
.main_wrap_v2 .main_inquiry .inquiry_w dl+dl{margin-top: 50px;}
.main_wrap_v2 .main_inquiry .inquiry_w .inp{display: inline-block;width: 100%;height: 60px;padding: 0 30px;border: 0;border-radius: 10px;vertical-align: top;background-color: #f5f5f5;font-size: 20px;color: #777;}
.main_wrap_v2 .main_inquiry .inquiry_w .inp::placeholder{color: #BCBCBC;}
.main_wrap_v2 .main_inquiry .inquiry_w select.inp{padding: 0 50px 0 30px;background-image: url(/src/img/ico/mainv2_inquiry_sel_init.svg);background-size: 18px auto;background-position: calc(100% - 30px) center;}
.main_wrap_v2 .main_inquiry .inquiry_sbm_btns{display: flex;align-items: center;justify-content: center;margin-top: 100px;}
.main_wrap_v2 .main_inquiry .inquiry_sbm_btns .btn{display: flex;align-items: center;justify-content: center;width: 310px;height: 62px;border-radius: 10px;font-size: 23px;text-align: center;font-weight: bold;}
.main_wrap_v2 .main_inquiry .inquiry_sbm_btns .btn.bg_style{color: #fff;background-color: #F96619;}
@media (max-width: 991px){
  .main_wrap_v2 .main_inquiry .inquiry_box{padding: 95px 60px;}
}
@media (max-width: 620px){
  .main_wrap_v2 .main_inquiry .inquiry_box{padding: 50px 30px;border-radius: 10px;}
  .main_wrap_v2 .main_inquiry .inquiry_w dl dt{font-size: 16px;}
  .main_wrap_v2 .main_inquiry .inquiry_w dl dt+dd{margin-top: 5px;}
  .main_wrap_v2 .main_inquiry .inquiry_w dl+dl{margin-top: 25px;}
  .main_wrap_v2 .main_inquiry .inquiry_w .inp{height: 50px;padding: 0 20px;border-radius: 5px;font-size: 16px;}
  .main_wrap_v2 .main_inquiry .inquiry_w select.inp{padding: 0 40px 0 20px;background-size: 14px auto;background-position: calc(100% - 20px) center;}
  .main_wrap_v2 .main_inquiry .inquiry_sbm_btns{margin-top: 50px;}
  .main_wrap_v2 .main_inquiry .inquiry_sbm_btns .btn{width: 210px;height: 50px;border-radius: 5px;font-size: 16px;}
}






















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