.c1 {
  color: #0D215E !important;
}

.c2 {
  color: #3164FF !important;
}

.c0 {
  color: #000;
}

.c3 {
  color: #333;
}

.c5 {
  color: #555;
}

.c6 {
  color: #666;
}

.c9 {
  color: #999;
}

.ce {
  color: #eee;
}

.cf {
  color: #fff;
}

.c_red {
  color: #FF0107;
}

.c_blue {
  color: #3164FF;
}

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: "SCoreDream";
  line-height: 150%;
  font-weight: 400;
}

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

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: "SCoreDream";
  font-size: 14px;
  font-weight: 400;
}

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: "SCoreDream";
}

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

.tdu {
  text-decoration: underline;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

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

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

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

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

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

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

.bx-wrapper {
  position: relative;
}

.bx-controls {
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fz32 {
  font-size: 32px;
}

.fz34 {
  font-size: 34px;
}

.fz36 {
  font-size: 36px;
}

.fz38 {
  font-size: 38px;
}

.fz40 {
  font-size: 40px;
}

.fz46 {
  font-size: 46px;
}

.fz50 {
  font-size: 50px;
}

.fz60 {
  font-size: 60px;
}

.fz70 {
  font-size: 70px;
}

@media screen and (max-width: 620px) {
  .fz12 {
    font-size: 10px;
  }
  .fz14 {
    font-size: 12px;
  }
  .fz16 {
    font-size: 12px;
  }
  .fz18 {
    font-size: 14px;
  }
  .fz20 {
    font-size: 16px;
  }
  .fz22 {
    font-size: 16px;
  }
  .fz24 {
    font-size: 18px;
  }
  .fz26 {
    font-size: 18px;
  }
  .fz28 {
    font-size: 20px;
  }
  .fz30 {
    font-size: 20px;
  }
  .fz32 {
    font-size: 22px;
  }
  .fz34 {
    font-size: 22px;
  }
  .fz36 {
    font-size: 24px;
  }
  .fz38 {
    font-size: 24px;
  }
  .fz40 {
    font-size: 24px;
  }
  .fz46 {
    font-size: 28px;
  }
  .fz50 {
    font-size: 28px;
  }
  .fz60 {
    font-size: 28px;
  }
  .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: 40px;
  text-align: center;
  font-size: 0;
}
.page_num a {
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  color: #999;
  line-height: 34px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.page_num .act {
  position: relative;
  z-index: 1;
  color: #FF0107;
  font-weight: bold;
}
.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 screen and (max-width: 620px) {
  .page_num {
    margin-top: 20px;
  }
  .page_num a {
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
  }
}
.container {
  width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .container {
    width: 90%;
  }
}

.w_container {
  width: calc(100% - 200px);
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input.de_inp.sm{height: 45px;padding: 0 20px;}
.de_inp.ss{height: 36px;}
.de_inp.st{height: 30px;}
*/
.de_rdo, .de_cks {
  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(13, 33, 94);
  transform: scale(0.5, 0.5) rotate(0.3deg);
  -webkit-transform: scale(0.5, 0.5) rotate(0.3deg);
  transform: scale(0.5, 0.5) rotate(0.3deg);
}
.de_rdo input:disabled ~ i, .de_cks input:disabled ~ i {
  background-color: #eee;
}

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

.de_rdo.txt, .de_cks.txt, .de_cki.txt {
  display: inline-flex;
  align-items: start;
  font-size: 14px;
}
.de_rdo.txt i, .de_cks.txt i, .de_cki.txt i {
  flex-shrink: 0;
}
.de_rdo.txt .t, .de_cks.txt .t, .de_cki.txt .t {
  padding-top: 4px;
}

@media (max-width: 620px) {
  .de_rdo.txt, .de_cks.txt, .de_cki.txt {
    font-size: 12px;
  }
}
.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;
  border-radius: 5px;
  vertical-align: middle;
}

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

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

.de_cki {
  display: inline-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(13, 33, 94);
  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('d1440')
@include respond-to('d1000')
@include respond-to('d326')
*/
body label {
  margin-bottom: 0;
}

@media (max-width: 620px) {
  .mt80 {
    margin-top: 40px;
  }
}
@media (max-width: 1440px) {
  .m_body_ovh {
    overflow: hidden;
    touch-action: none;
  }
  #wrap {
    padding-right: 100px;
  }
  .m_quick_menu {
    display: flex !important;
  }
}
@media (max-width: 620px) {
  #wrap {
    padding-right: 60px;
  }
}
.logo {
  display: block;
  width: 146px;
  height: 80px;
  background-image: url(/src/img/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.logo > a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999em;
}

@media (max-width: 620px) {
  .logo {
    width: 92px;
    height: 50px;
  }
}
.sns_btns_box {
  overflow: hidden;
  display: inline-flex;
  border: 1px solid #eee;
  border-radius: 10px;
}
.sns_btns_box .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 44px;
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.sns_btns_box .btn::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #eee;
}
.sns_btns_box .btn.insta_btn {
  background-image: url(/src/img/ico/snsbtnsbox_insta.svg);
}
.sns_btns_box .btn.yt_btn {
  background-image: url(/src/img/ico/snsbtnsbox_yt.svg);
}
.sns_btns_box .btn.blog_btn {
  background-image: url(/src/img/ico/snsbtnsbox_blog.svg);
}
.sns_btns_box .btn.cafe_btn {
  background-image: url(/src/img/ico/snsbtnsbox_cafe.svg);
}
.sns_btns_box .btn.fb_btn {
  background-image: url(/src/img/ico/snsbtnsbox_fb.svg);
}

@media (max-width: 620px) {
  .sns_btns_box .btn {
    width: 40px;
  }
  .sns_btns_box .btn::after {
    display: none;
  }
}
.kakao_consult_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 44px;
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
  color: #1A1311;
  text-align: left;
  background-color: #FFD500;
}
.kakao_consult_btn::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  background-image: url(/src/img/ico/kakaoconsult_ico.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 620px) {
  .kakao_consult_btn {
    width: 125px;
    font-size: 12px;
  }
  .kakao_consult_btn::before {
    width: 20px;
    height: 20px;
  }
}
.src_v_modal {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.src_v_modal .mod {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1038px;
}
.src_v_modal .mod .close_btn {
  position: absolute;
  right: -90px;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #3164FF;
  background-image: url(/src/img/ico/src_modal_close.svg);
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.src_v_modal .mod .mod_body {
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
}
.src_v_modal .mod .mod_ovy {
  overflow-y: auto;
  max-height: 90vh;
}
.src_v_modal .mod .img {
  text-align: center;
}
.src_v_modal .mod .vdo {
  position: relative;
  padding-top: 56.25%;
}
.src_v_modal .mod .vdo > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.src_v_modal.act {
  display: block;
}

@media (max-width: 1440px) {
  .src_v_modal .mod .close_btn {
    right: 0;
    top: -90px;
  }
  .src_v_modal .mod .mod_ovy {
    max-height: calc(90vh - 100px);
  }
}
@media (max-width: 1240px) {
  .src_v_modal .mod {
    width: 90% !important;
  }
}
@media (max-width: 991px) {
  .src_v_modal .img > img {
    max-width: 800px;
  }
}
@media (max-width: 620px) {
  .src_v_modal .mod .close_btn {
    top: -60px;
    width: 40px;
    height: 40px;
    background-size: 20px auto;
  }
  .src_v_modal .mod .mod_body {
    border-radius: 10px;
  }
  .src_v_modal .mod .mod_ovy {
    max-height: calc(90vh - 60px);
  }
  .src_v_modal .mod .img > img {
    max-width: 600px;
  }
}
.board_pw_modal {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.board_pw_modal .mod {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  width: 445px;
  border-radius: 10px;
  background-color: #fff;
}
.board_pw_modal .mod .close_btn {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  background-image: url(/src/img/ico/modal_close.svg);
  background-size: 19px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.board_pw_modal .mod .mod_ovy {
  overflow-y: auto;
  max-height: 90vh;
  padding: 60px 40px;
}
.board_pw_modal .mod .mod_tit_line {
  margin-bottom: 30px;
  text-align: center;
}
.board_pw_modal .mod .mod_tit {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.board_pw_modal .sbm_line {
  margin-top: 10px;
}
.board_pw_modal .sbm_line .btn {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  font-weight: 500;
}
.board_pw_modal .sbm_line .btn.line_style {
  border: 1px solid #000;
}
.board_pw_modal.act {
  display: block;
}

@media (max-width: 620px) {
  .board_pw_modal .mod {
    width: 90%;
  }
  .board_pw_modal .mod .close_btn {
    right: 10px;
    top: 10px;
  }
  .board_pw_modal .mod .mod_ovy {
    padding: 40px 20px;
  }
  .board_pw_modal .mod .mod_tit_line {
    margin-bottom: 15px;
  }
  .board_pw_modal .mod .mod_tit {
    font-size: 18px;
  }
  .board_pw_modal .sbm_line {
    margin-top: 5px;
  }
  .board_pw_modal .sbm_line .btn {
    height: 40px;
  }
}
.m_x_desc {
  display: none;
  margin-top: 10px;
  font-size: 12px;
  color: #FF0107;
}

@media (max-width: 1240px) {
  .m_x_scroll {
    overflow-x: auto;
  }
  .m_x_desc {
    display: block;
  }
  .sub_page .m_x_scroll .in_tb {
    width: 1200px;
  }
}
@media (max-width: 620px) {
  .m_x_desc {
    margin-top: 5px;
    font-size: 11px;
  }
  .sub_page .m_x_scroll .in_tb {
    width: 800px;
  }
}
.dot {
  position: relative;
  position: relative;
  padding-left: 14px;
  font-size: 16px;
}
.dot::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
}

@media (max-width: 620px) {
  .dot {
    padding-left: 7px;
    font-size: 12px;
  }
  .dot::before {
    top: 8px;
    width: 2px;
    height: 2px;
  }
}
.req_star {
  color: #FF0107;
}

.inp_wrap .w570 {
  max-width: 570px;
}
.inp_wrap .inp {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 50px;
  padding: 0 20px;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
}
.inp_wrap .inp::placeholder {
  color: #999;
}
.inp_wrap input[type=file].inp {
  padding: 0;
}
.inp_wrap select.inp {
  padding: 0 30px 0 20px;
  background-position: calc(100% - 20px) center;
  background-image: url(/src/img/ico/inp_sel_arrow.svg);
  background-size: 7px auto;
}
.inp_wrap textarea.inp {
  height: 250px;
  padding: 20px;
}
.inp_wrap .r_btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 50px;
  border: 1px solid #aaa;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
}
.inp_wrap .inp_btn {
  display: flex;
  gap: 0 5px;
}
.inp_wrap .tri_inp {
  display: flex;
  gap: 0 5px;
}
.inp_wrap .tri_inp .inp {
  width: calc((100% - 10px) / 3);
}
.inp_wrap .mail_inp_wrap {
  display: flex;
  gap: 0 5px;
}
.inp_wrap .mail_inp_wrap .inp {
  width: calc((100% - 10px) / 3);
}
.inp_wrap .addr_wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.inp_wrap .inp_desc {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}
.inp_wrap .pw_wrap {
  display: flex;
  gap: 10px 20px;
  align-items: center;
}
.inp_wrap .pw_wrap .inp {
  width: 360px;
}
.inp_wrap .pw_wrap .de_cki, .inp_wrap .pw_wrap .de_rdo {
  flex-shrink: 0;
}
.inp_wrap .fileadd_wrap {
  display: flex;
  flex-wrap: wrap;
}
.inp_wrap .fileadd_wrap.lng2 {
  gap: 10px 20px;
}
.inp_wrap .fileadd_wrap.lng2 .fileadd_line {
  width: calc(50% - 10px);
}
.inp_wrap .fileadd_line {
  display: flex;
  gap: 0 5px;
}
.inp_wrap .fileadd_line .add_btn {
  flex-shrink: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-image: url(/src/img/ico/inp_file_add.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.inp_wrap .fileadd_line .del_btn {
  flex-shrink: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-image: url(/src/img/ico/inp_file_del.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.label_wrap {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
}

@media (max-width: 1240px) {
  .inp_wrap .fileadd_wrap.lng2 .fileadd_line {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .inp_wrap .inp {
    height: 40px;
    padding: 0 15px;
    font-size: 12px;
  }
  .inp_wrap select.inp {
    padding: 0 25px 0 15px;
  }
  .inp_wrap textarea.inp {
    height: 150px;
    padding: 15px;
  }
  .inp_wrap .r_btn {
    width: 60px;
    height: 40px;
    font-size: 12px;
  }
  .inp_wrap .inp_desc {
    margin-top: 5px;
    font-size: 12px;
  }
  .inp_wrap .pw_wrap {
    flex-direction: column;
    align-items: start;
  }
  .inp_wrap .pw_wrap .inp {
    width: 100%;
  }
  .inp_wrap .fileadd_wrap.lng2 {
    gap: 5px 0;
  }
  .inp_wrap .fileadd_line .add_btn {
    width: 40px;
    height: 40px;
  }
  .inp_wrap .fileadd_line .del_btn {
    width: 40px;
    height: 40px;
  }
}
.agree_wrap {
  margin-top: 50px;
}
.agree_wrap.mt0 {
  margin-top: 0;
}
.agree_wrap .agree_tit {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.agree_wrap .agree_txt {
  overflow-y: scroll;
  height: 200px;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: 16px;
  color: #666;
  background-color: #fafafa;
}
.agree_wrap .agree_line {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.agree_wrap .agree_line .de_rdo.txt, .agree_wrap .agree_line .de_cks.txt, .agree_wrap .agree_line .de_cki.txt {
  font-size: 16px;
}
.agree_wrap .agree_line .de_rdo.txt i, .agree_wrap .agree_line .de_cks.txt i, .agree_wrap .agree_line .de_cki.txt i {
  margin-right: 10px;
}

@media (max-width: 620px) {
  .agree_wrap {
    margin-top: 25px;
  }
  .agree_wrap .agree_tit {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .agree_wrap .agree_txt {
    padding: 15px;
    font-size: 12px;
  }
  .agree_wrap .agree_line {
    padding: 10px 0;
  }
  .agree_wrap .agree_line .de_rdo.txt, .agree_wrap .agree_line .de_cks.txt, .agree_wrap .agree_line .de_cki.txt {
    font-size: 12px;
  }
}
.sbm_line {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 40px;
}
.sbm_line .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 60px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.sbm_line .btn.bg_style {
  color: #fff;
  background-color: #3164FF;
}
.sbm_line .btn.line_style {
  border: 1px solid #ddd;
  color: #000;
}

@media (max-width: 620px) {
  .sbm_line {
    gap: 5px;
    margin-top: 20px;
  }
  .sbm_line .btn {
    width: 70px;
    height: 50px;
    border-radius: 5px;
    font-size: 12px;
  }
}
.review_sys_points {
  display: inline-flex;
}
.review_sys_points .point {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-indent: -999em;
  background-image: url(/src/img/ico/review_sys_point.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.review_sys_points .point.act {
  background-image: url(/src/img/ico/review_sys_point_act.svg);
}

@media (max-width: 620px) {
  .review_sys_points .point {
    width: 17px;
    height: 16px;
  }
}
#header {
  position: relative;
}

#header .hd {
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
}
#header .hd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
}
#header .hd .hd_inner {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 100px;
}
#header .hd .hd_inner .hd_l {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 306px;
  height: 100%;
  padding-left: 100px;
  border-radius: 0 0 60px 0;
  background-color: #fff;
}
#header .hd .hd_inner .hd_r {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-left: auto;
}
#header .hd .gnb {
  margin-left: 50px;
  text-align: center;
}
#header .hd .gnb > ul {
  display: flex;
}
#header .hd .gnb > ul > li {
  position: relative;
}
#header .hd .gnb > ul > li .t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
#header .hd .gnb .dep2 {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 205px;
  padding: 30px 10px;
  border: 1px solid #eee;
  border-radius: 20px;
  background-color: #fff;
}
#header .hd .gnb .dep2 > ul > li .t2 {
  font-size: 16px;
  color: #555;
  font-weight: 500;
}
#header .hd .gnb .dep2 > ul > li + li {
  margin-top: 15px;
}
#header .hd .gnb .dep2 > ul > li:hover .t2 {
  color: #000;
  font-weight: bold;
}
#header .hd .sns_btns_box {
  border: 0;
  background-color: #fff;
}

