.c1 {
  color: #04B499 !important;
}

.c0 {
  color: #000;
}

.c3 {
  color: #333;
}

.c6 {
  color: #666;
}

.c9 {
  color: #999;
}

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

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

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

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

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

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

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

li {
  list-style: none;
}

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

input {
  padding: 0 10px;
}

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

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

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

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

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

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

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

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

em, address {
  font-style: normal;
}

label, button {
  cursor: pointer;
}

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

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

legend {
  *width: 0;
}

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

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

sup {
  font-size: 0.5%;
}

figure {
  margin: 0;
}

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

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

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

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.dt {
  display: table;
}

.dtr {
  display: table-row;
}

.dtc {
  display: table-cell;
}

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

.dtr {
  width: 100%;
}

.dtc {
  vertical-align: middle;
}

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

.fr {
  float: right;
}

.flul > li {
  float: left;
}

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

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

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

.pb0 {
  padding-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.mt150 {
  margin-top: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.pl150 {
  padding-left: 150px;
}

.pr150 {
  padding-right: 150px;
}

.ml150 {
  margin-left: 150px;
}

.mr150 {
  margin-right: 150px;
}

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

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

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

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

.imgz {
  width: 100%;
}

.cup {
  cursor: pointer;
}

.vam {
  vertical-align: middle;
}

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bx-wrapper {
  position: relative;
}

.bx-controls {
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fz32 {
  font-size: 32px;
}

.fz34 {
  font-size: 34px;
}

.fz36 {
  font-size: 36px;
}

.fz38 {
  font-size: 38px;
}

.fz40 {
  font-size: 40px;
}

.fz44 {
  font-size: 44px;
}

.fz46 {
  font-size: 46px;
}

.fz50 {
  font-size: 50px;
}

.fz52 {
  font-size: 52px;
}

.fz55 {
  font-size: 55px;
}

.fz60 {
  font-size: 60px;
}

.fz70 {
  font-size: 70px;
}

@media screen and (max-width: 620px) {
  .fz12 {
    font-size: 12px;
  }
  .fz14 {
    font-size: 12px;
  }
  .fz16 {
    font-size: 14px;
  }
  .fz18 {
    font-size: 14px;
  }
  .fz20 {
    font-size: 16px;
  }
  .fz22 {
    font-size: 16px;
  }
  .fz24 {
    font-size: 18px;
  }
  .fz26 {
    font-size: 18px;
  }
  .fz28 {
    font-size: 20px;
  }
  .fz30 {
    font-size: 20px;
  }
  .fz32 {
    font-size: 22px;
  }
  .fz34 {
    font-size: 22px;
  }
  .fz36 {
    font-size: 24px;
  }
  .fz38 {
    font-size: 24px;
  }
  .fz40 {
    font-size: 26px;
  }
  .fz44 {
    font-size: 22px;
  }
  .fz46 {
    font-size: 26px;
  }
  .fz50 {
    font-size: 30px;
  }
  .fz52 {
    font-size: 24px;
  }
  .fz55 {
    font-size: 24px;
  }
  .fz60 {
    font-size: 30px;
  }
  .fz70 {
    font-size: 30px;
  }
  div, p, th, td {
    font-size: 12px;
  }
}
/* 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: 60px;
  text-align: center;
  font-size: 0;
}
.page_num a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #999;
  line-height: 30px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle;
}
.page_num .act {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #04B499 !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: 30px;
  }
  .page_num a {
    font-size: 14px;
  }
}
.container {
  width: 1500px;
  margin: 0 auto;
}
@media (max-width: 1540px) {
  .container {
    width: 1400px;
  }
}
@media (max-width: 1440px) {
  .container {
    width: 90%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input.de_inp.sm{height: 45px;padding: 0 20px;}
.de_inp.ss{height: 36px;}
.de_inp.st{height: 30px;}
*/
.de_rdo, .de_cks {
  display: inline-block;
  vertical-align: middle;
}
.de_rdo i, .de_cks i {
  display: inline-block;
  border: 1px solid #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(4, 180, 153);
  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, .de_cks.txt, .de_cki.txt {
  display: flex;
  align-items: start;
  font-size: 18px;
}
.de_rdo.txt i, .de_cks.txt i, .de_cki.txt i {
  flex-shrink: 0;
  margin-right: 10px;
}
.de_rdo.txt .t, .de_cks.txt .t, .de_cki.txt .t {
  padding-top: 5px;
}

@media (max-width: 620px) {
  .de_rdo.txt, .de_cks.txt, .de_cki.txt {
    font-size: 14px;
  }
}
.de_rdo i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.de_rdo i::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

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

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

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

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

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

.sys_popup.dn {
  display: none;
}

@media screen and (max-width: 1000px) {
  .sys_popup {
    top: 20px !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
    border: none;
  }
  .sys_popup::after {
    content: "";
    position: fixed;
    z-index: 3000;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .sys_popup .cont {
    position: relative;
    z-index: 3500;
    width: 95%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
  }
}
/* response ex
@include respond-to('d1540')
@include respond-to('d1440')
@include respond-to('d1000')
@include respond-to('d326')
*/
.ui-datepicker .ui-datepicker-title select {
  height: 26px;
  padding: 0 20px 0 10px;
  background-position: calc(100% - 10px) center;
}

@media (max-width: 1240px) {
  .m_body_ovh {
    overflow: hidden;
    touch-action: none;
  }
}
.sys_logo {
  width: 261px;
  height: 43px;
  background-image: url(/src/img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.sys_logo > a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999em;
  font-size: 0;
}

@media screen and (max-width: 1640px) {
  .sys_logo {
    width: 210px;
    height: 35px;
  }
}
@media (max-width: 620px) {
  .sys_logo {
    width: 171px;
    height: 28px;
  }
}
@media screen and (max-width: 360px) {
  .sys_logo {
    width: 130px;
    height: 21px;
  }
}
.sys_point {
  display: inline-flex;
}
.sys_point .star {
  font-size: 18px;
  color: #aaa;
}
.sys_point .star.act {
  color: #F47920;
}

.sys_point_sel {
  color: #F47920 !important;
}

@media (max-width: 620px) {
  .sys_point .star {
    font-size: 14px;
  }
}
.sys_review_img {
  margin-top: 10px;
}

.sys_inp_wrap .inp {
  display: inline-block;
  width: 100%;
  height: 60px;
  padding: 0 25px;
  font-size: 18px;
  color: #333;
  vertical-align: top;
  border-radius: 50rem;
  background-color: #fafafa;
}
.sys_inp_wrap .inp::placeholder {
  font-size: 18px;
  color: #999;
}
.sys_inp_wrap .inp.w390 {
  max-width: 390px;
}
.sys_inp_wrap p.inp {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  color: #999;
  background-color: transparent;
}
.sys_inp_wrap input[type=file].inp {
  overflow: hidden;
  padding: 0;
}
.sys_inp_wrap input[type=file].inp::file-selector-button {
  width: 150px;
  padding: 0 10px;
  margin-right: 25px;
  border: 0;
  border-right: 1px solid #ddd;
  border-radius: 50rem;
  font-size: 18px;
  background-color: #fff;
}
.sys_inp_wrap select.inp {
  padding: 0 35px 0 25px;
  background-position: calc(100% - 25px) center;
  background-color: #fff;
}
.sys_inp_wrap textarea.inp {
  height: 150px;
  padding: 25px;
  border-radius: 20px;
}
.sys_inp_wrap .half_inps {
  display: flex;
  gap: 0 5px;
  align-items: center;
}
.sys_inp_wrap .half_inps .inp {
  width: calc((100% - 5px) / 2);
}
.sys_inp_wrap .tri_inps {
  display: flex;
  gap: 0 5px;
  align-items: center;
  font-size: 18px;
}
.sys_inp_wrap .tri_inps .inp {
  width: calc((100% - 10px) / 3);
}
.sys_inp_wrap .r_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 60px;
  border: 1px solid #ccc;
  border-radius: 50rem;
  font-size: 18px;
  text-align: center;
  background-color: #fff;
}
.sys_inp_wrap .inp_btn {
  position: relative;
}
.sys_inp_wrap .inp_btn .inp {
  padding-right: 175px;
}
.sys_inp_wrap .inp_btn .r_btn {
  position: absolute;
  right: 0;
  top: 0;
}
.sys_inp_wrap .de_cki i {
  border-radius: 50%;
}
.sys_inp_wrap .addr_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.sys_inp_wrap .label_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 35px;
  min-height: 60px;
}
.sys_inp_wrap .label_wrap.js_mytype_line{display: none;}
.sys_inp_wrap .label_wrap.js_mytype_line.act{display: flex;}
.sys_inp_wrap .file_line {
  display: flex;
  gap: 0 10px;
  align-items: start;
}
.sys_inp_wrap .file_line .file_tit {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 60px;
  border-radius: 50rem;
  border: 1px solid #04B499;
  font-size: 18px;
  text-align: center;
  color: #04B499;
}
.sys_inp_wrap .file_line .file_img {
  flex-shrink: 0;
  height: 60px;
  margin-bottom: 0;
}
.sys_inp_wrap .file_line .file_img > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.sys_inp_wrap .file_line .inp {
  width: 100%;
}
.sys_inp_wrap .file_line .file_add_del {
  width: 100%;
}
.sys_inp_wrap .file_add_del {
  position: relative;
}
.sys_inp_wrap .file_add_del .inp {
  padding-right: 60px !important;
}
.sys_inp_wrap .file_add_del .add_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border: 1px solid #04B499;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(/src/img/ico/sys_file_add.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.sys_inp_wrap .file_add_del .del_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border: 1px solid #04B499;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(/src/img/ico/sys_file_del.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.sys_inp_wrap .file_add_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.sys_inp_wrap .file_img {
  width: 150px;
  margin-bottom: 10px;
}
.sys_inp_wrap .auth_img {
  width: 100%;
  max-width: 300px;
}
.sys_inp_wrap .file_link {
  margin-bottom: 10px;
  font-size: 18px;
}
.sys_inp_wrap .file_desc {
  margin-top: 10px;
  font-size: 16px;
  color: #999;
}
.sys_inp_wrap .date_box {
  position: relative;
}
.sys_inp_wrap .date_box .inp {
  padding-right: 40px;
}
.sys_inp_wrap .date_box .ui-datepicker-trigger {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.sys_inp_wrap .date_box.w390 {
  width: 100%;
  max-width: 390px;
}
.sys_inp_wrap .w700_wrap {
  width: 100%;
  max-width: 700px;
}
.sys_inp_wrap .kind_nursery_wrap {
  display: flex;
  gap: 20px 100px;
  flex-wrap: wrap;
}
.sys_inp_wrap .keyword_wrap {
  display: flex;
  gap: 0 30px;
  align-items: start;
}
.sys_inp_wrap .keyword_wrap .t {
  padding-top: 20px;
  flex-shrink: 0;
  font-size: 18px;
}
.sys_inp_wrap .keyword_wrap .sel_box {
  width: 100%;
}
.sys_inp_wrap .keyword_wrap .sel_box .inp + .sel_tag {
  margin-top: 15px;
}
.sys_inp_wrap .keyword_wrap .sel_box .sel_tag {
  padding: 0 25px;
}
.sys_inp_wrap .keyword_wrap .sel_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
}
.sys_inp_wrap .keyword_wrap .sel_tag .tag {
  font-size: 18px;
  color: #04B499;
}
.sys_inp_wrap .qna_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.sys_inp_wrap .qna_wrap .qna_line {
  width: 100%;
}
.sys_inp_wrap .qna_wrap .q_txt {
  font-size: 18px;
}
.sys_inp_wrap .qna_wrap .q_txt + .inp_cont {
  margin-top: 5px;
}

@media (max-width: 1440px) {
  .sys_inp_wrap .kind_nursery_wrap {
    gap: 20px 60px;
  }
}
@media (max-width: 991px) {
  .sys_inp_wrap input[type=file].inp::file-selector-button{width: 100px;margin-right: 15px;}
  .sys_inp_wrap .file_line .file_tit.m_dn {
    display: none;
  }
  .sys_inp_wrap .keyword_wrap {
    flex-direction: column;
    gap: 10px 0;
  }
  .sys_inp_wrap .keyword_wrap .t {
    width: 100%;
    padding-top: 0;
  }
  .sys_inp_wrap .keyword_wrap .sel_box .sel_tag {
    padding: 0;
  }
}
@media (max-width: 620px) {
  .sys_inp_wrap .inp {
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
  .sys_inp_wrap .inp::placeholder {
    font-size: 14px;
  }
  .sys_inp_wrap p.inp {
    min-height: 40px;
    font-size: 14px;
  }
  .sys_inp_wrap input[type=file].inp::file-selector-button {
    width: 80px;
    padding: 0 5px;
    margin-right: 10px;
    font-size: 14px;
  }
  .sys_inp_wrap select.inp {
    padding: 0 25px 0 15px;
    background-position: calc(100% - 15px) center;
  }
  .sys_inp_wrap textarea.inp {
    height: 100px;
    padding: 15px;
    border-radius: 10px;
  }
  .sys_inp_wrap .tri_inps {
    font-size: 14px;
  }
  .sys_inp_wrap .r_btn {
    width: 80px;
    height: 40px;
    font-size: 14px;
  }
  .sys_inp_wrap .inp_btn .inp {
    padding-right: 95px;
  }
  .sys_inp_wrap .addr_wrap {
    gap: 5px 0;
  }
  .sys_inp_wrap .label_wrap {
    gap: 10px 20px;
    min-height: 40px;
  }
  .sys_inp_wrap .file_line {
    gap: 0 5px;
  }
  .sys_inp_wrap .file_line .file_tit {
    width: 80px;
    height: 40px;
    font-size: 14px;
  }
  .sys_inp_wrap .file_line .file_img {
    height: 40px;
  }
  .sys_inp_wrap .file_add_wrap {
    gap: 5px 0;
  }
  .sys_inp_wrap .file_add_del .inp {
    padding-right: 40px !important;
  }
  .sys_inp_wrap .file_add_del .add_btn {
    width: 40px;
    height: 40px;
    background-size: 14px auto;
  }
  .sys_inp_wrap .file_add_del .del_btn {
    width: 40px;
    height: 40px;
    background-size: 14px auto;
  }
  .sys_inp_wrap .file_img {
    width: 80px;
    margin-bottom: 5px;
  }
  .sys_inp_wrap .file_link {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .sys_inp_wrap .file_desc {
    margin-top: 5px;
    font-size: 14px;
  }
  .sys_inp_wrap .date_box .inp {
    padding-right: 30px;
  }
  .sys_inp_wrap .date_box .ui-datepicker-trigger {
    right: 15px;
  }
  .sys_inp_wrap .kind_nursery_wrap {
    gap: 10px 30px;
  }
  .sys_inp_wrap .keyword_wrap {
    gap: 5px 0;
  }
  .sys_inp_wrap .keyword_wrap .t {
    font-size: 14px;
  }
  .sys_inp_wrap .keyword_wrap .sel_box .inp + .sel_tag {
    margin-top: 10px;
  }
  .sys_inp_wrap .keyword_wrap .sel_tag {
    gap: 5px 15px;
  }
  .sys_inp_wrap .keyword_wrap .sel_tag .tag {
    font-size: 14px;
  }
  .sys_inp_wrap .qna_wrap {
    gap: 10px 0;
  }
  .sys_inp_wrap .qna_wrap .q_txt {
    font-size: 14px;
  }
  .sys_inp_wrap .qna_wrap .q_txt + .inp_cont {
    margin-top: 2px;
  }
}
.sys_w {
  border-top: 1px solid #999;
}
.sys_w .s1_ico {
  color: #F47920;
}
.sys_w .line {
  display: flex;
  gap: 0 80px;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.sys_w .line.bdb0{border-bottom: 0;}
.sys_w .line.js_ca1_line {
  display: none;
}
.sys_w .line.js_ca1_line.act {
  display: flex;
}
.sys_w dl {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0 10px;
}
.sys_w dl dt {
  flex-shrink: 0;
  width: 150px;
  font-size: 20px;
  font-weight: bold;
}
.sys_w dl dt.desc_type {
  display: flex;
  gap: 0 25px;
  flex-wrap: wrap;
}
.sys_w dl dt.desc_type b {
  font-size: 16px;
  color: #F47920;
  font-weight: 300;
}
.sys_w dl dd {
  width: 100%;
  font-size: 18px;
}
.sys_w dl.w50p {
  width: calc(50% - 40px);
}
.sys_w dl.vert_type {
  flex-direction: column;
  gap: 20px 0;
  padding: 5px 0;
}
.sys_w dl.vert_type dt {
  width: 100%;
}
.sys_w .addr_wrap .inp_btn.w50p {
  width: calc(50% - 125px);
}
.sys_w.sys_inp_wrap dl.vert_type .label_wrap {
  min-height: auto;
}

@media (max-width: 1440px) {
  .sys_w .line {
    gap: 0 40px;
  }
  .sys_w dl dt {
    width: 120px;
    font-size: 18px;
  }
  .sys_w dl.w50p {
    width: calc(50% - 20px);
  }
  .sys_w .addr_wrap .inp_btn.w50p {
    width: calc(50% - 95px);
  }
}
@media (max-width: 1240px) {
  .sys_w .line {
    flex-direction: column;
    gap: 15px 0;
  }
  .sys_w .line dl + dl {
    padding-top: 15px;
    border-top: 1px solid #ddd;
  }
  .sys_w dl {
    width: 100% !important;
  }
  .sys_w .addr_wrap .inp_btn.w50p {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .sys_w dl {
    flex-direction: column;
    gap: 5px 0;
  }
  .sys_w dl dt {
    width: 100%;
    font-size: 14px;
  }
  .sys_w dl dt.desc_type {
    gap: 0 15px;
  }
  .sys_w dl dt.desc_type b {
    font-size: 14px;
  }
  .sys_w dl dd {
    font-size: 14px;
  }
  .sys_w dl.vert_type {
    gap: 5px 0;
    padding: 0;
  }
  .sys_w.sys_inp_wrap dl.vert_type .label_wrap {
    min-height: 40px;
  }
}
.sys_agree_wrap {
  margin-top: 60px;
}
.sys_agree_wrap .sys_agree_tit {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.sys_agree_wrap .sys_agree_tit b {
  font-weight: 300;
  color: #F47920;
}
.sys_agree_wrap .sys_agree_box {
  overflow-y: scroll;
  height: 300px;
  padding: 40px;
  border: 1px solid #ccc;
  border-radius: 15px;
}
.sys_agree_wrap .sys_agree_box > .txt {
  font-size: 16px;
}
.sys_agree_wrap .sys_agree_box > .txt .top_txt{margin-bottom: 25px;}
.sys_agree_wrap .sys_agree_box > .txt .txt+.txt{margin-top: 25px;}
.sys_agree_wrap .sys_agree_box > .txt b + pre{margin-top: 10px;}
.sys_agree_wrap .sys_agree_line {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.sys_agree_wrap.all_type {
  margin-top: 0;
  border-top: 1px solid #999;
}

@media (max-width: 620px) {
  .sys_agree_wrap {
    margin-top: 30px;
  }
  .sys_agree_wrap .sys_agree_tit {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .sys_agree_wrap .sys_agree_box {
    height: 200px;
    padding: 20px;
    border-radius: 10px;
  }
  .sys_agree_wrap .sys_agree_box > .txt {
    font-size: 14px;
  }
  .sys_agree_wrap .sys_agree_box > .txt .top_txt{margin-bottom: 15px;}
  .sys_agree_wrap .sys_agree_box > .txt .txt+.txt{margin-top: 15px;}
  .sys_agree_wrap .sys_agree_box > .txt b + pre{margin-top: 5px;}
  .sys_agree_wrap .sys_agree_line {
    padding: 10px 0;
  }
}
.sys_sbm_line {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 80px;
}
.sys_sbm_line .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 60px;
  border-radius: 50rem;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.sys_sbm_line .btn.wa {
  min-width: 180px;
  width: auto;
  padding: 0 25px;
}
.sys_sbm_line .btn.bg_style {
  color: #fff;
  background-color: #04B499 !important;
}
.sys_sbm_line .btn.line_style {
  border: 1px solid #999;
  color: #666;
  background-color: #fff;
}
.sys_sbm_line .btn.c1_line_style {
  border: 1px solid #04B499 !important;
  color: #04B499 !important;
}
.sys_sbm_line .btn.block_style {
  border: 1px solid #ccc;
  color: #999;
  background-color: #fafafa;
}

@media (max-width: 620px) {
  .sys_sbm_line {
    gap: 10px;
    margin-top: 40px;
  }
  .sys_sbm_line .btn {
    width: 120px;
    height: 50px;
    font-size: 16px;
  }
  .sys_sbm_line .btn.wa {
    min-width: 120px;
    padding: 0 20px;
  }
}
.inp_wrap .inp {
  display: inline-block;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  border-radius: 15px;
  font-size: 18px;
  color: #333;
  vertical-align: top;
  background-color: #fff;
}
.inp_wrap .inp::placeholder {
  font-size: 18px;
  color: #999;
}
.inp_wrap input[type=file].inp {
  overflow: hidden;
  padding: 0;
}
.inp_wrap input[type=file].inp::file-selector-button {
  padding: 0 10px;
  border: 0;
}
.inp_wrap select.inp {
  padding: 0 40px 0 30px;
  background-position: calc(100% - 30px) center;
}
.inp_wrap textarea.inp {
  height: 200px;
  padding: 30px;
}
.inp_wrap .tri_inps {
  display: flex;
  gap: 0 5px;
  align-items: center;
  font-size: 18px;
}
.inp_wrap .tri_inps .inp {
  width: calc((100% - 10px) / 3);
}
.inp_wrap .label_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 40px;
  min-height: 70px;
}
.inp_wrap .label_wrap.secret_type {
  padding: 0 30px;
}
.inp_wrap .label_wrap.secret_type .de_rdo.txt .t {
  font-weight: bold;
  color: #000;
}
.inp_wrap .file_link {
  margin-bottom: 10px;
  font-size: 18px;
}
.inp_wrap .file_desc {
  margin-top: 10px;
  font-size: 16px;
  color: #999;
}

@media (max-width: 1440px) {
  .inp_wrap .inp {
    padding: 0 20px;
  }
  .inp_wrap select.inp {
    padding: 0 30px 0 20px;
    background-position: calc(100% - 20px) center;
  }
  .inp_wrap textarea.inp {
    padding: 20px;
  }
  .inp_wrap .label_wrap.secret_type {
    padding: 0;
  }
}
@media (max-width: 620px) {
  .inp_wrap .inp {
    height: 50px;
    padding: 0 15px;
    border-radius: 10px;
    font-size: 14px;
  }
  .inp_wrap .inp::placeholder {
    font-size: 14px;
  }
  .inp_wrap input[type=file].inp::file-selector-button {
    padding: 0 5px;
  }
  .inp_wrap select.inp {
    padding: 0 25px 0 15px;
    background-position: calc(100% - 15px) center;
  }
  .inp_wrap textarea.inp {
    height: 150px;
    padding: 15px;
  }
  .inp_wrap .tri_inps {
    font-size: 14px;
  }
  .inp_wrap .label_wrap {
    gap: 10px 20px;
    min-height: 50px;
  }
  .inp_wrap .file_link {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .inp_wrap .file_desc {
    margin-top: 5px;
    font-size: 14px;
  }
}

.modal_wrap{position: fixed;top: 0;left: 0;z-index: 100;display: none;width: 100%;height: 100%;background-color: rgba(0,0,0,.2);}
.modal_wrap .mod{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);overflow: hidden;width: 1500px;border-radius: 15px;background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.1);}
.modal_wrap .mod .close_btn{z-index: 10;position: absolute;top: 15px;right: 15px;width: 25px;height: 25px;background-image: url(/src/img/ico/modal_close.svg);}
.modal_wrap .mod .mod_ovy{overflow-y: auto;max-height: 80vh;}
.modal_wrap .mod .mod_inner{padding: 65px 80px;}
.modal_wrap .mod .mod_tit{margin-bottom: 40px;font-size: 44px;font-weight: bold;text-align: center;color: #000;}
.modal_wrap.act{display: block;}

.modal_wrap .sys_agree_wrap{margin-top: 35px;}
.modal_wrap .sys_agree_wrap .sys_agree_tit{margin-bottom: 15px;font-size: 20px;}
.modal_wrap .sys_agree_wrap .sys_agree_box{border-radius: 5px;padding: 20px;height: 150px;}
.modal_wrap .sys_agree_wrap .sys_agree_line{padding: 15px 0 0;border-bottom: 0;}
.modal_wrap .sys_agree_wrap .sys_agree_line .de_cki i{border-radius: 5px;}
.modal_wrap .sys_agree_wrap .sys_agree_line .de_cki.txt .t{font-size: 16px;}
.modal_wrap .sys_sbm_line{margin-top: 60px;gap: 15px;}

.modal_inp_wrap .inp{display: inline-block;width: 100%;height: 50px;padding: 0 20px;border-radius: 5px;vertical-align: top;font-size: 16px;background-color: #fafafa;}
.modal_inp_wrap .inp::placeholder{color: #888;}
.modal_inp_wrap textarea.inp{height: 100px;padding: 20px;}

.modal_wrap.v_sms_modal .mod{width: 600px;}
.modal_wrap.v_sms_modal .mod .mod_inner{padding: 45px 50px;}
.modal_wrap.v_sms_modal .mod .mod_tit{margin-bottom: 30px;padding-bottom: 30px;border-bottom: 1px solid #ddd;font-size: 26px;}
.modal_wrap.v_sms_modal .v_sms_w{display: flex;flex-direction: column;gap: 10px 0;}

@media (max-width: 1540px){
  .modal_wrap .mod{width: 1400px;}
}
@media (max-width: 1440px){
  .modal_wrap .mod{width: 90% !important;}
  .modal_wrap .mod .mod_inner{padding: 65px 50px;}
}
@media (max-width: 620px){
  .modal_wrap .mod{border-radius: 10px;}
  .modal_wrap .mod .close_btn{top: 10px;right: 10px;}
  .modal_wrap .mod .mod_inner{padding: 30px 25px;}
  .modal_wrap .mod .mod_tit{margin-bottom: 20px;font-size: 22px;}

  .modal_wrap .sys_agree_wrap{margin-top: 20px;}
  .modal_wrap .sys_agree_wrap .sys_agree_tit{margin-bottom: 10px;font-size: 16px;}
  .modal_wrap .sys_agree_wrap .sys_agree_box{padding: 10px;height: 100px;}
  .modal_wrap .sys_agree_wrap .sys_agree_line{padding: 10px 0 0;}
  .modal_wrap .sys_agree_wrap .sys_agree_line .de_cki.txt .t{font-size: 14px;}
  .modal_wrap .sys_sbm_line{margin-top: 30px;gap: 10px;}
  
  .modal_inp_wrap .inp{height: 40px;padding: 0 15px;font-size: 14px;}
  .modal_inp_wrap textarea.inp{padding: 15px;}
  
  .modal_wrap.v_sms_modal .mod .mod_inner{padding: 20px 25px;}
  .modal_wrap.v_sms_modal .mod .mod_tit{margin-bottom: 15px;padding-bottom: 15px;font-size: 18px;}
  .modal_wrap.v_sms_modal .v_sms_w{gap: 5px 0;}
}

@keyframes hd_logo1_ani {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hd_logo2_ani {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#header .hd_logo {
  position: relative;
  background-image: none;
}
#header .hd_logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  animation: hd_logo1_ani 3s infinite;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-image: url(/src/img/logo1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
#header .hd_logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  animation: hd_logo2_ani 3s infinite;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-image: url(/src/img/logo2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
#header .hd_logo > a {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

#header {
  padding-top: 110px;
}
#header .hd_wrap {
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#header .hd_wrap .hd_container {
  padding: 0 40px;
}
#header .hd_wrap .hd {
  z-index: 35;
  position: relative;
  display: flex;
  align-items: center;
  height: 110px;
  background-color: #fff;
}
#header .hd_wrap .hd .hd_r {
  display: flex;
  align-items: center;
  gap: 0 40px;
  margin-left: auto;
}
#header .hd_wrap .gnb {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#header .hd_wrap .gnb > ul {
  display: flex;
}
#header .hd_wrap .gnb > ul > li {
  width: 150px;
  height: 110px;
}
#header .hd_wrap .gnb > ul > li .t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#header .hd_wrap .gnb_box {
  transition: top 0.5s ease-in-out;
  z-index: 30;
  position: absolute;
  top: -365px;
  left: 0;
  width: 100%;
  background-color: #F6FAFA;
  background-image: url(/src/img/gnb_box_bg.png);
  background-position: 40px bottom;
  background-repeat: no-repeat;
}
#header .hd_wrap .gnb_box .box_inner {
  overflow-y: auto;
  height: 365px;
  max-height: calc(100vh - 110px);
  padding: 75px 0;
  text-align: center;
}
#header .hd_wrap .gnb_box .gnb_dep2 {
  display: inline-block;
}
#header .hd_wrap .gnb_box .gnb_dep2 > ul {
  display: inline-flex;
}
#header .hd_wrap .gnb_box .gnb_dep2 > ul > li {
  width: 150px;
}
#header .hd_wrap .gnb_box .gnb_dep2 > ul > li .t2 {
  display: block;
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
}
#header .hd_wrap .gnb_box .gnb_dep2 > ul > li .t2 .t {
  position: relative;
}
#header .hd_wrap .gnb_box .gnb_dep2 > ul > li .t2 .t::before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #04B499;
}
#header .hd_wrap .gnb_box .gnb_dep2 > ul > li .t2 + .t2 {
  margin-top: 5px;
}
#header .hd_wrap.gnb_act .gnb_box {
  top: 109px;
}
#header .hd_wrap .mem_btns {
  display: flex;
  gap: 0 10px;
}
#header .hd_wrap .mem_btns .mem_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50rem;
  text-align: center;
}
#header .hd_wrap .mem_btns .mem_btn .ico {
  display: block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#header .hd_wrap .mem_btns .mem_btn .t1 {
  font-size: 16px;
  font-weight: bold;
}
#header .hd_wrap .mem_btns .mem_btn.login_btn {
  width: 130px;
  background: #00AEEF;
  background: linear-gradient(90deg, rgb(0, 174, 239) 0%, rgb(4, 180, 152) 30%, rgb(94, 187, 71) 50%, rgb(244, 121, 32) 100%);
}
#header .hd_wrap .mem_btns .mem_btn.login_btn .t1 {
  color: #fff;
}
#header .hd_wrap .mem_btns .mem_btn.my_btn {
  background-color: #04B499;
}
#header .hd_wrap .mem_btns .mem_btn.my_btn .ico {
  background-image: url(/src/img/ico/hd_mem_my.svg);
}
#header .hd_wrap .mem_btns .mem_btn.my_btn .t1 {
  display: none;
}
#header .hd_wrap .mem_btns .mem_btn.home_btn {
  border: 1px solid #999;
}
#header .hd_wrap .mem_btns .mem_btn.home_btn .ico {
  background-image: url(/src/img/ico/hd_mem_home.svg);
}
#header .hd_wrap .mem_btns .mem_btn.home_btn .t1 {
  display: none;
}
#header .hd_wrap .menu_btn {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/src/img/ico/hd_menu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (hover: hover) {
  #header .hd_wrap .gnb_box .gnb_dep2 > ul > li .t2:hover .t {
    transition: padding-left 0.3s;
    padding-left: 12px;
    color: #04B499;
    font-weight: bold;
  }
  #header .hd_wrap .gnb_box .gnb_dep2 > ul > li .t2:hover .t::before {
    transition: opacity 0.3s;
    opacity: 1;
  }
}
@media screen and (max-width: 1740px) {
  #header .hd_wrap .hd .hd_r {
    gap: 0 20px;
  }
  #header .hd_wrap .mem_btns {
    gap: 0 7px;
  }
  #header .hd_wrap .mem_btns .mem_btn.login_btn {
    width: 100px;
  }
}
@media screen and (max-width: 1640px) {
  #header {
    padding-top: 90px;
  }
  #header .hd_wrap .hd {
    height: 90px;
  }
  #header .hd_wrap .gnb > ul > li {
    width: 120px;
    height: 90px;
  }
  #header .hd_wrap .gnb > ul > li .t1 {
    font-size: 16px;
  }
  #header .hd_wrap .gnb_box .box_inner {
    max-height: calc(100vh - 90px);
    padding: 45px 0;
  }
  #header .hd_wrap .gnb_box .gnb_dep2 > ul > li {
    width: 120px;
  }
  #header .hd_wrap .gnb_box .gnb_dep2 > ul > li .t2 {
    font-size: 14px;
  }
  #header .hd_wrap .gnb_box .gnb_dep2 > ul > li .t2 .t::before {
    top: 5px;
  }
  #header .hd_wrap.gnb_act .gnb_box {
    top: 89px;
  }
}
@media (max-width: 1440px) {
  #header .hd_wrap .hd_container {
    padding: 0 5%;
  }
  #header .hd_wrap .gnb {
    display: none;
  }
  #header .hd_wrap .gnb_box {
    display: none;
  }
}
@media (max-width: 620px) {
  #header {
    padding-top: 60px;
  }
  #header .hd_wrap .hd {
    height: 60px;
  }
  #header .hd_wrap .hd .hd_r {
    gap: 0 10px;
  }
  #header .hd_wrap .mem_btns {
    gap: 0 5px;
  }
  #header .hd_wrap .mem_btns .mem_btn {
    width: 33px;
    height: 33px;
  }
  #header .hd_wrap .mem_btns .mem_btn .ico {
    width: 12px;
    height: 12px;
  }
  #header .hd_wrap .mem_btns .mem_btn .t1 {
    font-size: 12px;
  }
  #header .hd_wrap .mem_btns .mem_btn.login_btn {
    width: 60px;
  }
  #header .hd_wrap .mem_btns .mem_btn.home_btn {
    display: none;
  }
  #header .hd_wrap .menu_btn {
    width: 23px;
    height: 23px;
  }
}
#header .all_menu_modal {
  z-index: 100;
  transition: top 0.3s;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
}
#header .all_menu_modal .mod {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#header .all_menu_modal .mod .mod_l {
  width: 100%;
  height: 100%;
  padding: 60px;
}
#header .all_menu_modal .mod .mod_r {
  flex-shrink: 0;
  width: 1170px;
  height: 100%;
  background-color: #F6FAFA;
}
#header .all_menu_modal .mod .l_img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
#header .all_menu_modal .mod .l_img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#header .all_menu_modal .mod .mod_hd {
  height: 0;
  position: relative;
}
#header .all_menu_modal .mod .mod_hd .mod_hd_l {
  display: none;
}
#header .all_menu_modal .mod .mod_hd .mod_hd_r {
  position: absolute;
  right: 40px;
  top: 40px;
}
#header .all_menu_modal .mod .mod_hd .close_btn {
  width: 30px;
  height: 30px;
  background-image: url(/src/img/ico/all_menu_close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#header .all_menu_modal .mod .mod_body {
  overflow-y: auto;
  height: 100vh;
  padding: 110px 135px 60px;
}
#header .all_menu_modal .mod .m_mem_btns {
  display: none;
  padding: 25px 5%;
  border-top: 1px solid #ddd;
  font-size: 0;
  background-color: #fff;
}
#header .all_menu_modal .mod .m_mem_btns .mem_btn {
  display: inline-block;
  margin: -5px 0;
  padding: 5px 0;
  font-size: 20px;
  line-height: 150%;
}
#header .all_menu_modal .mod .m_mem_btns .mem_btn::after {
  content: "";
  display: inline-block;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 15px 2px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #ddd;
}
#header .all_menu_modal .mod .m_mem_btns .mem_btn:last-child::after {
  display: none;
}
#header .all_menu_modal .mod .menu > ul {
  display: flex;
  gap: 30px 100px;
  flex-wrap: wrap;
}
#header .all_menu_modal .mod .menu > ul > li {
  width: calc(50% - 50px);
}
#header .all_menu_modal .mod .menu > ul > li .t1 {
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px;
  border: 1px solid #04B499;
  border-radius: 15px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #04B499;
  background-color: #fff;
}
#header .all_menu_modal .mod .menu > ul > li .t1.m_t1 {
  display: none;
}
#header .all_menu_modal .mod .menu .dep2 {
  margin-top: 15px;
}
#header .all_menu_modal .mod .menu .dep2 > ul > li .t2 {
  display: block;width: 100%;
  padding: 5px 0;
  font-size: 20px;
  text-align: center;
}
#header .all_menu_modal .mod .menu .dep2 > ul > li .t2::before {
  content: "";
  transition: all 0.3s;
  opacity: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 8px 4px -16px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #04B499 !important;
}
#header .all_menu_modal .mod .menu .dep2 > ul > li + li {
  margin-top: 5px;
}
#header .all_menu_modal .mod .m_b_line {
  display: none;
  gap: 0 20px;
  margin-top: auto;
  padding-top: 40px;
}
#header .all_menu_modal .mod .m_b_line .side_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 310px;
  height: 70px;
  padding: 0 25px;
  border-radius: 50rem;
}
#header .all_menu_modal .mod .m_b_line .side_btn .ico {
  flex-shrink: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#header .all_menu_modal .mod .m_b_line .side_btn .t1 {
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 120%;
}
#header .all_menu_modal .mod .m_b_line .side_btn.inst_side_btn {
  background: #00AEEF;
}
#header .all_menu_modal .mod .m_b_line .side_btn.inst_side_btn .ico {
  background-image: url(/src/img/ico/side_menu_instinfo.svg);
}
#header .all_menu_modal .mod .m_b_line .side_btn.parent_side_btn {
  background-color: #F47920;
}
#header .all_menu_modal .mod .m_b_line .side_btn.parent_side_btn .ico {
  background-image: url(/src/img/ico/side_menu_parentinfo.svg);
}
#header .all_menu_modal.act {
  top: 0;
}

