.c1 {
  color: #002A4B !important;
}

.c2 {
  color: #D47000 !important;
}

.c0 {
  color: #000;
}

.c3 {
  color: #333;
}

.c6 {
  color: #666;
}

.c9 {
  color: #999;
}

.cf {
  color: #fff;
}

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

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

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

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

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

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

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

li {
  list-style: none;
}

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

input {
  padding: 0 10px;
}

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

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

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

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

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

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

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

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

em, address {
  font-style: normal;
}

label, button {
  cursor: pointer;
}

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

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

legend {
  *width: 0;
}

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

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

sup {
  font-size: 0.5%;
}

figure {
  margin: 0;
}

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

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

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

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.dt {
  display: table;
}

.dtr {
  display: table-row;
}

.dtc {
  display: table-cell;
}

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

.dtr {
  width: 100%;
}

.dtc {
  vertical-align: middle;
}

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

.fr {
  float: right;
}

.flul > li {
  float: left;
}

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

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

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

.pb0 {
  padding-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.mt150 {
  margin-top: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.pl150 {
  padding-left: 150px;
}

.pr150 {
  padding-right: 150px;
}

.ml150 {
  margin-left: 150px;
}

.mr150 {
  margin-right: 150px;
}

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

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

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

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

.imgz {
  width: 100%;
}

.cup {
  cursor: pointer;
}

.vam {
  vertical-align: middle;
}

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tdu {
  text-decoration: underline;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fz80 {
  font-size: 80px;
}

@media screen and (max-width: 620px) {
  .fz12 {
    font-size: 12px;
  }
  .fz14 {
    font-size: 12px;
  }
  .fz16 {
    font-size: 14px;
  }
  .fz18 {
    font-size: 14px;
  }
  .fz20 {
    font-size: 18px;
  }
  .fz22 {
    font-size: 18px;
  }
  .fz24 {
    font-size: 18px;
  }
  .fz26 {
    font-size: 20px;
  }
  .fz28 {
    font-size: 20px;
  }
  .fz30 {
    font-size: 20px;
  }
  .fz32 {
    font-size: 20px;
  }
  .fz34 {
    font-size: 20px;
  }
  .fz36 {
    font-size: 20px;
  }
  .fz38 {
    font-size: 25px;
  }
  .fz40 {
    font-size: 25px;
  }
  .fz46 {
    font-size: 25px;
  }
  .fz50 {
    font-size: 25px;
  }
  .fz60 {
    font-size: 35px;
  }
  .fz70 {
    font-size: 35px;
  }
  .fz80 {
    font-size: 40px;
  }
  div, p, th, td {
    font-size: 12px;
  }
}
/* system popup style */
.syspop {
  position: absolute;
  z-index: 1200;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
}
.syspop .l-header {
  display: none;
}
.syspop .wrap {
  position: relative;
  z-index: 100;
  max-width: 95%;
  margin: 0 auto;
  text-align: center;
}
.syspop .l-cont {
  word-break: break-all;
}
.syspop .l-footer {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  bottom: 0px;
  right: 0px;
  text-align: right;
}
.syspop .l-footer span {
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .syspop {
    top: 20px !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
    border: none;
  }
  .syspop:after {
    content: "";
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .syspop .wrap {
    position: relative;
    z-index: 100;
    max-width: 95%;
    margin: 0 auto;
    text-align: center;
  }
  .syspop .l-cont {
    height: auto !important;
  }
  .syspop .l-cont img {
    width: 100%;
  }
  .syspop .l-footer {
    position: relative;
    z-index: 10;
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
  }
}
/* page num */
.page_num {
  position: relative;
  margin-top: 60px;
  text-align: center;
  font-size: 0;
}
.page_num a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  color: #999;
  line-height: 36px;
  font-size: 16px;
  -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: #fff;
  background-color: #002A4B;
}
.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: 30px;
  }
  .page_num a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
.container {
  width: 1640px;
  margin: 0 auto;
}

@media screen and (max-width: 1800px) {
  .container {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 1440px) {
  .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(0, 42, 75);
  transform: scale(0.5, 0.5) rotate(0.3deg);
  -webkit-transform: scale(0.5, 0.5) rotate(0.3deg);
  transform: scale(0.5, 0.5) rotate(0.3deg);
}
.de_rdo input:disabled ~ i, .de_cks input:disabled ~ i {
  background-color: #eee;
}

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

.de_rdo.txt, .de_cks.txt, .de_cki.txt {
  display: inline-flex;
  align-items: start;
  font-size: 18px;
}
.de_rdo.txt i, .de_cks.txt i, .de_cki.txt i {
  flex-shrink: 0;
  margin-right: 15px;
}
.de_rdo.txt .t, .de_cks.txt .t, .de_cki.txt .t {
  padding-top: 5px;
}

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

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

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

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

.de_cki {
  display: inline-block;
  vertical-align: middle;
}
.de_cki input {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.de_cki i {
  position: relative;
}
.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(0, 42, 75);
  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('d1800')
@include respond-to('d1440')
@include respond-to('d1000')
@include respond-to('d326')
*/
@media (max-width: 1240px) {
  .m_body_ovh {
    overflow: hidden;
    touch-action: none;
  }
}
.business_ico1 {
  background-image: url(/src/img/ico/business_ico1.svg);
}

.business_ico2 {
  background-image: url(/src/img/ico/business_ico2.svg);
}

.business_ico3 {
  background-image: url(/src/img/ico/business_ico3.svg);
}

.business_ico4 {
  background-image: url(/src/img/ico/business_ico4.svg);
}

.business_ico5 {
  background-image: url(/src/img/ico/business_ico5.svg);
}

.business_ico6 {
  background-image: url(/src/img/ico/business_ico6.svg);
}

.business_ico7 {
  background-image: url(/src/img/ico/business_ico7.svg);
}

.business_ico8 {
  background-image: url(/src/img/ico/business_ico8.svg);
}

.business_ico9 {
  background-image: url(/src/img/ico/business_ico9.svg);
}

.business_ico10 {
  background-image: url(/src/img/ico/business_ico10.svg);
}

.business_ico11 {
  background-image: url(/src/img/ico/business_ico11.svg);
}

.business_ico12 {
  background-image: url(/src/img/ico/business_ico12.svg);
}

.inp_wrap .inp {
  display: inline-block;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  vertical-align: top;
  font-size: 18px;
}
.inp_wrap .inp::placeholder {
  color: #999;
}
.inp_wrap select.inp {
  padding: 0 40px 0 20px;
}
.inp_wrap input[type=file].inp {
  padding: 0;
}
.inp_wrap textarea.inp {
  height: 200px;
  padding: 15px 20px;
}
.inp_wrap .tri_inps {
  display: flex;
  gap: 0 10px;
}
.inp_wrap .tri_inps .inp {
  width: calc((100% - 20px) / 3);
}
.inp_wrap .date_inp {
  position: relative;
  height: 60px;
  border: 1px solid #ddd;
}
.inp_wrap .date_inp .inp {
  height: 100%;
  padding-right: 60px;
  border: 0;
}
.inp_wrap .date_inp .ui-datepicker-trigger {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.inp_wrap .pw_inps {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.inp_wrap .pw_inps .de_cki {
  flex-shrink: 0;
}
.inp_wrap .pw_inps .de_cki i {
  margin-right: 10px;
}

@media (max-width: 620px) {
  .inp_wrap .inp {
    height: 50px;
    padding: 0 15px;
    font-size: 14px;
  }
  .inp_wrap select.inp {
    padding: 0 30px 0 15px;
  }
  .inp_wrap textarea.inp {
    height: 150px;
    padding: 15px;
  }
  .inp_wrap .tri_inps {
    gap: 0 5px;
  }
  .inp_wrap .tri_inps .inp {
    width: calc((100% - 10px) / 3);
  }
  .inp_wrap .date_inp {
    height: 50px;
  }
  .inp_wrap .date_inp .inp {
    padding-right: 45px;
  }
  .inp_wrap .date_inp .ui-datepicker-trigger {
    right: 15px;
    width: 15px;
  }
  .inp_wrap .pw_inps {
    gap: 0 10px;
  }
  .inp_wrap .pw_inps .de_cki i {
    margin-right: 5px;
  }
}
#header .call_info .item {
  display: flex;
  align-items: center;
  gap: 0 20px;
  height: 35px;
  padding: 10px 15px;
  color: #fff;
}
#header .call_info .item .tit {
  flex-shrink: 0;
  width: 110px;
  font-size: 14px;
  font-weight: bold;
  color: inherit;
}
#header .call_info .item .tit::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#header .call_info .item .num {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: inherit;
}
#header .call_info .item.consult_item {
  background-color: #002A4B;
}
#header .call_info .item.consult_item .tit::before {
  background-image: url(/src/img/ico/hd_call_info_consult.svg);
}
#header .call_info .item.secret_item {
  background-color: #D47000;
}
#header .call_info .item.secret_item .tit::before {
  background-image: url(/src/img/ico/hd_call_info_secret.svg);
}

#header .hd {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  padding: 0 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header .hd > .r_cont {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0 20px;
}
#header .hd .hd_logo {
  display: block;
  width: 232px;
  height: 52px;
  background-image: url(/src/img/logo_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
#header .hd .hd_logo > a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999em;
}
#header .hd .gnb {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#header .hd .gnb > ul {
  display: flex;
}
#header .hd .gnb > ul > li {
  position: relative;
  width: 180px;
}
#header .hd .gnb > ul > li .t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 150%;
}
#header .hd .gnb .dep2 {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
}
#header .hd .gnb .dep2 > ul {
  padding: 30px 10px;
}
#header .hd .gnb .dep2 > ul > li .t2 {
  font-size: 18px;
}
#header .hd .gnb .dep2 > ul > li + li {
  margin-top: 20px;
}
#header .hd .call_info {
  overflow: hidden;
  width: 300px;
  border-radius: 5px;
}
#header .hd .call_info .item.consult_item {
  color: #002A4B;
  background-color: #fff;
}
#header .hd .call_info .item.consult_item .tit::before {
  background-image: url(/src/img/ico/hd_call_info_consult_navy.svg);
}
#header .hd .m_menu_btn {
  display: none;
  width: 40px;
  height: 40px;
  background-image: url(/src/img/ico/hd_m_menu_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 1800px) {
  #header .hd {
    padding: 0 40px;
  }
  #header .hd > .r_cont {
    margin-left: 0;
  }
}
@media screen and (max-width: 1680px) {
  #header .hd .gnb > ul > li {
    width: 140px;
  }
}
@media (max-width: 1440px) {
  #header .hd .hd_logo {
    width: 200px;
    height: 44px;
  }
  #header .hd .gnb {
    display: none;
  }
  #header .hd .call_info {
    display: none;
  }
  #header .hd .m_menu_btn {
    display: block;
  }
}
@media (max-width: 620px) {
  #header .hd {
    height: 60px;
    padding: 0 20px;
  }
  #header .hd > .r_cont {
    gap: 0 10px;
  }
  #header .hd .hd_logo {
    width: 134px;
    height: 30px;
  }
  #header .hd .m_menu_btn {
    width: 25px;
    height: 25px;
  }
}
#header .hd.white_type {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
#header .hd.white_type .hd_logo {
  background-image: url(/src/img/logo.svg);
}
#header .hd.white_type .gnb > ul > li .t1 {
  color: #333;
}
#header .hd.white_type .call_info .item.consult_item {
  color: #fff;
  background-color: #002A4B;
}
#header .hd.white_type .call_info .item.consult_item .tit::before {
  background-image: url(/src/img/ico/hd_call_info_consult.svg);
}
#header .hd.white_type .m_menu_btn {
  background-image: url(/src/img/ico/hd_m_menu.svg);
}