@media screen and (max-width: 1890px) {
  #header .hd .hd_inner {
    padding-right: 40px;
  }
  #header .hd .hd_inner .hd_l {
    width: 246px;
    padding-left: 40px;
  }
  #header .hd .gnb {
    margin-left: 25px;
  }
  #header .hd .gnb > ul > li .t1 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1640px) {
  #header .hd .hd_inner .hd_r {
    gap: 5px;
  }
  #header .hd .gnb {
    margin-left: 20px;
  }
  #header .hd .gnb > ul > li .t1 {
    padding: 0 10px;
  }
  #header .hd .sns_btns_box .btn {
    width: 30px;
    background-size: 20px auto;
  }
  #header .hd .sns_btns_box .btn::after {
    display: none;
  }
}
@media (max-width: 1440px) {
  #header .hd .hd_inner {
    padding-right: 0;
  }
  #header .hd .hd_inner .hd_l {
    width: calc(186px + 5vw);
    padding-left: 5vw;
  }
  #header .hd .hd_inner .hd_r {
    display: none;
  }
  #header .hd .gnb {
    display: none;
  }
}
@media (max-width: 620px) {
  #header .hd {
    height: 60px;
  }
  #header .hd .hd_inner .hd_l {
    width: calc(112px + 5vw);
    border-radius: 0 0 30px 0;
  }
}
.m_quick_menu {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  flex-direction: column;
  width: 100px;
  height: 100vh;
  background-color: #0D215E;
}
.m_quick_menu .m_menu_btn {
  display: block;
  width: 100%;
  height: 100px;
  background-image: url(/src/img/ico/mquick_menu.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.m_quick_menu > .m_menu_btn {
  flex-shrink: 0;
}
.m_quick_menu .in_ovy {
  overflow-y: auto;
  height: 100%;
  border-top: 1px solid #2C3F78;
}
.m_quick_menu .side_menu .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #2C3F78;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px auto;
}
.m_quick_menu .side_menu .btn .t1 {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 150%;
}
.m_quick_menu .side_menu .btn:last-child {
  border-bottom: 0;
}
.m_quick_menu .side_menu .btn.direction_btn {
  background-image: url(/src/img/ico/mquick_direction.svg);
}
.m_quick_menu .side_menu .btn.fee_btn {
  background-image: url(/src/img/ico/mquick_fee.svg);
}
.m_quick_menu .side_menu .btn.admission_btn {
  background-image: url(/src/img/ico/mquick_admission.svg);
}
.m_quick_menu .side_menu .btn.shuttle_btn {
  background-image: url(/src/img/ico/mquick_shuttle.svg);
}
.m_quick_menu .side_menu .btn.time_btn {
  background-image: url(/src/img/ico/mquick_time.svg);
}
.m_quick_menu .side_menu .btn.merit_btn {
  background-image: url(/src/img/ico/mquick_merit.svg);
}
.m_quick_menu .side_menu .btn.tip_btn {
  background-image: url(/src/img/ico/mquick_tip.svg);
}
.m_quick_menu .side_menu .btn.test_btn {
  background-image: url(/src/img/ico/mquick_test.svg);
}
.m_quick_menu .side_menu .btn.call_btn {
  background-image: url(/src/img/ico/mquick_call.svg);
}
.m_quick_menu .side_menu .btn.kakao_btn {
  background-image: url(/src/img/ico/mquick_kakao.svg);
}

@media (max-width: 620px) {
  .m_quick_menu {
    width: 60px;
  }
  .m_quick_menu .m_menu_btn {
    height: 50px;
    background-size: 25px auto;
  }
  .m_quick_menu .side_menu .btn {
    height: 50px;
    background-size: 30px auto;
  }
  .m_quick_menu .side_menu .btn .t1 {
    font-size: 11px;
  }
}
.m_menu_modal {
  z-index: 100;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
}
.m_menu_modal .mod {
  overflow: hidden;
  clip-path: ellipse(25% 15% at 0% 0%);
  height: 100%;
  background-color: #fff;
}
.m_menu_modal .mod .mod_hd {
  display: flex;
  align-items: center;
  height: 140px;
  padding: 0 5%;
}
.m_menu_modal .mod .mod_hd > .r_cont {
  margin-left: auto;
}
.m_menu_modal .mod .mod_hd .close_btn {
  width: 30px;
  height: 30px;
  background-image: url(/src/img/ico/mmenu_close.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.m_menu_modal .mod .mod_body {
  height: calc(100% - 140px);
  padding: 80px 0;
}
.m_menu_modal .mod .mod_ovy {
  overflow-y: auto;
}
.m_menu_modal .mod .menu > ul > li .t1 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 5%;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: left;
}
.m_menu_modal .mod .menu > ul > li .t1.arrow_ico {
  position: relative;
  padding-right: calc(5% + 10px);
}
.m_menu_modal .mod .menu > ul > li .t1.arrow_ico::after {
  content: "";
  position: absolute;
  right: 5%;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  background-image: url(/src/img/ico/mmenu_menu_arrow.svg);
}
.m_menu_modal .mod .menu > ul > li .dep2 {
  display: none;
}
.m_menu_modal .mod .menu > ul > li.act .t1 {
  color: #3164FF;
}
.m_menu_modal .mod .menu > ul > li.act .t1.arrow_ico::after {
  transform: scaleY(-1);
}
.m_menu_modal .mod .menu > ul > li.act .dep2 {
  display: block;
}
.m_menu_modal .mod .menu .dep2 {
  padding: 0 5%;
}
.m_menu_modal .mod .menu .dep2 > ul {
  padding: 30px;
  border-radius: 20px;
  background-color: #F4F7FF;
}
.m_menu_modal .mod .menu .dep2 > ul > li .t2 {
  display: inline-block;
  margin: -5px 0;
  padding: 5px 0;
  font-size: 16px;
  color: #555;
  font-weight: 500;
}
.m_menu_modal .mod .menu .dep2 > ul > li + li {
  margin-top: 15px;
}

@media (max-width: 1440px) {
  .m_menu_modal.act {
    top: 0;
  }
  .m_menu_modal.act .mod {
    transition: clip-path 0.5s;
    clip-path: ellipse(150% 150% at 0% 0%);
  }
}
@media (max-width: 620px) {
  .m_menu_modal .mod .mod_hd {
    height: 60px;
  }
  .m_menu_modal .mod .mod_hd .close_btn {
    background-size: 20px auto;
  }
  .m_menu_modal .mod .mod_body {
    height: calc(100% - 60px);
    padding: 40px 0;
  }
  .m_menu_modal .mod .menu > ul > li .t1 {
    height: 50px;
    font-size: 16px;
  }
  .m_menu_modal .mod .menu .dep2 > ul {
    padding: 20px 15px;
    border-radius: 10px;
  }
  .m_menu_modal .mod .menu .dep2 > ul > li .t2 {
    font-size: 14px;
  }
  .m_menu_modal .mod .menu .dep2 > ul > li + li {
    margin-top: 10px;
  }
}
.index_wrap #header .hd::before {
  width: calc(100% - 600px);
}
.index_wrap #footer {
  border-top: 0;
}

