.c0 {
  color: #000;
}

.c1 {
  color: #397AFB !important;
}

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

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

td, th {
  padding: 0;
  font-family: "Noto Sans KR";
  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: "Noto Sans KR";
  font-size: 14px;
  font-weight: 300;
}

input {
  padding: 0 10px;
}

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

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

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

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

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

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

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

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

em, address {
  font-style: normal;
}

label, button {
  cursor: pointer;
}

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

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

legend {
  *width: 0;
}

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

pre {
  white-space: pre-line;
  font-family: "Noto Sans KR";
}

sup {
  font-size: 0.5%;
}

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

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

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

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

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

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

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

.bx-wrapper {
  position: relative;
}

.bx-controls {
  position: absolute;
}

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

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

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

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

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

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

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

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

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fz32 {
  font-size: 32px;
}

.fz34 {
  font-size: 34px;
}

.fz36 {
  font-size: 36px;
}

.fz38 {
  font-size: 38px;
}

.fz40 {
  font-size: 40px;
}

.fz46 {
  font-size: 46px;
}

.fz50 {
  font-size: 50px;
}

.fz60 {
  font-size: 60px;
}

.fz70 {
  font-size: 70px;
}

.fz100 {
  font-size: 100px;
}

@media screen and (max-width: 620px) {
  .fz12 {
    font-size: 11px;
  }
  .fz14 {
    font-size: 12px;
  }
  .fz16 {
    font-size: 12px;
  }
  .fz18 {
    font-size: 14px;
  }
  .fz20 {
    font-size: 14px;
  }
  .fz22 {
    font-size: 16px;
  }
  .fz24 {
    font-size: 18px;
  }
  .fz26 {
    font-size: 20px;
  }
  .fz28 {
    font-size: 20px;
  }
  .fz30 {
    font-size: 20px;
  }
  .fz32 {
    font-size: 22px;
  }
  .fz34 {
    font-size: 22px;
  }
  .fz36 {
    font-size: 22px;
  }
  .fz38 {
    font-size: 24px;
  }
  .fz40 {
    font-size: 26px;
  }
  .fz46 {
    font-size: 26px;
  }
  .fz50 {
    font-size: 22px;
  }
  .fz60 {
    font-size: 30px;
  }
  .fz70 {
    font-size: 30px;
  }
  .fz100 {
    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: 40px;
  text-align: center;
  font-size: 0;
}
@media (max-width: 620px) {
  .page_num {
    margin-top: 20px;
  }
}
.page_num.mt55 {
  margin-top: 55px;
}
@media (max-width: 1240px) {
  .page_num.mt55 {
    margin-top: 80px;
  }
}
@media (max-width: 620px) {
  .page_num.mt55 {
    margin-top: 40px;
  }
}
.page_num.mt60 {
  margin-top: 60px;
}
@media (max-width: 620px) {
  .page_num.mt60 {
    margin-top: 30px;
  }
}
.page_num a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: -1px;
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
  font-weight: 300;
  text-align: center;
  color: #999;
  line-height: 28px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eee;
  vertical-align: middle;
}
@media (max-width: 620px) {
  .page_num a {
    font-size: 11px;
  }
}
.page_num .act {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #397AFB !important;
}
.page_num .page {
  text-indent: -9999px;
}
.page_num .first {
  background: url(/src/img/init/page_first.png) 50% 50% no-repeat;
  background-size: 7px 8px;
}
.page_num .last {
  background: url(/src/img/init/page_last.png) 50% 50% no-repeat;
  background-size: 7px 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;
}

.container {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .container {
    width: 90%;
  }
}

@media screen and (max-width: 1420px) {
  .db1420 {
    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;
  }
  .dn1420 {
    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: rgb(57, 122, 251);
  color: #fff;
}

.de_btn.fill:hover {
  background-color: rgba(57, 122, 251, 0.5);
}

.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 rgb(57, 122, 251);
  color: rgb(57, 122, 251);
}

.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: rgb(57, 122, 251);
}

.de_btn.ghost:focus {
  text-shadow: 1px 5px 5px rgba(0, 0, 0, 0.15);
}

.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 rgb(57, 122, 251);
  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 #9b9b9b;
  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(57, 122, 251);
  transform: scale(0.5, 0.5) rotate(0.3deg);
  -webkit-transform: scale(0.5, 0.5) rotate(0.3deg);
  transform: scale(0.5, 0.5) rotate(0.3deg);
}
.de_rdo input:disabled ~ i, .de_cks input:disabled ~ i {
  background-color: #eee;
}

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

.de_rdo i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.de_rdo i::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.de_cki, .de_cks {
  display: inline-block;
  vertical-align: middle;
}
.de_cki i, .de_cks i {
  display: inline-block;
  border: 1px solid #9b9b9b;
  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(57, 122, 251);
  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;
}

.browser_modal {
  z-index: 30;
  position: fixed;
  right: 50px;
  bottom: 50px;
  border: 1px solid #000;
  background-color: #fff;
}
@media screen and (max-width: 620px) {
  .browser_modal {
    width: 90%;
    right: 5%;
    bottom: 20px;
  }
}
.browser_modal .c0 {
  color: #000;
}
.browser_modal .txt_wrap {
  padding: 30px;
  text-align: center;
}
.browser_modal .txt_wrap .t1 {
  font-size: 12px;
  line-height: 150%;
}
.browser_modal .b_wrap {
  padding: 10px;
  text-align: right;
  border-top: 1px solid #ddd;
}
.browser_modal .b_wrap .close_btn {
  display: inline-block;
  line-height: 150%;
  font-size: 12px;
  color: #666;
}
.browser_modal .b_wrap .close_btn::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 10px;
  background-image: url(/src/img/init/browser_close_ico.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.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 .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;
  }
}
.ovh {
  overflow: hidden;
}

.ff_mont {
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
  font-weight: 500;
}
.ff_mont.fw7 {
  font-weight: 700;
}

#header {
  transition: height 0.3s, top 1s;
  z-index: 20;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 110px;
  padding: 0 50px;
}
@media (max-width: 1240px) {
  #header {
    padding: 0 5%;
  }
}
@media (max-width: 620px) {
  #header {
    height: 55px;
  }
}
#header .hd_logo {
  transition: margin-top 0.3s;
  width: 158px;
  margin-top: 30px;
}
@media (max-width: 620px) {
  #header .hd_logo {
    width: 79px;
    margin-top: 15px;
  }
}
#header .hd_logo .logo {
  display: none;
}
#header .gnb {
  transition: top 0.3s;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 750px;
}
#header .gnb > li {
  transition: padding-top 0.3s;
  position: relative;
  width: 150px;
  text-align: center;
}
#header .gnb > li > a {
  display: block;
  width: 100%;
  height: 110px;
  line-height: 110px;
  color: #fff;
  font-weight: bold;
}
#header .gnb > li > .dep2 {
  display: none;
  position: absolute;
  left: 0;
  top: 109px;
  width: 100%;
  padding: 20px 0;
  border: 1px solid #ddd;
  border-top: 1px solid #397AFB !important;
  background-color: #fff;
}
#header .gnb > li > .dep2 > li + li {
  margin-top: 7px;
}
#header .gnb > li > .dep2 > li:hover > a {
  color: #397AFB !important;
}
#header .gnb > li:hover > .dep2 {
  display: block;
}
#header .hd_r .lang_lst {
  transition: margin-top 0.3s;
  margin-top: 45px;
}
#header .hd_r .m_menu_btn {
  display: none;
}
@media (max-width: 1240px) {
  #header .hd_r .m_menu_btn {
    transition: margin-top 0.3s;
    display: block;
    width: 20px;
    height: 15px;
    margin-top: 48px;
    background-image: url(/src/img/ico/menu_ico_w.svg);
  }
}
@media (max-width: 620px) {
  #header .hd_r .m_menu_btn {
    margin-top: 20px;
  }
}
#header .m_menu_modal {
  display: none;
  z-index: 50;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