@media (hover: hover) {
  #header .all_menu_modal .mod .menu > ul > li:hover .t1 {
    color: #fff;
    background-color: #04B499;
  }
  #header .all_menu_modal .mod .menu .dep2 > ul > li:hover .t2 {
    font-weight: bold;
    color: #04B499;
  }
  #header .all_menu_modal .mod .menu .dep2 > ul > li:hover .t2::before {
    opacity: 1;
    margin-left: 0;
  }
}
@media screen and (max-width: 1640px) {
  #header .all_menu_modal .mod .mod_l {
    padding: 30px;
  }
  #header .all_menu_modal .mod .mod_r {
    width: 900px;
  }
  #header .all_menu_modal .mod .mod_hd .mod_hd_r {
    top: 30px;
  }
  #header .all_menu_modal .mod .mod_body {
    padding: 90px 60px 30px;
  }
  #header .all_menu_modal .mod .menu > ul {
    gap: 30px;
  }
  #header .all_menu_modal .mod .menu > ul > li {
    width: calc(50% - 15px);
  }
}
@media (max-width: 1440px) {
  #header .all_menu_modal .mod .mod_hd .mod_hd_r {
    right: 5vw;
  }
}
@media (max-width: 1240px) {
  #header .all_menu_modal .mod .mod_l {
    flex-shrink: 0;
    width: 300px;
  }
  #header .all_menu_modal .mod .mod_r {
    flex-shrink: 1;
    width: 100%;
  }
}
@media (max-width: 991px) {
  #header .all_menu_modal .mod .mod_l {
    display: none;
  }
  #header .all_menu_modal .mod .mod_hd {
    display: flex;
    align-items: center;
    height: 90px;
    padding: 0 5%;
  }
  #header .all_menu_modal .mod .mod_hd .mod_hd_l {
    display: block;
  }
  #header .all_menu_modal .mod .mod_hd .mod_hd_r {
    position: static;
    margin-left: auto;
  }
  #header .all_menu_modal .mod .mod_body {
    display: flex;
    flex-direction: column;
    height: calc(100% - 90px);
    padding: 0 0 60px;
  }
  #header .all_menu_modal .mod .m_mem_btns {
    display: block;
  }
  #header .all_menu_modal .mod .menu {
    border-top: 1px solid #ddd;
  }
  #header .all_menu_modal .mod .menu > ul {
    display: block;
  }
  #header .all_menu_modal .mod .menu > ul > li {
    width: 100%;
  }
  #header .all_menu_modal .mod .menu > ul > li .t1 {
    justify-content: start;
    height: 120px;
    padding: 0 5%;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    font-size: 34px;
    color: #000 !important;
    text-align: left;
    background-color: transparent !important;
  }
  #header .all_menu_modal .mod .menu > ul > li .t1.m_arrow {
    position: relative;
    padding-right: calc(5% + 30px);
  }
  #header .all_menu_modal .mod .menu > ul > li .t1.m_arrow::after {
    content: "";
    transition: transform 0.3s;
    position: absolute;
    right: 5%;
    top: calc(50% - 13px);
    width: 26px;
    height: 26px;
    background-image: url(/src/img/ico/all_menu_m_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #header .all_menu_modal .mod .menu > ul > li .t1.pc_t1 {
    display: none;
  }
  #header .all_menu_modal .mod .menu > ul > li .t1.m_t1 {
    display: flex;
  }
  #header .all_menu_modal .mod .menu > ul > li .dep2 {
    display: none;
  }
  #header .all_menu_modal .mod .menu > ul > li.act .t1.m_arrow::after {
    transform: scaleY(-1);
  }
  #header .all_menu_modal .mod .menu > ul > li.act .dep2 {
    display: block;
  }
  #header .all_menu_modal .mod .menu .dep2 {
    margin-top: 0;
    padding: 30px 5%;
    border-bottom: 1px solid #ddd;
  }
  #header .all_menu_modal .mod .menu .dep2 > ul > li .t2 {
    text-align: left;
    font-weight: 300 !important;
    color: #333 !important;
  }
  #header .all_menu_modal .mod .menu .dep2 > ul > li .t2::before {
    display: none;
  }
  #header .all_menu_modal .mod .menu .dep2 > ul > li + li {
    margin-top: 10px;
  }
  #header .all_menu_modal .mod .m_b_line {
    display: flex;
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media (max-width: 620px) {
  #header .all_menu_modal .mod .mod_hd {
    height: 60px;
  }
  #header .all_menu_modal .mod .mod_hd .close_btn {
    width: 23px;
    height: 23px;
  }
  #header .all_menu_modal .mod .mod_body {
    height: calc(100% - 60px);
    padding-bottom: 55px;
  }
  #header .all_menu_modal .mod .m_mem_btns {
    padding: 20px 5%;
  }
  #header .all_menu_modal .mod .m_mem_btns .mem_btn {
    font-size: 18px;
  }
  #header .all_menu_modal .mod .m_mem_btns .mem_btn::after {
    margin: 0 10px 2px;
  }
  #header .all_menu_modal .mod .menu > ul > li .t1 {
    height: 76px;
    font-size: 22px;
  }
  #header .all_menu_modal .mod .menu > ul > li .t1.m_arrow {
    padding-right: calc(5% + 20px);
  }
  #header .all_menu_modal .mod .menu > ul > li .t1.m_arrow::after {
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
  }
  #header .all_menu_modal .mod .menu > ul > li .t1.pc_t1 {
    display: none;
  }
  #header .all_menu_modal .mod .menu > ul > li .t1.m_t1 {
    display: flex;
  }
  #header .all_menu_modal .mod .menu .dep2 {
    padding: 20px 5%;
  }
  #header .all_menu_modal .mod .menu .dep2 > ul > li .t2 {
    font-size: 18px;
  }
  #header .all_menu_modal .mod .menu .dep2 > ul > li + li {
    margin-top: 5px;
  }
  #header .all_menu_modal .mod .m_b_line {
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 35px;
  }
  #header .all_menu_modal .mod .m_b_line .side_btn {
    width: 280px;
    height: 45px;
    padding: 0 20px;
  }
  #header .all_menu_modal .mod .m_b_line .side_btn .ico {
    margin-right: 8px;
  }
  #header .all_menu_modal .mod .m_b_line .side_btn .t1 {
    font-size: 16px;
  }
}
#header.white_type .hd_wrap {
  border-bottom: 1px solid #eee;
}

