.c1 {
  color: #164396 !important;
}

.c2 {
  color: #FF6F00;
}

.c3 {
  color: #333;
}

.c6 {
  color: #666;
}

.c9 {
  color: #999;
}

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

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

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

td, th {
  padding: 0;
  font-family: "nanumsquare";
  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: "nanumsquare";
  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%;
}

input[type=date]{position: relative;padding: 0 40px 0 20px;-webkit-appearance: none;-moz-appearance: none;appearance: none;background-repeat: no-repeat;background-position: calc(100% - 20px) 50%;background-image: url(/src/img/init/date_init_ico.png);-webkit-background-size: 22px auto;background-size: 22px auto;}
input[type=date]::-webkit-calendar-picker-indicator{opacity: 0;cursor: pointer;position: absolute;right: 0;width: 50px;height: 100%;}
input[type=date]::-webkit-date-and-time-value{text-align: left;}
@supports (-webkit-touch-callout: none) {
  input[type="date"]::-webkit-calendar-picker-indicator{display: block;opacity: 1;}
}

input[type=time]{position: relative;padding: 0 40px 0 20px;-webkit-appearance: none;-moz-appearance: none;appearance: none;background-repeat: no-repeat;background-position: calc(100% - 20px) 50%;background-image: url(/src/img/init/time_init_ico.png);-webkit-background-size: 22px auto;background-size: 22px auto;}
input[type=time]::-webkit-calendar-picker-indicator{opacity: 0;cursor: pointer;position: absolute;right: 0;width: 50px;height: 100%;}
input[type=time]::-webkit-date-and-time-value{text-align: left;}
@supports (-webkit-touch-callout: none) {
  input[type="time"]::-webkit-calendar-picker-indicator{display: block;opacity: 1;}
}

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

sup {
  font-size: 0.5%;
}

figure {
  margin: 0;
}

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

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

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

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.dt {
  display: table;
}

.dtr {
  display: table-row;
}

.dtc {
  display: table-cell;
}

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

.dtr {
  width: 100%;
}

.dtc {
  vertical-align: middle;
}

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

.fr {
  float: right;
}

.flul > li {
  float: left;
}

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

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

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

.pb0 {
  padding-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.mt150 {
  margin-top: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.pl150 {
  padding-left: 150px;
}

.pr150 {
  padding-right: 150px;
}

.ml150 {
  margin-left: 150px;
}

.mr150 {
  margin-right: 150px;
}

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

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

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

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

.imgz {
  width: 100%;
}

.cup {
  cursor: pointer;
}

.vam {
  vertical-align: middle;
}

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fz45 {
  font-size: 45px;
}

.fz46 {
  font-size: 46px;
}

.fz50 {
  font-size: 50px;
}

.fz60 {
  font-size: 60px;
}

.fz70 {
  font-size: 70px;
}

.fz75 {
  font-size: 75px;
}

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

@media screen and (max-width: 1000px) {
  .syspop {
    top: 20px !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
    border: none;
  }
  .syspop:after {
    content: "";
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .syspop .wrap {
    position: relative;
    z-index: 100;
    max-width: 95%;
    margin: 0 auto;
    text-align: center;
  }
  .syspop .l-cont {
    height: auto !important;
  }
  .syspop .l-cont img {
    width: 100%;
  }
  .syspop .l-footer {
    position: relative;
    z-index: 10;
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
  }
}
/* page num */
.page_num {
  position: relative;
  margin-top: 60px;
  text-align: center;
  font-size: 0;
}
.page_num a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  color: #999;
  line-height: 30px;
  font-size: 12px;
  -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: #164396;
}
.page_num .page {
  text-indent: -9999px;
}
.page_num .first {
  background: url(/src/img/init/page_first.png) 50% 50% no-repeat;
  background-size: 8px 8px;
}
.page_num .last {
  background: url(/src/img/init/page_last.png) 50% 50% no-repeat;
  background-size: 8px 8px;
}
.page_num .l {
  background: url(/src/img/init/page_left.png) 50% 50% no-repeat;
  background-size: 4px 8px;
}
.page_num .r {
  background: url(/src/img/init/page_right.png) 50% 50% no-repeat;
  background-size: 4px 8px;
}

@media (max-width: 620px) {
  .page_num {
    margin-top: 30px;
  }
}
.container {
  width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .container {
    width: 90%;
  }
}

.w_container {
  width: 1700px;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input.de_inp.sm{height: 45px;padding: 0 20px;}
.de_inp.ss{height: 36px;}
.de_inp.st{height: 30px;}
*/
.de_rdo, .de_cks {
  display: inline-block;
  vertical-align: middle;
}
.de_rdo i, .de_cks i {
  display: inline-block;
  border: 1px solid #999;
  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(22, 67, 150);
  transform: scale(0.5, 0.5) rotate(0.3deg);
  -webkit-transform: scale(0.5, 0.5) rotate(0.3deg);
  transform: scale(0.5, 0.5) rotate(0.3deg);
}
.de_rdo input:disabled ~ i, .de_cks input:disabled ~ i {
  background-color: #eee;
}

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

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

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

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

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

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

.sys_popup.dn {
  display: none;
}

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

@media (max-width: 1240px) {
  .m_body_ovh {
    overflow: hidden;
    touch-action: none;
  }
}
.modal_wrap {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal_wrap .mod {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  border-radius: 5px;
}
.modal_wrap .mod .mod_hd {
  display: flex;
  align-items: center;
  gap: 0 30px;
  height: 50px;
  padding: 0 30px;
  background-color: #0B214A;
}
.modal_wrap .mod .mod_hd .close_btn {
  width: 30px;
  height: 30px;
  background-image: url(/src/img/ico/modal_hd_close.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.modal_wrap .mod .mod_hd .modhd_r_cont {
  flex-shrink: 0;
  margin-left: auto;
}
.modal_wrap .mod .mod_hd .modhd_r_cont .close_btn {
  transform: translateX(calc(50% - 5px));
}
.modal_wrap .mod .mod_body {
  height: calc(80vh - 50px);
  padding: 45px 65px;
  background-color: #fff;
}
.modal_wrap .mod .mod_ovy {
  overflow-y: auto;
}
.modal_wrap.act {
  display: block;
}

@media (max-width: 1240px) {
  .modal_wrap .mod {
    width: 90% !important;
  }
  .modal_wrap .mod .mod_body {
    padding: 50px 40px;
  }
}
@media (max-width: 620px) {
  .modal_wrap .mod .mod_hd {
    gap: 0 20px;
    height: 40px;
    padding: 0 20px;
  }
  .modal_wrap .mod .mod_body {
    height: calc(80vh - 40px);
    padding: 25px 20px;
  }
}
.policy_mod .tit {
  font-size: 28px;
  font-weight: bold;
}
.policy_mod .tit + .txt {
  margin-top: 30px;
}
.policy_mod .txt {
  font-size: 20px;
}
.policy_mod .txt .top_txt {
  font-size: 20px;
}
.policy_mod .txt b {
  display: block;
  font-size: 20px;
}

@media (max-width: 620px) {
  .policy_mod .tit {
    font-size: 18px;
  }
  .policy_mod .tit + .txt {
    margin-top: 15px;
  }
  .policy_mod .txt {
    font-size: 16px;
  }
  .policy_mod .txt .top_txt {
    font-size: 16px;
  }
  .policy_mod .txt b {
    font-size: 16px;
  }
}
.policy_page {
  padding: 100px 0 150px;
}
.policy_page .tit {
  font-size: 45px;
  font-weight: 800;
  text-align: center;
}
.policy_page .tit + .txt {
  margin-top: 50px;
}
.policy_page .txt {
  padding-top: 50px;
  border-top: 1px solid #ccc;
  font-size: 20px;
}
.policy_page .txt .top_txt {
  padding: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 20px;
  background-color: #fafafa;
}
.policy_page .txt b {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 26px;
}

@media (max-width: 620px) {
  .policy_page {
    padding: 50px 0 75px;
  }
  .policy_page .tit {
    font-size: 25px;
  }
  .policy_page .tit + .txt {
    margin-top: 25px;
  }
  .policy_page .txt {
    padding-top: 25px;
    font-size: 16px;
  }
  .policy_page .txt .top_txt {
    padding: 20px;
    font-size: 16px;
  }
  .policy_page .txt b {
    margin-bottom: 5px;
    font-size: 18px;
  }
}

.modal_wrap.img_v_modal .mod{max-width: 780px;}
.modal_wrap.img_v_modal .mod .mod_body{height: 505px;max-height: calc(80vh - 50px);}
.img_mod .img_mod_inner{max-width: 465px;margin: 0 auto;}
.img_mod .img{overflow: hidden;border-radius: 10px;}
.img_mod .img > img{object-fit: cover;width: 100%;height: 100%;}
.img_mod .img+.txt{margin-top: 10px;}
.img_mod .txt .tit{display: flex;align-items: center;justify-content: center;min-height: 60px;padding: 10px;border: 2px solid #164396;border-radius: 10px;font-size: 20px;font-weight: bold;text-align: center;color: #164396;}
@media (max-width: 620px){
  .modal_wrap.img_v_modal .mod .mod_body{height: auto;max-height: calc(80vh - 40px);}
  .img_mod .img{border-radius: 5px;}
  .img_mod .img+.txt{margin-top: 5px;}
  .img_mod .txt .tit{min-height: 40px;padding: 5px;border-radius: 5px;font-size: 16px;}
}


.realtime_reservation {
  background-color: #3F68AD;
}
.realtime_reservation .realtime_inner {
  display: flex;
  gap: 0 60px;
  align-items: center;
  height: 100px;
}
.realtime_reservation .realtime_tit {
  flex-shrink: 0;
  font-size: 32px;
  font-weight: 800;
  color: #FFDDC2;
}
.realtime_reservation .realtime_slide {
  min-width: 0;
  width: 100%;
}
.realtime_reservation .realtime_slide .realtime_mask {
  overflow: hidden;
}
.realtime_reservation .realtime_slide .realtime_mask .swiper-wrapper {
  transition-timing-function: linear;
}
.realtime_reservation .realtime_slide .realtime_mask .item {
  width: auto;
}
.realtime_reservation .realtime_slide .realtime_mask .item .tit {
  display: inline-block;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
}
.realtime_reservation .realtime_slide .realtime_mask .item .tit .cate_ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 37px;
  margin-right: 15px;
  padding: 0 5px;
  border-radius: 3px;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  background-color: #FF6F00;
}

@media (max-width: 1440px) {
  .realtime_reservation .realtime_inner {
    gap: 0 40px;
  }
  .realtime_reservation .realtime_inner.w_container {
    width: 100%;
    padding: 0 20px;
  }
  .realtime_reservation .realtime_tit {
    font-size: 26px;
  }
  .realtime_reservation .realtime_slide .realtime_mask .item .tit {
    font-size: 26px;
  }
  .realtime_reservation .realtime_slide .realtime_mask .item .tit .cate_ico {
    min-width: 50px;
    margin-right: 5px;
    font-size: 20px;
  }
}
@media (max-width: 620px) {
  .realtime_reservation .realtime_inner {
    flex-direction: column;
    gap: 5px 0;
    align-items: start;
    justify-content: center;
    height: 90px;
  }
  .realtime_reservation .realtime_inner.w_container {
    padding: 0 15px;
  }
  .realtime_reservation .realtime_tit {
    flex-shrink: 1;
    font-size: 18px;
  }
  .realtime_reservation .realtime_slide .realtime_mask .item .tit {
    font-size: 18px;
  }
  .realtime_reservation .realtime_slide .realtime_mask .item .tit .cate_ico {
    min-width: 40px;
    height: 30px;
    margin-right: 3px;
    font-size: 16px;
  }
}
.review_thumb .tit_line {
  display: flex;
  align-items: flex-end;
  gap: 0 30px;
  margin-bottom: 60px;
}
.review_thumb .tit_line .r_cont {
  flex-shrink: 0;
  display: flex;
  gap: 0 25px;
  margin-left: auto;
}
.review_thumb .tit_line .tit {
  font-size: 45px;
  font-weight: 800;
  color: #000;
}
.review_thumb .tit_line .tit b {
  color: #164396;
}
.review_thumb .tit_line .tit + .desc {
  margin-top: 30px;
}
.review_thumb .tit_line .desc {
  font-size: 28px;
}
.review_thumb .more_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 210px;
  height: 70px;
  padding: 10px 35px;
  border: 1px solid #bbb;
  border-radius: 50rem;
  font-size: 18px;
  color: #666;
  font-weight: 800;
}
.review_thumb .more_btn::after {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/src/img/ico/reviewthumb_more.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.review_thumb .more_btn:hover {
  border: 1px solid #164396;
  color: #fff;
  background-color: #164396;
}
.review_thumb .more_btn:hover::after {
  background-image: url(/src/img/ico/reviewthumb_more_w.svg);
}

@media (max-width: 1240px) {
  .review_thumb .tit_line {
    flex-direction: column;
    gap: 60px 0;
    align-items: center;
    text-align: center;
  }
  .review_thumb .tit_line .r_cont {
    margin-left: 0;
  }
  .review_thumb .tit_line .r_cont .arrow_btns {
    display: none;
  }
}
@media (max-width: 620px) {
  .review_thumb .tit_line {
    gap: 30px 0;
    margin-bottom: 30px;
  }
  .review_thumb .tit_line .r_cont {
    gap: 0 15px;
  }
  .review_thumb .tit_line .tit {
    font-size: 25px;
  }
  .review_thumb .tit_line .tit + .desc {
    margin-top: 15px;
  }
  .review_thumb .tit_line .desc {
    font-size: 18px;
  }
  .review_thumb .more_btn {
    width: 160px;
    height: 50px;
    padding: 10px 30px;
    font-size: 14px;
  }
  .review_thumb .more_btn::after {
    width: 16px;
    height: 16px;
  }
}
.review_slide .arrow_btns {
  display: flex;
  gap: 0 10px;
}
.review_slide .arrow_btns .arrow_btn {
  display: block;
  width: 70px;
  height: 70px;
  border: 1px solid #BBBBBB;
  border-radius: 50%;
  background-image: url(/src/img/ico/review_slide_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.review_slide .arrow_btns .arrow_btn.next {
  transform: scaleX(-1);
}
.review_slide .arrow_btns .arrow_btn:hover {
  border: 1px solid #164396;
  background-image: url(/src/img/ico/review_slide_arrow_w.svg);
  background-color: #164396;
}
.review_slide .review_mask {
  overflow: hidden;
}
.review_slide .review_mask .swiper-slide {
  height: auto;
}
.review_slide .review_mask .item {
  display: block;
  height: 100%;
  padding: 25px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #F1F1F1;
}
.review_slide .review_mask .item .img {
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 10px;
}
.review_slide .review_mask .item .img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.review_slide .review_mask .item .img + .cate {
  margin-top: 10px;
}
.review_slide .review_mask .item .img + .txt {
  margin-top: 25px;
}
.review_slide .review_mask .item .cate {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  background-color: #164396;
}
.review_slide .review_mask .item .cate + .txt {
  margin-top: 25px;
}
.review_slide .review_mask .item .txt .tit {
  font-size: 24px;
  font-weight: 800;
  color: #151515;
}
.review_slide .review_mask .item .txt .tit.tov2 {
  height: 72px;
}
.review_slide .review_mask .item .txt .tit + .info_line {
  margin-top: 30px;
}
.review_slide .review_mask .item .txt .info_line {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.review_slide .review_mask .item .txt .info_line .t1 {
  font-size: 20px;
}
.review_slide .progress_bar {
  overflow: hidden;
  position: relative;
  margin-top: 45px;
  height: 3px;
  background-color: rgba(200, 200, 200, 0.5);
}
.review_slide .progress_bar .swiper-pagination-progressbar-fill {
  background-color: #999;
}

@media (max-width: 620px) {
  .review_slide .arrow_btns {
    gap: 0 5px;
  }
  .review_slide .arrow_btns .arrow_btn {
    width: 50px;
    height: 50px;
    background-size: 16px auto;
  }
  .review_slide .review_mask .item {
    padding: 15px;
  }
  .review_slide .review_mask .item .img + .cate {
    margin-top: 5px;
  }
  .review_slide .review_mask .item .img + .txt {
    margin-top: 15px;
  }
  .review_slide .review_mask .item .cate {
    min-height: 33px;
    padding: 5px;
    font-size: 16px;
  }
  .review_slide .review_mask .item .cate + .txt {
    margin-top: 15px;
  }
  .review_slide .review_mask .item .txt .tit {
    font-size: 18px;
  }
  .review_slide .review_mask .item .txt .tit.tov2 {
    height: 54px;
  }
  .review_slide .review_mask .item .txt .tit + .info_line {
    margin-top: 15px;
  }
  .review_slide .review_mask .item .txt .info_line {
    gap: 5px 0;
  }
  .review_slide .review_mask .item .txt .info_line .t1 {
    font-size: 16px;
  }
  .review_slide .progress_bar {
    margin-top: 25px;
    height: 3px;
  }
}
#header .hd {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
#header .hd .hd_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 40px;
  height: 110px;
}
#header .hd .hd_logo {
  display: block;
  width: 201px;
}
#header .hd .hd_logo > a {
  display: block;
}
#header .hd .gnb {
  text-align: center;
}
#header .hd .gnb > ul {
  display: flex;
}
#header .hd .gnb > ul > li {
  position: relative;
}
#header .hd .gnb > ul > li .t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  padding: 0 30px;
  font-size: 26px;
  font-weight: 800;
  color: #000;
}
#header .hd .gnb > ul > li:hover .dep2 {
  display: block;
}
#header .hd .gnb .dep2 {
  position: absolute;
  top: calc(100% - 20px);
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 170px;
  padding: 20px 10px;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header .hd .gnb .dep2 > ul > li .t2 {
  position: relative;
  display: inline-block;
  margin-left: -20px;
  padding-left: 20px;
  font-size: 20px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.6);
}
#header .hd .gnb .dep2 > ul > li .t2::before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 14px;
  background-image: url(/src/img/ico/hd_gnb_dep2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#header .hd .gnb .dep2 > ul > li + li {
  margin-top: 10px;
}
#header .hd .gnb .dep2 > ul > li:hover .t2 {
  font-weight: bold;
  color: #164396;
}
#header .hd .gnb .dep2 > ul > li:hover .t2::before {
  transition: opacity 0.3s, top 0.3s;
  opacity: 1;
  top: 8px;
}
#header .hd .hd_r {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
#header .hd .as_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 195px;
  height: 60px;
  border-radius: 50rem;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  background-color: #164396;
}
#header .hd .call_info {
  font-size: 34px;
  font-style: italic;
  color: #164396;
  line-height: 150%;
  font-weight: 800;
}
#header .hd .m_menu_btn {
  display: none;
  width: 40px;
  height: 40px;
  background-image: url(/src/img/ico/hd_m_menu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
#header .hd .m_menu_btn.act {
  background-image: url(/src/img/ico/hd_m_menu_close.svg);
}
#header .hd_fix {
  height: 110px;
}
#header .hd_fix .hd {
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 1740px) {
  #header .hd .hd_inner {
    gap: 0 20px;
  }
  #header .hd .gnb > ul > li .t1 {
    font-size: 22px;
    padding: 0 20px;
  }
  #header .hd .gnb .dep2 > ul > li .t2 {
    font-size: 17px;
  }
  #header .hd .gnb .dep2 > ul > li:hover .t2::before {
    top: 6px;
  }
  #header .hd .hd_r {
    gap: 0 20px;
  }
  #header .hd .as_btn {
    width: 150px;
    height: 50px;
    font-size: 18px;
  }
  #header .hd .call_info {
    font-size: 30px;
  }
}
@media (max-width: 1440px) {
  #header .hd .hd_inner {
    height: 90px;
  }
  #header .hd .hd_inner.w_container {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
  #header .hd .gnb > ul > li .t1 {
    height: 90px;
  }
  #header .hd .hd_logo {
    width: 180px;
  }
  #header .hd .hd_r {
    gap: 0 10px;
  }
  #header .hd .as_btn {
    width: 120px;
    font-size: 16px;
  }
  #header .hd .call_info {
    font-size: 26px;
  }
  #header .hd_fix {
    height: 90px;
  }
}
@media (max-width: 1240px) {
  #header .hd .hd_inner.w_container {
    padding-right: 5%;
    padding-left: 5%;
  }
  #header .hd .gnb {
    display: none;
  }
  #header .hd .hd_r {
    gap: 0 30px;
  }
  #header .hd .call_info {
    display: none;
  }
  #header .hd .m_menu_btn {
    display: block;
  }
}
@media (max-width: 620px) {
  #header .hd .hd_inner {
    height: 65px;
  }
  #header .hd .hd_logo {
    width: 100px;
  }
  #header .hd .hd_r {
    gap: 0 15px;
  }
  #header .hd .as_btn {
    width: 110px;
    height: 40px;
    font-size: 14px;
  }
  #header .hd .m_menu_btn {
    width: 30px;
    height: 30px;
  }
  #header .hd_fix {
    height: 65px;
  }
}
#header .m_gnb_modal {
  z-index: 25;
  transition: top 0.3s;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: calc(100% - 160px);
}
#header .m_gnb_modal .mod {
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#header .m_gnb_modal .mod .menu > ul > li {
  border-bottom: 1px solid #eee;
}
#header .m_gnb_modal .mod .menu > ul > li .t1 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 150px;
  padding: 0 5%;
  font-size: 36px;
  font-weight: 800;
  color: #000;
  line-height: 120%;
  text-align: left;
}
#header .m_gnb_modal .mod .menu > ul > li.act .dep2 {
  display: block;
}
#header .m_gnb_modal .mod .menu .dep2 {
  margin-top: -20px;
  display: none;
  padding: 0 5% 50px;
}
#header .m_gnb_modal .mod .menu .dep2 > ul > li .t2 {
  display: inline-block;
  margin: -5px 0;
  padding: 5px 0;
  font-size: 24px;
  color: #666;
  line-height: 150%;
}
#header .m_gnb_modal .mod .menu .dep2 > ul > li + li {
  margin-top: 30px;
}