#header .m_menu_modal .modal {
  transition: left 0.3s;
  overflow-y: auto;
  position: absolute;
  left: -75%;
  top: 0;
  width: 75%;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 620px) {
  #header .m_menu_modal .modal {
    width: 80%;
  }
}
#header .m_menu_modal .modal .modal_top {
  position: relative;
  padding: 0 40px;
}
@media (max-width: 620px) {
  #header .m_menu_modal .modal .modal_top {
    padding: 0 20px;
  }
}
#header .m_menu_modal .modal .modal_top .lang_lst {
  margin-top: 45px;
}
@media (max-width: 620px) {
  #header .m_menu_modal .modal .modal_top .lang_lst {
    margin-top: 25px;
  }
}
#header .m_menu_modal .modal .modal_top .close_btn {
  width: 30px;
  height: 30px;
  margin-top: 40px;
  background-image: url(/src/img/ico/modal_close_ico.svg);
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 620px) {
  #header .m_menu_modal .modal .modal_top .close_btn {
    margin-top: 20px;
  }
}
#header .m_menu_modal .modal .m_gnb {
  margin-top: 15px;
}
@media (max-width: 620px) {
  #header .m_menu_modal .modal .m_gnb {
    margin-top: 10px;
  }
}
#header .m_menu_modal .modal .m_gnb > li .dep1_btn {
  display: block;
  width: 100%;
  height: 86px;
  border-bottom: 1px solid #ddd;
  padding: 0 40px;
  font-weight: bold;
  text-align: left;
  line-height: 84px;
}
@media (max-width: 620px) {
  #header .m_menu_modal .modal .m_gnb > li .dep1_btn {
    height: 53px;
    padding: 0 20px;
    line-height: 51px;
  }
}
#header .m_menu_modal .modal .m_gnb > li > .dep2 {
  display: none;
  padding: 30px 40px;
  border-bottom: 1px solid #ddd;
  background-color: #fafafa;
}
@media (max-width: 620px) {
  #header .m_menu_modal .modal .m_gnb > li > .dep2 {
    padding: 15px 20px;
  }
}
#header .m_menu_modal .modal .m_gnb > li > .dep2 > li + li {
  margin-top: 20px;
}
@media (max-width: 620px) {
  #header .m_menu_modal .modal .m_gnb > li > .dep2 > li + li {
    margin-top: 10px;
  }
}
#header .m_menu_modal.act .modal {
  left: 0;
}
#header.hd_hover {
  height: 90px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
#header.hd_hover .hd_logo {
  margin-top: 20px;
}
#header.hd_hover .hd_logo .logo_w {
  display: none;
}
#header.hd_hover .hd_logo .logo {
  display: block;
}
#header.hd_hover .gnb {
  top: -20px;
}
#header.hd_hover .gnb > li {
  padding-top: 10px;
}
#header.hd_hover .gnb > li > a {
  color: #000;
}
#header.hd_hover .hd_r .lang_lst {
  margin-top: 35px;
}
#header.hd_hover .hd_r .lang_lst li.act > a {
  color: #397AFB;
}
#header.scroll_hd {
  height: 90px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
@media (max-width: 620px) {
  #header.scroll_hd {
    height: 45px;
  }
}
#header.scroll_hd .hd_logo {
  margin-top: 20px;
}
@media (max-width: 620px) {
  #header.scroll_hd .hd_logo {
    margin-top: 10px;
  }
}
#header.scroll_hd .hd_logo .logo_w {
  display: none;
}
#header.scroll_hd .hd_logo .logo {
  display: block;
}
#header.scroll_hd .gnb {
  top: -20px;
}
#header.scroll_hd .gnb > li {
  padding-top: 10px;
}
#header.scroll_hd .gnb > li > a {
  color: #000;
}
#header.scroll_hd .hd_r .lang_lst {
  margin-top: 35px;
}
#header.scroll_hd .hd_r .lang_lst li.act > a {
  color: #397AFB;
}
#header.scroll_hd .hd_r .m_menu_btn {
  margin-top: 38px;
  background-image: url(/src/img/ico/menu_ico.svg);
}
@media (max-width: 620px) {
  #header.scroll_hd .hd_r .m_menu_btn {
    margin-top: 15px;
  }
}

.lang_lst {
  font-size: 0;
}
.lang_lst li {
  display: inline-block;
  vertical-align: middle;
}
.lang_lst li > a {
  color: #999;
  line-height: 150%;
}
.lang_lst li:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #999;
}
.lang_lst li:last-child::after {
  display: none;
}
.lang_lst li.act > a {
  color: #397AFB;
}
.lang_lst.w li.act > a {
  color: #fff;
}

.agree_modal {
  display: none;
  z-index: 30;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1240px) {
  .agree_modal {
    position: fixed;
  }
}
.agree_modal .modal {
  position: relative;
  width: 504px;
  height: 684px;
  margin: 0 auto;
  border: 2px solid #000;
  background-color: #fff;
}
@media (max-width: 1240px) {
  .agree_modal .modal {
    width: 100%;
    height: 100%;
    margin-top: 0 !important;
    border: 0;
  }
}
.agree_modal .modal .ovy {
  overflow-y: auto;
  height: 100%;
  padding: 40px 30px;
}
@media (max-width: 1240px) {
  .agree_modal .modal .ovy {
    overflow-y: visible;
    padding: 0;
  }
}
.agree_modal .modal .tit {
  font-weight: bold;
}
@media (max-width: 1240px) {
  .agree_modal .modal .tit {
    height: 110px;
    padding: 0 5%;
    line-height: 110px;
    text-align: center;
    border-bottom: 1px solid #eee;
  }
}
@media (max-width: 620px) {
  .agree_modal .modal .tit {
    height: 60px;
    line-height: 60px;
  }
}
.agree_modal .modal .txt_cont {
  margin-top: 20px;
}
@media (max-width: 1240px) {
  .agree_modal .modal .txt_cont {
    overflow-y: auto;
    height: calc(100% - 110px);
    margin-top: 0;
    padding: 40px 5%;
    border-top: 20px solid #F6FAFB;
  }
}
@media (max-width: 620px) {
  .agree_modal .modal .txt_cont {
    height: calc(100% - 60px);
    padding: 20px 5%;
    border-top: 10px solid #F6FAFB;
  }
}
.agree_modal .modal .close_btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background-image: url(/src/img/ico/modal_close_ico.svg);
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1240px) {
  .agree_modal .modal .close_btn {
    right: 5%;
    top: 40px;
  }
}
@media (max-width: 620px) {
  .agree_modal .modal .close_btn {
    top: 15px;
  }
}

.index .main_slide {
  position: relative;
}
.index .main_slide .main_mask {
  overflow: hidden;
  width: 100%;
}
.index .main_slide .item {
  height: 970px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1240px) {
  .index .main_slide .item {
    background-image: none;
  }
}
@media (max-width: 991px) {
  .index .main_slide .item {
    position: relative;
    height: 0;
    padding-bottom: 135%;
  }
}
.index .main_slide .item .m_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.index .main_slide .item .txt {
  padding-top: 279px;
}
@media (max-width: 991px) {
  .index .main_slide .item .txt {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-80%);
    padding-top: 0;
  }
}
@media (max-width: 620px) {
  .index .main_slide .item .txt {
    transform: translateY(-70%);
  }
}
.index .main_slide .item .txt .t1 {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  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;
  transition-delay: 0.7s;
}
.index .main_slide .item .txt .t2 {
  margin-top: 40px;
  color: #fff;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  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;
  transition-delay: 1.2s;
}
@media (max-width: 620px) {
  .index .main_slide .item .txt .t2 {
    margin-top: 20px;
  }
}
.index .main_slide .item.swiper-slide-active .t1, .index .main_slide .item.swiper-slide-active .t2 {
  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);
}
.index .main_slide .arrow_btn {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 31px;
  height: 57px;
  background-image: url(/src/img/ico/index_slide_arrow.svg);
  background-size: cover;
}
.index .main_slide .arrow_btn.prev {
  left: 50px;
  transform: translateY(-50%) scaleX(-1);
}
.index .main_slide .arrow_btn.next {
  right: 50px;
}
.index .main_slide .arrow_btn:hover {
  background-image: url(/src/img/ico/index_slide_arrow_w.svg);
}
.index .main_slide .b_line {
  z-index: 10;
  position: absolute;
  left: calc(50% - 600px);
  bottom: 277px;
  font-size: 0;
}
@media (max-width: 1240px) {
  .index .main_slide .b_line {
    left: 5%;
  }
}
@media (max-width: 991px) {
  .index .main_slide .b_line {
    bottom: 296px;
  }
}
@media (max-width: 620px) {
  .index .main_slide .b_line {
    bottom: 90px;
  }
}
.index .main_slide .b_line .control_box {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
}
.index .main_slide .b_line .control_box .circle_wrap {
  display: block;
  width: 100%;
  height: 100%;
}
.index .main_slide .b_line .control_box .circle_wrap .circle {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-90deg) scaleY(-1);
  width: 100%;
  height: 100%;
  stroke-linecap: round;
  stroke-width: 3;
  fill: none;
}
.index .main_slide .b_line .control_box .circle_wrap .circle .ani_circle {
  stroke: #fff;
  stroke-dasharray: 312;
  transform-origin: center;
  animation: rotation 6s linear;
}
.index .main_slide .b_line .control_box .circle_wrap .circle .bg_circle {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-dasharray: 312;
  transform-origin: center;
}
.index .main_slide .b_line .control_box .control_btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.index .main_slide .b_line .control_box .control_btn.stop {
  background-image: url(/src/img/ico/main_slide_stop.svg);
}
.index .main_slide .b_line .control_box .control_btn.play {
  background-image: url(/src/img/ico/main_slide_play.svg);
}
.index .main_slide .b_line .fraction {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  color: #999;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.index .main_slide .b_line .fraction .swiper-pagination-current {
  color: #fff;
  font-weight: 700;
}
.index .main_slide .scroll_down {
  z-index: 10;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}