.side_menu {
  z-index: 10;
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.side_menu > ul > li + li {
  margin-top: 5px;
}
.side_menu .side_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
}
.side_menu .side_btn .ico {
  display: block;
  width: 25px;
  height: 25px;
  margin-bottom: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.side_menu .side_btn .t1 {
  font-size: 12px;
  font-weight: bold;
  line-height: 140%;
}
.side_menu .inst_info_type .side_btn {
  background-color: #00AEEF;
}
.side_menu .inst_info_type .side_btn .ico {
  background-image: url(/src/img/ico/side_menu_instinfo.svg);
}
.side_menu .inst_info_type .side_btn .t1 {
  color: #fff;
}
.side_menu .parent_info_type .side_btn {
  background-color: #F47920;
}
.side_menu .parent_info_type .side_btn .ico {
  background-image: url(/src/img/ico/side_menu_parentinfo.svg);
}
.side_menu .parent_info_type .side_btn .t1 {
  color: #fff;
}
.side_menu .top_type .side_btn {
  border: 1px solid #999;
  background-color: #fff;
}
.side_menu .top_type .side_btn .t1 {
  font-size: 20px;
  color: #666;
}

@media (max-width: 620px) {
  .side_menu {
    right: 10px;
  }
  .side_menu > ul > li + li {
    margin-top: 3px;
  }
  .side_menu .side_btn {
    width: 55px;
    height: 55px;
  }
  .side_menu .side_btn .ico {
    display: none;
  }
  .side_menu .side_btn .t1 {
    font-size: 11px;
  }
  .side_menu .inst_info_type {
    display: none;
  }
  .side_menu .parent_info_type {
    display: none;
  }
  .side_menu .top_type .side_btn .t1 {
    font-size: 16px;
  }
}
.deny_email_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.deny_email_modal .mod {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  width: 90%;
  max-width: 735px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.deny_email_modal .mod .close_btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  background-image: url(/src/img/ico/modal_close.svg);
}
.deny_email_modal .mod .mod_ovy {
  overflow-y: auto;
  max-height: 80vh;
}
.deny_email_modal .mod .mod_inner {
  padding: 45px 50px;
}
.deny_email_modal .mod .mod_tit {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.deny_email_modal .mod .mod_cont {
  padding: 35px;
  border-radius: 15px;
  text-align: center;
  background-color: #fafafa;
}
.deny_email_modal .mod .mod_cont .t1 {
  font-size: 18px;
}
.deny_email_modal.act {
  display: block;
}

@media (max-width: 620px) {
  .deny_email_modal .mod {
    border-radius: 10px;
  }
  .deny_email_modal .mod .close_btn {
    top: 10px;
    right: 10px;
  }
  .deny_email_modal .mod .mod_inner {
    padding: 20px 25px;
  }
  .deny_email_modal .mod .mod_tit {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .deny_email_modal .mod .mod_cont {
    padding: 15px;
    border-radius: 10px;
  }
  .deny_email_modal .mod .mod_cont .t1 {
    font-size: 14px;
  }
}
.main_page{overflow: hidden;}
.main_page .main_visual {
  position: relative;
  width: calc(100% - 80px);
  margin: 0 auto;
}
.main_page .main_visual .main_mask {
  overflow: hidden;
  border-radius: 20px;
}
.main_page .main_visual .main_mask .item {
  position: relative;
  height: 784px;
}
.main_page .main_visual .main_mask .item .bg {
  width: 100%;
  height: 100%;
}
.main_page .main_visual .main_mask .item .bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main_page .main_visual .main_mask .item .txt {
  position: absolute;
  top: 170px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  min-height: 350px;
}
.main_page .main_visual .main_mask .item .txt p {
  line-height: 140%;
}
.main_page .main_visual .main_mask .item .txt .top_txt {
  width: 100%;
}
.main_page .main_visual .main_mask .item .txt .top_txt .t1 {
  font-size: 26px;
  color: #fff;
}
.main_page .main_visual .main_mask .item .txt .top_txt .t1 + .t2 {
  margin-top: 20px;
}
.main_page .main_visual .main_mask .item .txt .top_txt .t2 {
  font-size: 52px;
  font-weight: bold;
  color: #fff;
}
.main_page .main_visual .main_mask .item .txt .bottom_txt {
  width: 100%;
  margin-top: auto;
  padding-top: 40px;
}
.main_page .main_visual .main_mask .item .txt .bottom_txt .t1 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.main_page .main_visual .main_mask .item .txt .bottom_txt .t1 + .t2 {
  margin-top: 20px;
}
.main_page .main_visual .main_mask .item .txt .bottom_txt .t2 {
  font-size: 20px;
  color: #fff;
}
.main_page .main_visual .slide_control {
  z-index: 5;
  position: absolute;
  bottom: 220px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0 20px;
  align-items: center;
}
.main_page .main_visual .slide_control.dn {
  display: none;
}
.main_page .main_visual .slide_control .page {
  display: flex;
  gap: 0 10px;
  align-items: center;
}
.main_page .main_visual .slide_control .page .num {
  display: inline-block;
  width: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.main_page .main_visual .slide_control .page .progress {
  position: relative;
  overflow: hidden;
  width: 140px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.2);
}
.main_page .main_visual .slide_control .page .progress .swiper-pagination-progressbar-fill {
  background-color: #fff;
}
.main_page .main_visual .slide_control .arrow_btns {
  display: flex;
}
.main_page .main_visual .slide_control .arrow_btns .arrow_btn {
  width: 20px;
  height: 20px;
  background-image: url(/src/img/ico/main_visual_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.main_page .main_visual .slide_control .arrow_btns .arrow_btn.next {
  transform: scaleX(-1);
}

@media screen and (max-width: 1640px) {
  .main_page .main_visual .container {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 1240px) {
  .main_page .main_visual .main_mask .item .txt {
    min-height: 280px;
    text-align: center;
  }
  .main_page .main_visual .main_mask .item .txt .top_txt .t1 {
    font-size: 22px;
  }
  .main_page .main_visual .main_mask .item .txt .top_txt .t1 + .t2 {
    margin-top: 15px;
  }
  .main_page .main_visual .main_mask .item .txt .top_txt .t2 {
    font-size: 30px;
  }
  .main_page .main_visual .main_mask .item .txt .bottom_txt .t1 {
    font-size: 26px;
  }
  .main_page .main_visual .main_mask .item .txt .bottom_txt .t1 + .t2 {
    margin-top: 15px;
  }
  .main_page .main_visual .main_mask .item .txt .bottom_txt .t2 {
    font-size: 18px;
  }
  .main_page .main_visual .slide_control{justify-content: center;}
}
@media (max-width: 620px) {
  .main_page .main_visual {
    width: 90%;
  }
  .main_page .main_visual .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .main_page .main_visual .main_mask {
    border-radius: 10px;
  }
  .main_page .main_visual .main_mask .item {
    height: 380px;
  }
  .main_page .main_visual .main_mask .item .txt {
    top: 60px;
    min-height: auto;
  }
  .main_page .main_visual .main_mask .item .txt .top_txt .t1 {
    font-size: 18px;
  }
  .main_page .main_visual .main_mask .item .txt .top_txt .t1 + .t2 {
    margin-top: 5px;
  }
  .main_page .main_visual .main_mask .item .txt .top_txt .t2 {
    font-size: 24px;
  }
  .main_page .main_visual .main_mask .item .txt .bottom_txt {
    padding-top: 20px;
  }
  .main_page .main_visual .main_mask .item .txt .bottom_txt .t1 {
    font-size: 20px;
  }
  .main_page .main_visual .main_mask .item .txt .bottom_txt .t1 + .t2 {
    margin-top: 5px;
  }
  .main_page .main_visual .main_mask .item .txt .bottom_txt .t2 {
    font-size: 16px;
  }
  .main_page .main_visual .slide_control {
    bottom: 50px;
    display: flex;
    gap: 0 10px;
  }
  .main_page .main_visual .slide_control .page {
    gap: 0 5px;
  }
  .main_page .main_visual .slide_control .page .num {
    font-size: 14px;
  }
  .main_page .main_visual .slide_control .page .progress {
    width: 90px;
  }
}
@media (max-width: 380px){
  .main_page .main_visual .main_mask .item .txt{top: 30px;}
}
.main_page .main_sch {
  display: flex;
  gap: 0 20px;
  margin-top: -80px;
}
.main_page .main_sch .main_opt {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 160px;
  padding: 40px 60px;
  border-radius: 50rem;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.main_page .main_sch .main_opt .sch_sel {
  width: 100%;
  height: 60px;
  padding: 0 30px 0 20px;
  border: 1px solid #999;
  border-radius: 50rem;
  font-size: 18px;
  color: #666;
  background-position: calc(100% - 20px) center;
}
.main_page .main_sch .main_opt .sch_inp {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 0;
  border-radius: 50rem;
  font-size: 18px;
  background-color: #fafafa;
}
.main_page .main_sch .main_opt .sch_inp::placeholder {
  font-size: 18px;
  color: #797979;
}
.main_page .main_sch .main_opt > .sch_sel{flex-shrink: 0;width: 150px;}
.main_page .main_sch .main_opt .sido_wrap {
  flex-shrink: 0;
  display: flex;
  gap: 10px;
  width: 530px;
}
.main_page .main_sch .main_opt .s_btn {
  flex-shrink: 0;
  display: flex;
  gap: 0 8px;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 60px;
  border-radius: 50rem;
  background-color: #04B499;
}
.main_page .main_sch .main_opt .s_btn .t {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}
.main_page .main_sch .main_opt .s_btn::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/src/img/ico/main_sch_sbm.svg);
  background-size: cover;
}
.main_page .main_sch .open_btn {
  position: relative;
  z-index: 5;
  flex-shrink: 0;
  display: flex;
  gap: 10px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #04B499;
}
.main_page .main_sch .open_btn::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background-image: url(/src/img/ico/main_sch_open.svg);
  background-size: cover;
}
.main_page .main_sch .open_btn .t {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.main_page .main_sch .main_opt_modal {
  z-index: 40;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.main_page .main_sch .main_opt_modal .mod {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1500px;
  border-radius: 20px;
  background-color: #fff;
}
.main_page .main_sch .main_opt_modal .mod .close_btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  background-image: url(/src/img/ico/modal_close.svg);
}
.main_page .main_sch .main_opt_modal .mod_inner {
  padding: 70px 80px;
}
.main_page .main_sch .main_opt_modal .mod_ovy {
  overflow-y: auto;
  height: 80vh;
}
.main_page .main_sch .main_opt_modal .mod_tit {
  font-size: 44px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.main_page .main_sch .main_opt_modal .mod_tit_line {
  margin-bottom: 40px;
}

@media (max-width: 1540px) {
  .main_page .main_sch .main_opt {
    padding: 40px;
  }
  .main_page .main_sch .main_opt .sido_wrap {
    gap: 5px;
    width: 500px;
  }
  .main_page .main_sch .main_opt .s_btn {
    width: 100px;
  }
  .main_page .main_sch .main_opt .s_btn .m_dn {
    display: none;
  }
  .main_page .main_sch .main_opt_modal .mod {
    width: 90%;
  }
}
@media (max-width: 1240px) {
  .main_page .main_sch {
    display: block;
  }
  .main_page .main_sch .main_opt {
    flex-wrap: wrap;
    min-height: auto;
    border-radius: 20px;
  }
  .main_page .main_sch .main_opt .sch_inp {
    width: calc(100% - 110px);
  }
  .main_page .main_sch .main_opt > .sch_sel{width: 100%;}
  .main_page .main_sch .main_opt .sido_wrap {
    gap: 10px;
    width: 100%;
  }
  .main_page .main_sch .open_btn {
    flex-direction: row;
    gap: 0 8px;
    width: calc(100% - 80px);
    height: 60px;
    margin: -30px auto 0;
    border-radius: 50rem;
  }
  .main_page .main_sch .open_btn::before {
    width: 24px;
    height: 24px;
  }
  .main_page .main_sch .main_opt_modal .mod {
    width: 95%;
  }
  .main_page .main_sch .main_opt_modal .mod_inner {
    padding: 60px 40px;
  }
}
@media (max-width: 620px) {
  .main_page .main_sch {
    margin-top: -30px;
  }
  .main_page .main_sch .main_opt {
    gap: 10px 5px;
    padding: 30px 20px;
    border-radius: 10px;
  }
  .main_page .main_sch .main_opt .sch_sel {
    height: 40px;
    padding: 0 20px 0 10px;
    font-size: 14px;
    background-position: calc(100% - 10px) center;
  }
  .main_page .main_sch .main_opt .sch_inp {
    width: calc(100% - 85px);
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }
  .main_page .main_sch .main_opt .sch_inp::placeholder {
    font-size: 14px;
  }
  .main_page .main_sch .main_opt .sido_wrap {
    gap: 5px;
  }
  .main_page .main_sch .main_opt .s_btn {
    gap: 0 5px;
    width: 80px;
    height: 40px;
  }
  .main_page .main_sch .main_opt .s_btn .t {
    font-size: 14px;
  }
  .main_page .main_sch .main_opt .s_btn::after {
    width: 20px;
    height: 20px;
  }
  .main_page .main_sch .open_btn {
    gap: 0 5px;
    width: calc(100% - 40px);
    height: 40px;
    margin: -20px auto 0;
  }
  .main_page .main_sch .open_btn::before {
    width: 20px;
    height: 20px;
  }
  .main_page .main_sch .open_btn .t {
    font-size: 14px;
  }
  .main_page .main_sch .main_opt_modal .mod {
    border-radius: 10px;
  }
  .main_page .main_sch .main_opt_modal .mod .close_btn {
    top: 10px;
    right: 10px;
  }
  .main_page .main_sch .main_opt_modal .mod_inner {
    padding: 40px 20px;
  }
  .main_page .main_sch .main_opt_modal .mod_tit {
    font-size: 22px;
  }
  .main_page .main_sch .main_opt_modal .mod_tit_line {
    margin-bottom: 20px;
  }
}
.main_page .mid_bg {
  margin-top: 120px;
  padding-bottom: 140px;
  background-image: url(/src/img/main_mid_bg.png);
  background-size: cover;
  background-position: top center;
}
.main_page .mid_bg section + section {
  margin-top: 140px;
}

@media (max-width: 620px) {
  .main_page .mid_bg {
    margin-top: 60px;
    padding-bottom: 70px;
  }
  .main_page .mid_bg section + section {
    margin-top: 70px;
  }
}
.main_page .main_reco .tit_line {
  margin-bottom: 50px;
}
.main_page .main_reco .sect_tit {
  font-size: 44px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.main_page .main_reco .sect_tit b {
  color: #04B499;
}
.main_page .main_reco .sect_tit+.sect_desc{margin-top: 10px;}
.main_page .main_reco .sect_desc{font-size: 22px;text-align: center;}

@media (max-width: 620px) {
  .main_page .main_reco .tit_line {
    margin-bottom: 25px;
  }
  .main_page .main_reco .sect_tit {
    font-size: 22px;
  }
  .main_page .main_reco .sect_tit+.sect_desc{margin-top: 5px;}
  .main_page .main_reco .sect_desc{font-size: 16px;}
}

.main_page .main_reco.empty_type + .main_ad{margin-top: 70px;}
@media (max-width: 620px){
  .main_page .main_reco.empty_type + .main_ad{margin-top: 35px;}
}


.main_page .main_ad .tit_line {
  margin-bottom: 50px;
}
.main_page .main_ad .sect_tit {
  font-size: 44px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.main_page .main_ad .sect_tit b {
  color: #04B499;
}
.main_page .main_ad .sect_tit+.sect_desc{margin-top: 10px;}
.main_page .main_ad .sect_desc{font-size: 22px;text-align: center;}
.main_page .main_ad .ad_tab_btns {
  margin-bottom: 50px;
}
.main_page .main_ad .ad_tab_btns > ul {
  display: flex;
  gap: 5px;
  justify-content: center;
}
.main_page .main_ad .ad_tab_btns > ul > li {
  width: 200px;
}
.main_page .main_ad .ad_tab_btns > ul > li .t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  height: 100%;
  border: 1px solid #999;
  border-radius: 50rem;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #999;
  background-color: #fff;
}
.main_page .main_ad .ad_tab_btns > ul > li.act .t1 {
  border: 1px solid #04B499;
  color: #fff;
  background-color: #04B499;
}
.main_page .main_ad .ad_inner {
  display: flex;
  gap: 40px;
}
.main_page .main_ad .ad_inner .l_cont {
  width: calc(50% - 20px);
}
.main_page .main_ad .ad_inner .r_cont {
  width: calc(50% - 20px);
}
.main_page .main_ad .main_ad_slide {
  position: relative;
}
.main_page .main_ad .main_ad_slide .main_ad_mask {
  overflow: hidden;
  position: relative;
}
.main_page .main_ad .main_ad_slide .main_ad_mask .item .img .thum_img {
  overflow: hidden;
  aspect-ratio: 730/527;
  display: block;
  border-radius: 20px;
}
.main_page .main_ad .main_ad_slide .main_ad_mask .item .img .thum_img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main_page .main_ad .main_ad_slide .main_ad_mask .item .img + .txt {
  margin-top: 30px;
}
.main_page .main_ad .main_ad_slide .main_ad_mask .item .tit {
  display: flex;
  align-items: start;
  font-size: 34px;
  font-weight: bold;
  color: #000;
}
.main_page .main_ad .main_ad_slide .main_ad_mask .item .tit .interest_btn {
  margin-top: 10px;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.main_page .main_ad .main_ad_slide .main_ad_mask .item .tit > a:not(.interest_btn), .main_page .main_ad .main_ad_slide .main_ad_mask .item .tit > button:not(.interest_btn) {
  width: auto;
  max-width: 100%;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  vertical-align: top;
}
.main_page .main_ad .main_ad_slide .main_ad_mask .item .tit + .desc, .main_page .main_ad .main_ad_slide .main_ad_mask .item .tit + .info {
  margin-top: 10px;
}
.main_page .main_ad .main_ad_slide .main_ad_mask .item .desc {
  font-size: 22px;
}
.main_page .main_ad .main_ad_slide .main_ad_mask .item .desc + .info {
  margin-top: 30px;
}
.main_page .main_ad .main_ad_slide .main_ad_mask .item .info {
  font-size: 20px;
  color: #666;
}
.main_page .main_ad .main_ad_slide .main_ad_mask .item .info + .info {
  margin-top: 5px;
}
.main_page .main_ad .main_ad_slide .slide_control {
  z-index: 5;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 5px;
  align-items: center;
}
.main_page .main_ad .main_ad_slide .slide_control.dn {
  display: none;
}
.main_page .main_ad .main_ad_slide .slide_control .arrow_btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/src/img/ico/main_ad_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.main_page .main_ad .main_ad_slide .slide_control .arrow_btn.next {
  transform: scaleX(-1);
}
.main_page .main_ad .main_ad_slide .slide_control .page {
  width: 70px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.4);
}
.main_page .main_ad .main_ad_slide .slide_control .page .num.curr {
  color: #04B499;
}
.main_page .main_ad .main_ad_list .main_ad_mask {
  overflow: hidden;
  height: 746px;
}
.main_page .main_ad .main_ad_list .main_ad_mask .item {
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 20px;
  background-color: #fff;
}
.main_page .main_ad .main_ad_list .main_ad_mask .item.swiper-slide-thumb-active {
  border: 1px solid #04B499 !important;
}
.main_page .main_ad .main_ad_list .main_ad_mask .item .center_item {
  width: 100%;
  height: 100%;
}
.main_page .main_ad .main_ad_list .main_ad_mask .item .center_item .img {
  height: 100%;
}
.main_page .main_ad .main_ad_list .main_ad_mask .item .center_item .img .thum_img {
  width: 274px;
  height: 100%;
}
.main_page .main_ad .main_ad_list > ul {
  display: flex;
  gap: 20px 0;
  flex-direction: column;
}
.main_page .main_ad .main_ad_list > ul > li {
  width: 100%;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 20px;
  background-color: #fff;
}
.main_page .main_ad .main_ad_list .center_item {
  gap: 0 30px;
}
.main_page .main_ad .main_ad_list .center_item .tit + .desc, .main_page .main_ad .main_ad_list .center_item .tit + .info {
  margin-top: 5px;
}
.main_page .main_ad .main_ad_list .center_item .desc + .info {
  margin-top: 20px;
}
.main_page .main_ad .main_ad_list .center_item .info + .info {
  margin-top: 5px;
}
.main_page .main_ad .b_btns {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.main_page .main_ad .b_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  border-radius: 50rem;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.main_page .main_ad .b_btns .btn.more_btn::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background-size: cover;
}
.main_page .main_ad .b_btns .btn.line_style {
  border: 1px solid #999;
  color: #999;
}
.main_page .main_ad .b_btns .btn.line_style::after {
  background-image: url(/src/img/ico/main_ad_more.svg);
}

@media (hover: hover) {
  .main_page .main_ad .main_ad_slide .main_ad_mask .item .tit > a:not(.interest_btn):hover, .main_page .main_ad .main_ad_slide .main_ad_mask .item .tit > button:not(.interest_btn):hover {
    color: #04B499;
  }
  .main_page .main_ad .main_ad_slide .slide_control .arrow_btn:hover {
    background-image: url(/src/img/ico/main_ad_arrow_c1.svg);
  }
  .main_page .main_ad .main_ad_list {
    /*>ul{
      >li{
        &:hover{cursor: pointer;}
      }
    }*/
  }
  .main_page .main_ad .main_ad_list .main_ad_mask .item:hover {
    cursor: pointer;
  }
  .main_page .main_ad .b_btns .btn.line_style:hover {
    border: 1px solid #04B499;
    color: #fff;
    background-color: #04B499;
  }
  .main_page .main_ad .b_btns .btn.line_style:hover::after {
    background-image: url(/src/img/ico/main_ad_more_w.svg);
  }
}
@media (max-width: 1440px) {
  .main_page .main_ad .main_ad_slide .slide_control {
    position: static;
    justify-content: flex-end;
    margin-top: 20px;
  }
  .main_page .main_ad .main_ad_list .main_ad_mask {
    height: 610px;
  }
  .main_page .main_ad .main_ad_list .main_ad_mask .item .center_item {
    align-items: center;
  }
  .main_page .main_ad .main_ad_list .main_ad_mask .item .center_item .img .thum_img {
    width: 206px;
  }
}
@media (max-width: 1240px) {
  .main_page .main_ad .ad_inner {
    flex-direction: column;
  }
  .main_page .main_ad .ad_inner .l_cont {
    width: 100%;
  }
  .main_page .main_ad .ad_inner .r_cont {
    width: 100%;
  }
  .main_page .main_ad .main_ad_slide {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
  }
  .main_page .main_ad .main_ad_list .main_ad_mask .item .center_item {
    height: auto;
  }
  .main_page .main_ad .main_ad_list .main_ad_mask .item .center_item .img .thum_img {
    width: 206px;
    height: 149px;
  }
}
@media (max-width: 620px) {
  .main_page .main_ad .tit_line {
    margin-bottom: 25px;
  }
  .main_page .main_ad .sect_tit {
    font-size: 22px;
  }
  .main_page .main_ad .sect_tit+.sect_desc{margin-top: 5px;}
  .main_page .main_ad .sect_desc{font-size: 16px;}
  .main_page .main_ad .ad_tab_btns {
    margin-bottom: 25px;
  }
  .main_page .main_ad .ad_tab_btns > ul > li {
    width: 140px;
  }
  .main_page .main_ad .ad_tab_btns > ul > li .t1 {
    min-height: 40px;
    font-size: 14px;
  }
  .main_page .main_ad .ad_inner {
    gap: 20px;
  }
  .main_page .main_ad .main_ad_slide .main_ad_mask .item .img .thum_img {
    border-radius: 10px;
  }
  .main_page .main_ad .main_ad_slide .main_ad_mask .item .img + .txt {
    margin-top: 15px;
  }
  .main_page .main_ad .main_ad_slide .main_ad_mask .item .tit {
    font-size: 22px;
  }
  .main_page .main_ad .main_ad_slide .main_ad_mask .item .tit .interest_btn {
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-right: 5px;
  }
  .main_page .main_ad .main_ad_slide .main_ad_mask .item .tit + .desc, .main_page .main_ad .main_ad_slide .main_ad_mask .item .tit + .info {
    margin-top: 5px;
  }
  .main_page .main_ad .main_ad_slide .main_ad_mask .item .desc {
    font-size: 16px;
  }
  .main_page .main_ad .main_ad_slide .main_ad_mask .item .desc + .info {
    margin-top: 15px;
  }
  .main_page .main_ad .main_ad_slide .main_ad_mask .item .info {
    font-size: 16px;
  }
  .main_page .main_ad .main_ad_slide .main_ad_mask .item .info + .info {
    margin-top: 0;
  }
  .main_page .main_ad .main_ad_slide .slide_control {
    gap: 0;
    margin-top: 10px;
  }
  .main_page .main_ad .main_ad_slide .slide_control .page {
    width: 65px;
    font-size: 16px;
  }
  .main_page .main_ad .main_ad_list .main_ad_mask {
    height: 370px;
  }
  .main_page .main_ad .main_ad_list .main_ad_mask .item {
    padding: 10px;
    border-radius: 10px;
  }
  .main_page .main_ad .main_ad_list .main_ad_mask .item .center_item {
    align-items: start;
  }
  .main_page .main_ad .main_ad_list .main_ad_mask .item .center_item .img .thum_img {
    width: 100px;
    height: auto;
    aspect-ratio: 206/149;
  }
  .main_page .main_ad .main_ad_list > ul {
    gap: 10px 0;
  }
  .main_page .main_ad .main_ad_list > ul > li {
    padding: 10px;
    border-radius: 10px;
  }
  .main_page .main_ad .main_ad_list .center_item {
    gap: 0 10px;
  }
  .main_page .main_ad .main_ad_list .center_item .tit + .desc, .main_page .main_ad .main_ad_list .center_item .tit + .info {
    margin-top: 0;
  }
  .main_page .main_ad .main_ad_list .center_item .desc + .info {
    margin-top: 10px;
  }
  .main_page .main_ad .main_ad_list .center_item .info + .info {
    margin-top: 0;
  }
  .main_page .main_ad .b_btns {
    margin-top: 30px;
  }
  .main_page .main_ad .b_btns .btn {
    width: 140px;
    height: 40px;
    font-size: 14px;
  }
  .main_page .main_ad .b_btns .btn.more_btn::after {
    width: 12px;
    height: 12px;
    margin-left: 5px;
  }
}
.main_number {
  padding: 140px 0;
}
.main_number .number_inner {
  display: flex;
  gap: 0 90px;
  align-items: center;
}
.main_number .number_inner .l_cont {
  flex-shrink: 0;
  width: 490px;
}
.main_number .number_inner .r_cont {
  width: 100%;
}
.main_number .sect_tit {
  font-size: 44px;
  font-weight: bold;
  color: #000;
}
.main_number .sect_tit b {
  color: #04B499;
}
.main_number .main_number_list > ul {
  display: flex;
  gap: 15px;
}
.main_number .main_number_list > ul > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 218px;
  padding: 20px;
  border-radius: 0 80px 80px 0;
  text-align: center;
  background-color: #04B499;
}
.main_number .main_number_list > ul > li .tit {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.main_number .main_number_list > ul > li .tit + .num {
  max-width: 155px;
  margin-top: 15px;
  padding-top: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.main_number .main_number_list > ul > li .num {
  width: 100%;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  line-height: 120%;
}

@media (max-width: 1540px) {
  .main_number .number_inner {
    gap: 0 40px;
  }
  .main_number .main_number_list > ul > li .tit {
    font-size: 20px;
  }
  .main_number .main_number_list > ul > li .num {
    font-size: 45px;
  }
}
@media (max-width: 1440px) {
  .main_number {
    text-align: center;
  }
  .main_number .number_inner {
    flex-direction: column;
    gap: 50px 0;
  }
  .main_number .number_inner .l_cont {
    width: 100%;
  }
  .main_number .main_number_list > ul {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .main_number .main_number_list > ul {
    max-width: 450px;
    flex-wrap: wrap;
  }
  .main_number .main_number_list > ul > li {
    width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 620px) {
  .main_number {
    padding: 70px 0;
  }
  .main_number .sect_tit {
    font-size: 22px;
  }
  .main_number .number_inner {
    gap: 25px 0;
  }
  .main_number .main_number_list > ul {
    max-width: 300px;
    gap: 10px;
  }
  .main_number .main_number_list > ul > li {
    width: calc(50% - 5px);
    min-height: 145px;
    padding: 15px;
    border-radius: 0 50px 50px 0;
  }
  .main_number .main_number_list > ul > li .tit {
    font-size: 16px;
  }
  .main_number .main_number_list > ul > li .tit + .num {
    margin-top: 10px;
  }
  .main_number .main_number_list > ul > li .num {
    font-size: 24px;
  }
}
.main_page .main_bbs {
  padding: 140px 0;
  background-color: #F6FAFA;
}
.main_page .main_bbs .bbs_inner {
  display: flex;
  gap: 0 60px;
}
.main_page .main_bbs .bbs_inner .l_cont {
  width: 100%;
}
.main_page .main_bbs .bbs_inner .r_cont {
  flex-shrink: 0;
  width: 550px;
}
.main_page .main_bbs .sect_tit {
  font-size: 44px;
  font-weight: bold;
  color: #000;
  line-height: 140%;
}
.main_page .main_bbs .more_btn {
  flex-shrink: 0;
  display: block;
  width: 56px;
  height: 56px;
  border: 1px solid #CECECE;
  border-radius: 50%;
  background-image: url(/src/img/ico/main_bbs_more.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.main_page .main_bbs .arrow_btns {
  display: flex;
  gap: 10px;
}
.main_page .main_bbs .arrow_btns .arrow_btn {
  display: block;
  width: 56px;
  height: 56px;
  border: 1px solid #CECECE;
  border-radius: 50%;
  background-image: url(/src/img/ico/main_bbs_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.main_page .main_bbs .arrow_btns .arrow_btn.next {
  transform: scaleX(-1);
}
.main_page .main_bbs .arrow_btns .arrow_btn.swiper-button-lock {
  display: none;
}
.main_page .main_bbs .sect_tit_line {
  display: flex;
  gap: 0 30px;
  align-items: center;
  margin-bottom: 40px;
}
.main_page .main_bbs .sect_tit_line .s_r_cont {
  margin-left: auto;
  flex-shrink: 0;
}
.main_page .main_bbs .cate_btns > ul {
  display: flex;
}
.main_page .main_bbs .cate_btns > ul > li .t1 {
  display: inline-block;
  margin: -5px 0;
  padding: 5px 0;
  font-size: 20px;
  color: #999;
  vertical-align: middle;
  text-align: left;
}
.main_page .main_bbs .cate_btns > ul > li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  margin: 0 15px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.main_page .main_bbs .cate_btns > ul > li:last-child::after {
  display: none;
}
.main_page .main_bbs .cate_btns > ul > li.act .t1 {
  font-weight: bold;
  color: #04B499;
}
.main_page .main_bbs .main_board_list {
  border-top: 1px solid #000;
}
.main_page .main_bbs .main_board_list > table tbody tr {
  border-bottom: 1px solid #ddd;
}
.main_page .main_bbs .main_board_list > table tbody td {
  height: 97px;
  font-size: 16px;
}
.main_page .main_bbs .main_board_list > table tbody td.date_td {
  width: 120px;
  text-align: right;
}
.main_page .main_bbs .main_board_list > table tbody .tit {
  display: flex;
  align-items: center;
  font-size: 20px;
}
.main_page .main_bbs .main_board_list > table tbody .tit > a, .main_page .main_bbs .main_board_list > table tbody .tit > button {
  display: inline-block;
  max-width: 100%;
  margin: -5px 0;
  padding: 5px 0;
  vertical-align: top;
  font-size: inherit;
  text-align: inherit;
}
.main_page .main_bbs .main_board_list > table tbody .tit .new_ico {
  flex-shrink: 0;
  display: inline-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #04B499;
}
.main_page .main_bbs .main_board_list > table tbody .date {
  font-size: 16px;
  color: #999;
}
.main_page .main_bbs .main_board_list > table tbody .date::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px 4px 0;
  vertical-align: middle;
  background-image: url(/src/img/ico/main_bbs_board_date.svg);
}
.main_page .main_bbs .main_event_slide .main_event_mask {
  overflow: hidden;
  border-radius: 15px;
}
.main_page .main_bbs .main_event_slide .main_event_mask .item .item_inner {
  display: block;
  width: 100%;
}
.main_page .main_bbs .main_event_slide .main_event_mask .item .img {
  aspect-ratio: 550/390;
}
.main_page .main_bbs .main_event_slide .main_event_mask .item .img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main_page .main_bbs .board_type .sect_tit_line .s_r_cont {
  display: flex;
  gap: 0 30px;
  align-items: center;
}

@media (hover: hover) {
  .main_page .main_bbs .more_btn:hover {
    border: 1px solid #04B499;
    background-color: #04B499;
    background-image: url(/src/img/ico/main_bbs_more_w.svg);
  }
  .main_page .main_bbs .main_board_list > table tbody .tit > a:hover, .main_page .main_bbs .main_board_list > table tbody .tit > button:hover {
    color: #04B499;
  }
}
@media (max-width: 1540px) {
  .main_page .main_bbs .bbs_inner {
    gap: 0 40px;
  }
  .main_page .main_bbs .bbs_inner .r_cont {
    width: 400px;
  }
  .main_page .main_bbs .sect_tit {
    font-size: 40px;
  }
  .main_page .main_bbs .sect_tit_line {
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-bottom: 30px;
  }
  .main_page .main_bbs .cate_btns > ul > li {
    font-size: 18px;
  }
  .main_page .main_bbs .cate_btns > ul > li::after {
    margin: 0 10px 2px;
  }
  .main_page .main_bbs .main_board_list > table tbody td {
    height: 70px;
  }
  .main_page .main_bbs .board_type .sect_tit_line .s_r_cont {
    gap: 0 20px;
  }
}
@media (max-width: 1240px) {
  .main_page .main_bbs .bbs_inner {
    flex-direction: column;
    gap: 60px 0;
  }
  .main_page .main_bbs .bbs_inner .r_cont {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .main_page .main_bbs {
    padding: 70px 0;
  }
  .main_page .main_bbs .bbs_inner {
    gap: 40px 0;
  }
  .main_page .main_bbs .sect_tit {
    font-size: 22px;
  }
  .main_page .main_bbs .more_btn {
    width: 40px;
    height: 40px;
    background-size: 12px auto;
  }
  .main_page .main_bbs .arrow_btns {
    gap: 5px;
  }
  .main_page .main_bbs .arrow_btns .arrow_btn {
    width: 40px;
    height: 40px;
    background-size: 7px auto;
  }
  .main_page .main_bbs .sect_tit_line {
    gap: 5px 10px;
    margin-bottom: 20px;
  }
  .main_page .main_bbs .cate_btns > ul > li .t1 {
    font-size: 16px;
  }
  .main_page .main_bbs .cate_btns > ul > li::after {
    width: 1px;
    height: 11px;
    margin: 0 7px 2px;
  }
  .main_page .main_bbs .main_board_list {
    border-top: 1px solid #000;
  }
  .main_page .main_bbs .main_board_list > table tbody tr {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    padding: 20px 0;
  }
  .main_page .main_bbs .main_board_list > table tbody td {
    display: none;
    width: 100%;
    height: auto;
    font-size: 14px;
  }
  .main_page .main_bbs .main_board_list > table tbody td.tit_td {
    display: block;
  }
  .main_page .main_bbs .main_board_list > table tbody td.date_td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .main_page .main_bbs .main_board_list > table tbody .tit {
    font-size: 16px;
  }
  .main_page .main_bbs .main_board_list > table tbody .tit .new_ico {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    font-size: 13px;
  }
  .main_page .main_bbs .main_board_list > table tbody .date {
    font-size: 14px;
  }
  .main_page .main_bbs .main_board_list > table tbody .date::before {
    margin: 0 5px 2px 0;
  }
  .main_page .main_bbs .main_event_slide .main_event_mask {
    border-radius: 10px;
  }
  .main_page .main_bbs .board_type .sect_tit_line .s_r_cont {
    gap: 0 10px;
    justify-content: flex-end;
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 420px) {
  .main_page .main_bbs .cate_btns > ul > li .t1 {
    font-size: 3.5vw;
  }
}
.main_page .main_info > ul {
  display: flex;
}
.main_page .main_info > ul > li {
  display: flex;
  flex-direction: column;
  padding: 100px 140px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.main_page .main_info > ul > li .type {
  font-size: 20px;
  color: #fff;
}
.main_page .main_info > ul > li .type + .tit {
  margin-top: 15px;
}
.main_page .main_info > ul > li .tit {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
}
.main_page .main_info > ul > li .b_line {
  margin-top: auto;
  padding-top: 50px;
}
.main_page .main_info > ul > li .more_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 5px;
  width: 270px;
  height: 60px;
  padding: 0 25px;
  border: 1px solid #999;
  border-radius: 50rem;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.main_page .main_info > ul > li .more_btn::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/src/img/ico/main_info_more.svg);
  background-size: cover;
}
.main_page .main_info > ul > li.inst_type {
  background-image: url(/src/img/main_info_inst_bg.jpg);
}
.main_page .main_info > ul > li.parent_type {
  background-image: url(/src/img/main_info_parent_bg.jpg);
}

@media (hover: hover) {
  .main_page .main_info > ul > li .more_btn:hover {
    border: 1px solid rgba(4, 180, 153, 0.9);
    background-color: rgba(4, 180, 153, 0.9);
  }
}
@media screen and (max-width: 1640px) {
  .main_page .main_info > ul > li {
    padding: 100px;
  }
}
@media (max-width: 1240px) {
  .main_page .main_info > ul > li {
    padding: 100px 60px;
  }
}
@media (max-width: 991px) {
  .main_page .main_info > ul {
    display: block;
  }
  .main_page .main_info > ul > li {
    display: block;
    padding: 100px 5%;
  }
}
@media (max-width: 620px) {
  .main_page .main_info > ul > li {
    padding: 50px 5%;
  }
  .main_page .main_info > ul > li .type {
    font-size: 16px;
  }
  .main_page .main_info > ul > li .type + .tit {
    margin-top: 5px;
  }
  .main_page .main_info > ul > li .tit {
    font-size: 22px;
  }
  .main_page .main_info > ul > li .b_line {
    padding-top: 25px;
  }
  .main_page .main_info > ul > li .more_btn {
    width: 220px;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
  .main_page .main_info > ul > li .more_btn::after {
    width: 12px;
    height: 12px;
  }
}
.main_page .main_partner {
  padding: 40px 0;
}
.main_page .main_partner .main_partner_slide .swiper-wrapper {
  transition-timing-function: linear;
}
.main_page .main_partner .main_partner_slide .main_partner_mask {
  overflow: hidden;
}
.main_page .main_partner .main_partner_slide .main_partner_mask .item {
  width: 225px;
}
.main_page .main_partner .main_partner_slide .main_partner_mask .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  text-align: center;
}

@media (max-width: 620px) {
  .main_page .main_partner {
    padding: 20px 0;
  }
  .main_page .main_partner .main_partner_slide .main_partner_mask .item {
    width: 115px;
  }
  .main_page .main_partner .main_partner_slide .main_partner_mask .item .img {
    height: 40px;
  }
}
.sub_visual {
  overflow: hidden;
  width: calc(100% - 80px);
  height: 400px;
  margin: 0 auto;
  border-radius: 20px;
  background-size: cover;
  background-position: center center;
}
.sub_visual .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 40px;
  text-align: center;
}
.sub_visual .txt .tit {
  font-size: 55px;
  font-weight: bold;
  color: #fff;
  line-height: 120%;
}
.sub_visual .txt .tit + .desc {
  margin-top: 35px;
}
.sub_visual .txt .desc {
  font-size: 24px;
  color: #fff;
}
.sub_visual.report {
  background-image: url(/src/img/sub_visual_report.jpg);
}
.sub_visual.list {
  background-image: url(/src/img/sub_visual_list.jpg);
}
.sub_visual.sub1 {
  background-image: url(/src/img/sub_visual_sub1.jpg);
}
.sub_visual.sub2 {
  background-image: url(/src/img/sub_visual_sub2.jpg);
}
.sub_visual.sub3 {
  background-image: url(/src/img/sub_visual_sub3.jpg);
}
.sub_visual.sub4 {
  background-image: url(/src/img/sub_visual_sub4.jpg);
}
.sub_visual.sub5 {
  background-image: url(/src/img/sub_visual_sub5.jpg);
}
.sub_visual.sub6 {
  background-image: url(/src/img/sub_visual_sub6.jpg);
}

@media (max-width: 1440px) {
  .sub_visual {
    width: 90%;
  }
}
@media (max-width: 620px) {
  .sub_visual {
    height: 175px;
    border-radius: 10px;
  }
  .sub_visual .txt {
    padding: 20px;
  }
  .sub_visual .txt .tit {
    font-size: 24px;
  }
  .sub_visual .txt .tit + .desc {
    margin-top: 20px;
  }
  .sub_visual .txt .desc {
    font-size: 18px;
  }
}
.sub_menu {
  width: calc(100% - 80px);
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
}
.sub_menu .sub_inner.container {
  width: 100%;
  max-width: 1500px;
}
.sub_menu .sub_inner > ul {
  display: flex;
  justify-content: center;
}
.sub_menu .sub_inner > ul > li {
  width: 16.6666%;
}
.sub_menu .sub_inner > ul > li .t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  padding: 10px;
  font-size: 20px;
  text-align: center;
  line-height: 150%;
}
.sub_menu .sub_inner > ul > li.act .t1 {
  position: relative;
  font-weight: bold;
  color: #04B499 !important;
}
.sub_menu .sub_inner > ul > li.act .t1::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #04B499 !important;
}
.sub_menu .sub_inner > select {
  display: none;
  width: 100%;
  height: 90px;
  padding: 0 55px 0 35px;
  margin-top: 10px;
  border-radius: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #04B499 !important;
  background-image: url(/src/img/ico/sub_menu_arrow.svg);
  background-size: 18px auto;
  background-position: calc(100% - 35px) center;
}

@media (max-width: 1440px) {
  .sub_menu {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .sub_menu {
    border-bottom: 0;
  }
  .sub_menu .sub_inner > ul {
    display: none;
  }
  .sub_menu .sub_inner > select {
    display: block;
  }
}
@media (max-width: 620px) {
  .sub_menu .sub_inner > select {
    height: 50px;
    padding: 0 45px 0 25px;
    margin-top: 5px;
    border-radius: 10px;
    font-size: 16px;
    background-position: calc(100% - 25px) center;
  }
}
.sub_pt {
  padding-top: 140px;
}
.sub_pt.pt80{padding-top: 80px;}

@media (max-width: 620px) {
  .sub_pt {
    padding-top: 70px;
  }
  .sub_pt.pt80{padding-top: 40px;}
}
.h3_tit {
  font-size: 44px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.h3_tit + .h3_desc {
  margin-top: 30px;
}

.h3_desc {
  font-size: 20px;
  color: #000;
  text-align: center;
}

.h3_tit_line {
  margin-bottom: 60px;
}

@media (max-width: 620px) {
  .h3_tit {
    font-size: 22px;
  }
  .h3_tit + .h3_desc {
    margin-top: 15px;
  }
  .h3_desc {
    font-size: 16px;
  }
  .h3_tit_line {
    margin-bottom: 30px;
  }
}
.sub_dep2_menu {
  margin-bottom: 50px;
}
.sub_dep2_menu > ul {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.sub_dep2_menu > ul > li {
  width: 200px;
}
.sub_dep2_menu > ul > li .t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  height: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 50rem;
  font-size: 20px;
  font-weight: bold;
  color: #999;
  text-align: center;
}
.sub_dep2_menu > ul > li.act .t1 {
  border: 1px solid #04B499 !important;
  color: #fff;
  background-color: #04B499 !important;
}

@media (max-width: 620px) {
  .sub_dep2_menu {
    margin-bottom: 25px;
  }
  .sub_dep2_menu > ul {
    gap: 10px;
  }
  .sub_dep2_menu > ul > li {
    width: 120px;
  }
  .sub_dep2_menu > ul > li .t1 {
    min-height: 50px;
    padding: 5px;
    font-size: 16px;
  }
}
.tb_bg {
  border-top: 1px solid #999;
}
.tb_bg > table tr {
  border-bottom: 1px solid #ddd;
}
.tb_bg > table thead th {
  padding: 25px 20px;
  font-size: 22px;
  line-height: 150%;
  font-weight: bold;
  text-align: center;
  color: #000;
  border-right: 1px solid #ddd;
  background-color: #fafafa;
}
.tb_bg > table thead th.bdr0 {
  border-right: 0;
}
.tb_bg > table tbody td {
  padding: 25px 20px;
  line-height: 150%;
  text-align: center;
  font-size: 18px;
  border-right: 1px solid #ddd;
}
.tb_bg > table tbody td.bdr0 {
  border-right: 0;
}

@media (max-width: 620px) {
  .tb_bg > table thead th {
    padding: 15px 10px;
    font-size: 16px;
  }
  .tb_bg > table tbody td {
    padding: 15px 10px;
    font-size: 14px;
  }
}
.m_x_desc {
  display: none;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
}

@media (max-width: 1240px) {
  .m_x_scroll {
    overflow-x: auto;
  }
  .m_x_desc {
    display: block;
  }
}
@media (max-width: 620px) {
  .m_x_desc {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.sys_cost_tb .tb_bg > table .chk_th {
  width: 70px;
}
.sys_cost_tb .tb_bg .de_cki i {
  border-radius: 50%;
}

@media (max-width: 1240px) {
  .sys_cost_tb .m_x_scroll .tb_bg {
    min-width: 1200px;
  }
}
@media (max-width: 620px) {
  .sys_cost_tb .m_x_scroll .tb_bg {
    min-width: 900px;
  }
  .sys_cost_tb .tb_bg > table .chk_th {
    width: 50px;
  }
}
.sub_page section.bg_type {
  padding: 140px 0;
}
.sub_page section + section {
  margin-top: 140px;
}
.sub_page section:last-child {
  padding-bottom: 140px;
}

@media (max-width: 620px) {
  .sub_page section.bg_type {
    padding: 70px 0;
  }
  .sub_page section + section {
    margin-top: 70px;
  }
  .sub_page section:last-child {
    padding-bottom: 70px;
  }
}
.intro_page .value_wrap {
  display: flex;
  gap: 0 160px;
  align-items: start;
}
.intro_page .value_wrap .l_cont {
  flex-shrink: 0;
  width: 630px;
}
.intro_page .value_wrap .r_cont {
  width: 100%;
}
.intro_page .value_wrap .l_img > img {
  width: 100%;
}
.intro_page .value_wrap .tit {
  font-size: 34px;
  font-weight: bold;
  color: #000;
}
.intro_page .value_wrap .tit b {
  color: #04B499 !important;
}
.intro_page .value_wrap .tit + .desc {
  margin-top: 40px;
}
.intro_page .value_wrap .desc {
  font-size: 20px;
  color: #000;
}
.intro_page .value_wrap .desc + .desc {
  margin-top: 20px;
}
.intro_page .value_wrap .value_num_list {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}
.intro_page .value_wrap .value_num_list > ol > li {
  display: flex;
  align-items: start;
  gap: 0 10px;
}
.intro_page .value_wrap .value_num_list > ol > li .num {
  flex-shrink: 0;
  width: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #04B499 !important;
}
.intro_page .value_wrap .value_num_list > ol > li .txt {
  width: 100%;
  margin-top: -4px;
}
.intro_page .value_wrap .value_num_list > ol > li .txt .t1 {
  font-size: 20px;
  color: #000;
}
.intro_page .value_wrap .value_num_list > ol > li + li {
  margin-top: 25px;
}

@media (max-width: 1540px) {
  .intro_page .value_wrap {
    gap: 0 80px;
  }
  .intro_page .value_wrap .l_cont {
    width: 530px;
  }
}
@media (max-width: 1240px) {
  .intro_page .value_wrap {
    flex-direction: column;
    gap: 40px 0;
    align-items: center;
  }
  .intro_page .value_wrap .l_cont {
    width: 100%;
    max-width: 630px;
  }
}
@media (max-width: 620px) {
  .intro_page .value_wrap {
    gap: 20px 0;
  }
  .intro_page .value_wrap .tit {
    font-size: 22px;
  }
  .intro_page .value_wrap .tit + .desc {
    margin-top: 20px;
  }
  .intro_page .value_wrap .desc {
    font-size: 16px;
  }
  .intro_page .value_wrap .desc + .desc {
    margin-top: 10px;
  }
  .intro_page .value_wrap .value_num_list {
    margin-top: 20px;
    padding-top: 20px;
  }
  .intro_page .value_wrap .value_num_list > ol > li {
    gap: 0 5px;
  }
  .intro_page .value_wrap .value_num_list > ol > li .num {
    width: 25px;
    font-size: 16px;
  }
  .intro_page .value_wrap .value_num_list > ol > li .txt {
    margin-top: -2px;
  }
  .intro_page .value_wrap .value_num_list > ol > li .txt .t1 {
    font-size: 16px;
  }
  .intro_page .value_wrap .value_num_list > ol > li + li {
    margin-top: 10px;
  }
}
.intro_page .goals_wrap.bg_type {
  background-color: #F6FAFA;
}
.intro_page .goals_wrap .goals_list > ul {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.intro_page .goals_wrap .goals_list > ul > li {
  width: calc(50% - 20px);
  padding: 30px 30px 50px;
  border: 1px solid #eee;
  border-radius: 20px;
  text-align: center;
  background-color: #fff;
}
.intro_page .goals_wrap .goals_list > ul > li .img {
  overflow: hidden;
  border-radius: 20px;
}
.intro_page .goals_wrap .goals_list > ul > li .img > img {
  width: 100%;
}
.intro_page .goals_wrap .goals_list > ul > li .img + .txt {
  margin-top: 50px;
}
.intro_page .goals_wrap .goals_list > ul > li .txt .tit {
  font-size: 30px;
  font-weight: bold;
}
.intro_page .goals_wrap .goals_list > ul > li .txt .tit .num {
  color: #04B499 !important;
}
.intro_page .goals_wrap .goals_list > ul > li .txt .tit + .desc {
  margin-top: 25px;
}
.intro_page .goals_wrap .goals_list > ul > li .txt .tit + .desc::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin: 0 auto 25px;
  background-color: #ddd;
}
.intro_page .goals_wrap .goals_list > ul > li .txt .desc {
  font-size: 20px;
  color: #000;
}

@media (max-width: 1240px) {
  .intro_page .goals_wrap .goals_list > ul {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
  }
  .intro_page .goals_wrap .goals_list > ul > li {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .intro_page .goals_wrap .goals_list > ul {
    gap: 20px;
  }
  .intro_page .goals_wrap .goals_list > ul > li {
    padding: 15px 15px 20px;
    border-radius: 10px;
  }
  .intro_page .goals_wrap .goals_list > ul > li .img {
    border-radius: 10px;
  }
  .intro_page .goals_wrap .goals_list > ul > li .img + .txt {
    margin-top: 25px;
  }
  .intro_page .goals_wrap .goals_list > ul > li .txt .tit {
    font-size: 20px;
  }
  .intro_page .goals_wrap .goals_list > ul > li .txt .tit + .desc {
    margin-top: 15px;
  }
  .intro_page .goals_wrap .goals_list > ul > li .txt .tit + .desc::before {
    width: 30px;
    margin: 0 auto 15px;
  }
  .intro_page .goals_wrap .goals_list > ul > li .txt .desc {
    font-size: 16px;
  }
}
.intro_page .orga_img {
  display: block;
  text-align: center;
}

.intro_page .part_wrap.bg_type {
  background-color: #F6FAFA;
}
.intro_page .part_wrap .part_list > ul {
  overflow: hidden;
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}
.intro_page .part_wrap .part_list > ul > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 240px) / 5);
  text-align: center;
}
.intro_page .part_wrap .part_list > ul > li .ico {
  flex-shrink: 0;
  z-index: 5;
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  margin-bottom: -50px;
  border-radius: 50%;
  background-color: #04B499 !important;
  background-repeat: no-repeat;
  background-position: center center;
}
.intro_page .part_wrap .part_list > ul > li .ico.ico1 {
  background-image: url(/src/img/ico/intro_part_list_ico1.svg);
}
.intro_page .part_wrap .part_list > ul > li .ico.ico2 {
  background-image: url(/src/img/ico/intro_part_list_ico2.svg);
}
.intro_page .part_wrap .part_list > ul > li .ico.ico3 {
  background-image: url(/src/img/ico/intro_part_list_ico3.svg);
}
.intro_page .part_wrap .part_list > ul > li .ico.ico4 {
  background-image: url(/src/img/ico/intro_part_list_ico4.svg);
}
.intro_page .part_wrap .part_list > ul > li .ico.ico5 {
  background-image: url(/src/img/ico/intro_part_list_ico5.svg);
}
.intro_page .part_wrap .part_list > ul > li .txt {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 70px 20px 35px;
  border: 1px solid #04B499 !important;
  border-radius: 15px;
  background-color: #fff;
}
.intro_page .part_wrap .part_list > ul > li .txt .tit {
  font-size: 20px;
  word-break: break-all;
}
.intro_page .part_wrap .part_list > ul > li .txt .tit + .num {
  margin-top: 15px;
}
.intro_page .part_wrap .part_list > ul > li .txt .num {
  font-size: 18px;
  font-weight: bold;
  color: #04B499 !important;
}
.intro_page .part_wrap .part_list > ul > li .txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px;
  width: 60px;
  height: 1px;
  background-color: #04B499 !important;
}
.intro_page .part_wrap .part_list > ul > li:last-child .txt::after {
  display: none;
}

@media (max-width: 1440px) {
  .intro_page .part_wrap .part_list > ul {
    gap: 40px;
  }
  .intro_page .part_wrap .part_list > ul > li {
    width: calc((100% - 160px) / 5);
  }
}
@media (max-width: 1240px) {
  .intro_page .part_wrap .part_list > ul > li {
    width: calc((100% - 80px) / 3);
  }
}
@media (max-width: 620px) {
  .intro_page .part_wrap .part_list > ul {
    gap: 20px;
  }
  .intro_page .part_wrap .part_list > ul > li {
    width: calc(50% - 10px);
  }
  .intro_page .part_wrap .part_list > ul > li .ico {
    width: 80px;
    height: 80px;
    margin-bottom: -40px;
  }
  .intro_page .part_wrap .part_list > ul > li .txt {
    padding: 65px 10px 25px;
    border-radius: 10px;
  }
  .intro_page .part_wrap .part_list > ul > li .txt .tit {
    font-size: 16px;
  }
  .intro_page .part_wrap .part_list > ul > li .txt .tit + .num {
    margin-top: 10px;
  }
  .intro_page .part_wrap .part_list > ul > li .txt .num {
    font-size: 14px;
  }
}
.service_page .service_list > ul > li {
  display: flex;
  gap: 0 50px;
}
.service_page .service_list > ul > li .img {
  overflow: hidden;
  width: 100%;
  height: 432px;
  border-radius: 20px;
}
.service_page .service_list > ul > li .img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.service_page .service_list > ul > li .txt {
  flex-shrink: 0;
  width: 725px;
  text-align: center;
}
.service_page .service_list > ul > li .txt .tit_box {
  padding: 30px;
  border: 1px solid #04B499 !important;
  border-radius: 15px;
}
.service_page .service_list > ul > li .txt .tit_box .tit {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.service_page .service_list > ul > li .txt .tit_box .tit .num {
  color: #04B499 !important;
}
.service_page .service_list > ul > li .txt .tit_box + .desc_box {
  margin-top: 15px;
}
.service_page .service_list > ul > li .txt .desc_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 310px;
  padding: 30px;
  border-radius: 15px;
  background-color: #04B499 !important;
}
.service_page .service_list > ul > li .txt .desc_box .t1 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.service_page .service_list > ul > li .txt .desc_box .t1 + .t1 {
  margin-top: 25px;
}
.service_page .service_list > ul > li:nth-child(2n-1) {
  flex-direction: row-reverse;
}
.service_page .service_list > ul > li + li {
  position: relative;
  margin-top: 80px;
  padding-top: 80px;
}
.service_page .service_list > ul > li + li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(/src/img/service_service_list_line.png);
  background-repeat: repeat-x;
}

@media (max-width: 1240px) {
  .service_page .service_list > ul {
    width: 100%;
    max-width: 725px;
    margin: 0 auto;
  }
  .service_page .service_list > ul > li {
    flex-direction: column !important;
    gap: 40px 0;
  }
  .service_page .service_list > ul > li .img {
    height: auto;
  }
  .service_page .service_list > ul > li .txt {
    width: 100%;
  }
  .service_page .service_list > ul > li .txt .desc_box {
    height: auto;
  }
}
@media (max-width: 620px) {
  .service_page .service_list > ul > li {
    gap: 25px 0;
  }
  .service_page .service_list > ul > li .img {
    border-radius: 10px;
  }
  .service_page .service_list > ul > li .txt .tit_box {
    padding: 20px;
    border-radius: 10px;
  }
  .service_page .service_list > ul > li .txt .tit_box .tit {
    font-size: 20px;
  }
  .service_page .service_list > ul > li .txt .tit_box + .desc_box {
    margin-top: 10px;
  }
  .service_page .service_list > ul > li .txt .desc_box {
    padding: 20px;
    border-radius: 10px;
  }
  .service_page .service_list > ul > li .txt .desc_box .t1 {
    font-size: 16px;
  }
  .service_page .service_list > ul > li .txt .desc_box .t1 + .t1 {
    margin-top: 10px;
  }
  .service_page .service_list > ul > li + li {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.service_page .service_banner {
  display: flex;
  align-items: center;
  min-height: 400px;
  padding: 100px 0 !important;
  background-size: cover;
  background-position: center center;
}
.service_page .service_banner .txt {
  text-align: center;
}
.service_page .service_banner .txt .tit {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
}
.service_page .service_banner .txt .tit + .desc {
  margin-top: 20px;
}
.service_page .service_banner .txt .desc {
  font-size: 22px;
  color: #fff;
}
.service_page .service_banner .txt .btn_line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
.service_page .service_banner .txt .btn_line .btn {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 60px;
  padding: 0 25px;
  border: 1px solid rgba(153, 153, 153, 0.9);
  border-radius: 50rem;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.service_page .service_banner .txt .btn_line .btn.more_btn {
  justify-content: start;
  text-align: left;
  gap: 0 10px;
}
.service_page .service_banner .txt .btn_line .btn.more_btn::after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin-left: auto;
  background-image: url(/src/img/ico/service_banner_more.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.service_page .service_banner.bg1 {
  background-image: url(/src/img/service_banner_bg1.jpg);
}

@media (hover: hover) {
  .service_page .service_banner .txt .btn_line .btn:hover {
    border: 1px solid #04B499;
    background-color: #04B499;
  }
}
@media (max-width: 620px) {
  .service_page .service_banner {
    min-height: 300px;
    padding: 50px 0 !important;
  }
  .service_page .service_banner .txt .tit {
    font-size: 22px;
  }
  .service_page .service_banner .txt .tit + .desc {
    margin-top: 10px;
  }
  .service_page .service_banner .txt .desc {
    font-size: 16px;
  }
  .service_page .service_banner .txt .btn_line {
    gap: 10px;
    margin-top: 25px;
  }
  .service_page .service_banner .txt .btn_line .btn {
    width: 240px;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
  .service_page .service_banner .txt .btn_line .btn.more_btn {
    gap: 0 5px;
  }
}
.service_page .proce_wrap .tit_line {
  margin-bottom: 40px;
}
.service_page .proce_wrap .tit_line .tit {
  position: relative;
  padding-left: 27px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.service_page .proce_wrap .tit_line .tit::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.service_page .proce_wrap .proce_list > ol {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.service_page .proce_wrap .proce_list > ol > li {
  position: relative;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 150px) / 4);
  padding: 65px 30px 30px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.service_page .proce_wrap .proce_list > ol > li .ico {
  display: block;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.service_page .proce_wrap .proce_list > ol > li .tit {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.service_page .proce_wrap .proce_list > ol > li .tit + .desc {
  margin-top: 20px;
}
.service_page .proce_wrap .proce_list > ol > li .desc {
  font-size: 18px;
  color: #000;
}
.service_page .proce_wrap .proce_list > ol > li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -51px;
  width: 50px;
  height: 1px;
}
.service_page .proce_wrap .proce_list > ol > li:last-child::after {
  display: none;
}
.service_page .proce_wrap.inst_type {
  margin-top: -140px;
  padding-top: 140px;
}
.service_page .proce_wrap.inst_type .tit_line .tit::before {
  background-image: url(/src/img/ico/service_proce_tit_inst.svg);
}
.service_page .proce_wrap.inst_type .tit_line .tit b {
  color: #00AEEF;
}
.service_page .proce_wrap.inst_type .proce_list > ol > li {
  border: 1px solid #00AEEF;
}
.service_page .proce_wrap.inst_type .proce_list > ol > li .ico.ico1 {
  background-image: url(/src/img/ico/service_proce_list_ico1_inst.svg);
}
.service_page .proce_wrap.inst_type .proce_list > ol > li .ico.ico2 {
  background-image: url(/src/img/ico/service_proce_list_ico2_inst.svg);
}
.service_page .proce_wrap.inst_type .proce_list > ol > li .ico.ico3 {
  background-image: url(/src/img/ico/service_proce_list_ico3_inst.svg);
}
.service_page .proce_wrap.inst_type .proce_list > ol > li .ico.ico4 {
  background-image: url(/src/img/ico/service_proce_list_ico4_inst.svg);
}
.service_page .proce_wrap.inst_type .proce_list > ol > li .tit .num {
  color: #00AEEF;
}
.service_page .proce_wrap.inst_type .proce_list > ol > li::after {
  background-color: #00AEEF;
}
.service_page .proce_wrap.parent_type.bg_type {
  background-color: #F6FAFA;
}
.service_page .proce_wrap.parent_type .tit_line .tit::before {
  background-image: url(/src/img/ico/service_proce_tit_parent.svg);
}
.service_page .proce_wrap.parent_type .tit_line .tit b {
  color: #04B499;
}
.service_page .proce_wrap.parent_type .proce_list > ol > li {
  border: 1px solid #04B499;
}
.service_page .proce_wrap.parent_type .proce_list > ol > li .ico.ico1 {
  background-image: url(/src/img/ico/service_proce_list_ico1_parent.svg);
}
.service_page .proce_wrap.parent_type .proce_list > ol > li .ico.ico2 {
  background-image: url(/src/img/ico/service_proce_list_ico2_parent.svg);
}
.service_page .proce_wrap.parent_type .proce_list > ol > li .ico.ico3 {
  background-image: url(/src/img/ico/service_proce_list_ico3_parent.svg);
}
.service_page .proce_wrap.parent_type .proce_list > ol > li .ico.ico4 {
  background-image: url(/src/img/ico/service_proce_list_ico4_parent.svg);
}
.service_page .proce_wrap.parent_type .proce_list > ol > li .tit .num {
  color: #04B499;
}
.service_page .proce_wrap.parent_type .proce_list > ol > li::after {
  background-color: #04B499;
}

@media (max-width: 1440px) {
  .service_page .proce_wrap .proce_list > ol {
    gap: 40px;
  }
  .service_page .proce_wrap .proce_list > ol > li {
    width: calc((100% - 120px) / 4);
    justify-content: center;
    padding: 25px;
  }
  .service_page .proce_wrap .proce_list > ol > li .ico {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
  .service_page .proce_wrap .proce_list > ol > li .tit + .desc {
    margin-top: 5px;
  }
  .service_page .proce_wrap .proce_list > ol > li::after {
    right: -41px;
    width: 40px;
  }
}
@media (max-width: 1240px) {
  .service_page .proce_wrap .proce_list > ol {
    width: 100%;
    max-width: 725px;
    margin: 0 auto;
  }
  .service_page .proce_wrap .proce_list > ol > li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 620px) {
  .service_page .proce_wrap .tit_line {
    margin-bottom: 20px;
  }
  .service_page .proce_wrap .tit_line .tit {
    padding-left: 15px;
    font-size: 20px;
  }
  .service_page .proce_wrap .tit_line .tit::before {
    top: 11px;
    width: 8px;
    height: 8px;
  }
  .service_page .proce_wrap .proce_list > ol {
    gap: 25px;
    max-width: 240px;
  }
  .service_page .proce_wrap .proce_list > ol > li {
    width: 100%;
    padding: 20px;
  }
  .service_page .proce_wrap .proce_list > ol > li .ico {
    width: 50px;
    height: 50px;
  }
  .service_page .proce_wrap .proce_list > ol > li .tit {
    font-size: 16px;
  }
  .service_page .proce_wrap .proce_list > ol > li .desc {
    font-size: 14px;
  }
  .service_page .proce_wrap .proce_list > ol > li::after {
    top: auto;
    right: 50%;
    bottom: -26px;
    width: 1px;
    height: 25px;
  }
  .service_page .proce_wrap.inst_type {
    margin-top: -70px;
    padding-top: 70px;
  }
}

.service_page .proce_wrap .proce_list_v2 > ul{display: flex;flex-wrap: wrap;}
.service_page .proce_wrap .proce_list_v2 > ul > li{width: 100%;text-align: center;}
.service_page .proce_wrap .proce_list_v2 > ul > li .img{overflow: hidden;border: 1px solid #ddd;border-radius: 20px;}
.service_page .proce_wrap .proce_list_v2 > ul > li .img > img{width: 100%;}
.service_page .proce_wrap .proce_list_v2 > ul > li .img+.txt{margin-top: 20px;}
.service_page .proce_wrap .proce_list_v2 > ul > li .txt .tit{padding: 15px;border-radius: 15px;font-size: 22px;color: #000;font-weight: bold;}
.service_page .proce_wrap .proce_list_v2 > ul > li .txt .tit+.desc{margin-top: 20px;}
.service_page .proce_wrap .proce_list_v2 > ul > li .txt .desc{font-size: 18px;}
.service_page .proce_wrap .proce_list_v2.inst_type > ul > li .txt .tit{border: 1px solid #00AEEF;}
.service_page .proce_wrap .proce_list_v2.inst_type > ul > li .txt .tit .num{color: #00AEEF;}
.service_page .proce_wrap .proce_list_v2.lng3 > ul{gap: 60px 40px;}
.service_page .proce_wrap .proce_list_v2.lng3 > ul > li{width: calc((100% - 80px)/3);}
@media (max-width: 1240px){
  .service_page .proce_wrap .proce_list_v2.lng3 > ul{max-width: 987px;}
  .service_page .proce_wrap .proce_list_v2.lng3 > ul > li{width: calc((100% - 40px)/2);}
}
@media (max-width: 767px){
  .service_page .proce_wrap .proce_list_v2.lng3 > ul{gap: 30px 0;}
  .service_page .proce_wrap .proce_list_v2.lng3 > ul > li{width: 100%;}
}
@media (max-width: 620px){
  .service_page .proce_wrap .proce_list_v2 > ul > li .img{border-radius: 10px;}
  .service_page .proce_wrap .proce_list_v2 > ul > li .img+.txt{margin-top: 10px;}
  .service_page .proce_wrap .proce_list_v2 > ul > li .txt .tit{padding: 10px;border-radius: 10px;font-size: 16px;}
  .service_page .proce_wrap .proce_list_v2 > ul > li .txt .tit+.desc{margin-top: 10px;}
  .service_page .proce_wrap .proce_list_v2 > ul > li .txt .desc{font-size: 14px;}
}


.service_page .cost_wrap {
  text-align: center;
}
.service_page .cost_wrap .tit_box {
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 15px;
  background-color: #F6FAFA;
}
.service_page .cost_wrap .tit_box .tit {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.service_page .cost_wrap .tit_box .tit b {
  color: #04B499 !important;
}
.service_page .cost_wrap .tit_box + .desc_box {
  margin-top: 40px;
}
.service_page .cost_wrap .desc_box .t1 {
  font-size: 20px;
}
.service_page .cost_wrap .desc_box .t1 b {
  color: #04B499 !important;
}
.service_page .cost_wrap .desc_box .t1 + .t1 {
  margin-top: 25px;
}
.service_page .cost_wrap .tb_box {
  margin-top: 80px;
}
.service_page .cost_wrap .tb_box .tb_tit {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  text-align: left;
}

@media (max-width: 620px) {
  .service_page .cost_wrap .tit_box {
    padding: 15px;
    border-radius: 10px;
  }
  .service_page .cost_wrap .tit_box .tit {
    font-size: 20px;
  }
  .service_page .cost_wrap .tit_box + .desc_box {
    margin-top: 20px;
  }
  .service_page .cost_wrap .desc_box .t1 {
    font-size: 16px;
  }
  .service_page .cost_wrap .desc_box .t1 + .t1 {
    margin-top: 10px;
  }
  .service_page .cost_wrap .tb_box {
    margin-top: 40px;
  }
  .service_page .cost_wrap .tb_box .tb_tit {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.download_page .thum_img {
  overflow: hidden;
  border-radius: 20px;
}
.download_page .thum_img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.download_page .thum_img + .down_wrap {
  margin-top: 20px;
}
.download_page .down_wrap {
  display: flex;
}
.download_page .down_wrap .tit {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 180px;
  padding: 30px;
  border-radius: 15px 0 0 15px;
  text-align: center;
  background-color: #04B499;
}
.download_page .down_wrap .tit .t1 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.download_page .down_wrap .tit .t1::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: 0 10px 2px 0;
  vertical-align: middle;
  background-image: url(/src/img/ico/download_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.download_page .down_wrap .down_list {
  width: 100%;
  padding: 30px;
  border: 1px solid #ccc;
  border-left: 0;
  border-radius: 0 15px 15px 0;
}
.download_page .down_wrap .down_list .t1 {
  font-size: 18px;
  color: #666;
}
.download_page .down_wrap .down_list .t1 + .t1 {
  margin-top: 5px;
}
.download_page .down_wrap .down_list .t1 > a {
  display: inline-block;
  margin: -5px 0;
  padding: 5px 0;
  vertical-align: top;
}

@media (max-width: 620px) {
  .download_page .thum_img {
    border-radius: 10px;
  }
  .download_page .thum_img + .down_wrap {
    margin-top: 10px;
  }
  .download_page .down_wrap .tit {
    width: 110px;
    padding: 15px;
    border-radius: 10px 0 0 10px;
  }
  .download_page .down_wrap .tit .t1 {
    font-size: 14px;
  }
  .download_page .down_wrap .tit .t1::before {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
  .download_page .down_wrap .down_list {
    padding: 15px;
    border-radius: 0 10px 10px 0;
  }
  .download_page .down_wrap .down_list .t1 {
    font-size: 14px;
  }
}

.remote_page .remote_banner{overflow: hidden;display: flex;align-items: center;justify-content: center;min-height: 430px;padding: 100px 40px;border-radius: 20px;text-align: center;background-image: url(/src/img/remote_banner_bg1.jpg);background-size: cover;background-position: center center;}
.remote_page .remote_banner.bg1{background-image: url(/src/img/remote_banner_bg1.jpg);}
.remote_page .remote_banner .txt{}
.remote_page .remote_banner .tit{font-size: 44px;font-weight: bold;color: #fff;}
.remote_page .remote_banner .tit+.desc{margin-top: 30px;}
.remote_page .remote_banner .desc{font-size: 22px;color: #fff;}
.remote_page .remote_banner .btns_line{display: flex;justify-content: center;margin-top: 60px;}
.remote_page .remote_banner .btn{display: flex;align-items: center;justify-content: center;width: 240px;height: 60px;border-radius: 50rem;font-size: 20px;font-weight: bold;text-align: left;}
.remote_page .remote_banner .btn::before{content: '';display: inline-block;width: 20px;height: 20px;margin-right: 8px;vertical-align: middle;background-size: contain;background-repeat: no-repeat;background-position: center center;}
.remote_page .remote_banner .btn.bg_style{color: #fff;background-color: #04B499;}
.remote_page .remote_banner .btn.bg_style.remote_btn::before{background-image: url(/src/img/ico/remote_banner_btn_remote_w.svg);}
@media (max-width: 620px){
  .remote_page .remote_banner{min-height: 300px;padding: 50px 20px;border-radius: 10px;}
  .remote_page .remote_banner .tit{font-size: 22px;}
  .remote_page .remote_banner .tit+.desc{margin-top: 15px;}
  .remote_page .remote_banner .desc{font-size: 16px;}
  .remote_page .remote_banner .btns_line{margin-top: 30px;}
  .remote_page .remote_banner .btn{width: 180px;height: 50px;font-size: 16px;}
  .remote_page .remote_banner .btn::before{width: 16px;height: 16px;margin-right: 5px;}
}


.board_total {
  font-size: 18px;
}
.board_total .num {
  font-weight: bold;
  color: #04B499 !important;
}

@media (max-width: 620px) {
  .board_total {
    font-size: 14px;
  }
}
.board_sch {
  display: flex;
  gap: 10px;
}
.board_sch .sch_sel {
  flex-shrink: 0;
  width: 160px;
  height: 55px;
  padding: 0 35px 0 25px;
  border-radius: 50rem;
  font-size: 18px;
  color: #666;
  background-position: calc(100% - 25px) center;
}
.board_sch .cate_sel {
  flex-shrink: 0;
  width: 280px;
  height: 55px;
  padding: 0 35px 0 25px;
  border-radius: 50rem;
  font-size: 18px;
  color: #666;
  background-position: calc(100% - 25px) center;
}
.board_sch .inp_box {
  overflow: hidden;
  display: flex;
  width: 400px;
  height: 55px;
  border: 1px solid #ddd;
  border-radius: 50rem;
}
.board_sch .inp_box .sch_inp {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0 25px;
  font-size: 18px;
  color: #666;
}
.board_sch .inp_box .sch_inp::placeholder {
  font-size: 18px;
  color: #999;
}
.board_sch .inp_box .sbm_btn {
  flex-shrink: 0;
  width: 55px;
  height: 100%;
  background-image: url(/src/img/ico/board_sch.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

@media (max-width: 1240px) {
  .board_sch {
    width: 100%;
  }
  .board_sch .cate_sel {
    width: 100%;
  }
  .board_sch .inp_box {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .board_sch {
    gap: 5px;
  }
  .board_sch .sch_sel {
    width: 90px;
    height: 45px;
    padding: 0 15px;
    font-size: 14px;
    background-position: calc(100% - 15px) center;
  }
  .board_sch .cate_sel {
    height: 45px;
    padding: 0 15px;
    font-size: 14px;
    background-position: calc(100% - 15px) center;
  }
  .board_sch .inp_box {
    height: 45px;
  }
  .board_sch .inp_box .sch_inp {
    padding: 0 15px;
    font-size: 14px;
  }
  .board_sch .inp_box .sch_inp::placeholder {
    font-size: 14px;
  }
  .board_sch .inp_box .sbm_btn {
    width: 41px;
    background-size: 26px auto;
  }
}
.board_w_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 55px;
  border-radius: 50rem;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #04B499 !important;
}

@media (max-width: 620px) {
  .board_w_btn {
    width: 100px;
    height: 45px;
    font-size: 14px;
  }
}
.board_info {
  display: flex;
  align-items: flex-end;
  gap: 0 20px;
  margin-bottom: 30px;
}
.board_info .r_cont {
  flex-shrink: 0;
  display: flex;
  gap: 10px;
  margin-left: auto;
}

@media (max-width: 1240px) {
  .board_info {
    flex-direction: column;
    gap: 20px 0;
    align-items: start;
  }
  .board_info .r_cont {
    flex-direction: column;
    gap: 10px 0;
    align-items: flex-end;
    width: 100%;
    margin-left: 0;
  }
  .board_info .r_cont .board_w_btn {
    margin-top: 20px;
  }
}
@media (max-width: 620px) {
  .board_info {
    gap: 10px 0;
    margin-bottom: 20px;
  }
  .board_info .r_cont {
    gap: 5px 0;
  }
  .board_info .r_cont .board_w_btn {
    margin-top: 10px;
  }
}
.no_data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.no_data .tit {
  font-size: 24px;
  color: #999;
}

@media (max-width: 620px) {
  .no_data {
    padding: 25px 0;
  }
  .no_data .tit {
    font-size: 16px;
  }
}
.gall_list > ul {
  display: flex;
  flex-wrap: wrap;
}
.gall_list > ul > li {
  width: 100%;
}
.gall_list.lng4 > ul {
  gap: 35px 30px;
}
.gall_list.lng4 > ul > li {
  width: calc((100% - 90px) / 4);
}

@media (max-width: 1440px) {
  .gall_list.lng4 > ul > li {
    width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 991px) {
  .gall_list.lng4 > ul > li {
    width: calc(50% - 15px);
  }
}
@media (max-width: 620px) {
  .gall_list.lng4 > ul {
    gap: 20px 15px;
  }
  .gall_list.lng4 > ul > li {
    width: 100%;
  }
}
.gall_slide .gall_mask {
  overflow: hidden;
}

.gall_item {
  display: block;
  width: 100%;
}
.gall_item .gall_inner {
  display: block;
  width: 100%;
}
.gall_item .img {
  overflow: hidden;
  aspect-ratio: 352/255;
  border-radius: 15px;
}
.gall_item .img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.gall_item .img + .txt {
  margin-top: 20px;
}
.gall_item .txt .cate{font-size: 16px;}
.gall_item .txt .tit {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.gall_item .txt .tit + .desc {
  margin-top: 5px;
}
.gall_item .txt .desc {
  font-size: 18px;
}
.gall_item .txt .info_line {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  margin-top: 20px;
}
.gall_item .txt .info_line .t1 {
  font-size: 16px;
  color: #999;
}
.gall_item .txt .info_line .t1.date::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px 2px 0;
  vertical-align: middle;
  background-image: url(/src/img/ico/gall_info_date.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.gall_item .gall_btns {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.gall_item .gall_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  height: 100%;
  padding: 10px;
  border-radius: 50rem;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.gall_item .gall_btns .btn.line_style {
  border: 1px solid #04B499;
  color: #04B499;
}
.gall_item .gall_btns .btn.end_style {
  border: 1px solid #ddd;
  color: #999;
  background-color: #fafafa;
}

@media (hover: hover) {
  .gall_item .gall_inner:hover .txt .tit {
    color: #04B499 !important;
  }
}
@media (max-width: 620px) {
  .gall_item .img {
    border-radius: 10px;
  }
  .gall_item .img + .txt {
    margin-top: 10px;
  }
  .gall_item .txt .cate{font-size: 14px;}
  .gall_item .txt .tit {
    font-size: 16px;
  }
  .gall_item .txt .tit + .desc {
    margin-top: 3px;
  }
  .gall_item .txt .desc {
    font-size: 14px;
  }
  .gall_item .txt .info_line {
    gap: 3px 10px;
    margin-top: 10px;
  }
  .gall_item .txt .info_line .t1 {
    font-size: 14px;
  }
  .gall_item .txt .info_line .t1.date::before {
    width: 12px;
    height: 12px;
    margin: 0 5px 2px 0;
  }
  .gall_item .gall_btns {
    gap: 5px;
    margin-top: 10px;
  }
  .gall_item .gall_btns .btn {
    min-height: 40px;
    padding: 5px;
    font-size: 14px;
  }
}
.board_list {
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.board_list > table thead tr {
  border-bottom: 1px solid #ccc;
}
.board_list > table thead th {
  height: 85px;
  padding: 15px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #000;
  background-color: #fafafa;
}
.board_list > table thead th + th {
  border-left: 1px solid #ddd;
}
.board_list > table thead th.num_th {
  width: 155px;
}
.board_list > table thead th.info_th {
  width: 180px;
}
.board_list > table thead th.call_th {
  width: 180px;
}
.board_list > table thead th.period_th {
  width: 250px;
}
.board_list > table thead th.btn_th {
  width: 180px;
}
.board_list > table tbody tr {
  border-bottom: 1px solid #ddd;
}
.board_list > table tbody tr:last-child {
  border-bottom: 0;
}
.board_list > table tbody td {
  height: 80px;
  padding: 15px;
  font-size: 18px;
  text-align: center;
}
.board_list > table tbody td + td {
  border-left: 1px solid #ddd;
}
.board_list > table tbody td .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.board_list > table tbody td .tit > a, .board_list > table tbody td .tit > button {
  display: inline-block;
  max-width: 100%;
  margin: -5px 0;
  padding: 5px 0;
  vertical-align: top;
  font-size: inherit;
  text-align: inherit;
}
.board_list > table tbody td .tit.lock_ico::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 2px 8px 0 0;
  vertical-align: middle;
  background-image: url(/src/img/ico/board_list_lock.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.board_list > table tbody td .tit .tit_cate {
  font-weight: bold;
}
.board_list > table tbody td .tit + .info_line {
  margin-top: 10px;
}
.board_list > table tbody td .info_line {
  font-size: 0;
}
.board_list > table tbody td .info_line .t1 {
  display: inline-block;
  font-size: 18px;
  color: #666;
  line-height: 150%;
}
.board_list > table tbody td .info_line .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  margin: 0 15px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.board_list > table tbody td .info_line .t1:last-child::after {
  display: none;
}
.board_list > table tbody td .info_line.m_type {
  display: none;
}
.board_list > table tbody td .s0_ico {
  color: #999;
}
.board_list > table tbody td .s1_ico {
  color: #04B499;
}
.board_list > table tbody td .notice_ico {
  font-weight: bold;
  color: #04B499;
}
.board_list > table tbody td .more_btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.board_list > table tbody td .more_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 150px;
  height: 50px;
  border-radius: 50rem;
  font-size: 18px;
  text-align: center;
  line-height: 150%;
}
.board_list > table tbody td .more_btns .btn.line_style {
  border: 1px solid #999;
}
.board_list > table tbody td .more_btns .btn.bg_style {
  color: #fff;
  background-color: #04B499;
}
.board_list > table tbody td .more_btns .btn.block_style {
  border: 1px solid #ccc;
  color: #999;
  background-color: #fafafa;
}
.board_list > table tbody td .m_txt {
  display: none;
}
.board_list > table tbody td.tit_td {
  padding: 15px 35px;
  text-align: left;
}
.board_list > table tbody td.tit_td .tit {
  justify-content: start;
  text-align: left;
}
.board_list > table tbody td.tit_td.center_type {
  text-align: center;
}
.board_list > table tbody td.tit_td.center_type .tit {
  justify-content: center;
  text-align: center;
}
.board_list > table tbody .view_tr {
  display: none;
  background-color: #fafafa;
}
.board_list > table tbody .view_tr td {
  padding: 0 !important;
  text-align: left;
}
.board_list > table tbody .view_tr td .td_line {
  padding: 30px;
}
.board_list > table tbody .view_tr td .td_line + .td_line {
  border-top: 1px solid #ddd;
}
.board_list > table tbody .view_tr td .info_line + .view_tit {
  margin-top: 10px;
}
.board_list > table tbody .view_tr td .view_tit {
  font-size: 18px;
  font-weight: bold;
}
.board_list > table tbody .view_tr td .view_tit + .view_desc {
  margin-top: 5px;
}
.board_list > table tbody .view_tr td .view_desc {
  font-size: 16px;
  line-height: 150%;
}
.board_list > table tbody .view_tr td .manage_btns {
  display: flex;
  gap: 5px;
  margin-top: 20px;
}
.board_list > table tbody .view_tr td .manage_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 34px;
  padding: 0 5px;
  font-size: 12px;
  text-align: center;
}
.board_list > table tbody .view_tr td .manage_btns .btn.bg_style {
  color: #fff;
  background-color: #333;
}
.board_list > table tbody .view_tr td .manage_btns .btn.line_style {
  border: 1px solid #aaa;
  background-color: #fff;
}
.board_list > table tbody .view_tr td .manage_btns .btn.report_style {
  color: #fff;
  background-color: #F47920;
}
.board_list > table tbody .view_tr td .manage_btns .btn.report_style::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 3px;
  vertical-align: middle;
  background-image: url(/src/img/ico/report_btn_ico.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.board_list > table tbody .view_tr.act {
  display: table-row;
}

@media (hover: hover) {
  .board_list > table tbody td .tit > a:hover, .board_list > table tbody td .tit > button:hover {
    color: #04B499 !important;
  }
}
@media (max-width: 1440px) {
  .board_list > table thead th.num_th {
    width: 100px;
  }
  .board_list > table thead th.info_th {
    width: 140px;
  }
  .board_list > table thead th.btn_th {
    width: 160px;
  }
  .board_list > table tbody td.tit_td {
    padding: 15px 20px;
  }
}
@media (max-width: 1240px) {
  .board_list > table thead {
    display: none;
  }
  .board_list > table tbody tr {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    width: 100%;
    padding: 30px;
  }
  .board_list > table tbody td {
    display: none;
    width: 100%;
    height: auto !important;
    padding: 0 !important;
    border-left: 0 !important;
    text-align: left;
  }
  .board_list > table tbody td .tit {
    justify-content: start;
  }
  .board_list > table tbody td .tit + .info_line {
    margin-top: 3px;
  }
  .board_list > table tbody td .info_line.m_type {
    display: block;
  }
  .board_list > table tbody td .more_btns {
    flex-direction: row;
  }
  .board_list > table tbody td .more_btns .btn {
    width: 150px;
  }
  .board_list > table tbody td .m_txt {
    display: inline;
  }
  .board_list > table tbody td.tit_td {
    display: block;
  }
  .board_list > table tbody td.tit_td.center_type {
    text-align: left;
  }
  .board_list > table tbody td.tit_td.center_type .tit {
    justify-content: start;
    text-align: left;
  }
  .board_list > table tbody td.m_td {
    display: block;
  }
  .board_list > table tbody .view_tr {
    padding: 0 !important;
  }
  .board_list > table tbody .view_tr td {
    display: block;
  }
  .board_list > table tbody .view_tr.act {
    display: block;
  }
}
@media (max-width: 620px) {
  .board_list {
    border-radius: 10px;
  }
  .board_list > table tbody tr {
    gap: 5px 0;
    padding: 15px;
  }
  .board_list > table tbody td {
    font-size: 14px;
  }
  .board_list > table tbody td .tit {
    font-size: 14px;
  }
  .board_list > table tbody td .tit.lock_ico::before {
    width: 14px;
    height: 14px;
    margin: 0 5px 0 0;
  }
  .board_list > table tbody td .tit + .info_line {
    margin-top: 0;
  }
  .board_list > table tbody td .info_line .t1 {
    font-size: 14px;
  }
  .board_list > table tbody td .info_line .t1::after {
    margin: 0 10px 2px;
  }
  .board_list > table tbody td .more_btns {
    gap: 5px;
  }
  .board_list > table tbody td .more_btns .btn {
    width: 110px;
    height: 40px;
    font-size: 14px;
  }
  .board_list > table tbody .view_tr td .td_line {
    padding: 15px;
  }
  .board_list > table tbody .view_tr td .info_line + .view_tit {
    margin-top: 5px;
  }
  .board_list > table tbody .view_tr td .view_tit {
    font-size: 14px;
  }
  .board_list > table tbody .view_tr td .view_tit + .view_desc {
    margin-top: 0;
  }
  .board_list > table tbody .view_tr td .view_desc {
    font-size: 14px;
  }
  .board_list > table tbody .view_tr td .manage_btns {
    margin-top: 10px;
  }
}
.board_pw {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 40px;
  border: 1px solid #ddd;
  border-radius: 20px;
  text-align: center;
  background-color: #F6FAFA;
}
.board_pw::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  margin-bottom: 40px;
  background-image: url(/src/img/ico/board_pw.svg);
  background-size: cover;
}
.board_pw .sys_inp_wrap .inp {
  background-color: #fff;
}
.board_pw .tit_line .tit {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.board_pw .tit_line .tit + .desc {
  margin-top: 20px;
}
.board_pw .tit_line .desc {
  font-size: 20px;
}
.board_pw .inp_line {
  width: 100%;
  max-width: 500px;
  margin-top: 30px;
}
.board_pw .sys_sbm_line {
  margin-top: 50px;
}

@media (max-width: 620px) {
  .board_pw {
    padding: 40px 20px;
    border-radius: 10px;
  }
  .board_pw::before {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
  .board_pw .tit_line .tit {
    font-size: 20px;
  }
  .board_pw .tit_line .tit + .desc {
    margin-top: 10px;
  }
  .board_pw .tit_line .desc {
    font-size: 16px;
  }
  .board_pw .inp_line {
    max-width: 300px;
    margin-top: 15px;
  }
  .board_pw .sys_sbm_line {
    margin-top: 25px;
  }
}
.board_w {
  padding: 60px;
  border: 1px solid #eee;
  border-radius: 20px;
  background-color: #fafafa;
}
.board_w .line {
  display: flex;
  gap: 20px 45px;
  align-items: start;
}
.board_w .line + .line {
  margin-top: 20px;
}
.board_w dl {
  display: flex;
  gap: 10px;
  width: 100%;
}
.board_w dl dt {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140px;
  min-height: 70px;
  padding: 10px;
  border-radius: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #04B499;
}
.board_w dl dd {
  width: 100%;
}

@media (max-width: 1440px) {
  .board_w {
    padding: 40px;
  }
  .board_w .line {
    gap: 20px;
  }
  .board_w dl dt {
    width: 90px;
    font-size: 18px;
  }
}
@media (max-width: 1240px) {
  .board_w .line {
    flex-direction: column;
  }
  .board_w dl {
    width: 100% !important;
  }
}
@media (max-width: 620px) {
  .board_w {
    padding: 20px;
    border-radius: 15px;
  }
  .board_w .line {
    gap: 20px;
  }
  .board_w dl {
    flex-direction: column;
    gap: 5px;
  }
  .board_w dl dt {
    display: block;
    width: 100%;
    min-height: auto;
    padding: 0;
    border-radius: 0;
    font-size: 14px;
    color: #000;
    text-align: left;
    background-color: transparent;
  }
}
.board_complete {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 40px;
  border: 1px solid #ddd;
  border-radius: 20px;
  text-align: center;
  background-color: #F6FAFA;
}
.board_complete::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  margin-bottom: 40px;
  background-image: url(/src/img/ico/board_complete.svg);
  background-size: cover;
}
.board_complete .tit_line .tit {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.board_complete .tit_line .tit b {
  color: #F47920;
}
.board_complete .tit_line .tit + .desc {
  margin-top: 20px;
}
.board_complete .tit_line .desc {
  font-size: 20px;
}
.board_complete .sys_sbm_line {
  margin-top: 50px;
}

@media (max-width: 620px) {
  .board_complete {
    padding: 40px 20px;
    border-radius: 10px;
  }
  .board_complete::before {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
  .board_complete .tit_line .tit {
    font-size: 20px;
  }
  .board_complete .tit_line .tit + .desc {
    margin-top: 10px;
  }
  .board_complete .tit_line .desc {
    font-size: 16px;
  }
  .board_complete .sys_sbm_line {
    margin-top: 25px;
  }
}
.share_wrap {
  position: relative;
}
.share_wrap .share_open {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
}
.share_wrap .share_modal {
  display: none;
  position: absolute;
  padding: 25px 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.share_wrap .share_modal .close_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-image: url(/src/img/ico/share_modal_close.svg);
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.share_wrap .share_modal .share_btn_list > ul {
  display: flex;
  gap: 10px;
}
.share_wrap .share_modal .share_btn_list > ul > li {
  width: 40px;
}
.share_wrap .share_modal .share_btn {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.share_wrap .share_modal .share_btn.kakao_btn {
  background-image: url(/src/img/ico/share_btn_kakao.png);
}
.share_wrap .share_modal .share_btn.blog_btn {
  background-image: url(/src/img/ico/share_btn_blog.png);
}
.share_wrap .share_modal .share_btn.url_btn {
  background-image: url(/src/img/ico/share_btn_url.png);
}

.js_share_wrap.act .share_modal {
  display: block;
}

.board_v .sun-editor-editable {
  padding: 0;
  font-size: 18px;
}
.board_v .tit_wrap {
  padding: 35px;
  border: 1px solid #ddd;
  border-radius: 15px;
  text-align: center;
  background-color: #fafafa;
}
.board_v .tit_wrap .tit {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.board_v .tit_wrap .tit + .info_line {
  margin-top: 15px;
}
.board_v .tit_wrap .info_line {
  font-size: 0;
}
.board_v .tit_wrap .info_line .t1 {
  display: inline-block;
  font-size: 18px;
  color: #666;
  line-height: 150%;
}
.board_v .tit_wrap .info_line .t1.period {
  font-weight: bold;
}
.board_v .tit_wrap .info_line .t1.period b {
  color: #04B499 !important;
}
.board_v .tit_wrap .info_line .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  margin: 0 15px 4px;
  vertical-align: middle;
  background-color: #ddd;
}
.board_v .tit_wrap .info_line .t1:last-child::after {
  display: none;
}
.board_v .tit_wrap .info_line .share_wrap .share_open {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -5px -5px 0;
  vertical-align: middle;
  background-image: url(/src/img/ico/board_v_share_open.svg);
  background-size: 21px auto;
}
.board_v .tit_wrap .info_line .share_wrap .share_modal {
  top: 30px;
  right: 0;
}
.board_v .tit_wrap .s0_ico {
  color: #999;
}
.board_v .tit_wrap .s1_ico {
  color: #04B499;
}
.board_v .cont_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  padding: 0 35px;
}
.board_v .cont_wrap .thum_img {
  display: inline-block;
  margin-bottom: 60px;
  overflow: hidden;
  border-radius: 15px;
}
.board_v .cont_wrap .thum_img.end_type {
  position: relative;
}
.board_v .cont_wrap .thum_img.end_type figcaption {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.board_v .cont_wrap .thum_img.end_type figcaption .t1 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.board_v .cont_wrap .edit_v {
  width: 100%;
}
.board_v .cont_wrap .board_btns {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}
.board_v .cont_wrap .board_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  min-height: 50px;
  height: 100%;
  padding: 10px;
  border-radius: 50rem;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.board_v .cont_wrap .board_btns .btn.line_style {
  border: 1px solid #04B499;
  color: #04B499;
}
.board_v .cont_wrap .board_btns .btn.end_style {
  border: 1px solid #ddd;
  color: #999;
  background-color: #fafafa;
}
.board_v .cont_wrap .txt {
  width: 100%;
  font-size: 18px;
}
.board_v .file_wrap {
  overflow: hidden;
  display: flex;
  margin-top: 60px;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.board_v .file_wrap .tit {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 180px;
  padding: 30px;
  text-align: center;
  background-color: #fafafa;
}
.board_v .file_wrap .tit .t1 {
  font-size: 18px;
  font-weight: bold;
  color: #666;
}
.board_v .file_wrap .tit .t1::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: 0 10px 2px 0;
  vertical-align: middle;
  background-image: url(/src/img/ico/board_v_file.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.board_v .file_wrap .file_list {
  width: 100%;
  padding: 30px;
}
.board_v .file_wrap .file_list .t1 {
  font-size: 18px;
  color: #666;
}
.board_v .file_wrap .file_list .t1 + .t1 {
  margin-top: 5px;
}
.board_v .file_wrap .file_list .t1 > a {
  display: inline-block;
  margin: -5px 0;
  padding: 5px 0;
  vertical-align: top;
}
.board_v .answer_wrap {
  margin-top: 60px;
  padding: 50px 45px;
  border: 1px solid #ddd;
  border-radius: 20px;
  background-color: #F6FAFA;
}
.board_v .answer_wrap .sun-editor-editable {
  background-color: transparent;
}
.board_v .answer_wrap .tit {
  font-size: 20px;
  font-weight: bold;
}
.board_v .answer_wrap .tit + .txt {
  margin-top: 20px;
}
.board_v .answer_wrap .txt {
  font-size: 18px;
  color: #666;
}
.board_v .nav_wrap {
  position: relative;
  min-height: 60px;
  margin-top: 80px;
}
.board_v .nav_wrap .nav_btns {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 180px;
  margin: 0 auto;
}
.board_v .nav_wrap .nav_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 50rem;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.board_v .nav_wrap .nav_btns .btn.bg_style {
  color: #fff;
  background-color: #04B499 !important;
}
.board_v .nav_wrap .nav_btns .btn.line_style {
  border: 1px solid #999;
  color: #666;
}
.board_v .nav_wrap .nav_btns .btn.c1_line_style {
  border: 1px solid #04B499 !important;
  color: #04B499 !important;
}
.board_v .nav_wrap .nav_btns.w100p {
  width: 100%;
  flex-direction: row;
  justify-content: center;
}
.board_v .nav_wrap .nav_btns.w100p .btn {
  width: 180px;
}
.board_v .nav_wrap .arrow_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0 20px;
  max-width: calc((100% - 260px) / 2);
}
.board_v .nav_wrap .arrow_btn::before {
  content: "";
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-image: url(/src/img/ico/board_v_nav_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.board_v .nav_wrap .arrow_btn .t1 {
  min-width: 0;
  width: 100%;
  font-size: 18px;
  color: #666;
}
.board_v .nav_wrap .arrow_btn.prev {
  left: 0;
}
.board_v .nav_wrap .arrow_btn.next {
  right: 0;
  flex-direction: row-reverse;
  margin-left: auto;
  text-align: right;
}
.board_v .nav_wrap .arrow_btn.next::before {
  transform: scaleX(-1);
}

@media (max-width: 1240px) {
  .board_v .cont_wrap {
    padding: 0;
  }
  .board_v .nav_wrap .arrow_btn .t1 {
    display: none;
  }
}
@media (max-width: 620px) {
  .board_v .sun-editor-editable {
    font-size: 14px;
  }
  .board_v .tit_wrap {
    padding: 15px;
    border-radius: 10px;
  }
  .board_v .tit_wrap .tit {
    font-size: 18px;
  }
  .board_v .tit_wrap .tit + .info_line {
    margin-top: 5px;
  }
  .board_v .tit_wrap .info_line .t1 {
    font-size: 16px;
  }
  .board_v .tit_wrap .info_line .t1::after {
    margin: 0 10px 2px;
  }
  .board_v .cont_wrap {
    margin-top: 30px;
  }
  .board_v .cont_wrap .thum_img {
    margin-bottom: 30px;
    border-radius: 10px;
  }
  .board_v .cont_wrap .thum_img.end_type figcaption {
    padding: 20px;
  }
  .board_v .cont_wrap .thum_img.end_type figcaption .t1 {
    font-size: 20px;
  }
  .board_v .cont_wrap .board_btns {
    gap: 5px;
    margin-top: 20px;
  }
  .board_v .cont_wrap .board_btns .btn {
    width: 220px;
    min-height: 40px;
    padding: 5px;
    font-size: 14px;
  }
  .board_v .cont_wrap .txt {
    font-size: 14px;
  }
  .board_v .file_wrap {
    margin-top: 30px;
    border-radius: 10px;
  }
  .board_v .file_wrap .tit {
    width: 110px;
    padding: 15px;
  }
  .board_v .file_wrap .tit .t1 {
    font-size: 14px;
  }
  .board_v .file_wrap .tit .t1::before {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
  .board_v .file_wrap .file_list {
    padding: 15px;
  }
  .board_v .file_wrap .file_list .t1 {
    font-size: 14px;
  }
  .board_v .answer_wrap {
    margin-top: 30px;
    padding: 25px 20px;
    border-radius: 10px;
  }
  .board_v .answer_wrap .tit {
    font-size: 16px;
  }
  .board_v .answer_wrap .tit + .txt {
    margin-top: 10px;
  }
  .board_v .answer_wrap .txt {
    font-size: 14px;
  }
  .board_v .nav_wrap {
    min-height: 50px;
    margin-top: 40px;
  }
  .board_v .nav_wrap .nav_btns {
    gap: 10px;
    width: 120px;
  }
  .board_v .nav_wrap .nav_btns .btn {
    height: 50px;
    font-size: 16px;
  }
  .board_v .nav_wrap .nav_btns.w100p .btn {
    width: 120px;
  }
  .board_v .nav_wrap .arrow_btn {
    gap: 0 10px;
    max-width: calc((100% - 140px) / 2);
  }
  .board_v .nav_wrap .arrow_btn::before {
    width: 50px;
    height: 50px;
  }
  .board_v .nav_wrap .arrow_btn .t1 {
    font-size: 14px;
  }
}
.relate_wrap.bg_type {
  background-color: #F6FAFA;
}
.relate_wrap .relate_tit {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.relate_wrap .relate_tit_line {
  margin-bottom: 20px;
}

@media (max-width: 620px) {
  .relate_wrap .relate_tit {
    font-size: 20px;
  }
  .relate_wrap .relate_tit_line {
    margin-bottom: 10px;
  }
}
.faq_list {
  border-top: 1px solid #999;
}
.faq_list .sun-editor-editable {
  padding: 0;
  font-size: 18px;
}
.faq_list > ul > li {
  border-bottom: 1px solid #ddd;
}
.faq_list > ul > li .line {
  display: flex;
  gap: 0 10px;
  align-items: start;
  padding: 25px 20px;
}
.faq_list > ul > li .line .ico {
  flex-shrink: 0;
  width: 60px;
  font-size: 22px;
  font-weight: bold;
}
.faq_list > ul > li .line .txt {
  width: 100%;
}
.faq_list > ul > li .line.q_line {
  align-items: center;
}
.faq_list > ul > li .line.q_line .ico {
  color: #04B499;
}
.faq_list > ul > li .line.q_line .txt .tit {
  position: relative;
  display: block;
  width: 100%;
  margin: -25px 0;
  padding: 25px 20px 25px 0;
  font-size: 18px;
  text-align: left;
}
.faq_list > ul > li .line.q_line .txt .tit::after {
  content: "";
  transition: transform 0.3s;
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background-image: url(/src/img/ico/faq_list_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.faq_list > ul > li .line.a_line {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fafafa;
}
.faq_list > ul > li .line.a_line .ico {
  color: #F47920;
}
.faq_list > ul > li .line.a_line .txt {
  margin-top: -5px;
}
.faq_list > ul > li .line.a_line .txt .t1 {
  font-size: 18px;
}
.faq_list > ul > li .line.a_line .txt .sun-editor-editable {
  background-color: transparent;
}
.faq_list > ul > li.act .line.q_line .txt .tit::after {
  transform: scaleY(-1);
  background-image: url(/src/img/ico/faq_list_arrow_c1.svg);
}
.faq_list > ul > li.act .line.a_line {
  display: flex;
}

@media (max-width: 620px) {
  .faq_list .sun-editor-editable {
    font-size: 14px;
  }
  .faq_list > ul > li .line {
    gap: 0 5px;
    padding: 15px 10px;
  }
  .faq_list > ul > li .line .ico {
    width: 40px;
    font-size: 16px;
  }
  .faq_list > ul > li .line.q_line .txt .tit {
    margin: -15px 0;
    padding: 15px 15px 15px 0;
    font-size: 14px;
  }
  .faq_list > ul > li .line.q_line .txt .tit::after {
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
  }
  .faq_list > ul > li .line.a_line .txt .t1 {
    font-size: 14px;
  }
}
.list_page {
  padding-bottom: 140px;
}

@media (max-width: 620px) {
  .list_page {
    padding-bottom: 75px;
  }
}
.js_schopt_wrap .js_schopt_cont {
  display: none;
}
.js_schopt_wrap.act .js_schopt_cont {
  display: block;
}

.center_search_wrap .main_opt {
  display: flex;
  align-items: center;
  gap: 15px 30px;
  min-height: 160px;
  padding: 40px;
  border-radius: 50rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.center_search_wrap .main_opt .sch_sel {
  width: 100%;
  height: 60px;
  padding: 0 30px 0 20px;
  border: 1px solid #999;
  border-radius: 50rem;
  font-size: 18px;
  color: #666;
  background-position: calc(100% - 20px) center;
}
.center_search_wrap .main_opt .sch_inp {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 0;
  border-radius: 50rem;
  font-size: 18px;
  background-color: #fafafa;
}
.center_search_wrap .main_opt .sch_inp::placeholder {
  font-size: 18px;
  color: #797979;
}
.center_search_wrap .main_opt .sido_wrap {
  flex-shrink: 0;
  display: flex;
  gap: 15px;
  width: 700px;
}
.center_search_wrap .main_opt + .js_schopt_cont {
  margin-top: 40px;
}
.center_search_wrap .cate_opt {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-bottom: 20px;
}
.center_search_wrap .cate_opt .de_rdo i, .center_search_wrap .cate_opt .de_cki i, .center_search_wrap .cate_opt .de_cks i {
  border-radius: 50%;
}
.center_search_wrap .cate_opt .de_rdo.txt .t, .center_search_wrap .cate_opt .de_cki.txt .t, .center_search_wrap .cate_opt .de_cks.txt .t {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.center_search_wrap .sch_opt_tb {
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 15px;
}
.center_search_wrap .sch_opt_tb > table tbody tr + tr {
  border-top: 1px solid #ccc;
}
.center_search_wrap .sch_opt_tb > table tbody th {
  width: 210px;
  padding: 25px;
  border-right: 1px solid #ccc;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-align: center;
  background-color: #F6FAFA;
}
.center_search_wrap .sch_opt_tb > table tbody td {
  padding: 25px 40px;
}
.center_search_wrap .sch_opt_tb + .sch_opt_tb {
  margin-top: 15px;
}
.center_search_wrap .sch_opt_tb dl {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.center_search_wrap .sch_opt_tb dl dt {
  flex-shrink: 0;
  width: 90px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.center_search_wrap .sch_opt_tb dl dd {
  width: 100%;
}
.center_search_wrap .sch_opt_tb dl + dl {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #eee;
}
.center_search_wrap .sch_opt_tb .de_rdo.txt .t, .center_search_wrap .sch_opt_tb .de_cki.txt .t, .center_search_wrap .sch_opt_tb .de_cks.txt .t {
  color: #999;
}
.center_search_wrap .sch_opt_tb .de_rdo.txt.ss .t, .center_search_wrap .sch_opt_tb .de_cki.txt.ss .t, .center_search_wrap .sch_opt_tb .de_cks.txt.ss .t {
  padding-top: 0;
  font-size: 18px;
}
.center_search_wrap .sch_opt_tb .de_rdo input:checked ~ i, .center_search_wrap .sch_opt_tb .de_cki input:checked ~ i, .center_search_wrap .sch_opt_tb .de_cks input:checked ~ i {
  border: 1px solid #04B499 !important;
}
.center_search_wrap .sch_opt_tb .de_rdo input:checked ~ i + .t, .center_search_wrap .sch_opt_tb .de_cki input:checked ~ i + .t, .center_search_wrap .sch_opt_tb .de_cks input:checked ~ i + .t {
  color: #04B499 !important;
}
.center_search_wrap .sch_opt_tb .de_cki i {
  border-radius: 50%;
}
.center_search_wrap .sch_opt_tb .keyword_label input {
  display: none;
}
.center_search_wrap .sch_opt_tb .keyword_label .t {
  font-size: 18px;
  color: #999;
}
.center_search_wrap .sch_opt_tb .keyword_label input:checked ~ .t {
  color: #04B499 !important;
}
.center_search_wrap .sch_opt_tb .opt_label_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
}
.center_search_wrap .sbm_line {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 40px;
}
.center_search_wrap .sbm_line .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  border-radius: 50rem;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.center_search_wrap .sbm_line .btn.c1_line_style {
  border: 1px solid #04B499;
  color: #04B499;
}
.center_search_wrap .sbm_line .btn.bg_style {
  color: #fff;
  background-color: #04B499;
}
.center_search_wrap .sbm_line .btn.block_style {
  border: 1px solid #ccc;
  color: #999;
  background-color: #fafafa;
}
.center_search_wrap .sbm_line .btn.open_btn::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-size: cover;
}
.center_search_wrap .sbm_line .btn.open_btn.c1_line_style::before {
  background-image: url(/src/img/ico/center_search_open.svg);
}

@media (max-width: 1440px) {
  .center_search_wrap .sch_opt_tb > table tbody th {
    padding: 20px;
  }
  .center_search_wrap .sch_opt_tb > table tbody td {
    padding: 20px;
  }
  .center_search_wrap .sch_opt_tb dl {
    gap: 0 10px;
  }
  .center_search_wrap .sch_opt_tb dl + dl {
    margin-top: 20px;
    padding-top: 20px;
  }
  .center_search_wrap .sch_opt_tb dl dt {
    width: 80px;
    font-size: 18px;
  }
}
@media (max-width: 1240px) {
  .center_search_wrap .main_opt {
    flex-direction: column;
    min-height: auto;
    border-radius: 20px;
  }
  .center_search_wrap .main_opt .sido_wrap {
    width: 100%;
    gap: 10px;
  }
  .center_search_wrap .sch_opt_tb > table tbody th {
    width: 160px;
    font-size: 20px;
  }
}
@media (max-width: 620px) {
  .center_search_wrap .main_opt {
    gap: 10px;
    padding: 20px;
    border-radius: 10px;
  }
  .center_search_wrap .main_opt .sch_sel {
    height: 40px;
    padding: 0 20px 0 10px;
    font-size: 14px;
    background-position: calc(100% - 10px) center;
  }
  .center_search_wrap .main_opt .sch_inp {
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }
  .center_search_wrap .main_opt .sch_inp::placeholder {
    font-size: 14px;
  }
  .center_search_wrap .main_opt .sido_wrap {
    width: 100%;
    gap: 5px;
  }
  .center_search_wrap .main_opt + .js_schopt_cont {
    margin-top: 20px;
  }
  .center_search_wrap .cate_opt {
    gap: 5px 15px;
    margin-bottom: 10px;
  }
  .center_search_wrap .cate_opt .de_rdo.txt .t, .center_search_wrap .cate_opt .de_cki.txt .t, .center_search_wrap .cate_opt .de_cks.txt .t {
    font-size: 16px;
  }
  .center_search_wrap .sch_opt_tb {
    border-radius: 10px;
  }
  .center_search_wrap .sch_opt_tb > table tbody th {
    width: 90px;
    padding: 10px;
    font-size: 14px;
  }
  .center_search_wrap .sch_opt_tb > table tbody td {
    padding: 10px;
  }
  .center_search_wrap .sch_opt_tb + .sch_opt_tb {
    margin-top: 10px;
  }
  .center_search_wrap .sch_opt_tb dl {
    flex-direction: column;
    gap: 5px 0;
  }
  .center_search_wrap .sch_opt_tb dl dt {
    width: 100%;
    font-size: 14px;
  }
  .center_search_wrap .sch_opt_tb dl + dl {
    margin-top: 10px;
    padding-top: 10px;
  }
  .center_search_wrap .sch_opt_tb .de_rdo.txt i, .center_search_wrap .sch_opt_tb .de_cki.txt i, .center_search_wrap .sch_opt_tb .de_cks.txt i {
    margin-right: 5px;
  }
  .center_search_wrap .sch_opt_tb .de_rdo.txt.ss .t, .center_search_wrap .sch_opt_tb .de_cki.txt.ss .t, .center_search_wrap .sch_opt_tb .de_cks.txt.ss .t {
    font-size: 14px;
  }
  .center_search_wrap .sch_opt_tb .keyword_label .t {
    font-size: 14px;
  }
  .center_search_wrap .sch_opt_tb .opt_label_wrap {
    gap: 5px 15px;
  }
  .center_search_wrap .sbm_line {
    gap: 10px;
    margin-top: 20px;
  }
  .center_search_wrap .sbm_line .btn {
    width: 120px;
    height: 40px;
    font-size: 16px;
  }
  .center_search_wrap .sbm_line .btn.open_btn::before {
    width: 18px;
    height: 18px;
  }
}
.list_page .center_search_wrap {
  margin-bottom: 60px;
}

@media (max-width: 620px) {
  .list_page .center_search_wrap {
    margin-bottom: 30px;
  }
}
.center_board_type > ul {
  display: flex;
}
.center_board_type > ul > li .type_btn {
  display: inline-block;
  margin: -5px 0;
  padding: 5px 0;
  font-size: 18px;
  font-weight: bold;
  color: #999;
}
.center_board_type > ul > li .type_btn::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-top: -4px;
  margin-right: 5px;
  vertical-align: middle;
  background-size: cover;
}
.center_board_type > ul > li .type_btn.list_type::before {
  background-image: url(/src/img/ico/center_boardtype_list.svg);
}
.center_board_type > ul > li .type_btn.map_type{color: #04B499;}
.center_board_type > ul > li .type_btn.map_type::before {
  /* background-image: url(/src/img/ico/center_boardtype_map.svg); */
  background-image: url(/src/img/ico/center_boardtype_map_act.svg);
}
.center_board_type > ul > li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  margin: 0 15px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.center_board_type > ul > li:last-child::after {
  display: none;
}
.center_board_type > ul > li.act .type_btn {
  color: #000;
}
.center_board_type > ul > li.act .type_btn.map_type{color: #04B499;}
.center_board_type > ul > li.act .type_btn.list_type::before {
  background-image: url(/src/img/ico/center_boardtype_list_act.svg);
}
.center_board_type > ul > li.act .type_btn.map_type::before {
  background-image: url(/src/img/ico/center_boardtype_map_act.svg);
}

@media (max-width: 620px) {
  .center_board_type > ul > li .type_btn {
    font-size: 14px;
  }
  .center_board_type > ul > li .type_btn::before {
    width: 16px;
    height: 16px;
    margin-top: -2px;
  }
  .center_board_type > ul > li::after {
    height: 9px;
    margin: 0 10px 2px;
  }
}
.center_top {
  display: flex;
  margin-bottom: 20px;
}
.center_top .r_cont {
  margin-left: auto;
}

@media (max-width: 620px) {
  .center_top {
    margin-bottom: 10px;
  }
}
.center_list {
  border-top: 1px solid #999;
}
.center_list > ul > li {
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 1240px) {
  .center_list > ul > li {
    padding: 30px 0;
  }
}
@media (max-width: 620px) {
  .center_list > ul > li {
    padding: 15px 0;
  }
}
.interest_btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/src/img/ico/center_interest.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.interest_btn.act {
  background-image: url(/src/img/ico/center_interest_act.svg);
}

.center_ico_line {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.center_ico_line .ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 65px;
  height: 25px;
  padding: 0 10px;
  border-radius: 50rem;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-color: #aaa;
}
.center_ico_line .ico.auth_ico {
  color: #fff;
  background-color: #04B499;
}

.center_keyword b {
  color: #04B499;
}

@media (max-width: 620px) {
  .center_ico_line {
    gap: 3px;
    margin-bottom: 5px;
  }
  .center_ico_line .ico {
    min-width: 35px;
    height: 20px;
    padding: 0 5px;
    font-size: 11px;
  }
}
.center_item {
  display: flex;
  gap: 0 35px;
  align-items: center;
}
.center_item .img {
  flex-shrink: 0;
}
.center_item .img .thum_img {
  overflow: hidden;
  display: block;
  width: 206px;
  height: 149px;
  border-radius: 10px;
}
.center_item .img .thum_img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.center_item .img.chk_type {
  display: flex;
  align-items: center;
  gap: 0 35px;
}
.center_item .img.chk_type .item_chk i {
  border-radius: 50%;
  background-color: #fff;
}
.center_item .txt {
  min-width: 0;
  width: 100%;
}
.center_item .btns {
  flex-shrink: 0;
}
.center_item .txt_btns {
  display: flex;
  align-items: center;
  gap: 0 35px;
  min-width: 0;
  width: 100%;
}

@keyframes autuico_blink{
  0%{opacity: 0;}
  60%{opacity: 1;}
  100%{opacity: 1;}
}
.center_item .center_ico_line .ico.auth_ico{animation: autuico_blink 1.5s infinite;}

.center_item .tit {
  display: flex;
  align-items: start;
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.center_item .tit .interest_btn {
  margin-top: 5px;
  margin-right: 10px;
}
.center_item .tit > a:not(.interest_btn), .center_item .tit > button:not(.interest_btn) {
  width: auto;
  max-width: 100%;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  vertical-align: top;
  text-align: left;
}
.center_item .tit + .desc, .center_item .tit + .info {
  margin-top: 15px;
}
.center_item .desc {
  font-size: 18px;
}
.center_item .desc + .info {
  margin-top: 5px;
}
.center_item .info {
  font-size: 16px;
  color: #666;
}
.center_item .info + .info {
  margin-top: 5px;
}
.center_item .view_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 57px;
  border: 1px solid #999;
  border-radius: 50rem;
  font-size: 18px;
  color: #666;
  text-align: center;
  background-color: #fafafa;
}
.center_item .view_btn::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background-image: url(/src/img/ico/center_view_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (hover: hover) {
  .center_item .tit > a:not(.interest_btn):hover, .center_item .tit > button:not(.interest_btn):hover {
    color: #04B499;
  }
}
@media (max-width: 1440px) {
  .center_item {
    align-items: start;
  }
  .center_item .txt_btns {
    flex-direction: column;
    gap: 15px 0;
  }
  .center_item .txt_btns .btns {
    width: 100%;
  }
}
@media (max-width: 1240px) {
  .center_item .img.chk_type {
    align-items: start;
    gap: 0 20px;
  }
}
@media (max-width: 620px) {
  .center_item {
    gap: 0 15px;
  }
  .center_item .img .thum_img {
    aspect-ratio: 206/149;
    width: 100px;
    height: auto;
    border-radius: 5px;
  }
  .center_item .img.chk_type {
    gap: 0 10px;
  }
  .center_item .img.chk_type .item_chk i {
    width: 25px;
    height: 25px;
  }
  .center_item .txt_btns {
    gap: 10px 0;
  }
  .center_item .tit {
    font-size: 16px;
  }
  .center_item .tit .interest_btn {
    margin-top: 0;
    margin-right: 5px;
  }
  .center_item .tit + .desc, .center_item .tit + .info {
    margin-top: 10px;
  }
  .center_item .desc {
    font-size: 14px;
  }
  .center_item .desc + .info {
    margin-top: 3px;
  }
  .center_item .info {
    font-size: 14px;
  }
  .center_item .info + .info {
    margin-top: 3px;
  }
  .center_item .view_btn {
    width: 120px;
    height: 35px;
    font-size: 14px;
  }
  .center_item .view_btn::after {
    width: 8px;
    height: 8px;
    margin-left: 5px;
  }
}
.list_box {
  display: flex;
  height: 700px;
  border: 1px solid #ddd;
  border-radius: 20px;
}
.list_box .map_cont {
  width: 100%;
  height: 100%;
  padding: 25px;
}
.list_box .map_cont .map {
  overflow: hidden;
  height: 100%;
  border-radius: 20px;
  background-color: #ddd;
}
.list_box .map_cont div[style*=border] {
  border: 0 !important;
  background: transparent !important;
}
.list_box .map_cont div[style*="triangle.png"] {
  display: none !important;
}
.list_box .map_cont .center_item {
  flex-direction: column;
  gap: 15px 0;
  width: 346px;
  padding: 20px;
  border: 1px solid #04B499 !important;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.list_box .map_cont .center_item .btns {
  width: 100%;
}
.list_box .map_cont .center_item .view_btn {
  width: 100%;
  height: 40px;
  border: 1px solid #04B499;
  color: #fff;
  font-weight: bold;
  background-color: #04B499;
}
.list_box .map_cont .center_item .view_btn::after {
  display: none;
}
.list_box .map_list {
  flex-shrink: 0;
  overflow-y: auto;
  width: 450px;
  height: 100%;
  padding: 25px;
  padding-left: 0;
}
.list_box .map_list > ul {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.list_box .map_list > ul > li {
  padding: 25px;
  border: 1px solid #ccc;
  border-radius: 20px;
}
.list_box .map_list .center_item {
  flex-direction: column;
  gap: 20px 0;
}
.list_box .map_list .center_item .btns {
  width: 100%;
}
.list_box .map_list .center_item .view_btn {
  width: 100%;
  height: 40px;
}
.list_box .map_list .no_data {
  height: 100%;
  border: 0;
}

@media (max-width: 1240px) {
  .list_box {
    flex-direction: column;
    height: auto;
  }
  .list_box .map_cont .map {
    height: 500px;
  }
  .list_box .map_list {
    width: 100%;
    height: 500px;
    padding: 25px;
    border-top: 1px solid #ddd;
  }
}
@media (max-width: 620px) {
  .list_box {
    border-radius: 10px;
  }
  .list_box .map_cont {
    padding: 15px;
  }
  .list_box .map_cont .map {
    height: 300px;
    border-radius: 10px;
  }
  .list_box .map_cont .center_item {
    gap: 10px 0;
    width: 200px;
    margin-bottom: -5px;
    padding: 10px;
    border-radius: 10px;
  }
  .list_box .map_cont .center_item .view_btn {
    height: 35px;
  }
  .list_box .map_list {
    padding: 15px;
  }
  .list_box .map_list > ul {
    gap: 5px 0;
  }
  .list_box .map_list > ul > li {
    padding: 15px;
    border-radius: 10px;
  }
  .list_box .map_list .center_item {
    gap: 10px 0;
  }
  .list_box .map_list .center_item .view_btn {
    height: 35px;
  }
}
.list_v_page section.bg_type, .list_v_page section.bottom_bg_type {
  padding: 100px 0;
}
.list_v_page section + section {
  margin-top: 100px;
}
.list_v_page section:last-child {
  padding-bottom: 100px;
}

@media (max-width: 620px) {
  .list_v_page section.bg_type {
    padding: 50px 0;
  }
  .list_v_page section + section {
    margin-top: 50px;
  }
  .list_v_page section:last-child {
    padding-bottom: 50px;
  }
}
.center_view .top_info {
  display: flex;
  gap: 0 80px;
  align-items: start;
}
.center_view .top_info .img {
  min-width: 0;
  width: 100%;
}
.center_view .top_info .txt {
  flex-shrink: 0;
  width: 630px;
}
.center_view .top_info .img_slide .img_mask {
  overflow: hidden;
  border-radius: 20px;
}
.center_view .top_info .img_slide .img_mask .item .img {
  aspect-ratio: 790/571;
}
.center_view .top_info .img_slide .img_mask .item .img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.center_view .top_info .img_slide .slide_control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  margin-top: 30px;
}
.center_view .top_info .img_slide .slide_control.dn {
  display: none;
}
.center_view .top_info .img_slide .slide_control .arrow_btn {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/src/img/ico/center_v_img_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.center_view .top_info .img_slide .slide_control .arrow_btn.next {
  transform: scaleX(-1);
}
.center_view .top_info .img_slide .slide_control .page {
  width: 65px;
  font-size: 18px;
  color: #aaa;
  font-weight: bold;
  text-align: center;
}
.center_view .top_info .img_slide .slide_control .page .curr {
  color: #04B499;
}
.center_view .top_info .tit {
  display: flex;
  align-items: start;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.center_view .top_info .tit .interest_btn {
  margin-top: 12px;
  margin-right: 10px;
}
.center_view .top_info .tit + .desc, .center_view .top_info .tit + .info {
  margin-top: 20px;
}
.center_view .top_info .desc {
  font-size: 22px;
  font-weight: bold;
}
.center_view .top_info .desc + .info {
  margin-top: 10px;
}
.center_view .top_info .info {
  font-size: 18px;
  color: #666;
}
.center_view .top_info .info + .info {
  margin-top: 10px;
}
.center_view .top_info .info_box {
  margin-top: 30px;
  padding: 30px 35px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fafafa;
}
.center_view .top_info .info_box dl {
  display: flex;
  gap: 0 25px;
  align-items: start;
}
.center_view .top_info .info_box dl dt {
  flex-shrink: 0;
  width: 160px;
  font-size: 18px;
  font-weight: bold;
}
.center_view .top_info .info_box dl dd {
  font-size: 18px;
}
.center_view .top_info .info_box dl + dl {
  margin-top: 20px;
}
.center_view .top_info .sbm_line {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}
.center_view .top_info .sbm_line .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 60px;
  border-radius: 50rem;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.center_view .top_info .sbm_line .btn.c1_line_style {
  border: 1px solid #04B499;
  color: #04B499;
}
.center_view .top_info .sbm_line .btn.bg_style{color: #fff;background-color: #04B499;}
.center_view .top_info .sbm_line .btn.sms_btn{border: 1px solid #04B499;}
.center_view .top_info .sbm_line .btn.sms_btn::before{content: '';display: inline-block;width: 24px;height: 24px;margin-right: 6px;background-image: url(/src/img/ico/centerview_top_sms.svg);background-size: contain;background-repeat: no-repeat;background-position: center center;}
.center_view .top_info .sbm_line .btn.call_btn{border: 1px solid #F47920;}
.center_view .top_info .sbm_line .btn.call_btn::before{content: '';display: inline-block;width: 24px;height: 24px;margin-right: 6px;background-image: url(/src/img/ico/centerview_top_call.svg);background-size: contain;background-repeat: no-repeat;background-position: center center;}

.center_view .top_info .img .sbm_line .btn{width: 100%;}

@media (hover: hover) {
  .center_view .top_info .img_slide .slide_control .arrow_btn:hover {
    background-image: url(/src/img/ico/center_v_img_arrow_c1.svg);
  }
}
@media (max-width: 1440px) {
  .center_view .top_info {
    flex-direction: column;
    gap: 60px 0;
    align-items: center;
  }
  .center_view .top_info .img {
    width: 100%;
    max-width: 790px;
  }
  .center_view .top_info .txt {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .center_view .top_info {
    gap: 30px 0;
  }
  .center_view .top_info .img_slide .img_mask {
    border-radius: 10px;
  }
  .center_view .top_info .img_slide .slide_control {
    gap: 0 5px;
    margin-top: 15px;
  }
  .center_view .top_info .img_slide .slide_control .page {
    width: 55px;
    font-size: 14px;
  }
  .center_view .top_info .tit {
    font-size: 20px;
  }
  .center_view .top_info .tit .interest_btn {
    margin-top: 6px;
    margin-right: 5px;
  }
  .center_view .top_info .tit + .desc, .center_view .top_info .tit + .info {
    margin-top: 10px;
  }
  .center_view .top_info .desc {
    font-size: 16px;
  }
  .center_view .top_info .desc + .info {
    margin-top: 5px;
  }
  .center_view .top_info .info {
    font-size: 14px;
  }
  .center_view .top_info .info + .info {
    margin-top: 5px;
  }
  .center_view .top_info .info_box {
    margin-top: 15px;
    padding: 15px;
  }
  .center_view .top_info .info_box dl {
    gap: 0 10px;
  }
  .center_view .top_info .info_box dl dt {
    width: 90px;
    font-size: 14px;
  }
  .center_view .top_info .info_box dl dd {
    font-size: 14px;
  }
  .center_view .top_info .info_box dl + dl {
    margin-top: 10px;
  }
  .center_view .top_info .sbm_line {
    gap: 5px;
    margin-top: 20px;
  }
  .center_view .top_info .sbm_line .btn {
    width: 120px;
    height: 40px;
    font-size: 14px;
  }
  .center_view .top_info .sbm_line .btn.sms_btn::before{width: 18px;height: 18px;margin-right: 3px;}
  .center_view .top_info .sbm_line .btn.call_btn::before{width: 18px;height: 18px;margin-right: 3px;}
}
.center_view .more_info .ad_tit {
  position: relative;
  margin-bottom: 20px;
  padding-left: 16px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.center_view .more_info .ad_tit::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #04B499 !important;
}
.center_view .more_info .ad_list {
  padding: 50px 40px;
  border: 1px solid #eee;
  border-radius: 20px;
  background-color: #F6FAFA;
}
.center_view .more_info .ad_list > ul > li + li {
  position: relative;
  margin-top: 40px;
  padding-top: 40px;
}
.center_view .more_info .ad_list > ul > li + li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(/src/img/center_v_ad_line.png);
  background-repeat: repeat-x;
}
.center_view .more_info .ad_list dl dt {
  font-size: 20px;
  font-weight: bold;
}
.center_view .more_info .ad_list dl dt + dd {
  margin-top: 20px;
}
.center_view .more_info .ad_list dl dd {
  font-size: 18px;
  color: #666;
}
.center_view .more_info .nav_wrap {
  position: relative;
  min-height: 60px;
  margin-top: 80px;
}
.center_view .more_info .nav_wrap .nav_btns {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 180px;
  margin: 0 auto;
}
.center_view .more_info .nav_wrap .nav_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 50rem;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.center_view .more_info .nav_wrap .nav_btns .btn.bg_style {
  color: #fff;
  background-color: #04B499 !important;
}
.center_view .more_info .nav_wrap .nav_btns .btn.line_style {
  border: 1px solid #999;
  color: #666;
}
.center_view .more_info .nav_wrap .nav_btns .btn.c1_line_style {
  border: 1px solid #04B499 !important;
  color: #04B499 !important;
}
.center_view .more_info .nav_wrap .nav_btns.w100p {
  width: 100%;
  flex-direction: row;
  justify-content: center;
}
.center_view .more_info .nav_wrap .nav_btns.w100p .btn {
  width: 180px;
}
.center_view .more_info .nav_wrap .arrow_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0 20px;
  max-width: calc((100% - 260px) / 2);
}
.center_view .more_info .nav_wrap .arrow_btn::before {
  content: "";
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-image: url(/src/img/ico/board_v_nav_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.center_view .more_info .nav_wrap .arrow_btn .t1 {
  min-width: 0;
  width: 100%;
  font-size: 18px;
  color: #666;
}
.center_view .more_info .nav_wrap .arrow_btn.prev {
  left: 0;
}
.center_view .more_info .nav_wrap .arrow_btn.next {
  right: 0;
  flex-direction: row-reverse;
  margin-left: auto;
  text-align: right;
}
.center_view .more_info .nav_wrap .arrow_btn.next::before {
  transform: scaleX(-1);
}

@media (max-width: 1240px) {
  .center_view .more_info .nav_wrap .arrow_btn .t1 {
    display: none;
  }
}
@media (max-width: 620px) {
  .center_view .more_info .ad_tit {
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 18px;
  }
  .center_view .more_info .ad_tit::before {
    top: 11px;
    width: 5px;
    height: 5px;
  }
  .center_view .more_info .ad_list {
    padding: 25px 20px;
    border-radius: 10px;
  }
  .center_view .more_info .ad_list > ul > li + li {
    margin-top: 20px;
    padding-top: 20px;
  }
  .center_view .more_info .ad_list dl dt {
    font-size: 16px;
  }
  .center_view .more_info .ad_list dl dt + dd {
    margin-top: 10px;
  }
  .center_view .more_info .ad_list dl dd {
    font-size: 14px;
  }
  .center_view .more_info .nav_wrap {
    min-height: 50px;
    margin-top: 40px;
  }
  .center_view .more_info .nav_wrap .nav_btns {
    gap: 10px;
    width: 120px;
  }
  .center_view .more_info .nav_wrap .nav_btns .btn {
    height: 50px;
    font-size: 16px;
  }
  .center_view .more_info .nav_wrap .nav_btns.w100p .btn {
    width: 120px;
  }
  .center_view .more_info .nav_wrap .arrow_btn {
    gap: 0 10px;
    max-width: calc((100% - 140px) / 2);
  }
  .center_view .more_info .nav_wrap .arrow_btn::before {
    width: 50px;
    height: 50px;
  }
  .center_view .more_info .nav_wrap .arrow_btn .t1 {
    font-size: 14px;
  }
}
.center_view .review_info {
  padding-top: 100px;
  border-top: 1px solid #ddd;
}
.center_view .review_info .review_tit {
  margin-bottom: 60px;
  font-size: 44px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.center_view .review_info .review_list {
  border-top: 1px solid #999;
}
.center_view .review_info .review_list > table tr {
  border-bottom: 1px solid #ddd;
}
.center_view .review_info .review_list > table thead th {
  height: 85px;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.center_view .review_info .review_list > table thead th.num_th {
  width: 120px;
}
.center_view .review_info .review_list > table thead th.info_th {
  width: 150px;
}
.center_view .review_info .review_list > table tbody td {
  height: 85px;
  padding: 10px;
  font-size: 18px;
  text-align: center;
}
.center_view .review_info .review_list > table tbody td .tit {
  font-size: 18px;
}
.center_view .review_info .review_list > table tbody td .tit > a, .center_view .review_info .review_list > table tbody td .tit > button {
  display: inline-block;
  max-width: 100%;
  margin: -5px 0;
  padding: 5px 0;
  vertical-align: top;
  font-size: inherit;
  text-align: inherit;
}
.center_view .review_info .review_list > table tbody td .tit + .info_line {
  margin-top: 10px;
}
.center_view .review_info .review_list > table tbody td .info_line {
  font-size: 0;
}
.center_view .review_info .review_list > table tbody td .info_line.m_type {
  display: none;
}
.center_view .review_info .review_list > table tbody td .info_line .t1 {
  display: inline-block;
  font-size: 18px;
  line-height: 150%;
  color: #666;
}
.center_view .review_info .review_list > table tbody td .info_line .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.center_view .review_info .review_list > table tbody td .info_line .t1:last-child::after {
  display: none;
}
.center_view .review_info .review_list > table tbody td.tit_td {
  text-align: left;
}
.center_view .review_info .review_list > table tbody .view_tr {
  display: none;
}
.center_view .review_info .review_list > table tbody .view_tr td {
  padding: 0;
  text-align: left;
}
.center_view .review_info .review_list > table tbody .view_tr .td_line {
  padding: 40px;
  background-color: #fafafa;
}
.center_view .review_info .review_list > table tbody .view_tr .td_line + .td_line {
  border-top: 1px solid #ddd;
}
.center_view .review_info .review_list > table tbody .view_tr .td_line.answer_type {
  background-color: #fff;
}
.center_view .review_info .review_list > table tbody .view_tr .view_tit {
  font-size: 20px;
  font-weight: bold;
}
.center_view .review_info .review_list > table tbody .view_tr .view_tit + .view_desc {
  margin-top: 20px;
}
.center_view .review_info .review_list > table tbody .view_tr .info_line + .view_desc {
  margin-top: 20px;
}
.center_view .review_info .review_list > table tbody .view_tr .view_desc {
  font-size: 18px;
  color: #666;
}
.center_view .review_info .review_list > table tbody .view_tr .view_control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
  margin-top: 40px;
}
.center_view .review_info .review_list > table tbody .view_tr .close_btn {
  display: inline-block;
  font-size: 18px;
  border-bottom: 1px solid #333;
}
.center_view .review_info .review_list > table tbody .view_tr .manage_btns {
  display: flex;
  gap: 5px;
}
.center_view .review_info .review_list > table tbody .view_tr .manage_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 35px;
  padding: 0 10px;
  font-size: 18px;
}
.center_view .review_info .review_list > table tbody .view_tr .manage_btns .btn.line_style {
  border: 1px solid #999;
  background-color: #fff;
}
.center_view .review_info .review_list > table tbody .view_tr .manage_btns .btn.bg_style {
  color: #fff;
  background-color: #333;
}
.center_view .review_info .review_list > table tbody .view_tr .manage_btns .btn.report_style {
  color: #fff;
  background-color: #F47920;
}
.center_view .review_info .review_list > table tbody .view_tr .manage_btns .btn.report_style::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url(/src/img/ico/report_btn_ico.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.center_view .review_info .review_list > table tbody .view_tr .answer_type {
  padding: 40px 65px;
}
.center_view .review_info .review_list > table tbody .view_tr .answer_type .info_line {
  position: relative;
}
.center_view .review_info .review_list > table tbody .view_tr .answer_type .info_line::before {
  content: "";
  position: absolute;
  top: 0;
  left: -22px;
  width: 12px;
  height: 12px;
  background-image: url(/src/img/ico/center_review_clamp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.center_view .review_info .review_list > table tbody .view_tr .answer_type .info_line .name {
  font-weight: bold;
  color: #333;
}
.center_view .review_info .review_list > table tbody .view_tr .answer_type .manage_btns .btn.bg_style {
  background-color: #666;
}
.center_view .review_info .review_list > table tbody .view_tr.act {
  display: table-row;
}

@media (max-width: 1240px) {
  .center_view .review_info .review_list > table tr {
    display: block;
  }
  .center_view .review_info .review_list > table thead {
    display: none;
  }
  .center_view .review_info .review_list > table tbody td {
    display: none;
    width: 100%;
    height: auto;
    padding: 30px;
  }
  .center_view .review_info .review_list > table tbody td .tit + .info_line {
    margin-top: 3px;
  }
  .center_view .review_info .review_list > table tbody td .info_line.m_type {
    display: block;
  }
  .center_view .review_info .review_list > table tbody td.tit_td {
    display: block;
  }
  .center_view .review_info .review_list > table tbody .view_tr td {
    display: block;
  }
  .center_view .review_info .review_list > table tbody .view_tr.act {
    display: block;
  }
}
@media (max-width: 620px) {
  .center_view .review_info .review_tit {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .center_view .review_info .review_list > table tbody td {
    padding: 15px;
  }
  .center_view .review_info .review_list > table tbody td .tit {
    font-size: 14px;
  }
  .center_view .review_info .review_list > table tbody td .tit + .info_line {
    margin-top: 3px;
  }
  .center_view .review_info .review_list > table tbody td .info_line .t1 {
    font-size: 14px;
  }
  .center_view .review_info .review_list > table tbody .view_tr .td_line {
    padding: 15px;
  }
  .center_view .review_info .review_list > table tbody .view_tr .view_tit {
    font-size: 16px;
  }
  .center_view .review_info .review_list > table tbody .view_tr .view_tit + .view_desc {
    margin-top: 10px;
  }
  .center_view .review_info .review_list > table tbody .view_tr .info_line + .view_desc {
    margin-top: 10px;
  }
  .center_view .review_info .review_list > table tbody .view_tr .view_desc {
    font-size: 14px;
  }
  .center_view .review_info .review_list > table tbody .view_tr .view_control {
    margin-top: 20px;
  }
  .center_view .review_info .review_list > table tbody .view_tr .close_btn {
    font-size: 14px;
  }
  .center_view .review_info .review_list > table tbody .view_tr .manage_btns .btn {
    min-width: 40px;
    height: 30px;
    padding: 0 5px;
    font-size: 14px;
  }
  .center_view .review_info .review_list > table tbody .view_tr .manage_btns .btn.report_style::before {
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }
  .center_view .review_info .review_list > table tbody .view_tr .answer_type {
    padding: 15px;
  }
  .center_view .review_info .review_list > table tbody .view_tr .answer_type .info_line::before {
    left: -15px;
    width: 10px;
    height: 10px;
  }
}

.center_detail .info_tb{overflow: hidden;border: 1px solid #ccc;border-radius: 15px;}
.center_detail .info_tb > table tr+tr{border-top: 1px solid #ccc;}
.center_detail .info_tb > table th{padding: 20px 10px;border-right: 1px solid #ccc;font-size: 18px;font-weight: bold;color: #000;text-align: center;line-height: 150%;background-color: #F6FAFA;}
.center_detail .info_tb > table th.bdr0{border-right: 0;}
.center_detail .info_tb > table td{padding: 20px 10px;border-right: 1px solid #ccc;font-size: 18px;text-align: center;line-height: 150%;}
.center_detail .info_tb > table td.bdr0{border-right: 0;}
.center_detail .info_tb > table thead+tbody{border-top: 1px solid #ccc;}
.center_detail .info_tb > table tbody th{width: 210px;}
.center_detail .info_tb > table tbody td{padding: 20px 30px;text-align: left;}
.center_detail .top_info{overflow: hidden;display: flex;flex-direction: row-reverse;border: 1px solid #ccc;border-radius: 15px;}
.center_detail .top_info .img{width: 50%;}
.center_detail .top_info .txt{width: 50%;}
.center_detail .top_info .map_box{height: 100%;}
.center_detail .top_info .info_tb{border: 0;border-radius: 0;}
.center_detail .more_info{margin-top: 35px;}
.center_detail .infotb_arrow_btns{position: relative;}
.center_detail .infotb_arrow_btns .arrow_btn{display: none;position: absolute;top: calc(50% - 20px);width: 40px;height: 40px;border: 1px solid #cecece;border-radius: 50%;background-color: #fff;background-image: url(/src/img/ico/centerdetail_infotb_arrow.svg);background-repeat: no-repeat;background-position: center;}
.center_detail .infotb_arrow_btns .arrow_btn.prev{left: -30px;}
.center_detail .infotb_arrow_btns .arrow_btn.next{right: -30px;transform: scaleX(-1);}

@media (max-width: 1440px){
  .center_detail .info_tb > table tbody th{width: 160px;}
  .center_detail .info_tb > table th{font-size: 16px;}
  .center_detail .info_tb > table td{font-size: 16px;}
  .center_detail .info_tb > table tbody td{padding: 20px;}
  .center_detail .top_info{flex-direction: column;}
  .center_detail .top_info .img{width: 100%;}
  .center_detail .top_info .txt{width: 100%;}
  .center_detail .top_info .map_box{height: 375px;}
}
@media (max-width: 1240px){
  .center_detail .info_tb{overflow-x: auto;}
  .center_detail .info_tb > table{width: 1200px;}
  .center_detail .top_info .info_tb{overflow-x: unset;}
  .center_detail .top_info .info_tb > table{width: 100%;}
  .center_detail .infotb_arrow_btns .arrow_btn{display: block;}
}
@media (max-width: 620px){
  .center_detail .info_tb{border-radius: 10px;}
  .center_detail .info_tb > table{width: 900px;}
  .center_detail .info_tb > table.m_w324{min-width: 100%;max-width: 324px;}
  .center_detail .info_tb > table th{padding: 10px 5px;font-size: 14px;}
  .center_detail .info_tb > table td{padding: 10px 5px;font-size: 14px;}
  .center_detail .info_tb > table tbody th{width: 110px;}
  .center_detail .info_tb > table tbody td{padding: 10px;}
  .center_detail .top_info{border-radius: 10px;}
  .center_detail .more_info{margin-top: 20px;}
  .center_detail .infotb_arrow_btns .arrow_btn{top: calc(50% - 15px);width: 30px;height: 30px;background-size: 5px auto;}
  .center_detail .infotb_arrow_btns .arrow_btn.prev{left: -20px;}
  .center_detail .infotb_arrow_btns .arrow_btn.next{right: -20px;}
}



.reco_wrap.bg_type {
  background-color: #F6FAFA;
}
.reco_wrap.bottom_bg_type {
  background-image: url(/src/img/reco_bottom_bg.png);
  background-size: cover;
  background-position: center top;
}
.reco_wrap .reco_tit {
  font-size: 44px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.reco_wrap .reco_tit_line {
  margin-bottom: 60px;
}

@media (max-width: 620px) {
  .reco_wrap .reco_tit {
    font-size: 22px;
  }
  .reco_wrap .reco_tit_line {
    margin-bottom: 30px;
  }
}
.reco_slide{position: relative;}
.reco_slide .reco_mask {
  overflow: hidden;
}
.reco_slide .reco_mask .item .img .thum_img {
  overflow: hidden;
  aspect-ratio: 473/340;
  display: block;
  border-radius: 20px;
}
.reco_slide .reco_mask .item .img .thum_img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.reco_slide .reco_mask .item .img + .txt {
  margin-top: 30px;
}
.reco_slide .reco_mask .item .tit {
  display: flex;
  align-items: start;
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.reco_slide .reco_mask .item .tit .interest_btn {
  margin-top: 5px;
  margin-right: 10px;
}
.reco_slide .reco_mask .item .tit > a:not(.interest_btn), .reco_slide .reco_mask .item .tit > button:not(.interest_btn) {
  width: auto;
  max-width: 100%;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  vertical-align: top;
}
.reco_slide .reco_mask .item .tit + .desc, .reco_slide .reco_mask .item .tit + .info {
  margin-top: 10px;
}
.reco_slide .reco_mask .item .desc {
  font-size: 18px;
}
.reco_slide .reco_mask .item .desc + .info {
  margin-top: 20px;
}
.reco_slide .reco_mask .item .info {
  font-size: 16px;
  color: #666;
}
.reco_slide .reco_mask .item .info + .info {
  margin-top: 5px;
}
.reco_slide .progress_bar {
  overflow: hidden;
  position: relative;
  height: 3px;
  margin-top: 45px;
  background-color: rgba(200, 200, 200, 0.3);
}
.reco_slide .progress_bar .swiper-pagination-progressbar-fill {
  background-color: #04B499;
}
.reco_slide .arrow_btn{z-index: 5;position: absolute;top: calc(50% - 28px);width: 56px;height: 56px;border: 1px solid #CECECE;border-radius: 50%;background-color: #fff;background-image: url(/src/img/ico/reco_slide_arrow.svg);background-repeat: no-repeat;background-position: center center;}
.reco_slide .arrow_btn.prev{left: -80px;}
.reco_slide .arrow_btn.next{right: -80px;transform: scaleX(-1);}
@media (max-width: 1720px){
  .reco_slide .arrow_btn.prev{left: -28px;}
  .reco_slide .arrow_btn.next{right: -28px;}
}
@media (max-width: 991px){
  .reco_slide .arrow_btn{top: 20%;width: 40px;height: 40px;}
  .reco_slide .arrow_btn.prev{left: -20px;}
  .reco_slide .arrow_btn.next{right: -20px;}
}
@media (max-width: 620px){
  .reco_slide .arrow_btn{top: 30%;}
}


@media (hover: hover) {
  .reco_slide .reco_mask .item .tit > a:not(.interest_btn):hover, .reco_slide .reco_mask .item .tit > button:not(.interest_btn):hover {
    color: #04B499;
  }
}
@media (max-width: 620px) {
  .reco_slide .reco_mask .item .img .thum_img {
    border-radius: 10px;
  }
  .reco_slide .reco_mask .item .img + .txt {
    margin-top: 15px;
  }
  .reco_slide .reco_mask .item .tit {
    font-size: 16px;
  }
  .reco_slide .reco_mask .item .tit .interest_btn {
    margin-top: 0;
    margin-right: 5px;
  }
  .reco_slide .reco_mask .item .tit + .desc, .reco_slide .reco_mask .item .tit + .info {
    margin-top: 5px;
  }
  .reco_slide .reco_mask .item .desc {
    font-size: 14px;
  }
  .reco_slide .reco_mask .item .desc + .info {
    margin-top: 10px;
  }
  .reco_slide .reco_mask .item .info {
    font-size: 14px;
  }
  .reco_slide .reco_mask .item .info + .info {
    margin-top: 0;
  }
  .reco_slide .progress_bar {
    margin-top: 25px;
  }
}
.calendar_wrap .calendar_tit_line {
  display: flex;
  gap: 0 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.calendar_wrap .calendar_tit_line .arrow_btn {
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-image: url(/src/img/ico/calendar_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.calendar_wrap .calendar_tit_line .arrow_btn.next {
  transform: scaleX(-1);
}
.calendar_wrap .calendar_tit_line .tit {
  width: 255px;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}

@media (max-width: 620px) {
  .calendar_wrap .calendar_tit_line {
    gap: 0 10px;
    margin-bottom: 15px;
  }
  .calendar_wrap .calendar_tit_line .arrow_btn {
    width: 40px;
    height: 40px;
    background-size: 6px auto;
  }
  .calendar_wrap .calendar_tit_line .tit {
    width: 140px;
    font-size: 22px;
  }
}
.calendar_wrap .calendar_box {
  overflow: hidden;
  border: 2px solid #ccc;
  border-radius: 15px;
}
.calendar_wrap .calendar_box > table tr {
  border-bottom: 1px solid #ddd;
}
.calendar_wrap .calendar_box > table thead th {
  height: 70px;
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.calendar_wrap .calendar_box > table thead th + th {
  border-left: 1px solid #ddd;
}
.calendar_wrap .calendar_box > table tbody td {
  height: 170px;
  vertical-align: top;
}
.calendar_wrap .calendar_box > table tbody td + td {
  border-left: 1px solid #ddd;
}
.calendar_wrap .calendar_box > table tbody td .day_line {
  display: flex;
  align-items: center;
  padding: 15px;
  font-size: 16px;
}
.calendar_wrap .calendar_box > table tbody td .day_line .more_num {
  flex-shrink: 0;
  margin-left: auto;
  color: #04B499;
}
.calendar_wrap .calendar_box > table tbody td .cont_line {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  padding: 1px;
}
.calendar_wrap .calendar_box > table tbody td .cont_line .tit {
  display: flex;
  align-items: center;
  min-width: 0;
  width: 100%;
  height: 36px;
  padding: 0 10px;
  text-align: left;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  background-color: #04B499;
}
.calendar_wrap .calendar_box > table tbody td .cont_line .tit + .tit {
  margin-top: 3px;
}
.calendar_wrap .calendar_box > table tbody td .cont_line .tit.complete_type {
  font-weight: 300;
  color: #666;
  background-color: #F1F1F1;
}
.calendar_wrap .calendar_box > table tbody td.sun_td .day_line .day {
  color: #FC4D4E;
}
.calendar_wrap .calendar_box > table tbody td.holiday_td .day_line .day {
  color: #FC4D4E !important;
}
.calendar_wrap .calendar_box > table tbody td.today_td {
  position: relative;
}
.calendar_wrap .calendar_box > table tbody td.today_td::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #04B499;
}
.calendar_wrap .calendar_box > table tbody td.today_td .day_line .day {
  color: #04B499;
}
.calendar_wrap .calendar_box > table tbody td.block_td .day_line .day {
  color: #ddd !important;
}
.calendar_wrap .calendar_box > table tbody td.block_td .day_line .more_num {
  color: #ddd;
}
.calendar_wrap .calendar_box > table tbody tr:last-child {
  border-bottom: 0;
}
.calendar_wrap .calendar_box > table tbody tr td:first-child.today_td::before {
  border-radius: 0 0 0 15px;
}
.calendar_wrap .calendar_box > table tbody tr td:last-child.today_td::before {
  border-radius: 0 0 15px 0;
}

@media (max-width: 1240px) {
  .calendar_wrap .calendar_box > table thead th {
    font-size: 18px;
  }
  .calendar_wrap .calendar_box > table tbody td {
    height: 158px;
  }
  .calendar_wrap .calendar_box > table tbody td .day_line {
    padding: 10px;
    font-size: 14px;
  }
  .calendar_wrap .calendar_box > table tbody td .cont_line .tit {
    padding: 0 5px;
    font-size: 12px;
  }
}
@media (max-width: 620px) {
  .calendar_wrap .calendar_box {
    border-radius: 10px;
  }
  .calendar_wrap .calendar_box > table thead th {
    height: 40px;
    padding: 5px;
    font-size: 14px;
  }
  .calendar_wrap .calendar_box > table thead th .day_txt {
    display: none;
  }
  .calendar_wrap .calendar_box > table tbody td {
    height: 125px;
  }
  .calendar_wrap .calendar_box > table tbody td .day_line {
    padding: 5px;
    font-size: 12px;
  }
  .calendar_wrap .calendar_box > table tbody td .cont_line .tit {
    height: 30px;
    padding: 0 2px;
    font-size: 11px;
  }
  .calendar_wrap .calendar_box > table tbody td .cont_line .tit + .tit {
    margin-top: 2px;
  }
}
.calendar_modal {
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.calendar_modal .mod {
  position: relative;
  overflow: hidden;
  width: 540px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #999;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.calendar_modal .mod .close_btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  background-image: url(/src/img/ico/calendar_modal_close.svg);
  background-size: cover;
}
.calendar_modal .mod .mod_ovy {
  overflow-y: auto;
  height: 540px;
  max-height: 80vh;
}
.calendar_modal .mod .mod_ovy::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
.calendar_modal .mod .mod_ovy::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ccc;
}
.calendar_modal .mod .mod_body {
  padding: 40px;
}
.calendar_modal .mod_tit {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.calendar_modal .mod_tit_line {
  margin-bottom: 20px;
}
.calendar_modal .mod_day_list > ul > li {
  padding: 15px 20px;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.calendar_modal .mod_day_list > ul > li .tit {
  font-size: 16px;
  font-weight: bold;
}
.calendar_modal .mod_day_list > ul > li .tit + .desc {
  margin-top: 10px;
}
.calendar_modal .mod_day_list > ul > li .tit > a, .calendar_modal .mod_day_list > ul > li .tit > button {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: -5px 0;
  padding: 5px 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  vertical-align: top;
}
.calendar_modal .mod_day_list > ul > li .desc {
  font-size: 16px;
}
.calendar_modal .mod_day_list > ul > li.complete_type {
  border: 1px solid #f1f1f1;
  background-color: #f1f1f1;
}
.calendar_modal .mod_day_list > ul > li.complete_type .tit {
  color: #666;
}
.calendar_modal .mod_day_list > ul > li.complete_type .desc {
  color: #666;
}
.calendar_modal .mod_day_list > ul > li + li {
  margin-top: 10px;
}
.calendar_modal .mod_day_detail {
  padding: 20px 25px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #ddd;
}
.calendar_modal .mod_day_detail dl {
  display: flex;
  gap: 0 30px;
  align-items: start;
}
.calendar_modal .mod_day_detail dl dt {
  position: relative;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: bold;
}
.calendar_modal .mod_day_detail dl dt::after {
  content: "";
  position: absolute;
  top: 6px;
  right: -15px;
  width: 1px;
  height: 11px;
  background-color: #ddd;
}
.calendar_modal .mod_day_detail dl dd {
  width: 100%;
  font-size: 16px;
}
.calendar_modal .mod_day_detail dl + dl {
  margin-top: 20px;
}
.calendar_modal .mod_sbm_line {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}
.calendar_modal .mod_sbm_line .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  border-radius: 50rem;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.calendar_modal .mod_sbm_line .btn.bg_style {
  color: #fff;
  background-color: #04B499;
}
.calendar_modal .mod_sbm_line .btn.line_style {
  border: 1px solid #aaa;
}
.calendar_modal .js_mod_sect {
  display: none;
}
.calendar_modal .js_mod_sect.act {
  display: block;
}
.calendar_modal.act {
  display: block;
}

@media (max-width: 1240px) {
  .calendar_modal .mod {
    width: 90%;
  }
}
@media (max-width: 620px) {
  .calendar_modal .mod {
    border-radius: 10px;
  }
  .calendar_modal .mod .close_btn {
    top: 10px;
    right: 10px;
  }
  .calendar_modal .mod .mod_ovy {
    height: 400px;
  }
  .calendar_modal .mod .mod_body {
    padding: 20px;
  }
  .calendar_modal .mod_tit {
    font-size: 18px;
  }
  .calendar_modal .mod_tit_line {
    margin-bottom: 10px;
  }
  .calendar_modal .mod_day_list > ul > li {
    padding: 10px 15px;
    border-radius: 10px;
  }
  .calendar_modal .mod_day_list > ul > li .tit {
    font-size: 14px;
  }
  .calendar_modal .mod_day_list > ul > li .tit + .desc {
    margin-top: 5px;
  }
  .calendar_modal .mod_day_list > ul > li .desc {
    font-size: 14px;
  }
  .calendar_modal .mod_day_list > ul > li + li {
    margin-top: 5px;
  }
  .calendar_modal .mod_day_detail {
    padding: 15px 0;
  }
  .calendar_modal .mod_day_detail dl {
    gap: 0 15px;
  }
  .calendar_modal .mod_day_detail dl dt {
    font-size: 14px;
  }
  .calendar_modal .mod_day_detail dl dt::after {
    top: 5px;
    right: -7px;
    height: 9px;
  }
  .calendar_modal .mod_day_detail dl dd {
    font-size: 14px;
  }
  .calendar_modal .mod_day_detail dl + dl {
    margin-top: 10px;
  }
  .calendar_modal .mod_sbm_line {
    gap: 5px;
    margin-top: 25px;
  }
  .calendar_modal .mod_sbm_line .btn {
    width: 80px;
    height: 35px;
    font-size: 14px;
  }
}
.sys_page {
  padding: 100px 0 140px;
}

@media (max-width: 620px) {
  .sys_page {
    padding: 50px 0 70px;
  }
}
.sys_complete {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 40px;
  border: 1px solid #ddd;
  border-radius: 20px;
  text-align: center;
  background-color: #F6FAFA;
}
.sys_complete::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  margin-bottom: 40px;
  background-image: url(/src/img/ico/sys_complete.svg);
  background-size: cover;
}
.sys_complete .tit_line .tit {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.sys_complete .tit_line .tit b {
  color: #F47920;
}
.sys_complete .tit_line .tit + .desc {
  margin-top: 20px;
}
.sys_complete .tit_line .desc {
  font-size: 20px;
}
.sys_complete .sys_sbm_line {
  margin-top: 50px;
}

@media (max-width: 620px) {
  .sys_complete {
    padding: 40px 20px;
    border-radius: 10px;
  }
  .sys_complete::before {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
  .sys_complete .tit_line .tit {
    font-size: 20px;
  }
  .sys_complete .tit_line .tit + .desc {
    margin-top: 10px;
  }
  .sys_complete .tit_line .desc {
    font-size: 16px;
  }
  .sys_complete .sys_sbm_line {
    margin-top: 25px;
  }
}
.login_page .h3_tit {
  font-size: 50px;
}
.login_page .h3_tit_line {
  margin-bottom: 40px;
}
.login_page .login_tab_btns {
  margin-bottom: 40px;
}
.login_page .login_tab_btns > ul {
  display: flex;
  margin-left: 1px;
}
.login_page .login_tab_btns > ul > li {
  width: calc(100% + 1px);
  margin-left: -1px;
}
.login_page .login_tab_btns > ul > li .t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 70px;
  padding: 20px;
  border: 1px solid #ddd;
  font-size: 18px;
  color: #999;
  text-align: center;
}
.login_page .login_tab_btns > ul > li:first-child .t1 {
  border-radius: 15px 0 0 15px;
}
.login_page .login_tab_btns > ul > li:last-child .t1 {
  border-radius: 0 15px 15px 0;
}
.login_page .login_tab_btns > ul > li.act {
  position: relative;
}
.login_page .login_tab_btns > ul > li.act .t1 {
  border: 1px solid #999;
  color: #333;
}
.login_page .sys_inp_wrap .inp {
  background-color: #fff;
}
.login_page .login_inner {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.login_page .inp_line {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
.login_page .save_line {
  display: flex;
  align-items: center;
  min-height: 30px;
  gap: 0 10px;
  margin-top: 15px;
}
.login_page .save_line .save_r_cont {
  flex-shrink: 0;
  margin-left: auto;
}
.login_page .save_chk.txt {
  font-size: 16px;
  color: #666;
}
.login_page .find_link {
  font-size: 0;
}
.login_page .find_link .t1 {
  display: inline-block;
  margin: -5px 0;
  padding: 5px 0;
  font-size: 16px;
  color: #666;
  line-height: 150%;
}
.login_page .find_link .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.login_page .find_link .t1:last-child::after {
  display: none;
}
.login_page .sbm_line {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  margin-top: 40px;
}
.login_page .sbm_line .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 50rem;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.login_page .sbm_line .btn.bg_style {
  color: #fff;
  background-color: #04B499;
}
.login_page .sbm_line .btn.c1_line_style {
  border: 1px solid #04B499;
  color: #04B499;
}
.login_page .sns_login_line {
  margin-top: 40px;
}
.login_page .sns_login_line .tit {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}
.login_page .sns_login_line .tit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.login_page .sns_login_line .tit .t {
  z-index: 5;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  font-size: 16px;
  color: #666;
  background-color: #fff;
}
.login_page .sns_login_line .sns_login_list {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.login_page .sns_login_line .sns_login_list .sns_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 50rem;
  font-size: 16px;
  text-align: left;
}
.login_page .sns_login_line .sns_login_list .sns_btn::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.login_page .sns_login_line .sns_login_list .sns_btn.kakao::before {
  background-image: url(/src/img/ico/sys_sns_kakao.svg);
}
.login_page .sns_login_line .sns_login_list .sns_btn.naver::before {
  background-image: url(/src/img/ico/sys_sns_naver.svg);
}

@media (max-width: 620px) {
  .login_page .h3_tit {
    font-size: 30px;
  }
  .login_page .h3_tit_line {
    margin-bottom: 20px;
  }
  .login_page .login_tab_btns {
    margin-bottom: 20px;
  }
  .login_page .login_tab_btns > ul > li .t1 {
    min-height: 50px;
    padding: 10px;
    font-size: 14px;
  }
  .login_page .login_tab_btns > ul > li:first-child .t1 {
    border-radius: 10px 0 0 10px;
  }
  .login_page .login_tab_btns > ul > li:last-child .t1 {
    border-radius: 0 10px 10px 0;
  }
  .login_page .inp_line {
    gap: 7px 0;
  }
  .login_page .save_line {
    margin-top: 7px;
  }
  .login_page .save_chk.txt {
    font-size: 14px;
  }
  .login_page .find_link .t1 {
    font-size: 14px;
  }
  .login_page .find_link .t1::after {
    height: 9px;
    margin: 0 5px 2px;
  }
  .login_page .sbm_line {
    gap: 7px 0;
    margin-top: 20px;
  }
  .login_page .sbm_line .btn {
    height: 40px;
    font-size: 14px;
  }
  .login_page .sns_login_line {
    margin-top: 20px;
  }
  .login_page .sns_login_line .tit {
    margin-bottom: 15px;
  }
  .login_page .sns_login_line .tit .t {
    padding: 0 7px;
    font-size: 14px;
  }
  .login_page .sns_login_line .sns_login_list {
    gap: 5px 0;
  }
  .login_page .sns_login_line .sns_login_list .sns_btn {
    height: 40px;
    font-size: 14px;
  }
  .login_page .sns_login_line .sns_login_list .sns_btn::before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}
.join_page .req_star {
  color: #04B499;
}
.join_page .h3_tit {
  font-size: 50px;
}
.join_page .h3_tit b {
  color: #04B499;
}
.join_page .h3_tit_line {
  margin-bottom: 40px;
}
.join_page .join_type_list > ul {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 120px;
  text-align: center;
}
.join_page .join_type_list > ul > li {
  position: relative;
  width: 540px;
}
.join_page .join_type_list > ul > li::after {
  content: "";
  position: absolute;
  top: 30px;
  right: -60px;
  width: 1px;
  height: calc(100% - 60px);
  background-image: url(/src/img/join_type_line.png);
  background-repeat: repeat-y;
}
.join_page .join_type_list > ul > li:last-child::after {
  display: none;
}
.join_page .join_type_list .item {
  display: block;
  width: 100%;
  height: 340px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 20px;
  background-color: #F6FAFA;
}
.join_page .join_type_list .item .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: inherit;
  background-color: #fff;
}
.join_page .join_type_list .item .ico {
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.join_page .join_type_list .item .tit {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
}
.join_page .join_type_list .item.ph_type .ico {
  background-image: url(/src/img/ico/join_type_ph.svg);
}
.join_page .join_type_list .item.inst_type .ico {
  background-image: url(/src/img/ico/join_type_inst.svg);
}
.join_page .join_type_list .item.parent_type .ico {
  background-image: url(/src/img/ico/join_type_parent.svg);
}
.join_page .join_tit {
  font-size: 24px;
  font-weight: bold;
}
.join_page .join_desc {
  font-size: 16px;
  color: #666;
}
.join_page .join_tit_line {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin: 60px 0 20px;
}
.join_page .join_tit_line .r_cont {
  flex-shrink: 0;
  margin-left: auto;
}
.join_page .join_tit_line.mt0 {
  margin-top: 0;
}

@media (max-width: 1440px) {
  .join_page .join_type_list > ul {
    gap: 0 80px;
  }
  .join_page .join_type_list > ul > li {
    width: calc(50% - 40px);
  }
  .join_page .join_type_list > ul > li::after {
    right: -40px;
  }
}
@media (max-width: 991px) {
  .join_page .join_type_list > ul {
    flex-direction: column;
    gap: 80px 0;
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }
  .join_page .join_type_list > ul > li {
    width: 100%;
  }
  .join_page .join_type_list > ul > li::after {
    top: auto;
    right: 30px;
    bottom: -40px;
    width: calc(100% - 60px);
    height: 1px;
    background-image: url(/src/img/join_type_line_m.png);
    background-repeat: repeat-x;
  }
  .join_page .join_tit_line {
    flex-direction: column;
    align-items: start;
  }
  .join_page .join_tit_line .r_cont {
    margin-left: 0;
  }
}
@media (max-width: 620px) {
  .join_page .h3_tit {
    font-size: 30px;
  }
  .join_page .h3_tit_line {
    margin-bottom: 20px;
  }
  .join_page .join_type_list > ul {
    gap: 40px 0;
    max-width: 320px;
  }
  .join_page .join_type_list > ul > li::after {
    top: auto;
    right: 20px;
    bottom: -20px;
    width: calc(100% - 40px);
  }
  .join_page .join_type_list .item {
    height: 240px;
    padding: 10px;
    border-radius: 10px;
  }
  .join_page .join_type_list .item .inner {
    padding: 10px;
  }
  .join_page .join_type_list .item .ico {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
  }
  .join_page .join_type_list .item .tit {
    font-size: 18px;
  }
  .join_page .join_tit {
    font-size: 18px;
  }
  .join_page .join_desc {
    font-size: 14px;
  }
  .join_page .join_tit_line {
    gap: 5px;
    margin: 30px 0 10px;
  }
}
.order_page .order_inner {
  display: flex;
  gap: 0 120px;
}
.order_page .order_inner .l_cont {
  width: 100%;
}
.order_page .order_inner .r_cont {
  flex-shrink: 0;
  width: 460px;
}
.order_page .order_inner .r_cont .order_result_box {
  position: sticky;
  top: 130px;
  left: 0;
}
.order_page .in_sect + .in_sect {
  margin-top: 50px;
}
.order_page .order_tit {
  font-size: 24px;
  font-weight: bold;
}
.order_page .order_tit_line {
  margin-bottom: 15px;
}
.order_page .order_info_list {
  border-top: 1px solid #999;
}
.order_page .order_info_list > ul > li {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.order_page .order_info_list > ul > li .txt .tit {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.order_page .order_info_list > ul > li .txt .tit + .desc {
  margin-top: 10px;
}
.order_page .order_info_list > ul > li .txt .desc {
  font-size: 18px;
}
.order_page .order_info_list > ul > li .txt .desc b {
  color: #04B499;
}
.order_page .order_info_list > ul > li .txt + .info_box {
  margin-top: 15px;
}
.order_page .order_info_list > ul > li .info_box {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fafafa;
}
.order_page .order_info_list > ul > li .info_box .info_dl dl {
  display: flex;
  gap: 0 10px;
  align-items: start;
}
.order_page .order_info_list > ul > li .info_box .info_dl dl dt {
  flex-shrink: 0;
  width: 120px;
  font-size: 16px;
  color: #666;
}
.order_page .order_info_list > ul > li .info_box .info_dl dl dd {
  width: 100%;
  font-size: 16px;
  color: #666;
}
.order_page .order_info_list > ul > li .info_box .info_dl dl + dl {
  margin-top: 10px;
}
.order_page .order_w {
  padding: 20px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #ddd;
}
.order_page .order_w dl {
  display: flex;
  gap: 0 10px;
  align-items: start;
}
.order_page .order_w dl dt {
  padding-top: 16px;
  flex-shrink: 0;
  width: 120px;
  align-items: start;
  font-size: 18px;
  font-weight: bold;
}
.order_page .order_w dl dd {
  width: 100%;
  font-size: 18px;
}
.order_page .order_w dl.txt_type dt {
  padding-top: 0;
}
.order_page .order_w dl + dl {
  margin-top: 10px;
}
.order_page .proof_label_wrap {
  margin-bottom: 10px;
}
.order_page .in_w {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.order_page .in_w .in_line {
  display: flex;
  gap: 0 5px;
  align-items: start;
}
.order_page .in_w .in_line .in_tit {
  flex-shrink: 0;
  width: 135px;
  padding-top: 20px;
  font-size: 18px;
}
.order_page .in_w .in_line .in_cont {
  width: 100%;
}
.order_page .in_w .addr_wrap {
  gap: 5px 0;
}
.order_page .js_bank_wrap {
  display: none !important;
}
.order_page .js_bank_wrap.act {
  display: flex !important;
}
.order_page .js_deposit_wrap {
  display: none !important;
}
.order_page .js_deposit_wrap.act {
  display: flex !important;
}
.order_page .js_receipt_wrap {
  display: none !important;
}
.order_page .js_receipt_wrap.act {
  display: flex !important;
}
.order_page .js_receipt_wrap .js_receipt_sel {
  display: none;
}
.order_page .js_receipt_wrap .js_receipt_sel.act {
  display: inline-block;
}
.order_page .js_tax_wrap {
  display: none !important;
}
.order_page .js_tax_wrap.act {
  display: flex !important;
}
.order_page .order_result_box {
  border: 1px solid #999;
  border-radius: 20px;
  background-color: #fff;
}
.order_page .order_result_box .box {
  padding: 35px 55px;
}
.order_page .order_result_box .box + .box {
  border-top: 1px solid #ddd;
}
.order_page .order_result_box .tit {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.order_page .order_result_box .tit + .result_tb {
  margin-top: 35px;
}
.order_page .order_result_box .result_tb > table tbody th {
  width: 140px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 150%;
}
.order_page .order_result_box .result_tb > table tbody td {
  font-size: 18px;
  text-align: right;
  line-height: 150%;
}
.order_page .order_result_box .result_tb .total_price {
  font-size: 20px;
  color: #04B499;
  font-weight: bold;
}
.order_page .order_result_box .sbm_line {
  display: flex;
  gap: 10px 0;
  flex-direction: column;
  margin-top: 50px;
}
.order_page .order_result_box .sbm_line .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 50rem;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.order_page .order_result_box .sbm_line .btn.bg_style {
  color: #fff;
  background-color: #04B499;
}
.order_page .order_result_box .sbm_line .btn.line_style {
  border: 1px solid #aaa;
  color: #666;
}

@media screen and (max-width: 1640px) {
  .order_page .order_inner {
    gap: 0 60px;
  }
  .order_page .order_inner .r_cont {
    width: 380px;
  }
  .order_page .order_result_box .box {
    padding: 40px;
  }
}
@media (max-width: 1240px) {
  .order_page .order_inner {
    flex-direction: column;
    gap: 60px 0;
  }
  .order_page .order_inner .r_cont {
    width: 100%;
  }
  .order_page .order_inner .r_cont .order_result_box {
    position: static;
    top: 0;
  }
}
@media (max-width: 991px) {
  .order_page .in_w .in_line {
    gap: 5px 0;
    flex-direction: column;
  }
  .order_page .in_w .in_line .in_tit {
    width: 100%;
  }
  .order_page .in_w .in_line:first-child .in_tit {
    padding-top: 0;
  }
}
@media (max-width: 620px) {
  .order_page .order_inner {
    gap: 30px 0;
  }
  .order_page .order_inner .in_sect + .in_sect {
    margin-top: 25px;
  }
  .order_page .order_inner .order_tit {
    font-size: 18px;
  }
  .order_page .order_inner .order_tit_line {
    margin-bottom: 10px;
  }
  .order_page .order_inner .order_info_list > ul > li {
    padding: 15px 0;
  }
  .order_page .order_inner .order_info_list > ul > li .txt .tit {
    font-size: 16px;
  }
  .order_page .order_inner .order_info_list > ul > li .txt .tit + .desc {
    margin-top: 5px;
  }
  .order_page .order_inner .order_info_list > ul > li .txt .desc {
    font-size: 14px;
  }
  .order_page .order_inner .order_info_list > ul > li .txt + .info_box {
    margin-top: 10px;
  }
  .order_page .order_inner .order_info_list > ul > li .info_box {
    padding: 15px;
    border-radius: 5px;
  }
  .order_page .order_inner .order_info_list > ul > li .info_box .info_dl dl {
    gap: 0 5px;
  }
  .order_page .order_inner .order_info_list > ul > li .info_box .info_dl dl dt {
    width: 90px;
    font-size: 14px;
  }
  .order_page .order_inner .order_info_list > ul > li .info_box .info_dl dl dd {
    font-size: 14px;
  }
  .order_page .order_inner .order_info_list > ul > li .info_box .info_dl dl + dl {
    margin-top: 5px;
  }
  .order_page .order_inner .order_w {
    padding: 15px 0;
  }
  .order_page .order_inner .order_w dl {
    flex-direction: column;
    gap: 5px 0;
  }
  .order_page .order_inner .order_w dl dt {
    padding-top: 0;
    width: 100%;
    font-size: 14px;
  }
  .order_page .order_inner .order_w dl dd {
    font-size: 14px;
  }
  .order_page .order_inner .order_w dl + dl {
    margin-top: 10px;
  }
  .order_page .order_inner .in_w {
    gap: 5px 0;
  }
  .order_page .order_inner .in_w .in_line .in_tit {
    padding-top: 10px;
    font-size: 14px;
  }
  .order_page .order_inner .in_w .in_line:first-child .in_tit {
    padding-top: 0;
  }
  .order_page .order_inner .order_result_box {
    border-radius: 10px;
  }
  .order_page .order_inner .order_result_box .box {
    padding: 20px;
  }
  .order_page .order_inner .order_result_box .tit {
    font-size: 18px;
  }
  .order_page .order_inner .order_result_box .tit + .result_tb {
    margin-top: 20px;
  }
  .order_page .order_inner .order_result_box .result_tb > table tbody th {
    width: 110px;
    font-size: 14px;
  }
  .order_page .order_inner .order_result_box .result_tb > table tbody td {
    font-size: 14px;
  }
  .order_page .order_inner .order_result_box .result_tb .total_price {
    font-size: 16px;
  }
  .order_page .order_inner .order_result_box .sbm_line {
    gap: 5px 0;
    margin-top: 25px;
  }
  .order_page .order_inner .order_result_box .sbm_line .btn {
    height: 40px;
    font-size: 14px;
  }
}
.my_page {
  padding: 100px 0 140px;
}
.my_page .my_inner {
  display: flex;
  gap: 0 120px;
}
.my_page .my_inner .my_l {
  flex-shrink: 0;
  width: 200px;
}
.my_page .my_inner .my_r {
  min-width: 0;
  width: 100%;
}

@media screen and (max-width: 1640px) {
  .my_page .my_inner {
    gap: 0 60px;
  }
}
@media (max-width: 1440px) {
  .my_page .my_inner {
    gap: 0 40px;
  }
  .my_page .my_inner .my_l {
    width: 160px;
  }
}
@media (max-width: 1240px) {
  .my_page {
    padding-top: 0;
  }
  .my_page.container {
    width: 100%;
  }
  .my_page .my_inner {
    display: block;
  }
  .my_page .my_inner .my_l {
    width: 100%;
  }
  .my_page .my_container {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 620px) {
  .my_page {
    padding-bottom: 70px;
  }
}
.my_page .my_l_tit {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.my_page .my_l_menu {
  padding: 25px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}
.my_page .my_l_menu > ul > li .t1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
}
.my_page .my_l_menu > ul > li .t1 + .dep2 {
  margin-top: 5px;
}
.my_page .my_l_menu > ul > li + li {
  margin-top: 25px;
}
.my_page .my_l_menu .dep2 > ul > li .t2 {
  font-size: 16px;
  color: #666;
  line-height: 150%;
}
.my_page .my_l_menu .dep2 > ul > li .t2::before {
  content: "- ";
}
.my_page .my_l_menu .dep2 > ul > li.act .t2 {
  color: #04B499;
}
.my_page .my_l_menu .dep2 > ul > li + li {
  margin-top: 5px;
}

@media (max-width: 1240px) {
  .my_page .my_l_tit {
    display: none;
  }
  .my_page .my_l_menu {
    display: none;
  }
}
.my_page .my_thumb {
  padding: 50px;
  border: 1px solid #ddd;
  border-radius: 20px;
  background-color: #F6FAFA;
}
.my_page .my_thumb .tit {
  font-size: 24px;
}
.my_page .my_thumb .tit b {
  font-weight: bold;
}
.my_page .my_thumb .tit + .info_box {
  margin-top: 30px;
}
.my_page .my_thumb .info_box > ul {
  display: flex;
  gap: 10px;
  align-items: start;
}
.my_page .my_thumb .info_box > ul > li {
  width: 100%;
  max-width: 300px;
  min-height: 56px;
  padding: 15px 20px;
  border: 1px solid #ddd;
  border-radius: 28px;
  font-size: 16px;
  background-color: #fff;
}
.my_page .my_thumb .info_box > ul > li > a {
  display: flex;
  width: 100%;
  height: 100%;
}
.my_page .my_thumb .info_box > ul > li.rank_type {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  border: 1px solid #04B499;
  text-align: center;
}
.my_page .my_thumb .info_box dl {
  display: flex;
  gap: 0 10px;
  width: 100%;
}
.my_page .my_thumb .info_box dl dt {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: bold;
}
.my_page .my_thumb .info_box dl dd {
  width: 100%;
  font-size: 16px;
  color: #666;
  text-align: right;
}
.my_page .my_thumb .info_box .rank_txt b {
  font-weight: bold;
  color: #F47920;
}
.my_page .my_thumb .info_box .rank_txt em {
  font-weight: bold;
  color: #04B499;
}

@media (max-width: 1440px) {
  .my_page .my_thumb {
    padding: 40px 5%;
  }
  .my_page .my_thumb .info_box > ul {
    align-items: stretch;
  }
  .my_page .my_thumb .info_box > ul > li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 20px) / 3) !important;
    max-width: none !important;
    min-height: auto;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
  }
  .my_page .my_thumb .info_box > ul > li > a {
    align-items: center;
    justify-content: center;
  }
  .my_page .my_thumb .info_box dl {
    flex-direction: column;
    gap: 5px 0;
  }
  .my_page .my_thumb .info_box dl dt {
    width: 100%;
  }
  .my_page .my_thumb .info_box dl dd {
    text-align: center;
  }
}
@media (max-width: 1240px) {
  .my_page .my_thumb {
    border-radius: 0;
  }
}
@media (max-width: 620px) {
  .my_page .my_thumb {
    padding: 20px 5%;
  }
  .my_page .my_thumb .tit {
    font-size: 18px;
  }
  .my_page .my_thumb .tit + .info_box {
    margin-top: 15px;
  }
  .my_page .my_thumb .info_box > ul {
    gap: 5px;
    flex-direction: column;
  }
  .my_page .my_thumb .info_box > ul > li {
    justify-content: start;
    width: 100% !important;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    text-align: left;
  }
  .my_page .my_thumb .info_box > ul > li > a {
    justify-content: start;
  }
  .my_page .my_thumb .info_box dl {
    flex-direction: row;
    gap: 0 5px;
  }
  .my_page .my_thumb .info_box dl dt {
    width: auto;
    font-size: 14px;
  }
  .my_page .my_thumb .info_box dl dd {
    font-size: 14px;
    text-align: left;
  }
}
.my_page .my_m_top {
  position: relative;
  display: none;
  margin-bottom: -1px;
}
.my_page .my_m_top .tit_line {
  height: 85px;
  border-bottom: 1px solid #ddd;
}
.my_page .my_m_top .tit_line .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.my_page .my_m_top .tit_line .tit {
  display: block;
  padding: 0 30px;
  font-size: 20px;
  font-weight: bold;
}
.my_page .my_m_top .tit_line .back_btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(/src/img/ico/my_top_back.svg);
  background-size: cover;
}
.my_page .my_m_top .tit_line .menu_open_btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(/src/img/ico/my_top_menu.svg);
  background-size: cover;
}
.my_page .my_m_top .top_menu {
  position: absolute;
  top: 84px;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  border-top: 1px solid #ddd;
  background-color: #fff;
}
.my_page .my_m_top .top_menu > ul > li {
  border-bottom: 1px solid #ddd;
}
.my_page .my_m_top .top_menu > ul > li .t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  font-size: 16px;
  text-align: center;
}
.my_page .my_m_top.menu_act .tit_line .menu_open_btn {
  transform: translateY(-50%) scaleY(-1);
}
.my_page .my_m_top.menu_act .top_menu {
  display: block;
}
.my_page .my_dep2_menu {
  position: relative;
  display: none;
  margin-bottom: -1px;
}
.my_page .my_dep2_menu > ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.my_page .my_dep2_menu > ul > li {
  width: calc(33.3333% + 1px);
  margin: -1px 0 0 -1px;
  border: 1px solid #ddd;
}
.my_page .my_dep2_menu > ul > li .t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  height: 100%;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 150%;
}
.my_page .my_dep2_menu > ul > li.act .t1 {
  color: #fff;
  background-color: #04B499 !important;
}
.my_page .my_dep2_menu::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

@media (max-width: 1240px) {
  .my_page .my_m_top {
    display: block;
  }
  .my_page .my_dep2_menu {
    display: block;
  }
}
@media (max-width: 620px) {
  .my_page .my_m_top .tit_line {
    height: 60px;
  }
  .my_page .my_m_top .tit_line .tit {
    font-size: 16px;
  }
  .my_page .my_m_top .top_menu {
    top: 59px;
  }
  .my_page .my_m_top .top_menu > ul > li .t1 {
    height: 44px;
    font-size: 14px;
  }
  .my_page .my_dep2_menu > ul > li {
    width: calc(50% + 1px);
  }
  .my_page .my_dep2_menu > ul > li .t1 {
    min-height: 40px;
    font-size: 12px;
  }
}
.my_page .my_tit {
  font-size: 24px;
  font-weight: bold;
}
.my_page .my_tit + .my_desc {
  margin-top: 10px;
}
.my_page .my_desc {
  font-size: 14px;
  color: #999;
}
.my_page .my_w_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  border: 1px solid #aaa;
  border-radius: 50rem;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.my_page .my_tit_line {
  margin: 60px 0 20px;
}
.my_page .my_tit_line.mt0 {
  margin-top: 0;
}
.my_page .my_tit_line.line_type {
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
}
.my_page .my_tit_line.r_btns_type {
  display: flex;
  gap: 0 20px;
  align-items: flex-end;
}
.my_page .my_tit_line.r_btns_type .r_btns {
  flex-shrink: 0;
  margin-left: auto;
}
.my_page .my_tit_line + .calendar_wrap {
  margin-top: 40px;
}
.my_page .my_tit_line + .sys_cost_tb {
  margin-top: 40px;
}
.my_page .my_s_tit {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 620px) {
  .my_page .my_tit {
    font-size: 18px;
  }
  .my_page .my_tit + .my_desc {
    margin-top: 5px;
  }
  .my_page .my_desc {
    font-size: 12px;
  }
  .my_page .my_w_btn {
    width: 80px;
    height: 35px;
    font-size: 14px;
  }
  .my_page .my_tit_line {
    margin: 30px 0 10px;
  }
  .my_page .my_tit_line.line_type {
    padding-bottom: 10px;
  }
  .my_page .my_tit_line.r_btns_type {
    gap: 0 10px;
  }
  .my_page .my_tit_line + .calendar_wrap {
    margin-top: 20px;
  }
  .my_page .my_tit_line + .sys_cost_tb {
    margin-top: 20px;
  }
  .my_page .my_s_tit {
    font-size: 16px;
  }
}
.my_page .my_period_btns {
  display: flex;
  gap: 5px;
}
.my_page .my_period_btns .period_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 50rem;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #999;
}
.my_page .my_period_btns .period_btn.act {
  border: 1px solid #04B499;
  color: #fff;
  background-color: #04B499;
}
.my_page .my_sch {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 12px;
}
.my_page .my_sch .sch_inp {
  display: inline-block;
  width: 300px;
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 50rem;
}
.my_page .my_sch .sch_inp::placeholder {
  font-size: 16px;
  color: #999;
}
.my_page .my_sch .date_box {
  position: relative;
  width: 160px;
}
.my_page .my_sch .date_box .date_inp {
  display: inline-block;
  width: 160px;
  height: 40px;
  padding: 0 30px 0 15px;
  font-size: 16px;
  border-radius: 50rem;
}
.my_page .my_sch .date_box .ui-datepicker-trigger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.my_page .my_sch .s_btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 40px;
  border-radius: 50rem;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #333;
}
.my_page .my_period_wrap {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  margin: 30px 0 20px;
}

@media (max-width: 991px) {
  .my_page .my_period_btns .period_btn {
    width: 100%;
  }
  .my_page .my_sch {
    width: 100%;
  }
  .my_page .my_sch .sch_inp {
    width: 100%;
  }
  .my_page .my_sch .date_box {
    width: 100%;
  }
  .my_page .my_sch .date_box .date_inp {
    width: 100%;
  }
  .my_page .my_sch.date_keyword_type {
    flex-wrap: wrap;
    gap: 10px 5px;
  }
  .my_page .my_sch.date_keyword_type .date_box {
    width: calc(50% - 10px);
  }
  .my_page .my_sch.date_keyword_type .sch_inp {
    width: calc(100% - 75px);
  }
  .my_page .my_period_wrap {
    flex-direction: column;
  }
}
@media (max-width: 620px) {
  .my_page .my_period_btns .period_btn {
    height: 35px;
    font-size: 14px;
  }
  .my_page .my_sch .sch_inp {
    height: 35px;
    padding: 0 15px;
    font-size: 14px;
  }
  .my_page .my_sch .sch_inp::placeholder {
    font-size: 14px;
  }
  .my_page .my_sch .date_box .date_inp {
    height: 35px;
    padding: 0 30px 0 15px;
    font-size: 14px;
  }
  .my_page .my_sch .date_box .ui-datepicker-trigger {
    right: 15px;
  }
  .my_page .my_sch .s_btn {
    width: 50px;
    height: 35px;
    font-size: 14px;
  }
  .my_page .my_sch.date_keyword_type {
    gap: 5px;
  }
  .my_page .my_sch.date_keyword_type .sch_inp {
    width: calc(100% - 55px);
  }
  .my_page .my_period_wrap {
    gap: 5px 10px;
    margin: 15px 0 10px;
  }
}
.my_page .tb_bg > table thead th {
  font-size: 18px;
}

@media (max-width: 620px) {
  .my_page .tb_bg > table thead th {
    font-size: 14px;
  }
}
.my_page .my_tab_btns {
  overflow: hidden;
  margin-bottom: 50px;
}
.my_page .my_tab_btns > ul {
  position: relative;
  display: flex;
  margin-left: 1px;
}
.my_page .my_tab_btns > ul > li {
  width: 200px;
  margin-left: -1px;
}
.my_page .my_tab_btns > ul > li .t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  height: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-bottom: 0;
  font-size: 16px;
  color: #999;
  text-align: center;
  line-height: 150%;
  background-color: #fafafa;
}
.my_page .my_tab_btns > ul > li.act {
  position: relative;
  z-index: 5;
}
.my_page .my_tab_btns > ul > li.act .t1 {
  border: 1px solid #000;
  border-bottom: 1px solid #fff;
  color: #333;
  background-color: #fff;
}
.my_page .my_tab_btns > ul::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
}

@media (max-width: 620px) {
  .my_page .my_tab_btns {
    margin-bottom: 25px;
  }
  .my_page .my_tab_btns > ul > li {
    width: 140px;
  }
  .my_page .my_tab_btns > ul > li .t1 {
    min-height: 40px;
    padding: 5px;
    font-size: 14px;
  }
}
.my_page .up_txt {
  color: #00f;
}
.my_page .down_txt {
  color: #f00;
}
.my_page .board_list {
  border: 0;
  border-top: 1px solid #999;
  border-radius: 0;
}
.my_page .board_list > table thead th {
  height: 60px;
  padding: 10px;
  font-size: 18px;
  color: #333;
  background-color: transparent;
}
.my_page .board_list > table thead th + th {
  border-left: 0;
}
.my_page .board_list > table thead th.num_th {
  width: 100px;
}
.my_page .board_list > table thead th.info_th {
  width: 140px;
}
.my_page .board_list > table thead th.call_th {
  width: 150px;
}
.my_page .board_list > table thead th.btn_th {
  width: 150px;
}
.my_page .board_list > table thead th.period_th {
  width: 220px;
}
.my_page .board_list > table tbody tr:last-child {
  border-bottom: 1px solid #ddd;
}
.my_page .board_list > table tbody td {
  height: 60px;
  padding: 10px;
  font-size: 16px;
}
.my_page .board_list > table tbody td + td {
  border-left: 0;
}
.my_page .board_list > table tbody td .tit {
  font-size: 16px;
}
.my_page .board_list > table tbody td .tit + .info_line {
  margin-top: 5px;
}
.my_page .board_list > table tbody td .info_line .t1 {
  font-size: 16px;
}
.my_page .board_list > table tbody td .s0_ico {
  color: #333;
}
.my_page .board_list > table tbody td .s1_ico {
  color: #F47920;
}
.my_page .board_list > table tbody td .more_btns {
  gap: 5px;
}
.my_page .board_list > table tbody td .more_btns .btn {
  max-width: 130px;
  height: 40px;
  font-size: 16px;
}
.my_page .board_list > table tbody .view_tr td {
  padding: 0 !important;
}

@media (max-width: 1440px) {
  .my_page .board_list > table thead th.num_th {
    width: 80px;
  }
  .my_page .board_list > table thead th.info_th {
    width: 110px;
  }
  .my_page .board_list > table thead th.btn_th {
    width: 140px;
  }
}
@media (max-width: 1240px) {
  .my_page .board_list > table tbody td .more_btns .btn {
    width: 130px;
  }
}
@media (max-width: 620px) {
  .my_page .board_list > table tbody td {
    font-size: 14px;
  }
  .my_page .board_list > table tbody td .tit {
    font-size: 14px;
  }
  .my_page .board_list > table tbody td .tit + .info_line {
    margin-top: 0;
  }
  .my_page .board_list > table tbody td .info_line .t1 {
    font-size: 14px;
  }
  .my_page .board_list > table tbody td .more_btns .btn {
    width: 110px;
    height: 35px;
    font-size: 14px;
  }
}
.my_page .req_star {
  color: #04B499;
}
.my_page .sys_inp_wrap .r_btn {
  width: 110px;
}
.my_page .sys_inp_wrap .inp_btn .inp {
  padding-right: 135px;
}
.my_page .sys_w .line {
  gap: 0 40px;
}
.my_page .sys_w dl.w50p {
  width: calc(50% - 20px);
}
.my_page .sys_w .addr_wrap .inp_btn.w50p {
  width: calc(50% - 100px);
}

@media (max-width: 1240px) {
  .my_page .sys_w .line {
    gap: 15px 0;
  }
  .my_page .sys_w .addr_wrap .inp_btn.w50p {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .my_page .sys_inp_wrap .r_btn {
    width: 80px;
  }
  .my_page .sys_inp_wrap .inp_btn .inp {
    padding-right: 95px;
  }
}
.my_page .my_interest_top {
  margin-bottom: 20px;
}
.my_page .my_interest_top .de_cki i {
  border-radius: 50%;
}
.my_page .center_list > ul > li {
  padding-right: 0;
  padding-left: 0;
}
.my_page .my_interest_btns {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.my_page .my_interest_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 40px;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
}
.my_page .my_interest_btns .btn.line_style {
  border: 1px solid #aaa;
}

@media (max-width: 620px) {
  .my_page .my_interest_top {
    margin-bottom: 10px;
  }
  .my_page .my_interest_top .de_cki i {
    width: 25px;
    height: 25px;
  }
  .my_page .my_interest_btns {
    gap: 5px;
    margin-top: 10px;
  }
  .my_page .my_interest_btns .btn {
    min-width: 80px;
    height: 35px;
    font-size: 12px;
  }
}
.my_page .my_order_list > ul > li + li {
  margin-top: 20px;
}

@media (max-width: 620px) {
  .my_page .my_order_list > ul > li + li {
    margin-top: 10px;
  }
}
.my_page .my_item_list {
  border-top: 1px solid #999;
}

.my_page .my_order_thum {
  display: flex;
  align-items: center;
  gap: 0 10px;
  min-height: 50px;
  padding: 10px 20px;
  background-color: #fafafa;
}
.my_page .my_order_thum .r_cont {
  flex-shrink: 0;
  margin-left: auto;
}
.my_page .my_order_thum .info_line {
  font-size: 0;
}
.my_page .my_order_thum .info_line .t1 {
  font-size: 12px;
  line-height: 150%;
}
.my_page .my_order_thum .info_line .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.my_page .my_order_thum .info_line .t1:last-child::after {
  display: none;
}
.my_page .my_order_thum .more_btn {
  display: inline-block;
  margin: -5px 0;
  padding: 5px 0;
  font-size: 12px;
  color: #04B499 !important;
}

@media (max-width: 620px) {
  .my_page .my_order_thum {
    gap: 0 5px;
    min-height: 40px;
    padding: 10px;
  }
  .my_page .my_order_thum .info_line .t1::after {
    height: 9px;
    margin: 0 5px 2px;
  }
}
.my_page .my_order_item {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.my_page .my_order_item .txt {
  width: 100%;
}
.my_page .my_order_item .tit {
  display: flex;
  align-items: start;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.my_page .my_order_item .tit > a, .my_page .my_order_item .tit button {
  width: auto;
  max-width: 100%;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  vertical-align: top;
  text-align: left;
}
.my_page .my_order_item .tit + .desc, .my_page .my_order_item .tit + .info_line {
  margin-top: 5px;
}
.my_page .my_order_item .desc {
  font-size: 14px;
  color: #666;
}
.my_page .my_order_item .desc + .info_line {
  margin-top: 20px;
}
.my_page .my_order_item .info_line {
  font-size: 0;
}
.my_page .my_order_item .info_line .t1 {
  font-size: 14px;
  line-height: 150%;
}
.my_page .my_order_item .info_line .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.my_page .my_order_item .info_line .t1:last-child::after {
  display: none;
}
.my_page .my_order_item .state_btns {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 20px;
}
.my_page .my_order_item .state_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  height: 34px;
  padding: 0 10px;
  font-size: 12px;
  text-align: center;
}
.my_page .my_order_item .state_btns .btn.bg_style {
  color: #fff;
  background-color: #333;
}
.my_page .my_order_item .state_btns .btn.line_style {
  border: 1px solid #aaa;
}

@media (max-width: 620px) {
  .my_page .my_order_item {
    padding: 15px 0;
  }
  .my_page .my_order_item .tit {
    font-size: 14px;
  }
  .my_page .my_order_item .tit + .desc, .my_page .my_order_item .tit + .info_line {
    margin-top: 0;
  }
  .my_page .my_order_item .desc {
    font-size: 12px;
  }
  .my_page .my_order_item .desc + .info_line {
    margin-top: 10px;
  }
  .my_page .my_order_item .info_line .t1 {
    font-size: 12px;
  }
  .my_page .my_order_item .state_btns {
    margin-top: 10px;
  }
}
.my_page .my_order_info {
  padding: 20px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #ddd;
}
.my_page .my_order_info dl {
  display: flex;
  gap: 0 10px;
}
.my_page .my_order_info dl dt {
  flex-shrink: 0;
  width: 100px;
  font-size: 16px;
  font-weight: bold;
}
.my_page .my_order_info dl dd {
  width: 100%;
  font-size: 16px;
}
.my_page .my_order_info dl + dl {
  margin-top: 10px;
}

@media (max-width: 620px) {
  .my_page .my_order_info {
    padding: 15px 0;
  }
  .my_page .my_order_info dl {
    flex-direction: column;
    gap: 5px 0;
  }
  .my_page .my_order_info dl dt {
    width: 100%;
    font-size: 14px;
  }
  .my_page .my_order_info dl dd {
    font-size: 14px;
  }
}
.my_page .sns_link_list {
  display: flex;
  gap: 10px 15px;
  flex-wrap: wrap;
}
.my_page .sns_link_list .sns_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 50rem;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
}
.my_page .sns_link_list .sns_btn::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.my_page .sns_link_list .sns_btn.kakao::before {
  background-image: url(/src/img/ico/sys_sns_kakao.svg);
}
.my_page .sns_link_list .sns_btn.kakao.act {
  border: 1px solid #FFEC00;
  background-color: #FFEC00;
}
.my_page .sns_link_list .sns_btn.naver::before {
  background-image: url(/src/img/ico/sys_sns_naver.svg);
}
.my_page .sns_link_list .sns_btn.naver.act {
  border: 1px solid #2DB400;
  color: #fff;
  background-color: #2DB400;
}
.my_page .sns_link_list .sns_btn.naver.act::before {
  background-image: url(/src/img/ico/sys_sns_naver_w.svg);
}

@media (max-width: 620px) {
  .my_page .sns_link_list {
    gap: 5px 10px;
  }
  .my_page .sns_link_list .sns_btn {
    width: 200px;
    height: 50px;
    font-size: 14px;
  }
  .my_page .sns_link_list .sns_btn::before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}
.my_page .top_page_desc {
  margin-bottom: 20px;
}
.my_page .top_page_desc .t1 {
  font-size: 18px;
}
.my_page .top_page_desc .t1 b {
  color: #04B499 !important;
  font-weight: bold;
}
.my_page .top_page_desc .t1 + .t1 {
  margin-top: 10px;
}

@media (max-width: 620px) {
  .my_page .top_page_desc {
    margin-bottom: 10px;
  }
  .my_page .top_page_desc .t1 {
    font-size: 14px;
  }
  .my_page .top_page_desc .t1 + .t1 {
    margin-top: 5px;
  }
}
.my_page .top_function_desc {
  margin-bottom: 20px;
  text-align: center;
}
.my_page .top_function_desc .tit_box {
  padding: 40px;
  border: 1px solid #eee;
  border-radius: 15px;
  background-color: #F6FAFA;
}
.my_page .top_function_desc .tit_box .tit {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.my_page .top_function_desc .tit_box .tit b {
  color: #04B499 !important;
}
.my_page .top_function_desc .tit_box .tit + .desc {
  margin-top: 10px;
}
.my_page .top_function_desc .tit_box .desc {
  font-size: 18px;
}
.my_page .top_function_desc .tit_box .sys_sbm_line {
  margin-top: 20px;
}
.my_page .top_function_desc .tit_box + .desc_box {
  margin-top: 20px;
}
.my_page .top_function_desc .desc_box .t1 {
  font-size: 18px;
}
.my_page .top_function_desc .desc_box .t1 b {
  color: #04B499 !important;
}
.my_page .top_function_desc .desc_box .t1 + .t1 {
  margin-top: 10px;
}
.my_page .top_function_desc .sbm_line {
  display: flex;
  gap: 0 15px;
  justify-content: center;
  margin-top: 40px;
}
.my_page .top_function_desc .sbm_line .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 60px;
  border-radius: 50rem;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.my_page .top_function_desc .sbm_line .btn.bg_style {
  color: #fff;
  background-color: #04B499 !important;
}
.my_page .top_function_desc .sbm_line .btn.line_style {
  border: 1px solid #999;
  color: #666;
}

@media (max-width: 620px) {
  .my_page .top_function_desc {
    margin-bottom: 10px;
  }
  .my_page .top_function_desc .tit_box {
    padding: 20px;
    border-radius: 10px;
  }
  .my_page .top_function_desc .tit_box .tit {
    font-size: 18px;
  }
  .my_page .top_function_desc .tit_box .tit + .desc {
    margin-top: 5px;
  }
  .my_page .top_function_desc .tit_box .desc {
    font-size: 14px;
  }
  .my_page .top_function_desc .tit_box .sys_sbm_line {
    margin-top: 10px;
  }
  .my_page .top_function_desc .tit_box + .desc_box {
    margin-top: 10px;
  }
  .my_page .top_function_desc .desc_box .t1 {
    font-size: 14px;
  }
  .my_page .top_function_desc .desc_box .t1 + .t1 {
    margin-top: 5px;
  }
  .my_page .top_function_desc .sbm_line {
    gap: 0 10px;
    margin-top: 20px;
  }
  .my_page .top_function_desc .sbm_line .btn {
    width: 180px;
    height: 50px;
    font-size: 16px;
  }
}
.my_caution_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.my_caution_modal .mod {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  width: 90%;
  max-width: 520px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.my_caution_modal .mod .mod_ovy {
  overflow-y: auto;
  max-height: 80vh;
}
.my_caution_modal .mod .mod_inner {
  padding: 50px 25px;
}
.my_caution_modal .mod .mod_tit {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.my_caution_modal .mod .mod_tit::before {
  content: "";
  display: block;
  width: 110px;
  height: 110px;
  margin: 0 auto 30px;
  background-image: url(/src/img/ico/my_caution.png);
  background-size: cover;
}
.my_caution_modal .mod .sbm_line {
  display: flex;
  justify-content: center;
  gap: 0 15px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
.my_caution_modal .mod .sbm_line .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  border-radius: 50rem;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.my_caution_modal .mod .sbm_line .btn.bg_style {
  border: 1px solid #04B499 !important;
  color: #fff;
  background-color: #04B499 !important;
}
.my_caution_modal .mod .sbm_line .btn.line_style {
  border: 1px solid #999;
  color: #666;
}
.my_caution_modal.act {
  display: block;
}

@media (max-width: 620px) {
  .my_caution_modal .mod {
    border-radius: 10px;
  }
  .my_caution_modal .mod .mod_inner {
    padding: 25px 20px;
  }
  .my_caution_modal .mod .mod_tit {
    font-size: 16px;
  }
  .my_caution_modal .mod .mod_tit::before {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  .my_caution_modal .mod .sbm_line {
    gap: 0 10px;
    margin-top: 15px;
    padding-top: 15px;
  }
  .my_caution_modal .mod .sbm_line .btn {
    width: 120px;
    height: 40px;
    font-size: 16px;
  }
}
.my_official_list > ul {
  display: flex;
  flex-wrap: wrap;
}
.my_official_list > ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 40px 20px;
  border: 1px solid #04B499;
  border-radius: 15px;
  text-align: center;
}
.my_official_list > ul > li .t1 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.my_official_list > ul > li .t1 b {
  color: #04B499;
}
.my_official_list > ul > li .t1 .num {
  padding: 0 15px;
  font-size: 50px;
}
.my_official_list.lng2 > ul {
  gap: 40px;
}
.my_official_list.lng2 > ul > li {
  width: calc(50% - 20px);
}

@media (max-width: 991px) {
  .my_official_list.lng2 > ul {
    gap: 20px;
  }
  .my_official_list.lng2 > ul > li {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .my_official_list > ul > li {
    padding: 20px 10px;
    border-radius: 10px;
  }
  .my_official_list > ul > li .t1 {
    font-size: 16px;
  }
  .my_official_list > ul > li .t1 .num {
    padding: 0 5px;
    font-size: 30px;
  }
  .my_official_list.lng2 > ul {
    gap: 10px;
  }
}
.my_ad_box {
  margin-top: 60px;
  padding: 40px;
  border: 1px solid #eee;
  border-radius: 20px;
  background-color: #F6FAFA;
}
.my_ad_box .txt_box {
  padding: 40px;
  border-radius: 15px;
  text-align: center;
  background-color: #fff;
}
.my_ad_box .txt_box .quot_txt {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  font-size: 26px;
  font-weight: bold;
  color: #000;
  line-height: 150%;
}
.my_ad_box .txt_box .quot_txt .t {
  position: relative;
  z-index: 1;
}
.my_ad_box .txt_box .quot_txt b {
  color: #04B499;
}
.my_ad_box .txt_box .quot_txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 24px;
  background-image: url(/src/img/ico/my_ad_box_quot.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.my_ad_box .txt_box .quot_txt::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: scaleX(-1);
  width: 31px;
  height: 24px;
  background-image: url(/src/img/ico/my_ad_box_quot.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.my_ad_box .txt_box + .link_btns {
  margin-top: 35px;
}
.my_ad_box .link_btns {
  display: flex;
  justify-content: center;
}
.my_ad_box .link_btns .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 206px;
  height: 60px;
  padding: 0 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 150%;
  border-radius: 50rem;
}
.my_ad_box .link_btns .btn.line_style {
  color: #04B499;
  border: 1px solid #04B499;
  background-color: #fff;
}

@media (max-width: 1240px) {
  .my_ad_box .txt_box .quot_txt {
    padding: 0 20px;
  }
}
@media (max-width: 620px) {
  .my_ad_box {
    margin-top: 30px;
    padding: 20px;
    border-radius: 10px;
  }
  .my_ad_box .txt_box {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
  .my_ad_box .txt_box .quot_txt {
    padding: 0 10px;
    font-size: 18px;
  }
  .my_ad_box .txt_box .quot_txt::before {
    width: 20px;
    height: 16px;
  }
  .my_ad_box .txt_box .quot_txt::after {
    width: 20px;
    height: 16px;
  }
  .my_ad_box .txt_box + .link_btns {
    margin-top: 20px;
  }
  .my_ad_box .link_btns .btn {
    min-width: 160px;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
  }
}
.my_view_list > ul {
  display: flex;
  flex-wrap: wrap;
}
.my_view_list > ul > li {
  width: 100%;
  padding: 40px;
  border: 1px solid #04B499;
  border-radius: 15px;
}
.my_view_list > ul > li .tit_line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  align-items: center;
}
.my_view_list > ul > li .tit_line .tit {
  flex-shrink: 0;
  font-size: 22px;
  font-weight: bold;
}
.my_view_list > ul > li .tit_line .info_line {
  font-size: 0;
}
.my_view_list > ul > li .tit_line .info_line::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 2px;
  margin-right: 10px;
  background-color: #666;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.my_view_list > ul > li .tit_line .info_line .t1 {
  font-size: 18px;
  color: #666;
  line-height: 150%;
  vertical-align: middle;
}
.my_view_list > ul > li .tit_line .info_line .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.my_view_list > ul > li .tit_line .info_line .t1:last-child::after {
  display: none;
}
.my_view_list > ul > li .tit_line + .cont_line {
  margin-top: 20px;
}
.my_view_list > ul > li .cont_line .num {
  font-size: 50px;
  line-height: 120%;
  font-weight: bold;
  color: #04B499;
}
.my_view_list > ul > li.up .tit_line .info_line::before {
  height: 18px;
  background-color: transparent;
  background-image: url(/src/img/ico/my_view_list_up.svg);
}
.my_view_list > ul > li.down .tit_line .info_line::before {
  height: 18px;
  background-color: transparent;
  background-image: url(/src/img/ico/my_view_list_down.svg);
}
.my_view_list.lng3 > ul {
  gap: 40px;
}
.my_view_list.lng3 > ul > li {
  width: calc((100% - 80px) / 3);
}

@media (max-width: 1240px) {
  .my_view_list > ul > li {
    padding: 40px 30px;
  }
  .my_view_list.lng3 > ul {
    gap: 30px;
  }
  .my_view_list.lng3 > ul > li {
    width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 991px) {
  .my_view_list > ul > li {
    text-align: center;
  }
  .my_view_list > ul > li .tit_line {
    justify-content: center;
  }
  .my_view_list.lng3 > ul {
    gap: 20px;
  }
  .my_view_list.lng3 > ul > li {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .my_view_list > ul > li {
    padding: 20px 15px;
    border-radius: 10px;
  }
  .my_view_list > ul > li .tit_line {
    gap: 5px 10px;
  }
  .my_view_list > ul > li .tit_line .tit {
    font-size: 16px;
  }
  .my_view_list > ul > li .tit_line .info_line::before {
    width: 14px;
    margin-right: 5px;
  }
  .my_view_list > ul > li .tit_line .info_line .t1 {
    font-size: 14px;
  }
  .my_view_list > ul > li .tit_line .info_line .t1::after {
    margin: 0 5px 2px;
  }
  .my_view_list > ul > li .tit_line + .cont_line {
    margin-top: 10px;
  }
  .my_view_list > ul > li .cont_line .num {
    font-size: 30px;
  }
  .my_view_list > ul > li.up .tit_line .info_line::before {
    height: 14px;
  }
  .my_view_list > ul > li.down .tit_line .info_line::before {
    height: 14px;
  }
  .my_view_list.lng3 > ul {
    gap: 10px;
  }
}
.my_chart_wrap .chart_m_scroll + .chart_bottom {
  margin-top: 50px;
}
.my_chart_wrap .chart_bottom {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.my_chart_wrap .chart_bottom .r_cont {
  flex-shrink: 0;
  margin-left: auto;
}
.my_chart_wrap .legend_boxs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.my_chart_wrap .legend_boxs .box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 18px;
  color: #666;
}
.my_chart_wrap .legend_boxs .box::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
}
.my_chart_wrap .legend_boxs.daily_type .box.box1::before {
  background-color: #04B499;
}
.my_chart_wrap .legend_boxs.daily_type .box.box2::before {
  background-color: #FF9901;
}
.my_chart_wrap .legend_boxs.daily_type .box.box3::before {
  background-color: #B271FF;
}
.my_chart_wrap .legend_boxs.weekly_type .box.box1::before {
  background-color: #04B499;
}
.my_chart_wrap .legend_boxs.weekly_type .box.box2::before {
  background-color: #F47920;
}
.my_chart_wrap .arrow_btns {
  display: flex;
  gap: 0 5px;
  justify-content: flex-end;
}
.my_chart_wrap .arrow_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  border: 1px solid #999;
  background-color: #fafafa;
}

@media (max-width: 1240px) {
  .my_chart_wrap .chart_m_scroll {
    overflow-x: auto;
  }
}
@media (max-width: 991px) {
  .my_chart_wrap .chart_m_scroll .canvas_wrap.mw900 {
    width: 900px;
  }
}
@media (max-width: 620px) {
  .my_chart_wrap .chart_m_scroll + .chart_bottom {
    margin-top: 25px;
  }
  .my_chart_wrap .legend_boxs {
    gap: 4px;
  }
  .my_chart_wrap .legend_boxs .box {
    height: 30px;
    padding: 5px 7px;
    font-size: 14px;
  }
  .my_chart_wrap .legend_boxs .box::before {
    width: 5px;
    height: 5px;
    margin-right: 4px;
  }
  .my_chart_wrap .arrow_btns .btn {
    width: 40px;
    height: 30px;
    font-size: 14px;
  }
}
.policy_page {
  padding: 100px 0 140px;
}
.policy_page .policy_tit {
  margin-bottom: 60px;
  font-size: 44px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.policy_page .txt_cont {
  border-top: 1px solid #999;
}
.policy_page .top_txt {
  padding: 25px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  line-height: 150%;
}
.policy_page .top_txt pre {
  font-size: inherit;
  line-height: inherit;
}
.policy_page .txt {
  margin-top: 50px;
}
.policy_page .txt b {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  line-height: 150%;
}
.policy_page .txt b + pre {
  margin-top: 20px;
}
.policy_page .txt pre {
  display: block;
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 15px;
  font-size: 18px;
  line-height: 150%;
  background-color: #F6FAFA;
}
.policy_page .txt.s_type b {
  font-size: 20px;
  color: #333;
}
.policy_page .txt.s_type pre {
  border: 1px solid #ddd;
  background-color: fafafa;
}

@media (max-width: 620px) {
  .policy_page {
    padding: 50px 0 70px;
  }
  .policy_page .policy_tit {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .policy_page .top_txt {
    padding: 15px;
    font-size: 14px;
  }
  .policy_page .txt {
    margin-top: 25px;
  }
  .policy_page .txt b {
    font-size: 20px;
  }
  .policy_page .txt b + pre {
    margin-top: 10px;
  }
  .policy_page .txt pre {
    padding: 15px;
    border-radius: 10px;
    font-size: 14px;
  }
  .policy_page .txt.s_type b {
    font-size: 16px;
  }
}
#footer .foot_bg {
  padding: 70px 0;
  border-top: 1px solid #eee;
  background-color: #fafafa;
}
#footer .foot_top {
  display: flex;
  gap: 70px;
  align-items: start;
}
#footer .foot_top .ft_l_cont {
  width: 100%;
}
#footer .foot_top .ft_r_cont {
  flex-shrink: 0;
  text-align: right;
}
#footer .foot_top .ft_r_cont .foot_sns {
  justify-content: flex-end;
}
#footer .foot_top + .foot_cont {
  margin-top: 25px;
}
#footer .foot_cont {
  display: flex;
  gap: 70px;
}
#footer .foot_cont .fc_l_cont {
  width: 100%;
}
#footer .foot_cont .fc_r_cont {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
}
#footer .foot_menu .line {
  display: flex;
  gap: 10px 30px;
  flex-wrap: wrap;
}
#footer .foot_menu .line + .line {
  margin-top: 10px;
}
#footer .foot_menu .line .t1 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 150%;
}
#footer .foot_sns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#footer .foot_sns .sns_btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-indent: -999em;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#footer .foot_sns .sns_btn.insta {
  background-image: url(/src/img/ico/foot_sns_insta.svg);
}
#footer .foot_sns .sns_btn.naver_blog {
  background-image: url(/src/img/ico/foot_sns_naver_blog.svg);
}
#footer .foot_sns .sns_btn.yt{background-image: url(/src/img/ico/foot_sns_yt.svg);}
#footer .foot_addr .line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
#footer .foot_addr .line + .line {
  margin-top: 10px;
}
#footer .foot_addr dl {
  display: flex;
  gap: 3px 5px;
  align-items: start;
}
#footer .foot_addr dl dt {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
#footer .foot_addr dl dd {
  font-size: 14px;
  color: #000;
}
#footer .foot_copy {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 150%;
}
@media (max-width: 1680px){
  #footer .container{padding-right: 80px;}
}
@media (max-width: 1240px) {
  #footer .foot_top {
    gap: 50px;
  }
  #footer .foot_top + .foot_cont {
    margin-top: 50px;
  }
  #footer .foot_cont {
    flex-direction: column;
    gap: 50px;
  }
  #footer .foot_cont .fc_l_cont {
    width: 100%;
  }
  #footer .foot_cont .fc_r_cont {
    justify-content: start;
    align-items: center;
    text-align: center;
  }
  #footer .foot_addr .line {
    justify-content: center;
  }
  #footer .foot_copy {
    text-align: center;
  }
}
@media (max-width: 620px) {
  #footer .container{padding-right: 0;}
  #footer .foot_bg {
    padding: 45px 0;
  }
  #footer .foot_top {
    flex-direction: column;
    gap: 35px;
  }
  #footer .foot_top .ft_r_cont {
    width: 100%;
    text-align: center;
  }
  #footer .foot_top .ft_r_cont .foot_sns {
    justify-content: center;
  }
  #footer .foot_top + .foot_cont {
    margin-top: 35px;
  }
  #footer .foot_cont {
    gap: 25px;
  }
  #footer .foot_menu .line {
    gap: 10px 15px;
    justify-content: center;
  }
  #footer .foot_menu .line .t1 {
    font-size: 14px;
  }
  #footer .foot_sns {
    justify-content: center;
  }
  #footer .foot_sns .sns_btn {
    width: 35px;
    height: 35px;
  }
  #footer .foot_addr .line {
    gap: 10px 15px;
  }
  #footer .foot_addr dl {
    display: flex;
    gap: 3px 5px;
    align-items: start;
  }
  #footer .foot_addr dl dt {
    font-size: 12px;
  }
  #footer .foot_addr dl dd {
    font-size: 12px;
  }
  #footer .foot_copy {
    font-size: 12px;
  }
}

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