@media (max-width: 1240px) {
  #header .m_gnb_modal.act {
    top: 91px;
  }
}
@media (max-width: 620px) {
  #header .m_gnb_modal {
    height: calc(100% - 115px);
  }
  #header .m_gnb_modal .mod .menu > ul > li .t1 {
    height: 80px;
    font-size: 20px;
  }
  #header .m_gnb_modal .mod .menu .dep2 {
    margin-top: -10px;
    padding-bottom: 30px;
  }
  #header .m_gnb_modal .mod .menu .dep2 > ul > li .t2 {
    font-size: 18px;
  }
  #header .m_gnb_modal .mod .menu .dep2 > ul > li + li {
    margin-top: 15px;
  }
  #header .m_gnb_modal.act {
    top: 66px;
  }
}
.r_quick {
  position: fixed;
  bottom: 150px;
  right: 30px;
  z-index: 10;
}
.r_quick > ul > li .btn {
  display: block;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.r_quick > ul > li .btn.kakao_btn {
  background-color: #FFE302;
  background-image: url(/src/img/ico/r_quick_kakao.svg);
}
.r_quick > ul > li .btn.blog_btn {
  background-color: #2DB400;
  background-image: url(/src/img/ico/r_quick_blog.svg);
}
.r_quick > ul > li + li {
  margin-top: 15px;
}

@media screen and (max-width: 1540px) {
  .r_quick {
    bottom: 110px;
  }
}
@media (max-width: 1240px) {
  .r_quick {
    bottom: 90px;
    right: 20px;
  }
  .r_quick > ul > li .btn {
    width: 70px;
    height: 70px;
  }
  .r_quick > ul > li + li {
    margin-top: 10px;
  }
}
@media (max-width: 620px) {
  .r_quick {
    bottom: 60px;
    right: 10px;
  }
  .r_quick > ul > li .btn {
    width: 50px;
    height: 50px;
  }
  .r_quick > ul > li + li {
    margin-top: 5px;
  }
}
.index_wrap .foot_banner .info_box .box.call_box {
  background-color: #164396;
}

.main_page {
  overflow: hidden;
}
.main_page section {
  margin-top: 150px;
}
.main_page section.bg_type {
  padding: 150px 0;
}
.main_page section.bg_type:first-child {
  margin-top: 0;
}
.main_page section.bg_type + .bg_type {
  margin-top: 0;
}
.main_page section:last-child {
  padding-bottom: 150px;
}
.main_page .sky_bg {
  background-color: #F1FAFE;
}
.main_page .gray_bg {
  background-color: #f6f6f6;
}
.main_page .main_tit {
  font-size: 45px;
  font-weight: 800;
  text-align: center;
}
.main_page .main_tit b {
  color: #164396;
}
.main_page .main_tit + .main_desc {
  margin-top: 35px;
}
.main_page .main_desc {
  font-size: 28px;
  text-align: center;
}
.main_page .main_tit_line {
  margin-bottom: 60px;
}
.main_page .main_tit_line.lr_type {
  display: flex;
  align-items: flex-end;
  gap: 0 30px;
}
.main_page .main_tit_line.lr_type .txt {
  text-align: left;
}
.main_page .main_tit_line.lr_type .txt .main_tit {
  text-align: left;
}
.main_page .main_tit_line.lr_type .txt .main_desc {
  text-align: left;
}
.main_page .main_tit_line.lr_type .r_cont {
  margin-left: auto;
}
.main_page .main_more_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 210px;
  height: 70px;
  padding: 10px 35px;
  border: 1px solid #bbb;
  border-radius: 50rem;
  font-size: 18px;
  color: #666;
  font-weight: 800;
  background-color: #fff;
}
.main_page .main_more_btn::after {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  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:hover {
  border: 1px solid #164396;
  color: #fff;
  background-color: #164396;
}
.main_page .main_more_btn:hover::after {
  background-image: url(/src/img/ico/main_more_w.svg);
}

@media (max-width: 1240px) {
  .main_page .main_tit_line.lr_type {
    flex-direction: column;
    gap: 60px 0;
    align-items: center;
    text-align: center;
  }
  .main_page .main_tit_line.lr_type .txt {
    text-align: center;
  }
  .main_page .main_tit_line.lr_type .txt .main_tit {
    text-align: center;
  }
  .main_page .main_tit_line.lr_type .txt .main_desc {
    text-align: center;
  }
  .main_page .main_tit_line.lr_type .r_cont {
    margin-left: 0;
  }
}
@media (max-width: 620px) {
  .main_page section {
    margin-top: 75px;
  }
  .main_page section.bg_type {
    padding: 75px 0;
  }
  .main_page section:last-child {
    padding-bottom: 75px;
  }
  .main_page .main_tit {
    font-size: 25px;
  }
  .main_page .main_tit + .main_desc {
    margin-top: 25px;
  }
  .main_page .main_desc {
    font-size: 18px;
  }
  .main_page .main_tit_line {
    margin-bottom: 30px;
  }
  .main_page .main_tit_line.lr_type {
    gap: 30px 0;
  }
  .main_page .main_tit_line.lr_type .r_cont {
    gap: 0 15px;
  }
  .main_page .main_more_btn {
    width: 160px;
    height: 50px;
    padding: 10px 30px;
    font-size: 14px;
  }
  .main_page .main_more_btn::after {
    width: 16px;
    height: 16px;
  }
}
.main_page .img_desc_list > ul {
  display: flex;
  flex-wrap: wrap;
}
.main_page .img_desc_list > ul > li {
  width: 100%;
}
.main_page .img_desc_list .item .img {
  overflow: hidden;
  border-radius: 10px;
}
.main_page .img_desc_list .item .img > img {
  width: 100%;
}
.main_page .img_desc_list.lng2 > ul {
  gap: 20px;
}
.main_page .img_desc_list.lng2 > ul > li {
  width: calc(50% - 10px);
}

@media (max-width: 1240px) {
  .main_page .img_desc_list.lng2 > ul {
    max-width: 690px;
    margin: 0 auto;
  }
  .main_page .img_desc_list.lng2 > ul > li {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .main_page .img_desc_list.lng2 > ul {
    gap: 10px;
  }
}
@keyframes mainslide_circle {
  0% {
    stroke-dashoffset: 312;
  }
  50% {
    stroke-dashoffset: 152;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.main_page .main_visual_sect {
  margin-top: 0 !important;
  padding: 0 !important;
}
.main_page .main_visual_sect .main_slide {
  position: relative;
}
.main_page .main_visual_sect .main_slide .main_mask {
  overflow: hidden;
}
.main_page .main_visual_sect .main_slide .main_mask .item {
  height: 760px;
}
.main_page .main_visual_sect .main_slide .main_mask .item .bg {
  display: block;
  width: 100%;
  height: 100%;
}
.main_page .main_visual_sect .main_slide .main_mask .item .bg > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main_page .main_visual_sect .main_slide .main_mask .item .txt {
  position: absolute;
  top: calc(50% - 55px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_page .main_visual_sect .main_slide .main_mask .item .txt .cate {
  opacity: 0;
  font-size: 18px;
  font-weight: 800;
  color: #B8E4FA;
  letter-spacing: 2px;
}
.main_page .main_visual_sect .main_slide .main_mask .item .txt .cate + .tit, .main_page .main_visual_sect .main_slide .main_mask .item .txt .cate + .desc {
  margin-top: 30px;
}
.main_page .main_visual_sect .main_slide .main_mask .item .txt .tit {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 70, 0);
  font-size: 75px;
  font-weight: 800;
  color: #fff;
  line-height: 130%;
}
.main_page .main_visual_sect .main_slide .main_mask .item .txt .tit + .desc {
  margin-top: 50px;
}
.main_page .main_visual_sect .main_slide .main_mask .item .txt .desc {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, -70, 0);
  font-size: 26px;
  font-weight: 800;
  color: #fff;
}
.main_page .main_visual_sect .main_slide .main_mask .item.swiper-slide-active .txt .cate {
  opacity: 1;
}
.main_page .main_visual_sect .main_slide .main_mask .item.swiper-slide-active .txt .tit {
  transition: opacity 1s, transform 1s;
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.main_page .main_visual_sect .main_slide .main_mask .item.swiper-slide-active .txt .desc {
  transition: opacity 1s, transform 1s;
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.main_page .main_visual_sect .main_slide .slide_control {
  display: flex;
  gap: 0 20px;
  align-items: center;
  z-index: 5;
  position: absolute;
  bottom: 190px;
  left: 50%;
  transform: translateX(-50%);
}
.main_page .main_visual_sect .main_slide .slide_control .arrow_btn {
  flex-shrink: 0;
  opacity: 0.6;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/src/img/ico/mainslide_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.main_page .main_visual_sect .main_slide .slide_control .arrow_btn.next {
  transform: scaleX(-1);
}
.main_page .main_visual_sect .main_slide .slide_control .arrow_btn:hover {
  opacity: 1;
}
.main_page .main_visual_sect .main_slide .slide_control .slide_page {
  display: flex;
  flex-wrap: wrap;
  width: auto;
}
.main_page .main_visual_sect .main_slide .slide_control .slide_page .swiper-pagination-bullet {
  position: relative;
  opacity: 0.6;
  display: inline-block;
  width: 55px;
  height: 55px;
  margin: 0;
  background-color: transparent;
}
.main_page .main_visual_sect .main_slide .slide_control .slide_page .swiper-pagination-bullet .circle_bg {
  display: none;
  width: 100%;
  height: 100%;
}
.main_page .main_visual_sect .main_slide .slide_control .slide_page .swiper-pagination-bullet .circle_bg svg {
  width: 100%;
  height: 100%;
  stroke-linecap: round;
  stroke-width: 3;
  fill: none;
}
.main_page .main_visual_sect .main_slide .slide_control .slide_page .swiper-pagination-bullet .circle_bg svg.bg {
  stroke: rgba(255, 255, 255, 0.3);
}
.main_page .main_visual_sect .main_slide .slide_control .slide_page .swiper-pagination-bullet .circle_bg svg.rotation {
  position: absolute;
  top: 0;
  left: 0;
  stroke: #fff;
}
.main_page .main_visual_sect .main_slide .slide_control .slide_page .swiper-pagination-bullet .circle_bg svg.rotation circle {
  stroke: #fff;
  stroke-dasharray: 312;
  transform: rotate(-90deg) scaleY(-1);
  transform-origin: center;
}
.main_page .main_visual_sect .main_slide .slide_control .slide_page .swiper-pagination-bullet .num {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  text-align: center;
}
.main_page .main_visual_sect .main_slide .slide_control .slide_page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.main_page .main_visual_sect .main_slide .slide_control .slide_page .swiper-pagination-bullet.swiper-pagination-bullet-active .circle_bg {
  display: block;
}
.main_page .main_visual_sect .main_slide .slide_control .slide_page .swiper-pagination-bullet.swiper-pagination-bullet-active .circle_bg svg.rotation circle {
  animation: mainslide_circle 4s linear;
}

@media (max-width: 1240px) {
  .main_page .main_visual_sect .main_slide .main_mask .item .txt {
    text-align: center;
  }
  .main_page .main_visual_sect .main_slide .main_mask .item .txt .cate + .tit, .main_page .main_visual_sect .main_slide .main_mask .item .txt .cate + .desc {
    margin-top: 20px;
  }
  .main_page .main_visual_sect .main_slide .main_mask .item .txt .tit {
    font-size: 60px;
  }
  .main_page .main_visual_sect .main_slide .main_mask .item .txt .tit + .desc {
    margin-top: 40px;
  }
  .main_page .main_visual_sect .main_slide .slide_control {
    justify-content: center;
    bottom: 110px;
  }
  .main_page .main_visual_sect .main_slide .slide_control .slide_page {
    overflow-x: auto;
    overflow-y: hidden;
    display: inline-flex;
    flex-wrap: nowrap;
    max-width: 275px;
  }
  .main_page .main_visual_sect .main_slide .slide_control .slide_page::-webkit-scrollbar {
    height: 0;
  }
  .main_page .main_visual_sect .main_slide .slide_control .slide_page .swiper-pagination-bullet {
    flex-shrink: 0;
  }
}
@media (max-width: 620px) {
  .main_page .main_visual_sect .main_slide .main_mask .item {
    height: 530px;
  }
  .main_page .main_visual_sect .main_slide .main_mask .item .txt {
    top: calc(50% - 45px);
  }
  .main_page .main_visual_sect .main_slide .main_mask .item .txt .cate {
    font-size: 14px;
  }
  .main_page .main_visual_sect .main_slide .main_mask .item .txt .cate + .tit, .main_page .main_visual_sect .main_slide .main_mask .item .txt .cate + .desc {
    margin-top: 15px;
  }
  .main_page .main_visual_sect .main_slide .main_mask .item .txt .tit {
    font-size: 50px;
  }
  .main_page .main_visual_sect .main_slide .main_mask .item .txt .tit + .desc {
    margin-top: 25px;
  }
  .main_page .main_visual_sect .main_slide .main_mask .item .txt .desc {
    font-size: 18px;
  }
  .main_page .main_visual_sect .main_slide .slide_control {
    gap: 0 10px;
    bottom: 60px;
  }
  .main_page .main_visual_sect .main_slide .slide_control .slide_page {
    max-width: 135px;
  }
  .main_page .main_visual_sect .main_slide .slide_control .slide_page .swiper-pagination-bullet {
    width: 45px;
    height: 45px;
  }
  .main_page .main_visual_sect .main_slide .slide_control .slide_page .swiper-pagination-bullet .num {
    font-size: 14px;
  }
}
.main_page section.main_menu_sect {
  margin-top: 0;
  padding: 90px 0;
}
.main_page section.main_menu_sect + section {
  margin-top: 0;
}

@media (max-width: 620px) {
  .main_page section.main_menu_sect {
    padding: 50px 0;
  }
}
.main_page .main_menu_sect .main_menu_list > ul {
  display: flex;
  flex-wrap: wrap;
}
.main_page .main_menu_sect .main_menu_list > ul > li {
  width: 100%;
}
.main_page .main_menu_sect .main_menu_list .item {
  display: block;
  width: 100%;
  text-align: center;
}
.main_page .main_menu_sect .main_menu_list .item .ico {
  transition: transform 0.3s;
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #164396;
  background-size: 65px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.main_page .main_menu_sect .main_menu_list .item .ico.ico1_1 {
  background-image: url(/src/img/ico/mainmenu_ico1_1.svg);
}
.main_page .main_menu_sect .main_menu_list .item .ico.ico1_2 {
  background-image: url(/src/img/ico/mainmenu_ico1_2.svg);
}
.main_page .main_menu_sect .main_menu_list .item .ico.ico1_3 {
  background-image: url(/src/img/ico/mainmenu_ico1_3.svg);
}
.main_page .main_menu_sect .main_menu_list .item .ico.ico1_4 {
  background-image: url(/src/img/ico/mainmenu_ico1_4.svg);
}
.main_page .main_menu_sect .main_menu_list .item .ico + .txt {
  margin-top: 30px;
}
.main_page .main_menu_sect .main_menu_list .item .txt .tit {
  font-size: 22px;
  font-weight: 800;
  color: #000;
}
.main_page .main_menu_sect .main_menu_list .item:hover .ico {
  transform: scale(1.1);
}
.main_page .main_menu_sect .main_menu_list.lng4 > ul {
  gap: 80px 40px;
  max-width: 1100px;
  margin: 0 auto;
}
.main_page .main_menu_sect .main_menu_list.lng4 > ul > li {
  width: calc((100% - 120px) / 4);
}

@media (max-width: 991px) {
  .main_page .main_menu_sect .main_menu_list.lng4 > ul {
    max-width: 600px;
  }
  .main_page .main_menu_sect .main_menu_list.lng4 > ul > li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 620px) {
  .main_page .main_menu_sect .main_menu_list .item .ico {
    width: 110px;
    height: 110px;
    background-size: 45px auto;
  }
  .main_page .main_menu_sect .main_menu_list .item .ico + .txt {
    margin-top: 15px;
  }
  .main_page .main_menu_sect .main_menu_list .item .txt .tit {
    font-size: 16px;
  }
  .main_page .main_menu_sect .main_menu_list.lng4 > ul {
    gap: 40px 20px;
    max-width: 400px;
  }
  .main_page .main_menu_sect .main_menu_list.lng4 > ul > li {
    width: calc(50% - 10px);
  }
}
.main_page .main_cate_sect .main_cate_slide .thumb_mask {
  overflow: hidden;
  width: 730px;
  margin: 0 auto;
}
.main_page .main_cate_sect .main_cate_slide .thumb_mask .item {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 60px;
  padding: 10px 20px;
  border: 1px solid #bbb;
  text-align: center;
  border-radius: 50rem;
  background-color: #fff;
}
.main_page .main_cate_sect .main_cate_slide .thumb_mask .item .tit {
  font-size: 24px;
  line-height: 130%;
}
.main_page .main_cate_sect .main_cate_slide .thumb_mask .item.swiper-slide-thumb-active {
  border: 1px solid #FF6F00;
  background-color: #FF6F00;
}
.main_page .main_cate_sect .main_cate_slide .thumb_mask .item.swiper-slide-thumb-active .tit {
  color: #fff;
  font-weight: 800;
}
.main_page .main_cate_sect .main_cate_slide .thumb_mask .item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ddd;
}
.main_page .main_cate_sect .main_cate_slide .thumb_mask .item:last-child::after {
  display: none;
}
.main_page .main_cate_sect .main_cate_slide .thumb_mask + .cont_mask {
  margin-top: 60px;
}
.main_page .main_cate_sect .main_cate_slide .cont_mask {
  overflow: hidden;
}
.main_page .main_cate_sect .main_cate_slide .cont_mask .item {
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
}
.main_page .main_cate_sect .main_cate_slide .cont_mask .item .img {
  flex-shrink: 0;
  aspect-ratio: 1400/530;
}
.main_page .main_cate_sect .main_cate_slide .cont_mask .item .img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main_page .main_cate_sect .main_cate_slide .cont_mask .item .txt {
  display: flex;
  gap: 0 90px;
  align-items: center;
  height: 100%;
  padding: 35px 40px;
}
.main_page .main_cate_sect .main_cate_slide .cont_mask .item .txt .in_txt {
  width: 100%;
}
.main_page .main_cate_sect .main_cate_slide .cont_mask .item .txt .tit {
  font-size: 26px;
  font-weight: 800;
}
.main_page .main_cate_sect .main_cate_slide .cont_mask .item .txt .tit + .desc {
  margin-top: 15px;
}
.main_page .main_cate_sect .main_cate_slide .cont_mask .item .txt .desc {
  font-size: 20px;
}
.main_page .main_cate_sect .main_cate_slide .cont_mask .item .txt .more_btn {
  flex-shrink: 0;
  display: block;
  width: 70px;
  height: 70px;
  border: 1px solid #bbb;
  border-radius: 50%;
  background-image: url(/src/img/ico/maincate_slide_more.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.main_page .main_cate_sect .main_cate_slide .cont_mask .item .txt .more_btn:hover {
  border: 1px solid #164396;
  background-color: #164396;
  background-image: url(/src/img/ico/maincate_slide_more_w.svg);
}

@media (max-width: 1240px) {
  .main_page .main_cate_sect .main_cate_slide .thumb_mask {
    width: 100%;
  }
  .main_page .main_cate_sect .main_cate_slide .thumb_mask .item .tit {
    font-size: 22px;
  }
  .main_page .main_cate_sect .main_cate_slide .thumb_mask .item::after {
    right: -19px;
  }
  .main_page .main_cate_sect .main_cate_slide .cont_mask .item {
    text-align: center;
  }
  .main_page .main_cate_sect .main_cate_slide .cont_mask .item .txt {
    flex-direction: column;
    gap: 40px 0;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 620px) {
  .main_page .main_cate_sect .main_cate_slide .thumb_mask .item {
    min-height: 40px;
    padding: 10px;
  }
  .main_page .main_cate_sect .main_cate_slide .thumb_mask .item .tit {
    font-size: 18px;
  }
  .main_page .main_cate_sect .main_cate_slide .thumb_mask .item::after {
    right: -13px;
    width: 5px;
    height: 5px;
  }
  .main_page .main_cate_sect .main_cate_slide .thumb_mask + .cont_mask {
    margin-top: 30px;
  }
  .main_page .main_cate_sect .main_cate_slide .cont_mask .item .txt {
    gap: 20px 0;
    padding: 25px 20px;
  }
  .main_page .main_cate_sect .main_cate_slide .cont_mask .item .txt .tit {
    font-size: 18px;
  }
  .main_page .main_cate_sect .main_cate_slide .cont_mask .item .txt .tit + .desc {
    margin-top: 10px;
  }
  .main_page .main_cate_sect .main_cate_slide .cont_mask .item .txt .desc {
    font-size: 16px;
  }
  .main_page .main_cate_sect .main_cate_slide .cont_mask .item .txt .more_btn {
    width: 50px;
    height: 50px;
    background-size: 14px auto;
  }
}
.main_page .main_solution_sect {
  background-image: url(/src/img/mainsolution_bg.jpg);
  background-size: cover;
  background-position: center center;
}
.main_page .main_solution_sect .main_tit {
  color: #fff;
}
.main_page .main_solution_sect .main_tit b {
  color: #FF6F00;
}
.main_page .main_solution_sect .main_desc {
  color: #fff;
}
.main_page .main_solution_sect .main_solution_list > ul {
  display: flex;
  flex-wrap: wrap;
}
.main_page .main_solution_sect .main_solution_list > ul > li {
  width: 100%;
}
.main_page .main_solution_sect .main_solution_list .item {
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 290px;
  border-radius: 10px;
  background-color: #fff;
}
.main_page .main_solution_sect .main_solution_list .item .img {
  flex-shrink: 0;
  width: 290px;
  height: 100%;
}
.main_page .main_solution_sect .main_solution_list .item .img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main_page .main_solution_sect .main_solution_list .item .txt {
  width: 100%;
  padding: 30px;
}
.main_page .main_solution_sect .main_solution_list .item .txt .tit {
  font-size: 24px;
  font-weight: 800;
  color: #000;
}
.main_page .main_solution_sect .main_solution_list .item .txt .tit + .desc {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.main_page .main_solution_sect .main_solution_list .item .txt .desc {
  font-size: 20px;
}
.main_page .main_solution_sect .main_solution_list.lng2 > ul {
  gap: 30px;
}
.main_page .main_solution_sect .main_solution_list.lng2 > ul > li {
  width: calc(50% - 15px);
}

@media (max-width: 1440px) {
  .main_page .main_solution_sect .main_solution_list .item .img {
    width: 200px;
  }
}
@media (max-width: 1240px) {
  .main_page .main_solution_sect .main_solution_list.lng2 > ul {
    max-width: 685px;
    margin: 0 auto;
  }
  .main_page .main_solution_sect .main_solution_list.lng2 > ul > li {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .main_page .main_solution_sect .main_solution_list .item {
    min-height: 180px;
  }
  .main_page .main_solution_sect .main_solution_list .item .img {
    width: 120px;
  }
  .main_page .main_solution_sect .main_solution_list .item .txt {
    padding: 15px;
  }
  .main_page .main_solution_sect .main_solution_list .item .txt .tit {
    font-size: 18px;
  }
  .main_page .main_solution_sect .main_solution_list .item .txt .tit + .desc {
    margin-top: 10px;
    padding-top: 10px;
  }
  .main_page .main_solution_sect .main_solution_list .item .txt .desc {
    font-size: 16px;
  }
  .main_page .main_solution_sect .main_solution_list.lng2 > ul {
    gap: 15px;
  }
}
.main_page .main_midbanner_sect {
  background-image: url(/src/img/main_midbanner_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.main_page .main_midbanner_sect .main_tit_line {
  text-align: center;
}
.main_page .main_midbanner_sect .quot_tit {
  position: relative;
  display: inline-block;
  padding: 0 190px;
}
.main_page .main_midbanner_sect .quot_tit .t {
  position: relative;
  z-index: 1;
}
.main_page .main_midbanner_sect .quot_tit::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 61px;
  height: 48px;
  background-image: url(/src/img/ico/main_midbanner_quot.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.main_page .main_midbanner_sect .quot_tit::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  transform: scaleX(-1);
  width: 61px;
  height: 48px;
  background-image: url(/src/img/ico/main_midbanner_quot.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 1440px) {
  .main_page .main_midbanner_sect {
    background-size: contain;
  }
  .main_page .main_midbanner_sect .quot_tit {
    padding: 0 40px;
  }
  .main_page .main_midbanner_sect .quot_tit::before {
    top: 0;
  }
  .main_page .main_midbanner_sect .quot_tit::after {
    top: 0;
  }
}
@media (max-width: 620px) {
  .main_page .main_midbanner_sect .quot_tit {
    padding: 0 20px;
  }
  .main_page .main_midbanner_sect .quot_tit::before {
    width: 31px;
    height: 24px;
  }
  .main_page .main_midbanner_sect .quot_tit::after {
    width: 34px;
    height: 24px;
  }
}
.main_page .main_sucess_sect .sucess_img {
  overflow-y: hidden;
  height: 320px;
  border-radius: 10px;
}
.main_page .main_sucess_sect .sucess_img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 1240px) {
  .main_page .main_sucess_sect .sucess_img > img {
    object-position: -150px center;
  }
}
@media (max-width: 620px) {
  .main_page .main_sucess_sect .sucess_img {
    height: 280px;
  }
}
.main_page .main_banner_sect {
  background-image: url(/src/img/main_banner_bg.jpg);
  background-size: cover;
  background-position: center center;
}
.main_page .main_banner_sect .main_tit {
  color: #fff;
}
.main_page .main_banner_sect .main_tit b {
  color: #FF6F00;
}
.main_page .main_banner_sect .main_desc {
  color: #fff;
}
.main_page .main_banner_sect .btn_line {
  text-align: center;
}
.main_page .main_banner_sect .more_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 410px;
  height: 80px;
  padding: 10px 35px;
  border-radius: 50rem;
  font-size: 26px;
  font-weight: 800;
  color: #164396;
  text-align: center;
  line-height: 150%;
  background-color: #fff;
}

@media (max-width: 620px) {
  .main_page .main_banner_sect .more_btn {
    min-width: 280px;
    height: 60px;
    padding: 10px 25px;
    font-size: 18px;
  }
}
.sub_visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 450px;
  background-size: cover;
  background-position: center center;
}
.sub_visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(35, 35, 35, 0.85) 35%, rgba(84, 84, 84, 0) 70%);
}
.sub_visual .txt {
  position: relative;
  z-index: 1;
  text-align: center;
}
.sub_visual .txt .tit {
  font-size: 75px;
  font-weight: 800;
  color: #fff;
  line-height: 120%;
}
.sub_visual.sub1 {
  background-image: url(/src/img/sub_visual1.jpg);
}
.sub_visual.sub2 {
  background-image: url(/src/img/sub_visual2.jpg);
}
.sub_visual.sub3 {
  background-image: url(/src/img/sub_visual3.jpg);
}
.sub_visual.sub4 {
  background-image: url(/src/img/sub_visual4.jpg);
}
.sub_visual.sub5_1 {
  background-image: url(/src/img/sub_visual5_1.jpg);
}
.sub_visual.sub5_2 {
  background-image: url(/src/img/sub_visual5_2.jpg);
}
.sub_visual.sub5_3 {
  background-image: url(/src/img/sub_visual5_3.jpg);
}
.sub_visual.sub5_4 {
  background-image: url(/src/img/sub_visual5_4.jpg);
}

@media (max-width: 620px) {
  .sub_visual {
    height: 200px;
  }
  .sub_visual .txt .tit {
    font-size: 50px;
  }
}
.sub_page {
  overflow: hidden;
}
.sub_page section {
  margin-top: 150px;
}
.sub_page section.bg_type {
  padding: 150px 0;
}
.sub_page section.bg_type:first-child {
  margin-top: 0;
}
.sub_page section.bg_type + .bg_type, .sub_page section.bg_type + .s_banner {
  margin-top: 0;
}
.sub_page section.bdt_type {
  padding-top: 150px;
  border-top: 1px solid #ddd;
}
.sub_page section:last-child {
  padding-bottom: 150px;
}
.sub_page .sky_bg {
  background-color: #F1FAFE;
}
.sub_page .gray_bg {
  background-color: #f6f6f6;
}
.sub_page .s_tit {
  font-size: 45px;
  font-weight: 800;
  text-align: center;
}
.sub_page .s_tit b {
  color: #164396;
}
.sub_page .s_tit .s_box_tit {
  margin-top: 10px;
}
.sub_page .s_tit + .s_desc {
  margin-top: 35px;
}
.sub_page .s_box_tit {
  display: inline-block;
  padding: 10px 65px;
  border-radius: 50rem;
  font-size: 45px;
  color: #fff;
  font-weight: 800;
  background-color: #FF6F00;
}
.sub_page .s_desc {
  font-size: 28px;
  text-align: center;
}
.sub_page .s_tit_line {
  margin-bottom: 60px;
}
.sub_page .s_tit_line.lr_type {
  display: flex;
  align-items: flex-end;
  gap: 0 30px;
}
.sub_page .s_tit_line.lr_type .txt {
  text-align: left;
}
.sub_page .s_tit_line.lr_type .txt .s_tit {
  text-align: left;
}
.sub_page .s_tit_line.lr_type .txt .s_desc {
  text-align: left;
}
.sub_page .s_tit_line.lr_type .r_cont {
  margin-left: auto;
}
.sub_page .s_more_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 210px;
  height: 70px;
  padding: 10px 35px;
  border: 1px solid #bbb;
  border-radius: 50rem;
  font-size: 18px;
  color: #666;
  font-weight: 800;
  background-color: #fff;
}
.sub_page .s_more_btn::after {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/src/img/ico/sub_s_more.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.sub_page .s_more_btn:hover {
  border: 1px solid #164396;
  color: #fff;
  background-color: #164396;
}
.sub_page .s_more_btn:hover::after {
  background-image: url(/src/img/ico/sub_s_more_w.svg);
}
.sub_page .s_banner {
  padding: 150px 0;
  background-size: cover;
  background-position: center center;
}
.sub_page .s_banner .tit {
  font-size: 45px;
  font-weight: 800;
  color: #fff;
}
.sub_page .s_banner .tit b {
  color: #FF6F00;
}
.sub_page .s_banner .more_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 410px;
  height: 80px;
  padding: 10px 35px;
  border-radius: 50rem;
  font-size: 26px;
  font-weight: 800;
  color: #164396;
  text-align: center;
  line-height: 150%;
  background-color: #fff;
}

@media (max-width: 1240px) {
  .sub_page .s_tit_line.lr_type {
    flex-direction: column;
    gap: 60px 0;
    align-items: center;
    text-align: center;
  }
  .sub_page .s_tit_line.lr_type .txt {
    text-align: center;
  }
  .sub_page .s_tit_line.lr_type .txt .s_tit {
    text-align: center;
  }
  .sub_page .s_tit_line.lr_type .txt .s_desc {
    text-align: center;
  }
  .sub_page .s_tit_line.lr_type .r_cont {
    margin-left: 0;
  }
}
@media (max-width: 620px) {
  .sub_page section {
    margin-top: 75px;
  }
  .sub_page section.bg_type {
    padding: 75px 0;
  }
  .sub_page section.bdt_type {
    padding-top: 75px;
  }
  .sub_page section:last-child {
    padding-bottom: 75px;
  }
  .sub_page .s_tit {
    font-size: 25px;
  }
  .sub_page .s_tit .s_box_tit {
    margin-top: 5px;
  }
  .sub_page .s_tit + .s_desc {
    margin-top: 25px;
  }
  .sub_page .s_box_tit {
    padding: 5px 30px;
    font-size: 25px;
  }
  .sub_page .s_desc {
    font-size: 18px;
  }
  .sub_page .s_tit_line {
    margin-bottom: 30px;
  }
  .sub_page .s_tit_line.lr_type {
    gap: 30px 0;
  }
  .sub_page .s_tit_line.lr_type .r_cont {
    gap: 0 15px;
  }
  .sub_page .s_more_btn {
    width: 160px;
    height: 50px;
    padding: 10px 30px;
    font-size: 14px;
  }
  .sub_page .s_more_btn::after {
    width: 16px;
    height: 16px;
  }
  .sub_page .s_banner {
    padding: 75px 0;
  }
  .sub_page .s_banner .tit {
    font-size: 25px;
  }
  .sub_page .s_banner .more_btn {
    min-width: 280px;
    height: 60px;
    padding: 10px 25px;
    font-size: 18px;
  }
}
.sub_page .s_banner.banner1 {
  text-align: center;
  background-image: url(/src/img/sub_s_banner1.jpg);
}
.sub_page .s_banner.banner1 .btn_line {
  margin-top: 80px;
}

@media (max-width: 620px) {
  .sub_page .s_banner.banner1 .btn_line {
    margin-top: 40px;
  }
}
.sub_page .s_banner.banner2 {
  padding: 90px 0;
  background-image: url(/src/img/sub_s_banner2.jpg);
}
.sub_page .s_banner.banner2 .banner_inner {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 40px;
  align-items: center;
}
.sub_page .s_banner.banner2 .banner_inner .txt {
  width: 100%;
}
.sub_page .s_banner.banner2 .banner_inner .img {
  flex-shrink: 0;
}
.sub_page .s_banner.banner2 .banner_inner .img > img {
  display: inline-block;
}

@media (max-width: 991px) {
  .sub_page .s_banner.banner2 {
    padding: 150px 0;
  }
  .sub_page .s_banner.banner2 .banner_inner {
    flex-direction: column;
    gap: 80px 0;
    text-align: center;
  }
  .sub_page .s_banner.banner2 .banner_inner .img {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .sub_page .s_banner.banner2 {
    padding: 75px 0;
  }
  .sub_page .s_banner.banner2 .banner_inner {
    gap: 40px 0;
  }
  .sub_page .s_banner.banner2 .banner_inner .img > img {
    width: 280px;
  }
}
.company_intro .tit_sect .s_tit_line {
  margin-bottom: 80px;
}
.company_intro .tit_sect .tit_img {
  text-align: center;
  background-image: url(/src/img/companyintro_titsect_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

@media (max-width: 620px) {
  .company_intro .tit_sect .s_tit_line {
    margin-bottom: 40px;
  }
  .company_intro .tit_sect .tit_img > img {
    width: 70px;
  }
}
.company_intro .tech_list {
  overflow: hidden;
  border-radius: 10px;
}
.company_intro .tech_list > ul {
  display: flex;
}
.company_intro .tech_list > ul > li {
  overflow: hidden;
  min-width: 0;
  width: 100%;
}
.company_intro .tech_list > ul > li.act {
  flex-shrink: 0;
  width: 685px;
  transition: width 0.3s;
}
.company_intro .tech_list .item {
  position: relative;
}
.company_intro .tech_list .item .thumb_box {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
}
.company_intro .tech_list .item .thumb_box .ico {
  display: block;
  width: 65px;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.company_intro .tech_list .item .thumb_box .ico + .tit {
  margin-top: 20px;
}
.company_intro .tech_list .item .thumb_box .tit {
  display: flex;
  align-items: center;
  min-height: 84px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.company_intro .tech_list .item .thumb_box .more_btn {
  position: relative;
  margin-top: 20px;
  width: 70px;
  height: 70px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.company_intro .tech_list .item .thumb_box .more_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.company_intro .tech_list .item .thumb_box .more_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 20px;
  background-color: #fff;
}
.company_intro .tech_list .item .thumb_box .more_btn:hover {
  background-color: #fff;
}
.company_intro .tech_list .item .cont_box {
  position: relative;
  width: 685px;
  height: 100%;
  padding: 80px 100px;
}
.company_intro .tech_list .item .cont_box::before {
  content: "";
  opacity: 0.1;
  position: absolute;
  right: 20px;
  bottom: 5px;
  width: 150px;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.company_intro .tech_list .item .cont_box .tit {
  position: relative;
  z-index: 1;
  font-size: 38px;
  font-weight: bold;
  color: #fff;
}
.company_intro .tech_list .item .cont_box .tit + .more_btn {
  margin-top: 20px;
}
.company_intro .tech_list .item .cont_box .more_btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0 20px;
  min-width: 210px;
  height: 70px;
  padding: 0 35px;
  border: 1px solid #fff;
  border-radius: 50rem;
  text-align: left;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}
.company_intro .tech_list .item .cont_box .more_btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-left: auto;
  background-image: url(/src/img/ico/companyintro_techsect_more.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.company_intro .tech_list .item .cont_box .cate_boxs {
  position: relative;
  z-index: 1;
  display: flex;
  margin-top: 60px;
  flex-wrap: wrap;
}
.company_intro .tech_list .item .cont_box .cate_boxs .cate_box {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  width: calc(25% + 1px);
  height: 120px;
  padding: 20px 10px;
  margin: -1px 0 0 -1px;
}
.company_intro .tech_list .item .cont_box .cate_boxs .cate_box.js_modal_open{cursor: pointer;}
.company_intro .tech_list .item .cont_box .cate_boxs .cate_box.js_modal_open:hover{background-color: #fff;}
.company_intro .tech_list .item .cont_box .cate_boxs .cate_box .cate_ico {
  display: block;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.company_intro .tech_list .item .cont_box .cate_boxs .cate_box .cate_ico + .cate_tit {
  margin-top: 5px;
}
.company_intro .tech_list .item .cont_box .cate_boxs .cate_box .cate_tit {
  font-size: 18px;
  color: #fff;
}
.company_intro .tech_list .item.act .thumb_box {
  display: none;
}

@media (max-width: 1440px) {
  .company_intro .tech_list > ul > li.act {
    width: 580px;
  }
  .company_intro .tech_list .item .cont_box {
    width: 580px;
    padding: 80px 60px;
  }
}
@media (max-width: 1240px) {
  .company_intro .tech_list {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .company_intro .tech_list > ul {
    display: block;
  }
  .company_intro .tech_list > ul > li.act {
    width: 100%;
  }
  .company_intro .tech_list .item .thumb_box {
    position: static;
    width: 100%;
    min-height: auto;
    padding: 55px 40px;
  }
  .company_intro .tech_list .item .cont_box {
    display: none;
  }
  .company_intro .tech_list .item.act .thum_box {
    display: none;
  }
  .company_intro .tech_list .item.act .cont_box {
    display: block;
    width: 100%;
  }
}
@media (max-width: 620px) {
  .company_intro .tech_list .item .thumb_box {
    padding: 35px 20px;
  }
  .company_intro .tech_list .item .thumb_box .ico {
    width: 48px;
    height: 48px;
  }
  .company_intro .tech_list .item .thumb_box .tit {
    min-height: auto;
    font-size: 18px;
  }
  .company_intro .tech_list .item .thumb_box .more_btn {
    width: 60px;
    height: 60px;
  }
  .company_intro .tech_list .item .thumb_box .more_btn::before {
    width: 17px;
  }
  .company_intro .tech_list .item .thumb_box .more_btn::after {
    height: 17px;
  }
  .company_intro .tech_list .item .cont_box {
    padding: 40px 20px;
    text-align: center;
  }
  .company_intro .tech_list .item .cont_box::before {
    right: 15px;
    width: 88px;
    height: 88px;
  }
  .company_intro .tech_list .item .cont_box .tit {
    font-size: 20px;
  }
  .company_intro .tech_list .item .cont_box .more_btn {
    justify-content: center;
    gap: 0 10px;
    min-width: 160px;
    height: 50px;
    padding: 0 20px;
    font-size: 14px;
  }
  .company_intro .tech_list .item .cont_box .more_btn::after {
    width: 16px;
    height: 16px;
    margin-left: 0;
  }
  .company_intro .tech_list .item .cont_box .cate_boxs {
    margin-top: 30px;
  }
  .company_intro .tech_list .item .cont_box .cate_boxs .cate_box {
    width: calc(33.3333% + 1px);
    height: 80px;
    padding: 15px 5px;
  }
  .company_intro .tech_list .item .cont_box .cate_boxs .cate_box .cate_ico {
    width: 30px;
    height: 30px;
  }
  .company_intro .tech_list .item .cont_box .cate_boxs .cate_box .cate_tit {
    font-size: 14px;
  }
}
.company_intro .tech_sect .tech_list .item.item1 {
  background-color: #009FDB;
}
.company_intro .tech_sect .tech_list .item.item1 .thumb_box {
  background-color: #009FDB;
}
.company_intro .tech_sect .tech_list .item.item1 .thumb_box .ico {
  background-image: url(/src/img/ico/companyintro_techsect_ico1.svg);
}
.company_intro .tech_sect .tech_list .item.item1 .thumb_box .more_btn:hover::before, .company_intro .tech_sect .tech_list .item.item1 .thumb_box .more_btn:hover::after {
  background-color: #009FDB;
}
.company_intro .tech_sect .tech_list .item.item1 .cont_box::before {
  background-image: url(/src/img/ico/companyintro_techsect_ico1.svg);
}
.company_intro .tech_sect .tech_list .item.item1 .cont_box .cate_boxs .cate_box {
  border: 1px solid #9CDAF0;
}
.company_intro .tech_sect .tech_list .item.item1 .cont_box .cate_boxs .cate_box:nth-child(1) .cate_ico {
  background-image: url(/src/img/ico/companyintro_techsect_cate1_1.svg);
}
.company_intro .tech_sect .tech_list .item.item1 .cont_box .cate_boxs .cate_box:nth-child(2) .cate_ico {
  background-image: url(/src/img/ico/companyintro_techsect_cate1_2.svg);
}
.company_intro .tech_sect .tech_list .item.item1 .cont_box .cate_boxs .cate_box:nth-child(3) .cate_ico {
  background-image: url(/src/img/ico/companyintro_techsect_cate1_3.svg);
}
.company_intro .tech_sect .tech_list .item.item1 .cont_box .cate_boxs .cate_box:nth-child(4) .cate_ico {
  background-image: url(/src/img/ico/companyintro_techsect_cate1_4.svg);
}
.company_intro .tech_sect .tech_list .item.item1 .cont_box .cate_boxs .cate_box:nth-child(5) .cate_ico {
  background-image: url(/src/img/ico/companyintro_techsect_cate1_5.svg);
}
.company_intro .tech_sect .tech_list .item.item1 .cont_box .cate_boxs .cate_box:nth-child(6) .cate_ico {
  background-image: url(/src/img/ico/companyintro_techsect_cate1_6.svg);
}
.company_intro .tech_sect .tech_list .item.item1 .cont_box .cate_boxs .cate_box:nth-child(7) .cate_ico {
  background-image: url(/src/img/ico/companyintro_techsect_cate1_7.svg);
}
.company_intro .tech_sect .tech_list .item.item1 .cont_box .cate_boxs .cate_box:nth-child(1):hover .cate_ico{background-image: url(/src/img/ico/companyintro_techsect_cate1_1_act.svg);}
.company_intro .tech_sect .tech_list .item.item1 .cont_box .cate_boxs .cate_box:nth-child(2):hover .cate_ico{background-image: url(/src/img/ico/companyintro_techsect_cate1_2_act.svg);}
.company_intro .tech_sect .tech_list .item.item1 .cont_box .cate_boxs .cate_box:nth-child(3):hover .cate_ico{background-image: url(/src/img/ico/companyintro_techsect_cate1_3_act.svg);}
.company_intro .tech_sect .tech_list .item.item1 .cont_box .cate_boxs .cate_box:nth-child(4):hover .cate_ico{background-image: url(/src/img/ico/companyintro_techsect_cate1_4_act.svg);}
.company_intro .tech_sect .tech_list .item.item1 .cont_box .cate_boxs .cate_box:nth-child(5):hover .cate_ico{background-image: url(/src/img/ico/companyintro_techsect_cate1_5_act.svg);}
.company_intro .tech_sect .tech_list .item.item1 .cont_box .cate_boxs .cate_box:nth-child(6):hover .cate_ico{background-image: url(/src/img/ico/companyintro_techsect_cate1_6_act.svg);}
.company_intro .tech_sect .tech_list .item.item1 .cont_box .cate_boxs .cate_box:nth-child(7):hover .cate_ico{background-image: url(/src/img/ico/companyintro_techsect_cate1_7_act.svg);}
.company_intro .tech_sect .tech_list .item.item1 .cont_box .cate_boxs .cate_box:hover .cate_tit{color: #009FDB;}
.company_intro .tech_sect .tech_list .item.item2 {
  background-color: #164396;
}
.company_intro .tech_sect .tech_list .item.item2 .thumb_box {
  background-color: #164396;
}
.company_intro .tech_sect .tech_list .item.item2 .thumb_box .ico {
  background-image: url(/src/img/ico/companyintro_techsect_ico2.svg);
}
.company_intro .tech_sect .tech_list .item.item2 .thumb_box .more_btn:hover::before, .company_intro .tech_sect .tech_list .item.item2 .thumb_box .more_btn:hover::after {
  background-color: #164396;
}
.company_intro .tech_sect .tech_list .item.item2 .cont_box::before {
  background-image: url(/src/img/ico/companyintro_techsect_ico2.svg);
}
.company_intro .tech_sect .tech_list .item.item2 .cont_box .cate_boxs .cate_box {
  border: 1px solid #8BA1CA;
}
.company_intro .tech_sect .tech_list .item.item2 .cont_box .cate_boxs .cate_box:nth-child(1) .cate_ico {
  background-image: url(/src/img/ico/companyintro_techsect_cate2_1.svg);
}
.company_intro .tech_sect .tech_list .item.item2 .cont_box .cate_boxs .cate_box:nth-child(2) .cate_ico {
  background-image: url(/src/img/ico/companyintro_techsect_cate2_2.svg);
}
.company_intro .tech_sect .tech_list .item.item2 .cont_box .cate_boxs .cate_box:nth-child(3) .cate_ico {
  background-image: url(/src/img/ico/companyintro_techsect_cate2_3.svg);
}
.company_intro .tech_sect .tech_list .item.item2 .cont_box .cate_boxs .cate_box:nth-child(4) .cate_ico {
  background-image: url(/src/img/ico/companyintro_techsect_cate2_4.svg);
}
.company_intro .tech_sect .tech_list .item.item2 .cont_box .cate_boxs .cate_box:nth-child(5) .cate_ico {
  background-image: url(/src/img/ico/companyintro_techsect_cate2_5.svg);
}
.company_intro .tech_sect .tech_list .item.item2 .cont_box .cate_boxs .cate_box:nth-child(6) .cate_ico {
  background-image: url(/src/img/ico/companyintro_techsect_cate2_6.svg);
}
.company_intro .tech_sect .tech_list .item.item2 .cont_box .cate_boxs .cate_box:nth-child(7) .cate_ico {
  background-image: url(/src/img/ico/companyintro_techsect_cate2_7.svg);
}
.company_intro .tech_sect .tech_list .item.item2 .cont_box .cate_boxs .cate_box:nth-child(1):hover .cate_ico{background-image: url(/src/img/ico/companyintro_techsect_cate2_1_act.svg);}
.company_intro .tech_sect .tech_list .item.item2 .cont_box .cate_boxs .cate_box:nth-child(2):hover .cate_ico{background-image: url(/src/img/ico/companyintro_techsect_cate2_2_act.svg);}
.company_intro .tech_sect .tech_list .item.item2 .cont_box .cate_boxs .cate_box:nth-child(3):hover .cate_ico{background-image: url(/src/img/ico/companyintro_techsect_cate2_3_act.svg);}
.company_intro .tech_sect .tech_list .item.item2 .cont_box .cate_boxs .cate_box:nth-child(4):hover .cate_ico{background-image: url(/src/img/ico/companyintro_techsect_cate2_4_act.svg);}
.company_intro .tech_sect .tech_list .item.item2 .cont_box .cate_boxs .cate_box:nth-child(5):hover .cate_ico{background-image: url(/src/img/ico/companyintro_techsect_cate2_5_act.svg);}
.company_intro .tech_sect .tech_list .item.item2 .cont_box .cate_boxs .cate_box:nth-child(6):hover .cate_ico{background-image: url(/src/img/ico/companyintro_techsect_cate2_6_act.svg);}
.company_intro .tech_sect .tech_list .item.item2 .cont_box .cate_boxs .cate_box:nth-child(7):hover .cate_ico{background-image: url(/src/img/ico/companyintro_techsect_cate2_7_act.svg);}
.company_intro .tech_sect .tech_list .item.item2 .cont_box .cate_boxs .cate_box:hover .cate_tit{color: #164396;}
.company_intro .tech_sect .tech_list .item.item3 {
  background-color: #0B214A;
}
.company_intro .tech_sect .tech_list .item.item3 .thumb_box {
  background-color: #0B214A;
}
.company_intro .tech_sect .tech_list .item.item3 .thumb_box .ico {
  background-image: url(/src/img/ico/companyintro_techsect_ico3.svg);
}
.company_intro .tech_sect .tech_list .item.item3 .thumb_box .more_btn:hover::before, .company_intro .tech_sect .tech_list .item.item3 .thumb_box .more_btn:hover::after {
  background-color: #0B214A;
}
.company_intro .tech_sect .tech_list .item.item3 .cont_box::before {
  background-image: url(/src/img/ico/companyintro_techsect_ico3.svg);
}
.company_intro .tech_sect .tech_list .item.item3 .cont_box .cate_boxs .cate_box {
  border: 1px solid #8590A5;
}
.company_intro .tech_sect .tech_list .item.item3 .cont_box .cate_boxs .cate_box:nth-child(1) .cate_ico {
  background-image: url(/src/img/ico/companyintro_techsect_cate3_1.svg);
}
.company_intro .tech_sect .tech_list .item.item3 .cont_box .cate_boxs .cate_box:nth-child(2) .cate_ico {
  background-image: url(/src/img/ico/companyintro_techsect_cate3_2.svg);
}
.company_intro .tech_sect .tech_list .item.item3 .cont_box .cate_boxs .cate_box:nth-child(3) .cate_ico {
  background-image: url(/src/img/ico/companyintro_techsect_cate3_3.svg);
}
.company_intro .tech_sect .tech_list .item.item3 .cont_box .cate_boxs .cate_box:nth-child(4) .cate_ico {
  background-image: url(/src/img/ico/companyintro_techsect_cate3_4.svg);
}
.company_intro .tech_sect .tech_list .item.item3 .cont_box .cate_boxs .cate_box:nth-child(5) .cate_ico {
  background-image: url(/src/img/ico/companyintro_techsect_cate3_5.svg);
}
.company_intro .tech_sect .tech_list .item.item3 .cont_box .cate_boxs .cate_box:nth-child(6) .cate_ico {
  background-image: url(/src/img/ico/companyintro_techsect_cate3_6.svg);
}
.company_intro .tech_sect .tech_list .item.item3 .cont_box .cate_boxs .cate_box:nth-child(7) .cate_ico {
  background-image: url(/src/img/ico/companyintro_techsect_cate3_7.svg);
}
.company_intro .tech_sect .tech_list .item.item3 .cont_box .cate_boxs .cate_box:nth-child(1):hover .cate_ico{background-image: url(/src/img/ico/companyintro_techsect_cate3_1_act.svg);}
.company_intro .tech_sect .tech_list .item.item3 .cont_box .cate_boxs .cate_box:nth-child(2):hover .cate_ico{background-image: url(/src/img/ico/companyintro_techsect_cate3_2_act.svg);}
.company_intro .tech_sect .tech_list .item.item3 .cont_box .cate_boxs .cate_box:nth-child(3):hover .cate_ico{background-image: url(/src/img/ico/companyintro_techsect_cate3_3_act.svg);}
.company_intro .tech_sect .tech_list .item.item3 .cont_box .cate_boxs .cate_box:nth-child(4):hover .cate_ico{background-image: url(/src/img/ico/companyintro_techsect_cate3_4_act.svg);}
.company_intro .tech_sect .tech_list .item.item3 .cont_box .cate_boxs .cate_box:nth-child(5):hover .cate_ico{background-image: url(/src/img/ico/companyintro_techsect_cate3_5_act.svg);}
.company_intro .tech_sect .tech_list .item.item3 .cont_box .cate_boxs .cate_box:nth-child(6):hover .cate_ico{background-image: url(/src/img/ico/companyintro_techsect_cate3_6_act.svg);}
.company_intro .tech_sect .tech_list .item.item3 .cont_box .cate_boxs .cate_box:nth-child(7):hover .cate_ico{background-image: url(/src/img/ico/companyintro_techsect_cate3_7_act.svg);}
.company_intro .tech_sect .tech_list .item.item3 .cont_box .cate_boxs .cate_box:hover .cate_tit{color: #0B214A;}
.company_intro .vdo_list > ul {
  display: flex;
  flex-wrap: wrap;
}
.company_intro .vdo_list > ul > li {
  width: 100%;
}
.company_intro .vdo_list .vdo {
  overflow: hidden;
  border-radius: 10px;
}
.company_intro .vdo_list.lng2 > ul {
  gap: 40px;
}
.company_intro .vdo_list.lng2 > ul > li {
  width: calc(50% - 20px);
}

@media (max-width: 1240px) {
  .company_intro .vdo_list.lng2 > ul {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
  }
  .company_intro .vdo_list.lng2 > ul > li {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .company_intro .vdo_list.lng2 > ul {
    gap: 20px;
  }
}
.company_intro .stop_sect {
  text-align: center;
  background-image: url(/src/img/companyintro_stopsect_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.company_intro .stop_sect .s_tit_line {
  text-align: center;
}
.company_intro .stop_sect .quot_tit {
  position: relative;
  display: inline-block;
  padding: 0 140px;
}
.company_intro .stop_sect .quot_tit::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 61px;
  height: 48px;
  background-image: url(/src/img/ico/companyintro_stopsect_quot.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.company_intro .stop_sect .quot_tit::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 61px;
  height: 48px;
  transform: scaleX(-1);
  background-image: url(/src/img/ico/companyintro_stopsect_quot.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.company_intro .stop_sect .quot_tit .t {
  position: relative;
  z-index: 1;
}
.company_intro .stop_sect .stop_img {
  overflow: hidden;
  height: 290px;
  border-radius: 10px;
}
.company_intro .stop_sect .stop_img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.company_intro .stop_sect .stop_img + .stop_desc {
  margin-top: 60px;
}
.company_intro .stop_sect .stop_desc {
  font-size: 58px;
  font-weight: 800;
}
.company_intro .stop_sect .stop_desc b {
  color: #CC2223;
}
.company_intro .stop_sect .stop_desc em {
  color: #164396;
}

@media (max-width: 1440px) {
  .company_intro .stop_sect {
    background-size: contain;
  }
  .company_intro .stop_sect .quot_tit {
    padding: 0 40px;
  }
  .company_intro .stop_sect .quot_tit::before {
    top: 0;
  }
  .company_intro .stop_sect .quot_tit::after {
    top: 0;
  }
}
@media (max-width: 620px) {
  .company_intro .stop_sect .quot_tit {
    padding: 0 20px;
  }
  .company_intro .stop_sect .quot_tit::before {
    width: 31px;
    height: 24px;
  }
  .company_intro .stop_sect .quot_tit::after {
    width: 31px;
    height: 24px;
  }
  .company_intro .stop_sect .stop_img {
    height: 160px;
  }
  .company_intro .stop_sect .stop_img + .stop_desc {
    margin-top: 30px;
  }
  .company_intro .stop_sect .stop_desc {
    font-size: 30px;
  }
}
.business_intro .num_box_list {
  padding: 120px 150px;
  text-align: center;
  border-radius: 10px;
  background-color: #164396;
  background-image: url(/src/img/businessintro_numboxlist_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.business_intro .num_box_list > ul {
  display: flex;
  justify-content: space-between;
}
.business_intro .num_box_list > ul > li .tit {
  font-size: 28px;
  color: #fff;
}
.business_intro .num_box_list > ul > li .tit + .desc::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin: 30px auto;
  background-color: #fff;
}
.business_intro .num_box_list > ul > li .desc {
  font-size: 50px;
  font-weight: 800;
  color: #fff;
}
.business_intro .num_box_list > ul > li .desc .num {
  font-size: 90px;
  line-height: 120%;
  vertical-align: middle;
}
.business_intro .num_box_list.lng4 > ul {
  gap: 80px 40px;
}

@media screen and (max-width: 1540px) {
  .business_intro .num_box_list {
    padding: 100px 80px;
  }
  .business_intro .num_box_list > ul > li .desc .num {
    font-size: 80px;
  }
}
@media (max-width: 1240px) {
  .business_intro .num_box_list {
    padding: 100px 40px;
  }
  .business_intro .num_box_list > ul {
    justify-content: start;
  }
  .business_intro .num_box_list.lng4 {
    max-width: 800px;
    margin: 0 auto;
  }
  .business_intro .num_box_list.lng4 > ul {
    flex-wrap: wrap;
  }
  .business_intro .num_box_list.lng4 > ul > li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 620px) {
  .business_intro .num_box_list {
    padding: 50px 20px;
  }
  .business_intro .num_box_list > ul > li .tit {
    font-size: 18px;
  }
  .business_intro .num_box_list > ul > li .tit + .desc::before {
    width: 30px;
    margin: 15px auto;
  }
  .business_intro .num_box_list > ul > li .desc {
    font-size: 20px;
  }
  .business_intro .num_box_list > ul > li .desc .num {
    font-size: 40px;
  }
  .business_intro .num_box_list.lng4 > ul {
    gap: 40px 20px;
  }
  .business_intro .num_box_list.lng4 > ul > li {
    width: calc(50% - 10px);
  }
}
.business_intro .img_desc_list > ul {
  display: flex;
  flex-wrap: wrap;
}
.business_intro .img_desc_list > ul > li {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  text-align: center;
}
.business_intro .img_desc_list > ul > li .img {
  flex-shrink: 0;
}
.business_intro .img_desc_list > ul > li .img > img {
  width: 100%;
}
.business_intro .img_desc_list > ul > li .txt {
  height: 100%;
  padding: 25px 20px;
  background-color: #164396;
}
.business_intro .img_desc_list > ul > li .txt .tit {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
}
.business_intro .img_desc_list.lng2 > ul {
  gap: 20px;
}
.business_intro .img_desc_list.lng2 > ul > li {
  width: calc(50% - 10px);
}
.business_intro .img_desc_list.lng3 > ul {
  gap: 30px;
}
.business_intro .img_desc_list.lng3 > ul > li {
  width: calc((100% - 60px) / 3);
}
.business_intro .img_desc_list.lng4 > ul {
  gap: 15px;
}
.business_intro .img_desc_list.lng4 > ul > li {
  width: calc((100% - 45px) / 4);
}
.business_intro .img_desc_list.lng5 > ul {
  gap: 15px;
}
.business_intro .img_desc_list.lng5 > ul > li {
  width: calc((100% - 60px) / 5);
}
.business_intro .img_desc_list.lng5 > ul > li .txt {
  padding: 20px 10px;
}
.business_intro .img_desc_list.lng5 > ul > li .txt .tit {
  font-size: 24px;
}

.business_intro .sky_bg .img_desc_list > ul > li .txt {
  background-color: #0B214A;
}

@media (max-width: 1240px) {
  .business_intro .img_desc_list.lng2 {
    max-width: 920px;
    margin: 0 auto;
  }
  .business_intro .img_desc_list.lng3 > ul {
    gap: 20px;
    max-width: 920px;
    margin: 0 auto;
  }
  .business_intro .img_desc_list.lng3 > ul > li {
    width: calc(50% - 10px);
  }
  .business_intro .img_desc_list.lng4 > ul {
    gap: 20px;
    max-width: 920px;
    margin: 0 auto;
  }
  .business_intro .img_desc_list.lng4 > ul > li {
    width: calc(50% - 10px);
  }
  .business_intro .img_desc_list.lng5 > ul {
    gap: 20px;
    max-width: 920px;
    margin: 0 auto;
  }
  .business_intro .img_desc_list.lng5 > ul > li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 620px) {
  .business_intro .img_desc_list > ul > li .txt {
    padding: 15px 10px;
  }
  .business_intro .img_desc_list > ul > li .txt .tit {
    font-size: 18px;
  }
  .business_intro .img_desc_list.lng2 > ul {
    gap: 15px;
  }
  .business_intro .img_desc_list.lng2 > ul > li {
    width: 100%;
  }
  .business_intro .img_desc_list.lng3 > ul {
    gap: 15px;
  }
  .business_intro .img_desc_list.lng3 > ul > li {
    width: 100%;
  }
  .business_intro .img_desc_list.lng4 > ul {
    gap: 15px;
  }
  .business_intro .img_desc_list.lng4 > ul > li {
    width: 100%;
  }
  .business_intro .img_desc_list.lng5 > ul {
    gap: 15px;
  }
  .business_intro .img_desc_list.lng5 > ul > li {
    width: 100%;
  }
  .business_intro .img_desc_list.lng5 > ul > li .txt {
    padding: 15px 10px;
  }
  .business_intro .img_desc_list.lng5 > ul > li .txt .tit {
    font-size: 18px;
  }
}
.business_intro .gap_sect {
  background-image: url(/src/img/businessintro_gapsect_bg.jpg);
  background-size: cover;
  background-position: center center;
}
.business_intro .gap_sect .s_tit {
  color: #fff;
}
.business_intro .gap_sect .s_tit b {
  color: #FF6F00;
}
.business_intro .gap_sect .gap_list {
  position: relative;
}
.business_intro .gap_sect .gap_list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(/src/img/businessintro_gapsect_line.png);
  background-size: contain;
}
.business_intro .gap_sect .gap_list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-image: url(/src/img/businessintro_gapsect_line2.png);
  background-size: contain;
}
.business_intro .gap_sect .gap_list > ul {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}
.business_intro .gap_sect .gap_list > ul > li {
  width: calc(50% - 25px);
}
.business_intro .gap_sect .gap_list > ul > li .img {
  overflow: hidden;
  border-radius: 10px;
}
.business_intro .gap_sect .gap_list > ul > li .img > img {
  width: 100%;
}

@media (max-width: 1240px) {
  .business_intro .gap_sect .gap_list > ul {
    gap: 30px;
  }
  .business_intro .gap_sect .gap_list > ul > li {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .business_intro .gap_sect .gap_list::before {
    display: none;
  }
  .business_intro .gap_sect .gap_list::after {
    display: none;
  }
  .business_intro .gap_sect .gap_list > ul {
    gap: 20px;
  }
  .business_intro .gap_sect .gap_list > ul > li {
    position: relative;
    width: 100%;
  }
  .business_intro .gap_sect .gap_list > ul > li::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: url(/src/img/businessintro_gapsect_line.png);
    background-size: contain;
  }
  .business_intro .gap_sect .gap_list > ul > li:last-child::after {
    display: none;
  }
}
.business_intro .inquiry_sect {
  background-image: url(/src/img/businessintro_inquirysect_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.business_intro .inquiry_sect .inquiry_inner {
  display: flex;
  gap: 0 100px;
  align-items: start;
}
.business_intro .inquiry_sect .inquiry_inner .tit_box {
  flex-shrink: 0;
  width: 580px;
  padding-top: 60px;
}
.business_intro .inquiry_sect .inquiry_inner .write_box {
  width: 100%;
}
.business_intro .inquiry_sect .tit_box .s_tit, .business_intro .inquiry_sect .tit_box .s_desc {
  text-align: left;
}
.business_intro .inquiry_sect .tit_box .s_tit_line {
  margin-bottom: 80px;
}
.business_intro .inquiry_sect .tit_box .more_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 410px;
  height: 80px;
  border: 1px solid #FF6F00;
  border-radius: 50rem;
  font-size: 26px;
  color: #FF6F00;
  text-align: center;
  font-weight: 800;
  background-color: #fff;
}
.business_intro .inquiry_sect .write_box {
  padding: 35px 50px;
  border: 2px solid #164396;
  border-radius: 10px;
  background-color: #fff;
}
.business_intro .inquiry_sect .write_box .tit {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  color: #164396;
}
.business_intro .inquiry_sect .write_box .write_dl .inp {
  display: inline-block;
  width: 100%;
  height: 55px;
  padding: 0 20px;
  border-radius: 5px;
  font-size: 20px;
}
.business_intro .inquiry_sect .write_box .write_dl select.inp {
  padding: 0 30px 0 20px;
  background-position: calc(100% - 20px) center;
}
.business_intro .inquiry_sect .write_box .write_dl .line {
  display: flex;
  gap: 0 15px;
}
.business_intro .inquiry_sect .write_box .write_dl .line + .line {
  margin-top: 30px;
}
.business_intro .inquiry_sect .write_box .write_dl .line dl {
  width: 100%;
}
.business_intro .inquiry_sect .write_box .write_dl .line dl dd .in_cont {
  display: flex;
  gap: 0 15px;
}
.business_intro .inquiry_sect .write_box .write_dl dl dt {
  font-size: 20px;
  font-weight: 800;
}
.business_intro .inquiry_sect .write_box .write_dl dl dt + dd {
  margin-top: 10px;
}
.business_intro .inquiry_sect .write_box .sbm_btns {
  margin-top: 35px;
}
.business_intro .inquiry_sect .write_box .sbm_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 800;
  text-align: center;
}
.business_intro .inquiry_sect .write_box .sbm_btns .btn.bg_style {
  color: #fff;
  background-color: #164396;
}

@media (max-width: 1440px) {
  .business_intro .inquiry_sect .inquiry_inner {
    gap: 0 80px;
  }
}
@media (max-width: 1240px) {
  .business_intro .inquiry_sect .inquiry_inner {
    flex-direction: column;
    gap: 80px 0;
  }
  .business_intro .inquiry_sect .inquiry_inner .tit_box {
    width: 100%;
    padding-top: 0;
  }
  .business_intro .inquiry_sect .tit_box {
    text-align: center;
  }
  .business_intro .inquiry_sect .tit_box .s_tit, .business_intro .inquiry_sect .tit_box .s_desc {
    text-align: center;
  }
  .business_intro .inquiry_sect .tit_box .s_tit_line {
    margin-bottom: 60px;
  }
  .business_intro .inquiry_sect .write_box {
    padding: 35px 40px;
  }
}
@media (max-width: 991px) {
  .business_intro .inquiry_sect .write_box .write_dl .line {
    flex-direction: column;
    gap: 30px 0;
  }
  .business_intro .inquiry_sect .write_box .write_dl .line dl dd .in_cont {
    gap: 0 10px;
  }
}
@media (max-width: 620px) {
  .business_intro .inquiry_sect .inquiry_inner {
    gap: 40px 0;
  }
  .business_intro .inquiry_sect .tit_box .s_tit_line {
    margin-bottom: 30px;
  }
  .business_intro .inquiry_sect .tit_box .more_btn {
    width: 280px;
    height: 60px;
    font-size: 18px;
  }
  .business_intro .inquiry_sect .write_box {
    padding: 25px 20px;
  }
  .business_intro .inquiry_sect .write_box .tit {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .business_intro .inquiry_sect .write_box .write_dl .inp {
    height: 45px;
    padding: 0 10px;
    font-size: 16px;
  }
  .business_intro .inquiry_sect .write_box .write_dl select.inp {
    padding: 0 20px 0 10px;
    background-position: calc(100% - 10px) center;
  }
  .business_intro .inquiry_sect .write_box .write_dl .line {
    gap: 20px 0;
  }
  .business_intro .inquiry_sect .write_box .write_dl .line + .line {
    margin-top: 20px;
  }
  .business_intro .inquiry_sect .write_box .write_dl .line dl dd .in_cont {
    gap: 0 5px;
  }
  .business_intro .inquiry_sect .write_box .write_dl dl dt {
    font-size: 16px;
  }
  .business_intro .inquiry_sect .write_box .sbm_btns {
    margin-top: 20px;
  }
  .business_intro .inquiry_sect .write_box .sbm_btns .btn {
    height: 60px;
    font-size: 18px;
  }
}
.business_intro .process_circle {
  overflow: hidden;
}
.business_intro .process_circle > ol {
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0 0 35px;
}
.business_intro .process_circle > ol > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  margin: -35px 0 0 -35px;
  padding: 10px;
  border: 8px solid #B8E4FA;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
}
.business_intro .process_circle > ol > li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  aspect-ratio: 1/1;
  width: calc(100% - 20px);
  border: 1px solid #B8E4FA;
  border-radius: 50%;
}
.business_intro .process_circle > ol > li .tit {
  font-size: 20px;
}
.business_intro .process_circle > ol > li .tit + .num {
  margin-top: 10px;
}
.business_intro .process_circle > ol > li .tit + .ico {
  margin-top: 30px;
}
.business_intro .process_circle > ol > li .num {
  font-size: 26px;
  font-weight: 800;
  color: #164396;
}
.business_intro .process_circle > ol > li .num + .ico {
  margin-top: 30px;
}
.business_intro .process_circle > ol > li .ico {
  display: block;
  width: 65px;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.business_intro .process_circle > ol > li .ico.ico1_1 {
  background-image: url(/src/img/ico/businessintro_processcircle_ico1_1.svg);
}
.business_intro .process_circle > ol > li .ico.ico1_2 {
  background-image: url(/src/img/ico/businessintro_processcircle_ico1_2.svg);
}
.business_intro .process_circle > ol > li .ico.ico1_3 {
  background-image: url(/src/img/ico/businessintro_processcircle_ico1_3.svg);
}
.business_intro .process_circle > ol > li .ico.ico1_4 {
  background-image: url(/src/img/ico/businessintro_processcircle_ico1_4.svg);
}
.business_intro .process_circle > ol > li .ico.ico1_5 {
  background-image: url(/src/img/ico/businessintro_processcircle_ico1_5.svg);
}
.business_intro .process_circle.lng5 > ol > li {
  width: calc(20% + 35px);
}

@media (max-width: 1440px) {
  .business_intro .process_circle > ol {
    margin: 20px 0 0 20px;
  }
  .business_intro .process_circle > ol > li {
    margin: -20px 0 0 -20px;
  }
  .business_intro .process_circle > ol > li .tit {
    font-size: 18px;
  }
  .business_intro .process_circle > ol > li .tit + .num {
    margin-top: 5px;
  }
  .business_intro .process_circle > ol > li .tit + .ico {
    margin-top: 20px;
  }
  .business_intro .process_circle > ol > li .num {
    font-size: 22px;
  }
  .business_intro .process_circle > ol > li .num + .ico {
    margin-top: 20px;
  }
  .business_intro .process_circle > ol > li .ico {
    width: 50px;
    height: 50px;
  }
  .business_intro .process_circle.lng5 > ol > li {
    width: calc(20% + 20px);
  }
}
@media (max-width: 1240px) {
  .business_intro .process_circle > ol{margin-top: 0;flex-wrap: nowrap;}
  .business_intro .process_circle > ol > li{flex-shrink: 0;margin-top: 0;}
  .business_intro .process_circle.lng5 {
    overflow-x: auto;
  }
  .business_intro .process_circle.lng5 > ol > li {
    width: 260px;
  }
}
@media (max-width: 620px) {
  .business_intro .process_circle > ol {
    margin-left: 10px;
  }
  .business_intro .process_circle > ol > li {
    margin-left: -10px;
    padding: 5px;
    border: 5px solid #B8E4FA;
  }
  .business_intro .process_circle > ol > li::before {
    top: 4px;
    left: 4px;
    width: calc(100% - 10px);
  }
  .business_intro .process_circle > ol > li .tit {
    font-size: 16px;
  }
  .business_intro .process_circle > ol > li .tit + .num {
    margin-top: 0;
  }
  .business_intro .process_circle > ol > li .tit + .ico {
    margin-top: 10px;
  }
  .business_intro .process_circle > ol > li .num {
    font-size: 18px;
  }
  .business_intro .process_circle > ol > li .num + .ico {
    margin-top: 10px;
  }
  .business_intro .process_circle > ol > li .ico {
    width: 35px;
    height: 35px;
  }
  .business_intro .process_circle.lng5 > ol > li {
    width: 180px;
  }
}
.business_intro .solution_sect {
  background-image: url(/src/img/businessintro_solutionsect_bg.jpg);
  background-size: cover;
  background-position: center center;
}
.business_intro .solution_sect .s_tit {
  color: #fff;
}
.business_intro .solution_sect .s_tit b {
  color: #FF6F00;
}

.business_intro .service_box_list {
  overflow: hidden;
  padding: 95px 0;
  border: 2px solid #164396;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(22, 67, 150, 0.15);
}
.business_intro .service_box_list > ul {
  display: flex;
  flex-wrap: wrap;
}
.business_intro .service_box_list > ul > li {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 70px;
  text-align: center;
}
.business_intro .service_box_list > ul > li::before {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 240px;
  background-image: url(/src/img/businessintro_servicebox_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.business_intro .service_box_list > ul > li::after {
  content: "";
  position: absolute;
  right: 0;
  top: -2px;
  width: 1px;
  height: 100%;
  background-color: #ddd;
}
.business_intro .service_box_list > ul > li .tit {
  position: relative;
  font-size: 36px;
  font-weight: 800;
  color: #164396;
  line-height: 120%;
}
.business_intro .service_box_list > ul > li .tit + .desc {
  margin-top: 30px;
}
.business_intro .service_box_list > ul > li .desc {
  position: relative;
  font-size: 24px;
  line-height: 140%;
}
.business_intro .service_box_list > ul > li .desc b {
  font-weight: 800;
}
.business_intro .service_box_list > ul > li .s_more_btn {
  display: inline-flex;
}
.business_intro .service_box_list > ul > li .b_line {
  position: relative;
  margin-top: auto;
  padding-top: 60px;
}
.business_intro .service_box_list.lng3 > ul {
  gap: 90px 0;
}
.business_intro .service_box_list.lng3 > ul > li {
  width: 33.3333%;
}

@media (max-width: 1440px) {
  .business_intro .service_box_list > ul > li {
    padding: 0 40px;
  }
}
@media (max-width: 1240px) {
  .business_intro .service_box_list {
    padding: 80px 0;
  }
  .business_intro .service_box_list.lng3 {
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
  }
  .business_intro .service_box_list.lng3 > ul {
    gap: 160px 0;
    padding: 0 60px;
  }
  .business_intro .service_box_list.lng3 > ul > li {
    width: 100%;
    padding: 0;
  }
  .business_intro .service_box_list.lng3 > ul > li::after {
    top: -82px;
    width: 100%;
    height: 1px;
  }
}
@media (max-width: 620px) {
  .business_intro .service_box_list {
    padding: 40px 0;
  }
  .business_intro .service_box_list > ul > li .tit {
    font-size: 20px;
  }
  .business_intro .service_box_list > ul > li .tit + .desc {
    margin-top: 15px;
  }
  .business_intro .service_box_list > ul > li .desc {
    font-size: 18px;
  }
  .business_intro .service_box_list > ul > li .b_line {
    padding-top: 30px;
  }
  .business_intro .service_box_list.lng3 > ul {
    gap: 80px 0;
    padding: 0 30px;
  }
  .business_intro .service_box_list.lng3 > ul > li::before {
    top: -15px;
    width: 140px;
    height: 170px;
  }
  .business_intro .service_box_list.lng3 > ul > li::after {
    top: -42px;
  }
}
.board_sch {
  width: 100%;
  max-width: 500px;
}
.board_sch .sch_box {
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 60px;
  border: 1px solid #999;
  border-radius: 50rem;
}
.board_sch .sch_box .sch_inp {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  border: 0;
  font-size: 18px;
}
.board_sch .sch_box .sch_inp::placeholder {
  color: #999;
}
.board_sch .sch_box .s_btn {
  flex-shrink: 0;
  width: 50px;
  height: 100%;
  background-image: url(/src/img/ico/board_sch.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

@media (max-width: 620px) {
  .board_sch .sch_box {
    height: 50px;
  }
  .board_sch .sch_box .sch_inp {
    padding: 0 20px;
    font-size: 14px;
  }
  .board_sch .sch_box .s_btn {
    width: 40px;
  }
}
.board_sch_top {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

@media (max-width: 620px) {
  .board_sch_top {
    margin-bottom: 30px;
  }
}
.board_total {
  font-size: 20px;
}
.board_total .num {
  font-weight: bold;
  color: #164396;
}

@media (max-width: 620px) {
  .board_total {
    font-size: 16px;
  }
}
.board_info {
  margin-bottom: 30px;
}

@media (max-width: 620px) {
  .board_info {
    margin-bottom: 15px;
  }
}
.board_list {
  border-top: 2px solid #333;
}
.board_list > table tr {
  border-bottom: 1px solid #ddd;
}
.board_list > table thead th {
  height: 95px;
  padding: 15px;
  font-size: 24px;
  font-weight: 800;
  color: #000;
  text-align: center;
  line-height: 150%;
}
.board_list > table thead th.num_th {
  width: 120px;
}
.board_list > table thead th.info_th {
  width: 150px;
}
.board_list > table tbody td {
  height: 80px;
  padding: 15px;
  font-size: 20px;
  text-align: center;
  line-height: 150%;
}
.board_list > table tbody td.tit_td {
  text-align: left;
}
.board_list > table tbody td .notice_ico {
  font-weight: 800;
  color: #164396;
}
.board_list > table tbody td .cate_ico {
  padding-right: 5px;
  font-weight: bold;
  color: #164396;
}
.board_list > table tbody td .tit {
  font-size: 20px;
  text-align: left;
}
.board_list > table tbody td .tit > a, .board_list > table tbody td .tit > button {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: -5px 0;
  padding: 5px 0;
  text-align: inherit;
  font-size: inherit;
  vertical-align: top;
}
.board_list > table tbody td .tit > a:hover, .board_list > table tbody td .tit > button:hover {
  color: #164396;
}
.board_list > table tbody td .info_line {
  font-size: 0;
}
.board_list > table tbody td .info_line.m_type {
  display: none;
}
.board_list > table tbody td .info_line .t1 {
  font-size: 20px;
  line-height: 150%;
}
.board_list > table tbody td .info_line .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.board_list > table tbody td .info_line .t1:last-child::after {
  display: none;
}

@media (max-width: 1440px) {
  .board_list > table thead th {
    padding: 15px 10px;
  }
  .board_list > table thead th.num_th {
    width: 100px;
  }
  .board_list > table thead th.info_th {
    width: 120px;
  }
  .board_list > table tbody td {
    padding: 15px 10px;
  }
}
@media (max-width: 1240px) {
  .board_list > table tr {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    padding: 20px 0;
  }
  .board_list > table thead {
    display: none;
  }
  .board_list > table tbody td {
    display: none;
    width: 100%;
    height: auto;
    padding: 0;
    text-align: left;
  }
  .board_list > table tbody td.m_td {
    display: block;
  }
  .board_list > table tbody td.tit_td {
    display: block;
  }
  .board_list > table tbody td .info_line.m_type {
    display: block;
  }
}
@media (max-width: 1240px) {
  .board_list > table tr {
    gap: 5px 0;
    padding: 15px 0;
  }
  .board_list > table thead {
    display: none;
  }
  .board_list > table tbody td {
    font-size: 16px;
  }
  .board_list > table tbody td .tit {
    font-size: 16px;
  }
  .board_list > table tbody td .info_line .t1 {
    font-size: 16px;
  }
  .board_list > table tbody td .info_line .t1::after {
    height: 11px;
    margin: 0 5px 2px;
  }
}
.board_v {
  border-top: 2px solid #333;
}
.board_v .tit_wrap {
  padding: 30px 15px;
  border-bottom: 1px solid #ccc;
}
.board_v .tit_wrap .cate_ico {
  padding-right: 5px;
  font-weight: bold;
  color: #164396;
}
.board_v .tit_wrap .tit {
  font-size: 22px;
  font-weight: 800;
}
.board_v .tit_wrap .tit + .info_line {
  margin-top: 20px;
}
.board_v .tit_wrap .info_line {
  display: flex;
  gap: 5px 30px;
  flex-wrap: wrap;
}
.board_v .tit_wrap .info_line .t1 {
  line-height: 150%;
  font-size: 20px;
  color: #666;
}
.board_v .cont_wrap {
  padding: 60px 15px;
  border-bottom: 1px solid #ccc;
}
.board_v .cont_wrap .thumb_img {
  margin-bottom: 30px;
  text-align: center;
}
.board_v .cont_wrap .sun-editor-editable {
  padding: 0;
  font-size: 20px;
}
.board_v .file_wrap > table tr {
  border-bottom: 1px solid #ccc;
}
.board_v .file_wrap > table tbody th {
  width: 180px;
  height: 80px;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  color: #666;
  background-color: #fafafa;
}
.board_v .file_wrap > table tbody th .tit {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.board_v .file_wrap > table tbody th .tit::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url(/src/img/ico/board_v_file_tit.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.board_v .file_wrap > table tbody td {
  height: 80px;
  padding: 10px 30px;
  font-size: 20px;
}
.board_v .file_wrap > table tbody td .link {
  font-size: 20px;
}
.board_v .file_wrap > table tbody td .link > a, .board_v .file_wrap > table tbody td .link > button {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: -5px 0;
  padding: 5px 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.board_v .btns_wrap {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.board_v .btns_wrap .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  padding: 10px 30px;
  border-radius: 50rem;
  font-size: 20px;
  font-weight: bold;
  line-height: 130%;
}
.board_v .btns_wrap .btn.line_style {
  border: 1px solid #666;
  color: #666;
}
.board_v .nav_wrap {
  margin-top: 60px;
  border-top: 1px solid #ddd;
}
.board_v .nav_wrap > table tr {
  border-bottom: 1px solid #ddd;
}
.board_v .nav_wrap > table tbody th {
  width: 130px;
  height: 80px;
  padding: 10px 35px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  color: #666;
  background-color: #fafafa;
}
.board_v .nav_wrap > table tbody td {
  height: 80px;
  padding: 10px 35px;
  font-size: 20px;
}
.board_v .nav_wrap > table tbody td .none {
  font-size: 20px;
}
.board_v .nav_wrap > table tbody td .link {
  font-size: 20px;
}
.board_v .nav_wrap > table tbody td .link > a, .board_v .nav_wrap > table tbody td .link > button {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: -5px 0;
  padding: 5px 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  vertical-align: top;
}

@media (max-width: 620px) {
  .board_v .tit_wrap {
    padding: 15px 0;
  }
  .board_v .tit_wrap .tit {
    font-size: 16px;
  }
  .board_v .tit_wrap .tit + .info_line {
    margin-top: 10px;
  }
  .board_v .tit_wrap .info_line {
    gap: 0 15px;
  }
  .board_v .tit_wrap .info_line .t1 {
    font-size: 16px;
  }
  .board_v .cont_wrap {
    padding: 30px 0;
  }
  .board_v .cont_wrap .thumb_img {
    margin-bottom: 15px;
  }
  .board_v .cont_wrap .sun-editor-editable {
    font-size: 16px;
  }
  .board_v .file_wrap > table tbody th {
    width: 120px;
    height: 60px;
    padding: 10px 15px;
    font-size: 16px;
  }
  .board_v .file_wrap > table tbody th .tit::before {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
  .board_v .file_wrap > table tbody td {
    height: 60px;
    padding: 10px 15px;
    font-size: 16px;
  }
  .board_v .file_wrap > table tbody td .link {
    font-size: 16px;
  }
  .board_v .btns_wrap {
    margin-top: 30px;
  }
  .board_v .btns_wrap .btn {
    width: 120px;
    height: 50px;
    padding: 10px 20px;
    font-size: 16px;
  }
  .board_v .nav_wrap {
    margin-top: 30px;
  }
  .board_v .nav_wrap > table tbody th {
    width: 90px;
    height: 60px;
    padding: 10px 20px;
    font-size: 16px;
  }
  .board_v .nav_wrap > table tbody td {
    height: 60px;
    padding: 10px 20px;
    font-size: 16px;
  }
  .board_v .nav_wrap > table tbody td .none {
    font-size: 16px;
  }
  .board_v .nav_wrap > table tbody td .link {
    font-size: 16px;
  }
}
.board_w {
  padding: 70px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #F5FBFE;
}
.board_w .line {
  display: flex;
  gap: 15px 40px;
}
.board_w .line + .line {
  margin-top: 15px;
}
.board_w .line.file_line {
  flex-direction: column;
}
.board_w dl {
  display: flex;
  width: 100%;
  min-height: 75px;
}
.board_w dl dt {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  padding: 10px;
  border-radius: 5px 0 0 5px;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  background-color: #164396;
}
.board_w dl dd {
  overflow: hidden;
  width: 100%;
  border: 1px solid #ddd;
  border-left: 0;
  border-radius: 0 5px 5px 0;
  background-color: #fff;
}
.board_w dl.file_type dt {
  border: 1px solid #164396;
  color: #164396;
  background-color: #fff;
}
.board_w .inp {
  display: inline-block;
  width: 100%;
  height: 75px;
  border: 0;
  padding: 0 30px;
  vertical-align: top;
  font-size: 22px;
  color: #333;
  background-color: #fff;
}
.board_w .inp::placeholder {
  color: #999;
}
.board_w input[type=file].inp {
  padding: 0;
}
.board_w input[type=file]::file-selector-button {
  width: 150px;
  margin-right: 30px;
  border: 1px solid #999;
  border-left: 0;
  font-size: 22px;
  background-color: #fff;
}
.board_w input[type=date]{padding-right: 50px;background-position: calc(100% - 30px) center;}
.board_w input[type=date]::-webkit-date-and-time-value{line-height: 75px;}
.board_w input[type=time]{padding-right: 50px;background-position: calc(100% - 30px) center;}
.board_w input[type=time]::-webkit-date-and-time-value{line-height: 75px;}
.board_w select.inp {
  padding: 0 50px 0 30px;
  background-size: 16px 15px;
  background-position: calc(100% - 30px) center;
}
.board_w textarea.inp {
  height: 200px;
  padding: 25px 30px;
}
.board_w .file_desc {
  font-size: 20px;
  color: #000;
}

@media (max-width: 1440px) {
  .board_w {
    padding: 60px 30px;
  }
  .board_w .line {
    gap: 15px 15px;
  }
  .board_w dl dt {
    width: 120px;
    font-size: 20px;
  }
  .board_w .inp {
    padding: 0 20px;
    font-size: 20px;
  }
  .board_w input[type=file]::file-selector-button {
    width: 120px;
    margin-right: 20px;
    font-size: 20px;
  }
  .board_w input[type=date]{padding-right: 40px;background-position: calc(100% - 20px) center;}
  .board_w input[type=time]{padding-right: 40px;background-position: calc(100% - 20px) center;}
  .board_w select.inp {
    padding: 0 40px 0 20px;
    background-color: calc(100% - 20px) center;
  }
  .board_w textarea.inp {
    padding: 20px;
  }
  .board_w .file_desc {
    font-size: 18px;
  }
}
@media (max-width: 1240px) {
  .board_w .line {
    flex-direction: column;
  }
}
@media (max-width: 620px) {
  .board_w {
    padding: 35px 20px;
  }
  .board_w .line {
    gap: 20px 0;
  }
  .board_w .line + .line {
    margin-top: 20px;
  }
  .board_w .line.file_line {
    gap: 10px 0;
  }
  .board_w .line.file_line dl.file_type dt {
    display: none;
  }
  .board_w .line.file_line dl.file_type dt + dd {
    margin-top: 0;
  }
  .board_w .line.file_line dl.file_type:first-child dt {
    display: block;
  }
  .board_w .line.file_line dl.file_type:first-child dd {
    margin-top: 10px;
  }
  .board_w dl {
    display: block;
    min-height: auto;
    border-radius: 0;
  }
  .board_w dl dt {
    display: block;
    width: 100%;
    padding: 0;
    border: 0 !important;
    color: #164396 !important;
    font-size: 16px;
    text-align: left;
    background-color: transparent !important;
  }
  .board_w dl dt + dd {
    margin-top: 10px;
  }
  .board_w dl dd {
    overflow: visible;
    border: 0;
    background-color: transparent;
  }
  .board_w .inp {
    height: 45px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
  }
  .board_w input[type=file]::file-selector-button {
    width: 90px;
    margin-right: 10px;
    border-left: 1px solid #999;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
  }
  .board_w input[type=date]{padding-right: 30px;background-position: calc(100% - 10px) center;}
  .board_w input[type=date]::-webkit-date-and-time-value{line-height: 45px;}
  .board_w input[type=time]{padding-right: 30px;background-position: calc(100% - 10px) center;}
  .board_w input[type=time]::-webkit-date-and-time-value{line-height: 45px;}
  .board_w select.inp {
    padding: 0 30px 0 10px;
    background-color: calc(100% - 10px) center;
  }
  .board_w textarea.inp {
    height: 150px;
    padding: 10px;
  }
  .board_w .file_desc {
    font-size: 16px;
  }
}
.agree_wrap {
  margin-top: 100px;
}
.agree_wrap .agree_tit {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 800;
}
.agree_wrap .agree_tit b {
  color: #FF6F00;
}
.agree_wrap .agree_txt_box {
  overflow-y: scroll;
  height: 210px;
  padding: 35px;
  border: 1px solid #ddd;
  font-size: 20px;
}
.agree_wrap .agree_txt_box .top_txt {
  font-size: inherit;
}
.agree_wrap .agree_line {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 620px) {
  .agree_wrap {
    margin-top: 50px;
  }
  .agree_wrap .agree_tit {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .agree_wrap .agree_txt_box {
    height: 170px;
    padding: 25px;
    font-size: 16px;
  }
  .agree_wrap .agree_line {
    padding: 10px 0;
  }
}
.sbm_line {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.sbm_line .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 80px;
  padding: 10px 35px;
  border-radius: 50rem;
  font-size: 26px;
  font-weight: 800;
  text-align: center;
}
.sbm_line .btn.bg_style {
  color: #fff;
  background-color: #164396;
}

@media (max-width: 620px) {
  .sbm_line {
    margin-top: 30px;
  }
  .sbm_line .btn {
    width: 180px;
    height: 60px;
    padding: 10px 25px;
    font-size: 18px;
  }
}
.complete_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px 0;
  padding: 60px 40px;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
  background-color: #fafafa;
}
.complete_box .ico {
  display: block;
  width: 110px;
  height: 110px;
  background-image: url(/src/img/ico/completebox_ico.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.complete_box .txt .tit {
  font-size: 30px;
  color: #000;
  font-weight: 800;
}
.complete_box .txt .tit b {
  color: #FF6F00;
}
.complete_box .txt .tit + .desc {
  margin-top: 30px;
}
.complete_box .txt .desc {
  font-size: 22px;
  color: #000;
}

@media (max-width: 620px) {
  .complete_box {
    gap: 30px 0;
    padding: 35px 20px;
  }
  .complete_box .ico {
    width: 80px;
    height: 80px;
  }
  .complete_box .txt .tit {
    font-size: 18px;
  }
  .complete_box .txt .tit + .desc {
    margin-top: 15px;
  }
  .complete_box .txt .desc {
    font-size: 16px;
  }
}
.foot_banner .info_box .box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  padding: 10px;
  text-align: left;
}
.foot_banner .info_box .box > a, .foot_banner .info_box .box > button {
  vertical-align: middle;
}
.foot_banner .info_box .box > a::before, .foot_banner .info_box .box > button::before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 37px;
  margin-top: -10px;
  margin-right: 10px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.foot_banner .info_box .box > a .t, .foot_banner .info_box .box > button .t {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  line-height: 120%;
}
.foot_banner .info_box .box.call_box {
  background-color: #FF6F00;
}
.foot_banner .info_box .box.call_box > a::before, .foot_banner .info_box .box.call_box > button::before {
  background-image: url(/src/img/ico/foot_banner_info_call.svg);
}
.foot_banner .info_box .box.call_box > a .t, .foot_banner .info_box .box.call_box > button .t {
  font-style: italic;
}

@media (max-width: 620px) {
  .foot_banner .info_box .box {
    height: 70px;
    padding: 0;
  }
  .foot_banner .info_box .box > a, .foot_banner .info_box .box > button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .foot_banner .info_box .box > a::before, .foot_banner .info_box .box > button::before {
    margin-top: 0;
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }
  .foot_banner .info_box .box > a .t, .foot_banner .info_box .box > button .t {
    font-size: 20px;
  }
}
#footer .foot {
  padding: 70px 0;
  background-color: #171717;
}
#footer .foot .foot_inner {
  display: flex;
  gap: 0 100px;
  align-items: start;
}
#footer .foot .foot_inner .foot_l {
  flex-shrink: 0;
}
#footer .foot .foot_inner .foot_r {
  width: 100%;
}
#footer .foot .foot_logo {
  display: inline-block;
  width: 227px;
}
#footer .foot .foot_logo > img {
  width: 100%;
}
#footer .foot .foot_menu .line {
  display: flex;
  gap: 15px 30px;
  flex-wrap: wrap;
}
#footer .foot .foot_menu .line .t1 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  font-weight: 800;
  line-height: 150%;
}
#footer .foot .foot_menu .line + .line {
  margin-top: 15px;
}
#footer .foot .foot_menu + .foot_addr {
  margin-top: 20px;
}
#footer .foot .foot_addr {
  overflow: hidden;
}
#footer .foot .foot_addr .line {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
}
#footer .foot .foot_addr .line .t1 {
  content: "";
  position: relative;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  line-height: 150%;
}
#footer .foot .foot_addr .line .t1::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 6px;
  width: 1px;
  height: 11px;
  background-color: rgba(255, 255, 255, 0.2);
}
#footer .foot .foot_addr .line .t1:last-child::after {
  display: none;
}
#footer .foot .foot_addr .line + .line {
  margin-top: 10px;
}
#footer .foot .foot_copy {
  display: block;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.4);
  line-height: 150%;
}

@media (max-width: 1440px) {
  #footer .foot .foot_inner {
    gap: 0 70px;
  }
  #footer .foot .foot_logo {
    width: 200px;
  }
}
@media (max-width: 991px) {
  #footer .foot .foot_inner {
    flex-direction: column;
    gap: 70px 0;
    text-align: center;
  }
  #footer .foot .foot_inner .foot_l {
    width: 100%;
  }
  #footer .foot .foot_menu .line {
    justify-content: center;
  }
  #footer .foot .foot_addr .line {
    justify-content: center;
  }
}
@media (max-width: 620px) {
  #footer .foot {
    padding: 35px 0;
  }
  #footer .foot .foot_inner {
    gap: 35px 0;
  }
  #footer .foot .foot_logo {
    width: 100px;
  }
  #footer .foot .foot_menu .line {
    gap: 10px 20px;
  }
  #footer .foot .foot_menu .line .t1 {
    font-size: 16px;
  }
  #footer .foot .foot_menu .line + .line {
    margin-top: 10px;
  }
  #footer .foot .foot_addr .line {
    gap: 5px 15px;
  }
  #footer .foot .foot_addr .line .t1 {
    font-size: 14px;
  }
  #footer .foot .foot_addr .line .t1::after {
    display: none;
    top: 4px;
    right: -8px;
  }
  #footer .foot .foot_addr .line + .line {
    margin-top: 5px;
  }
  #footer .foot .foot_copy {
    margin-top: 20px;
    font-size: 14px;
  }
}
.quick_inquiry {
  z-index: 30;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
}
.quick_inquiry .quick_write {
  padding: 25px 0;
  background-color: #0B224B;
}
.quick_inquiry .quick_write .write_inner {
  display: flex;
  align-items: center;
  gap: 0 50px;
}
.quick_inquiry .quick_write .write_cont {
  display: flex;
  gap: 0 35px;
  align-items: center;
  width: 100%;
}
.quick_inquiry .quick_write .sbm_btns {
  flex-shrink: 0;
  margin-left: auto;
}
.quick_inquiry .quick_write .tit {
  flex-shrink: 0;
  font-size: 26px;
  font-weight: 800;
  color: #fff;
}
.quick_inquiry .quick_write .tit::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 27px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url(/src/img/ico/quick_inquiry_write_tit.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.quick_inquiry .quick_write .inps {
  width: 100%;
  display: flex;
  gap: 5px;
}
.quick_inquiry .quick_write .inps .inp {
  width: calc((100% - 20px) / 5);
}
.quick_inquiry .quick_write .inp {
  display: inline-block;
  width: 100%;
  height: 70px;
  padding: 0 20px;
  border-radius: 5px;
  font-size: 20px;
}
.quick_inquiry .quick_write .inp::placeholder {
  color: #333;
}
.quick_inquiry .quick_write select.inp {
  padding: 0 35px 0 20px;
  background-image: url(/src/img/ico/quick_inquiry_write_sel.svg);
  background-size: 16px auto;
  background-position: calc(100% - 20px) center;
}
.quick_inquiry .quick_write .agree_inp {
  flex-shrink: 0;
}
.quick_inquiry .quick_write .agree_inp .de_cki {
  vertical-align: middle;
}
.quick_inquiry .quick_write .agree_inp .de_cki i {
  border: 0;
  border-radius: 50%;
  background-color: #fff;
}
.quick_inquiry .quick_write .agree_inp .de_cki i::after {
  border: solid #FF6F00;
  border-width: 0 2px 2px 0;
}
.quick_inquiry .quick_write .agree_inp .de_cki .t {
  font-size: 18px;
  color: #fff;
  font-weight: 800;
}
.quick_inquiry .quick_write .agree_inp .agree_more_btn {
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
  font-weight: 800;
}
.quick_inquiry .quick_write .sbm_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 70px;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  background-color: #FF6F00;
}
.quick_inquiry .quick_banner {
  display: none;
}
.quick_inquiry .quick_banner .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  width: 100%;
  height: 70px;
  padding: 10px;
}
.quick_inquiry .quick_banner .btn::before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 37px;
  margin-right: 10px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.quick_inquiry .quick_banner .btn .t {
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  line-height: 120%;
}
.quick_inquiry .quick_banner .btn.inquiry_btn {
  background-color: #0B214A;
}
.quick_inquiry .quick_banner .btn.inquiry_btn::before {
  background-image: url(/src/img/ico/quick_inquiry_banner_inquiry.svg);
}
.quick_inquiry .quick_banner .btn.call_btn {
  background-color: #FF6F00;
}
.quick_inquiry .quick_banner .btn.call_btn::before {
  background-image: url(/src/img/ico/quick_inquiry_banner_call.svg);
}
.quick_inquiry .quick_banner .btn.call_btn .t {
  font-style: italic;
}