#header .hd.scroll_act {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
#header .hd.scroll_act .hd_logo {
  background-image: url(/src/img/logo.svg);
}
#header .hd.scroll_act .gnb > ul > li .t1 {
  color: #333;
}
#header .hd.scroll_act .call_info .item.consult_item {
  color: #fff;
  background-color: #002A4B;
}
#header .hd.scroll_act .call_info .item.consult_item .tit::before {
  background-image: url(/src/img/ico/hd_call_info_consult.svg);
}
#header .hd.scroll_act .m_menu_btn {
  background-image: url(/src/img/ico/hd_m_menu.svg);
}

#header .gnb_dep2 {
  z-index: 45;
  position: absolute;
  top: 100px;
  left: 0;
  display: none;
  width: 100%;
  background-color: #fff;
  background-image: url(/src/img/hd_gnbdep2_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
#header .gnb_dep2 .in_ovy {
  overflow-y: auto;
  max-height: calc(100vh - 100px);
}
#header .gnb_dep2 .in_ovy::-webkit-scrollbar {
  width: 0;
}
#header .gnb_dep2 .menu {
  display: flex;
  justify-content: center;
  text-align: center;
}
#header .gnb_dep2 .menu .dep2 {
  width: 180px;
}
#header .gnb_dep2 .menu .dep2 > ul {
  padding: 25px 10px;
}
#header .gnb_dep2 .menu .dep2 > ul > li .t2 {
  font-size: 18px;
  line-height: 150%;
}
#header .gnb_dep2 .menu .dep2 > ul > li + li {
  margin-top: 10px;
}
#header .gnb_dep2 .menu .dep2:nth-child(2n-1) {
  background-color: #fafafa;
}

@media (hover: hover) {
  #header .gnb_dep2 .menu .dep2 > ul > li:hover .t2 {
    font-weight: bold;
    color: #D47000;
    text-decoration: underline;
    text-underline-position: under;
  }
}
@media screen and (max-width: 1680px) {
  #header .gnb_dep2 .menu .dep2 {
    width: 140px;
  }
}
@media (max-width: 1440px) {
  #header .gnb_dep2 {
    display: none;
  }
}
#header .gnb_wrap.gnb_act .hd {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
#header .gnb_wrap.gnb_act .hd .hd_logo {
  background-image: url(/src/img/logo.svg);
}
#header .gnb_wrap.gnb_act .hd .gnb > ul > li .t1 {
  color: #333;
}
#header .gnb_wrap.gnb_act .hd .call_info .item.consult_item {
  color: #fff;
  background-color: #002A4B;
}
#header .gnb_wrap.gnb_act .hd .call_info .item.consult_item .tit::before {
  background-image: url(/src/img/ico/hd_call_info_consult.svg);
}

#header .hd_fix {
  position: relative;
}
#header .hd_fix .hd {
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
}
#header .hd_fix .gnb_dep2 {
  position: fixed;
}

#header .m_menu_modal {
  transition: right 0.3s;
  z-index: 100;
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
}
#header .m_menu_modal .mod {
  height: 100%;
  background-color: #fff;
}
#header .m_menu_modal .mod .mod_hd {
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 40px;
  border-bottom: 1px solid #ddd;
}
#header .m_menu_modal .mod .mod_hd .r_cont {
  margin-left: auto;
}
#header .m_menu_modal .mod .mod_body {
  height: calc(100% - 100px);
}
#header .m_menu_modal .mod .m_menu_logo {
  display: block;
  width: 232px;
}
#header .m_menu_modal .mod .close_btn {
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(/src/img/ico/m_menu_close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#header .m_menu_modal .mod .call_info {
  display: flex;
}
#header .m_menu_modal .mod .call_info .item {
  justify-content: center;
  gap: 0 15px;
  width: 100%;
  height: 50px;
}
#header .m_menu_modal .mod .call_info .item .tit {
  width: auto;
}
#header .m_menu_modal .mod .call_info .item .num {
  width: auto;
}
#header .m_menu_modal .mod .mod_ovy {
  overflow-y: auto;
  height: calc(100% - 50px);
}
#header .m_menu_modal .mod .m_menu > ul > li {
  border-bottom: 1px solid #eee;
}
#header .m_menu_modal .mod .m_menu > ul > li .t1 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 0 60px 0 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #000;
  line-height: 150%;
}
#header .m_menu_modal .mod .m_menu > ul > li .t1.arrow_ico {
  position: relative;
}
#header .m_menu_modal .mod .m_menu > ul > li .t1.arrow_ico::after {
  content: "";
  transition: transform 0.3s;
  position: absolute;
  right: 40px;
  top: calc(50% - 9px);
  width: 17px;
  height: 17px;
  background-image: url(/src/img/ico/m_menu_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#header .m_menu_modal .mod .m_menu > ul > li .dep2 {
  display: none;
}
#header .m_menu_modal .mod .m_menu > ul > li.act .t1.arrow_ico::after {
  transform: scaleY(-1);
}
#header .m_menu_modal .mod .m_menu > ul > li.act .dep2 {
  display: block;
}
#header .m_menu_modal .mod .m_menu .dep2 {
  padding: 40px;
  border-top: 1px solid #eee;
  background-color: #fafafa;
}
#header .m_menu_modal .mod .m_menu .dep2 > ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
#header .m_menu_modal .mod .m_menu .dep2 > ul > li {
  width: calc((100% - 60px) / 4);
}
#header .m_menu_modal .mod .m_menu .dep2 > ul > li .t2 {
  font-size: 20px;
  color: #666;
  line-height: 150%;
}