@media screen and (max-width: 1890px) {
  .index_wrap #header .hd::before {
    width: calc(100% - 480px);
  }
}
@media screen and (max-width: 1640px) {
  .index_wrap #header .hd::before {
    width: calc(100% - 390px);
  }
}
@media screen and (max-width: 1440px) {
  .index_wrap #header .hd::before {
    width: 100%;
  }
}
.main_page .main_tit_line {
  margin-bottom: 70px;
  text-align: center;
}
.main_page .main_tit {
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.main_page .main_tit + .main_sub_tit {
  margin-top: 40px;
}
.main_page .main_tit + .main_desc {
  margin-top: 20px;
}
.main_page .main_sub_tit {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}
.main_page .main_sub_tit + .main_desc {
  margin-top: 20px;
}
.main_page .main_desc {
  font-size: 18px;
  color: #555;
}
.main_page .main_cursor_wrap {
  overflow: hidden;
  position: relative;
}
.main_page .main_cursor_wrap .swife_cursor {
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%) scale(0.7);
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 150%;
  border-radius: 50%;
  background-color: #0D215E;
}
.main_page .main_cursor_wrap .swife_cursor::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  background-image: url(/src/img/ico/maincursor_swife.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.main_page .main_cursor_wrap.cursor_act .swife_cursor {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

@media (max-width: 1440px) {
  .main_page .main_cursor_wrap .swife_cursor {
    display: none;
  }
}
@media (max-width: 620px) {
  .main_page .main_tit_line {
    margin-bottom: 35px;
  }
  .main_page .main_tit {
    font-size: 24px;
  }
  .main_page .main_tit + .main_sub_tit {
    margin-top: 20px;
  }
  .main_page .main_tit + .main_desc {
    margin-top: 10px;
  }
  .main_page .main_sub_tit {
    font-size: 18px;
  }
  .main_page .main_sub_tit + .main_desc {
    margin-top: 10px;
  }
  .main_page .main_desc {
    font-size: 14px;
  }
}
.main_page .visual_sect {
  display: flex;
}
.main_page .visual_sect > .l_cont {
  min-width: 0;
  width: 100%;
}
.main_page .visual_sect > .r_cont {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 25px 0;
  width: 600px;
  min-height: 970px;
  padding: 140px 100px 60px;
  background-color: #0D215E;
}
.main_page .visual_sect > .r_cont .main_img_slide {
  width: 100%;
}
.main_page .visual_sect .main_slide {
  position: relative;
}
.main_page .visual_sect .main_slide .main_mask {
  overflow: hidden;
}
.main_page .visual_sect .main_slide .main_mask .item {
  position: relative;
}
.main_page .visual_sect .main_slide .main_mask .item .bg {
  display: block;
  height: 970px;
}
.main_page .visual_sect .main_slide .main_mask .item .bg > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main_page .visual_sect .main_slide .main_mask .item .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 140px 100px 260px;
}
.main_page .visual_sect .main_slide .main_mask .item .txt .cate {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
.main_page .visual_sect .main_slide .main_mask .item .txt .cate + .tit {
  margin-top: 20px;
}
.main_page .visual_sect .main_slide .main_mask .item .txt .tit {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  line-height: 140%;
}
.main_page .visual_sect .main_slide .main_mask .item .txt .tit + .desc {
  margin-top: 40px;
}
.main_page .visual_sect .main_slide .main_mask .item .txt .desc {
  font-size: 20px;
  color: #fff;
}
.main_page .visual_sect .main_slide .main_mask .item .txt .ani_t {
  overflow: hidden;
}
.main_page .visual_sect .main_slide .main_mask .item .txt .ani_t > span {
  display: block;
  transform: translateY(100%);
  line-height: inherit;
}
.main_page .visual_sect .main_slide .main_mask .item.swiper-slide-active .txt .ani_t > span {
  transition: transform 0.5s;
  transform: translateY(0);
}
.main_page .visual_sect .main_slide .main_mask .item.swiper-slide-active .txt .ani_t:nth-child(1) > span {
  transition-delay: 0.2s;
}
.main_page .visual_sect .main_slide .main_mask .item.swiper-slide-active .txt .ani_t:nth-child(2) > span {
  transition-delay: 0.4s;
}
.main_page .visual_sect .main_slide .main_mask .item.swiper-slide-active .txt .ani_t:nth-child(3) > span {
  transition-delay: 0.6s;
}
.main_page .visual_sect .main_slide .bullet {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.main_page .visual_sect .main_slide .bullet .swiper-pagination-bullet {
  opacity: 0.2;
  width: 10px;
  height: 10px;
  margin: 0;
  background-color: #fff;
}
.main_page .visual_sect .main_slide .bullet .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.main_page .visual_sect .main_img_slide .tit_line {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 15px;
}
.main_page .visual_sect .main_img_slide .tit_line .tit {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.main_page .visual_sect .main_img_slide .tit_line .slide_control {
  margin-left: auto;
  flex-shrink: 0;
}
.main_page .visual_sect .main_img_slide .slide_control {
  display: flex;
  align-items: center;
}
.main_page .visual_sect .main_img_slide .slide_control .arrow_btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(/src/img/ico/mainimgslide_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.main_page .visual_sect .main_img_slide .slide_control .arrow_btn.next {
  transform: scaleX(-1);
}
.main_page .visual_sect .main_img_slide .slide_control .slide_num {
  width: 60px;
  font-size: 14px;
  color: #999;
  text-align: center;
}
.main_page .visual_sect .main_img_slide .slide_control .slide_num .curr {
  color: #fff;
  font-weight: bold;
}
.main_page .visual_sect .main_img_slide .main_img_mask {
  overflow: hidden;
  border-radius: 10px;
}
.main_page .visual_sect .main_img_slide .main_img_mask .item .img {
  aspect-ratio: 400/293;
}
.main_page .visual_sect .main_img_slide .main_img_mask .item .img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main_page .visual_sect .main_quick_menu > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 0;
}
.main_page .visual_sect .main_quick_menu > ul > li {
  width: 33.3334%;
}
.main_page .visual_sect .main_quick_menu .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}
.main_page .visual_sect .main_quick_menu .item .ico {
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  border-radius: 50%;
  background-color: #3164FF;
  background-size: 50px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.main_page .visual_sect .main_quick_menu .item .t1 {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  line-height: 140%;
}
.main_page .visual_sect .main_quick_menu .item.direction_item .ico {
  background-image: url(/src/img/ico/mainquick_direction.svg);
}
.main_page .visual_sect .main_quick_menu .item.fee_item .ico {
  background-image: url(/src/img/ico/mainquick_fee.svg);
}
.main_page .visual_sect .main_quick_menu .item.admission_item .ico {
  background-image: url(/src/img/ico/mainquick_admission.svg);
}
.main_page .visual_sect .main_quick_menu .item.shuttle_item .ico {
  background-image: url(/src/img/ico/mainquick_shuttle.svg);
}
.main_page .visual_sect .main_quick_menu .item.time_item .ico {
  background-image: url(/src/img/ico/mainquick_time.svg);
}
.main_page .visual_sect .main_quick_menu .item.merit_item .ico {
  background-image: url(/src/img/ico/mainquick_merit.svg);
}
.main_page .visual_sect .main_quick_menu .item.tip_item .ico {
  background-image: url(/src/img/ico/mainquick_tip.svg);
}
.main_page .visual_sect .main_quick_menu .item.test_item .ico {
  background-image: url(/src/img/ico/mainquick_test.svg);
}
.main_page .visual_sect .main_quick_menu .item.call_item .ico {
  background-image: url(/src/img/ico/mainquick_call.svg);
}

@media screen and (max-width: 1890px) {
  .main_page .visual_sect > .r_cont {
    width: 480px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .main_page .visual_sect .main_slide .main_mask .item .txt {
    padding: 140px 80px 260px;
  }
  .main_page .visual_sect .main_slide .bullet {
    left: 20px;
  }
}
@media screen and (max-width: 1640px) {
  .main_page .visual_sect > .r_cont {
    justify-content: center;
    gap: 40px 0;
    width: 390px;
  }
  .main_page .visual_sect .main_img_slide .tit_line .tit {
    font-size: 22px;
  }
  .main_page .visual_sect .main_quick_menu .item .ico {
    width: 70px;
    height: 70px;
    background-size: 40px auto;
  }
  .main_page .visual_sect .main_quick_menu .item .t1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
  .main_page .visual_sect {
    display: block;
  }
  .main_page .visual_sect > .r_cont {
    display: none;
  }
  .main_page .visual_sect .main_slide .main_mask .item .txt {
    justify-content: center;
    padding: 140px 5%;
  }
  .main_page .visual_sect .main_slide .bullet {
    top: auto;
    bottom: 40px;
    left: 5%;
    flex-direction: row;
  }
}
@media (max-width: 620px) {
  .main_page .visual_sect .main_slide .main_mask .item .bg {
    aspect-ratio: 605/1280;
    height: auto;
  }
  .main_page .visual_sect .main_slide .main_mask .item .txt {
    padding: 60px 5%;
  }
  .main_page .visual_sect .main_slide .main_mask .item .txt .cate {
    font-size: 20px;
  }
  .main_page .visual_sect .main_slide .main_mask .item .txt .cate + .tit {
    margin-top: 10px;
  }
  .main_page .visual_sect .main_slide .main_mask .item .txt .tit {
    font-size: 28px;
  }
  .main_page .visual_sect .main_slide .main_mask .item .txt .tit + .desc {
    margin-top: 20px;
  }
  .main_page .visual_sect .main_slide .main_mask .item .txt .desc {
    font-size: 16px;
  }
  .main_page .visual_sect .main_slide .bullet {
    bottom: 20px;
  }
}
.main_page .menu_sect .main_menu_list > ul {
  display: flex;
}
.main_page .menu_sect .main_menu_list > ul > li {
  width: 100%;
}
.main_page .menu_sect .main_menu_list .item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 50px 30px;
}
.main_page .menu_sect .main_menu_list .item .tit {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.main_page .menu_sect .main_menu_list .item .tit + .desc {
  margin-top: 15px;
}
.main_page .menu_sect .main_menu_list .item .desc {
  color: #555;
}
.main_page .menu_sect .main_menu_list .item .img {
  margin-top: auto;
  padding-top: 40px;
  text-align: center;
}
.main_page .menu_sect .main_menu_list .item .img > img {
  transition: transform 0.3s;
}
.main_page .menu_sect .main_menu_list .item.item1 {
  background-color: #CEE9BE;
}
.main_page .menu_sect .main_menu_list .item.item2 {
  background-color: #E2F6DB;
}
.main_page .menu_sect .main_menu_list .item.item3 {
  background-color: #B1D1E8;
}
.main_page .menu_sect .main_menu_list .item.item4 {
  background-color: #D7EEF6;
}
.main_page .menu_sect .main_menu_list .item.item5 {
  background-color: #ECC7CF;
}
.main_page .menu_sect .main_menu_list .item.item6 {
  background-color: #FAE1E4;
}

@media (hover: hover) {
  .main_page .menu_sect .main_menu_list .item:hover .img > img {
    transform: scale(1.1);
  }
}
@media (max-width: 1440px) {
  .main_page .menu_sect .main_menu_list > ul {
    flex-wrap: wrap;
  }
  .main_page .menu_sect .main_menu_list > ul > li {
    width: 33.3334%;
  }
}
@media (max-width: 767px) {
  .main_page .menu_sect .main_menu_list > ul > li {
    width: 50%;
  }
}
@media (max-width: 620px) {
  .main_page .menu_sect .main_menu_list .item {
    padding: 30px 20px;
  }
  .main_page .menu_sect .main_menu_list .item .tit {
    font-size: 18px;
  }
  .main_page .menu_sect .main_menu_list .item .tit + .desc {
    margin-top: 10px;
  }
  .main_page .menu_sect .main_menu_list .item .desc {
    display: none;
  }
  .main_page .menu_sect .main_menu_list .item .img {
    padding-top: 20px;
  }
}
.main_page .info_sect {
  padding: 150px 0;
  background-color: #F4F7FF;
}
.main_page .info_sect .inner {
  display: flex;
  align-items: center;
  gap: 0 100px;
}
.main_page .info_sect .inner > .l_cont {
  width: 100%;
}
.main_page .info_sect .inner > .r_cont {
  flex-shrink: 0;
  width: 936px;
}
.main_page .info_sect .main_tit_line {
  margin-bottom: 0;
  text-align: left;
}
.main_page .info_sect .main_tit {
  word-break: break-all;
}
.main_page .info_sect .main_info_list > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.main_page .info_sect .main_info_list > ul > li {
  width: calc((100% - 30px) / 3);
}
.main_page .info_sect .main_info_list .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px 35px;
  border: 1px solid #fafafa;
  border-radius: 20px;
  background-color: #fff;
}
.main_page .info_sect .main_info_list .item .ico {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #3164FF;
  background-size: 50px auto;
  background-repeat: no-repeat;
  background-position: center;
}
.main_page .info_sect .main_info_list .item .txt {
  width: 100%;
  margin-top: 30px;
}
.main_page .info_sect .main_info_list .item .txt .tit {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.main_page .info_sect .main_info_list .item .txt .tit + .desc {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}
.main_page .info_sect .main_info_list .item .txt .desc {
  font-size: 16px;
  color: #555;
}
.main_page .info_sect .main_info_list .item .txt .num {
  font-weight: bold;
  color: #000;
}
.main_page .info_sect .main_info_list .item .more_arrow {
  margin-top: auto;
  padding-top: 40px;
}
.main_page .info_sect .main_info_list .item .more_arrow::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  background-image: url(/src/img/ico/maininfo_more.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
.main_page .info_sect .main_info_list .item.item1 .ico {
  background-image: url(/src/img/ico/maininfo_ico1.svg);
}
.main_page .info_sect .main_info_list .item.item2 .ico {
  background-image: url(/src/img/ico/maininfo_ico2.svg);
}
.main_page .info_sect .main_info_list .item.item3 .ico {
  background-image: url(/src/img/ico/maininfo_ico3.svg);
}

@media (hover: hover) {
  .main_page .info_sect .main_info_list .item:hover {
    transition: border 0.3s, background-color 0.3s, box-shadow 0.3s;
    border: 1px solid #3164FF;
    background-color: #3164FF;
    box-shadow: 0 3px 20px rgba(49, 100, 255, 0.2);
  }
  .main_page .info_sect .main_info_list .item:hover .ico {
    background-color: #2A54D4;
  }
  .main_page .info_sect .main_info_list .item:hover .txt .tit {
    color: #fff;
  }
  .main_page .info_sect .main_info_list .item:hover .txt .tit + .desc {
    border-top: 1px solid #5F85F6;
  }
  .main_page .info_sect .main_info_list .item:hover .txt .desc {
    color: #fff;
  }
  .main_page .info_sect .main_info_list .item:hover .txt .num {
    color: #fff;
  }
}
@media screen and (max-width: 1640px) {
  .main_page .info_sect .inner {
    gap: 70px;
  }
  .main_page .info_sect .inner > .r_cont {
    width: 850px;
  }
}
@media (max-width: 1440px) {
  .main_page .info_sect .inner {
    flex-direction: column;
  }
  .main_page .info_sect .inner > .r_cont {
    width: 100%;
  }
  .main_page .info_sect .main_tit_line {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .main_page .info_sect .main_info_list > ul > li {
    width: 100%;
  }
  .main_page .info_sect .main_info_list .item {
    flex-direction: row;
    align-items: center;
    gap: 0 30px;
    padding: 40px;
  }
  .main_page .info_sect .main_info_list .item .ico {
    flex-shrink: 0;
  }
  .main_page .info_sect .main_info_list .item .txt {
    margin-top: 0;
  }
  .main_page .info_sect .main_info_list .item .txt .tit + .desc {
    margin-top: 20px;
    padding-top: 0;
    border-top: 0;
  }
  .main_page .info_sect .main_info_list .item .more_arrow {
    flex-shrink: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 620px) {
  .main_page .info_sect {
    padding: 75px 0;
  }
  .main_page .info_sect .inner {
    gap: 35px 0;
  }
  .main_page .info_sect .main_info_list > ul {
    gap: 10px;
    max-width: 335px;
    margin: 0 auto;
  }
  .main_page .info_sect .main_info_list .item {
    flex-direction: column;
    gap: 15px 0;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
  }
  .main_page .info_sect .main_info_list .item .ico {
    width: 40px;
    height: 40px;
    background-size: 22px auto;
  }
  .main_page .info_sect .main_info_list .item .txt .tit {
    font-size: 16px;
  }
  .main_page .info_sect .main_info_list .item .txt .tit + .desc {
    margin-top: 10px;
  }
  .main_page .info_sect .main_info_list .item .txt .desc {
    font-size: 12px;
  }
  .main_page .info_sect .main_info_list .item .more_arrow {
    display: none;
  }
}
.main_page .review_sect {
  margin-top: 150px;
}
.main_page .review_sect .main_review_slide {
  overflow: hidden;
}
.main_page .review_sect .main_review_slide .main_review_mask .swiper-wrapper{height: auto;}
.main_page .review_sect .main_review_slide .main_review_mask .swiper-slide {
  height: auto;
}

@media (max-width: 1440px) {
  .main_page .review_sect .main_review_slide .main_review_mask .swiper-slide {
    width: 440px;
  }
}
@media (max-width: 620px) {
  .main_page .review_sect {
    margin-top: 75px;
  }
}
.main_page .banner_sect {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 560px;
  margin-top: 150px;
  padding: 80px 40px;
  border-radius: 40px;
  text-align: center;
  background-image: url(/src/img/mainbanner_bg.jpg);
  background-size: cover;
  background-position: center;
}
.main_page .banner_sect .main_tit, .main_page .banner_sect .main_desc {
  color: #fff;
}
.main_page .banner_sect .btns_line {
  display: flex;
  justify-content: center;
}
.main_page .banner_sect .btns_line .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 60px;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.main_page .banner_sect .btns_line .btn.line_style {
  border: 1px solid #fff;
  color: #fff;
}

@media (hover: hover) {
  .main_page .banner_sect .btns_line .btn:hover {
    color: #000;
    background-color: #fff;
  }
}
@media (max-width: 620px) {
  .main_page .banner_sect {
    min-height: 260px;
    margin-top: 75px;
    padding: 40px 20px;
    border-radius: 20px;
  }
  .main_page .banner_sect .btns_line .btn {
    width: 120px;
    height: 50px;
    font-size: 12px;
  }
}
.sub_visual {
  height: 590px;
  padding-top: 140px;
  background-size: cover;
  background-position: center center;
}
.sub_visual .txt {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 150px;
}
.sub_visual .txt .tit {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
}
.sub_visual .txt .tit + .desc {
  margin-top: 40px;
}
.sub_visual .txt .desc {
  font-size: 20px;
  color: #fff;
}
.sub_visual.sub1_1 {
  background-image: url(/src/img/subvisual_sub1_1_bg.jpg);
}
.sub_visual.sub1_2 {
  background-image: url(/src/img/subvisual_sub1_2_bg.jpg);
}
.sub_visual.sub1_3 {
  background-image: url(/src/img/subvisual_sub1_3_bg.jpg);
}
.sub_visual.sub2_1 {
  background-image: url(/src/img/subvisual_sub2_1_bg.jpg);
}
.sub_visual.sub2_2 {
  background-image: url(/src/img/subvisual_sub2_2_bg.jpg);
}
.sub_visual.sub2_3 {
  background-image: url(/src/img/subvisual_sub2_3_bg.jpg);
}
.sub_visual.sub2_4 {
  background-image: url(/src/img/subvisual_sub2_4_bg.jpg);
}
.sub_visual.sub2_5 {
  background-image: url(/src/img/subvisual_sub2_5_bg.jpg);
}
.sub_visual.sub2_6 {
  background-image: url(/src/img/subvisual_sub2_6_bg.jpg);
}
.sub_visual.sub2_7 {
  background-image: url(/src/img/subvisual_sub2_7_bg.jpg);
}
.sub_visual.sub3_1 {
  background-image: url(/src/img/subvisual_sub3_1_bg.jpg);
}
.sub_visual.sub3_2 {
  background-image: url(/src/img/subvisual_sub3_2_bg.jpg);
}
.sub_visual.sub3_3 {
  background-image: url(/src/img/subvisual_sub3_3_bg.jpg);
}
.sub_visual.sub3_4 {
  background-image: url(/src/img/subvisual_sub3_4_bg.jpg);
}
.sub_visual.sub4_1 {
  background-image: url(/src/img/subvisual_sub4_1_bg.jpg);
}
.sub_visual.sub4_1 .txt {
  padding-top: 80px;
}
.sub_visual.sub4_2 {
  background-image: url(/src/img/subvisual_sub4_2_bg.jpg);
}
.sub_visual.sub5_1 {
  background-image: url(/src/img/subvisual_sub5_1_bg.jpg);
}
.sub_visual.sub6_1 {
  background-image: url(/src/img/subvisual_sub6_1_bg.jpg);
}
.sub_visual.sub7_1 {
  background-image: url(/src/img/subvisual_sub7_1_bg.jpg);
}
.sub_visual.sub7_2 {
  background-image: url(/src/img/subvisual_sub7_2_bg.jpg);
}
.sub_visual.sub7_3 {
  background-image: url(/src/img/subvisual_sub7_3_bg.jpg);
}
.sub_visual.sub7_4 {
  background-image: url(/src/img/subvisual_sub7_4_bg.jpg);
}
.sub_visual.sub7_5 {
  background-image: url(/src/img/subvisual_sub7_5_bg.jpg);
}
.sub_visual.sub8_1 {
  background-image: url(/src/img/subvisual_sub8_1_bg.jpg);
}
.sub_visual.sub8_2 {
  background-image: url(/src/img/subvisual_sub8_2_bg.jpg);
}

@media (max-width: 1440px) {
  .sub_visual::before {
    display: none;
  }
  .sub_visual .txt {
    justify-content: center;
    padding-top: 0 !important;
  }
  .sub_visual .txt .tit + .desc {
    display: none;
  }
}
@media (max-width: 991px) {
  .sub_visual::after {
    display: none;
  }
}
@media (max-width: 620px) {
  .sub_visual {
    height: 244px;
    padding-top: 60px;
  }
  .sub_visual .txt .tit {
    font-size: 28px;
  }
  .sub_visual .txt .tit + .desc {
    margin-top: 20px;
  }
  .sub_visual .txt .desc {
    font-size: 16px;
  }
}
.sub_lnb {
  position: relative;
  text-align: right;
  margin-top: -95px;
}
.sub_lnb::before {
  content: "";
  position: absolute;
  top: -100px;
  right: 0;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle at 0 0, rgba(0, 0, 0, 0) 71%, #fff 0);
}
.sub_lnb .inner {
  display: inline-flex;
  gap: 0 10px;
  width: 760px;
  padding: 20px 100px 0 20px;
  border-radius: 60px 0 0 0;
  text-align: left;
  background-color: #fff;
}
.sub_lnb .menu {
  position: relative;
  min-width: 0;
  width: 315px;
}
.sub_lnb .menu .open_btn {
  position: relative;
  z-index: 6;
  display: flex;
  gap: 0 10px;
  align-items: center;
  width: 100%;
  height: 75px;
  padding: 0 25px;
  text-align: left;
  font-size: 18px;
  color: #fff;
  border-radius: 50rem;
  background-color: #0D215E;
}
.sub_lnb .menu .open_btn .t {
  width: 100%;
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sub_lnb .menu .open_btn::after {
  content: "";
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(/src/img/ico/sublnb_menu_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.sub_lnb .menu .dep2 {
  overflow-y: auto;
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  max-height: 450px;
  border-radius: 40px;
  padding: 25px 25px 75px;
  background-color: #0D215E;
}
.sub_lnb .menu .dep2 > ul > li .t2 {
  font-size: 18px;
  color: #A4BAFE;
}
.sub_lnb .menu .dep2 > ul > li + li {
  margin-top: 15px;
}
.sub_lnb .menu:nth-child(2) .open_btn {
  background-color: #3164FF;
}
.sub_lnb .menu:nth-child(2) .dep2 {
  background-color: #3164FF;
}
.sub_lnb .menu.act .open_btn::after {
  transform: scaleY(-1);
}
.sub_lnb .menu.act .dep2 {
  display: block;
}

@media (hover: hover) {
  .sub_lnb .menu .dep2 > ul > li:hover .t2 {
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
  }
}
@media screen and (max-width: 1890px) {
  .sub_lnb .inner {
    width: 700px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .sub_lnb {
    margin-top: 1px;
    text-align: left;
  }
  .sub_lnb::before {
    display: none;
  }
  .sub_lnb .inner {
    display: flex;
    gap: 0 1px;
    width: 100%;
    padding: 0;
  }
  .sub_lnb .menu {
    width: 100%;
  }
  .sub_lnb .menu .open_btn {
    border-radius: 0;
  }
  .sub_lnb .menu .dep2 {
    overflow: unset;
    top: 75px;
    bottom: auto;
    max-height: none;
    padding: 0 25px 25px;
    border-radius: 0;
  }
}
@media (max-width: 620px) {
  .sub_lnb .menu .open_btn {
    gap: 0 5px;
    height: 55px;
    padding: 0 15px;
    font-size: 14px;
  }
  .sub_lnb .menu .open_btn::after {
    width: 20px;
    height: 20px;
  }
  .sub_lnb .menu .dep2 {
    top: 55px;
    padding: 0 15px 15px;
  }
  .sub_lnb .menu .dep2 > ul > li .t2 {
    display: inline-block;
    margin: -5px 0;
    padding: 5px 0;
    font-size: 14px;
  }
  .sub_lnb .menu .dep2 > ul > li + li {
    margin-top: 10px;
  }
}
.s_top {
  margin-bottom: 150px;
}

@media (max-width: 620px) {
  .s_top {
    margin-bottom: 75px;
  }
}
.sub_menu {
  margin-bottom: 100px;
}
.sub_menu ul {
  overflow: hidden;
  display: flex;
  border: 1px solid #ddd;
}
.sub_menu ul li {
  position: relative;
  width: 100%;
}
.sub_menu ul li .t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 75px;
  height: 100%;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  line-height: 150%;
}
.sub_menu ul li::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  width: 1px;
  height: 100%;
  background-color: #eee;
}
.sub_menu ul li.act .t1 {
  position: relative;
  font-weight: bold;
  color: #3164FF;
}
.sub_menu ul li.act .t1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #3164FF;
}
.sub_menu select {
  display: none;
  width: 100%;
  height: 75px;
  border: 2px solid #3164FF;
  padding: 0 45px 0 30px;
  font-size: 18px;
  font-weight: bold;
  color: #3164FF;
  background-image: url(/src/img/ico/submenu_sel_arrow.svg);
  background-size: 16px auto;
  background-position: calc(100% - 30px) center;
}

@media (max-width: 991px) {
  .sub_menu ul {
    display: none;
  }
  .sub_menu select {
    display: block;
  }
}
@media (max-width: 620px) {
  .sub_menu {
    margin-bottom: 50px;
  }
  .sub_menu select {
    height: 60px;
    padding: 0 30px 0 15px;
    font-size: 14px;
    background-position: calc(100% - 15px) center;
  }
}
.sub_page section.bg_type {
  padding: 150px 0;
}
.sub_page section.bg_type + .bg_type {
  margin-top: 0 !important;
}
.sub_page section.sky_bg {
  background-color: #F4F7FF;
}
.sub_page section + section {
  margin-top: 150px;
}
.sub_page section.mt0 {
  margin-top: 0 !important;
}
.sub_page .s_tit_line {
  margin-bottom: 80px;
  text-align: center;
}
.sub_page .s_tit_line .link_btns {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.sub_page .s_tit_line .link_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 255px;
  height: 60px;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.sub_page .s_tit_line .link_btns .btn.line_style {
  border: 1px solid #999;
  color: #000;
}
.sub_page .s_tit_line .link_btns .btn.bg_style {
  color: #fff;
  background-color: #3164FF;
}
.sub_page .s_tit_line + .sub_menu{margin-bottom: 40px;}
.sub_page .s_tit {
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.sub_page .s_tit + .s_desc {
  margin-top: 25px;
}
.sub_page .s_desc {
  font-size: 18px;
  color: #555;
}
.sub_page .ss_tit_line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}
.sub_page .ss_tit_line > .r_cont {
  flex-shrink: 0;
  margin-left: auto;
}
.sub_page .ss_tit_line.mb20 {
  margin-bottom: 20px;
}
.sub_page .ss_tit {
  font-size: 34px;
  font-weight: bold;
  color: #000;
}
.sub_page .ss_tit .ss_desc {
  display: inline-block;
  margin: -5px 0 0 10px;
  font-weight: 300;
  vertical-align: middle;
  line-height: 150%;
}
.sub_page .ss_tit + .ss_desc {
  margin-top: 15px;
}
.sub_page .ss_desc {
  font-size: 16px;
  color: #555;
}
.sub_page .ss_tit_line.s_type {
  gap: 20px;
  margin-bottom: 20px;
}
.sub_page .ss_tit_line.s_type .ss_tit {
  font-size: 20px;
}
.sub_page .ss_tit_line.s_type .ss_tit + .ss_desc {
  margin-top: 10px;
}
.sub_page .ss_tit_line.s_type .ss_desc {
  font-size: 14px;
}
.sub_page.licenseinfo_page section.bg_type {
  padding: 100px 0;
}
.sub_page.licenseinfo_page section + section {
  margin-top: 100px;
}

@media (max-width: 1240px) {
  .sub_page .ss_tit .ss_desc {
    display: block;
    margin: 15px 0 0;
  }
  .sub_page .ss_tit .ss_desc.vat_type {
    display: inline-block;
    margin: -5px 0 0 10px;
  }
}
@media (max-width: 991px) {
  .sub_page .ss_tit_line {
    flex-direction: column;
    align-items: start;
  }
  .sub_page .ss_tit_line .r_cont {
    margin-left: 0;
  }
}
@media (max-width: 620px) {
  .sub_page section.bg_type {
    padding: 75px 0;
  }
  .sub_page section + section {
    margin-top: 75px;
  }
  .sub_page .s_tit_line {
    margin-bottom: 40px;
  }
  .sub_page .s_tit_line .link_btns {
    margin-top: 20px;
  }
  .sub_page .s_tit_line .link_btns .btn {
    width: 170px;
    height: 50px;
    border-radius: 5px;
    font-size: 12px;
  }
  .sub_page .s_tit_line + .sub_menu{margin-bottom: 20px;}
  .sub_page .s_tit {
    font-size: 24px;
  }
  .sub_page .s_tit + .s_desc {
    margin-top: 15px;
  }
  .sub_page .s_desc {
    font-size: 14px;
  }
  .sub_page .ss_tit_line {
    gap: 15px;
    margin-bottom: 20px;
  }
  .sub_page .ss_tit_line.mb20 {
    margin-bottom: 10px;
  }
  .sub_page .ss_tit {
    font-size: 22px;
  }
  .sub_page .ss_tit .ss_desc {
    margin-top: 10px;
  }
  .sub_page .ss_tit .ss_desc.vat_type {
    margin-left: 5px;
  }
  .sub_page .ss_tit + .ss_desc {
    margin-top: 10px;
  }
  .sub_page .ss_desc {
    font-size: 12px;
  }
  .sub_page .ss_tit_line.s_type {
    gap: 10px;
    margin-bottom: 10px;
  }
  .sub_page .ss_tit_line.s_type .ss_tit {
    font-size: 16px;
  }
  .sub_page .ss_tit_line.s_type .ss_desc {
    font-size: 12px;
  }
  .sub_page.licenseinfo_page section.bg_type {
    padding: 50px 0;
  }
  .sub_page.licenseinfo_page section + section {
    margin-top: 50px;
  }
}
.sub_page .img_list > ul {
  display: flex;
  flex-wrap: wrap;
}
.sub_page .img_list > ul > li {
  width: 680px;
}
.sub_page .img_list > ul > li > a, .sub_page .img_list > ul > li > button {
  display: block;
  width: 100%;
}
.sub_page .img_list > ul > li .img {
  overflow: hidden;
  display: block;
  border-radius: 20px;
}
.sub_page .img_list > ul > li .img > img {
  width: 100%;
}
.sub_page .img_list > ul > li .img.bd {
  border: 1px solid #eee;
}
.sub_page .img_list > ul > li .img.yt_btn {
  position: relative;
}
.sub_page .img_list > ul > li .img.yt_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 45px;
  background-image: url(/src/img/ico/sub_imglist_yt.svg);
}
.sub_page .img_list > ul > li .img + .txt {
  margin-top: 25px;
}
.sub_page .img_list > ul > li .txt {
  text-align: center;
}
.sub_page .img_list > ul > li .txt .tit {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}
.sub_page .img_list.center_type > ul {
  justify-content: center;
}
.sub_page .img_list.lng2 > ul {
  gap: 40px;
}
.sub_page .img_list.lng2 > ul > li {
  width: calc(50% - 20px);
}
.sub_page .img_list.lng2 > ul > li .tit {
  font-size: 24px;
}
.sub_page .img_list.lng3 > ul {
  gap: 40px;
}
.sub_page .img_list.lng3 > ul > li {
  width: calc((100% - 80px) / 3);
}
.sub_page .img_list.lng4 > ul {
  gap: 40px 20px;
}
.sub_page .img_list.lng4 > ul > li {
  width: calc((100% - 60px) / 4);
}

@media (max-width: 1440px) {
  .sub_page .img_list.lng3 > ul {
    gap: 20px;
  }
  .sub_page .img_list.lng3 > ul > li {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 1240px) {
  .sub_page .img_list.lng2 > ul {
    max-width: 690px;
    margin: 0 auto;
  }
  .sub_page .img_list.lng2 > ul > li {
    width: 100%;
  }
  .sub_page .img_list.lng3 > ul {
    gap: 40px 20px;
    max-width: 690px;
    margin: 0 auto;
  }
  .sub_page .img_list.lng3 > ul > li {
    width: calc(50% - 10px);
  }
  .sub_page .img_list.lng4 > ul {
    max-width: 690px;
    margin: 0 auto;
  }
  .sub_page .img_list.lng4 > ul > li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 620px) {
  .sub_page .img_list > ul > li .img {
    border-radius: 10px;
  }
  .sub_page .img_list > ul > li .img + .txt {
    margin-top: 15px;
  }
  .sub_page .img_list > ul > li .txt .tit {
    font-size: 16px;
  }
  .sub_page .img_list.lng2 > ul {
    gap: 30px 0;
    max-width: 335px;
  }
  .sub_page .img_list.lng2 > ul > li {
    width: 100%;
  }
  .sub_page .img_list.lng2 > ul > li .txt .tit {
    font-size: 18px;
  }
  .sub_page .img_list.lng3 > ul {
    gap: 30px 0;
    max-width: 335px;
  }
  .sub_page .img_list.lng3 > ul > li {
    width: 100%;
  }
  .sub_page .img_list.lng4 > ul {
    gap: 30px 0;
    max-width: 335px;
  }
  .sub_page .img_list.lng4 > ul > li {
    width: 100%;
  }
}
.sub_page .icobox_list > ul {
  display: flex;
  flex-wrap: wrap;
}
.sub_page .icobox_list > ul > li {
  display: flex;
  align-items: start;
  gap: 0 40px;
  width: 100%;
  padding: 40px;
  border: 1px solid #eee;
  border-radius: 20px;
}
.sub_page .icobox_list > ul > li .ico {
  flex-shrink: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #3164FF;
  background-size: 50px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.sub_page .icobox_list > ul > li .ico.ico1_1 {
  background-image: url(/src/img/ico/sub_icobox_ico1_1.svg);
}
.sub_page .icobox_list > ul > li .ico.ico1_2 {
  background-image: url(/src/img/ico/sub_icobox_ico1_2.svg);
}
.sub_page .icobox_list > ul > li .ico.ico1_3 {
  background-image: url(/src/img/ico/sub_icobox_ico1_3.svg);
}
.sub_page .icobox_list > ul > li .ico.ico1_4 {
  background-image: url(/src/img/ico/sub_icobox_ico1_4.svg);
}
.sub_page .icobox_list > ul > li .ico.ico1_5 {
  background-image: url(/src/img/ico/sub_icobox_ico1_5.svg);
}
.sub_page .icobox_list > ul > li .ico.ico1_6 {
  background-image: url(/src/img/ico/sub_icobox_ico1_6.svg);
}
.sub_page .icobox_list > ul > li .ico.ico1_7 {
  background-image: url(/src/img/ico/sub_icobox_ico1_7.svg);
}
.sub_page .icobox_list > ul > li .ico.ico1_8 {
  background-image: url(/src/img/ico/sub_icobox_ico1_8.svg);
}
.sub_page .icobox_list > ul > li .ico.ico2_1 {
  background-image: url(/src/img/ico/sub_icobox_ico2_1.svg);
}
.sub_page .icobox_list > ul > li .ico.ico2_2 {
  background-image: url(/src/img/ico/sub_icobox_ico2_2.svg);
}
.sub_page .icobox_list > ul > li .ico.ico2_3 {
  background-image: url(/src/img/ico/sub_icobox_ico2_3.svg);
}
.sub_page .icobox_list > ul > li .ico.ico3_1 {
  background-image: url(/src/img/ico/sub_icobox_ico3_1.svg);
}
.sub_page .icobox_list > ul > li .ico.ico3_2 {
  background-image: url(/src/img/ico/sub_icobox_ico3_2.svg);
}
.sub_page .icobox_list > ul > li .ico.ico3_3 {
  background-image: url(/src/img/ico/sub_icobox_ico3_3.svg);
}
.sub_page .icobox_list > ul > li .txt {
  width: 100%;
}
.sub_page .icobox_list > ul > li .txt .tit {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.sub_page .icobox_list > ul > li .txt .tit + .desc {
  margin-top: 20px;
}
.sub_page .icobox_list > ul > li .txt .desc {
  font-size: 18px;
}
.sub_page .icobox_list.vert_type {
  text-align: center;
}
.sub_page .icobox_list.vert_type > ul > li {
  flex-direction: column;
  align-items: center;
  gap: 30px 0;
}
.sub_page .icobox_list.vert_type > ul > li .txt .tit + .desc {
  margin-top: 15px;
}
.sub_page .icobox_list.lng2 > ul {
  gap: 20px;
}
.sub_page .icobox_list.lng2 > ul > li {
  width: calc(50% - 10px);
}
.sub_page .icobox_list.lng3 > ul {
  gap: 40px;
}
.sub_page .icobox_list.lng3 > ul > li {
  width: calc((100% - 80px) / 3);
}
.sub_page .icobox_list + .ss_tit_line.s_type {
  margin-top: 80px;
}

@media (max-width: 1440px) {
  .sub_page .icobox_list.lng3 > ul {
    gap: 20px;
  }
  .sub_page .icobox_list.lng3 > ul > li {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 1240px) {
  .sub_page .icobox_list.lng2 > ul {
    gap: 10px;
    max-width: 690px;
    margin: 0 auto;
  }
  .sub_page .icobox_list.lng2 > ul > li {
    width: 100%;
  }
  .sub_page .icobox_list.lng3 > ul {
    gap: 10px;
    max-width: 690px;
    margin: 0 auto;
  }
  .sub_page .icobox_list.lng3 > ul > li {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .sub_page .icobox_list > ul > li {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
  }
  .sub_page .icobox_list > ul > li .ico {
    width: 50px;
    height: 50px;
    background-size: 30px auto;
  }
  .sub_page .icobox_list > ul > li .txt .tit {
    font-size: 16px;
  }
  .sub_page .icobox_list > ul > li .txt .tit + .desc {
    margin-top: 10px;
  }
  .sub_page .icobox_list > ul > li .txt .desc {
    font-size: 14px;
  }
  .sub_page .icobox_list.vert_type > ul > li {
    gap: 15px 0;
  }
  .sub_page .icobox_list.vert_type > ul > li .txt .tit + .desc {
    margin-top: 5px;
  }
  .sub_page .icobox_list.lng2 > ul {
    gap: 5px;
    max-width: 335px;
  }
  .sub_page .icobox_list.lng3 > ul {
    gap: 5px;
    max-width: 335px;
  }
  .sub_page .icobox_list + .ss_tit_line.s_type {
    margin-top: 40px;
  }
}
.sub_page .imgbox_list > ul > li {
  overflow: hidden;
  display: flex;
  border: 1px solid #eee;
  border-radius: 20px;
}
.sub_page .imgbox_list > ul > li .img {
  flex-shrink: 0;
  width: 380px;
}
.sub_page .imgbox_list > ul > li .img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sub_page .imgbox_list > ul > li .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 380px;
  padding: 40px 70px;
}
.sub_page .imgbox_list > ul > li .txt .tit {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.sub_page .imgbox_list > ul > li .txt .tit + .desc {
  margin-top: 30px;
}
.sub_page .imgbox_list > ul > li .txt .desc {
  font-size: 18px;
}
.sub_page .imgbox_list > ul > li .txt .desc + .desc {
  margin-top: 20px;
}
.sub_page .imgbox_list > ul > li + li {
  margin-top: 20px;
}

@media (max-width: 1440px) {
  .sub_page .imgbox_list > ul > li .img {
    width: 280px;
  }
  .sub_page .imgbox_list > ul > li .txt {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .sub_page .imgbox_list > ul {
    max-width: 525px;
    margin: 0 auto;
  }
  .sub_page .imgbox_list > ul > li {
    overflow: visible;
    flex-direction: column;
    gap: 40px 0;
    border: 0;
  }
  .sub_page .imgbox_list > ul > li .img {
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
  }
  .sub_page .imgbox_list > ul > li .txt {
    min-height: auto;
    padding: 0;
  }
  .sub_page .imgbox_list > ul > li + li {
    margin-top: 80px;
  }
}
@media (max-width: 620px) {
  .sub_page .imgbox_list > ul > li {
    gap: 20px 0;
  }
  .sub_page .imgbox_list > ul > li .img {
    border-radius: 10px;
  }
  .sub_page .imgbox_list > ul > li .txt {
    min-height: auto;
    padding: 0;
  }
  .sub_page .imgbox_list > ul > li .txt .tit {
    font-size: 18px;
  }
  .sub_page .imgbox_list > ul > li .txt .tit + .desc {
    margin-top: 15px;
  }
  .sub_page .imgbox_list > ul > li .txt .desc {
    font-size: 14px;
  }
  .sub_page .imgbox_list > ul > li .txt .desc + .desc {
    margin-top: 10px;
  }
  .sub_page .imgbox_list > ul > li + li {
    margin-top: 40px;
  }
}
.sub_page .score_list > ul {
  display: flex;
  flex-wrap: wrap;
}
.sub_page .score_list > ul > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #eee;
  border-radius: 10px;
  text-align: center;
}
.sub_page .score_list > ul > li .tit {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.sub_page .score_list > ul > li .tit + .desc {
  margin-top: 10px;
}
.sub_page .score_list > ul > li .desc {
  font-size: 16px;
}
.sub_page .score_list > ul > li .desc + .num {
  margin-top: 3px;
}
.sub_page .score_list > ul > li .num {
  font-size: 20px;
  font-weight: bold;
}
.sub_page .score_list > ul > li .num.down_num {
  color: #FF0107;
}
.sub_page .score_list > ul > li .num + .tit {
  margin-top: 3px;
}
.sub_page .score_list > ul > li .num + .desc {
  margin-top: 10px;
}
.sub_page .score_list.left_type > ul > li {
  justify-content: start;
  text-align: left;
}
.sub_page .score_list.lng2 > ul {
  gap: 5px;
}
.sub_page .score_list.lng2 > ul > li {
  width: calc((100% - 5px) / 2);
  padding: 30px;
}
.sub_page .score_list.lng4 > ul {
  gap: 5px;
}
.sub_page .score_list.lng4 > ul > li {
  width: calc((100% - 15px) / 4);
  min-height: 100px;
  padding: 10px;
}

@media (max-width: 1240px) {
  .sub_page .score_list.lng2 > ul > li {
    width: calc((100% - 5px) / 2);
    padding: 20px;
  }
  .sub_page .score_list.lng4 > ul > li {
    width: calc((100% - 5px) / 2);
  }
}
@media (max-width: 620px) {
  .sub_page .score_list > ul > li {
    border-radius: 5px;
  }
  .sub_page .score_list > ul > li .tit {
    font-size: 14px;
  }
  .sub_page .score_list > ul > li .tit + .desc {
    margin-top: 5px;
  }
  .sub_page .score_list > ul > li .desc {
    font-size: 12px;
  }
  .sub_page .score_list > ul > li .num {
    font-size: 16px;
  }
  .sub_page .score_list > ul > li .num + .desc {
    margin-top: 5px;
  }
  .sub_page .score_list.lng2 > ul > li {
    width: 100%;
  }
  .sub_page .score_list.lng4 > ul > li {
    width: 100%;
    min-height: 85px;
  }
}
.sub_page .num_list > ul > li {
  display: flex;
  gap: 0 10px;
  align-items: start;
}
.sub_page .num_list > ul > li .num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #0D215E;
}
.sub_page .num_list > ul > li .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 30px;
}
.sub_page .num_list > ul > li .txt .desc {
  font-size: 16px;
  color: #555;
}
.sub_page .num_list > ul > li + li {
  margin-top: 10px;
}

@media (max-width: 620px) {
  .sub_page .num_list > ul > li {
    gap: 0 5px;
  }
  .sub_page .num_list > ul > li .num {
    width: 16px;
    height: 16px;
    font-size: 12px;
  }
  .sub_page .num_list > ul > li .txt {
    min-height: 16px;
  }
  .sub_page .num_list > ul > li .txt .desc {
    font-size: 12px;
  }
  .sub_page .num_list > ul > li + li {
    margin-top: 5px;
  }
}
.sub_page .icoview_list > ul {
  display: flex;
  flex-wrap: wrap;
}
.sub_page .icoview_list > ul > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #eee;
  border-radius: 20px;
  text-align: center;
}
.sub_page .icoview_list > ul > li .ico {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-size: 50px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.sub_page .icoview_list > ul > li .ico.ico1_1 {
  background-image: url(/src/img/ico/sub_icoview_ico1_1.svg);
  background-color: #0D215E;
}
.sub_page .icoview_list > ul > li .ico.ico1_2 {
  background-image: url(/src/img/ico/sub_icoview_ico1_2.svg);
  background-color: #00AA9E;
}
.sub_page .icoview_list > ul > li .ico.ico1_3 {
  background-image: url(/src/img/ico/sub_icoview_ico1_3.svg);
  background-color: #5F18EE;
}
.sub_page .icoview_list > ul > li .ico.ico1_4 {
  background-image: url(/src/img/ico/sub_icoview_ico1_4.svg);
  background-color: #EE1891;
}
.sub_page .icoview_list > ul > li .ico + .txt {
  margin-top: 30px;
}
.sub_page .icoview_list > ul > li .txt {
  width: 100%;
}
.sub_page .icoview_list > ul > li .txt .tit {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.sub_page .icoview_list > ul > li .txt .tit + .view_btns {
  margin-top: 20px;
}
.sub_page .icoview_list > ul > li .txt .view_btns {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sub_page .icoview_list > ul > li .txt .view_btns .btn {
  display: flex;
  align-items: center;
  gap: 0 10px;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #999;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: left;
}
.sub_page .icoview_list > ul > li .txt .view_btns .btn::after {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.sub_page .icoview_list > ul > li .txt .view_btns .btn.map_btn::after {
  background-image: url(/src/img/ico/sub_icoview_btns_map.svg);
}
.sub_page .icoview_list > ul > li .txt .view_btns .btn.vdo_btn::after {
  background-image: url(/src/img/ico/sub_icoview_btns_vdo.svg);
}
.sub_page .icoview_list.lng4 > ul {
  gap: 20px;
}
.sub_page .icoview_list.lng4 > ul > li {
  width: calc((100% - 60px) / 4);
}

@media (hover: hover) {
  .sub_page .icoview_list > ul > li .txt .view_btns .btn:hover {
    border: 1px solid #3164FF;
    color: #fff;
    background-color: #3164FF;
  }
  .sub_page .icoview_list > ul > li .txt .view_btns .btn.map_btn:hover::after {
    background-image: url(/src/img/ico/sub_icoview_btns_map_white.svg);
  }
  .sub_page .icoview_list > ul > li .txt .view_btns .btn.vdo_btn:hover::after {
    background-image: url(/src/img/ico/sub_icoview_btns_vdo_white.svg);
  }
}
@media (max-width: 1440px) {
  .sub_page .icoview_list > ul > li {
    padding: 40px 30px;
  }
}
@media (max-width: 1240px) {
  .sub_page .icoview_list.lng4 > ul {
    max-width: 690px;
    margin: 0 auto;
  }
  .sub_page .icoview_list.lng4 > ul > li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 620px) {
  .sub_page .icoview_list > ul > li {
    padding: 20px;
    border-radius: 10px;
  }
  .sub_page .icoview_list > ul > li .ico {
    width: 40px;
    height: 40px;
    background-size: 20px auto;
  }
  .sub_page .icoview_list > ul > li .ico + .txt {
    margin-top: 15px;
  }
  .sub_page .icoview_list > ul > li .txt .tit {
    font-size: 16px;
  }
  .sub_page .icoview_list > ul > li .txt .tit + .view_btns {
    margin-top: 10px;
  }
  .sub_page .icoview_list > ul > li .txt .view_btns .btn {
    height: 50px;
    border-radius: 5px;
    font-size: 12px;
  }
  .sub_page .icoview_list > ul > li .txt .view_btns .btn::after {
    width: 20px;
    height: 20px;
  }
  .sub_page .icoview_list.lng4 > ul {
    gap: 10px;
    max-width: 335px;
  }
  .sub_page .icoview_list.lng4 > ul > li {
    width: 100%;
  }
}
.sub_page .step_list > ol {
  display: flex;
  flex-wrap: wrap;
}
.sub_page .step_list > ol > li {
  text-align: center;
}
.sub_page .step_list > ol > li .img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.sub_page .step_list > ol > li .img > img {
  width: 100%;
}
.sub_page .step_list > ol > li .img figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 140px;
  padding: 30px 20px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 150%;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.sub_page .step_list > ol > li .img + .txt {
  margin-top: 20px;
}
.sub_page .step_list > ol > li .txt .num {
  font-size: 16px;
  color: #FF0107;
}
.sub_page .step_list > ol > li .txt .num + .desc {
  margin-top: 10px;
}
.sub_page .step_list > ol > li .txt .desc {
  font-size: 18px;
  color: #555;
}
.sub_page .step_list.lng3 > ol {
  gap: 60px 40px;
}
.sub_page .step_list.lng3 > ol > li {
  width: calc((100% - 80px) / 3);
}

@media (max-width: 1440px) {
  .sub_page .step_list.lng3 > ol {
    max-width: 920px;
    margin: 0 auto;
  }
  .sub_page .step_list.lng3 > ol > li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1240px) {
  .sub_page .step_list.lng3 > ol {
    max-width: 690px;
  }
  .sub_page .step_list.lng3 > ol > li {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .sub_page .step_list > ol > li .img {
    border-radius: 10px;
  }
  .sub_page .step_list > ol > li .img figcaption {
    min-height: 70px;
    padding: 15px 10px;
    font-size: 18px;
  }
  .sub_page .step_list > ol > li .img + .txt {
    margin-top: 10px;
  }
  .sub_page .step_list > ol > li .txt .num {
    font-size: 12px;
  }
  .sub_page .step_list > ol > li .txt .num + .desc {
    margin-top: 5px;
  }
  .sub_page .step_list > ol > li .txt .desc {
    font-size: 14px;
  }
  .sub_page .step_list.lng3 > ol {
    gap: 30px 0;
  }
}
.sub_page .infobox_list > ul {
  display: flex;
  flex-wrap: wrap;
}
.sub_page .infobox_list > ul > li {
  padding: 40px;
  border: 1px solid #eee;
  border-radius: 20px;
  background-color: #fafafa;
}
.sub_page .infobox_list > ul > li .tit {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.sub_page .infobox_list > ul > li .tit + .dot {
  margin-top: 20px;
}
.sub_page .infobox_list > ul > li .dot {
  font-size: 18px;
}
.sub_page .infobox_list > ul > li .dot b {
  font-weight: 500;
  color: #000;
}
.sub_page .infobox_list > ul > li .dot + .dot {
  margin-top: 10px;
}
.sub_page .infobox_list.lng2 > ul {
  gap: 20px;
}
.sub_page .infobox_list.lng2 > ul > li {
  width: calc(50% - 10px);
}

@media (max-width: 1240px) {
  .sub_page .infobox_list.lng2 > ul {
    max-width: 690px;
    margin: 0 auto;
  }
  .sub_page .infobox_list.lng2 > ul > li {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .sub_page .infobox_list > ul > li {
    padding: 20px;
    border-radius: 10px;
  }
  .sub_page .infobox_list > ul > li .tit {
    font-size: 16px;
  }
  .sub_page .infobox_list > ul > li .tit + .dot {
    margin-top: 10px;
  }
  .sub_page .infobox_list > ul > li .dot {
    font-size: 14px;
  }
  .sub_page .infobox_list > ul > li .dot + .dot {
    margin-top: 5px;
  }
  .sub_page .infobox_list.lng2 > ul {
    gap: 10px;
    max-width: 335px;
  }
}
.sub_page .info_box {
  padding: 40px;
  text-align: center;
  border: 2px solid #0D215E;
  border-radius: 20px;
}
.sub_page .info_box .tit {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.sub_page .info_box .tit + .desc {
  margin-top: 30px;
}
.sub_page .info_box .desc {
  font-size: 18px;
}
.sub_page .info_box .desc b {
  color: #FF0107;
  font-weight: 400;
}
.sub_page .info_box .desc.fw5 b {
  font-weight: bold;
}
.sub_page .info_box .desc + .desc {
  margin-top: 30px;
}
.sub_page .info_box .desc + .link_btns {
  margin-top: 30px;
}
.sub_page .info_box .link_btns {
  display: flex;
  justify-content: center;
}
.sub_page .info_box .link_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 255px;
  height: 60px;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.sub_page .info_box .link_btns .btn.bg_style {
  color: #fff;
  background-color: #3164FF;
}
.sub_page .info_box.gray_bg {
  border: 0;
  background-color: #F9F9F9;
}
.sub_page .info_box.s_type {
  padding: 20px;
  border-radius: 10px;
}
.sub_page .info_box.s_type .tit + .desc {
  margin-top: 15px;
}
.sub_page .info_box.s_type .desc + .desc {
  margin-top: 15px;
}
.sub_page .info_box.s_type .desc + .link_btns {
  margin-top: 15px;
}
.sub_page .info_box + .s_tit_line {
  margin-top: 80px;
}

@media (max-width: 620px) {
  .sub_page .info_box {
    padding: 20px;
    border-radius: 10px;
  }
  .sub_page .info_box .tit {
    font-size: 16px;
  }
  .sub_page .info_box .tit + .desc {
    margin-top: 15px;
  }
  .sub_page .info_box .desc {
    font-size: 14px;
  }
  .sub_page .info_box .desc + .desc {
    margin-top: 15px;
  }
  .sub_page .info_box .desc + .link_btns {
    margin-top: 15px;
  }
  .sub_page .info_box .link_btns .btn {
    width: 170px;
    height: 50px;
    border-radius: 5px;
    font-size: 12px;
  }
  .sub_page .info_box.s_type {
    padding: 15px;
    border-radius: 5px;
  }
  .sub_page .info_box.s_type .tit + .desc {
    margin-top: 10px;
  }
  .sub_page .info_box.s_type .desc + .desc {
    margin-top: 10px;
  }
  .sub_page .info_box.s_type .desc + .link_btns {
    margin-top: 10px;
  }
  .sub_page .info_box + .s_tit_line {
    margin-top: 40px;
  }
}
.sub_page .info_dl {
  border-top: 2px solid #000;
}
.sub_page .info_dl dl {
  display: flex;
  gap: 0 20px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.sub_page .info_dl dl dt {
  flex-shrink: 0;
  width: 160px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.sub_page .info_dl dl dd {
  width: 100%;
  font-size: 16px;
  color: #555;
}
.sub_page .info_dl dl dd b {
  color: #FF0107;
  font-weight: 300;
}
.sub_page .info_dl dl dd em {
  color: #3164FF;
  font-weight: bold;
}
.sub_page .info_dl dl dd i {
  color: #000;
  font-weight: 500;
  font-style: normal;
}
.sub_page .info_dl dl dd .t_mt{display: block;margin-top: 30px;}
.sub_page .info_dl + .info_box {
  margin-top: 80px;
}

@media (max-width: 1240px) {
  .sub_page .info_dl dl {
    flex-direction: column;
    gap: 10px 0;
  }
  .sub_page .info_dl dl dt {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .sub_page .info_dl dl {
    gap: 5px 0;
    padding: 15px 0;
  }
  .sub_page .info_dl dl dt {
    font-size: 12px;
  }
  .sub_page .info_dl dl dd {
    font-size: 12px;
  }
  .sub_page .info_dl dl dd .t_mt{margin-top: 15px;}
  .sub_page .info_dl + .info_box {
    margin-top: 40px;
  }
}
.sub_page .info_tb {
  border-top: 2px solid #000;
  text-align: center;
}
.sub_page .info_tb > table tr {
  border-bottom: 1px solid #eee;
}
.sub_page .info_tb > table thead th {
  padding: 20px 10px;
  border-right: 1px solid #eee;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  background-color: #fafafa;
}
.sub_page .info_tb > table thead th:last-child {
  border-right: 0;
}
.sub_page .info_tb > table tbody td {
  padding: 20px 10px;
  border-right: 1px solid #eee;
  font-size: 16px;
  color: #555;
  line-height: 150%;
}
.sub_page .info_tb > table tbody td:last-child {
  border-right: 0;
}
.sub_page .info_tb + .infotb_desc {
  margin-top: 15px;
}

@media (max-width: 620px) {
  .sub_page .info_tb > table thead th {
    padding: 10px 5px;
    font-size: 12px;
  }
  .sub_page .info_tb > table tbody td {
    padding: 10px 5px;
    font-size: 12px;
  }
  .sub_page .info_tb + .infotb_desc {
    margin-top: 10px;
  }
}
.infotb_desc {
  font-size: 16px;
  color: #555;
}

@media (max-width: 620px) {
  .infotb_desc {
    font-size: 12px;
  }
}
.sub_page .box_tb > table td {
  padding: 20px 30px;
  border: 1px solid #ccc;
}

@media (max-width: 1240px) {
  .sub_page .box_tb {
    overflow: hidden;
  }
  .sub_page .box_tb > table {
    margin-top: 1px;
  }
  .sub_page .box_tb > table td {
    display: block;
    margin-top: -1px;
    padding: 20px;
  }
}
@media (max-width: 620px) {
  .sub_page .box_tb > table td {
    padding: 10px;
  }
}
.sub_page .in_tb {
  text-align: center;
}
.sub_page .in_tb > table th {
  padding: 20px 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 150%;
  background-color: #fafafa;
}
.sub_page .in_tb > table th small {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: 400;
}
.sub_page .in_tb > table td {
  padding: 20px 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #555;
  line-height: 150%;
}
.sub_page .in_tb > table td b {
  color: #FF0107;
  font-weight: 300;
}
.sub_page .in_tb > table .cate_th {
  width: 200px;
}
.sub_page .in_tb > table .cate_tbody th {
  width: 200px;
}
.sub_page .in_tb > table .cate_tbody td {
  padding: 20px;
  text-align: left;
}

@media (max-width: 1240px) {
  .sub_page .in_tb > table .cate_th {
    width: 150px;
  }
  .sub_page .in_tb > table .cate_tbody th {
    width: 150px;
  }
}
@media (max-width: 620px) {
  .sub_page .in_tb > table th {
    padding: 10px 5px;
    border: 1px solid #ccc;
    font-size: 12px;
  }
  .sub_page .in_tb > table td {
    padding: 10px 5px;
    border: 1px solid #ccc;
    font-size: 12px;
  }
  .sub_page .in_tb > table .cate_th {
    width: 80px;
  }
  .sub_page .in_tb > table .cate_tbody th {
    width: 80px;
  }
  .sub_page .in_tb > table .cate_tbody td {
    padding: 10px;
  }
}
.sub_page .time_tb {
  border-top: 2px solid #000;
  text-align: center;
}
.sub_page .time_tb > table tr {
  border-bottom: 1px solid #eee;
}
.sub_page .time_tb > table thead th {
  padding: 20px 10px;
  word-break: break-all;
  font-size: 16px;
  font-weight: bold;
  background-color: #fafafa;
}
.sub_page .time_tb > table thead th + th {
  border-left: 1px solid #eee;
}
.sub_page .time_tb > table tbody th {
  padding: 20px;
  word-break: break-all;
  font-size: 16px;
  color: #555;
}
.sub_page .time_tb > table tbody th + td {
  border-left: 1px solid #eee;
}
.sub_page .time_tb > table tbody td {
  word-break: break-all;
  font-size: 16px;
  color: #555;
}
.sub_page .time_tb > table tbody td + td {
  border-left: 1px solid #eee;
}
.sub_page .time_tb > table tbody td .in_td {
  width: 100%;
  padding: 20px 10px;
  word-break: inherit;
  font-size: inherit;
  color: inherit;
  text-align: inherit;
}
.sub_page .time_tb > table tbody .col_td .col_thead {
  display: none;
}
.sub_page .time_tb > table tbody .col_td .col_thead .col_th {
  width: 100%;
}
.sub_page .time_tb > table tbody .col_td .col_thead .col_th::before {
  content: attr(data-th);
  box-sizing: border-box;
  display: block;
  padding: 20px 10px;
  border-bottom: 1px solid #eee;
  word-break: break-all;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 150%;
  text-align: center;
  background-color: #fafafa;
}
.sub_page .time_tb > table tbody .col_td .col_thead .col_th + .col_th {
  border-left: 1px solid #eee;
}
.sub_page .time_tb > table tbody .gray_tr {
  background-color: #fafafa;
}

@media (max-width: 1240px) {
  .sub_page .time_tb {
    padding-top: 30px;
  }
  .sub_page .time_tb > table thead {
    display: none;
  }
  .sub_page .time_tb > table tbody tr {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-bottom: 0;
  }
  .sub_page .time_tb > table tbody tr + tr {
    margin-top: 30px;
  }
  .sub_page .time_tb > table tbody th {
    grid-column: 1/8;
    display: block;
    margin-bottom: 10px;
    padding: 0;
    font-weight: bold;
    color: #000;
    text-align: left;
  }
  .sub_page .time_tb > table tbody th + td {
    border-left: 0;
  }
  .sub_page .time_tb > table tbody td {
    display: block;
    padding: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .sub_page .time_tb > table tbody td::before {
    content: attr(data-th);
    box-sizing: border-box;
    display: block;
    padding: 20px 10px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 150%;
    text-align: center;
    background-color: #fafafa;
  }
  .sub_page .time_tb > table tbody td:first-of-type {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-left: 1px solid #eee;
  }
  .sub_page .time_tb > table tbody td:last-of-type {
    overflow: hidden;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right: 1px solid #eee;
  }
  .sub_page .time_tb > table tbody td.col_td {
    grid-column: 1/8;
  }
  .sub_page .time_tb > table tbody td.col_td::before {
    display: none;
  }
  .sub_page .time_tb > table tbody .col_td .col_thead {
    display: flex;
  }
  .sub_page .time_tb > table tbody .gray_tr {
    background-color: transparent;
  }
  .sub_page .time_tb > table tbody .gray_tr td {
    background-color: #fafafa;
  }
}
@media (max-width: 620px) {
  .sub_page .time_tb {
    padding-top: 15px;
  }
  .sub_page .time_tb > table tbody tr + tr {
    margin-top: 15px;
  }
  .sub_page .time_tb > table tbody th {
    font-size: 12px;
  }
  .sub_page .time_tb > table tbody td {
    font-size: 12px;
  }
  .sub_page .time_tb > table tbody td::before {
    padding: 10px 2px;
    font-size: 12px;
  }
  .sub_page .time_tb > table tbody td .in_td {
    padding: 10px 2px;
  }
  .sub_page .time_tb > table tbody td:first-of-type {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .sub_page .time_tb > table tbody td:last-of-type {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .sub_page .time_tb > table tbody .col_td .col_thead .col_th::before {
    padding: 10px 2px;
    font-size: 12px;
  }
}
.sub_page .fee_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
}
.sub_page .fee_inner .fee_piece {
  width: 100%;
}
.sub_page .fee_inner .fee_piece.w50p {
  width: calc(50% - 20px);
}
.sub_page .fee_inner .ss_tit {
  font-size: 20px;
}
.sub_page .fee_inner .ss_tit .ss_desc {
  font-size: 14px;
}
.sub_page .fee_inner .ss_tit_line {
  margin-bottom: 20px;
}

@media (max-width: 1440px) {
  .sub_page .fee_inner {
    gap: 50px 20px;
  }
  .sub_page .fee_inner .fee_piece.w50p {
    width: calc(50% - 10px);
  }
}
@media (max-width: 1240px) {
  .sub_page .fee_inner .fee_piece {
    width: 100% !important;
  }
}
@media (max-width: 620px) {
  .sub_page .fee_inner {
    gap: 30px 0;
  }
  .sub_page .fee_inner .ss_tit {
    font-size: 16px;
  }
  .sub_page .fee_inner .ss_tit .ss_desc {
    font-size: 12px;
  }
  .sub_page .fee_inner .ss_tit_line {
    margin-bottom: 10px;
  }
}
.sub_page .feeinfo_list {
  padding-top: 20px;
  border-top: 1px solid #000;
}
.sub_page .feeinfo_list > ul {
  display: flex;
  flex-wrap: wrap;
}
.sub_page .feeinfo_list > ul > li {
  padding: 30px 40px;
  border: 1px solid #eee;
  border-radius: 10px;
}
.sub_page .feeinfo_list > ul > li .tit {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.sub_page .feeinfo_list > ul > li .in_tit {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.sub_page .feeinfo_list > ul > li .in_tit small {
  line-height: inherit;
  font-weight: 400;
  font-size: 12px;
  color: #666;
}
.sub_page .feeinfo_list > ul > li .in_tit + .desc {
  margin-top: 5px;
}
.sub_page .feeinfo_list > ul > li .in_tit + .add_desc {
  margin-top: 5px;
}
.sub_page .feeinfo_list > ul > li .desc {
  font-size: 14px;
  color: #555;
}
.sub_page .feeinfo_list > ul > li .desc b {
  color: #3164FF;
  font-weight: 400;
}
.sub_page .feeinfo_list > ul > li .add_desc {
  font-size: 14px;
  color: #000;
}
.sub_page .feeinfo_list > ul > li .price {
  font-size: 16px;
  color: #000;
}
.sub_page .feeinfo_list > ul > li .price .total_price {
  font-size: 24px;
  font-weight: bold;
  color: #FF0107;
}
.sub_page .feeinfo_list > ul > li .link_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 60px;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.sub_page .feeinfo_list > ul > li .link_btns .btn.line_style {
  border: 1px solid #aaa;
}
.sub_page .feeinfo_list > ul > li .in_line {
  margin-top: 20px;
}
.sub_page .feeinfo_list > ul > li .in_line.bdt_type {
  position: relative;
  padding-top: 20px;
}
.sub_page .feeinfo_list > ul > li .in_line.bdt_type::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(/src/img/sub_feeinfo_bdt.png);
  background-repeat: repeat-x;
}
.sub_page .feeinfo_list > ul > li .total_line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
.sub_page .feeinfo_list.lng2 > ul {
  gap: 20px;
}
.sub_page .feeinfo_list.lng2 > ul > li {
  width: calc(50% - 10px);
}

@media (hover: hover) {
  .sub_page .feeinfo_list > ul > li .link_btns .btn:hover {
    border: 1px solid #3164FF;
    color: #fff;
    background-color: #3164FF;
  }
}
@media (max-width: 991px) {
  .sub_page .feeinfo_list.lng2 > ul > li {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .sub_page .feeinfo_list {
    padding-top: 0;
  }
  .sub_page .feeinfo_list > ul {
    display: block;
  }
  .sub_page .feeinfo_list > ul > li {
    padding: 20px 0;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
  }
  .sub_page .feeinfo_list > ul > li .tit {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .sub_page .feeinfo_list > ul > li .in_tit {
    font-size: 12px;
  }
  .sub_page .feeinfo_list > ul > li .in_tit small {
    font-size: 11px;
  }
  .sub_page .feeinfo_list > ul > li .in_tit + .desc {
    margin-top: 0;
  }
  .sub_page .feeinfo_list > ul > li .in_tit + .add_desc {
    margin-top: 0;
  }
  .sub_page .feeinfo_list > ul > li .desc {
    font-size: 12px;
  }
  .sub_page .feeinfo_list > ul > li .add_desc {
    font-size: 12px;
  }
  .sub_page .feeinfo_list > ul > li .price {
    font-size: 12px;
  }
  .sub_page .feeinfo_list > ul > li .price .total_price {
    font-size: 18px;
  }
  .sub_page .feeinfo_list > ul > li .link_btns .btn {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    font-size: 12px;
  }
  .sub_page .feeinfo_list > ul > li .in_line {
    margin-top: 10px;
  }
  .sub_page .feeinfo_list > ul > li .in_line.bdt_type {
    padding-top: 10px;
  }
  .sub_page .feeinfo_list > ul > li .total_line {
    flex-direction: column;
    align-items: start;
    gap: 10px 0;
    margin-top: 10px;
    padding-top: 15px;
  }
  .sub_page .feeinfo_list > ul > li .total_line .link_btns {
    width: 100%;
  }
  .sub_page .feeinfo_list.lng2 > ul {
    gap: 10px;
  }
}
.sub_page .card_list > ul {
  display: flex;
  flex-wrap: wrap;
}
.sub_page .card_list > ul > li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 20px;
  background-color: #fff;
}
.sub_page .card_list > ul > li .card_name {
  font-size: 12px;
  color: #555;
}
.sub_page .card_list > ul > li .card_name + .card_info {
  margin-top: 20px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}
.sub_page .card_list > ul > li .card_info {
  display: flex;
  gap: 0 20px;
  align-items: start;
}
.sub_page .card_list > ul > li .card_info > i {
  flex-shrink: 0;
  display: block;
  width: 70px;
  height: 62px;
  background-image: url(/src/img/card_list_info_i.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.sub_page .card_list > ul > li .card_info .txt {
  width: 100%;
}
.sub_page .card_list > ul > li .card_info .txt .tit {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.sub_page .card_list > ul > li .card_info .txt .tit + .desc {
  margin-top: 5px;
}
.sub_page .card_list > ul > li .card_info .txt .desc {
  font-size: 16px;
  color: #555;
}
.sub_page .card_list > ul > li .card_bottom {
  display: flex;
  margin-top: auto;
  padding-top: 40px;
}
.sub_page .card_list > ul > li .card_bottom .cardbottom_r {
  margin-left: auto;
}
.sub_page .card_list > ul > li .cart_logo {
  width: 170px;
  height: 60px;
}
.sub_page .card_list > ul > li .cart_logo > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.sub_page .card_list.lng3 > ul {
  gap: 40px;
}
.sub_page .card_list.lng3 > ul > li {
  width: calc((100% - 80px) / 3);
}

@media (max-width: 1440px) {
  .sub_page .card_list.lng3 > ul {
    gap: 20px;
  }
  .sub_page .card_list.lng3 > ul > li {
    width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 1240px) {
  .sub_page .card_list.lng3 > ul {
    max-width: 920px;
    margin: 0 auto;
  }
  .sub_page .card_list.lng3 > ul > li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .sub_page .card_list.lng3 > ul {
    max-width: 440px;
  }
  .sub_page .card_list.lng3 > ul > li {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .sub_page .card_list > ul > li {
    padding: 15px;
    border-radius: 10px;
  }
  .sub_page .card_list > ul > li .card_name {
    font-size: 11px;
  }
  .sub_page .card_list > ul > li .card_name + .card_info {
    margin-top: 10px;
    padding-top: 20px;
  }
  .sub_page .card_list > ul > li .card_info {
    gap: 0 10px;
  }
  .sub_page .card_list > ul > li .card_info > i {
    width: 50px;
    height: 44px;
  }
  .sub_page .card_list > ul > li .card_info .txt .tit {
    font-size: 16px;
  }
  .sub_page .card_list > ul > li .card_info .txt .desc {
    font-size: 12px;
  }
  .sub_page .card_list > ul > li .card_bottom {
    padding-top: 20px;
  }
  .sub_page .card_list > ul > li .cart_logo {
    width: 85px;
    height: 30px;
  }
  .sub_page .card_list.lng3 > ul {
    gap: 10px;
  }
}
.sub_page .feeopt_list {
  padding-top: 20px;
  border-top: 1px solid #000;
}
.sub_page .feeopt_list > ul {
  display: flex;
  flex-wrap: wrap;
}
.sub_page .feeopt_list .item {
  height: 100%;
}
.sub_page .feeopt_list .item input {
  display: none;
}
.sub_page .feeopt_list .item .in_box {
  display: flex;
  align-items: start;
  gap: 0 20px;
  height: 100%;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 10px;
}
.sub_page .feeopt_list .item .in_box i {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.sub_page .feeopt_list .item .in_box i::after {
  content: "";
  transition: all 0.5s;
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #3164FF;
}
.sub_page .feeopt_list .item .in_box .txt {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
.sub_page .feeopt_list .item .in_box .txt .tit {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.sub_page .feeopt_list .item .in_box .txt .tit + .desc {
  margin-top: 5px;
}
.sub_page .feeopt_list .item .in_box .txt .desc {
  font-size: 14px;
  color: #555;
}
.sub_page .feeopt_list .item .in_box .txt .total_line {
  margin-top: auto;
  padding-top: 10px;
}
.sub_page .feeopt_list .item .in_box .txt .price {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.sub_page .feeopt_list .item input:checked ~ .in_box {
  border: 1px solid #3164FF;
}
.sub_page .feeopt_list .item input:checked ~ .in_box i::after {
  opacity: 1;
  transform: scale(0.5, 0.5);
}
.sub_page .feeopt_list .item.act .in_box {
  border: 1px solid #3164FF;
}
.sub_page .feeopt_list .item.act .in_box i::after {
  opacity: 1;
  transform: scale(0.5, 0.5);
}
.sub_page .feeopt_list.lng2 > ul {
  gap: 10px;
}
.sub_page .feeopt_list.lng2 > ul > li {
  width: calc(50% - 5px);
}

@media (max-width: 1440px) {
  .sub_page .feeopt_list.lng2 > ul {
    gap: 5px;
  }
  .sub_page .feeopt_list.lng2 > ul > li {
    width: calc((100% - 5px) / 2);
  }
}
@media (max-width: 991px) {
  .sub_page .feeopt_list.lng2 > ul > li {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .sub_page .feeopt_list {
    padding-top: 10px;
  }
  .sub_page .feeopt_list .item .in_box {
    gap: 0 10px;
    padding: 10px;
    border-radius: 5px;
  }
  .sub_page .feeopt_list .item .in_box .txt {
    padding: 0;
  }
  .sub_page .feeopt_list .item .in_box .txt .tit {
    font-size: 12px;
  }
  .sub_page .feeopt_list .item .in_box .txt .desc {
    font-size: 12px;
  }
  .sub_page .feeopt_list .item .in_box .txt .price {
    font-size: 14px;
  }
  .sub_page .feeopt_list.lng2 > ul {
    gap: 5px;
  }
}
.sub_page .result_inner .result_info_dl {
  border-top: 2px solid #000;
}
.sub_page .result_inner .result_info_dl dl {
  display: flex;
  align-items: start;
  gap: 0 20px;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.sub_page .result_inner .result_info_dl dl dt {
  flex-shrink: 0;
  width: 160px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.sub_page .result_inner .result_info_dl dl dd {
  width: 100%;
  font-size: 16px;
  color: #555;
}
.sub_page .result_inner + .result_inner {
  margin-top: 80px;
}

@media (max-width: 620px) {
  .sub_page .result_inner .result_info_dl dl {
    flex-direction: column;
    gap: 5px 0;
    padding: 15px 0;
  }
  .sub_page .result_inner .result_info_dl dl dt {
    width: 100%;
    font-size: 12px;
  }
  .sub_page .result_inner .result_info_dl dl dd {
    font-size: 12px;
  }
  .sub_page .result_inner + .result_inner {
    margin-top: 40px;
  }
}

.sub_page .sub_banner{overflow: hidden;border-radius: 20px;}
.sub_page .sub_banner > img{object-fit: cover;width: 100%;height: 100%;}
.sub_page .sub_banner+.info_dl{margin-top: 40px;}
@media (max-width: 620px){
  .sub_page .sub_banner{border-radius: 10px;}
  .sub_page .sub_banner+.info_dl{margin-top: 20px;}
}

.sub_page .ready_box{display: flex;flex-direction: column;align-items: center;justify-content: center;min-height: 560px;padding: 40px;border-radius: 20px;text-align: center;background-color: #fafafa;}
@media (max-width: 620px){
  .sub_page .ready_box{min-height: 230px;padding: 20px;border-radius: 10px;}
}


.diffpoint_page .intro_sect .intro_img {
  height: 560px;
}
.diffpoint_page .intro_sect .intro_img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 620px) {
  .diffpoint_page .intro_sect .intro_img {
    height: 230px;
  }
}
.diffpoint_page .priority_sect {
  margin-top: 0;
}

.diffpoint_page .acceptance_sect .img_list + .info_box {
  margin-top: 80px;
}
.diffpoint_page .acceptance_sect .info_box {
  padding: 25px;
  border: 0;
  background-color: #0D215E;
}
.diffpoint_page .acceptance_sect .info_box .desc {
  font-weight: bold;
  color: #fff;
}

@media (max-width: 620px) {
  .diffpoint_page .acceptance_sect .img_list + .info_box {
    margin-top: 40px;
  }
  .diffpoint_page .acceptance_sect .info_box {
    padding: 20px;
  }
}
.direction_page .map_sect .map_btns .btn {
  display: flex;
  align-items: center;
  gap: 0 10px;
  width: 255px;
  height: 60px;
  padding: 0 20px;
  border-radius: 10px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.direction_page .map_sect .map_btns .btn::after {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: auto;
}
.direction_page .map_sect .map_btns .btn.line_style {
  border: 1px solid #999;
  color: #000;
}
.direction_page .map_sect .map_btns .btn.line_style::after {
  background-image: url(/src/img/ico/direction_mapbtns_btn.svg);
}
.direction_page .map_sect .link_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 60px;
  padding: 0 15px;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.direction_page .map_sect .link_btns .btn.line_style {
  border: 1px solid #999;
  color: #000;
}
.direction_page .map_sect .subway_num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.direction_page .map_sect .subway_num.num5 {
  background-color: #8936E0;
}
.direction_page .map_sect .map_box {
  overflow: hidden;
  height: 600px;
  border: 1px solid #eee;
  border-radius: 20px;
}
.direction_page .map_sect .map_box > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.direction_page .map_sect .map_box + .map_desc {
  margin-top: 80px;
}
.direction_page .map_sect .map_desc .info_dl dl dt .subway_num {
  margin-right: 10px;
}
.direction_page .map_sect .map_desc .info_dl dl dd .link_btns {
  margin-top: 20px;
}

@media (max-width: 1240px) {
  .direction_page .map_sect .map_box {
    height: 525px;
  }
}
@media (max-width: 620px) {
  .direction_page .map_sect .map_btns .btn {
    width: 210px;
    height: 50px;
    border-radius: 5px;
    font-size: 12px;
  }
  .direction_page .map_sect .link_btns .btn {
    width: 210px;
    height: 50px;
    border-radius: 5px;
    font-size: 12px;
  }
  .direction_page .map_sect .subway_num {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  .direction_page .map_sect .map_box {
    height: 210px;
    border-radius: 10px;
  }
  .direction_page .map_sect .map_box + .map_desc {
    margin-top: 40px;
  }
  .direction_page .map_sect .map_desc .info_dl dl dt .subway_num {
    margin-right: 5px;
  }
  .direction_page .map_sect .map_desc .info_dl dl dd .link_btns {
    margin-top: 15px;
  }
}
.licenseprocess_page .icobox_list + .info_box.s_type {
  margin-top: 40px;
  padding: 40px;
}

@media (max-width: 620px) {
  .licenseprocess_page .icobox_list + .info_box.s_type {
    margin-top: 20px;
    padding: 20px;
  }
}
.licenseprocess_page .infobox_list + .info_box {
  margin-top: 80px;
}

@media (max-width: 620px) {
  .licenseprocess_page .infobox_list + .info_box {
    margin-top: 40px;
  }
}
.vdo_page .img_list > ul > li {
  width: 1000px;
}

.board_write {
  border-top: 1px solid #000;
}
.board_write > table tr {
  border-bottom: 1px solid #eee;
}
.board_write > table tbody th {
  width: 110px;
  height: 70px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  background-color: #fafafa;
}
.board_write > table tbody td {
  height: 70px;
  padding: 10px;
  font-size: 14px;
  color: #666;
}

@media (max-width: 1240px) {
  .board_write {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
  }
  .board_write > table tr {
    display: block;
    border-bottom: 0;
  }
  .board_write > table tbody th {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding: 0;
    background-color: transparent;
  }
  .board_write > table tbody th + td {
    margin-top: 10px;
  }
  .board_write > table tbody td {
    display: block;
    height: auto;
    padding: 0;
  }
}
@media (max-width: 620px) {
  .board_write {
    padding-bottom: 15px;
  }
  .board_write > table tbody th {
    margin-top: 15px;
    font-size: 12px;
  }
  .board_write > table tbody th + td {
    margin-top: 5px;
  }
  .board_write > table tbody td {
    font-size: 12px;
  }
}
.board_top {
  margin-bottom: 20px;
}

@media (max-width: 620px) {
  .board_top {
    margin-bottom: 15px;
  }
}
.board_total {
  font-size: 14px;
  color: #300;
}
.board_total .num {
  color: #FF0107;
  font-weight: 500;
}

@media (max-width: 620px) {
  .board_total {
    font-size: 12px;
  }
}
.board_sch {
  display: flex;
  gap: 5px;
}
.board_sch .sch_sel {
  flex-shrink: 0;
  width: 150px;
  height: 50px;
  padding: 0 30px 0 20px;
  border-radius: 5px;
  font-size: 16px;
  background-image: url(/src/img/ico/inp_sel_arrow.svg);
  background-size: 8px auto;
  background-position: calc(100% - 20px) center;
}
.board_sch .inp_box {
  overflow: hidden;
  display: flex;
  width: 480px;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.board_sch .inp_box .sch_inp {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0 20px;
  font-size: 16px;
}
.board_sch .inp_box .sch_inp::placeholder {
  color: #999;
}
.board_sch .inp_box .sbm_btn {
  flex-shrink: 0;
  width: 44px;
  height: 100%;
  background-image: url(/src/img/ico/board_sch_sbm.svg);
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.board_sch.bottom_type {
  margin-top: 30px;
  justify-content: center;
}

@media (max-width: 1240px) {
  .board_sch .inp_box {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .board_sch {
    flex-direction: column;
  }
  .board_sch .sch_sel {
    width: 100%;
    height: 40px;
    padding: 0 25px 0 15px;
    font-size: 12px;
    background-position: calc(100% - 15px) center;
  }
  .board_sch .inp_box {
    height: 40px;
  }
  .board_sch .inp_box .sch_inp {
    padding: 0 15px;
    font-size: 12px;
  }
  .board_sch .inp_box .sbm_btn {
    width: 39px;
  }
  .board_sch.bottom_type {
    margin-top: 15px;
  }
}
.board_sys_btns {
  display: flex;
}
.board_sys_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 60px;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.board_sys_btns .btn.bg_style {
  color: #fff;
  background-color: #3164FF;
}
.board_sys_btns.bottom_type {
  justify-content: center;
  margin-top: 40px;
}
.board_sys_btns + .page_num {
  margin-top: 30px;
}

@media (max-width: 620px) {
  .board_sys_btns .btn {
    width: 70px;
    height: 50px;
    border-radius: 5px;
    font-size: 12px;
  }
  .board_sys_btns.bottom_type {
    margin-top: 20px;
  }
  .board_sys_btns + .page_num {
    margin-top: 20px;
  }
}
.board_list {
  border-top: 2px solid #000;
}
.board_list table .s0_ico {
  color: #FF0107;
}
.board_list table tr {
  border-bottom: 1px solid #eee;
}
.board_list table .num_th {
  width: 150px;
}
.board_list table .info_th {
  width: 150px;
}
.board_list table thead th {
  height: 60px;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.board_list table tbody td {
  height: 60px;
  padding: 10px;
  font-size: 16px;
  text-align: center;
}
.board_list table tbody td .tit {
  display: flex;
  font-size: 16px;
  color: #000;
}
.board_list table tbody td .tit > a, .board_list table tbody td .tit > button {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: -5px 0;
  padding: 5px 0;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
}
.board_list table tbody td .tit.lock_ico::before {
  content: "";
  flex-shrink: 0;
  width: 12px;
  height: 13px;
  margin: 5px 10px 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 + .info_line {
  margin-top: 5px;
}
.board_list table tbody td .info_line {
  font-size: 0;
}
.board_list table tbody td .info_line .t1 {
  font-size: 16px;
  line-height: 150%;
}
.board_list table tbody td .info_line .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  margin: 0 10px 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.tit_td {
  text-align: left;
}

@media (max-width: 1440px) {
  .board_list table .num_th {
    width: 100px;
  }
  .board_list table .info_th {
    width: 130px;
  }
}
@media (max-width: 1240px) {
  .board_list table tr {
    display: block;
    padding: 30px 0;
  }
  .board_list table thead {
    display: none;
  }
  .board_list table tbody td {
    display: none;
    height: auto;
    padding: 0;
  }
  .board_list table tbody td .info_line.m_type {
    display: block;
  }
  .board_list table tbody td.tit_td {
    display: block;
  }
}
@media (max-width: 620px) {
  .board_list table tr {
    padding: 15px 0px;
  }
  .board_list table tbody td {
    font-size: 12px;
  }
  .board_list table tbody td .tit {
    font-size: 12px;
  }
  .board_list table tbody td .tit.lock_ico::before {
    margin: 3px 5px 0 0;
  }
  .board_list table tbody td .info_line .t1 {
    font-size: 12px;
  }
  .board_list table tbody td .info_line .t1::after {
    margin: 0 5px 2px;
  }
}
.gall_list > ul {
  display: flex;
  flex-wrap: wrap;
}
.gall_list > ul > li {
  width: 100%;
}
.gall_list.lng3 > ul {
  gap: 40px;
}
.gall_list.lng3 > ul > li {
  width: calc((100% - 80px) / 3);
}

@media (max-width: 1440px) {
  .gall_list.lng3 > ul {
    margin: 0 auto;
  }
  .gall_list.lng3 > ul > li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 991px) {
  .gall_list.lng3 > ul > li {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .gall_list.lng3 > ul {
    gap: 20px;
  }
}
.review_item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  border-radius: 20px;
}
.review_item .img {
  overflow: hidden;
  flex-shrink: 0;
  aspect-ratio: 440/248;
}
.review_item .img > img {
  transition: transform 0.3s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.review_item .txt {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px;
}
.review_item .txt .tit {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.review_item .txt .tit + .desc {
  margin-top: 20px;
}
.review_item .txt .desc {
  font-size: 16px;
  color: #555;
}
.review_item .txt .b_line {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-top: auto;
  padding-top: 40px;
}
.review_item .txt .b_line .review_sys_points {
  flex-shrink: 0;
}
.review_item .txt .b_line .r_cont {
  width: 100%;
}
.review_item .txt .b_line .r_cont .info_line {
  text-align: right;
}
.review_item .txt .info_line {
  font-size: 0;
}
.review_item .txt .info_line .t1 {
  font-size: 16px;
  color: #999;
  line-height: 150%;
}

@media (hover: hover) {
  .review_item:hover {
    border: 1px solid #3164FF;
  }
  .review_item:hover .img > img {
    transform: scale(1.2);
  }
}
@media (max-width: 620px) {
  .review_item {
    border-radius: 10px;
  }
  .review_item .txt {
    padding: 20px;
  }
  .review_item .txt .tit {
    font-size: 16px;
  }
  .review_item .txt .tit + .desc {
    margin-top: 10px;
  }
  .review_item .txt .desc {
    font-size: 12px;
    color: #555;
  }
  .review_item .txt .b_line {
    gap: 0 10px;
    padding-top: 20px;
  }
  .review_item .txt .info_line .t1 {
    font-size: 12px;
  }
}
.board_view .s0_ico {
  color: #FF0107;
}
.board_view .s1_ico {
  color: #333;
}
.board_view .edit_result {
  font-size: 16px;
}
.board_view .tit_wrap {
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.board_view .tit_wrap .tit {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.board_view .tit_wrap .tit + .info_line {
  margin-top: 10px;
}
.board_view .tit_wrap .info_line {
  font-size: 0;
}
.board_view .tit_wrap .info_line .t1 {
  font-size: 16px;
  line-height: 150%;
  color: #999;
}
.board_view .tit_wrap .info_line .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.board_view .tit_wrap .info_line .t1:last-child::after {
  display: none;
}
.board_view .file_wrap {
  padding: 10px;
  border-bottom: 1px solid #eee;
  background-color: #fafafa;
}
.board_view .file_wrap .file_line {
  display: flex;
  align-items: start;
  gap: 0 10px;
}
.board_view .file_wrap .file_line::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff;
  background-image: url(/src/img/ico/board_view_file.svg);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center;
}
.board_view .file_wrap .file_line .file_name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 40px;
  max-width: 100%;
  font-size: 16px;
  line-height: 150%;
}
.board_view .file_wrap .file_line + .file_line {
  margin-top: 10px;
}
.board_view .cont_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}
.board_view .cont_wrap .thumb_img {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 40px;
  border-radius: 20px;
}
.board_view .cont_wrap .edit_result {
  width: 100%;
}
.board_view .answer_wrap {
  margin-top: 40px;
  padding: 40px;
  border: 1px solid #eee;
  border-radius: 10px;
  background-color: #fafafa;
}
.board_view .answer_wrap .tit {
  font-size: 20px;
  font-weight: bold;
}
.board_view .answer_wrap .tit + .txt {
  margin-top: 20px;
}
.board_view .link_wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.board_view .link_wrap .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 60px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
}
.board_view .link_wrap .btn.line_style {
  border: 1px solid #ddd;
}
.board_view .nav_wrap {
  margin-top: 40px;
  border-top: 1px solid #eee;
}
.board_view .nav_wrap table tr {
  border-bottom: 1px solid #eee;
}
.board_view .nav_wrap table th {
  position: relative;
  width: 116px;
  height: 80px;
  padding: 20px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
.board_view .nav_wrap table th::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background-color: #ddd;
}
.board_view .nav_wrap table td {
  height: 80px;
  padding: 20px;
}
.board_view .nav_wrap table td .tit {
  display: inline-block;
  max-width: 100%;
  margin: -5px 0;
  padding: 5px 0;
  font-size: 16px;
  vertical-align: top;
}
.board_view .nav_wrap table td .tit.none {
  color: #999;
}

@media (max-width: 620px) {
  .board_view .edit_result {
    font-size: 12px;
  }
  .board_view .tit_wrap {
    padding-bottom: 20px;
  }
  .board_view .tit_wrap .tit {
    font-size: 20px;
  }
  .board_view .tit_wrap .tit + .info_line {
    margin-top: 5px;
  }
  .board_view .tit_wrap .info_line .t1 {
    font-size: 12px;
  }
  .board_view .tit_wrap .info_line .t1::after {
    margin: 0 5px 2px;
  }
  .board_view .file_wrap .file_line {
    gap: 0 5px;
  }
  .board_view .file_wrap .file_line::before {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    background-size: contain;
  }
  .board_view .file_wrap .file_line .file_name {
    min-height: 20px;
    font-size: 12px;
  }
  .board_view .cont_wrap {
    padding: 20px 0;
  }
  .board_view .cont_wrap .thumb_img {
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .board_view .answer_wrap {
    margin-top: 20px;
    padding: 20px;
    border-radius: 5px;
  }
  .board_view .answer_wrap .tit {
    font-size: 16px;
  }
  .board_view .answer_wrap .tit + .txt {
    margin-top: 10px;
  }
  .board_view .link_wrap {
    gap: 5px;
    margin-top: 20px;
  }
  .board_view .link_wrap .btn {
    width: 70px;
    height: 50px;
    border-radius: 5px;
    font-size: 12px;
  }
  .board_view .nav_wrap {
    margin-top: 20px;
  }
  .board_view .nav_wrap table th {
    width: 50px;
    height: 46px;
    padding: 10px 0;
    font-size: 12px;
    text-align: left;
  }
  .board_view .nav_wrap table td {
    height: 46px;
    padding: 10px;
  }
  .board_view .nav_wrap table td .tit {
    font-size: 12px;
  }
}
#footer {
  margin-top: 150px;
  border-top: 1px solid #eee;
}
#footer.mt0 {
  margin-top: 0;
}

@media (max-width: 620px) {
  #footer {
    margin-top: 75px;
  }
}
#footer .foot {
  display: flex;
  gap: 0 90px;
  align-items: start;
  padding: 80px 0 50px;
}
#footer .foot .foot_l {
  flex-shrink: 0;
  width: 450px;
}
#footer .foot .foot_r {
  width: 100%;
}
#footer .foot .foot_logo {
  margin-bottom: 60px;
}
#footer .foot .foot_addr dl {
  display: flex;
  gap: 0 5px;
}
#footer .foot .foot_addr dl dt {
  flex-shrink: 0;
  font-size: 12px;
  color: #000;
}
#footer .foot .foot_addr dl dd {
  font-size: 12px;
  color: #555;
}
#footer .foot .foot_addr .line {
  display: flex;
  gap: 7px 20px;
  flex-wrap: wrap;
}
#footer .foot .foot_addr .line + .line {
  margin-top: 7px;
}
#footer .foot .foot_menu > ul {
  display: flex;
  gap: 0 10px;
}
#footer .foot .foot_menu > ul > li {
  width: 100%;
}
#footer .foot .foot_menu > ul > li .t1 {
  color: #000;
  font-weight: 500;
}
#footer .foot .foot_menu > ul > li .t1 + .dep2 {
  margin-top: 15px;
}
#footer .foot .foot_menu .dep2 > ul > li .t2 {
  display: inline-block;
  font-size: 12px;
  color: #555;
  line-height: 150%;
}
#footer .foot .foot_menu .dep2 > ul > li + li {
  margin-top: 7px;
}

@media screen and (max-width: 1800px) {
  #footer .foot {
    gap: 0 60px;
  }
}
@media (max-width: 1440px) {
  #footer .foot {
    flex-direction: column-reverse;
    gap: 60px 0;
  }
  #footer .foot .foot_logo {
    margin-bottom: 30px;
  }
  #footer .foot .foot_l {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #footer .foot {
    display: block;
  }
  #footer .foot .foot_r {
    display: none;
  }
  #footer .foot .foot_logo {
    display: none;
  }
}
@media (max-width: 620px) {
  #footer .foot {
    padding: 40px 0 25px;
  }
  #footer .foot .foot_addr dl {
    gap: 0 3px;
  }
  #footer .foot .foot_addr dl dt {
    font-size: 11px;
  }
  #footer .foot .foot_addr dl dd {
    font-size: 11px;
  }
  #footer .foot .foot_addr .line {
    gap: 7px 10px;
  }
}
#footer .foot_bottom {
  display: flex;
  gap: 0 90px;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid #eee;
}
#footer .foot_bottom .footbottom_l {
  width: 100%;
}
#footer .foot_bottom .footbottom_r {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
  text-align: right;
}
#footer .foot_bottom .foot_copy {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 150%;
}

@media screen and (max-width: 1800px) {
  #footer .foot_bottom {
    gap: 0 60px;
  }
}
@media (max-width: 991px) {
  #footer .foot_bottom {
    flex-direction: column;
    gap: 30px 0;
  }
  #footer .foot_bottom .footbottom_r {
    display: block;
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
}
@media (max-width: 620px) {
  #footer .foot_bottom {
    gap: 20px 0;
    padding: 20px 0;
  }
  #footer .foot_bottom .foot_copy {
    font-size: 11px;
  }
}

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