@media screen and (max-width: 1540px) {
  .quick_inquiry .quick_write {
    padding: 15px 0;
  }
  .quick_inquiry .quick_write .write_inner {
    gap: 0 30px;
  }
  .quick_inquiry .quick_write .write_inner.w_container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .quick_inquiry .quick_write .write_cont {
    gap: 0 15px;
  }
  .quick_inquiry .quick_write .tit {
    font-size: 22px;
  }
  .quick_inquiry .quick_write .tit::before {
    width: 18px;
    height: 21px;
    margin-right: 5px;
  }
  .quick_inquiry .quick_write .inp {
    height: 60px;
    padding: 0 15px;
    font-size: 16px;
  }
  .quick_inquiry .quick_write select.inp {
    padding: 0 30px 0 15px;
    background-position: calc(100% - 15px) center;
  }
  .quick_inquiry .quick_write .agree_inp .de_cki .t {
    font-size: 14px;
  }
  .quick_inquiry .quick_write .agree_inp .agree_more_btn {
    font-size: 14px;
  }
  .quick_inquiry .quick_write .sbm_btn {
    width: 100px;
    height: 60px;
    font-size: 18px;
  }
}
@media (max-width: 1240px) {
  .quick_inquiry .quick_write {
    display: none;
  }
  .quick_inquiry .quick_banner {
    display: flex;
  }
}
@media (max-width: 620px) {
  .quick_inquiry .quick_banner .btn {
    height: 50px;
    padding: 5px;
  }
  .quick_inquiry .quick_banner .btn::before {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
  .quick_inquiry .quick_banner .btn .t {
    font-size: 16px;
  }
}

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