@media (max-width: 1440px) {
  #header .m_menu_modal.act {
    right: 0;
  }
}
@media (max-width: 620px) {
  #header .m_menu_modal .mod .mod_hd {
    height: 60px;
    padding: 0 20px;
  }
  #header .m_menu_modal .mod .mod_body {
    height: calc(100% - 60px);
  }
  #header .m_menu_modal .mod .m_menu_logo {
    width: 134px;
  }
  #header .m_menu_modal .mod .close_btn {
    width: 25px;
    height: 25px;
  }
  #header .m_menu_modal .mod .call_info {
    flex-direction: column;
  }
  #header .m_menu_modal .mod .call_info .item {
    gap: 0 10px;
    height: 40px;
  }
  #header .m_menu_modal .mod .call_info .item .tit {
    font-size: 12px;
  }
  #header .m_menu_modal .mod .call_info .item .tit::before {
    width: 15px;
    height: 15px;
    margin: 0 5px 2px 0;
  }
  #header .m_menu_modal .mod .call_info .item .num {
    font-size: 14px;
  }
  #header .m_menu_modal .mod .mod_ovy {
    height: calc(100% - 80px);
  }
  #header .m_menu_modal .mod .m_menu > ul > li .t1 {
    height: 60px;
    padding: 0 40px 0 20px;
    font-size: 18px;
  }
  #header .m_menu_modal .mod .m_menu > ul > li .t1.arrow_ico::after {
    right: 20px;
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
  }
  #header .m_menu_modal .mod .m_menu .dep2 {
    display: none;
    padding: 30px 40px;
  }
  #header .m_menu_modal .mod .m_menu .dep2 > ul {
    gap: 10px;
  }
  #header .m_menu_modal .mod .m_menu .dep2 > ul > li {
    width: calc(50% - 5px);
  }
  #header .m_menu_modal .mod .m_menu .dep2 > ul > li .t2 {
    font-size: 18px;
  }
}
.quick_menu {
  z-index: 30;
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  flex-direction: column;
  gap: 8px 0;
}
.quick_menu .menu {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.quick_menu .menu > ul {
  overflow-y: auto;
  max-height: calc(100vh - 230px);
}
.quick_menu .menu > ul > li + li {
  border-top: 1px solid #ddd;
}
.quick_menu .menu .item .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  width: 75px;
  height: 80px;
  text-align: center;
}
.quick_menu .menu .item .btn::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.quick_menu .menu .item .btn .tit {
  font-size: 14px;
  font-weight: bold;
  line-height: 150%;
}
.quick_menu .menu .item.consult_item .btn::before {
  background-image: url(/src/img/ico/quickmenu_consult.svg);
}
.quick_menu .menu .item.call_item .btn::before {
  background-image: url(/src/img/ico/quickmenu_call.svg);
}
.quick_menu .menu .item.home_item {
  display: none;
}
.quick_menu .menu .item.home_item .btn::before {
  background-image: url(/src/img/ico/quickmenu_home.svg);
}
.quick_menu .menu .item.kakao_item .btn::before {
  background-image: url(/src/img/ico/quickmenu_kakao.svg);
}
.quick_menu .menu .item.blog_item .btn::before {
  background-image: url(/src/img/ico/quickmenu_blog.svg);
}
.quick_menu .top_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 10px;
  text-align: center;
  background-color: #D47000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.quick_menu .top_btn::before {
  content: "";
  display: block;
  width: 13px;
  height: 19px;
  margin-bottom: 5px;
  background-image: url(/src/img/ico/quickmenu_top.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.quick_menu .top_btn .tit {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 150%;
}

@media screen and (max-width: 1860px) {
  .quick_menu {
    right: 15px;
  }
  .quick_menu .menu .item .btn {
    width: 60px;
    height: 70px;
  }
  .quick_menu .menu .item .btn::before {
    width: 25px;
    height: 25px;
    margin-bottom: 3px;
  }
  .quick_menu .menu .item .btn .tit {
    font-size: 12px;
  }
  .quick_menu .top_btn {
    width: 60px;
    height: 60px;
  }
  .quick_menu .top_btn::before {
    margin-bottom: 3px;
  }
  .quick_menu .top_btn .tit {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .quick_menu {
    position: static;
    transform: translateY(0);
    display: unset;
  }
  .quick_menu .menu {
    z-index: 30;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .quick_menu .menu > ul {
    display: flex;
  }
  .quick_menu .menu > ul > li + li {
    border-top: 0;
    border-left: 1px solid #eee;
  }
  .quick_menu .menu .item {
    width: 100%;
  }
  .quick_menu .menu .item .btn {
    width: 100%;
  }
  .quick_menu .menu .item.home_item {
    display: block;
  }
  .quick_menu .top_btn {
    z-index: 30;
    position: fixed;
    bottom: 95px;
    right: 15px;
  }
}
@media (max-width: 620px) {
  .quick_menu .menu {
    border-radius: 5px 5px 0 0;
  }
  .quick_menu .menu .item .btn {
    height: 60px;
  }
  .quick_menu .menu .item .btn::before {
    width: 20px;
    height: 20px;
  }
  .quick_menu .menu .item .btn .tit {
    font-size: 11px;
  }
  .quick_menu .top_btn {
    bottom: 75px;
    right: 10px;
    width: 45px;
    height: 45px;
    border-radius: 4px;
  }
  .quick_menu .top_btn::before {
    width: 10px;
    height: 15px;
  }
  .quick_menu .top_btn .tit {
    font-size: 11px;
  }
}
.deny_email_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
}
.deny_email_modal .mod {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  width: 90%;
  max-width: 660px;
  border: 1px solid #333;
  background-color: #fff;
}
.deny_email_modal .mod .close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-image: url(/src/img/ico/modal_close.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.deny_email_modal .mod .mod_ovy {
  overflow-y: auto;
  max-height: 80vh;
}
.deny_email_modal .mod .mod_inner {
  padding: 50px;
}
.deny_email_modal .mod .mod_tit {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.deny_email_modal .mod .mod_cont {
  text-align: center;
}
.deny_email_modal .mod .mod_cont::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin: 0 auto 30px;
  background-color: #002A4B;
}
.deny_email_modal .mod .mod_cont .t1 {
  font-size: 20px;
}
.deny_email_modal.act {
  display: block;
}

@media (max-width: 620px) {
  .deny_email_modal .mod .close_btn {
    top: 5px;
    right: 5px;
  }
  .deny_email_modal .mod .mod_inner {
    padding: 25px;
  }
  .deny_email_modal .mod .mod_tit {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .deny_email_modal .mod .mod_cont::before {
    width: 20px;
    margin-bottom: 15px;
  }
  .deny_email_modal .mod .mod_cont .t1 {
    font-size: 18px;
  }
}
.main_page section {
  height: 100vh;
  padding-top: 100px;
}
.main_page #footer {
  margin-top: 0;
}
.main_page .main_tit_line {
  margin-bottom: 35px;
}
.main_page .main_cate {
  font-size: 18px;
  color: #D47000;
}
.main_page .main_cate + .main_tit {
  margin-top: 10px;
}
.main_page .main_tit {
  font-size: 50px;
  font-weight: bold;
  color: #000;
  line-height: 130%;
}
.main_page .main_more_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 60px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 50rem;
  font-size: 20px;
  text-align: left;
  color: #666;
}
.main_page .main_more_btn::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 15px;
  background-image: url(/src/img/ico/main_more.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.main_page .main_more_btn.trp_type {
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
}
.main_page .main_more_btn.trp_type::after {
  background-image: url(/src/img/ico/main_more_white.svg);
}

@media (hover: hover) {
  .main_page .main_more_btn:hover {
    border: 1px solid #D47000;
    color: #fff;
    background-color: #D47000;
  }
  .main_page .main_more_btn:hover::after {
    background-image: url(/src/img/ico/main_more_white.svg);
  }
}
@media (min-width: 1440px) and (max-height: 700px) {
  .main_page section {
    height: auto;
    padding-top: 0;
  }
}
@media (max-width: 1440px) {
  .main_page section {
    height: auto;
    padding-top: 0;
  }
}
@media (max-width: 620px) {
  .main_page .main_tit_line {
    margin-bottom: 25px;
  }
  .main_page .main_cate {
    font-size: 14px;
  }
  .main_page .main_cate + .main_tit {
    margin-top: 5px;
  }
  .main_page .main_tit {
    font-size: 25px;
  }
  .main_page .main_more_btn {
    width: 150px;
    height: 50px;
    font-size: 16px;
  }
  .main_page .main_more_btn::after {
    margin-left: 10px;
  }
}
.main_page .main_nav {
  z-index: 10;
  position: fixed;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  display: none;
}
.main_page .main_nav > ul > li .btn {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.main_page .main_nav > ul > li .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
}
.main_page .main_nav > ul > li + li {
  margin-top: 25px;
}
.main_page .main_nav > ul > li.act .btn {
  border: 1px solid #fff;
}
.main_page .main_nav > ul > li.act .btn::before {
  background-color: #fff;
}
.main_page .main_nav.black_type > ul > li .btn::before {
  background-color: #ddd;
}
.main_page .main_nav.black_type > ul > li.act .btn {
  border: 1px solid #666;
}
.main_page .main_nav.black_type > ul > li.act .btn::before {
  background-color: #666;
}
.main_page .main_nav.act {
  display: block;
}

@media (min-width: 1440px) and (max-height: 700px) {
  .main_page .main_nav.act {
    display: none;
  }
}
@media (max-width: 1800px) {
  .main_page .main_nav {
    left: 10px;
  }
}
@media (max-width: 1440px) {
  .main_page .main_nav.act {
    display: none;
  }
}
.main_page .visual_sect {
  position: relative;
  padding-top: 0;
}
.main_page .visual_sect .main_slide {
  height: 100%;
}
.main_page .visual_sect .main_slide .main_mask {
  overflow: hidden;
  height: 100%;
}
.main_page .visual_sect .main_slide .main_mask .item {
  position: relative;
}
.main_page .visual_sect .main_slide .main_mask .item .bg {
  overflow: hidden;
  display: block;
  height: 100%;
}
.main_page .visual_sect .main_slide .main_mask .item .bg > img {
  transition: transform 5s;
  transform: scale(1.3);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main_page .visual_sect .main_slide .main_mask .item .txt {
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 100px 0;
  text-align: center;
}
.main_page .visual_sect .main_slide .main_mask .item .txt .t1 {
  font-family: "SUIT";
  font-size: 80px;
  color: #fff;
  font-weight: bold;
  line-height: 120%;
}
.main_page .visual_sect .main_slide .main_mask .item .txt .t1 + .t2 {
  margin-top: 40px;
}
.main_page .visual_sect .main_slide .main_mask .item .txt .t2 {
  font-size: 36px;
  color: #fff;
}
.main_page .visual_sect .main_slide .main_mask .item.swiper-slide-active .bg > img {
  transform: scale(1);
}
.main_page .visual_sect .scroll_down {
  z-index: 5;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.main_page .visual_sect .scroll_down::before {
  content: "";
  display: block;
  width: 3px;
  height: 80px;
  margin: 0 auto 15px;
  background-image: url(/src/img/mainvisual_scrolldown.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.main_page .visual_sect .scroll_down .txt {
  opacity: 0.8;
  font-size: 16px;
  color: #fff;
}

@media (min-width: 1440px) and (max-height: 700px) {
  .main_page .visual_sect .main_slide {
    height: auto;
  }
  .main_page .visual_sect .main_slide .main_mask {
    height: 970px;
  }
  .main_page .visual_sect .scroll_down {
    bottom: 60px;
  }
}
@media (max-width: 1440px) {
  .main_page .visual_sect .main_slide {
    height: auto;
  }
  .main_page .visual_sect .main_slide .main_mask {
    height: 970px;
  }
  .main_page .visual_sect .scroll_down {
    bottom: 60px;
  }
}
@media (max-width: 620px) {
  .main_page .visual_sect .main_slide .main_mask {
    aspect-ratio: 720/1200;
    height: auto;
  }
  .main_page .visual_sect .main_slide .main_mask .item .txt {
    padding: 60px 0;
  }
  .main_page .visual_sect .main_slide .main_mask .item .txt .t1 {
    font-size: 40px;
  }
  .main_page .visual_sect .main_slide .main_mask .item .txt .t1 + .t2 {
    margin-top: 20px;
  }
  .main_page .visual_sect .main_slide .main_mask .item .txt .t2 {
    font-size: 20px;
  }
  .main_page .visual_sect .scroll_down {
    bottom: 30px;
  }
  .main_page .visual_sect .scroll_down::before {
    margin-bottom: 10px;
    width: 2px;
    height: 60px;
  }
  .main_page .visual_sect .scroll_down .txt {
    font-size: 14px;
  }
}
.main_page .business_sect {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(/src/img/mainbusiness_bg.png);
  background-repeat: no-repeat;
  background-position: 15px calc(100% + 70px);
}
.main_page .business_sect .inner {
  display: flex;
  align-items: start;
  gap: 0 60px;
}
.main_page .business_sect .inner > .l_cont {
  width: 100%;
  padding-top: 100px;
}
.main_page .business_sect .inner > .r_cont {
  flex-shrink: 0;
  width: 890px;
}
.main_page .business_sect .main_tit_line {
  margin-bottom: 80px;
}
.main_page .business_sect .main_business_list {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}
.main_page .business_sect .main_business_list > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 1px 0 0 1px;
}
.main_page .business_sect .main_business_list > ul > li {
  width: calc(25% + 1px);
  margin: -1px 0 0 -1px;
  border: 1px solid #eee;
}
.main_page .business_sect .main_business_list .item {
  overflow: hidden;
  position: relative;
  display: block;
  min-height: 224px;
  height: 100%;
}
.main_page .business_sect .main_business_list .item .hover_bg {
  opacity: 0;
  transform: scale(1.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.main_page .business_sect .main_business_list .item .item_inner {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
  text-align: center;
}
.main_page .business_sect .main_business_list .item .item_inner .ico {
  flex-shrink: 0;
  display: block;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.main_page .business_sect .main_business_list .item .item_inner .txt .cate {
  font-size: 14px;
  color: #ccc;
  line-height: 130%;
}
.main_page .business_sect .main_business_list .item .item_inner .txt .cate + .tit {
  margin-top: 5px;
}
.main_page .business_sect .main_business_list .item .item_inner .txt .tit {
  font-size: 22px;
  color: #000;
  line-height: 130%;
}
.main_page .business_sect .main_business_list .item .item_inner .hover_arrow_ico {
  margin-top: 20px;
  display: none;
  width: 20px;
  height: 12px;
  background-image: url(/src/img/ico/mainbusiness_list_hover_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.main_page .business_sect .main_business_list .item.item1 .hover_bg {
  background-image: url(/src/img/mainbusiness_list_bg1.jpg);
}
.main_page .business_sect .main_business_list .item.item2 .hover_bg {
  background-image: url(/src/img/mainbusiness_list_bg2.jpg);
}
.main_page .business_sect .main_business_list .item.item3 .hover_bg {
  background-image: url(/src/img/mainbusiness_list_bg3.jpg);
}
.main_page .business_sect .main_business_list .item.item4 .hover_bg {
  background-image: url(/src/img/mainbusiness_list_bg4.jpg);
}
.main_page .business_sect .main_business_list .item.item5 .hover_bg {
  background-image: url(/src/img/mainbusiness_list_bg5.jpg);
}
.main_page .business_sect .main_business_list .item.item6 .hover_bg {
  background-image: url(/src/img/mainbusiness_list_bg6.jpg);
}
.main_page .business_sect .main_business_list .item.item7 .hover_bg {
  background-image: url(/src/img/mainbusiness_list_bg7.jpg);
}
.main_page .business_sect .main_business_list .item.item8 .hover_bg {
  background-image: url(/src/img/mainbusiness_list_bg8.jpg);
}
.main_page .business_sect .main_business_list .item.item9 .hover_bg {
  background-image: url(/src/img/mainbusiness_list_bg9.jpg);
}
.main_page .business_sect .main_business_list .item.item10 .hover_bg {
  background-image: url(/src/img/mainbusiness_list_bg10.jpg);
}
.main_page .business_sect .main_business_list .item.item11 .hover_bg {
  background-image: url(/src/img/mainbusiness_list_bg11.jpg);
}
.main_page .business_sect .main_business_list .item.item12 .hover_bg {
  background-image: url(/src/img/mainbusiness_list_bg12.jpg);
}

@media (hover: hover) {
  .main_page .business_sect .main_business_list .item:hover .hover_bg {
    transition: opacity 0.5s, transform 0.5s;
    opacity: 1;
    transform: scale(1);
  }
  .main_page .business_sect .main_business_list .item:hover .item_inner .ico {
    display: none;
  }
  .main_page .business_sect .main_business_list .item:hover .item_inner .txt .cate {
    color: #fff;
  }
  .main_page .business_sect .main_business_list .item:hover .item_inner .txt .tit {
    color: #fff;
    font-weight: bold;
  }
  .main_page .business_sect .main_business_list .item:hover .item_inner .hover_arrow_ico {
    display: block;
  }
}
@media (min-width: 1440px) and (max-height: 800px) {
  .main_page .business_sect .main_business_list .item {
    min-height: 180px;
  }
  .main_page .business_sect .main_business_list .item .item_inner .ico {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1440px) and (max-height: 700px) {
  .main_page .business_sect {
    display: block;
    padding: 100px 0;
  }
}
@media screen and (max-width: 1640px) {
  .main_page .business_sect .inner > .l_cont {
    padding-top: 60px;
  }
  .main_page .business_sect .inner > .r_cont {
    width: 800px;
  }
}
@media (max-width: 1440px) {
  .main_page .business_sect {
    display: block;
    padding: 100px 0;
  }
  .main_page .business_sect .inner {
    flex-direction: column;
    gap: 60px 0;
    align-items: center;
  }
  .main_page .business_sect .inner > .l_cont {
    padding-top: 0;
    text-align: center;
  }
  .main_page .business_sect .inner > .r_cont {
    width: 100%;
    max-width: 890px;
  }
  .main_page .business_sect .main_tit_line {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .main_page .business_sect {
    background-size: calc(100% - 30px) auto;
    background-position: center calc(100% + 70px);
  }
  .main_page .business_sect .main_business_list > ul > li {
    width: calc(33.3333% + 1px);
  }
}
@media (max-width: 620px) {
  .main_page .business_sect {
    padding: 50px 0;
    background-size: calc(100% - 20px);
    background-position: center calc(100% + 40px);
  }
  .main_page .business_sect .inner {
    gap: 30px 0;
  }
  .main_page .business_sect .main_tit_line {
    margin-bottom: 30px;
  }
  .main_page .business_sect .main_business_list .item {
    min-height: 140px;
  }
  .main_page .business_sect .main_business_list .item .item_inner {
    padding: 10px;
  }
  .main_page .business_sect .main_business_list .item .item_inner .ico {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  .main_page .business_sect .main_business_list .item .item_inner .txt .cate {
    display: none;
  }
  .main_page .business_sect .main_business_list .item .item_inner .txt .tit {
    font-size: 18px;
  }
  .main_page .business_sect .main_business_list .item .item_inner .hover_arrow_ico {
    margin-top: 10px;
    width: 16px;
    height: 10px;
  }
}
.main_page .notice_sect {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(/src/img/mainnotice_bg.jpg);
  background-size: cover;
  background-position: center center;
}
.main_page .notice_sect .main_tit {
  color: #fff;
}
.main_page .notice_sect .main_tit_line {
  display: flex;
  gap: 0 60px;
  align-items: flex-end;
  justify-content: space-between;
}
.main_page .notice_sect .main_tit_line > .r_cont {
  margin-left: auto;
}
.main_page .notice_sect .main_news_list > ul {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.main_page .notice_sect .main_news_list > ul > li {
  width: calc((100% - 75px) / 4);
}

@media (min-width: 1440px) and (max-height: 800px) {
  .main_page .notice_sect .main_news_list > ul {
    gap: 20px;
  }
  .main_page .notice_sect .main_news_list > ul > li {
    width: calc((100% - 60px) / 4);
  }
  .main_page .notice_sect .gall_item {
    min-height: 200px;
    padding: 25px;
  }
  .main_page .notice_sect .gall_item .tit {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    white-space: nowrap;
  }
  .main_page .notice_sect .gall_item .tit + .desc {
    margin-top: 10px;
  }
  .main_page .notice_sect .gall_item .b_line {
    padding-top: 15px;
  }
}
@media (min-width: 1440px) and (max-height: 700px) {
  .main_page .notice_sect {
    display: block;
    padding: 100px 0;
  }
}
@media (max-width: 1440px) {
  .main_page .notice_sect {
    display: block;
    padding: 100px 0;
  }
  .main_page .notice_sect .inner {
    width: 100%;
  }
  .main_page .notice_sect .main_tit_line {
    flex-direction: column;
    gap: 60px 0;
    margin-bottom: 60px;
    text-align: center;
    padding: 0 5%;
  }
  .main_page .notice_sect .main_tit_line > .l_cont {
    width: 100%;
  }
  .main_page .notice_sect .main_tit_line > .r_cont {
    width: 100%;
    margin-left: 0;
  }
  .main_page .notice_sect .main_news_list {
    overflow-x: scroll;
    padding: 0 5%;
  }
  .main_page .notice_sect .main_news_list > ul {
    width: 1640px;
  }
}
@media (max-width: 620px) {
  .main_page .notice_sect {
    padding: 50px 0;
  }
  .main_page .notice_sect .main_tit_line {
    gap: 30px 0;
    margin-bottom: 30px;
  }
  .main_page .notice_sect .main_news_list > ul {
    gap: 15px;
    width: 1165px;
  }
  .main_page .notice_sect .main_news_list > ul > li {
    width: calc((100% - 45px) / 4);
  }
}
.main_page .direction_sect {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #002A4B;
  background-image: url(/src/img/maindirection_bg.png);
  background-repeat: no-repeat;
  background-position: right 135px;
}
.main_page .direction_sect .main_tit {
  color: #fff;
}
.main_page .direction_sect .main_tit_line {
  text-align: center;
}
.main_page .direction_sect .map_box {
  height: 55vh;
}
.main_page .direction_sect .map_box + .map_desc {
  margin-top: 30px;
}
.main_page .direction_sect .map_desc {
  display: flex;
  gap: 0 30px;
  justify-content: space-between;
}
.main_page .direction_sect .map_desc dl {
  display: flex;
  align-items: start;
  gap: 0 15px;
}
.main_page .direction_sect .map_desc dl dt {
  flex-shrink: 0;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
.main_page .direction_sect .map_desc dl dt::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-top: -4px;
  margin-right: 10px;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.main_page .direction_sect .map_desc dl dt::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  margin: -4px 0 0 15px;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.2);
}
.main_page .direction_sect .map_desc dl dd {
  font-size: 20px;
  color: #fff;
}
.main_page .direction_sect .map_desc dl.addr_item dt::before {
  background-image: url(/src/img/ico/maindirection_desc_addr.svg);
}
.main_page .direction_sect .map_desc dl.call_item dt::before {
  background-image: url(/src/img/ico/maindirection_desc_call.svg);
}
.main_page .direction_sect .map_desc dl.subway_item dt::before {
  background-image: url(/src/img/ico/maindirection_desc_subway.svg);
}
.main_page .direction_sect .map_desc dl.bus_item dt::before {
  background-image: url(/src/img/ico/maindirection_desc_bus.svg);
}

@media (min-width: 1440px) and (max-height: 800px) {
  .main_page .direction_sect .map_box {
    height: 50vh;
  }
  .main_page .direction_sect .map_box + .map_desc {
    margin-top: 20px;
  }
}
@media (min-width: 1440px) and (max-height: 700px) {
  .main_page .direction_sect {
    display: block;
    padding: 100px 0;
  }
  .main_page .direction_sect .map_box {
    height: 500px;
  }
}
@media screen and (max-width: 1640px) {
  .main_page .direction_sect .map_desc {
    gap: 0 20px;
  }
  .main_page .direction_sect .map_desc dl {
    gap: 0 10px;
  }
  .main_page .direction_sect .map_desc dl dt {
    font-size: 20px;
  }
  .main_page .direction_sect .map_desc dl dt::before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .main_page .direction_sect .map_desc dl dt::after {
    display: none;
  }
}
@media (max-width: 1440px) {
  .main_page .direction_sect {
    display: block;
    padding: 100px 0;
    background-position: right 35px;
  }
  .main_page .direction_sect .map_box {
    height: 500px;
  }
  .main_page .direction_sect .map_desc {
    justify-content: start;
    flex-wrap: wrap;
    gap: 10px 30px;
  }
}
@media (max-width: 620px) {
  .main_page .direction_sect {
    padding: 50px 0;
    background-size: 95% auto;
    background-position: right 25px;
  }
  .main_page .direction_sect .map_box {
    height: 280px;
  }
  .main_page .direction_sect .map_box + .map_desc {
    margin-top: 15px;
  }
  .main_page .direction_sect .map_desc {
    gap: 10px 15px;
  }
  .main_page .direction_sect .map_desc dl {
    gap: 0 10px;
  }
  .main_page .direction_sect .map_desc dl dt {
    font-size: 18px;
  }
  .main_page .direction_sect .map_desc dl dd {
    font-size: 18px;
  }
}
.main_page .main_foot {
  height: auto;
  padding-top: 0;
}

.s_top {
  margin-bottom: 100px;
}

@media (max-width: 620px) {
  .s_top {
    margin-bottom: 50px;
  }
}
.sub_visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 650px;
  padding-top: 100px;
  text-align: center;
  background-size: cover;
  background-position: center center;
}
.sub_visual .txt .cate {
  font-size: 24px;
  color: #fff;
  letter-spacing: 2px;
}
.sub_visual .txt .cate + .tit {
  margin-top: 10px;
}
.sub_visual .txt .tit {
  font-size: 70px;
  font-weight: bold;
  color: #fff;
  line-height: 130%;
}
.sub_visual .txt .tit + .sub_path {
  margin-top: 40px;
}
.sub_visual.sub1 {
  background-image: url(/src/img/subvisual_sub1_bg.jpg);
}
.sub_visual.sub2 {
  background-image: url(/src/img/subvisual_sub2_bg.jpg);
}
.sub_visual.sub3 {
  background-image: url(/src/img/subvisual_sub3_bg.jpg);
}
.sub_visual.sub4 {
  background-image: url(/src/img/subvisual_sub4_bg.jpg);
}
.sub_visual.sub5 {
  background-image: url(/src/img/subvisual_sub5_bg.jpg);
}

@media (max-width: 620px) {
  .sub_visual {
    height: 400px;
    padding-top: 60px;
  }
  .sub_visual .txt .cate {
    font-size: 18px;
  }
  .sub_visual .txt .cate + .tit {
    margin-top: 5px;
  }
  .sub_visual .txt .tit {
    font-size: 35px;
  }
  .sub_visual .txt .tit + .sub_path {
    margin-top: 20px;
  }
}
.sub_path {
  display: inline-flex;
  align-items: center;
}
.sub_path > span {
  font-size: 20px;
}
.sub_path > span::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  margin: 0 15px 2px;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.sub_path .home_ico {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 620px) {
  .sub_path > span {
    font-size: 18px;
  }
  .sub_path > span::after {
    margin: 0 10px 2px;
    width: 6px;
    height: 9px;
  }
  .sub_path .home_ico {
    width: 21px;
    height: 21px;
  }
}
.sub_visual .sub_path > span {
  color: #fff;
}
.sub_visual .sub_path > span::after {
  background-image: url(/src/img/ico/subpath_arrow_white.svg);
}
.sub_visual .sub_path > span:last-child::after {
  display: none;
}
.sub_visual .sub_path .home_ico {
  background-image: url(/src/img/ico/subpath_home_white.svg);
}

.sub_tit {
  font-size: 50px;
  font-weight: bold;
  color: #000;
  line-height: 140%;
}
.sub_tit.bar_type {
  position: relative;
  padding-left: 30px;
}
.sub_tit.bar_type::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 5px;
  height: 40px;
  background-color: #002A4B;
}

.sub_tit_line {
  margin-bottom: 40px;
}

@media (max-width: 620px) {
  .sub_tit {
    font-size: 25px;
  }
  .sub_tit.bar_type {
    padding-left: 15px;
  }
  .sub_tit.bar_type::before {
    top: 6px;
    width: 3px;
    height: 20px;
  }
  .sub_tit_line {
    margin-bottom: 20px;
  }
}
.company_greeting .top_intro .img + .txt {
  margin-top: 60px;
}
.company_greeting .top_intro .txt {
  display: flex;
  gap: 0 60px;
  align-items: start;
}
.company_greeting .top_intro .txt .l_cont {
  flex-shrink: 0;
  position: relative;
  width: 540px;
  padding-left: 28px;
}
.company_greeting .top_intro .txt .l_cont::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: calc(100% - 20px);
  background-color: #002A4B;
}
.company_greeting .top_intro .txt .l_cont .tit {
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.company_greeting .top_intro .txt .l_cont .tit b {
  color: #002A4B;
}
.company_greeting .top_intro .txt .r_cont {
  width: 100%;
}
.company_greeting .top_intro .txt .r_cont .desc {
  font-size: 22px;
  color: #000;
}
.company_greeting .top_intro .txt .r_cont .desc + .desc {
  margin-top: 15px;
}

@media (max-width: 1800px) {
  .company_greeting .top_intro .txt .l_cont {
    width: 440px;
  }
}
@media (max-width: 1240px) {
  .company_greeting .top_intro .txt {
    flex-direction: column;
    gap: 40px 0;
  }
  .company_greeting .top_intro .txt .l_cont {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .company_greeting .top_intro .img + .txt {
    margin-top: 30px;
  }
  .company_greeting .top_intro .txt {
    gap: 20px 0;
  }
  .company_greeting .top_intro .txt .l_cont {
    padding-left: 20px;
  }
  .company_greeting .top_intro .txt .l_cont::before {
    height: calc(100% - 15px);
  }
  .company_greeting .top_intro .txt .l_cont .tit {
    font-size: 25px;
  }
  .company_greeting .top_intro .txt .r_cont .desc {
    font-size: 18px;
  }
  .company_greeting .top_intro .txt .r_cont .desc + .desc {
    margin-top: 10px;
  }
}
.company_direction .map_box {
  height: 650px;
}

@media (max-width: 1240px) {
  .company_direction .map_box {
    height: 400px;
  }
}
.company_direction .map_desc .addr_txt {
  display: flex;
  gap: 0 15px;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}
.company_direction .map_desc .addr_txt::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 41px;
  height: 41px;
  background-image: url(/src/img/ico/companydirection_mapdesc_addr.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.company_direction .map_desc .addr_txt .t {
  font-size: 35px;
  font-weight: bold;
  color: #002A4B;
  line-height: 150%;
}
.company_direction .map_desc .desc_box {
  margin-top: 70px;
}
.company_direction .map_desc .desc_box > ul {
  display: flex;
  flex-wrap: wrap;
}
.company_direction .map_desc .desc_box > ul > li {
  width: 100%;
}
.company_direction .map_desc .desc_box .item {
  display: flex;
  flex-direction: column;
  min-height: 380px;
  padding: 40px;
  border: 1px solid #eee;
  background-color: rgba(0, 42, 75, 0.03);
}
.company_direction .map_desc .desc_box .item .tit {
  font-size: 26px;
  font-weight: bold;
  color: #002A4B;
}
.company_direction .map_desc .desc_box .item .tit + .desc {
  margin-top: 20px;
}
.company_direction .map_desc .desc_box .item .desc {
  font-size: 22px;
}
.company_direction .map_desc .desc_box .item .ico {
  margin-top: auto;
  padding-top: 40px;
  text-align: right;
}
.company_direction .map_desc .desc_box .item .ico::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 45px auto;
}
.company_direction .map_desc .desc_box .item.call_item .ico::before {
  background-image: url(/src/img/ico/companydirection_mapdesc_call.svg);
}
.company_direction .map_desc .desc_box .item.email_item .desc {
  word-break: break-all;
}
.company_direction .map_desc .desc_box .item.email_item .ico::before {
  background-image: url(/src/img/ico/companydirection_mapdesc_email.svg);
}
.company_direction .map_desc .desc_box .item.subway_item .ico::before {
  background-image: url(/src/img/ico/companydirection_mapdesc_subway.svg);
}
.company_direction .map_desc .desc_box .item.bus_item .ico::before {
  background-image: url(/src/img/ico/companydirection_mapdesc_bus.svg);
}
.company_direction .map_desc .desc_box.lng4 > ul {
  gap: 40px;
}
.company_direction .map_desc .desc_box.lng4 > ul > li {
  width: calc((100% - 120px) / 4);
}

@media (max-width: 1240px) {
  .company_direction .map_desc .desc_box .item {
    min-height: 300px;
    padding: 30px;
  }
  .company_direction .map_desc .desc_box .item .tit + .desc {
    margin-top: 10px;
  }
  .company_direction .map_desc .desc_box .item .ico::before {
    width: 60px;
    height: 60px;
    background-size: 30px auto;
  }
  .company_direction .map_desc .desc_box.lng4 > ul {
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
  }
  .company_direction .map_desc .desc_box.lng4 > ul > li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 620px) {
  .company_direction .map_desc .addr_txt {
    gap: 0 10px;
    margin-top: 35px;
  }
  .company_direction .map_desc .addr_txt::before {
    width: 21px;
    height: 21px;
  }
  .company_direction .map_desc .addr_txt .t {
    font-size: 20px;
  }
  .company_direction .map_desc .desc_box {
    margin-top: 35px;
  }
  .company_direction .map_desc .desc_box .item {
    min-height: 200px;
    padding: 20px;
  }
  .company_direction .map_desc .desc_box .item .tit {
    font-size: 20px;
  }
  .company_direction .map_desc .desc_box .item .desc {
    font-size: 18px;
  }
  .company_direction .map_desc .desc_box .item .ico {
    padding-top: 20px;
  }
  .company_direction .map_desc .desc_box.lng4 > ul {
    gap: 10px;
  }
  .company_direction .map_desc .desc_box.lng4 > ul > li {
    width: calc(50% - 5px);
  }
}
.member_list > ul {
  display: flex;
  flex-wrap: wrap;
}
.member_list.lng4 > ul {
  gap: 20px;
}
.member_list.lng4 > ul > li {
  width: calc((100% - 60px) / 4);
}

@media (max-width: 1440px) {
  .member_list.lng4 > ul > li {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 991px) {
  .member_list.lng4 > ul {
    gap: 10px;
  }
  .member_list.lng4 > ul > li {
    width: calc(50% - 5px);
  }
}
@media (max-width: 620px) {
  .member_list.lng4 > ul > li {
    width: 100%;
  }
}
.member_item {
  position: relative;
  display: block;
}
.member_item .img {
  overflow: hidden;
}
.member_item .img > img {
  transition: transform 0.3s;
  width: 100%;
}
.member_item .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 20px;
  background-color: rgba(0, 0, 0, 0.6);
}
.member_item .txt .tit {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.member_item .txt .tit .s {
  line-height: 150%;
  font-size: 22px;
  font-weight: normal;
}

@media (hover: hover) {
  .member_item:hover .img > img {
    transform: scale(1.1);
  }
}
@media (max-width: 620px) {
  .member_item .txt {
    padding: 15px 10px;
  }
  .member_item .txt .tit {
    font-size: 20px;
  }
  .member_item .txt .tit .s {
    font-size: 18px;
  }
}
.member_view .top_info {
  display: flex;
  gap: 0 140px;
  align-items: start;
}
.member_view .top_info .info_l {
  flex-shrink: 0;
  width: 660px;
}
.member_view .top_info .info_r {
  width: 100%;
}
.member_view .top_info .thumb_img > img {
  width: 100%;
}
.member_view .top_info .tit_line {
  margin-bottom: 30px;
}
.member_view .top_info .tit_line .cate_img {
  margin-bottom: 20px;
  font-size: 0;
}
.member_view .top_info .tit_line .tit {
  font-size: 50px;
  font-weight: bold;
  color: #000;
}
.member_view .top_info .tit_line .tit .s {
  font-size: 30px;
  font-weight: normal;
}
.member_view .top_info .in_cont {
  margin-top: 60px;
}
.member_view .top_info .in_tit_line {
  margin-bottom: 30px;
}
.member_view .top_info .in_tit_line .in_tit {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.member_view .top_info .v_info_list {
  padding: 40px 50px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fafafa;
}
.member_view .top_info .v_info_list .tit {
  position: relative;
  padding-left: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #002A4B;
}
.member_view .top_info .v_info_list .tit::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #002A4B;
}
.member_view .top_info .v_info_list .tit + .desc {
  margin-top: 20px;
}
.member_view .top_info .v_info_list .desc {
  font-size: 22px;
}
.member_view .top_info .v_certi_list > ul {
  display: flex;
  flex-wrap: wrap;
}
.member_view .top_info .v_certi_list > ul > li {
  width: 100%;
}
.member_view .top_info .v_certi_list .img {
  border: 1px solid #eee;
}
.member_view .top_info .v_certi_list .img > img {
  width: 100%;
}
.member_view .top_info .v_certi_list.lng4 > ul {
  gap: 25px;
}
.member_view .top_info .v_certi_list.lng4 > ul > li {
  width: calc((100% - 75px) / 4);
}
.member_view .nav_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.member_view .nav_wrap .btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.member_view .nav_wrap .btns .btn.bg_style {
  color: #fff;
  background-color: #D47000;
}

@media (max-width: 1800px) {
  .member_view .top_info {
    gap: 0 100px;
  }
  .member_view .top_info .info_l {
    width: 560px;
  }
}
@media (max-width: 1440px) {
  .member_view .top_info {
    gap: 0 70px;
  }
  .member_view .top_info .info_l {
    width: 400px;
  }
}
@media (max-width: 1240px) {
  .member_view .top_info {
    flex-direction: column;
    gap: 70px 0;
  }
  .member_view .top_info .info_l {
    width: 100%;
  }
  .member_view .top_info .thumb_img {
    max-width: 660px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .member_view .top_info .v_certi_list.lng4 > ul > li {
    width: calc((100% - 50px) / 3);
  }
}
@media (max-width: 620px) {
  .member_view .top_info {
    gap: 35px 0;
  }
  .member_view .top_info .tit_line {
    margin-bottom: 15px;
  }
  .member_view .top_info .tit_line .cate_img {
    margin-bottom: 10px;
  }
  .member_view .top_info .tit_line .cate_img > img {
    height: 10px;
  }
  .member_view .top_info .tit_line .tit {
    font-size: 25px;
  }
  .member_view .top_info .tit_line .tit .s {
    font-size: 20px;
  }
  .member_view .top_info .in_cont {
    margin-top: 30px;
  }
  .member_view .top_info .in_tit_line {
    margin-bottom: 15px;
  }
  .member_view .top_info .in_tit_line .in_tit {
    font-size: 20px;
  }
  .member_view .top_info .v_info_list {
    padding: 25px 20px;
  }
  .member_view .top_info .v_info_list .tit {
    padding-left: 15px;
    font-size: 20px;
  }
  .member_view .top_info .v_info_list .tit::before {
    top: 13px;
    width: 4px;
    height: 4px;
  }
  .member_view .top_info .v_info_list .tit + .desc {
    margin-top: 10px;
  }
  .member_view .top_info .v_info_list .desc {
    font-size: 18px;
  }
  .member_view .top_info .v_certi_list.lng4 > ul {
    gap: 15px;
  }
  .member_view .top_info .v_certi_list.lng4 > ul > li {
    width: calc((100% - 15px) / 2);
  }
  .member_view .nav_wrap {
    margin-top: 15px;
  }
  .member_view .nav_wrap .btns .btn {
    width: 120px;
    height: 50px;
    font-size: 18px;
  }
}
.business_list > ul {
  display: flex;
  flex-wrap: wrap;
}
.business_list > ul > li {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.business_list.lng3 > ul {
  gap: 0 55px;
}
.business_list.lng3 > ul > li {
  width: calc((100% - 110px) / 3);
}
.business_list.lng3 > ul > li:nth-child(1), .business_list.lng3 > ul > li:nth-child(2), .business_list.lng3 > ul > li:nth-child(3) {
  border-top: 3px solid #002A4B;
}
.business_list .item {
  display: flex;
  align-items: center;
  gap: 0 40px;
  width: 100%;
  padding: 30px 20px;
}
.business_list .item .ico {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.business_list .item .txt {
  position: relative;
  width: 100%;
  min-height: 70px;
  padding-right: 30px;
}
.business_list .item .txt .cate {
  font-size: 18px;
  color: #ccc;
}
.business_list .item .txt .cate + .tit {
  margin-top: 5px;
}
.business_list .item .txt .tit {
  font-size: 26px;
}
.business_list .item .txt::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url(/src/img/ico/businesslist_more.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (hover: hover) {
  .business_list .item:hover .txt .cate {
    color: #002A4B;
  }
  .business_list .item:hover .txt .tit {
    color: #002A4B;
    font-weight: bold;
  }
  .business_list .item:hover .txt::after {
    background-image: url(/src/img/ico/businesslist_more_act.svg);
  }
  .business_list .item1:hover .business_ico1 {
    background-image: url(/src/img/ico/business_ico1_act.svg);
  }
  .business_list .item2:hover .business_ico2 {
    background-image: url(/src/img/ico/business_ico2_act.svg);
  }
  .business_list .item3:hover .business_ico3 {
    background-image: url(/src/img/ico/business_ico3_act.svg);
  }
  .business_list .item4:hover .business_ico4 {
    background-image: url(/src/img/ico/business_ico4_act.svg);
  }
  .business_list .item5:hover .business_ico5 {
    background-image: url(/src/img/ico/business_ico5_act.svg);
  }
  .business_list .item6:hover .business_ico6 {
    background-image: url(/src/img/ico/business_ico6_act.svg);
  }
  .business_list .item7:hover .business_ico7 {
    background-image: url(/src/img/ico/business_ico7_act.svg);
  }
  .business_list .item8:hover .business_ico8 {
    background-image: url(/src/img/ico/business_ico8_act.svg);
  }
  .business_list .item9:hover .business_ico9 {
    background-image: url(/src/img/ico/business_ico9_act.svg);
  }
  .business_list .item10:hover .business_ico10 {
    background-image: url(/src/img/ico/business_ico10_act.svg);
  }
  .business_list .item11:hover .business_ico11 {
    background-image: url(/src/img/ico/business_ico11_act.svg);
  }
  .business_list .item12:hover .business_ico12 {
    background-image: url(/src/img/ico/business_ico12_act.svg);
  }
}
@media (max-width: 1440px) {
  .business_list.lng3 > ul {
    gap: 0 40px;
  }
  .business_list.lng3 > ul > li {
    width: calc((100% - 80px) / 3);
  }
  .business_list .item {
    gap: 0 20px;
  }
  .business_list .item .ico {
    width: 60px;
    height: 60px;
  }
  .business_list .item .txt {
    min-height: 60px;
  }
}
@media (max-width: 1240px) {
  .business_list.lng3 > ul > li {
    width: calc(50% - 20px);
  }
  .business_list.lng3 > ul > li:nth-child(3) {
    border-top: 0;
  }
}
@media (max-width: 991px) {
  .business_list.lng3 > ul {
    gap: 0;
  }
  .business_list.lng3 > ul > li {
    width: 100%;
  }
  .business_list.lng3 > ul > li:nth-child(2) {
    border-top: 0;
  }
}
@media (max-width: 620px) {
  .business_list .item {
    gap: 0 10px;
    padding: 20px 10px;
  }
  .business_list .item .ico {
    width: 50px;
    height: 50px;
  }
  .business_list .item .txt {
    min-height: 50px;
    padding-right: 20px;
  }
  .business_list .item .txt .cate {
    font-size: 14px;
  }
  .business_list .item .txt .cate + .tit {
    margin-top: 0;
  }
  .business_list .item .txt .tit {
    font-size: 20px;
  }
  .business_list .item .txt::after {
    width: 20px;
    height: 20px;
  }
}
.business_view .top_info .img > img {
  width: 100%;
}
.business_view .top_info .txt {
  padding: 40px 35px;
  border: 1px solid #ddd;
  background-color: #F8F8F8;
}
.business_view .top_info .txt .desc {
  font-size: 22px;
}
.business_view .top_info .txt .desc + .desc {
  margin-top: 30px;
}
.business_view .nav_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.business_view .nav_wrap .btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.business_view .nav_wrap .btns .btn.bg_style {
  color: #fff;
  background-color: #D47000;
}

@media (max-width: 620px) {
  .business_view .top_info .txt {
    padding: 20px 15px;
  }
  .business_view .top_info .txt .desc {
    font-size: 18px;
  }
  .business_view .top_info .txt .desc + .desc {
    margin-top: 15px;
  }
  .business_view .nav_wrap {
    margin-top: 30px;
  }
  .business_view .nav_wrap .btns .btn {
    width: 120px;
    height: 50px;
    font-size: 18px;
  }
}
.board_sch {
  display: flex;
  gap: 10px;
  width: 710px;
}
.board_sch .sch_sel {
  flex-shrink: 0;
  width: 200px;
  height: 60px;
  padding: 0 40px 0 20px;
  font-size: 20px;
  color: #333;
  background-image: url(/src/img/ico/boardsch_sel_init.svg);
  background-size: 20px auto;
  background-position: calc(100% - 20px) center;
}
.board_sch .inp_box {
  display: flex;
  width: 100%;
  height: 60px;
  border: 1px solid #ddd;
}
.board_sch .inp_box .sch_inp {
  border: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 20px;
}
.board_sch .inp_box .sch_inp::placeholder {
  color: #999;
}
.board_sch .inp_box .s_btn {
  flex-shrink: 0;
  width: 50px;
  height: 100%;
  background-image: url(/src/img/ico/boardsch_sbm.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

@media (max-width: 1240px) {
  .board_sch {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .board_sch {
    gap: 5px;
    flex-direction: column;
  }
  .board_sch .sch_sel {
    width: 100%;
    height: 50px;
    padding: 0 30px 0 15px;
    font-size: 18px;
    background-size: 15px auto;
    background-position: calc(100% - 15px) center;
  }
  .board_sch .inp_box {
    height: 50px;
  }
  .board_sch .inp_box .sch_inp {
    padding: 0 15px;
    font-size: 18px;
  }
  .board_sch .inp_box .s_btn {
    width: 40px;
    background-size: 25px auto;
  }
}
.board_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 60px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.board_btns .btn.line_style {
  border: 1px solid #002A4B;
  color: #002A4B;
}

@media (max-width: 620px) {
  .board_btns .btn {
    width: 120px;
    height: 50px;
    font-size: 18px;
  }
}
.board_top_sch {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 60px;
}

@media (max-width: 1240px) {
  .board_top_sch {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (max-width: 620px) {
  .board_top_sch {
    gap: 5px;
    margin-bottom: 30px;
  }
}
.board_list_bg {
  padding: 60px 0 140px;
  background-color: #fafafa;
}

@media (max-width: 620px) {
  .board_list_bg {
    padding: 30px 0 75px;
  }
}
.gall_list > ul {
  display: flex;
  flex-wrap: wrap;
}
.gall_list > ul > li {
  width: 100%;
}
.gall_list > ul > li .gall_item {
  height: 100%;
}
.gall_list.lng4 > ul {
  gap: 25px;
}
.gall_list.lng4 > ul > li {
  width: calc((100% - 75px) / 4);
}

@media screen and (max-width: 1540px) {
  .gall_list.lng4 > ul > li {
    width: calc((100% - 50px) / 3);
  }
}
@media screen and (max-width: 1240px) {
  .gall_list.lng4 > ul > li {
    width: calc((100% - 25px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .gall_list.lng4 > ul > li {
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .gall_list.lng4 > ul {
    gap: 15px;
  }
}
.gall_item {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 260px;
  padding: 30px 35px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.gall_item .tit {
  font-size: 24px;
  font-weight: bold;
}
.gall_item .tit + .desc {
  margin-top: 15px;
}
.gall_item .desc {
  font-size: 18px;
  color: #666;
}
.gall_item .info_line {
  font-size: 0;
}
.gall_item .info_line .t1 {
  font-size: 18px;
  color: #666;
  line-height: 150%;
}
.gall_item .b_line {
  position: relative;
  min-height: 20px;
  margin-top: auto;
  padding: 30px 20px 0 0;
}
.gall_item .b_line::after {
  content: "";
  transition: transform 0.3s, opacity 0.3s;
  transform: translateX(-10px);
  position: absolute;
  right: 0;
  bottom: 4px;
  opacity: 0;
  width: 20px;
  height: 20px;
  background-image: url(/src/img/ico/gallitem_more_act.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (hover: hover) {
  .gall_item:hover .tit {
    color: #D47000;
  }
  .gall_item:hover .info_line .t1 {
    color: #D47000;
  }
  .gall_item:hover .b_line::after {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (max-width: 620px) {
  .gall_item {
    min-height: 186px;
    padding: 20px 25px;
  }
  .gall_item .tit {
    font-size: 18px;
  }
  .gall_item .tit + .desc {
    margin-top: 10px;
  }
  .gall_item .desc {
    font-size: 14px;
  }
  .gall_item .info_line {
    font-size: 0;
  }
  .gall_item .info_line .t1 {
    font-size: 14px;
  }
  .gall_item .b_line {
    min-height: 15px;
    padding: 20px 15px 0 0;
  }
  .gall_item .b_line::after {
    bottom: 2px;
    width: 15px;
    height: 15px;
  }
}
.board_list {
  border-top: 1px solid #000;
}
.board_list .state_ico {
  font-weight: bold;
}
.board_list .state_ico.s0_ico {
  color: #999;
}
.board_list .state_ico.s1_ico {
  color: #D47000;
}
.board_list > table tr {
  border-bottom: 1px solid #ddd;
}
.board_list > table thead th {
  height: 75px;
  padding: 10px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background-color: #fafafa;
}
.board_list > table thead th.num_th {
  width: 100px;
}
.board_list > table thead th.cate_th {
  width: 150px;
}
.board_list > table thead th.info_th {
  width: 150px;
}
.board_list > table tbody td {
  height: 75px;
  padding: 10px;
  font-size: 20px;
  text-align: center;
}
.board_list > table tbody td.tit_td {
  text-align: left;
}
.board_list > table tbody td .tit {
  font-size: 20px;
}
.board_list > table tbody td .tit > a, .board_list > table tbody td .tit > button {
  display: inline-block;
  width: auto;
  max-width: 100%;
  vertical-align: top;
  font-size: inherit;
}
.board_list > table tbody td .lock_tit::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
  vertical-align: middle;
  background-image: url(/src/img/ico/boardlist_lock.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.board_list > table tbody td .lock_tit > a, .board_list > table tbody td .lock_tit > button {
  max-width: calc(100% - 24px);
}
.board_list > table tbody td .info_line {
  font-size: 0;
}
.board_list > table tbody td .info_line .t1 {
  font-size: 20px;
  color: #666;
  line-height: 150%;
}
.board_list > table tbody td .info_line .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  margin: 0 20px 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;
}

@media screen and (max-width: 1540px) {
  .board_list > table thead th.num_th {
    width: 80px;
  }
  .board_list > table thead th.cate_th {
    width: 130px;
  }
  .board_list > table thead th.info_th {
    width: 130px;
  }
}
@media (max-width: 1240px) {
  .board_list > table thead {
    display: none;
  }
  .board_list > table tbody tr {
    display: block;
  }
  .board_list > table tbody td {
    display: none;
    height: auto;
    padding: 20px 0;
    text-align: left;
  }
  .board_list > table tbody td.tit_td {
    display: block;
  }
  .board_list > table tbody td .tit + .info_line {
    margin-top: 5px;
  }
  .board_list > table tbody td .info_line.m_type {
    display: block;
  }
}
@media (max-width: 620px) {
  .board_list > table tbody td .tit {
    font-size: 18px;
  }
  .board_list > table tbody td .lock_tit::before {
    width: 15px;
    height: 15px;
    margin-bottom: 2px;
  }
  .board_list > table tbody td .lock_tit > a, .board_list > table tbody td .lock_tit > button {
    max-width: calc(100% - 20px);
  }
  .board_list > table tbody td .info_line .t1 {
    font-size: 18px;
  }
  .board_list > table tbody td .info_line .t1::after {
    height: 10px;
    margin: 0 10px 2px;
  }
}
.board_view {
  border-top: 1px solid #000;
}
.board_view .state_ico.s1_ico {
  color: #D47000;
}
.board_view .sun-editor-editable {
  padding: 0;background-color: transparent;
}
.board_view .tit_wrap {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.board_view .tit_wrap .tit {
  font-size: 26px;
  font-weight: bold;
}
.board_view .tit_wrap .tit + .info_line {
  margin-top: 15px;
}
.board_view .tit_wrap .info_line {
  font-size: 0;
}
.board_view .tit_wrap .info_line .t1 {
  font-size: 20px;
  color: #666;
  line-height: 150%;
}
.board_view .tit_wrap .info_line .t1 .t {
  padding-right: 15px;
  font-weight: bold;
}
.board_view .tit_wrap .info_line .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  margin: 0 20px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.board_view .tit_wrap .info_line .t1:last-child::after {
  display: none;
}
.board_view .cont_wrap {
  padding: 60px 0;
  border-bottom: 1px solid #ddd;
}
.board_view .cont_wrap .txt {
  font-size: 20px;
}
.board_view .file_wrap {
  margin-top: 60px;
  border: 1px solid #ddd;
}
.board_view .file_wrap > table tbody th {
  width: 190px;
  padding: 25px 30px;
  border-right: 1px solid #ddd;
  font-size: 18px;
  color: #000;
  text-align: center;
  background-color: #fafafa;
}
.board_view .file_wrap > table tbody th::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
  background-image: url(/src/img/ico/boardview_file.svg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.board_view .file_wrap > table tbody td {
  padding: 25px 30px;
  font-size: 18px;
}
.board_view .file_wrap > table tbody td .t1 {
  font-size: 18px;
}
.board_view .file_wrap > table tbody td .t1 > a {
  vertical-align: top;
}
.board_view .file_wrap > table tbody td .t1 + .t1 {
  margin-top: 10px;
}
.board_view .answer_wrap {
  margin-top: 40px;
  padding: 40px 50px;
  background-color: #fafafa;
}
.board_view .answer_wrap .tit {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.board_view .answer_wrap .tit + .txt {
  margin-top: 20px;
}
.board_view .answer_wrap .txt {
  font-size: 18px;
}
.board_view .nav_wrap {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
  margin-top: 60px;
}
.board_view .nav_wrap .btns {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
}
.board_view .nav_wrap .btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.board_view .nav_wrap .btns .btn.bg_style {
  color: #fff;
  background-color: #D47000;
}
.board_view .nav_wrap .arrow_btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  width: calc(50% - 120px);
  min-height: 60px;
}
.board_view .nav_wrap .arrow_btn .t1 {
  font-size: 20px;
  font-weight: bold;
  color: #666;
}
.board_view .nav_wrap .arrow_btn .t2 {
  font-size: 18px;
}
.board_view .nav_wrap .arrow_btn.prev {
  padding-left: 80px;
}
.board_view .nav_wrap .arrow_btn.prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  background-image: url(/src/img/ico/boardview_nav_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.board_view .nav_wrap .arrow_btn.next {
  margin-left: auto;
  padding-right: 80px;
  text-align: right;
}
.board_view .nav_wrap .arrow_btn.next::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scaleX(-1);
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  background-image: url(/src/img/ico/boardview_nav_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.board_view .nav_wrap .arrow_btn.none .t2 {
  color: #999;
}

@media (max-width: 1240px) {
  .board_view .tit_wrap .info_line .t1{font-size: 18px;}
  .board_view .tit_wrap .info_line .t1::after{height: 10px;margin: 0 10px 2px;}
  .board_view .tit_wrap .info_line .t1 .t{padding-right: 10px;}
  .board_view .answer_wrap {
    padding: 40px;
  }
  .board_view .nav_wrap .arrow_btn {
    width: 60px;
  }
  .board_view .nav_wrap .arrow_btn .t1 {
    display: none;
  }
  .board_view .nav_wrap .arrow_btn .t2 {
    display: none;
  }
  .board_view .nav_wrap .arrow_btn.prev {
    padding-left: 0;
  }
  .board_view .nav_wrap .arrow_btn.prev::before {
    position: static;
    transform: translateY(0);
    display: block;
  }
  .board_view .nav_wrap .arrow_btn.next {
    padding-right: 0;
  }
  .board_view .nav_wrap .arrow_btn.next::after {
    position: static;
    transform: translateY(0) scaleX(-1);
    display: block;
  }
  .board_view .nav_wrap .arrow_btn.none {
    display: none;
  }
}
@media (max-width: 620px) {
  .board_view .tit_wrap {
    padding: 15px 0;
  }
  .board_view .tit_wrap .tit {
    font-size: 20px;
    text-align: left;
  }
  .board_view .tit_wrap .tit + .info_line {
    margin-top: 5px;
  }
  .board_view .tit_wrap .info_line{display: flex;gap: 0 10px;flex-wrap: wrap;}
  .board_view .tit_wrap .info_line .t1 {
    font-size: 14px;
  }
  .board_view .tit_wrap .info_line .t1 .t {
    padding-right: 5px;
  }
  .board_view .tit_wrap .info_line .t1::after {
    display: none;
  }
  .board_view .cont_wrap {
    padding: 30px 0;
  }
  .board_view .cont_wrap .txt {
    font-size: 18px;
  }
  .board_view .file_wrap {
    margin-top: 30px;
  }
  .board_view .file_wrap > table tbody th {
    width: 100px;
    padding: 15px;
    font-size: 14px;
  }
  .board_view .file_wrap > table tbody th::before {
    width: 15px;
    height: 15px;
  }
  .board_view .file_wrap > table tbody td {
    padding: 15px;
    font-size: 14px;
  }
  .board_view .file_wrap > table tbody td .t1 {
    font-size: 14px;
  }
  .board_view .file_wrap > table tbody td .t1 + .t1 {
    margin-top: 5px;
  }
  .board_view .answer_wrap {
    margin-top: 20px;
    padding: 25px;
  }
  .board_view .answer_wrap .tit {
    font-size: 18px;
  }
  .board_view .answer_wrap .tit + .txt {
    margin-top: 10px;
  }
  .board_view .answer_wrap .txt {
    font-size: 14px;
  }
  .board_view .nav_wrap {
    min-height: 50px;
    margin-top: 30px;
  }
  .board_view .nav_wrap .btns {
    width: 120px;
  }
  .board_view .nav_wrap .btns .btn {
    height: 50px;
    font-size: 18px;
  }
  .board_view .nav_wrap .arrow_btn {
    width: 50px;
    min-height: 50px;
  }
  .board_view .nav_wrap .arrow_btn .t1 {
    font-size: 18px;
  }
  .board_view .nav_wrap .arrow_btn .t2 {
    font-size: 14px;
  }
  .board_view .nav_wrap .arrow_btn.prev::before {
    width: 50px;
    height: 50px;
    background-size: 15px auto;
  }
  .board_view .nav_wrap .arrow_btn.next::after {
    width: 50px;
    height: 50px;
    background-size: 15px auto;
  }
}
.board_write {
  padding: 25px 0 50px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #eee;
}
.board_write .req_star {
  color: #D47000;
}
.board_write dl {
  display: flex;
  gap: 0 10px;
  align-items: start;
  width: 100%;
}
.board_write dl dt {
  flex-shrink: 0;
  width: 130px;
  padding-top: 15px;
  font-size: 20px;
  font-weight: bold;
}
.board_write dl dd {
  width: 100%;
}
.board_write .line {
  display: flex;
  gap: 0 100px;
}
.board_write .line + .line {
  margin-top: 20px;
}

@media (max-width: 1440px) {
  .board_write dl dt {
    width: 100px;
  }
  .board_write .line {
    gap: 0 40px;
  }
}
@media (max-width: 1240px) {
  .board_write .line {
    flex-direction: column;
    gap: 20px 0;
  }
}
@media (max-width: 620px) {
  .board_write {
    padding: 20px 0 40px;
  }
  .board_write dl {
    flex-direction: column;
    gap: 5px 0;
  }
  .board_write dl dt {
    width: 100%;
    padding-top: 0;
    font-size: 18px;
  }
}
.agree_wrap {
  margin-top: 50px;
}
.agree_wrap .agree_tit {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
}
.agree_wrap .agree_txt {
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  height: 300px;
  padding: 25px 30px;
  border: 3px solid #eee;
  background-color: #fafafa;
}
.agree_wrap .agree_txt .box_txt pre {
  font-size: 18px;
}
.agree_wrap .agree_txt .txt b {
  display: block;
  font-size: 18px;
  font-weight: 300;
}
.agree_wrap .agree_txt .txt b + pre {
  margin-top: 10px;
}
.agree_wrap .agree_txt .txt pre {
  font-size: 18px;
}
.agree_wrap .agree_line {
  margin-top: 20px;
}

@media (max-width: 620px) {
  .agree_wrap {
    margin-top: 25px;
  }
  .agree_wrap .agree_tit {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .agree_wrap .agree_txt {
    gap: 15px 0;
    height: 150px;
    padding: 15px;
    border: 2px solid #ddd;
  }
  .agree_wrap .agree_txt .box_txt pre {
    font-size: 14px;
  }
  .agree_wrap .agree_txt .txt b {
    font-size: 14px;
  }
  .agree_wrap .agree_txt .txt b + pre {
    margin-top: 5px;
  }
  .agree_wrap .agree_txt .txt pre {
    font-size: 14px;
  }
  .agree_wrap .agree_line {
    margin-top: 10px;
  }
}
.sbm_btns {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  margin-top: 60px;
}
.sbm_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.sbm_btns .btn.bg_style {
  color: #fff;
  background-color: #D47000;
}
.sbm_btns .btn.line_style {
  border: 1px solid #aaa;
  background-color: #fff;
}

@media (max-width: 620px) {
  .sbm_btns {
    gap: 0 5px;
    margin-top: 30px;
  }
  .sbm_btns .btn {
    width: 120px;
    height: 50px;
    font-size: 18px;
  }
}
.pw_page .sub_tit_line {
  text-align: center;
}

.pw_write {
  padding: 60px;
  border: 3px solid #eee;
  text-align: center;
  background-color: #fafafa;
}
.pw_write .tit {
  font-size: 28px;
  font-weight: bold;
}
.pw_write .tit b {
  color: #D47000;
}
.pw_write .tit_line {
  margin-bottom: 20px;
}
.pw_write .inp_cont {
  max-width: 450px;
  margin: 0 auto;
}
.pw_write .sbm_btns {
  margin-top: 45px;
}
.pw_write .sbm_btns .btn {
  width: 120px;
  font-weight: normal;
}
.pw_write .sbm_btns .btn.bg_style {
  background-color: #002A4B;
}

@media (max-width: 620px) {
  .pw_write {
    padding: 30px;
    border: 2px solid #eee;
  }
  .pw_write .tit {
    font-size: 20px;
  }
  .pw_write .tit_line {
    margin-bottom: 10px;
  }
  .pw_write .sbm_btns {
    margin-top: 25px;
  }
  .pw_write .sbm_btns .btn {
    width: 90px;
  }
}
.policy_page .sub_tit_line {
  text-align: center;
}
.policy_page .policy_txt {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
}
.policy_page .policy_txt .box_txt {
  padding: 40px;
  border: 3px solid #eee;
  background-color: #fafafa;
}
.policy_page .policy_txt .box_txt pre {
  font-size: 20px;
}
.policy_page .policy_txt .txt b {
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: 150%;
  color: #002A4B;
}
.policy_page .policy_txt .txt b + pre {
  margin-top: 20px;
}
.policy_page .policy_txt .txt pre {
  font-size: 20px;
}

@media (max-width: 620px) {
  .policy_page .policy_txt {
    gap: 30px 0;
  }
  .policy_page .policy_txt .box_txt {
    padding: 20px;
  }
  .policy_page .policy_txt .box_txt pre {
    font-size: 18px;
  }
  .policy_page .policy_txt .txt b {
    font-size: 20px;
  }
  .policy_page .policy_txt .txt b + pre {
    margin-top: 10px;
  }
  .policy_page .policy_txt .txt pre {
    font-size: 18px;
  }
}
#footer {
  margin-top: 140px;
  background-color: #001526;
}
#footer.mt0 {
  margin-top: 0;
}
#footer .foot_inner {
  display: flex;
  gap: 0 60px;
  padding: 80px 0 100px;
}
#footer .foot_inner > .l_cont {
  width: 100%;
}
#footer .foot_inner > .r_cont {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  margin-left: auto;
  text-align: right;
}
#footer .foot_menu .line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
}
#footer .foot_menu .line .t1 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 150%;
  text-align: left;
}
#footer .foot_menu .line + .line {
  margin-top: 10px;
}
#footer .foot_menu + .foot_addr {
  margin-top: 30px;
}
#footer .foot_addr .line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
#footer .foot_addr .line .t1 {
  font-size: 16px;
  color: #fff;
  line-height: 150%;
  text-align: left;
}
#footer .foot_addr .line + .line {
  margin-top: 10px;
}
#footer .foot_logo {
  display: inline-block;
  width: 232px;
}
#footer .foot_copy {
  display: block;
  line-height: 150%;
  font-size: 16px;
  color: rgba(221, 221, 221, 0.5);
}

@media (max-width: 1240px) {
  #footer .foot_inner {
    flex-direction: column;
    gap: 30px 0;
    text-align: center;
  }
  #footer .foot_inner .r_cont {
    align-items: center;
    justify-content: start;
    margin-left: 0;
    text-align: center;
  }
  #footer .foot_inner .r_cont .foot_logo {
    order: 2;
  }
  #footer .foot_inner .r_cont .foot_copy {
    order: 1;
  }
  #footer .foot_menu .line {
    justify-content: center;
  }
  #footer .foot_menu .line .t1 {
    text-align: center;
  }
  #footer .foot_addr .line {
    justify-content: center;
  }
  #footer .foot_addr .line .t1 {
    text-align: center;
  }
  #footer .foot_copy {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  #footer .foot_inner {
    padding-bottom: 170px;
  }
}
@media (max-width: 620px) {
  #footer {
    margin-top: 70px;
  }
  #footer .foot_inner {
    gap: 20px 0;
    padding: 40px 0 110px;
  }
  #footer .foot_menu .line {
    gap: 5px 15px;
  }
  #footer .foot_menu .line .t1 {
    font-size: 14px;
  }
  #footer .foot_menu .line + .line {
    margin-top: 5px;
  }
  #footer .foot_menu + .foot_addr {
    margin-top: 15px;
  }
  #footer .foot_addr .line {
    gap: 5px 15px;
  }
  #footer .foot_addr .line .t1 {
    font-size: 14px;
  }
  #footer .foot_addr .line + .line {
    margin-top: 5px;
  }
  #footer .foot_logo {
    width: 134px;
  }
  #footer .foot_copy {
    margin-bottom: 30px;
    font-size: 14px;
  }
}

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