@media (max-width: 620px) {
  .index .main_slide .scroll_down {
    bottom: 25px;
  }
}
.index .main_slide .scroll_down .t1 {
  font-weight: 700;
  color: #fff;
}
.index .main_slide .scroll_down::after {
  content: "";
  display: block;
  width: 12px;
  height: 16px;
  margin: 10px auto 0;
  background-image: url(/src/img/ico/scroll_down_ico.svg);
}
@media (max-width: 620px) {
  .index .main_slide .scroll_down::after {
    margin-top: 5px;
  }
}
.index .index_cont {
  padding: 130px 0;
}
@media (max-width: 620px) {
  .index .index_cont {
    padding: 65px 0;
  }
}
.index .index_cont.pb0 {
  padding-bottom: 0;
}
.index .index_tit {
  font-weight: bold;
  text-align: center;
}
.index .index_tit.tal {
  text-align: left;
}
.index .index_tit.cf {
  color: #fff;
}
.index .index_desc {
  margin: 20px auto 0;
  color: #666;
  text-align: center;
}
.index .index_desc.cf {
  color: #fff;
}
.index .main_company {
  background-image: url(/src/img/main_company_bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
@media (max-width: 1240px) {
  .index .main_company {
    background-image: none;
  }
}
.index .main_company .index_desc {
  width: 860px;
}
@media (max-width: 1240px) {
  .index .main_company .index_desc {
    width: 100%;
  }
}
.index .main_company .main_company_lst {
  overflow: hidden;
  margin-top: 60px;
  padding-bottom: 130px;
  text-align: center;
}
@media (max-width: 1240px) {
  .index .main_company .main_company_lst {
    width: 520px;
    margin: 60px auto 0;
  }
}
@media (max-width: 620px) {
  .index .main_company .main_company_lst {
    width: 280px;
    margin-top: 30px;
    padding-bottom: 65px;
  }
}
.index .main_company .main_company_lst > ul {
  margin-right: -20px;
  font-size: 0;
}
@media (max-width: 1240px) {
  .index .main_company .main_company_lst > ul {
    margin-bottom: -20px;
  }
}
@media (max-width: 620px) {
  .index .main_company .main_company_lst > ul {
    margin: 0 -8px -8px 0;
  }
}
.index .main_company .main_company_lst > ul li {
  display: inline-block;
  width: 160px;
  height: 160px;
  margin-right: 20px;
  border: 1px solid #ddd;
  vertical-align: top;
}
@media (max-width: 1240px) {
  .index .main_company .main_company_lst > ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 620px) {
  .index .main_company .main_company_lst > ul li {
    width: 136px;
    height: 136px;
    margin: 0 8px 8px 0;
  }
}
.index .main_company .main_company_lst > ul li > a {
  padding-top: 38px;
}
@media (max-width: 620px) {
  .index .main_company .main_company_lst > ul li > a {
    padding-top: 26px;
  }
}
.index .main_company .main_company_lst > ul li .ico::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
}
.index .main_company .main_company_lst > ul li .ico1::before {
  background-image: url(/src/img/ico/main_company_ico1.svg);
}
.index .main_company .main_company_lst > ul li .ico2::before {
  background-image: url(/src/img/ico/main_company_ico2.svg);
}
.index .main_company .main_company_lst > ul li .ico3::before {
  background-image: url(/src/img/ico/main_company_ico3.svg);
}
.index .main_company .main_company_lst > ul li .ico4::before {
  background-image: url(/src/img/ico/main_company_ico4.svg);
}
.index .main_company .main_company_lst > ul li .ico5::before {
  background-image: url(/src/img/ico/main_company_ico5.svg);
}
.index .main_company .main_company_lst > ul li .ico6::before {
  background-image: url(/src/img/ico/main_company_ico6.svg);
}
.index .main_company .main_company_lst > ul li .t1 {
  font-weight: bold;
}
.index .main_company .main_company_lst > ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.index .main_company .main_company_lst > ul li:nth-child(3) {
  transition-delay: 0.4s;
}
@media (max-width: 620px) {
  .index .main_company .main_company_lst > ul li:nth-child(3) {
    transition-delay: 0.2s;
  }
}
.index .main_company .main_company_lst > ul li:nth-child(4) {
  transition-delay: 0.6s;
}
@media (max-width: 1240px) {
  .index .main_company .main_company_lst > ul li:nth-child(4) {
    transition-delay: 0.2s;
  }
}
@media (max-width: 620px) {
  .index .main_company .main_company_lst > ul li:nth-child(4) {
    transition-delay: 0.4s;
  }
}
.index .main_company .main_company_lst > ul li:nth-child(5) {
  transition-delay: 0.8s;
}
@media (max-width: 1240px) {
  .index .main_company .main_company_lst > ul li:nth-child(5) {
    transition-delay: 0.4s;
  }
}
@media (max-width: 620px) {
  .index .main_company .main_company_lst > ul li:nth-child(5) {
    transition-delay: 0.2s;
  }
}
.index .main_company .main_company_lst > ul li:nth-child(6) {
  transition-delay: 1s;
}
@media (max-width: 1240px) {
  .index .main_company .main_company_lst > ul li:nth-child(6) {
    transition-delay: 0.6s;
  }
}
@media (max-width: 620px) {
  .index .main_company .main_company_lst > ul li:nth-child(6) {
    transition-delay: 0.4s;
  }
}
.index .main_business {
  background-image: url(/src/img/main_business_bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.index .main_business .main_business_slide {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 1240px) {
  .index .main_business .main_business_slide {
    overflow: hidden;
  }
}
@media (max-width: 620px) {
  .index .main_business .main_business_slide {
    margin-top: 30px;
  }
}
@media (max-width: 1240px) {
  .index .main_business .main_business_slide.container {
    width: 100%;
  }
}
.index .main_business .main_business_slide .business_mask {
  overflow: hidden;
  padding-top: 10px;
}
@media (max-width: 1240px) {
  .index .main_business .main_business_slide .business_mask {
    overflow: visible;
    width: 380px;
    margin: 0 auto;
  }
}
@media (max-width: 620px) {
  .index .main_business .main_business_slide .business_mask {
    overflow: hidden;
    width: 90%;
    padding-top: 0;
  }
}
.index .main_business .main_business_slide .item {
  transition: transform 0.3s;
  position: relative;
}
.index .main_business .main_business_slide .item > a{display: block;}
.index .main_business .main_business_slide .item img {
  width: 100%;
}
.index .main_business .main_business_slide .item .t1 {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
  padding: 0 40px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 620px) {
  .index .main_business .main_business_slide .item .t1 {
    bottom: 20px;
    padding: 0 20px;
  }
}
.index .main_business .main_business_slide .item:hover {
  transform: translateY(-10px);
}
@media (max-width: 620px) {
  .index .main_business .main_business_slide .item:hover {
    transform: translateY(0);
  }
}
.index .main_business .main_business_slide .arrow_btn {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 31px;
  height: 57px;
  background-image: url(/src/img/ico/index_slide_arrow.svg);
  background-size: cover;
}
.index .main_business .main_business_slide .arrow_btn.prev {
  left: -60px;
  transform: translateY(-50%) scaleX(-1);
}
.index .main_business .main_business_slide .arrow_btn.next {
  right: -60px;
}
.index .main_business .main_business_slide .arrow_btn:hover {
  background-image: url(/src/img/ico/index_slide_arrow_w.svg);
}
.index .main_business .main_business_slide .bullet {
  margin-top: 50px;
  text-align: center;
  font-size: 0;
}
@media (max-width: 620px) {
  .index .main_business .main_business_slide .bullet {
    margin-top: 20px;
  }
}
.index .main_business .main_business_slide .bullet .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: top;
  background-color: transparent;
}
.index .main_business .main_business_slide .bullet .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
}
.index .main_business .main_business_slide .bullet .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
.index .main_business .main_business_slide .bullet .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #fff;
}
@media (max-width: 620px) {
  .index .main_news {
    position: relative;
    padding-bottom: 100px;
  }
}
.index .main_news .index_tit {
  line-height: 56px;
}
@media (max-width: 620px) {
  .index .main_news .index_tit {
    line-height: 150%;
  }
}
.index .main_news .b_line {
  margin-top: 15px;
  font-size: 0;
}
@media (max-width: 620px) {
  .index .main_news .b_line {
    margin-top: 5px;
  }
}
.index .main_news .b_line .fraction {
  display: inline-block;
  margin-right: 30px;
  line-height: 28px;
}
@media (max-width: 620px) {
  .index .main_news .b_line .fraction {
    position: absolute;
    left: 50%;
    bottom: 65px;
    transform: translateX(-50%);
    margin-right: 0;
    line-height: 150%;
  }
}
.index .main_news .b_line .fraction .swiper-pagination-current {
  font-weight: bold;
  color: #000;
}
.index .main_news .b_line .arrow_btn {
  display: inline-block;
  width: 15px;
  height: 28px;
  background-image: url(/src/img/ico/index_slide_arrow_g.svg);
}
.index .main_news .b_line .arrow_btn.prev {
  transform: scaleX(-1);
}
.index .main_news .b_line .arrow_btn.next {
  position: relative;
  margin-left: 60px;
}
.index .main_news .b_line .arrow_btn.next::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 5px;
  width: 1px;
  height: 18px;
  background-color: #eee;
}
.index .main_news .b_line .arrow_btn:hover {
  background-image: url(/src/img/ico/index_slide_arrow_b.svg);
}
@media (max-width: 1240px) {
  .index .main_news .main_news_slide {
    overflow: hidden;
  }
}
.index .main_news .main_news_slide .news_mask {
  overflow: hidden;
  width: 1200px;
  margin: 40px auto 0;
  padding: 1px;
}
@media (max-width: 1240px) {
  .index .main_news .main_news_slide .news_mask {
    overflow: visible;
    width: 380px;
  }
}
@media (max-width: 620px) {
  .index .main_news .main_news_slide .news_mask {
    overflow: hidden;
    width: 90%;
    margin-top: 20px;
  }
}
.index .main_news .main_news_slide .item {
  background-color: #F9F9F9;
}
.index .main_news .main_news_slide .item > a {
  padding: 50px 40px;
}
@media (max-width: 620px) {
  .index .main_news .main_news_slide .item > a {
    padding: 43px 20px;
  }
}
.index .main_news .main_news_slide .item .date {
  color: #999;
}
.index .main_news .main_news_slide .item .t1 {
  margin-top: 20px;
  font-weight: bold;
}
@media (max-width: 620px) {
  .index .main_news .main_news_slide .item .t1 {
    margin-top: 10px;
  }
}
.index .main_news .main_news_slide .item .t2 {
  height: 42px;
  margin-top: 20px;
}
@media (max-width: 620px) {
  .index .main_news .main_news_slide .item .t2 {
    height: 36px;
    margin-top: 10px;
  }
}
.index .main_news .main_news_slide .item .more_txt {
  margin-top: 40px;
}
@media (max-width: 620px) {
  .index .main_news .main_news_slide .item .more_txt {
    margin-top: 20px;
  }
}
.index .main_news .main_news_slide .item:hover .t1 {
  text-decoration: underline;
}
.index .main_lr_box {
  overflow: hidden;
}
.index .main_lr_box .cont {
  width: 50%;
  height: 485px;
  text-align: center;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1240px) {
  .index .main_lr_box .cont {
    float: none;
    width: 100%;
    padding: 0 5%;
  }
}
@media (max-width: 620px) {
  .index .main_lr_box .cont {
    height: 216px;
  }
}
.index .main_lr_box .cont.bg1 {
  background-image: url(/src/img/main_lr_bg1.jpg);
}
.index .main_lr_box .cont.bg2 {
  background-image: url(/src/img/main_lr_bg2.jpg);
}
.index .main_lr_box .cont .t1 {
  font-weight: bold;
  color: #fff;
}
.index .main_lr_box .cont .t2 {
  margin-top: 10px;
  color: #fff;
}
@media (max-width: 620px) {
  .index .main_lr_box .cont .t2 {
    margin-top: 5px;
  }
}
.index .main_lr_box .cont .more_btn {
  display: block;
  width: 130px;
  height: 44px;
  margin: 40px auto 0;
  border: 1px solid #fff;
  border-radius: 22px;
  line-height: 42px;
  color: #fff;
}
@media (max-width: 620px) {
  .index .main_lr_box .cont .more_btn {
    margin-top: 20px;
  }
}
.index .main_lr_box .cont .more_btn:hover {
  border: 1px solid #397AFB !important;
  background-color: #397AFB !important;
}

@keyframes rotation {
  0% {
    stroke-dashoffset: 312;
  }
  60% {
    stroke-dashoffset: 152;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes rotation {
  0% {
    stroke-dashoffset: 312;
  }
  60% {
    stroke-dashoffset: 152;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.box_hover {
  position: relative;
}
.box_hover::before {
  transition: all 0.3s;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 0;
  height: 2px;
  background-color: #397AFB !important;
}
.box_hover::after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 2px;
  height: 0;
  background-color: #397AFB !important;
}
.box_hover .box_r_line {
  display: block;
  width: 100%;
  height: 100%;
}
.box_hover .box_r_line::before {
  transition: all 0.3s;
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: #397AFB !important;
}
.box_hover .box_r_line::after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 2px;
  height: 0;
  background-color: #397AFB !important;
}
.box_hover:hover::before {
  width: calc(100% + 2px);
}
.box_hover:hover::after {
  height: calc(100% + 2px);
}
.box_hover:hover .box_r_line::before {
  width: calc(100% + 2px);
}
.box_hover:hover .box_r_line::after {
  height: calc(100% + 2px);
}

.sub_visual {
  height: 420px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 620px) {
  .sub_visual {
    height: 187px;
  }
}
.sub_visual.sub1 {
  background-image: url(/src/img/sv1.jpg);
}
.sub_visual.sub2 {
  background-image: url(/src/img/sv2.jpg);
}
.sub_visual.sub3 {
  background-image: url(/src/img/sv3.jpg);
}
.sub_visual.sub4 {
  background-image: url(/src/img/sv4.jpg);
}
.sub_visual.sub5 {
  background-image: url(/src/img/sv5.jpg);
}
.sub_visual .txt {
  padding-top: 183px;
  text-align: center;
}
@media (max-width: 620px) {
  .sub_visual .txt {
    padding-top: 102px;
  }
}
.sub_visual .txt .t1 {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  filter: blur(10px);
  transition: 0.5s filter linear;
}
.sub_visual .txt .t2 {
  margin-top: 8px;
  color: #fff;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.sub_visual.act .txt .t1 {
  opacity: 1;
  filter: blur(0px);
}

.lnb {
  margin-bottom: 100px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 620px) {
  .lnb {
    margin-bottom: 50px;
  }
}
@media (max-width: 1240px) {
  .lnb > .container {
    width: 100%;
  }
}
.lnb .wrap {
  display: flex;
}
.lnb .home_btn {
  display: block;
  width: 65px;
  height: 65px;
  border-left: 1px solid #eee;
  line-height: 63px;
  text-align: center;
  color: #397AFB !important;
  font-weight: 900;
}
.lnb .lnb_sel {
  display: block;
  flex-basis: 273px;
  height: 65px;
  padding: 0 40px 0 20px;
  border: 0;
  border-left: 1px solid #eee;
  background-position: calc(100% - 20px) 50%;
  background-size: 12px 7px;
}
@media (max-width: 1240px) {
  .lnb .lnb_sel {
    flex-basis: 100%;
  }
}
@media (max-width: 620px) {
  .lnb .lnb_sel {
    height: 60px;
  }
}
@media (max-width: 1240px) {
  .lnb .lnb_sel:first-of-type {
    border-left: 0;
  }
}
.lnb .lnb_sel:last-of-type {
  border-right: 1px solid #eee;
}
@media (max-width: 1240px) {
  .lnb .lnb_sel:last-of-type {
    border-right: 0;
  }
}

.s_tit {
  margin-bottom: 50px;
}
.s_tit > h3 {
  font-weight: bold;
  text-align: center;
}
.s_tit .t1 {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 620px) {
  .s_tit .t1 {
    margin-top: 10px;
  }
}
@media (max-width: 620px) {
  .s_tit {
    margin-bottom: 25px;
  }
}

.s_menu {
  margin-bottom: 40px;
}
@media (max-width: 620px) {
  .s_menu {
    margin-bottom: 20px;
  }
}
.s_menu > ul {
  display: flex;
  justify-content: center;
  margin-left: -5px;
}
.s_menu > ul li {
  width: 195px;
  height: 70px;
  margin-left: 5px;
  border: 1px solid #ddd;
}
.s_menu > ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 68px;
  text-align: center;
}
.s_menu > ul li.act {
  background-color: #397AFB !important;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}
.s_menu > ul li.act > a {
  color: #fff;
}
.s_menu > select {
  width: 100%;
  height: 60px;
  padding: 0 35px 0 20px;
  background-position: calc(100% - 20px) center;
  background-size: 12px 7px;
}

.ico_tit::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px 4px 0;
  vertical-align: middle;
  background-image: url(/src/img/ico/tit_ico.svg);
}
@media (max-width: 620px) {
  .ico_tit.mt60 {
    margin-top: 30px;
  }
}

.intro_banner {
  width: 1400px;
  height: 380px;
  margin: 0 auto;
  text-align: center;
  background-image: url(/src/img/intro_banner.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 1420px) {
  .intro_banner {
    width: 1200px;
  }
}
@media (max-width: 1240px) {
  .intro_banner {
    width: 100%;
    padding: 0 5%;
  }
}
.intro_banner .t1 {
  color: #fff;
  line-height: 170%;
  font-weight: 100;
}
@media (max-width: 620px) {
  .intro_banner .t1 {
    line-height: 150%;
  }
}

.intro_txt {
  padding-top: 50px;
  text-align: center;
  background-image: url(/src/img/intro_txt_bg.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (max-width: 620px) {
  .intro_txt {
    padding-top: 25px;
    background-size: 280px auto;
    background-position: center bottom;
  }
}
.intro_txt .t1 + .t1 {
  margin-top: 30px;
}
@media (max-width: 620px) {
  .intro_txt .t1 + .t1 {
    margin-top: 15px;
  }
}
.intro_txt .name {
  margin-left: 3px;
}

@media (max-width: 1240px) {
  .c_lst {
    padding: 0 30px;
  }
}
@media (max-width: 620px) {
  .c_lst {
    padding: 0;
  }
}
.c_lst li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1240px) {
  .c_lst li {
    display: block;
  }
}
.c_lst li .img {
  width: 580px;
}
@media (max-width: 1240px) {
  .c_lst li .img {
    width: 100%;
  }
}
.c_lst li .img img {
  width: 100%;
}
.c_lst li .txt {
  position: relative;
  width: 540px;
}
@media (max-width: 1240px) {
  .c_lst li .txt {
    width: 100%;
  }
}
.c_lst li .txt .t1 {
  position: absolute;
  top: -115px;
  opacity: 0.05;
  font-weight: bold;
  line-height: 145px;
}
@media (max-width: 1240px) {
  .c_lst li .txt .t1 {
    position: static;
  }
}
@media (max-width: 620px) {
  .c_lst li .txt .t1 {
    line-height: 72px;
  }
}
.c_lst li .txt .t2 {
  font-weight: bold;
}
@media (max-width: 1240px) {
  .c_lst li .txt .t2 {
    margin-top: -30px;
  }
}
@media (max-width: 620px) {
  .c_lst li .txt .t2 {
    margin-top: -13px;
  }
}
.c_lst li .txt .t3 {
  margin-top: 20px;
}
@media (max-width: 620px) {
  .c_lst li .txt .t3 {
    margin-top: 10px;
  }
}
.c_lst li:nth-child(2n-1) .txt .t1 {
  left: 0;
}
.c_lst li:nth-child(2n) {
  flex-direction: row-reverse;
}
.c_lst li:nth-child(2n) .txt {
  text-align: right;
}
@media (max-width: 1240px) {
  .c_lst li:nth-child(2n) .txt {
    text-align: left;
  }
}
.c_lst li:nth-child(2n) .txt .t1 {
  right: 0;
}
.c_lst.m60 li + li {
  margin-top: 60px;
}
@media (max-width: 1240px) {
  .c_lst.m60 li + li {
    margin-top: 100px;
  }
}
@media (max-width: 620px) {
  .c_lst.m60 li + li {
    margin-top: 50px;
  }
}
.c_lst.m100 li + li {
  margin-top: 100px;
}
@media (max-width: 1240px) {
  .c_lst.m100 li + li {
    margin-top: 100px;
  }
}
@media (max-width: 620px) {
  .c_lst.m100 li + li {
    margin-top: 50px;
  }
}

.history_cont {
  padding-top: 35px;
}
@media (max-width: 1240px) {
  .history_cont {
    padding-top: 0;
  }
}

.history {
  overflow-y: hidden;
  position: relative;
}
@media (max-width: 1240px) {
  .history {
    padding-left: 70px;
  }
}
@media (max-width: 620px) {
  .history {
    padding-left: 50px;
  }
}
.history::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 30px;
  width: 1px;
  height: calc(100% - 30px);
  background-color: #ddd;
}
@media (max-width: 1240px) {
  .history::before {
    left: 11px;
  }
}
@media (max-width: 620px) {
  .history::before {
    top: 16px;
    height: calc(100% - 16px);
  }
}
.history .history_bar {
  position: absolute;
  left: 50%;
  top: 30px;
  width: 1px;
  height: 0;
  background-color: #EF172F;
}
@media (max-width: 1240px) {
  .history .history_bar {
    left: 11px;
  }
}
@media (max-width: 620px) {
  .history .history_bar {
    top: 16px;
  }
}
.history .item {
  display: block;
  width: 538px;
}
@media (max-width: 1240px) {
  .history .item {
    width: 100%;
  }
}
.history .item + .item {
  margin-top: 50px;
}
@media (max-width: 620px) {
  .history .item + .item {
    margin-top: 25px;
  }
}
.history .item .year {
  position: relative;
  margin-bottom: 20px;
  line-height: 57px;
}
@media (max-width: 620px) {
  .history .item .year {
    margin-bottom: 10px;
    line-height: 26px;
  }
}
.history .item .year::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background-image: url(/src/img/ico/history_circle.svg);
}
.history .item .cont {
  display: flex;
}
.history .item .cont + .cont {
  margin-top: 10px;
}
@media (max-width: 620px) {
  .history .item .cont + .cont {
    margin-top: 5px;
  }
}
.history .item .cont .date {
  display: block;
  width: 45px;
  height: auto;
  padding-top: 3px;
  font-weight: bold;
}
@media (max-width: 620px) {
  .history .item .cont .date {
    width: 35px;
    padding-top: 2px;
  }
}
.history .item .cont .desc {
  width: calc(100% - 45px);
}
@media (max-width: 620px) {
  .history .item .cont .desc {
    width: calc(100% - 35px);
  }
}
.history .item .cont .desc .t1 {
  position: relative;
  width: 100%;
}
@media (max-width: 620px) {
  .history .item .cont .desc .t1 {
    width: calc(100% - 40px);
    margin-top: 1px;
  }
}
.history .item .cont .desc .t1 + .t1 {
  margin-top: 10px;
}
@media (max-width: 620px) {
  .history .item .cont .desc .t1 + .t1 {
    margin-top: 5px;
  }
}
.history .item .cont .desc .t1::before {
  content: "";
  position: absolute;
  top: 10px;
  width: 3px;
  height: 3px;
  background-color: #ddd;
}
@media (max-width: 620px) {
  .history .item .cont .desc .t1::before {
    top: 7px;
  }
}
.history .item:nth-of-type(2n-1) {
  margin-left: calc(100% - 538px);
}
@media (max-width: 1240px) {
  .history .item:nth-of-type(2n-1) {
    margin-left: 0;
  }
}
.history .item:nth-of-type(2n-1) .year::after {
  left: -73px;
}
@media (max-width: 1240px) {
  .history .item:nth-of-type(2n-1) .year::after {
    left: -70px;
  }
}
@media (max-width: 620px) {
  .history .item:nth-of-type(2n-1) .year::after {
    left: -50px;
  }
}
.history .item:nth-of-type(2n-1) .cont .desc .t1 {
  padding-left: 10px;
}
.history .item:nth-of-type(2n-1) .cont .desc .t1::before {
  left: 0;
}
.history .item:nth-of-type(2n) {
  margin-right: calc(100% - 538px);
  text-align: right;
}
@media (max-width: 1240px) {
  .history .item:nth-of-type(2n) {
    margin-right: 0;
    text-align: left;
  }
}
.history .item:nth-of-type(2n) .year::after {
  right: -74px;
}
@media (max-width: 1240px) {
  .history .item:nth-of-type(2n) .year::after {
    right: calc(100% + 47px);
  }
}
@media (max-width: 620px) {
  .history .item:nth-of-type(2n) .year::after {
    right: calc(100% + 27px);
  }
}
.history .item:nth-of-type(2n) .cont {
  flex-direction: row-reverse;
}
@media (max-width: 1240px) {
  .history .item:nth-of-type(2n) .cont {
    flex-direction: row;
  }
}
.history .item:nth-of-type(2n) .cont .desc .t1 {
  padding-right: 10px;
}
@media (max-width: 1240px) {
  .history .item:nth-of-type(2n) .cont .desc .t1 {
    padding: 0 0 0 10px;
  }
}
.history .item:nth-of-type(2n) .cont .desc .t1::before {
  right: 0;
}
@media (max-width: 1240px) {
  .history .item:nth-of-type(2n) .cont .desc .t1::before {
    right: 100%;
  }
}
.history .item.act .year::after {
  background-image: url(/src/img/ico/history_circle_act.svg);
}

.certi_modal {
  display: none;
  z-index: 30;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.certi_modal .modal {
  width: 504px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 620px) {
  .certi_modal .modal {
    width: 90%;
  }
}
.certi_modal .modal .img {
  position: relative;
  padding: 40px;
  background-color: #fff;
}
@media (max-width: 620px) {
  .certi_modal .modal .img {
    padding: 22px;
  }
}
.certi_modal .modal .img img {
  width: 100%;
}
.certi_modal .modal .img .close_btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  background-image: url(/src/img/ico/certi_close_ico.svg);
}
.certi_modal .modal .t1 {
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 620px) {
  .certi_modal .modal .t1 {
    margin-top: 10px;
  }
}

.certi_lst {
  overflow: hidden;
}
@media (max-width: 1240px) {
  .certi_lst {
    padding: 0 30px;
  }
}
@media (max-width: 620px) {
  .certi_lst {
    padding: 0;
  }
}
.certi_lst > ul {
  margin: 0 -40px -60px 0;
  font-size: 0;
}
@media (max-width: 620px) {
  .certi_lst > ul {
    margin: 0 -8px -30px 0;
  }
}
.certi_lst > ul li {
  display: inline-block;
  width: calc(25% - 40px);
  margin: 0 40px 60px 0;
  text-align: center;
  vertical-align: top;
}
@media (max-width: 1240px) {
  .certi_lst > ul li {
    width: calc(50% - 40px);
  }
}
@media (max-width: 620px) {
  .certi_lst > ul li {
    width: calc(50% - 8px);
    margin: 0 8px 30px 0;
  }
}
.certi_lst > ul li .btn_cont {
  display: block;
  width: 100%;
}
.certi_lst > ul li .btn_cont .img {
  display: block;
}
.certi_lst > ul li .btn_cont .t1 {
  display: block;
}
.certi_lst > ul li .img {
  width: 100%;
  border: 1px solid #ddd;
}
.certi_lst > ul li .img img {
  width: 100%;
}
.certi_lst > ul li .t1 {
  margin-top: 20px;
}
@media (max-width: 620px) {
  .certi_lst > ul li .t1 {
    margin-top: 10px;
  }
}

.gall_lst {
  overflow: hidden;
}
@media (max-width: 620px) {
  .gall_lst.mt20 {
    margin-top: 10px;
  }
}
.gall_lst > ul {
  margin: 0 -30px -60px 0;
  font-size: 0;
}
@media (max-width: 620px) {
  .gall_lst > ul {
    margin: 0 0 -30px;
  }
}
.gall_lst > ul li {
  display: inline-block;
  width: calc(33.3334% - 30px);
  margin: 0 30px 60px 0;
  vertical-align: top;
}
@media (max-width: 1240px) {
  .gall_lst > ul li {
    width: calc(50% - 30px);
  }
}
@media (max-width: 620px) {
  .gall_lst > ul li {
    display: block;
    width: 100%;
    margin: 0 0 30px;
  }
}
.gall_lst > ul li .img {
  width: 100%;
  border: 1px solid #ddd;
}
.gall_lst > ul li .img img {
  width: 100%;
}
.gall_lst > ul li .t1 {
  margin-top: 20px;
  font-weight: bold;
}
@media (max-width: 620px) {
  .gall_lst > ul li .t1 {
    margin-top: 10px;
  }
}
.gall_lst > ul li .t2 {
  margin-top: 10px;
}
@media (max-width: 620px) {
  .gall_lst > ul li .t2 {
    margin-top: 5px;
  }
}

.bd_sch {
  width: 480px;
  height: 50px;
  margin: 40px auto 0;
  border: 1px solid #ddd;
  font-size: 0;
}
@media (max-width: 620px) {
  .bd_sch {
    width: 100%;
    margin-top: 20px;
  }
}
.bd_sch .sch_inp {
  display: inline-block;
  width: calc(100% - 40px);
  height: 100%;
  padding: 0 20px;
  border: 0;
}
@media (max-width: 620px) {
  .bd_sch .sch_inp {
    width: calc(100% - 30px);
    padding: 0 10px;
  }
}
.bd_sch .sch_inp::placeholder {
  color: #999;
}
.bd_sch .s_btn {
  display: inline-block;
  width: 40px;
  height: 100%;
  background-image: url(/src/img/ico/sch_ico.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 620px) {
  .bd_sch .s_btn {
    width: 30px;
  }
}

.map {
  width: 1200px;
  height: 580px;
  margin: 0 auto;
  border: 1px solid #ddd;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1240px) {
  .map {
    width: 100%;
    height: 420px;
    border: 0;
  }
}
@media (max-width: 620px) {
  .map {
    height: 187px;
  }
}
.map.bg1 {
  background-image: url(/src/img/map_ex1.jpg);
}
.map.bg2 {
  background-image: url(/src/img/map_ex2.jpg);
}

.map_empty{height: 283px;padding-top: 100px;}
.map_empty::before{content: '';display: block;width: 40px;height: 39px;margin: 0 auto;background-image: url(/src/img/ico/caution_ico.svg);background-size: cover;}

.map_desc {
  display: flex;
  margin-top: 50px;
}
@media (max-width: 1240px) {
  .map_desc {
    display: block;
    margin-top: 60px;
  }
}
@media (max-width: 620px) {
  .map_desc {
    margin-top: 30px;
  }
}
.map_desc .l_cont {
  width: 280px;
}
@media (max-width: 1240px) {
  .map_desc .l_cont {
    width: 100%;
  }
}
.map_desc .r_cont {
  width: calc(100% - 280px);
  padding-left: 100px;
  border-left: 1px solid #eee;
}
@media (max-width: 1240px) {
  .map_desc .r_cont {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
    border-left: 0;
  }
}
@media (max-width: 620px) {
  .map_desc .r_cont {
    margin-top: 20px;
  }
}
.map_desc .map_tb th {
  width: 75px;
  padding: 12px 0;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 620px) {
  .map_desc .map_tb th {
    width: 50px;
    padding: 5px 0;
  }
}
.map_desc .map_tb td {
  padding: 12px 0;
}
@media (max-width: 620px) {
  .map_desc .map_tb td {
    padding: 5px 0;
  }
}

.business .cont + .cont {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #ddd;
}
@media (max-width: 620px) {
  .business .cont + .cont {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.business .lr_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1240px) {
  .business .lr_box {
    display: block;
    padding: 0 30px;
  }
}
@media (max-width: 620px) {
  .business .lr_box {
    padding: 0;
  }
}
.business .lr_box .l_cont {
  width: 580px;
}
@media (max-width: 1240px) {
  .business .lr_box .l_cont {
    width: 100%;
  }
}
.business .lr_box .l_cont img {
  width: 100%;
}
.business .lr_box .r_cont {
  width: 540px;
}
@media (max-width: 1240px) {
  .business .lr_box .r_cont {
    width: 100%;
  }
}
.business .lr_box .r_cont .num {
  opacity: 0.05;
  line-height: 145px;
}
@media (max-width: 620px) {
  .business .lr_box .r_cont .num {
    line-height: 72px;
  }
}
.business .lr_box .r_cont .m {
  margin-top: -50px;
}
.business .lr_box .r_cont .t3 {
  margin-top: 20px;
}
@media (max-width: 620px) {
  .business .lr_box .r_cont .t3 {
    margin-top: 10px;
  }
}
.business .business_process {
  margin-top: 20px;
}
@media (max-width: 1240px) {
  .business .business_process {
    margin-top: 35px;
  }
}
@media (max-width: 620px) {
  .business .business_process {
    margin-top: 10px;
  }
}
.business .business_process > ol {
  display: flex;
  height: 100%;
}
@media (max-width: 1240px) {
  .business .business_process > ol {
    flex-wrap: wrap;
  }
}
@media (max-width: 620px) {
  .business .business_process > ol {
    display: block;
  }
}
.business .business_process > ol > li {
  width: 20%;
  height: 258px;
  padding: 60px 15px 0;
  text-align: center;
  background-color: #fafafa;
}
@media (max-width: 1240px) {
  .business .business_process > ol > li {
    width: 50%;
  }
}
@media (max-width: 620px) {
  .business .business_process > ol > li {
    width: 100%;
    height: 177px;
    padding-top: 30px;
  }
}
.business .business_process > ol > li.ico::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
}
.business .business_process > ol > li.pl_ico1::before {
  background-image: url(/src/img/ico/pl_ico1.svg);
}
.business .business_process > ol > li.pl_ico2::before {
  background-image: url(/src/img/ico/pl_ico2.svg);
}
.business .business_process > ol > li.pl_ico3::before {
  background-image: url(/src/img/ico/pl_ico3.svg);
}
.business .business_process > ol > li.pl_ico4::before {
  background-image: url(/src/img/ico/pl_ico4.svg);
}
.business .business_process > ol > li.pl_ico5::before {
  background-image: url(/src/img/ico/pl_ico5.svg);
}
.business .business_process > ol > li.consult_ico1::before {
  background-image: url(/src/img/ico/consult_ico1.svg);
}
.business .business_process > ol > li.consult_ico2::before {
  background-image: url(/src/img/ico/consult_ico2.svg);
}
.business .business_process > ol > li.consult_ico3::before {
  background-image: url(/src/img/ico/consult_ico3.svg);
}
.business .business_process > ol > li.consult_ico4::before {
  background-image: url(/src/img/ico/consult_ico4.svg);
}
.business .business_process > ol > li.consult_ico5::before {
  background-image: url(/src/img/ico/consult_ico5.svg);
}
.business .business_process > ol > li.service_ico1::before {
  background-image: url(/src/img/ico/service_ico1.svg);
}
.business .business_process > ol > li.service_ico2::before {
  background-image: url(/src/img/ico/service_ico2.svg);
}
.business .business_process > ol > li.service_ico3::before {
  background-image: url(/src/img/ico/service_ico3.svg);
}
.business .business_process > ol > li.service_ico4::before {
  background-image: url(/src/img/ico/service_ico4.svg);
}
.business .business_process > ol > li.service_ico5::before {
  background-image: url(/src/img/ico/service_ico5.svg);
}
.business .business_process > ol > li.property_ico1::before {
  background-image: url(/src/img/ico/property_ico1.svg);
}
.business .business_process > ol > li.property_ico2::before {
  background-image: url(/src/img/ico/property_ico2.svg);
}
.business .business_process > ol > li.property_ico3::before {
  background-image: url(/src/img/ico/property_ico3.svg);
}
.business .business_process > ol > li.property_ico4::before {
  background-image: url(/src/img/ico/property_ico4.svg);
}
.business .business_process > ol > li.property_ico5::before {
  background-image: url(/src/img/ico/property_ico5.svg);
}
.business .business_process > ol > li .t2 {
  margin-top: 10px;
}
@media (max-width: 620px) {
  .business .business_process > ol > li .t2 {
    margin-top: 5px;
  }
}

.branch_intro {
  border-top: 1px solid #000;
}
.branch_intro .line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1240px) {
  .branch_intro .line {
    display: block;
    padding: 60px 70px;
  }
}
@media (max-width: 620px) {
  .branch_intro .line {
    padding: 30px 0;
  }
}
.branch_intro .line .l_cont {
  width: 500px;
  border: 1px solid #ddd;
}
@media (max-width: 1240px) {
  .branch_intro .line .l_cont {
    width: 100%;
  }
}
.branch_intro .line .l_cont img {
  width: 100%;
}
.branch_intro .line .r_cont {
  width: 640px;
}
@media (max-width: 1240px) {
  .branch_intro .line .r_cont {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 620px) {
  .branch_intro .line .r_cont {
    margin-top: 20px;
  }
}
.branch_intro .line .r_cont .branch_tb {
  margin-top: 15px;
}
@media (max-width: 620px) {
  .branch_intro .line .r_cont .branch_tb {
    margin-top: 10px;
  }
}
.branch_intro .branch_tb > table tbody th {
  width: 75px;
  padding: 5px 0;
  text-align: left;
  font-weight: bold;
}
@media (max-width: 620px) {
  .branch_intro .branch_tb > table tbody th {
    width: 40px;
    padding: 2px 0;
  }
}
.branch_intro .branch_tb > table tbody td {
  padding: 5px 0;
}
@media (max-width: 620px) {
  .branch_intro .branch_tb > table tbody td {
    padding: 2px 0;
  }
}

.agree_box {
  overflow-y: scroll;
  margin-top: 15px;
  height: 150px;
  padding: 15px 20px;
  border: 1px solid #ddd;
  background-color: #fafafa;
}
@media (max-width: 620px) {
  .agree_box {
    margin-top: 10px;
    padding: 5px 10px;
  }
}

.agree_line {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 620px) {
  .agree_line {
    padding: 10px 0;
  }
}
.agree_line .de_cki i {
  border: 1px solid #ddd;
}

.req_desc {
  margin: 50px 0 20px;
}
@media (max-width: 620px) {
  .req_desc {
    margin: 25px 0 10px;
  }
}

.w_form .line {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1240px) {
  .w_form .line {
    display: block;
  }
}
.w_form .line + .line {
  margin-top: 20px;
}
@media (max-width: 620px) {
  .w_form .line + .line {
    margin-top: 10px;
  }
}
.w_form .box {
  display: flex;
  width: 100%;
  padding: 0 20px;
  border: 1px solid #ddd;
}
@media (max-width: 620px) {
  .w_form .box {
    padding: 0 10px;
  }
}
.w_form .box.w590 {
  width: 590px;
}
@media (max-width: 1240px) {
  .w_form .box.w590 {
    width: 100%;
  }
}
@media (max-width: 1240px) {
  .w_form .box + .box {
    margin-top: 20px;
  }
}
@media (max-width: 1240px) and (max-width: 620px) {
  .w_form .box + .box {
    margin-top: 10px;
  }
}
.w_form .t1 {
  display: block;
  width: 100px;
  height: 50px;
  line-height: 50px;
}
@media (max-width: 620px) {
  .w_form .t1 {
    width: 60px;
  }
}
.w_form .inp {
  display: block;
  width: 100%;
  height: 50px;
  border: 0;
  padding: 0;
}
.w_form .inp::placeholder {
  color: #999;
}
.w_form .inp.w100pm100 {
  width: calc(100% - 100px);
}
@media (max-width: 620px) {
  .w_form .inp.w100pm100 {
    width: calc(100% - 60px);
  }
}
.w_form .inp.h300 {
  height: 300px;
}
@media (max-width: 620px) {
  .w_form .inp.h300 {
    height: 150px;
  }
}
.w_form textarea.inp {
  padding: 10px 0;
}
@media (max-width: 620px) {
  .w_form textarea.inp {
    padding: 5px 0;
  }
}

.w_s_line {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 620px) {
  .w_s_line {
    margin-top: 25px;
  }
}
.w_s_line .btn {
  display: block;
  width: 202px;
  height: 60px;
  text-align: center;
}
@media (max-width: 620px) {
  .w_s_line .btn {
    width: 136px;
    height: 50px;
  }
}
.w_s_line .btn.bg_style {
  line-height: 60px;
  color: #fff;
  background-color: #397AFB !important;
}
@media (max-width: 620px) {
  .w_s_line .btn.bg_style {
    line-height: 50px;
  }
}

.bd_lst {
  border-top: 2px solid #000;
}
@media (max-width: 620px) {
  .bd_lst.mt20 {
    margin-top: 10px;
  }
}
.bd_lst > table tr {
  border-bottom: 1px solid #ddd;
}
.bd_lst > table thead th {
  padding: 20px 0;
  font-weight: bold;
}
.bd_lst > table tbody td {
  padding: 20px 0;
  text-align: center;
}
@media (max-width: 1240px) {
  .bd_lst > table tbody td {
    padding: 40px;
  }
}
@media (max-width: 620px) {
  .bd_lst > table tbody td {
    padding: 20px;
  }
}
.bd_lst > table tbody td.tit_wrap {
  text-align: left;
}
.bd_lst > table tbody td.tit_wrap .info_line {
  margin-top: 10px;
  font-size: 0;
}
@media (max-width: 620px) {
  .bd_lst > table tbody td.tit_wrap .info_line {
    margin-top: 5px;
  }
}
.bd_lst > table tbody td.tit_wrap .info_line .t1 {
  line-height: 150%;
}
.bd_lst > table tbody td.tit_wrap .info_line .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #999;
}
.bd_lst > table tbody td.tit_wrap .info_line .t1:last-child::after {
  display: none;
}
@media (max-width: 1240px){
	.bd_lst > table tbody .notice_line td.tit_wrap .tit {
		color: #397AFB !important;
		font-weight: bold;
	}
}


.bd_v {
  border-top: 2px solid #000;
}
.bd_v .tit_wrap {
  padding: 30px 20px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 620px) {
  .bd_v .tit_wrap {
    padding: 15px 0;
  }
}
.bd_v .tit_wrap .info_line {
  margin-top: 5px;
  font-size: 0;
}
.bd_v .tit_wrap .info_line .t1 {
  line-height: 150%;
}
.bd_v .tit_wrap .info_line .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
@media (max-width: 620px) {
  .bd_v .tit_wrap .info_line .t1::after {
    height: 10px;
    background-color: #999;
  }
}
.bd_v .tit_wrap .info_line .t1:last-child::after {
  display: none;
}
.bd_v .cont_wrap {
  padding: 30px 20px 200px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 620px) {
  .bd_v .cont_wrap {
    padding: 15px 0 80px;
  }
}
.bd_v .file_wrap {
  padding: 20px;
  border-bottom: 1px solid #ddd;
  background-color: #fafafa;
}
@media (max-width: 620px) {
  .bd_v .file_wrap {
    padding: 15px 10px;
  }
}
.bd_v .file_wrap .line {
  display: flex;
}
.bd_v .file_wrap .line + .line {
  margin-top: 10px;
}
.bd_v .file_wrap .line .t1 {
  display: block;
  width: 80px;
}
@media (max-width: 620px) {
  .bd_v .file_wrap .line .t1 {
    width: 50px;
  }
}
.bd_v .file_wrap .line .t2 {
  display: block;
  width: calc(100% - 80px);
}
@media (max-width: 620px) {
  .bd_v .file_wrap .line .t2 {
    width: calc(100% - 50px);
  }
}
.bd_v .link_wrap {
  position: relative;
  margin-top: 50px;
  height: 60px;
}
@media (max-width: 620px) {
  .bd_v .link_wrap {
    margin-top: 25px;
    height: 50px;
  }
}
.bd_v .link_wrap .cont {
  width: 430px;
  margin-top: 7px;
}
@media (max-width: 1240px) {
  .bd_v .link_wrap .cont {
    width: calc(50% - 121px);
  }
}
@media (max-width: 620px) {
  .bd_v .link_wrap .cont {
    width: calc(50% - 88px);
    margin-top: 16px;
  }
}
.bd_v .link_wrap .cont .t2 {
  margin-top: 5px;
}
.bd_v .link_wrap .cont.prev .t1::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  margin: 0 8px 4px 0;
  vertical-align: middle;
  background-image: url(/src/img/ico/bd_v_arrow.svg);
}
.bd_v .link_wrap .cont.next {
  text-align: right;
}
.bd_v .link_wrap .cont.next .t1::after {
  content: "";
  transform: scaleX(-1);
  display: inline-block;
  width: 6px;
  height: 11px;
  margin: 0 0 4px 8px;
  vertical-align: middle;
  background-image: url(/src/img/ico/bd_v_arrow.svg);
}
.bd_v .link_wrap .btn {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 202px;
  height: 60px;
  text-align: center;
}
@media (max-width: 620px) {
  .bd_v .link_wrap .btn {
    width: 136px;
    height: 50px;
  }
}
.bd_v .link_wrap .btn.line_style {
  line-height: 58px;
  border: 1px solid #ddd;
}
@media (max-width: 620px) {
  .bd_v .link_wrap .btn.line_style {
    line-height: 48px;
  }
}

#footer {
  margin-top: 100px;
  padding: 60px 0 80px;
  background-color: #242D34;
}
@media (max-width: 1240px) {
  #footer {
    padding: 60px 0;
  }
}
@media (max-width: 620px) {
  #footer {
    margin-top: 50px;
    padding: 30px 0;
  }
}
#footer.mt0 {
  margin-top: 0;
}
#footer .foo_inquiry {
  width: 410px;
}
@media (max-width: 1240px) {
  #footer .foo_inquiry {
    float: none;
    width: 100%;
  }
}
#footer .foo_inquiry .tit {
  color: #fff;
  font-weight: bold;
}
#footer .foo_inquiry .inquiry_w {
  margin-top: 15px;
}
@media (max-width: 620px) {
  #footer .foo_inquiry .inquiry_w {
    margin-top: 10px;
  }
}
#footer .foo_inquiry .inquiry_w .line + .line {
  margin-top: 10px;
}
@media (max-width: 620px) {
  #footer .foo_inquiry .inquiry_w .line + .line {
    margin-top: 8px;
  }
}
#footer .foo_inquiry .inquiry_w .line .inp {
  display: block;
  width: 100%;
  height: 34px;
  border: 0;
  color: #fff;
  background-color: #484E53;
}
#footer .foo_inquiry .inquiry_w .line .inp::placeholder {
  color: #999;
}
#footer .foo_inquiry .inquiry_w .line .inp.w50p {
  width: calc(50% - 5px);
}
@media (max-width: 620px) {
  #footer .foo_inquiry .inquiry_w .line .inp.w50p {
    width: calc(50% - 4px);
  }
}
#footer .foo_inquiry .inquiry_w .line .inp.h74 {
  height: 74px;
}
#footer .foo_inquiry .b_line {
  margin-top: 20px;
}
@media (max-width: 620px) {
  #footer .foo_inquiry .b_line {
    margin-top: 10px;
  }
}
#footer .foo_inquiry .b_line .inquiry_agree {
  margin-top: 9px;
  font-size: 0;
}
@media (max-width: 620px) {
  #footer .foo_inquiry .b_line .inquiry_agree {
    float: none;
    margin-top: 0;
  }
}
#footer .foo_inquiry .b_line .inquiry_agree .de_cks {
  display: inline-block;
}
#footer .foo_inquiry .b_line .inquiry_agree .de_cks i {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 0;
}
#footer .foo_inquiry .b_line .inquiry_agree .de_cks.txt {
  color: #fff;
}
#footer .foo_inquiry .b_line .inquiry_agree .agree_btn {
  margin: 0 0 4px 5px;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
}
@media (max-width: 620px) {
  #footer .foo_inquiry .b_line .inquiry_agree .agree_btn {
    margin-bottom: 2px;
  }
}
#footer .foo_inquiry .b_line .s_btn {
  display: block;
  width: 83px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #397AFB !important;
}
@media (max-width: 620px) {
  #footer .foo_inquiry .b_line .s_btn {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
#footer .foo {
  width: calc(100% - 410px);
}
@media (max-width: 1240px) {
  #footer .foo {
    float: none;
    width: 100%;
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #3F4C57;
  }
}
@media (max-width: 620px) {
  #footer .foo {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 620px) {
  #footer .foo .foo_logo {
    display: block;
    width: 79px;
    margin: 0 auto;
  }
}
#footer .foo .foo_info {
  margin-top: 30px;
}
@media (max-width: 620px) {
  #footer .foo .foo_info {
    margin-top: 15px;
    text-align: center;
  }
}
#footer .foo .foo_info .info_line {
  font-size: 0;
}
#footer .foo .foo_info .info_line .t1 {
  color: #ddd;
  line-height: 160%;
}
#footer .foo .foo_info .info_line .t1:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #333;
}
#footer .foo .foo_info .info_line .t1:first-child::before {
  display: none;
}
@media (max-width: 620px) {
  #footer .foo .foo_info .info_line .t1.m_db {
    display: block;
  }
	#footer .foo .foo_info .info_line .t1.m_db::before {
		display: none;
	}
}

#footer .foo .copy {
  margin-top: 30px;
  color: #999;
}
@media (max-width: 1240px) {
  #footer .foo .copy {
    margin-top: 40px;
  }
}
@media (max-width: 620px) {
  #footer .foo .copy {
    margin-top: 20px;
    text-align: center;
  }
}

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