.c1 {
  color: #F61F1D !important;
}

.c0 {
  color: #000;
}

.c3 {
  color: #333;
}

.c6 {
  color: #666;
}

.c9 {
  color: #999;
}

.cf {
  color: #fff;
}

.c_aa {
  color: #aaa;
}

.c_dd {
  color: #ddd;
}

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

td, th {
  padding: 0;
  font-family: "score";
  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: "score" ;
  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: 8px 8px;
  background-size: 8px 8px;
}

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

sup {
  font-size: 0.5%;
}

figure {
  margin: 0;
}

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

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

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

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.dt {
  display: table;
}

.dtr {
  display: table-row;
}

.dtc {
  display: table-cell;
}

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

.dtr {
  width: 100%;
}

.dtc {
  vertical-align: middle;
}

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

.fr {
  float: right;
}

.flul > li {
  float: left;
}

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

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

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

.pb0 {
  padding-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.mt150 {
  margin-top: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.pl150 {
  padding-left: 150px;
}

.pr150 {
  padding-right: 150px;
}

.ml150 {
  margin-left: 150px;
}

.mr150 {
  margin-right: 150px;
}

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

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

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

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

.imgz {
  width: 100%;
}

.cup {
  cursor: pointer;
}

.vam {
  vertical-align: middle;
}

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bx-wrapper {
  position: relative;
}

.bx-controls {
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz17 {
  font-size: 17px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fz32 {
  font-size: 32px;
}

.fz34 {
  font-size: 34px;
}

.fz36 {
  font-size: 36px;
}

.fz38 {
  font-size: 38px;
}

.fz40 {
  font-size: 40px;
}

.fz46 {
  font-size: 46px;
}

.fz50 {
  font-size: 50px;
}

.fz60 {
  font-size: 60px;
}

.fz70 {
  font-size: 70px;
}

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

@media screen and (max-width: 1000px) {
  .syspop {
    top: 20px !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
    border: none;
  }
  .syspop:after {
    content: "";
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .syspop .wrap {
    position: relative;
    z-index: 100;
    max-width: 95%;
    margin: 0 auto;
    text-align: center;
  }
  .syspop .l-cont {
    height: auto !important;
  }
  .syspop .l-cont img {
    width: 100%;
  }
  .syspop .l-footer {
    position: relative;
    z-index: 10;
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
  }
}
/* page num */
.page_num {
  position: relative;
  margin-top: 40px;
  text-align: center;
  font-size: 0;
}
.page_num a {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-left: -1px;
  text-align: center;
  color: #999;
  border-radius: 100px;
  line-height: 34px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.page_num .act {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #F61F1D !important;
}
.page_num .page {
  text-indent: -9999px;
}
.page_num .first {
  background: url(/src/img/init/page_first.png) 50% 50% no-repeat;
}
.page_num .last {
  background: url(/src/img/init/page_last.png) 50% 50% no-repeat;
}
.page_num .l {
  background: url(/src/img/init/page_left.png) 50% 50% no-repeat;
}
.page_num .r {
  background: url(/src/img/init/page_right.png) 50% 50% no-repeat;
}

@media screen and (max-width: 720px) {
  .page_num {
    margin-top: 20px;
  }
  .page_num a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}
@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_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: #F61F1D;
  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 #F61F1D;
  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;
}

.de_cki i {
  margin-top: -2px;
  border: solid 1px #ddd;
  border-radius: 5px;
  transition: border-color 0.5s;
}
.de_cki input ~ i::after {
  opacity: 1;
  border-color: #ddd !important;
}
.de_cki input:checked ~ i {
  border-color: #F61F1D !important;
}
.de_cki input:checked ~ i::after {
  border-color: #F61F1D !important;
}

@media screen and (max-width: 720px) {
  .de_cki.sg i {
    width: 25px;
    height: 25px;
    margin-right: 6px;
  }
}
.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

'd1000','d960','d720','d594','d326','d90'

@include respond-to('d1000') {
  background: pink;
}
@include respond-to('d960') {
  background: orange;
}
@include respond-to('d720') {
  background: blue;
}
*/
select {
  padding: 0px 30px 0px 20px;
}

input {
  padding: 0px 20px;
}
input::placeholder {
  color: #999;
}

#wrap {
  padding-top: 170px;
}

@media screen and (max-width: 720px) {
  #wrap {
    padding-top: 120px;
  }
}
.container {
  width: 1400px;
  margin: 0px auto;
}

@media screen and (max-width: 1420px) {
  .br_n1420 br {
    display: none;
  }
  .container {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 720px) {
  .br_n720 br {
    display: none;
  }
  .container {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 720px) {
  .mb10 {
    margin-bottom: 5px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .mb50 {
    margin-bottom: 25px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}
#header .header_top {
  height: 50px;
  background-color: #F4F6FB;
}
#header .header_top .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#header .header_top .inner .notice_box {
  max-width: 50%;
}
#header .header_top .inner .notice_box a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
#header .header_top .inner .notice_box a span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 7px;
  border-radius: 5px;
  text-align: center;
  background-color: #F61F1D !important;
  color: #fff;
}
#header .header_top .inner .notice_box a:hover p {
  color: #F61F1D !important;
}
#header .header_top .inner .mem_box {
  display: flex;
}
#header .header_top .inner .mem_box a {
  color: #666;
}
#header .header_top .inner .mem_box a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  margin: -1px 10px 0px;
  vertical-align: middle;
  background-color: #ddd;
}
#header .header_top .inner .mem_box a:last-child::after {
  display: none;
}
#header .header_top .inner .mem_box a:hover {
  color: #F61F1D !important;
}
#header .h_main {
  position: relative;
  height: 120px;
}
#header .h_main::after {
  content: "";
  display: none;
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 128px;
  background-color: #fff;
}
#header .h_main .inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#header .h_main .inner nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 990px;
}
#header .h_main .inner nav > ul {
  display: flex;
  gap: 60px;
  height: 100%;
}
#header .h_main .inner nav > ul > li {
  position: relative;
  height: 100%;
}
#header .h_main .inner nav > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: #000;
}
#header .h_main .inner nav > ul > li > a.a {
  color: #F61F1D !important;
}
#header .h_main .inner nav > ul > li .dep2 {
  display: none;
  position: absolute;
  top: 98px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 150px;
  padding: 30px 5px;
  border-radius: 10px;
  border: solid 1px #eee;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
}
#header .h_main .inner nav > ul > li .dep2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 16px;
  height: 16px;
  margin: -1px 0px 0px -1px;
  border: solid 1px #eee;
  border-right: none;
  border-bottom: none;
  transform-origin: center center;
  background-color: #fff;
}
#header .h_main .inner nav > ul > li .dep2 ul li {
  margin-bottom: 15px;
  text-align: center;
}
#header .h_main .inner nav > ul > li .dep2 ul li:last-child {
  margin-bottom: 0;
}
#header .h_main .inner nav > ul > li .dep2 ul li a {
  font-size: 16px;
}
#header .h_main .inner nav > ul > li .dep2 ul li a:hover {
  color: #F61F1D !important;
  text-decoration: underline;
  text-underline-position: under;
}
#header .h_main .r_wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
#header .h_main .r_wrap .sitemap_btn {
  position: relative;
  width: 24px;
  height: 24px;
}
#header .h_main .r_wrap .sitemap_btn span {
  position: absolute;
  right: 0px;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background-color: #333;
  transition: all 0.3s;
}
#header .h_main .r_wrap .sitemap_btn span:nth-child(1) {
  top: 2px;
}
#header .h_main .r_wrap .sitemap_btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
#header .h_main .r_wrap .sitemap_btn span:nth-child(3) {
  bottom: 2px;
}
#header .h_main .r_wrap .sitemap_btn.a span:nth-child(1) {
  transform: rotate(-45deg);
  top: 3px;
  transform-origin: right top;
}
#header .h_main .r_wrap .sitemap_btn.a span:nth-child(2) {
  transform: scaleX(0);
  transform-origin: right top;
}
#header .h_main .r_wrap .sitemap_btn.a span:nth-child(3) {
  bottom: 2px;
  transform: rotate(45deg);
  transform-origin: right bottom;
}

#header.sitemap_act .h_main::after {
  display: block;
}
#header.sitemap_act .h_main .inner nav > ul > li .dep2 {
  display: block !important;
  top: 100px;
  left: 0;
  transform: translate(0);
  min-width: 108px;
  padding: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
}
#header.sitemap_act .h_main .inner nav > ul > li .dep2::before {
  display: none;
}
#header.sitemap_act .h_main .inner nav > ul > li .dep2 ul li {
  margin-bottom: 10px;
  text-align: left;
}
#header.sitemap_act .h_main .inner nav > ul > li .dep2 ul li:last-child {
  margin-bottom: 0;
}
#header.sitemap_act .h_main .inner nav > ul > li .dep2 ul li a {
  position: relative;
  display: block;
  padding-left: 8px;
  font-size: 14px;
}
#header.sitemap_act .h_main .inner nav > ul > li .dep2 ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 5px;
  background-color: #ddd;
  transform: translateY(-50%);
}
#header.sitemap_act .h_main .inner nav > ul > li .dep2 ul li a:hover {
  text-decoration: none;
}
#header.sitemap_act .h_main .inner nav > ul > li .dep2 ul li a:hover::before {
  background-color: #F61F1D !important;
}

@media screen and (max-width: 1420px) {
  #header .header_top .inner .notice_box {
    max-width: 100%;
  }
  #header .header_top .inner .mem_box {
    display: none;
  }
  #header .h_main nav {
    display: none;
  }
  #header.sitemap_act .h_main::after {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  #header .header_top {
    height: 40px;
  }
  #header .header_top .inner .notice_box a {
    gap: 5px;
  }
  #header .h_main {
    height: 80px;
  }
  #header .h_main .inner .logo {
    display: block;
    width: 85px;
  }
  #header .h_main .inner .r_wrap {
    gap: 20px;
  }
}
.sitemap_wrap {
  display: none;
  position: fixed;
  z-index: 105;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.sitemap_wrap .sitemap {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: left 0.7s;
}
.sitemap_wrap .sitemap.a {
  left: 0;
}
.sitemap_wrap .sitemap .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 104px;
  padding: 0px 40px;
  border-bottom: solid 20px #fafafa;
  box-sizing: content-box;
}
.sitemap_wrap .sitemap .top .mem_box {
  display: flex;
}
.sitemap_wrap .sitemap .top .mem_box a {
  color: #666;
}
.sitemap_wrap .sitemap .top .mem_box a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  margin: -1px 10px 0px;
  vertical-align: middle;
  background-color: #ddd;
}
.sitemap_wrap .sitemap .top .mem_box a:last-child::after {
  display: none;
}
.sitemap_wrap .sitemap .top .mem_box a:hover {
  color: #F61F1D !important;
}
.sitemap_wrap .sitemap .lst_wrap {
  overflow-y: scroll;
  height: calc(100% - 124px);
}
.sitemap_wrap .sitemap .lst_wrap > ul > li {
  border-bottom: solid 1px #eee;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li > button {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  padding: 25px 40px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li > button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: url(/src/img/i/bottom_b.png) no-repeat center center/auto;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li > button.a {
  color: #F61F1D !important;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li > button.a::after {
  background-image: url(/src/img/i/top_c.png);
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 {
  display: none;
  padding: 40px;
  border-top: solid 1px #eee;
  background-color: #FAFAFA;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li {
  margin-bottom: 20px;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li:last-child {
  margin-bottom: 0;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li a {
  display: block;
  padding-left: 8px;
  position: relative;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 5px;
  background-color: #ddd;
  transform: translateY(-50%);
}

@media screen and (max-width: 720px) {
  .sitemap_wrap .sitemap .top {
    height: 60px;
    padding: 0px 20px;
    border-width: 10px;
  }
  .sitemap_wrap .sitemap .top .mem_box a {
    font-size: 12px;
  }
  .sitemap_wrap .sitemap .top .mem_box a::after {
    margin: -1px 5px 0px;
  }
  .sitemap_wrap .sitemap .top .sitemap_close {
    width: 20px;
  }
  .sitemap_wrap .sitemap .lst_wrap {
    height: calc(100% - 70px);
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li > button {
    padding: 20px;
    font-size: 12px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li > button::after {
    right: 20px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 {
    padding: 20px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li {
    margin-bottom: 17px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1420px) {
  .sitemap_wrap {
    display: none !important;
  }
}
.index_wrap .main_slider {
  overflow-x: hidden;
}
.index_wrap .main_slider .main_mask {
  position: relative;
  height: 551px;
}
.index_wrap .main_slider .main_mask .item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.index_wrap .main_slider .main_mask .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.index_wrap .main_slider .main_mask .item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.index_wrap .main_slider .main_mask .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_wrap .main_slider .main_mask .item .t_box {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0px 100px;
  transform: translateY(-50%);
}
.index_wrap .main_slider .main_mask .item .t_box p {
  color: #fff;
}
.index_wrap .main_slider .main_mask .item .t_box .t2 {
  margin-top: 25px;
}
.index_wrap .main_slider .main_mask .bullet {
  z-index: 2;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
}
.index_wrap .main_slider .main_mask .bullet span {
  background-color: #000;
  opacity: 0.2;
}
.index_wrap .main_slider .main_mask .bullet .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.index_wrap .main_slider .main_mask .arrow_btn {
  display: block;
  z-index: 3;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.index_wrap .main_slider .main_mask .arrow_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: url(/src/img/i/r_b.png) no-repeat center center/auto;
}
.index_wrap .main_slider .main_mask .arrow_btn.prev {
  left: 0;
  transform: translate(-50%, -50%) scaleX(-1);
}
.index_wrap .main_slider .main_mask .arrow_btn.next {
  right: 0;
  transform: translate(50%, -50%);
}
.index_wrap .main_slider .main_mask .arrow_btn:hover {
  background-color: #F61F1D !important;
}
.index_wrap .main_slider .main_mask .arrow_btn:hover::after {
  filter: invert(100%);
}

@media screen and (max-width: 1480px) {
  .index_wrap .main_slider .main_mask .arrow_btn.prev {
    left: 30px;
  }
  .index_wrap .main_slider .main_mask .arrow_btn.next {
    right: 30px;
  }
}
@media screen and (max-width: 1420px) {
  .index_wrap .main_slider .main_mask .item a::before {
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  .index_wrap .main_slider .main_mask .item .t_box {
    padding: 0px 50px;
  }
  .index_wrap .main_slider .main_mask .item .t_box br {
    display: none;
  }
  .index_wrap .main_slider .main_mask .arrow_btn {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .main_slider .main_mask {
    height: 241px;
  }
  .index_wrap .main_slider .main_mask .item {
    border-radius: 10px;
  }
  .index_wrap .main_slider .main_mask .item .t_box {
    padding: 0px 25px;
  }
  .index_wrap .main_slider .main_mask .item .t_box .t2 {
    margin-top: 15px;
  }
  .index_wrap .main_slider .main_mask .bullet {
    bottom: 20px;
  }
}
.index_wrap .sect2 {
  margin-top: 40px;
}
.index_wrap .sect2 .sdw_box {
  padding: 40px;
  border-radius: 20px;
  border: solid 1px #F5F5F5;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
}
.index_wrap .sect2 .sdw_box ul {
  display: flex;
  width: 100%;
}
.index_wrap .sect2 .sdw_box ul li {
  position: relative;
  width: calc((100% - 280px) / 4);
  padding: 0px 30px;
  border-right: solid 1px #F5F5F5;
}
.index_wrap .sect2 .sdw_box ul li:first-child {
  padding-left: 0;
}
.index_wrap .sect2 .sdw_box ul li:last-child {
  width: 280px;
  padding-right: 0;
  border-right: none;
}
.index_wrap .sect2 .sdw_box ul li .t1 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.index_wrap .sect2 .sdw_box ul li .t2 {
  margin-top: 20px;
  padding-right: 70px;
  font-size: 14px;
  color: #666;
  letter-spacing: -0.1px;
}
.index_wrap .sect2 .sdw_box ul li .num {
  position: absolute;
  bottom: 0px;
  right: 30px;
  font-size: 18px;
  color: #000;
}
.index_wrap .sect2 .sdw_box ul li .num span {
  font-size: 34px;
  color: #F61F1D !important;
  font-weight: 500;
}
.index_wrap .sect2 .sdw_box ul li .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #F61F1D !important;
}

@media screen and (max-width: 1420px) {
  .index_wrap .sect2 .sdw_box ul {
    flex-wrap: wrap;
  }
  .index_wrap .sect2 .sdw_box ul li {
    width: 50%;
    padding: 40px;
    border-bottom: solid 1px #F5F5F5;
  }
  .index_wrap .sect2 .sdw_box ul li:nth-child(1), .index_wrap .sect2 .sdw_box ul li:nth-child(2) {
    padding-top: 0;
  }
  .index_wrap .sect2 .sdw_box ul li:nth-child(odd) {
    padding-left: 0;
    border-right: solid 1px #F5F5F5;
  }
  .index_wrap .sect2 .sdw_box ul li:nth-child(even) {
    padding-right: 0;
    border-right: none;
  }
  .index_wrap .sect2 .sdw_box ul li:nth-child(even) .num {
    right: 0;
  }
  .index_wrap .sect2 .sdw_box ul li:last-child {
    width: 100%;
    padding-bottom: 0;
    padding-right: 40px;
    border-bottom: none;
    border-right: none;
  }
  .index_wrap .sect2 .sdw_box ul li .num {
    bottom: 40px;
    right: 40px;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .sect2 {
    margin-top: 20px;
  }
  .index_wrap .sect2 .sdw_box {
    padding: 20px;
    border-radius: 10px;
  }
  .index_wrap .sect2 .sdw_box ul li {
    padding: 20px;
  }
  .index_wrap .sect2 .sdw_box ul li:last-child .t2 {
    display: block;
  }
  .index_wrap .sect2 .sdw_box ul li .t1 {
    font-size: 14px;
  }
  .index_wrap .sect2 .sdw_box ul li .t1 span {
    display: none;
  }
  .index_wrap .sect2 .sdw_box ul li .t2 {
    display: none;
    margin-top: 10px;
    font-size: 12px;
  }
  .index_wrap .sect2 .sdw_box ul li .num {
    position: static;
    bottom: 20px;
    right: 20px;
    margin-top: 12px;
    font-size: 14px;
  }
  .index_wrap .sect2 .sdw_box ul li .num span {
    font-size: 22px;
  }
  .index_wrap .sect2 .sdw_box ul li .btn {
    width: 63px;
    height: 63px;
    font-size: 14px;
  }
}
.index_wrap .sect3 {
  margin-top: 80px;
}
.index_wrap .sect3 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_wrap .sect3 .top a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 3px 0px;
  border-bottom: solid 1px #000;
}
.index_wrap .sect3 .top a:hover {
  color: #F61F1D !important;
  border-color: #F61F1D !important;
}
.index_wrap .sect3 .top a:hover::after {
  background-image: url(/src/img/i/right_c.png);
}
.index_wrap .sect3 .top a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(/src/img/i/right_b.png) no-repeat center center/auto;
}
.index_wrap .sect3 .tabmenu {
  margin-top: 30px;
}
.index_wrap .sect3 .tabmenu ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.index_wrap .sect3 .tabmenu ul li {
  border-radius: 50px;
  box-shadow: 0px 0px 0px 1px #ddd;
}
.index_wrap .sect3 .tabmenu ul li button {
  padding: 15px 20px;
  text-align: center;
  font-size: 18px;
  color: #666;
}
.index_wrap .sect3 .tabmenu ul li.a {
  box-shadow: 0px 0px 0px 2px #F61F1D !important;
}
.index_wrap .sect3 .tabmenu ul li.a button {
  color: #F61F1D !important;
  font-weight: 500;
}
.index_wrap .sect3 .ajax_box {
  margin-top: 30px;
  padding: 50px;
  border-radius: 20px;
  border: solid 1px #f5f5f5;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
}
.index_wrap .sect3 .ajax_box .df_box {
  display: flex;
  gap: 50px;
}
.index_wrap .sect3 .ajax_box .df_box .l_wrap {
  width: 100%;
  /* padding-right: 50px; */
  /* border-right: solid 1px #F5F5F5; */
}
.index_wrap .sect3 .ajax_box .df_box .l_wrap{width: 100%; text-align: center;}
.index_wrap .sect3 .ajax_box .df_box .l_wrap .no_car{margin: 30px 0px;}
.index_wrap .sect3 .ajax_box .df_box .l_wrap.no_car {
  display: flex;
  align-items: center;
}
.index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw {
  width: 100%;
  overflow: hidden;
}
.index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .item > img{display: block; width: 100%;}
.index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .item .img {
  border-radius: 20px;
  overflow: hidden;
}
.index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .item .img .date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  background-color: #F4F6FB;
}
.index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .item .t_box {
  margin-top: 30px;
}
.index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .item .t_box .info_box {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-top: 20px;
  text-align: left;
}
.index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .item .t_box .info_box p {
  position: relative;
  width: calc(50% - 5px);
  text-align: left;
  font-size: 14px;
  color: #666;
}
.index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .item .t_box .info_box p::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 1px;
  height: 12px;
  background-color: #f5f5f5;
}
.index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .item .t_box .info_box p:nth-child(2n)::after {
  display: none;
}
.index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .item .t_box .info_box p:last-child::after {
  display: none;
}
.index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .item .time_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0px 20px;
  margin-top: 30px;
  border: solid 1px #eee;
  border-radius: 5px;
  background-color: #F4F6FB;
}
.index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .item .time_box .time {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  color: #F61F1D !important;
}
.index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .item .time_box .time img {
  margin-right: 10px;
}
.index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .item .a_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  background-color: #F61F1D !important;
  color: #fff;
}
.index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .pagi_box {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .pagi_box .progress {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 220px;
  height: 3px;
  margin-right: 30px;
  border-radius: 30px;
  background-color: #F5F5F5;
}
.index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .pagi_box .progress span {
  background-color: #000;
  border-radius: 30px;
}
.index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .pagi_box .arrow_btn {
  position: static;
  width: 14px;
  height: 14px;
  background: url(/src/img/i/r_b_b.png) no-repeat center center/auto;
}
.index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .pagi_box .arrow_btn.prev {
  transform: scaleX(-1);
}
.index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .pagi_box .arrow_btn.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .pagi_box .arrow_btn:hover {
  background-image: url(/src/img/i/r_c_b.png);
}
.index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .pagi_box .pagi {
  position: static;
  width: 60px;
  margin: 0px 10px;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .pagi_box .pagi span {
  font-size: 14px;
}
.index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .pagi_box .pagi .swiper-pagination-current {
  font-weight: 500;
  color: #000;
}
.index_wrap .sect3 .ajax_box .df_box .r_wrap {
  width: 840px;
  height: 100%;
}
.index_wrap .sect3 .ajax_box .df_box .r_wrap .top_df {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
.index_wrap .sect3 .ajax_box .df_box .r_wrap .top_df .more {
  width: 20px;
  height: 20px;
  background: url(/src/img/i/plus_b.png) no-repeat center center/auto;
}
.index_wrap .sect3 .ajax_box .df_box .r_wrap .top_df .more:hover {
  background-image: url(/src/img/i/plus_c.png);
}
.index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap {
  max-height: 615px;
  overflow-y: scroll;
  padding-right: 50px;
}
.index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap::-webkit-scrollbar {
  width: 3px;
}
.index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap::-webkit-scrollbar-track {
  border-radius: 30px;
  background-color: #F5F5F5;
}
.index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background-color: #000;
}
.index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap .lst_wrap ul li {
  padding: 30px 0px;
  border-bottom: dashed 1px #eee;
}
.index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap .lst_wrap ul li:first-child {
  padding-top: 0;
}
.index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap .lst_wrap ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap .lst_wrap ul li a {
  display: flex;
  align-items: center;
  gap: 30px;
}
.index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap .lst_wrap ul li a .img img{transition: transform 1s;}
.index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap .lst_wrap ul li a:hover .img img{transform: scale(1.1);}
.index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap .lst_wrap ul li a:hover .t_box .tit {
  color: #F61F1D !important;
}
.index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap .lst_wrap ul li .img {
  position: relative;
  width: 193px;
  border-radius: 10px;
  overflow: hidden;
}
.index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap .lst_wrap ul li .img p {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}
.index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap .lst_wrap ul li .img p.bgc1 {
  background-color: rgba(246, 31, 29, 0.6);
}
.index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap .lst_wrap ul li .t_box {
  width: calc(100% - 223px);
}
.index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap .lst_wrap ul li .t_box .date {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  background-color: #F4F6FB;
}
.index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap .lst_wrap ul li .t_box .tit {
  margin: 15px 0 10px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap .lst_wrap ul li .t_box .info_box {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0px;
}
.index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap .lst_wrap ul li .t_box .info_box p {
  display: inline-block;
  font-size: 12px;
  color: #666;
}
.index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap .lst_wrap ul li .t_box .info_box p::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: -2px 10px 0px;
  vertical-align: middle;
  background-color: #ddd;
}
.index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap .lst_wrap ul li .t_box .info_box p:last-child::after {
  display: none;
}
.index_wrap .sect3 .more_btn.m_ver {
  display: none;
  align-items: center;
  gap: 5px;
  margin: 20px auto 0;
  padding: 3px 0px;
  border-bottom: solid 1px #000;
}
.index_wrap .sect3 .more_btn.m_ver::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(/src/img/i/right_b.png) no-repeat center center/auto;
}

@media screen and (max-width: 1420px) {
  .index_wrap .sect3 .ajax_box .df_box {
    flex-direction: column;
    align-items: center;
  }
  .index_wrap .sect3 .ajax_box .df_box .l_wrap {
    /* width: 359px; */
    padding-right: 0;
    border-right: none;
  }
  .index_wrap .sect3 .ajax_box .df_box .r_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .sect3 {
    margin-top: 40px;
  }
  .index_wrap .sect3 .top a {
    display: none;
  }
  .index_wrap .sect3 .tabmenu {
    margin-top: 20px;
    padding: 2px;
    overflow-x: scroll;
  }
  .index_wrap .sect3 .tabmenu ul {
    width: 395px;
    gap: 7px;
  }
  .index_wrap .sect3 .tabmenu ul li button {
    padding: 10px 15px;
    font-size: 14px;
  }
  .index_wrap .sect3 .ajax_box {
    margin-top: 20px;
    padding: 0px;
    border-radius: 0;
    border: none;
    background-color: transparent;
  }
  .index_wrap .sect3 .ajax_box .df_box .l_wrap {
    max-width: 100%;
  }
  .index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .item .img {
    border-radius: 10px;
  }
  .index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .item .img .date {
    height: 36px;
    font-size: 12px;
  }
  .index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .item .t_box {
    margin-top: 20px;
  }
  .index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .item .t_box .info_box {
    gap: 4px;
    margin-top: 10px;
  }
  .index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .item .t_box .info_box p {
    width: calc(50% - 4px);
    font-size: 12px;
  }
  .index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .item .t_box .info_box p::after {
    height: 10px;
  }
  .index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .item .time_box {
    height: 50px;
    margin-top: 20px;
  }
  .index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .item .time_box .time {
    font-size: 14px;
  }
  .index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .item .time_box .time img {
    display: block;
    width: 19px;
    margin-right: 5px;
  }
  .index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .item .a_btn {
    height: 50px;
    margin-top: 5px;
    font-size: 14px;
  }
  .index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .pagi_box {
    margin-top: 25px;
  }
  .index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .pagi_box .progress {
    width: calc(100% - 123px);
    margin-right: 20px;
  }
  .index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .pagi_box .pagi {
    width: 55px;
    font-size: 12px;
  }
  .index_wrap .sect3 .ajax_box .df_box .l_wrap .sect3_l_sw .pagi_box .pagi span {
    font-size: 12px;
  }
  .index_wrap .sect3 .ajax_box .df_box .r_wrap .top_df {
    margin-bottom: 20px;
  }
  .index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap {
    max-height: 260px;
    padding-right: 10px;
  }
  .index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap .lst_wrap ul li {
    padding: 20px 0px;
  }
  .index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap .lst_wrap ul li a {
    align-items: start;
    gap: 10px;
  }
  .index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap .lst_wrap ul li a .img {
    width: 90px;
    border-radius: 5px;
  }
  .index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap .lst_wrap ul li a .img p {
    height: 25px;
    font-size: 12px;
  }
  .index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap .lst_wrap ul li a .t_box {
    width: calc(100% - 100px);
  }
  .index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap .lst_wrap ul li a .t_box .date {
    padding: 0px;
    font-size: 10px;
    border-radius: 0;
    background-color: transparent;
  }
  .index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap .lst_wrap ul li a .t_box .tit {
    margin: 10px 0px;
    font-size: 12px;
  }
  .index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap .lst_wrap ul li a .t_box .info_box p {
    font-size: 10px;
  }
  .index_wrap .sect3 .ajax_box .df_box .r_wrap .scr_wrap .lst_wrap ul li a .t_box .info_box p::after {
    height: 10px;
    margin: -1px 5px 0px;
  }
  .index_wrap .sect3 .more_btn.m_ver {
    display: flex;
    width: 100px;
    font-size: 12px;
  }
}
.index_wrap .sect4 {
  padding: 80px 0px;
  margin-top: 80px;
  background-color: #F4F6FB;
}
.index_wrap .sect4 .container {
  display: flex;
  justify-content: space-between;
}
.index_wrap .sect4 .container .l_wrap, .index_wrap .sect4 .container .r_wrap {
  width: calc(50% - 50px);
}
.index_wrap .sect4 .container .l_wrap .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.index_wrap .sect4 .container .l_wrap .top .more {
  width: 20px;
  height: 20px;
  background: url(/src/img/i/plus_b.png) no-repeat center center/auto;
}
.index_wrap .sect4 .container .l_wrap .top .more:hover {
  background-image: url(/src/img/i/plus_c.png);
}
.index_wrap .sect4 .container .l_wrap .lst_wrap ul li {
  margin-bottom: 20px;
}
.index_wrap .sect4 .container .l_wrap .lst_wrap ul li:last-child {
  margin-bottom: 0;
}
.index_wrap .sect4 .container .l_wrap .lst_wrap ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_wrap .sect4 .container .l_wrap .lst_wrap ul li a .tit {
  width: calc(100% - 90px);
  font-size: 16px;
}
.index_wrap .sect4 .container .l_wrap .lst_wrap ul li a .tit::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: -2px 10px 0 0;
  background-color: #333;
  vertical-align: middle;
}
.index_wrap .sect4 .container .l_wrap .lst_wrap ul li a .date {
  display: block;
  width: 90px;
  text-align: right;
  color: #999;
}
.index_wrap .sect4 .container .l_wrap .lst_wrap ul li a:hover .tit {
  color: #F61F1D !important;
}
.index_wrap .sect4 .container .l_wrap .lst_wrap ul li a:hover .tit::before {
  background-color: #F61F1D !important;
}
.index_wrap .sect4 .container .l_wrap .lst_wrap ul li a:hover .date {
  color: #F61F1D !important;
}
.index_wrap .sect4 .container .r_wrap .top {
  margin-bottom: 30px;
}
.index_wrap .sect4 .container .r_wrap .lst_wrap {
  padding: 40px 0px;
  border-radius: 20px;
  border: solid 1px #eee;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
}
.index_wrap .sect4 .container .r_wrap .lst_wrap ul {
  display: flex;
}
.index_wrap .sect4 .container .r_wrap .lst_wrap ul li {
  width: 25%;
  border-right: solid 1px #f5f5f5;
}
.index_wrap .sect4 .container .r_wrap .lst_wrap ul li:last-child {
  border-right: none;
}
.index_wrap .sect4 .container .r_wrap .lst_wrap ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.index_wrap .sect4 .container .r_wrap .lst_wrap ul li a p {
  margin-top: 10px;
  font-size: 18px;
  color: #000;
}
.index_wrap .sect4 .container .r_wrap .lst_wrap ul li a:hover p {
  color: #F61F1D !important;
}

@media screen and (max-width: 1420px) {
  .index_wrap .sect4 .container {
    display: block;
  }
  .index_wrap .sect4 .container .l_wrap, .index_wrap .sect4 .container .r_wrap {
    width: 100%;
  }
  .index_wrap .sect4 .container .l_wrap {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .sect4 {
    padding: 40px 0px;
    margin-top: 40px;
  }
  .index_wrap .sect4 .container .l_wrap {
    margin-bottom: 40px;
  }
  .index_wrap .sect4 .container .l_wrap .top {
    margin-bottom: 20px;
  }
  .index_wrap .sect4 .container .l_wrap .lst_wrap ul li {
    margin-bottom: 17px;
  }
  .index_wrap .sect4 .container .l_wrap .lst_wrap ul li a .tit {
    font-size: 12px;
  }
  .index_wrap .sect4 .container .l_wrap .lst_wrap ul li a .tit::before {
    margin-right: 6px;
  }
  .index_wrap .sect4 .container .l_wrap .lst_wrap ul li a .date {
    width: 70px;
    font-size: 12px;
  }
  .index_wrap .sect4 .container .r_wrap .top {
    margin-bottom: 20px;
  }
  .index_wrap .sect4 .container .r_wrap .lst_wrap {
    padding: 20px;
    border-radius: 10px;
  }
  .index_wrap .sect4 .container .r_wrap .lst_wrap ul {
    flex-wrap: wrap;
  }
  .index_wrap .sect4 .container .r_wrap .lst_wrap ul li {
    width: 50%;
  }
  .index_wrap .sect4 .container .r_wrap .lst_wrap ul li:nth-child(1), .index_wrap .sect4 .container .r_wrap .lst_wrap ul li:nth-child(2) {
    border-bottom: solid 1px #f5f5f5;
  }
  .index_wrap .sect4 .container .r_wrap .lst_wrap ul li:nth-child(1) a, .index_wrap .sect4 .container .r_wrap .lst_wrap ul li:nth-child(2) a {
    padding-bottom: 20px;
  }
  .index_wrap .sect4 .container .r_wrap .lst_wrap ul li:nth-child(3) a, .index_wrap .sect4 .container .r_wrap .lst_wrap ul li:nth-child(4) a {
    padding-top: 20px;
  }
  .index_wrap .sect4 .container .r_wrap .lst_wrap ul li:nth-child(2) {
    border-right: none;
  }
  .index_wrap .sect4 .container .r_wrap .lst_wrap ul li a img {
    display: block;
    width: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .index_wrap .sect4 .container .r_wrap .lst_wrap ul li a p {
    margin-top: 5px;
    font-size: 14px;
  }
}
.s_top {
  padding-top: 80px;
  margin-bottom: 80px;
}
.s_top .s_top_nav {
  display: flex;
  justify-content: center;
}
.s_top .s_top_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.s_top .s_top_nav ul li {
  font-size: 14px;
  color: #999;
}
.s_top .s_top_nav ul li:last-child {
  color: #000;
}
.s_top .s_top_nav ul li:last-child::after {
  display: none;
}
.s_top .s_top_nav ul li::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: -2px 30px 0;
  vertical-align: middle;
  background: url(/src/img/i/right_g.png) no-repeat center center/auto;
}
.s_top .s_top_nav ul li .home_btn {
  position: relative;
  top: 2px;
}
.s_top .sub_tit {
  margin-top: 20px;
}

.s_top_tab {
  width: 100%;
  margin-top: 20px;
  border-bottom: solid 1px #ddd;
}
.s_top_tab ul {
  display: flex;
  justify-content: center;
}
.s_top_tab ul li {
  width: 175px;
  height: 60px;
}
.s_top_tab ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color: #666;
}
.s_top_tab ul li a::after {
  content: "";
  display: none;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #F61F1D !important;
}
.s_top_tab ul li.a a {
  color: #F61F1D !important;
  font-weight: 500;
}
.s_top_tab ul li.a a::after {
  display: block;
}
.s_top_tab select {
  display: none;
  width: 100%;
  height: 50px;
  border: solid 2px #F61F1D !important;
  border-radius: 5px;
  font-size: 12px;
  background-color: #fff;
}

@media screen and (max-width: 720px) {
  .s_top {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .s_top .s_top_nav ul li {
    font-size: 12px;
  }
  .s_top .s_top_nav ul li::after {
    margin: -3px 10px 0px;
  }
  .s_top .s_top_nav ul li .home_btn {
    top: 1px;
  }
  .s_top_tab {
    border-bottom: none;
  }
  .s_top_tab ul {
    display: none;
  }
  .s_top_tab select {
    display: block;
  }
}
.bg_sch_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 20px;
  background-color: #F4F6FB;
}
.bg_sch_wrap .inp {
  height: 50px;
  border-radius: 5px;
  border: solid 1px #ddd;
  font-size: 16px;
}
.bg_sch_wrap select {
  width: 150px;
}
.bg_sch_wrap input {
  width: 480px;
}
.bg_sch_wrap .sch_box {
  position: relative;
}
.bg_sch_wrap .sch_box .sch_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url(/src/img/i/sch_btn.png) no-repeat center center/cover;
  transform: translateY(-50%);
}

@media screen and (max-width: 1240px) {
  .bg_sch_wrap input {
    width: 100%;
  }
  .bg_sch_wrap .sch_box {
    width: calc(100% - 155px);
  }
}
@media screen and (max-width: 720px) {
  .bg_sch_wrap {
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
  }
  .bg_sch_wrap .inp {
    font-size: 12px;
  }
  .bg_sch_wrap select {
    width: 100%;
  }
  .bg_sch_wrap .sch_box {
    width: 100%;
  }
  .bg_sch_wrap .sch_box .sch_btn {
    width: 20px;
    height: 20px;
  }
}
.lst_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.lst_top .result_txt {
  font-size: 16px;
}
.lst_top .lst_align ul {
  display: flex;
}
.lst_top .lst_align ul li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: -2px 10px 0px;
  vertical-align: middle;
  background-color: #ddd;
}
.lst_top .lst_align ul li:last-child::after {
  display: none;
}
.lst_top .lst_align ul li a {
  color: #999;
}
.lst_top .lst_align ul li.a a {
  font-weight: 500;
  color: #000;
}
.lst_top .lst_align select {
  display: none;
  border: none;
  padding-right: 40px;
  padding-left: 10px;
  font-weight: 500;
  font-size: 16px;
}

@media screen and (max-width: 1420px) {
  .lst_top .lst_align ul {
    display: none;
  }
  .lst_top .lst_align select {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  .lst_top {
    margin-bottom: 20px;
  }
  .lst_top .result_txt {
    font-size: 12px;
  }
  .lst_top .lst_align select {
    padding-right: 25px;
    font-size: 12px;
    background-position-x: calc(100% - 10px);
  }
}
.car_lst_wrap {
  border-top: solid 1px #000;
}
.car_lst_wrap ul li {
  border-bottom: solid 1px #eee;
}
.car_lst_wrap ul li > a {
  display: flex;
  width: 100%;
}
.car_lst_wrap ul li > a:hover .t_box .tit {
  color: #F61F1D !important;
}
.car_lst_wrap ul li .l_box {
  display: flex;
  align-items: start;
  width: calc(100% - 300px);
  padding: 30px 0px;
}
.car_lst_wrap ul li .img {
  position: relative;
  width: 300px;
  border-radius: 20px;
  overflow: hidden;
}
.car_lst_wrap ul li .img .ico{position: absolute; top: 5px; left: 5px; padding: 3px 7px; border-radius: 3px; font-size: 12px; text-align: center; color: #fff;}
.car_lst_wrap ul li .img .ico.new{background-color: #F61F1D !important;}
.my_process .process_top .img .ico{position: absolute; top: 5px; left: 5px; padding: 3px 7px; border-radius: 3px; font-size: 12px; text-align: center; color: #fff;}
.my_process .process_top .img .ico.new{background-color: #F61F1D !important;}
@media screen and (max-width: 720px) {
  .car_lst_wrap ul li .img .ico{top: 3px; left: 3px; padding: 1px 5px; font-size: 10px;}
  .my_process .process_top .img .ico{top: 3px; left: 3px; padding: 1px 5px; font-size: 10px;}
}
.car_lst_wrap ul li .img .situ {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.car_lst_wrap ul li .img .situ.bg_st1 {
  background-color: rgba(0, 0, 0, 0.6);
}
.car_lst_wrap ul li .img .situ.bg_st2 {
  background-color: rgba(246, 31, 29, 0.6);
}
.car_lst_wrap ul li .img .situ.bg_st3 {
  background-color: rgba(28, 38, 129, 0.6);
}
.car_lst_wrap ul li .img .rank {
  position: absolute;
  top: 5px;
  left: 5px;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #F61F1D !important;
}
.car_lst_wrap ul li .t_box {
  width: calc(100% - 300px);
  padding-left: 30px;
  padding-top: 40px;
}
.car_lst_wrap ul li .t_box .date {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  background-color: #F4F6FB;
}
.car_lst_wrap ul li .t_box .date span {
  display: none;
}
.car_lst_wrap ul li .t_box .tit {
  display: block;
  margin: 15px 0 10px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.car_lst_wrap ul li .t_box .tit.mt0{margin-top: 0;}
.car_lst_wrap ul li .t_box .info_box {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0px;
}
.car_lst_wrap ul li .t_box .info_box p {
  display: inline-block;
  font-size: 14px;
  color: #666;
}
.car_lst_wrap ul li .t_box .info_box p::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: -2px 10px 0px;
  vertical-align: middle;
  background-color: #ddd;
}
.car_lst_wrap ul li .t_box .info_box p:last-child::after {
  display: none;
}
.car_lst_wrap ul li .r_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding-left: 20px;
  border-left: solid 1px #eee;
}
.car_lst_wrap ul li .r_box.pl0 {
  padding-left: 0;
}
.car_lst_wrap ul li .r_box > div {
  width: 100%;
  text-align: center;
}
.car_lst_wrap ul li .r_box .time_box {
  margin-bottom: 20px;
}
.car_lst_wrap ul li .r_box .time_box.mb0 {
  margin-bottom: 0;
}
.car_lst_wrap ul li .r_box .time_box .time {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #F61F1D !important;
}
.car_lst_wrap ul li .r_box .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0px 20px;
  margin-bottom: 10px;
  border: solid 1px #eee;
  border-radius: 5px;
  background-color: #F4F6FB;
}
.car_lst_wrap ul li .r_box .price p {
  font-size: 16px;
}
.car_lst_wrap ul li .r_box .price p span {
  font-weight: 500;
  color: #000;
}
.car_lst_wrap ul li .r_box .a_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  background-color: #F61F1D !important;
  color: #fff;
}
.car_lst_wrap ul li .r_box .a_btn.disabled{background-color: #ccc !important;}
.car_lst_wrap ul.no_r li .l_box {
  width: 100%;
}
.car_lst_wrap .no_result_t {
  margin-top: 20px;
}

@media screen and (max-width: 1420px) {
  .car_lst_wrap ul li a {
    display: block;
  }
  .car_lst_wrap ul li .l_box {
    width: 100%;
  }
  .car_lst_wrap ul li .r_box {
    width: 100%;
    padding: 30px 0px;
    border-top: solid 1px #eee;
    border-left: 0;
  }
}
@media screen and (max-width: 720px) {
  .car_lst_wrap ul li .l_box {
    padding: 20px 0px;
  }
  .car_lst_wrap ul li .img {
    width: 90px;
    border-radius: 5px;
  }
  .car_lst_wrap ul li .img .situ {
    height: 25px;
    font-size: 12px;
  }
  .car_lst_wrap ul li .img .rank {
    top: 4px;
    left: 4px;
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 10px;
  }
  .car_lst_wrap ul li .t_box {
    width: calc(100% - 90px);
    padding-left: 10px;
    padding-top: 0;
  }
  .car_lst_wrap ul li .t_box .date {
    padding: 0;
    border-radius: 0;
    font-size: 10px;
    background-color: transparent;
  }
  .car_lst_wrap ul li .t_box .date span {
    display: inline;
  }
  .car_lst_wrap ul li .t_box .tit {
    margin: 10px 0px;
    font-size: 12px;
  }
  .car_lst_wrap ul li .t_box .info_box p {
    font-size: 10px;
  }
  .car_lst_wrap ul li .t_box .info_box p::after {
    height: 10px;
    margin: -1px 5px 0;
  }
  .car_lst_wrap ul li .r_box {
    padding: 20px 0px;
  }
  .car_lst_wrap ul li .r_box .time_box .time {
    font-size: 14px;
  }
  .car_lst_wrap ul li .r_box .price {
    height: 50px;
    margin-bottom: 5px;
  }
  .car_lst_wrap ul li .r_box .price p {
    font-size: 12px;
  }
  .car_lst_wrap ul li .r_box .a_btn {
    height: 50px;
    margin-top: 5px;
    font-size: 14px;
  }
  .car_lst_wrap .no_result_t {
    margin-top: 10px;
  }
}
.car_page_wrap {
  display: flex;
  margin-top: 60px;
  width: 300px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #ddd;
  border-radius: 60px;
  overflow: hidden;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
}
.car_page_wrap .arrow_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100px;
  height: 100%;
  font-size: 18px;
}
.car_page_wrap .arrow_btn .arrow {
  width: 10px;
  height: 10px;
  background: url(/src/img/i/right_b10.png) no-repeat center center/cover;
}
.car_page_wrap .arrow_btn.prev .arrow {
  transform: scaleX(-1);
}
.car_page_wrap .arrow_btn:hover {
  background-color: #F61F1D !important;
  color: #fff;
}
.car_page_wrap .arrow_btn:hover .arrow {
  background-image: url(/src/img/i/right_w10.png);
}
.car_page_wrap .arrow_btn.disable {
  pointer-events: none;
  background-color: #fafafa;
  color: #aaa;
}
.car_page_wrap .arrow_btn.disable .arrow {
  background-image: url(/src/img/i/right_g10.png);
}
.car_page_wrap .page {
  width: calc(100% - 200px);
  line-height: 63px;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
}

@media screen and (max-width: 720px) {
  .car_page_wrap {
    margin-top: 30px;
    width: 280px;
    height: 50px;
  }
  .car_page_wrap .arrow_btn {
    width: 94px;
    font-size: 14px;
  }
  .car_page_wrap .page {
    width: calc(100% - 188px);
    line-height: 48px;
  }
}
.car_view {
  padding-top: 50px;
}
.car_view .car_v_top {
  display: flex;
  gap: 80px;
  margin-bottom: 80px;
}
.car_view .car_v_top .l_wrap {
  width: 860px;
}
.car_view .car_v_top .l_wrap .prod_big {
  position: relative;
  width: 100%;
  border-radius: 20px;
  /* overflow: hidden; */
}
.car_view .car_v_top .l_wrap .prod_big .img img{width: 100%;}
.car_view .car_v_top .l_wrap .prod_big .item img {
  display: block;
  width: 100%;
}
.car_view .car_v_top .l_wrap .prod_big .pagi_box {
  z-index: 1;
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transform: translateX(-50%);
  width: 155px;
  height: 47px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.5);
}
.car_view .car_v_top .l_wrap .prod_big .pagi_box .arrow_btn {
  position: static;
  width: 14px;
  height: 14px;
  background: url(/src/img/i/r_w_b.png) no-repeat center center/cover;
}
.car_view .car_v_top .l_wrap .prod_big .pagi_box .arrow_btn.prev {
  transform: scaleX(-1);
}
.car_view .car_v_top .l_wrap .prod_big .pagi_box .prod_pagi {
  width: 60px;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.car_view .car_v_top .l_wrap .prod_big .pagi_box .prod_pagi .swiper-pagination-current {
  font-weight: 500;
}
.car_view .car_v_top .l_wrap .thumb_wrap{position: relative;}
.car_view .car_v_top .l_wrap .thumb_wrap .arrow_btn {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  width: 11px;
  height: 40px;
  background: url(/src/img/i/thumb_r.png) no-repeat center center/cover;
}
.car_view .car_v_top .l_wrap .thumb_wrap .arrow_btn.prev {
  transform: scaleX(-1) translateY(-50%);
  left: -30px;
}
.car_view .car_v_top .l_wrap .thumb_wrap .arrow_btn.next{
  right: -30px;
}
@media screen and (max-width: 720px) {
.car_view .car_v_top .l_wrap .thumb_wrap .arrow_btn {
  display: none;
}
}
.car_view .car_v_top .l_wrap .prod_thumb {
  width: 100%;
  margin-top: 10px;
}
.car_view .car_v_top .l_wrap .prod_thumb .item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.car_view .car_v_top .l_wrap .prod_thumb .item li{position: relative;}
.car_view .car_v_top .l_wrap .prod_thumb .item li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.7);
}
.car_view .car_v_top .l_wrap .prod_thumb .item li.act::after {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px inset #F61F1D !important;
}
.car_view .car_v_top .l_wrap .prod_thumb .item ul{display: flex; flex-wrap: wrap; align-items: start; gap: 10px;}
.car_view .car_v_top .l_wrap .prod_thumb .item ul li{display: flex; justify-content: center; align-items: center; width: calc((100% - 90px)/10); overflow: hidden; border-radius: 5px;}
.car_view .car_v_top .r_wrap {
  width: 460px;
}
.car_view .car_v_top .r_wrap .lst_btn {
  display: flex;
  align-items: center;
  gap: 5px;
}
.car_view .car_v_top .r_wrap .tit {
  margin: 10px 0px 20px;
}
.car_view .car_v_top .r_wrap .info_tb {
  padding: 20px 0px;
  margin-bottom: 20px;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
.car_view .car_v_top .r_wrap .info_tb table tr th, .car_view .car_v_top .r_wrap .info_tb table tr td {
  padding-bottom: 10px;
  font-size: 14px;
  vertical-align: top;
  text-align: left;
}
.car_view .car_v_top .r_wrap .info_tb table tr th {
  width: 120px;
  font-weight: 500;
}
.car_view .car_v_top .r_wrap .info_tb table tr:last-child th, .car_view .car_v_top .r_wrap .info_tb table tr:last-child td {
  padding-bottom: 0;
}
.car_view .car_v_top .r_wrap .bid_wrap {
  padding: 20px;
  border-radius: 10px;
  border: solid 1px #eee;
  background-color: #F4F6FB;
}
.car_view .car_v_top .r_wrap .bid_wrap .bid_df{display: flex; align-items: center; gap: 10px;}
.car_view .car_v_top .r_wrap .bid_wrap .bid_df input{width: calc(100% - 40px); text-align: right;}
@media screen and (max-width: 720px) {
  .car_view .car_v_top .r_wrap .bid_wrap .bid_df{gap: 7px;}
.car_view .car_v_top .r_wrap .bid_wrap .bid_df input{width: calc(100% - 31px);}
}
.car_view .car_v_top .r_wrap .bid_wrap .bid_df .bid_unit{}
.car_view .car_v_top .r_wrap .bid_wrap input {
  width: 100%;
  height: 60px;
  border: solid 1px #eee;
  border-radius: 5px;
  background-color: #fff;
}
.car_view .car_v_top .r_wrap .bid_info > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  border-bottom: solid 1px #eee;
}
.car_view .car_v_top .r_wrap .bid_info .time_box .time {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #F61F1D !important;
}
.car_view .car_v_top .r_wrap .bid_info .time_box .time .col {
  margin-right: 3px;
}
.car_view .car_v_top .r_wrap .bid_info .time_box .time .col:last-child {
  margin-right: 0;
}
.car_view .car_v_top .r_wrap .notice_line {
  margin-top: 20px;
}
.car_view .car_v_top .r_wrap .a_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background-color: #F61F1D !important;
  color: #fff;
}
.car_view .car_v_top .r_wrap .a_btn.disabled {
  background-color: #ccc !important;
}
.car_view .car_v_top .r_wrap .lst_btn.m_ver {
  display: none;
}

@media screen and (max-width: 1420px) {
  .car_view .car_v_top {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .car_view .car_v_top .l_wrap {
    max-width: 100%;
  }
  .car_view .car_v_top .r_wrap {
    width: 100%;
  }
  .car_view .car_v_top .r_wrap .lst_btn.pc_ver {
    display: none;
  }
  .car_view .car_v_top .r_wrap .tit {
    margin-top: 0;
  }
  .car_view .car_v_top .r_wrap .lst_btn.m_ver {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    margin-top: 20px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    background-color: #999;
    color: #fff;
  }
}
@media screen and (max-width: 720px) {
  .car_view {
    padding-top: 30px;
  }
  .car_view .car_v_top {
    gap: 30px;
    margin-bottom: 40px;
  }
  .car_view .car_v_top .l_wrap .prod_big {
    border-radius: 10px;
  }
  .car_view .car_v_top .l_wrap .prod_big .pagi_box {
    bottom: 10px;
    width: 100px;
    height: 35px;
  }
  .car_view .car_v_top .l_wrap .prod_big .pagi_box .arrow_btn {
    display: none;
  }
  .car_view .car_v_top .l_wrap .prod_big .pagi_box .prod_pagi {
    width: auto;
    font-size: 12px;
  }
  .car_view .car_v_top .l_wrap .prod_thumb .item ul{gap: 4px;}
.car_view .car_v_top .l_wrap .prod_thumb .item ul li{width: calc((100% - 16px)/5); overflow: hidden; border-radius: 5px;}
  .car_view .car_v_top .r_wrap .tit {
    margin-bottom: 15px;
  }
  .car_view .car_v_top .r_wrap .info_tb {
    padding: 15px 0px;
    margin-bottom: 15px;
  }
  .car_view .car_v_top .r_wrap .info_tb table tr th, .car_view .car_v_top .r_wrap .info_tb table tr td {
    padding-bottom: 7px;
    font-size: 12px;
  }
  .car_view .car_v_top .r_wrap .info_tb table tr th {
    width: 90px;
  }
  .car_view .car_v_top .r_wrap .bid_wrap {
    padding: 15px;
    border-radius: 5px;
  }
  .car_view .car_v_top .r_wrap .bid_wrap input {
    height: 45px;
    padding-left: 15px;
  }
  .car_view .car_v_top .r_wrap .bid_info {
    margin-bottom: 15px;
  }
  .car_view .car_v_top .r_wrap .bid_info > div {
    padding: 15px 0px;
  }
  .car_view .car_v_top .r_wrap .bid_info p {
    font-size: 12px;
  }
  .car_view .car_v_top .r_wrap .bid_info .time_box .time {
    font-size: 12px;
  }
  .car_view .car_v_top .r_wrap .a_btn {
    height: 45px;
    margin-top: 5px;
    font-size: 14px;
  }
  .car_view .car_v_top .r_wrap .lst_btn.m_ver {
    height: 45px;
    margin-top: 15px;
    font-size: 14px;
  }
}
.check_box_lst {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 10px;
}
.check_box_lst li {
  display: flex;
  font-size: 14px;
  line-height: 24px;
}
.check_box_lst li::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  border-radius: 20px;
  border: solid 1px #ddd;
  box-sizing: border-box;
  background: url(/src/img/i/check_g_big.png) no-repeat center center/auto #fff;
}
.check_box_lst li.a::before {
  border-color: #F61F1D !important;
  background-image: url(/src/img/i/check_w_big.png);
  background-color: #F61F1D !important;
}

@media screen and (max-width: 720px) {
  .check_box_lst {
    gap: 10px;
  }
  .check_box_lst li {
    font-size: 12px;
    line-height: 20px;
  }
  .check_box_lst li::before {
    width: 20px;
    height: 20px;
    background-size: 10px 8px;
  }
}
.car_view .car_v_main .car_v_tab {
  margin-bottom: 40px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.car_view .car_v_main .car_v_tab ul {
  display: flex;
}
.car_view .car_v_main .car_v_tab ul li {
  width: 33.3334%;
  height: 65px;
}
.car_view .car_v_main .car_v_tab ul li a, .car_view .car_v_main .car_v_tab ul li button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
}
.car_view .car_v_main .car_v_tab ul li a::after, .car_view .car_v_main .car_v_tab ul li button::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background-color: #F61F1D !important;
}
.car_view .car_v_main .car_v_tab ul li.a a, .car_view .car_v_main .car_v_tab ul li.a button {
  font-weight: 500;
  color: #F61F1D !important;
}
.car_view .car_v_main .car_v_tab ul li.a a::after, .car_view .car_v_main .car_v_tab ul li.a button::after {
  display: block;
}
.car_view .car_v_main .car_sect .i_lst_wrap {
  padding: 40px 0px 20px;
  margin-bottom: 40px;
  border-top: solid 2px #000;
  border-bottom: solid 1px #eee;
}
.car_view .car_v_main .car_sect .i_lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 20px auto;
}
.car_view .car_v_main .car_sect .i_lst_wrap ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((100% - 168px) / 8);
  height: 154px;
  border-radius: 10px;
  border: solid 1px #eee;
  text-align: center;
  background-color: #fff;
}
.car_view .car_v_main .car_sect .i_lst_wrap ul li .t1 {
  margin: 10px 0px 5px;
  font-size: 14px;
}
.car_view .car_v_main .car_sect .i_lst_wrap ul li .t2 {
  font-size: 14px;
  font-weight: 500;
  color: #F61F1D !important;
}
.car_view .car_v_main .car_sect .line_wrap .line {
  margin-bottom: 20px;
}
.car_view .car_v_main .car_sect .line_wrap .line:last-child {
  margin-bottom: 0;
}
.car_view .car_v_main .car_sect .bg_t_box {
  background-color: #F4F6FB;
}
.car_view .car_v_main .car_sect .bg_t_box.bg_g {
  background-color: #EBFCF2;
}
.car_view .car_v_main .car_sect .bg_t_box1 {
  padding: 20px 10px;
  border-radius: 10px;
  border: solid 1px #eee;
}
.car_view .car_v_main .car_sect .bg_t_box1 .t1 {
  margin-bottom: 8px;
}
.car_view .car_v_main .car_sect .bg_t_box2 {
  padding: 15px 10px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.car_view .car_v_main .car_sect .part_tb table tr {
  border-bottom: solid 1px #ddd;
}
.car_view .car_v_main .car_sect .part_tb table tr td {
  padding: 20px;
  border-right: solid 1px #ddd;
  font-size: 14px;
  word-break: break-all;
}
.car_view .car_v_main .car_sect .part_tb table tr td:last-child {
  border-right: none;
}
.car_view .car_v_main .car_sect .part_tb table tr td.check_td {
  width: 100px;
  text-align: center;
}
.car_view .car_v_main .car_sect .part_tb table tr td.check_td span {
  font-weight: 500;
}
.car_view .car_v_main .car_sect .part_tb table tr td .c_type1 {
  color: #F61F1D !important;
}
.car_view .car_v_main .car_sect .part_tb table tr td .c_type2 {
  color: #0F8EEB !important;
}
.car_view .car_v_main .car_sect .part_tb table tr td .c_type3 {
  color: #F101D9 !important;
}
.car_view .car_v_main .car_sect .part_tb table tr td .c_type4 {
  color: #FF7336 !important;
}
.car_view .car_v_main .car_sect .part_tb table tr td .c_type5 {
  color: #63C519 !important;
}
.car_view .car_v_main .car_sect .part_tb table tr td .c_type6 {
  color: #999999 !important;
}
.car_view .car_v_main .car_sect .bottom_t_box {
  padding-bottom: 40px;
  border-bottom: solid 1px #ddd;
}
.car_view .car_v_main .car_sect .bottom_t_box .i_t {
  position: relative;
  padding-left: 9px;
}
.car_view .car_v_main .car_sect .bottom_t_box .i_t .ico {
  position: absolute;
  top: 0;
  left: 0;
}
.car_view .car_v_main .car_sect .bottom_t_box .cir_t {
  position: relative;
  padding-left: 9px;
}
.car_view .car_v_main .car_sect .bottom_t_box .cir_t::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #F61F1D !important;
}
.car_view .car_v_main .car_sect .detail_open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 60px;
  margin: 40px auto 0;
  border-radius: 5px;
  border: solid 1px #333;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.car_view .car_v_main .car_sect .detail_open:hover {
  border-color: #F61F1D !important;
  background-color: #F61F1D !important;
  color: #fff;
}
.car_view .car_v_main .car_sect .df_box {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
.car_view .car_v_main .car_sect .df_box .l_tb {
  width: 680px;
}
.car_view .car_v_main .car_sect .df_box .l_tb table {
  border-top: solid 1px #ddd;
}
.car_view .car_v_main .car_sect .df_box .l_tb table tr {
  border-bottom: solid 1px #ddd;
}
.car_view .car_v_main .car_sect .df_box .l_tb table tr th, .car_view .car_v_main .car_sect .df_box .l_tb table tr td {
  padding: 8px 15px;
  border-right: solid 1px #ddd;
  font-size: 12px;
}
.car_view .car_v_main .car_sect .df_box .l_tb table tr th:last-child, .car_view .car_v_main .car_sect .df_box .l_tb table tr td:last-child {
  border-right: none;
}
.car_view .car_v_main .car_sect .df_box .l_tb table thead tr th {
  font-weight: 500;
  background-color: #F4F6FB;
}
.car_view .car_v_main .car_sect .df_box .l_tb table thead tr th.w90 {
  width: 90px;
}
.car_view .car_v_main .car_sect .df_box .l_tb table thead tr th.w285 {
  width: 285px;
}
.car_view .car_v_main .car_sect .df_box .l_tb table tbody td .check_box_lst {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.car_view .car_v_main .car_sect .df_box .l_tb table tbody td .check_box_lst p {
  display: flex;
  font-size: 12px;
  line-height: 20px;
}
.car_view .car_v_main .car_sect .df_box .l_tb table tbody td .check_box_lst p::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border-radius: 20px;
  border: solid 1px #ddd;
  box-sizing: border-box;
  background: url(/src/img/i/check_g.png) no-repeat center center/auto #fff;
}
.car_view .car_v_main .car_sect .df_box .l_tb table tbody td .check_box_lst p.a::before {
  border-color: #F61F1D !important;
  /* background-image: url(/src/img/i/check_w.png); */
  background-image: none;
  background-color: #F61F1D !important;
}
.car_view .car_v_main .car_sect .df_box .r_box {
  width: 680px;
}
.car_view .car_v_main .car_sect .df_box .r_box .r_tb table {
  border-top: solid 1px #ddd;
}
.car_view .car_v_main .car_sect .df_box .r_box .r_tb table tr {
  border-bottom: solid 1px #ddd;
}
.car_view .car_v_main .car_sect .df_box .r_box .r_tb table tr td {
  padding: 15px 20px;
  border-right: solid 1px #ddd;
  font-size: 14px;
}
.car_view .car_v_main .car_sect .df_box .r_box .r_tb table tr td:last-child {
  border-right: none;
}
.car_view .car_v_main .car_sect .df_box .r_box .r_tb table tr td.w90 {
  width: 90px;
  padding: 15px 0px;
  text-align: center;
}
.car_view .car_v_main .car_sect .df_box .r_box .car_section {
  padding: 34px 0px 20px;
}
.car_view .car_v_main .car_sect .df_box .r_box .car_section .car_img {
  transform: scale(0.897);
  transform-origin: left top;
}
.car_view .car_v_main .car_sect .df_box .r_box .check_box {
  padding: 20px 0px;
  margin-top: 20px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

@media screen and (max-width: 1420px) {
  .car_view .car_v_main .car_sect .i_lst_wrap ul {
    gap: 15px;
  }
  .car_view .car_v_main .car_sect .i_lst_wrap ul li {
    width: calc((100% - 45px) / 4);
  }
  .car_view .car_v_main .car_sect .df_box {
    flex-direction: column;
  }
  .car_view .car_v_main .car_sect .df_box .l_tb {
    width: 100%;
  }
  .car_view .car_v_main .car_sect .df_box .r_box {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .car_view .car_v_main .car_sect .part_tb {
    overflow-x: scroll;
  }
  .car_view .car_v_main .car_sect .part_tb table {
    width: 1240px;
  }
}
@media screen and (max-width: 720px) {
  .car_view .car_v_main .car_v_tab ul li {
    height: 50px;
  }
  .car_view .car_v_main .car_v_tab ul li a, .car_view .car_v_main .car_v_tab ul li button {
    font-size: 12px;
  }
  .car_view .car_v_main .car_v_tab ul li a::after, .car_view .car_v_main .car_v_tab ul li button::after {
    height: 2px;
  }
  .car_view .car_v_main .car_sect .i_lst_wrap {
    padding: 20px 0px 15px;
    margin-bottom: 20px;
  }
  .car_view .car_v_main .car_sect .i_lst_wrap ul {
    gap: 10px;
    margin: 10px auto;
  }
  .car_view .car_v_main .car_sect .i_lst_wrap ul li {
    width: calc(50% - 5px);
    height: 130px;
    border-radius: 5px;
  }
  .car_view .car_v_main .car_sect .i_lst_wrap ul li img {
    display: block;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .car_view .car_v_main .car_sect .i_lst_wrap ul li .t1 {
    margin: 7px 0px 4px;
    font-size: 12px;
  }
  .car_view .car_v_main .car_sect .i_lst_wrap ul li .t2 {
    font-size: 12px;
  }
  .car_view .car_v_main .car_sect .line_wrap .line {
    margin-bottom: 10px;
  }
  .car_view .car_v_main .car_sect .bg_t_box1 {
    padding: 15px 10px;
    border-radius: 5px;
  }
  .car_view .car_v_main .car_sect .bg_t_box1 .t1 {
    margin-bottom: 5px;
  }
  .car_view .car_v_main .car_sect .bg_t_box {
    padding: 12px 10px;
  }
  .car_view .car_v_main .car_sect .part_tb table {
    width: 760px;
  }
  .car_view .car_v_main .car_sect .part_tb table tr td {
    padding: 15px;
    font-size: 12px;
  }
  .car_view .car_v_main .car_sect .part_tb table tr td.check_td {
    width: 80px;
  }
  .car_view .car_v_main .car_sect .bottom_t_box {
    padding-bottom: 20px;
  }
  .car_view .car_v_main .car_sect .bottom_t_box .i_t {
    padding-left: 7px;
  }
  .car_view .car_v_main .car_sect .bottom_t_box .cir_t {
    padding-left: 7px;
  }
  .car_view .car_v_main .car_sect .bottom_t_box .cir_t::before {
    top: 7px;
    width: 3px;
    height: 3px;
  }
  .car_view .car_v_main .car_sect .detail_open {
    width: 100%;
    height: 45px;
    margin-top: 20px;
    font-size: 12px;
  }
  .car_view .car_v_main .car_sect .df_box {
    gap: 30px;
    margin-bottom: 30px;
  }
  .car_view .car_v_main .car_sect .df_box .l_tb {
    overflow-x: scroll;
  }
  .car_view .car_v_main .car_sect .df_box .l_tb table {
    min-width: 530px;
  }
  .car_view .car_v_main .car_sect .df_box .l_tb table tr th, .car_view .car_v_main .car_sect .df_box .l_tb table tr td {
    padding: 5px 10px;
    font-size: 11px;
  }
  .car_view .car_v_main .car_sect .df_box .l_tb table thead tr th.w90 {
    width: 85px;
  }
  .car_view .car_v_main .car_sect .df_box .l_tb table thead tr th.w285 {
    width: 240px;
  }
  .car_view .car_v_main .car_sect .df_box .l_tb table tbody td .check_box_lst p {
    font-size: 11px;
    line-height: 18px;
  }
  .car_view .car_v_main .car_sect .df_box .l_tb table tbody td .check_box_lst p::before {
    width: 18px;
    height: 18px;
    background-size: 8px 6px;
  }
  .car_view .car_v_main .car_sect .df_box .r_box .r_tb table tr td {
    padding: 12px 10px;
    font-size: 12px;
  }
  .car_view .car_v_main .car_sect .df_box .r_box .r_tb table tr td.w90 {
    width: 85px;
    padding: 12px 0px;
  }
  .car_view .car_v_main .car_sect .df_box .r_box .check_box {
    padding: 15px 0px;
    margin-top: 15px;
  }
}
.record_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  display: none;
}
.record_modal .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1250px;
  height: 80%;
  padding-top: 20px;
  border: solid 1px #000;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.record_modal .modal .modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.record_modal .modal .scr_box {
  max-height: calc(100% - 90px);
  padding: 40px;
  overflow-y: scroll;
}
.record_modal .modal .scr_box::-webkit-scrollbar {
  width: 3px;
}
.record_modal .modal .scr_box::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 10px;
}
.record_modal .modal .scr_box::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 10px;
}
.record_modal .modal .scr_box .line_wrap .line {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: solid 1px #eee;
}
.record_modal .modal .scr_box .line_wrap .line:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.record_modal .modal .scr_box .line_wrap .line .line_tit {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: solid 2px #000;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.record_modal .modal .scr_box .line_wrap .line .i_lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
  margin: 0px auto 20px;
}
.record_modal .modal .scr_box .line_wrap .line .i_lst_wrap ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((100% - 63px) / 4);
  height: 154px;
  border-radius: 10px;
  border: solid 1px #eee;
  text-align: center;
  background-color: #fff;
}
.record_modal .modal .scr_box .line_wrap .line .i_lst_wrap ul li .t1 {
  margin: 10px 0px 5px;
  font-size: 14px;
}
.record_modal .modal .scr_box .line_wrap .line .i_lst_wrap ul li .t2 {
  font-size: 14px;
  font-weight: 500;
  color: #F61F1D !important;
}
.record_modal .modal .scr_box .line_wrap .line .safe_txt img {
  margin-top: -2px;
}
.record_modal .modal .scr_box .line_wrap .line .safe_txt span::before{content: ""; display: inline-block; vertical-align: middle; width: 19px; height: 19px; margin-right: 3px; background-repeat: no-repeat; background-position: center center; background-size: auto;}
.record_modal .modal .scr_box .line_wrap .line .safe_txt span.ico1::before{background-image: url(/src/img/i/safe_opt1.png);}
.record_modal .modal .scr_box .line_wrap .line .safe_txt span.ico2::before{background-image: url(/src/img/i/safe_opt2.png);}
.record_modal .modal .scr_box .line_wrap .line .safe_txt span.ico3::before{background-image: url(/src/img/i/safe_opt3.png);}
.record_modal .modal .scr_box .line_wrap .line .safe_txt span.ico4::before{background-image: url(/src/img/i/safe_opt4.png);}



.record_modal .modal .scr_box .line_wrap .line .safe_lst ul {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #ddd;
  border-bottom: none;
  border-right: none;
}
.record_modal .modal .scr_box .line_wrap .line .safe_lst ul li {
  display: flex;
  width: 50%;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.record_modal .modal .scr_box .line_wrap .line .safe_lst ul li:nth-child(1) {
  border-top: none;
}
.record_modal .modal .scr_box .line_wrap .line .safe_lst ul li:nth-child(2) {
  border-top: none;
}
/* .record_modal .modal .scr_box .line_wrap .line .safe_lst ul li:nth-child(2n) {
  border-right: none;
} */
.record_modal .modal .scr_box .line_wrap .line .safe_lst ul li .t1 {
  width: calc(100% - 50px);
  padding: 15px 20px;
  border-right: solid 1px #ddd;
}
.record_modal .modal .scr_box .line_wrap .line .safe_lst ul li .t2 {
  width: 50px;
  background-repeat: no-repeat;
  background-position: center center;
}
.record_modal .modal .scr_box .line_wrap .line .safe_lst ul li.ico1 .t2 {
  background-image: url(/src/img/i/safe_opt1.png);
}
.record_modal .modal .scr_box .line_wrap .line .safe_lst ul li.ico2 .t2 {
  background-image: url(/src/img/i/safe_opt2.png);
}
.record_modal .modal .scr_box .line_wrap .line .safe_lst ul li.ico0 .t2 {
  background-image: url(/src/img/i/safe_opt3.png);
}
.record_modal .modal .scr_box .line_wrap .line .safe_lst ul li.ico3 .t2 {
  background-image: url(/src/img/i/safe_opt4.png);
}
.record_modal .modal .scr_box .line_wrap .line .cir_t {
  position: relative;
  padding-left: 9px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #F61F1D !important;
}
.record_modal .modal .scr_box .line_wrap .line .cir_t::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #F61F1D !important;
}
.record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line {
  margin-bottom: 30px;
}
.record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line:last-child {
  margin-bottom: 0;
}
.record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .bg_t_box {
  background-color: #F4F6FB;
}
.record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .bg_t_box.bg_g {
  background-color: #EBFCF2;
}
.record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .bg_t_box1 {
  padding: 20px 10px;
  border-radius: 10px;
  border: solid 1px #eee;
}
.record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .bg_t_box1 .t1 {
  margin-bottom: 8px;
}
.record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .bg_t_box2 {
  padding: 15px 10px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr {
  border-bottom: solid 1px #ddd;
}
.record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr td {
  padding: 15px 20px;
  border-right: solid 1px #ddd;
  font-size: 14px;
  word-break: break-all;
}
.record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr td:last-child {
  border-right: none;
}
.record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr td.check_td {
  width: 100px;
  text-align: center;
}
.record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr td.check_td span {
  font-weight: 500;
}
.record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr td .c_type1 {
  color: #F61F1D !important;
}
.record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr td .c_type2 {
  color: #0F8EEB !important;
}
.record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr td .c_type3 {
  color: #F101D9 !important;
}
.record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr td .c_type4 {
  color: #FF7336 !important;
}
.record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr td .c_type5 {
  color: #63C519 !important;
}
.record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr td .c_type6 {
  color: #999999 !important;
}
.record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .bottom_t_box .i_t {
  position: relative;
  padding-left: 9px;
}
.record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .bottom_t_box .i_t .ico {
  position: absolute;
  top: 0;
  left: 0;
}
.record_modal .modal .scr_box .line_wrap .line .bg_t_wrap {
  padding: 30px;
  margin-bottom: 50px;
  border-radius: 10px;
  background-color: #fafafa;
}
.record_modal .modal .scr_box .line_wrap .line .bg_t_wrap .cir_g {
  position: relative;
  margin-bottom: 10px;
  padding-left: 9px;
  font-size: 12px;
  color: #666;
}
.record_modal .modal .scr_box .line_wrap .line .bg_t_wrap .cir_g.mb20 {
  margin-bottom: 20px;
}
.record_modal .modal .scr_box .line_wrap .line .bg_t_wrap .cir_g::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #999;
}
.record_modal .modal .scr_box .line_wrap .line .bg_t_wrap .cir_g .dep2 {
  display: block;
}
.record_modal .modal .scr_box .line_wrap .line .bottom_i_lst {
  margin: 30px auto;
}
.record_modal .modal .scr_box .line_wrap .line .bottom_i_lst ul {
  display: flex;
  justify-content: center;
}
.record_modal .modal .scr_box .line_wrap .line .bottom_i_lst ul li {
  text-align: center;
  width: 200px;
}
.record_modal .modal .scr_box .line_wrap .line .bottom_i_lst ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  background-color: #F4F6FB;
}
.record_modal .modal .scr_box .line_wrap .line .bottom_i_lst ul li p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
}
.record_modal .modal .bottom_box {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 90px;
  padding: 0px 20px;
  border-top: solid 1px #ddd;
  background-color: #FAFAFA;
}
.record_modal .modal .bottom_box a, .record_modal .modal .bottom_box button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 60px;
  border: solid 1px #333;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
}
.record_modal .modal .bottom_box a.bgc1, .record_modal .modal .bottom_box button.bgc1 {
  background-color: #F61F1D !important;
  border: none;
  color: #fff;
}

@media screen and (max-width: 1420px) {
  .record_modal .modal {
    top: auto;
    bottom: -100%;
    left: 0;
    transform: translate(0);
    width: 100%;
    height: 85%;
    border-radius: 10px 10px 0 0;
    border-bottom: none;
    transition: bottom 0.5s;
  }
  .record_modal .modal.a {
    bottom: 0;
  }
  .record_modal .modal .scr_box .col_tb1 {
    overflow: visible;
  }
  .record_modal .modal .scr_box .col_tb1 table {
    width: 100%;
  }
}
@media screen and (max-width: 1240px) {
  .record_modal {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .record_modal .modal .scr_box .col_tb1.scr1240 {
    overflow-x: scroll;
  }
  .record_modal .modal .scr_box .col_tb1.scr1240 table {
    width: 1400px;
  }
}
@media screen and (max-width: 991px) {


  .record_modal .modal .bottom_box .print_btn {
    display: none;
  }
  .record_modal .modal .bottom_box a, .record_modal .modal .bottom_box button {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .record_modal .modal .modal_close {
    top: 15px;
    right: 15px;
  }
  .record_modal .modal .scr_box {
    max-height: calc(100% - 75px);
    padding: 30px 20px;
  }
  .record_modal .modal .scr_box .col_tb1 {
    overflow-x: scroll;
  }
  .record_modal .modal .scr_box .col_tb1.scr1240 table {
    width: 760px;
  }
  .record_modal .modal .scr_box .col_tb1 table {
    width: 680px;
  }
  .record_modal .modal .scr_box .line_wrap .line {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .record_modal .modal .scr_box .line_wrap .line .line_tit {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-width: 1px;
    font-size: 12px;
  }
  .record_modal .modal .scr_box .line_wrap .line .i_lst_wrap ul {
    gap: 10px;
    margin: 10px auto;
  }
  .record_modal .modal .scr_box .line_wrap .line .i_lst_wrap ul li {
    width: calc(50% - 5px);
    height: 130px;
    border-radius: 5px;
  }
  .record_modal .modal .scr_box .line_wrap .line .i_lst_wrap ul li img {
    display: block;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .record_modal .modal .scr_box .line_wrap .line .i_lst_wrap ul li .t1 {
    margin: 7px 0px 4px;
    font-size: 12px;
  }
  .record_modal .modal .scr_box .line_wrap .line .i_lst_wrap ul li .t2 {
    font-size: 12px;
  }
  .record_modal .modal .scr_box .line_wrap .line .safe_txt img {
    display: inline-block;
    width: 11px;
  }
  .record_modal .modal .scr_box .line_wrap .line .safe_txt span::before{width: 11px; height: 11px; background-size: contain;}
  .record_modal .modal .scr_box .line_wrap .line .safe_txt br {
    display: block;
  }
  .record_modal .modal .scr_box .line_wrap .line .safe_lst ul li {
    width: 100%;
    /* border-right: none; */
  }
  /* .record_modal .modal .scr_box .line_wrap .line .safe_lst ul li:nth-child(2) {
    border-top: solid 1px #ddd;
  } */
  .record_modal .modal .scr_box .line_wrap .line .safe_lst ul li .t1 {
    width: calc(100% - 40px);
    padding: 12px 15px;
  }
  .record_modal .modal .scr_box .line_wrap .line .safe_lst ul li .t2 {
    width: 40px;
    background-size: 15px 15px;
  }
  .record_modal .modal .scr_box .line_wrap .line .safe_lst ul li.ico0 .t2 {
    background-size: 15px 1px;
  }
  .record_modal .modal .scr_box .line_wrap .line .cir_t {
    padding-left: 7px;
    margin-bottom: 8px;
    font-size: 12px;
  }
  .record_modal .modal .scr_box .line_wrap .line .cir_t::before {
    top: 8px;
    width: 3px;
    height: 3px;
  }
  .record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line {
    margin-bottom: 20px;
  }
  .record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .bg_t_box1 {
    padding: 15px 10px;
    border-radius: 5px;
  }
  .record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .bg_t_box1 .t1 {
    margin-bottom: 5px;
  }
  .record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .bg_t_box {
    padding: 12px 10px;
  }
  .record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb {
    overflow-y: scroll;
  }
  .record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table {
    width: 100%;
    min-width: 580px;
  }
  .record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr td {
    padding: 15px;
    font-size: 12px;
  }
  .record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr td.check_td {
    width: 80px;
  }
  .record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .bottom_t_box .i_t {
    padding-left: 7px;
  }
  .record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .bottom_t_box .cir_t {
    padding-left: 7px;
  }
  .record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .bottom_t_box .cir_t::before {
    top: 7px;
    width: 3px;
    height: 3px;
  }
  .record_modal .modal .scr_box .line_wrap .line .bg_t_wrap {
    padding: 20px;
    margin-bottom: 30px;
  }
  .record_modal .modal .scr_box .line_wrap .line .bg_t_wrap .cir_g {
    margin-bottom: 8px;
    padding-left: 7px;
    font-size: 11px;
  }
  .record_modal .modal .scr_box .line_wrap .line .bg_t_wrap .cir_g.mb20 {
    margin-bottom: 12px;
  }
  .record_modal .modal .scr_box .line_wrap .line .bg_t_wrap .cir_g::before {
    top: 6px;
    width: 3px;
    height: 3px;
  }
  .record_modal .modal .scr_box .line_wrap .line .bottom_i_lst {
    margin: 20px auto;
  }
  .record_modal .modal .scr_box .line_wrap .line .bottom_i_lst ul li {
    width: 140px;
  }
  .record_modal .modal .scr_box .line_wrap .line .bottom_i_lst ul li .img {
    width: 80px;
    height: 80px;
  }
  .record_modal .modal .scr_box .line_wrap .line .bottom_i_lst ul li .img img {
    display: block;
    width: 40px;
  }
  .record_modal .modal .scr_box .line_wrap .line .bottom_i_lst ul li p {
    margin-top: 8px;
    font-size: 12px;
  }
  .record_modal .modal .bottom_box {
    height: 75px;
    padding: 0px 15px;
  }
  .record_modal .modal .bottom_box a, .record_modal .modal .bottom_box button {
    height: 50px;
    font-size: 12px;
  }
}
.row_tb1.mb40 {
  margin-bottom: 40px;
}
.row_tb1 table {
  border-top: solid 1px #ddd;
}
.row_tb1 table tr {
  border-bottom: solid 1px #ddd;
}
.row_tb1 table tr th, .row_tb1 table tr td {
  padding: 15px 20px;
  border-right: solid 1px #ddd;
  font-size: 14px;
  text-align: left;
  word-break: break-all;
}
.row_tb1 table tr th:last-child, .row_tb1 table tr td:last-child {
  border-right: none;
}
.row_tb1 table tr th {
  width: 180px;
  font-weight: 500;
  background-color: #F4F6FB;
}
.row_tb1 table tr td .lst {
  position: relative;
  margin-bottom: 10px;
  padding-left: 13px;
  font-size: 14px;
}
.row_tb1 table tr td .lst:last-child {
  margin-bottom: 0;
}
.row_tb1 table tr td .lst::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #333;
}
.row_tb1.th_w160 table tr th {
  width: 159px;
}
.row_tb1.th_w250 table tr th {
  width: 250px;
}

@media screen and (max-width: 1420px) {
  /* .row_tb1:not(.res1240) table {
    display: block;
    padding: 0px 0px 25px;
    border-bottom: solid 1px #ddd;
  }
  .row_tb1:not(.res1240) table colgroup {
    display: none;
  }
  .row_tb1:not(.res1240) table tr {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .row_tb1:not(.res1240) table tr th, .row_tb1:not(.res1240) table tr td {
    display: block;
    width: 100%;
    padding: 0;
    border-right: none;
  }
  .row_tb1:not(.res1240) table tr th {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
    background-color: transparent;
  } */
  .row_tb1:not(.res1240) table {
    display: block;
    padding: 0px 0px 25px;
    border-bottom: solid 1px #ddd;
  }

  .row_tb1:not(.res1240) table colgroup {
    display: none;
  }
  .row_tb1:not(.res1240) table tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
    width: 100%;
    margin-top: 25px;
    border-bottom: none;
  }
  .row_tb1.th_w160:not(.res1240) table tr th{width: 140px;}
  .row_tb1:not(.res1240) table tr th{width: 140px; margin-top: 0; margin-bottom: 0;}
  .row_tb1:not(.res1240) table tr td{width: calc(100% - 185px);}
  .row_tb1:not(.res1240) table tr th, .row_tb1:not(.res1240) table tr td {
    display: block;
    padding: 0;
    border-right: none;
  }
  .row_tb1:not(.res1240) table tr th {
    background-color: transparent;
  }
  .row_tb1:not(.res1240) table tr.m_db{flex-direction: column; gap: 20px; text-align: center; align-items: center;  padding: 25px 0px; border-top: solid 1px #ddd; border-bottom: solid 1px #ddd;}
  .row_tb1:not(.res1240) table tr.m_db th{width: 100%;text-align: left;}
  .row_tb1:not(.res1240) table tr.m_db td{width: 100%;}
}
@media screen and (max-width: 1240px) {
  /* .row_tb1.res1240{overflow-x: auto;}
  .row_tb1.res1240 table {min-width: 1015px;} */
  /* .row_tb1.res1240 table {
    display: block;
    padding: 0px 0px 25px;
    border-bottom: solid 1px #ddd;
  }
  .row_tb1.res1240 table colgroup {
    display: none;
  }
  .row_tb1.res1240 table tr {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .row_tb1.res1240 table tr th, .row_tb1.res1240 table tr td {
    display: block;
    width: 100%;
    padding: 0;
    border-right: none;
  }
  .row_tb1.res1240 table tr th {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
    background-color: transparent;
  } */

  .row_tb1.res1240 table {
    display: block;
    padding: 0px 0px 25px;
    border-bottom: solid 1px #ddd;
  }

  .row_tb1.res1240 table colgroup {
    display: none;
  }
  .row_tb1.res1240 table tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
    width: 100%;
    margin-top: 25px;
    border-bottom: none;
  }
  .row_tb1.th_w160.res1240 table tr th{width: 140px;}
  .row_tb1.res1240 table tr th{width: 140px; margin-top: 0; margin-bottom: 0;}
  .row_tb1.res1240 table tr td{width: calc(100% - 185px);}
  .row_tb1.res1240 table tr th, .row_tb1.res1240 table tr td {
    display: block;
    padding: 0;
    border-right: none;
  }
  .row_tb1.res1240 table tr th {
    background-color: transparent;
  }

    .row_tb1.res1240 table tr.m_db{flex-direction: column; gap: 20px; text-align: center; align-items: center;}
  .row_tb1.res1240 table tr.m_db th{width: 100%;text-align: center;}
  .row_tb1.res1240 table tr.m_db td{width: 100%;}
}
@media screen and (max-width: 720px) {
  .row_tb1.mb40 {
    margin-bottom: 20px;
  }
  /* .row_tb1.th_w160 table tr th{width: 140px;}
  .row_tb1 table tr th, .row_tb1 table tr td{padding: 12px 15px; font-size: 12px;} */

  .row_tb1:not(.res1240) table {
    display: block;
    padding: 0px 0px 15px;
  }

  .row_tb1:not(.res1240) table tr {
    gap: 15px;
    margin-top: 15px;
  }
  .row_tb1.th_w160:not(.res1240) table tr th{width: 100px;}
  .row_tb1:not(.res1240) table tr th{width: 120px;}
  .row_tb1:not(.res1240) table tr td{width: calc(100% - 135px);}

    .row_tb1:not(.res1240) table tr.m_db{flex-direction: column; gap: 10px; text-align: center; align-items: center;}
  .row_tb1:not(.res1240) table tr.m_db th{width: 100%;}
  .row_tb1:not(.res1240) table tr.m_db td{width: 100%;}

  .row_tb1.res1240 table {
    display: block;
    padding: 0px 0px 15px;
  }

  .row_tb1.res1240 table tr {
    gap: 15px;
    margin-top: 15px;
  }
  .row_tb1.th_w160.res1240 table tr th{width: 100px;}
  .row_tb1.res1240 table tr th{width: 100px;}
  .row_tb1.res1240 table tr td{width: calc(100% - 115px);}

  .row_tb1 table tr th, .row_tb1 table tr td {
    font-size: 12px;
  }
  .row_tb1 table tr th, .row_tb1 table tr td p{
    font-size: 12px;
  }
  .row_tb1 table tr td .lst {
    margin-bottom: 7px;
    padding-left: 10px;
    font-size: 12px;
  }
  .row_tb1 table tr td .lst::before {
    top: 7px;
  }
  .row_tb1.res1240 table tr.m_db{flex-direction: column; gap: 10px; text-align: center; align-items: center;}
  .row_tb1.res1240 table tr.m_db th{width: 100%;text-align: center;}
  .row_tb1.res1240 table tr.m_db td{width: 100%;}
  /* .row_tb1 table {
    padding: 0px 0px 15px;
  }
  .row_tb1 table tr th, .row_tb1 table tr td {
    font-size: 12px;
  }
  .row_tb1 table tr th {
    margin-top: 15px;
    margin-bottom: 5px;
  } */
}
.col_tb1 {
  border-top: solid 1px #ddd;
}
.col_tb1.bdtn {
  border-top: none;
}
.col_tb1.thead_blue table thead tr th {
  background-color: #F4F6FB;
}
.col_tb1 table tr {
  border-bottom: solid 1px #ddd;
}
.col_tb1 table tr th, .col_tb1 table tr td {
  padding: 15px 20px;
  border-left: solid 1px #ddd;
  text-align: center;
  font-size: 14px;
}
.col_tb1 table tr th.tal, .col_tb1 table tr td.tal{text-align: left;}
.col_tb1 table tr th:first-child, .col_tb1 table tr td:first-child {
  border-left: none;
}
.col_tb1 table thead tr th {
  font-weight: 500;
  background-color: #fafafa;
}
.col_tb1 table thead tr th.w100 {
  width: 100px;
}
.col_tb1 table thead tr th.w160 {
  width: 160px;
}
.col_tb1 table thead tr th.w140 {
  width: 140px;
}
.col_tb1 table thead tr th.w180 {
  width: 180px;
}
.col_tb1 table thead tr th.w200 {
  width: 200px;
}
.col_tb1 table thead tr th.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}
.col_tb1 table tbody tr td {
  word-break: break-all;
}
.col_tb1 table tbody tr td p {
  text-align: left;
  font-size: inherit;
}
.col_tb1 table tbody tr td p .acci_more_btn{display: flex; justify-content: center; align-items: center; padding: 5px 15px; margin-top: 15px; border-radius: 50px; border: solid 1px #ddd;}
.col_tb1 table tbody tr td p .acci_more_btn.a{background-color: #F61F1D; border: none; color: #fff;}
.col_tb1 table tbody tr td .acci_more_box{display: none; margin-top: 10px; padding: 20px; border-radius: 5px; background-color: #fafafa;}
.col_tb1 table tbody tr td .acci_more_box.a{display: block;}
.col_tb1 table tbody tr td .acci_more_box p{margin-bottom: 5px;}
.col_tb1 table tbody tr td .acci_more_box p:last-child{margin-bottom: 0px;}
@media screen and (max-width: 720px) {
  .col_tb1 table tbody tr td p .acci_more_btn{font-size: 12px;}
  .col_tb1 table tbody tr td .acci_more_box{margin-top: 7px; padding: 15px;}
  .col_tb1 table tbody tr td .acci_more_box p{font-size: 12px;}
}
@media screen and (max-width: 1200px) {
  .col_tb1 {
    overflow-x: scroll;
  }
  .col_tb1 table {
    width: 1400px;
  }
}
@media screen and (max-width: 720px) {
  .col_tb1 table {
    width: 900px;
  }
  .col_tb1 table thead tr th.w100 {
    width: 80px;
  }
  .col_tb1 table thead tr th.w160 {
    width: 140px;
  }
  .col_tb1 table thead tr th.w140 {
    width: 115px;
  }
  .col_tb1 table thead tr th.w180 {
    width: 135px;
  }
  .col_tb1 table thead tr th.w200 {
    width: 160px;
  }
  .col_tb1 table tr th, .col_tb1 table tr td {
    padding: 12px 15px;
    font-size: 12px;
  }
}
.bottom_a_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 60px;
  margin: 60px auto 0;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #F61F1D !important;
}

@media screen and (max-width: 720px) {
  .bottom_a_btn {
    width: 200px;
    height: 50px;
    margin-top: 30px;
    font-size: 14px;
  }
}
.exhibit .lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
}
.exhibit .lst_wrap ul li {
  width: calc((100% - 80px) / 3);
  text-align: center;
}
.exhibit .lst_wrap ul li .img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.exhibit .lst_wrap ul li .img img {
  display: block;
  width: 100%;
}
.exhibit .lst_wrap ul li .t1 {
  margin: 25px 0px 10px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.exhibit .lst_wrap ul li .t2 {
  font-size: 16px;
  color: #666;
}

@media screen and (max-width: 1240px) {
  .exhibit .lst_wrap ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 991px) {
  .exhibit .lst_wrap ul {
    gap: 50px 24px;
  }
  .exhibit .lst_wrap ul li {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 720px) {
  .exhibit .lst_wrap ul {
    gap: 35px 20px;
  }
  .exhibit .lst_wrap ul li {
    width: calc(50% - 10px);
  }
  .exhibit .lst_wrap ul li .img {
    border-radius: 10px;
  }
  .exhibit .lst_wrap ul li .t1 {
    margin: 15px 0px 7px;
    font-size: 14px;
  }
  .exhibit .lst_wrap ul li .t2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 520px) {
  .exhibit .lst_wrap ul li {
    width: 100%;
  }
}
.use_inst .lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.use_inst .lst_wrap ul li {
  width: calc((100% - 80px) / 3);
  padding: 50px 25px;
  border-radius: 20px;
  border: solid 1px #F5F5F5;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
}
.use_inst .lst_wrap ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 154px;
  margin: 0px auto;
  border-radius: 100px;
  background-color: #F4F6FB;
}
.use_inst .lst_wrap ul li .t1 {
  margin: 20px 0px 7px;
  font-size: 16px;
  font-weight: 500;
  color: #F61F1D !important;
}
.use_inst .lst_wrap ul li .t2 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.use_inst .lst_wrap ul li .t3 {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
  word-break: break-all;
}
.use_inst .lst_wrap ul li .t3 span {
  color: #F61F1D !important;
}

@media screen and (max-width: 1420px) {
  .use_inst .lst_wrap ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 991px) {
  .use_inst .lst_wrap ul {
    gap: 40px 24px;
  }
  .use_inst .lst_wrap ul li {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 720px) {
  .use_inst .lst_wrap ul {
    gap: 20px;
  }
  .use_inst .lst_wrap ul li {
    width: 100%;
    padding: 30px 20px;
    border-radius: 10px;
  }
  .use_inst .lst_wrap ul li .img {
    width: 100px;
    height: 100px;
  }
  .use_inst .lst_wrap ul li .img img {
    display: block;
    width: 40px;
  }
  .use_inst .lst_wrap ul li .t1 {
    margin: 12px 0px 5px;
    font-size: 12px;
  }
  .use_inst .lst_wrap ul li .t2 {
    font-size: 14px;
  }
  .use_inst .lst_wrap ul li .t3 {
    margin-top: 12px;
    font-size: 12px;
  }
}
.greeting .lst_wrap ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #F4F6FB;
}
.greeting .lst_wrap ul li:last-child {
  margin-bottom: 0;
}
.greeting .lst_wrap ul li .img {
  width: 680px;
}
.greeting .lst_wrap ul li .img img {
  display: block;
  width: 100%;
}
.greeting .lst_wrap ul li .t_box {
  width: calc(100% - 680px);
  padding: 0px 80px;
}
.greeting .lst_wrap ul li .t_box .t1 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}
.greeting .lst_wrap ul li .t_box .t2 {
  margin-top: 20px;
  font-size: 16px;
}

@media screen and (max-width: 1420px) {
  .greeting .lst_wrap ul li {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 60px;
    border-radius: 0;
    background-color: transparent;
    overflow: visible;
  }
  .greeting .lst_wrap ul li .img {
    max-width: 100%;
    border-radius: 20px;
    overflow: hidden;
  }
  .greeting .lst_wrap ul li .t_box {
    width: 100%;
    margin-top: 40px;
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 720px) {
  .greeting .lst_wrap ul li {
    margin-bottom: 35px;
  }
  .greeting .lst_wrap ul li .img {
    border-radius: 10px;
  }
  .greeting .lst_wrap ul li .t_box {
    margin-top: 20px;
  }
  .greeting .lst_wrap ul li .t_box .t1 {
    font-size: 18px;
  }
  .greeting .lst_wrap ul li .t_box .t2 {
    margin-top: 12px;
    font-size: 12px;
  }
}
.outline .df_box {
  display: flex;
  align-items: center;
  gap: 80px;
}
.outline .df_box .img {
  width: 660px;
  border-radius: 20px;
  overflow: hidden;
}
.outline .df_box .img img {
  display: block;
  width: 100%;
}
.outline .df_box .t_box {
  width: calc(100% - 740px);
}
.outline .df_box .t_box .item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ddd;
}
.outline .df_box .t_box .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.outline .df_box .t_box .item .t1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 45px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  background-color: #F4F6FB;
}
.outline .df_box .t_box .item .t2 {
  font-size: 16px;
  color: #666;
}

@media screen and (max-width: 1420px) {
  .outline .df_box {
    flex-direction: column;
  }
  .outline .df_box .img {
    max-width: 100%;
  }
  .outline .df_box .t_box {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .outline .df_box {
    gap: 40px;
  }
  .outline .df_box .img {
    border-radius: 10px;
  }
  .outline .df_box .t_box .item {
    flex-direction: column;
    align-items: start;
    gap: 10px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .outline .df_box .t_box .item .t1 {
    justify-content: start;
    width: 100%;
    height: auto;
    border-radius: 0;
    text-align: left;
    font-size: 14px;
    background-color: transparent;
  }
  .outline .df_box .t_box .item .t2 {
    font-size: 12px;
  }
}
.location_pg .map {
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
.location_pg .info_box {
  margin-top: 40px;
}
.location_pg .info_box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.location_pg .info_box ul li {
  width: calc((100% - 80px) / 3);
  display: flex;
  align-items: center;
  gap: 20px;
}
.location_pg .info_box ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  background-color: #F4F6FB;
}
.location_pg .info_box ul li .t_box {
  width: calc(100% - 120px);
}
.location_pg .info_box ul li .t_box .t1 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.location_pg .info_box ul li .t_box .t2 {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}

@media screen and (max-width: 1420px) {
  .location_pg .info_box ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 991px) {
  .location_pg .info_box ul li {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .location_pg .map {
    height: 250px;
    border-radius: 10px;
  }
  .location_pg .info_box {
    margin-top: 25px;
  }
  .location_pg .info_box ul {
    gap: 25px;
  }
  .location_pg .info_box ul li {
    gap: 15px;
  }
  .location_pg .info_box ul li .img {
    width: 80px;
    height: 80px;
  }
  .location_pg .info_box ul li .img img {
    display: block;
    width: 45px;
  }
  .location_pg .info_box ul li .t_box {
    width: calc(100% - 95px);
  }
  .location_pg .info_box ul li .t_box .t1 {
    font-size: 14px;
  }
  .location_pg .info_box ul li .t_box .t2 {
    margin-top: 7px;
    font-size: 12px;
  }
}
.loca_lst_pg .df_box {
  display: flex;
  gap: 80px;
}
.loca_lst_pg .df_box .map {
  width: 660px;
  height: 655px;
  border-radius: 20px;
  overflow: hidden;
}
.loca_lst_pg .df_box .loca_lst {
  width: 660px;
  height: 655px;
  padding-top: 10px;
  border-top: solid 2px #000;
  border-bottom: solid 1px #eee;
}
.loca_lst_pg .df_box .loca_lst .scr_box {
  height: 100%;
  overflow-y: scroll;
}
.loca_lst_pg .df_box .loca_lst .scr_box::-webkit-scrollbar {
  width: 3px;
}
.loca_lst_pg .df_box .loca_lst .scr_box::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #eee;
}
.loca_lst_pg .df_box .loca_lst .scr_box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #999;
}
.loca_lst_pg .df_box .loca_lst ul li {
  border-bottom: solid 1px #eee;
}
.loca_lst_pg .df_box .loca_lst ul li.a button .tit {
  color: #F61F1D !important;
}
.loca_lst_pg .df_box .loca_lst ul li:last-child {
  border-bottom: none;
}
.loca_lst_pg .df_box .loca_lst ul li:first-child button {
  padding-top: 30px;
}
.loca_lst_pg .df_box .loca_lst ul li button {
  width: 100%;
  padding: 40px 0px;
  text-align: left;
}
.loca_lst_pg .df_box .loca_lst ul li button .tit {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.loca_lst_pg .df_box .loca_lst ul li button .info_box {
  margin-top: 10px;
}
.loca_lst_pg .df_box .loca_lst ul li button .info_box p {
  display: inline-block;
  font-size: 14px;
  color: #666;
}
.loca_lst_pg .df_box .loca_lst ul li button .info_box p::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  margin: -2px 10px 0px;
  background-color: #ddd;
}
.loca_lst_pg .df_box .loca_lst ul li button .info_box p:last-child::after {
  display: none;
}

@media screen and (max-width: 1420px) {
  .loca_lst_pg .df_box {
    flex-direction: column;
    gap: 60px;
  }
  .loca_lst_pg .df_box .map {
    width: 100%;
    height: 400px;
  }
  .loca_lst_pg .df_box .loca_lst {
    width: 100%;
    height: 343px;
  }
}
@media screen and (max-width: 720px) {
  .loca_lst_pg .df_box {
    gap: 40px;
  }
  .loca_lst_pg .df_box .map {
    height: 280px;
  }
  .loca_lst_pg .df_box .loca_lst {
    height: 310px;
    padding-top: 0;
    border-top: solid 1px #000;
  }
  .loca_lst_pg .df_box .loca_lst ul li:first-child button {
    padding-top: 20px;
  }
  .loca_lst_pg .df_box .loca_lst ul li button {
    padding: 20px 0px;
  }
  .loca_lst_pg .df_box .loca_lst ul li button .tit {
    font-size: 14px;
  }
  .loca_lst_pg .df_box .loca_lst ul li button .info_box {
    margin-top: 0px;
  }
  .loca_lst_pg .df_box .loca_lst ul li button .info_box p {
    margin-top: 5px;
    display: block;
    font-size: 12px;
  }
  .loca_lst_pg .df_box .loca_lst ul li button .info_box p::after {
    display: none;
    height: 8px;
    margin: -1px 6px 0px;
  }
}
.bottom_sch_wrap {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 30px;
}
.bottom_sch_wrap select {
  width: 150px;
  height: 50px;
  border-radius: 5px;
  border: solid 1px #ddd;
}
.bottom_sch_wrap .sch_box {
  position: relative;
  width: 400px;
  height: 50px;
  border-radius: 5px;
  border: solid 1px #ddd;
}
.bottom_sch_wrap .sch_box input {
  width: 100%;
  height: 100%;
  padding-right: 50px;
  border: none;
  background-color: transparent;
}
.bottom_sch_wrap .sch_box button {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 720px) {
  .bottom_sch_wrap {
    flex-direction: column;
    margin-top: 20px;
  }
  .bottom_sch_wrap select {
    width: 100%;
    height: 40px;
  }
  .bottom_sch_wrap .sch_box {
    width: 100%;
    height: 40px;
  }
  .bottom_sch_wrap .sch_box input {
    padding-right: 30px;
  }
  .bottom_sch_wrap .sch_box button {
    width: 20px;
  }
}
.faq_wrap .faq_lst {
  margin-top: 20px;
  border-top: solid 1px #000;
}
.faq_wrap .faq_lst .item {
  border-bottom: solid 1px #eee;
}
.faq_wrap .faq_lst .item .q_box {
  position: relative;
  width: 100%;
  padding: 30px 80px;
  text-align: left;
}
.faq_wrap .faq_lst .item .q_box::before {
  content: "Q";
  position: absolute;
  top: 31px;
  left: 0;
  width: 80px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #F61F1D !important;
}
.faq_wrap .faq_lst .item .q_box::after {
  content: "";
  position: absolute;
  top: 34px;
  right: 30px;
  width: 15px;
  height: 15px;
  background: url(/src/img/i/faq_arrow.png) no-repeat center center;
}
.faq_wrap .faq_lst .item .q_box .tit {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}
.faq_wrap .faq_lst .item .answer_box {
  display: none;
  position: relative;
  width: 100%;
  position: relative;
  padding: 30px 80px;
  border-top: solid 1px #eee;
  background-color: #F4F6FB;
}
.faq_wrap .faq_lst .item .answer_box::before {
  content: "A.";
  position: absolute;
  top: 31px;
  left: 0;
  width: 80px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.faq_wrap .faq_lst .item .answer_box .txt {
  width: 100%;
  font-size: 16px;
}
.faq_wrap .faq_lst .item.a .q_box::after {
  transform: scaleY(-1);
}

@media screen and (max-width: 1240px) {
  .faq_wrap .faq_lst .item .q_box {
    padding: 30px 70px;
  }
  .faq_wrap .faq_lst .item .q_box::before {
    width: 70px;
  }
  .faq_wrap .faq_lst .item .q_box::after {
    right: 30px;
  }
  .faq_wrap .faq_lst .item .answer_box {
    padding: 30px 70px;
  }
  .faq_wrap .faq_lst .item .answer_box::before {
    width: 70px;
  }
}
@media screen and (max-width: 620px) {
  .faq_wrap .faq_lst {
    margin-top: 20px;
  }
  .faq_wrap .faq_lst .item .q_box {
    padding: 15px 0px 15px 40px;
  }
  .faq_wrap .faq_lst .item .q_box::before {
    top: 15px;
    width: 40px;
    font-size: 12px;
  }
  .faq_wrap .faq_lst .item .q_box::after {
    display: none;
  }
  .faq_wrap .faq_lst .item .q_box .tit {
    font-size: 12px;
  }
  .faq_wrap .faq_lst .item .answer_box {
    padding: 15px 0px 15px 40px;
  }
  .faq_wrap .faq_lst .item .answer_box::before {
    top: 15px;
    width: 40px;
    font-size: 12px;
  }
  .faq_wrap .faq_lst .item .answer_box .txt {
    font-size: 12px;
  }
}
.board_tb_wrap .tb_wrap {
  margin-top: 20px;
  border-top: solid 2px #000;
}
.board_tb_wrap .tb_wrap table tr {
  border-bottom: solid 1px #E1D3B4;
}
.board_tb_wrap .tb_wrap table tr th, .board_tb_wrap .tb_wrap table tr td {
  text-align: center;
}
.board_tb_wrap .tb_wrap table thead tr th {
  padding: 30px 0px;
  font-size: 16px;
  font-weight: 500;
}
.board_tb_wrap .tb_wrap table thead tr th.w150 {
  width: 150px;
}
.board_tb_wrap .tb_wrap table tbody tr td {
  padding: 30px 5px;
  text-align: center;
  font-size: 16px;
}
.board_tb_wrap .tb_wrap table tbody tr td.tit {
  font-weight: 500;
}
.board_tb_wrap .tb_wrap table tbody tr td a, .board_tb_wrap .tb_wrap table tbody tr td button {
  display: block;
  text-align: left;
}
.board_tb_wrap .tb_wrap table tbody tr td a.lock, .board_tb_wrap .tb_wrap table tbody tr td button.lock {
  position: relative;
  padding-left: 17px;
}
.board_tb_wrap .tb_wrap table tbody tr td a.lock::before, .board_tb_wrap .tb_wrap table tbody tr td button.lock::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 13px;
  background: url(/src/img/i/lock.png) no-repeat center center;
}

@media screen and (max-width: 1240px) {
  .board_tb_wrap .tb_wrap table tr {
    display: block;
  }
  .board_tb_wrap .tb_wrap table tr th, .board_tb_wrap .tb_wrap table tr td {
    display: block;
  }
  .board_tb_wrap .tb_wrap table thead {
    display: none;
  }
  .board_tb_wrap .tb_wrap table tbody tr {
    padding: 20px 0px;
  }
  .board_tb_wrap .tb_wrap table tbody tr td {
    display: inline-block;
    padding: 0px;
    text-align: left;
  }
  .board_tb_wrap .tb_wrap table tbody tr td::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: -1px 10px 0px;
    vertical-align: middle;
    background-color: #ddd;
  }
  .board_tb_wrap .tb_wrap table tbody tr td:first-child {
    display: none;
  }
  .board_tb_wrap .tb_wrap table tbody tr td:last-child {
    margin-right: 0;
  }
  .board_tb_wrap .tb_wrap table tbody tr td:last-child::after {
    display: none;
  }
  .board_tb_wrap .tb_wrap table tbody tr td a, .board_tb_wrap .tb_wrap table tbody tr td button {
    display: block;
    width: 100%;
  }
  .board_tb_wrap .tb_wrap table tbody tr td.tit {
    display: block;
    margin: 0px 0px 10px;
  }
  .board_tb_wrap .tb_wrap table tbody tr td.tit::after {
    display: none;
  }
  .board_tb_wrap .tb_wrap table tbody tr.notice_line .tit {
    color: #F61F1D !important;
    font-weight: 500;
  }
}
@media screen and (max-width: 720px) {
  .board_tb_wrap .tb_wrap {
    border-width: 1px;
    margin-top: 15px;
  }
  .board_tb_wrap .tb_wrap table tbody tr {
    padding: 15px 0px;
  }
  .board_tb_wrap .tb_wrap table tbody tr td {
    font-size: 12px;
  }
  .board_tb_wrap .tb_wrap table tbody tr td::after {
    margin: -3px 5px 0;
  }
  .board_tb_wrap .tb_wrap table tbody tr td a, .board_tb_wrap .tb_wrap table tbody tr td button {
    font-size: 12px;
  }
  .board_tb_wrap .tb_wrap table tbody tr td a.lock, .board_tb_wrap .tb_wrap table tbody tr td button.lock {
    padding-left: 14px;
  }
  .board_tb_wrap .tb_wrap table tbody tr td a.lock::before, .board_tb_wrap .tb_wrap table tbody tr td button.lock::before {
    top: 5px;
    width: 9px;
    height: 10px;
    background-size: cover;
  }
  .board_tb_wrap .tb_wrap table tbody tr td.tit {
    margin: 0px 0px 5px;
  }
}
.board_pg .board_top .info {
  margin-top: 15px;
}
.board_pg .board_top .info p {
  display: inline-block;
  font-size: 16px;
  color: #999;
}
.board_pg .board_top .info p::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  margin: -3px 10px 0;
  background-color: #ddd;
  vertical-align: middle;
}
.board_pg .board_top .info p:last-child::after {
  display: none;
}
.board_pg .file_wrap {
  margin-top: 40px;
}
.board_pg .file_box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 10px;
  background-color: #FAFAFA;
}
.board_pg .file_box::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #000;
  background: url(/src/img/i/down_i.png) no-repeat center center/auto #fff;
}
.board_pg .file_box a {
  display: flex;
  align-items: center;
  display: block;
  width: 100%;
  height: 100%;
}
.board_pg .file_box p {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  padding-left: 60px;
  font-size: 16px;
}
.board_pg .board_main {
  padding: 40px 0px;
  margin-top: 20px;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
.board_pg .next_prev table {
  border-top: solid 1px #eee;
}
.board_pg .next_prev table tr {
  border-bottom: solid 1px #eee;
}
.board_pg .next_prev table tr th, .board_pg .next_prev table tr td {
  padding: 30px 15px;
  font-size: 16px;
}
.board_pg .next_prev table tr th p, .board_pg .next_prev table tr td p {
  font-size: 16px;
}
.board_pg .next_prev table tr th {
  position: relative;
  width: 110px;
  text-align: center;
  font-weight: 500;
}
.board_pg .next_prev table tr th::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 1px;
  height: 10px;
  background-color: #eee;
  transform: translateY(-50%);
}
.board_pg .next_prev table tr td p, .board_pg .next_prev table tr td a {
  display: block;
  width: 100%;
}
.board_pg .next_prev table tr td p {
  color: #999;
}
.board_pg .answer_box {
  padding: 40px;
  margin-top: 40px;
  border-radius: 10px;
  border: solid 1px #ddd;
  background-color: #F4F6FB;
}
.board_pg .list_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 60px;
  margin: 40px auto;
  border: solid 1px #333;
  border-radius: 5px;
  background-color: #fff;
}
.board_pg .board_btn_line {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.board_pg .board_btn_line.mb40{margin-bottom: 40px;}
.board_pg .board_btn_line .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 60px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.board_pg .board_btn_line .btn.line_st {
  border: solid 1px #000;
  background-color: #fff;
}
.board_pg .board_btn_line .btn.bgc1 {
  background-color: #F61F1D;
  color: #fff;
}

@media screen and (max-width: 720px) {
  .board_pg .board_top .info {
    margin-top: 8px;
  }
  .board_pg .board_top .info p {
    font-size: 13px;
  }
  .board_pg .board_top .info p::after {
    margin: -2px 5px 0;
  }
  .board_pg .file_wrap {
    margin-top: 25px;
  }
  .board_pg .board_main {
    padding: 20px 0px;
    margin-top: 20px;
  }
  .board_pg .file_box {
    height: 40px;
    margin-top: 7px;
    border-radius: 5px;
  }
  .board_pg .file_box::before {
    left: 5px;
    width: 30px;
    height: 30px;
    background-size: 15px 15px;
  }
  .board_pg .file_box p {
    position: relative;
    padding-left: 45px;
    font-size: 12px;
  }
  .board_pg .next_prev table tr th, .board_pg .next_prev table tr td {
    padding: 15px 10px;
    font-size: 12px;
  }
  .board_pg .next_prev table tr th p, .board_pg .next_prev table tr td p {
    font-size: 12px;
  }
  .board_pg .next_prev table tr th {
    width: 80px;
  }
  .board_pg .answer_box {
    padding: 25px 20px;
    margin-top: 25px;
    border-radius: 5px;
  }
  .board_pg .list_btn {
    width: 100%;
    height: 50px;
    margin: 25px auto;
  }
  .board_pg .board_btn_line {
    flex-direction: column;
    gap: 5px;
    margin-top: 25px;
  }
  .board_pg .board_btn_line.mb40{margin-bottom: 25px;}
  .board_pg .board_btn_line .btn {
    width: 100%;
    height: 50px;
    font-size: 12px;
  }
}
.board_pw {
  padding: 80px 0px;
  border-top: solid 2px #000;
  border-bottom: solid 1px #ddd;
}
.board_pw .form_box {
  width: 310px;
  margin: 40px auto 0;
}
.board_pw .form_box input {
  width: 100%;
  height: 50px;
  border: solid 1px #ddd;
  border-radius: 5px;
}
.board_pw .form_box .btn_line {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.board_pw .form_box .btn_line .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 5px);
  height: 60px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
}
.board_pw .form_box .btn_line .btn.bgc1 {
  background-color: #F61F1D !important;
  color: #fff;
}
.board_pw .form_box .btn_line .btn.line_st {
  border: solid 1px #000;
  color: #000;
  background-color: #fff;
}

@media screen and (max-width: 720px) {
  .board_pw {
    padding: 0px 20px;
    border-top: none;
    border-bottom: none;
  }
  .board_pw .form_box {
    width: 100%;
    margin: 20px auto 0;
  }
  .board_pw .form_box input {
    height: 40px;
  }
  .board_pw .form_box .btn_line {
    flex-direction: column;
    gap: 5px;
    margin-top: 5px;
  }
  .board_pw .form_box .btn_line .btn {
    width: 100%;
    height: 45px;
    font-size: 12px;
  }
}
.write_pg .inp_wrap {
  margin-top: 20px;
  padding: 60px;
  border: solid 1px #ddd;
  border-radius: 10px;
}
.write_pg .inp_wrap .inp_line {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
.write_pg .inp_wrap .inp_line:last-child {
  margin-bottom: 0;
}
.write_pg .inp_wrap .inp_line .inp_box {
  width: calc(50% - 20px);
}
.write_pg .inp_wrap .inp_line .inp_box.w1 {
  width: 100%;
}
.write_pg .inp_wrap .inp_line .inp_box > p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}
.write_pg .inp_wrap .inp_line .inp_box > p span {
  color: #F61F1D !important;
}
.write_pg .inp_wrap .inp_line .inp_box .inp {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: solid 1px #ddd;
  font-size: 14px;
}
.write_pg .inp_wrap .inp_line .inp_box .inp.h200 {
  display: block;
  height: 200px;
  padding: 20px;
  resize: none;
}
.write_pg .inp_wrap .inp_line .inp_box input[type=file] {
  padding: 4px 20px 4px 4px;
}
.write_pg .inp_wrap .inp_line .inp_box input[type=file]::-webkit-file-upload-button {
  width: 100px;
  height: 40px;
  margin-right: 10px;
  border-radius: 5px;
  border: solid 1px #aaa;
  background-color: #fafafa;
}
.write_pg .inp_wrap .inp_line .inp_box .file_txt {
  display: block;
  margin-top: 10px;
}
.write_pg .agree_wrap {
  margin-top: 50px;
}
.write_pg .agree_wrap .agree_box {
  height: 200px;
  padding: 20px;
  border: solid 1px #ddd;
  border-radius: 5px;
  background-color: #F4F6FB;
  overflow-y: scroll;
}
.write_pg .agree_wrap .agree_box pre {
  font-size: 14px;
  color: #666;
}
.write_pg .agree_wrap .agree_line {
  padding: 20px 0px;
  border-bottom: solid 1px #eee;
}
.write_pg .agree_wrap .agree_line label i {
  margin-top: -2px;
  border: solid 1px #ddd;
  border-radius: 5px;
  transition: border-color 0.5s;
}
.write_pg .agree_wrap .agree_line label input ~ i::after {
  opacity: 1;
  border-color: #ddd !important;
}
.write_pg .agree_wrap .agree_line label input:checked ~ i {
  border-color: #F61F1D !important;
}
.write_pg .agree_wrap .agree_line label input:checked ~ i::after {
  border-color: #F61F1D !important;
}
.write_pg .btn_line {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.write_pg .btn_line .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 60px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
}
.write_pg .btn_line .btn.bgc1 {
  background-color: #F61F1D !important;
  color: #fff;
}
.write_pg .btn_line .btn.line_st {
  border: solid 1px #000;
  color: #000;
  background-color: #fff;
}

.inp_thr_box {
  display: flex;
  gap: 5px;
}
.inp_thr_box .inp {
  width: calc((100% - 10px) / 3);
}
.inp_thr_box .inp.w_two{width: calc((100% - 10px)/2);}

@media screen and (max-width: 1420px) {
  .write_pg .inp_wrap .inp_line {
    flex-direction: column;
  }
  .write_pg .inp_wrap .inp_line .inp_box {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .write_pg .inp_wrap {
    margin-top: 15px;
    padding: 30px 20px;
    border-radius: 5px;
  }
  .write_pg .inp_wrap .inp_line {
    gap: 25px;
    margin-bottom: 25px;
  }
  .write_pg .inp_wrap .inp_line .inp_box > p {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .write_pg .inp_wrap .inp_line .inp_box .inp {
    height: 40px;
    font-size: 12px;
    padding-left: 15px;
  }
  .write_pg .inp_wrap .inp_line .inp_box .inp.h150 {
    height: 15px;
    padding: 15px;
  }
  .write_pg .inp_wrap .inp_line .inp_box input[type=file] {
    padding: 2px 15px 2px 2px;
  }
  .write_pg .inp_wrap .inp_line .inp_box input[type=file]::-webkit-file-upload-button {
    width: 75px;
    height: 35px;
    margin-right: 5px;
  }
  .write_pg .inp_wrap .inp_line .inp_box .file_txt {
    margin-top: 5px;
  }
  .write_pg .agree_wrap {
    margin-top: 30px;
  }
  .write_pg .agree_wrap .agree_box {
    height: 150px;
    padding: 15px;
  }
  .write_pg .agree_wrap .agree_box pre {
    font-size: 12px;
  }
  .write_pg .agree_wrap .agree_line {
    padding: 12px 0px;
  }
  .write_pg .agree_wrap .agree_line label i {
    margin-right: 5px;
  }
  .write_pg .btn_line {
    gap: 6px;
    margin-top: 25px;
  }
  .write_pg .btn_line .btn {
    width: calc(50% - 3px);
    height: 50px;
    font-size: 12px;
  }
}
#footer {
  margin-top: 100px;
  border-top: solid 1px #eee;
}
#footer.mt0 {
  margin-top: 0;
}
#footer .f_top {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: solid 1px #eee;
}
#footer .f_top .l_wrap .t2 {
  margin: 10px 0px 15px;
}
#footer .f_top .r_wrap > ul {
  display: flex;
}
#footer .f_top .r_wrap > ul > li {
  width: 150px;
}
#footer .f_top .r_wrap > ul > li > a {
  font-weight: 500;
  color: #000;
}
#footer .f_top .r_wrap > ul > li > a:hover {
  color: #F61F1D !important;
}
#footer .f_top .r_wrap > ul > li .dep2 ul li {
  margin-top: 10px;
}
#footer .f_top .r_wrap > ul > li .dep2 ul li:last-child {
  margin-bottom: 0;
}
#footer .f_top .r_wrap > ul > li .dep2 ul li a {
  color: #666;
}
#footer .f_top .r_wrap > ul > li .dep2 ul li a:hover {
  color: #F61F1D !important;
}
#footer .f_main {
  display: flex;
  align-items: start;
  gap: 50px;
  padding: 60px 0px;
}
#footer .f_main .r_box .f_menu ul {
  display: flex;
  gap: 30px;
}
#footer .f_main .r_box .f_menu ul li {
  line-height: 17px;
}
#footer .f_main .r_box .f_menu ul li a, #footer .f_main .r_box .f_menu ul li button {
  line-height: 17px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
#footer .f_main .r_box .info_wrap {
  margin-top: 20px;
  margin-bottom: 40px;
}
#footer .f_main .r_box .info_wrap .line {
  display: flex;
  gap: 10px 20px;
  margin-bottom: 10px;
}
#footer .f_main .r_box .info_wrap .line:last-child {
  margin-bottom: 0;
}
#footer .f_main .r_box .info_wrap .line p {
  color: #666;
}
#footer .f_main .r_box .info_wrap .line p span {
  margin-right: 10px;
  color: #000;
}

@media screen and (max-width: 1420px) {
  #footer .f_top {
    justify-content: center;
  }
  #footer .f_top .l_wrap {
    text-align: center;
  }
  #footer .f_top .r_wrap {
    display: none;
  }
  #footer .f_main {
    padding: 60px 40px;
    justify-content: center;
  }
  #footer .f_main .logo {
    display: none;
  }
  #footer .f_main .r_box .f_menu ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  #footer .f_main .r_box .info_wrap .line {
    justify-content: center;
    flex-wrap: wrap;
  }
  #footer .f_main .r_box .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 720px) {
  #footer {
    margin-top: 50px;
  }
  #footer .f_top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #footer .f_top .l_wrap .t2 {
    margin: 5px 0px 8px;
  }
  #footer .f_main {
    padding: 30px 20px;
  }
  #footer .f_main .r_box .f_menu ul {
    gap: 15px;
  }
  #footer .f_main .r_box .f_menu ul li {
    line-height: 15px;
  }
  #footer .f_main .r_box .f_menu ul li a, #footer .f_main .r_box .f_menu ul li button {
    line-height: 17px;
    font-size: 12px;
  }
  #footer .f_main .r_box .info_wrap {
    margin-bottom: 20px;
  }
  #footer .f_main .r_box .info_wrap .line {
    gap: 5px 10px;
    margin-bottom: 5px;
  }
  #footer .f_main .r_box .info_wrap .line p {
    font-size: 12px;
  }
  #footer .f_main .r_box .info_wrap .line p span {
    margin-right: 5px;
  }
}
.print-div .modal_close {
  display: none;
}
.print-div .scr_box {
  /* max-height: calc(100% - 90px); */
  /* padding: 40px; */
  /* overflow-y: scroll; */
}
.print-div .scr_box::-webkit-scrollbar {
  width: 3px;
}
.print-div .scr_box::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 10px;
}
.print-div .scr_box::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 10px;
}
.print-div .scr_box .line_wrap .line {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: solid 1px #eee;
}
.print-div .scr_box .line_wrap .line:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.print-div .scr_box .line_wrap .line .line_tit {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: solid 2px #000;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.print-div .scr_box .line_wrap .line .i_lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
  margin: 0px auto 20px;
}
.print-div .scr_box .line_wrap .line .i_lst_wrap ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((100% - 63px) / 4);
  height: 154px;
  border-radius: 10px;
  border: solid 1px #eee;
  text-align: center;
  background-color: #fff;
}
.print-div .scr_box .line_wrap .line .i_lst_wrap ul li .t1 {
  margin: 10px 0px 5px;
  font-size: 14px;
}
.print-div .scr_box .line_wrap .line .i_lst_wrap ul li .t2 {
  font-size: 14px;
  font-weight: 500;
  color: #F61F1D !important;
}
.print-div .scr_box .line_wrap .line .safe_txt img {
  margin-top: -2px;
}
.print-div .scr_box .line_wrap .line .safe_txt span::before{content: ""; display: inline-block; vertical-align: middle; width: 19px; height: 19px; margin-right: 3px; background-repeat: no-repeat; background-position: center center; background-size: auto;}
.print-div .scr_box .line_wrap .line .safe_txt span.ico1::before{background-image: url(/src/img/i/safe_opt1.png);}
.print-div .scr_box .line_wrap .line .safe_txt span.ico2::before{background-image: url(/src/img/i/safe_opt2.png);}
.print-div .scr_box .line_wrap .line .safe_txt span.ico3::before{background-image: url(/src/img/i/safe_opt3.png);}
.print-div .scr_box .line_wrap .line .safe_txt span.ico4::before{background-image: url(/src/img/i/safe_opt4.png);}
.print-div .scr_box .line_wrap .line .safe_lst ul {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #ddd;
  border-right: none;
  border-bottom: none;
}
.print-div .scr_box .line_wrap .line .safe_lst ul li {
  display: flex;
  width: 50%;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.print-div .scr_box .line_wrap .line .safe_lst ul li:nth-child(1) {
  border-top: none;
}
.print-div .scr_box .line_wrap .line .safe_lst ul li:nth-child(2) {
  border-top: none;
}
/* .print-div .scr_box .line_wrap .line .safe_lst ul li:nth-child(2n) {
  border-right: none;
} */
.print-div .scr_box .line_wrap .line .safe_lst ul li .t1 {
  width: calc(100% - 50px);
  padding: 15px 20px;
  border-right: solid 1px #ddd;
}
.print-div .scr_box .line_wrap .line .safe_lst ul li .t2 {
  width: 50px;
  background-repeat: no-repeat;
  background-position: center center;
}
.print-div .scr_box .line_wrap .line .safe_lst ul li.ico1 .t2 {
  background-image: url(/src/img/i/safe_opt1.png);
}
.print-div .scr_box .line_wrap .line .safe_lst ul li.ico2 .t2 {
  background-image: url(/src/img/i/safe_opt2.png);
}
.print-div .scr_box .line_wrap .line .safe_lst ul li.ico0 .t2 {
  background-image: url(/src/img/i/safe_opt3.png);
}
.print-div .scr_box .line_wrap .line .safe_lst ul li.ico3 .t2 {
  background-image: url(/src/img/i/safe_opt4.png);
}
.print-div .scr_box .line_wrap .line .cir_t {
  position: relative;
  padding-left: 9px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #F61F1D !important;
}
.print-div .scr_box .line_wrap .line .cir_t::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #F61F1D !important;
}
.print-div .scr_box .line_wrap .line .in_line_wrap .in_line {
  margin-bottom: 30px;
}
.print-div .scr_box .line_wrap .line .in_line_wrap .in_line:last-child {
  margin-bottom: 0;
}
.print-div .scr_box .line_wrap .line .in_line_wrap .in_line .bg_t_box {
  background-color: #F4F6FB;
}
.print-div .scr_box .line_wrap .line .in_line_wrap .in_line .bg_t_box.bg_g {
  background-color: #EBFCF2;
}
.print-div .scr_box .line_wrap .line .in_line_wrap .in_line .bg_t_box1 {
  padding: 20px 10px;
  border-radius: 10px;
  border: solid 1px #eee;
}
.print-div .scr_box .line_wrap .line .in_line_wrap .in_line .bg_t_box1 .t1 {
  margin-bottom: 8px;
}
.print-div .scr_box .line_wrap .line .in_line_wrap .in_line .bg_t_box2 {
  padding: 15px 10px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.print-div .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr {
  border-bottom: solid 1px #ddd;
}
.print-div .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr td {
  padding: 15px 20px;
  border-right: solid 1px #ddd;
  font-size: 14px;
  word-break: break-all;
}
.print-div .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr td:last-child {
  border-right: none;
}
.print-div .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr td.check_td {
  width: 100px;
  text-align: center;
}
.print-div .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr td.check_td span {
  font-weight: 500;
}
.print-div .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr td .c_type1 {
  color: #F61F1D !important;
}
.print-div .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr td .c_type2 {
  color: #0F8EEB !important;
}
.print-div .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr td .c_type3 {
  color: #F101D9 !important;
}
.print-div .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr td .c_type4 {
  color: #FF7336 !important;
}
.print-div .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr td .c_type5 {
  color: #63C519 !important;
}
.print-div .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr td .c_type6 {
  color: #999999 !important;
}
.print-div .scr_box .line_wrap .line .in_line_wrap .in_line .bottom_t_box .i_t {
  position: relative;
  padding-left: 9px;
}
.print-div .scr_box .line_wrap .line .in_line_wrap .in_line .bottom_t_box .i_t .ico {
  position: absolute;
  top: 0;
  left: 0;
}
.print-div .scr_box .line_wrap .line .bg_t_wrap {
  padding: 30px;
  margin-bottom: 50px;
  border-radius: 10px;
  background-color: #fafafa;
}
.print-div .scr_box .line_wrap .line .bg_t_wrap .cir_g {
  position: relative;
  margin-bottom: 10px;
  padding-left: 9px;
  font-size: 12px;
  color: #666;
}
.print-div .scr_box .line_wrap .line .bg_t_wrap .cir_g.mb20 {
  margin-bottom: 20px;
}
.print-div .scr_box .line_wrap .line .bg_t_wrap .cir_g::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #999;
}
.print-div .scr_box .line_wrap .line .bg_t_wrap .cir_g .dep2 {
  display: block;
}
.print-div .scr_box .line_wrap .line .bottom_i_lst {
  margin: 30px auto;
}
.print-div .scr_box .line_wrap .line .bottom_i_lst ul {
  display: flex;
  justify-content: center;
}
.print-div .scr_box .line_wrap .line .bottom_i_lst ul li {
  text-align: center;
  width: 200px;
}
.print-div .scr_box .line_wrap .line .bottom_i_lst ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  background-color: #F4F6FB;
}
.print-div .scr_box .line_wrap .line .bottom_i_lst ul li p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
}
.print-div .bottom_box {
  display: none;
}

.print-div {
  display: none;
}

.print-div .row_tb1 table tr th, .print-div .row_tb1 table tr td {
  font-size: 12px;
}

.print-div .col_tb1 table tr th, .print-div .col_tb1 table tr td {
  font-size: 12px;
}

.print-div .col_tb1 table thead tr th.w140 {
  width: 110px;
}

.print-div .col_tb1 table thead tr th.w180 {
  width: 120px;
}

.print-div .col_tb1 table thead tr th.w200 {
  width: 140px;
}

@media print {
  .print-div {
    display: block;
  }
  .print-div img {
    display: block !important;
  }
}
.car_section {
  position: relative;
  text-align: center;
}

.car_section .car_img {
  position: relative;
  width: 758px;
  margin: 0 auto;
  /* 330 61  242 30 */
}

.car_section .car_img em.t_inp {
  padding: 0 10px;
  line-height: 33px;
  text-align: left;
  width: auto;
  min-width: 80px;
}

.car_section .car_img .t_inp {
  position: absolute;
  z-index: 10;
  border: none;
  background-color: transparent;
}

.car_section .car_img .t_inp.bd {
  border: 1px solid #ddd;
}

.car_section .car_img .t_inp1 {
  top: 250px;
  left: 325px;
  width: 80px;
  height: 35px;
}

.car_section .car_img .t_inp2 {
  top: 420px;
  left: 435px;
  width: 80px;
  height: 35px;
}

.car_section .car_img .t_inp3 {
  top: 420px;
  left: 585px;
  width: 80px;
  height: 35px;
}

.car_section .car_img .png {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.car_section .car_img span {
  position: absolute;
  display: block;
  width: 21px;
  height: 21px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  line-height: 20px;
  border: solid 1px #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #000;
  background-color: #fff;
}

.car_section.btn_section .car_img span {
  cursor: pointer;
  z-index: 11;
}

.car_section .car_img span .car_hidden {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.car_section .car_img .u {
  background-color: #F61F1D;
  border: none;
  font-weight: 500;
  color: #fff;
}

.car_section .car_img .q {
  background-color: #FF7336;
  border: none;
  font-weight: 500;
  color: #fff;
}

.car_section .car_img .a {
  background-color: #FFC336;
  border: none;
  font-weight: 500;
  color: #fff;
}

.car_section .car_img .s {
  background-color: #63C519;
  border: none;
  font-weight: 500;
  color: #fff;
}

.car_section .car_img .w {
  background-color: #00D9BC;
  border: none;
  font-weight: 500;
  color: #fff;
}

.car_section .car_img .d {
  background-color: #0065D9;
  border: none;
  font-weight: 500;
  color: #fff;
}

.car_section .car_img .m {
  background-color: #9356FF;
  border: none;
  font-weight: 500;
  color: #fff;
}

.car_section .car_img .x {
  background-color: #F101D9;
  border: none;
  font-weight: 500;
  color: #fff;
}

.car_section .car_img .g {
  background-color: #FF6EA8;
  border: none;
  font-weight: 500;
  color: #fff;
}

.car_section .car_img .p {
  background-color: #0f2f4f;
  border: none;
  font-weight: 500;
  color: #fff;
}

.car_section .car_img .t {
  background-color: #999999;
  border: none;
  font-weight: 500;
  color: #fff;
}




.car_section .car_img .car1_1_1{left: 51px;top: 16px;}
.car_section .car_img .car1_1_2{left: 84px;top: 16px;}
.car_section .car_img .car1_1_3{left: 69px;top: 40px;}
.car_section .car_img .car1_1_4{left: 91px;top: 57px;}
.car_section .car_img .car1_1_5{left: 91px;top: 80px;}
.car_section .car_img .car1_1_6{left: 44px;top: 84px;}
.car_section .car_img .car1_1_7{left: 91px;top: 103px;}
.car_section .car_img .car1_1_8{left: 39px;top: 122px;}
.car_section .car_img .car1_1_9{left: 69px;top: 146px;}
.car_section .car_img .car1_1_10{left: 121px;top: 143px;}
.car_section .car_img .car1_1_11{left: 69px;top: 169px;}
.car_section .car_img .car1_1_12{left: 69px;top: 192px;}
.car_section .car_img .car1_1_13{left: 124px;top: 194px;}
.car_section .car_img .car1_1_14{left: 124px;top: 231px;}
.car_section .car_img .car1_1_15{left: 69px;top: 237px;}
.car_section .car_img .car1_1_16{left: 69px;top: 260px;}
.car_section .car_img .car1_1_17{left: 124px;top: 273px;}
.car_section .car_img .car1_1_18{left: 39px;top: 281px;}
.car_section .car_img .car1_1_19{left: 69px;top: 283px;}
.car_section .car_img .car1_1_20{left: 44px;top: 319px;}
.car_section .car_img .car1_1_21{left: 121px;top: 335px;}
.car_section .car_img .car1_1_22{left: 91px;top: 346px;}
.car_section .car_img .car1_1_23{left: 91px;top: 387px;}
.car_section .car_img .car1_1_24{left: 59px;top: 391px;}
.car_section .car_img .car1_1_25{left: 39px;top: 146px;}
.car_section .car_img .car1_1_26{left: 39px;top: 257px;}
.car_section .car_img .car1_1_27{left: 59px;top: 367px;}
.car_section .car_img .car1_1_28{left: 136px;top: 173px;}
.car_section .car_img .car1_1_29{left: 136px;top: 304px;}
.car_section .car_img .car1_1_30{left: 91px;top: 325px;}
.car_section .car_img .car1_1_31{left: 91px;top: 366px;}
.car_section .car_img .car1_1_32{left: 39px;top: 169px;}
.car_section .car_img .car1_1_33{left: 39px;top: 191px;}
.car_section .car_img .car1_1_34{left: 39px;top: 213px;}
.car_section .car_img .car1_1_35{left: 39px;top: 235px;}

.car_section .car_img .car1_1_36{left: 67px;top: 16px;}
.car_section .car_img .car1_1_37{left: 46px;top: 38px;}
.car_section .car_img .car1_1_38{left: 91px;top: 125px;}
.car_section .car_img .car1_1_39{left: 90px;top: 156px;}
.car_section .car_img .car1_1_40{left: 90px;top: 182px;}
.car_section .car_img .car1_1_41{left: 147px;top: 231px;}
.car_section .car_img .car1_1_42{left: 90px;top: 247px;}
.car_section .car_img .car1_1_43{left: 90px;top: 273px;}





.car_section .car_img .car1_2_1{left: 234px;top: 5px;}
.car_section .car_img .car1_2_2{left: 257px;top: 5px;}
.car_section .car_img .car1_2_3{left: 280px;top: 5px;}
.car_section .car_img .car1_2_4{left: 203px;top: 16px;}
.car_section .car_img .car1_2_5{left: 315px;top: 16px;}
.car_section .car_img .car1_2_6{left: 256px;top: 42px;}
.car_section .car_img .car1_2_7{left: 256px;top: 65px;}
.car_section .car_img .car1_2_8{left: 256px;top: 88px;}
.car_section .car_img .car1_2_9{left: 193px;top: 138px;}
.car_section .car_img .car1_2_10{left: 329px;top: 139px;}
.car_section .car_img .car1_2_11{left: 257px;top: 140px;}
.car_section .car_img .car1_2_12{left: 176px;top: 155px;}
.car_section .car_img .car1_2_13{left: 345px;top: 155px;}
.car_section .car_img .car1_2_14{left: 257px;top: 239px;}
.car_section .car_img .car1_2_15{left: 257px;top: 331px;}
.car_section .car_img .car1_2_16{left: 234px;top: 375px;}
.car_section .car_img .car1_2_17{left: 257px;top: 375px;}
.car_section .car_img .car1_2_18{left: 280px;top: 375px;}
.car_section .car_img .car1_2_19{left: 234px;top: 403px;}
.car_section .car_img .car1_2_20{left: 257px;top: 403px;}
.car_section .car_img .car1_2_21{left: 280px;top: 403px;}
.car_section .car_img .car1_2_22{left: 215px;top: 5px;}
.car_section .car_img .car1_2_23{left: 299px;top: 5px;}
.car_section .car_img .car1_2_24{left: 193px;top: 383px;}
.car_section .car_img .car1_2_25{left: 321px;top: 383px;}
.car_section .car_img .car1_2_26{left: 211px;top: 403px;}
.car_section .car_img .car1_2_27{left: 303px;top: 403px;}

.car_section .car_img .car1_2_28{left: 234px;top: 54px;}
.car_section .car_img .car1_2_29{left: 278px;top: 54px;}
.car_section .car_img .car1_2_30{left: 257px;top: 217px;}
.car_section .car_img .car1_2_31{left: 203px;top: 230px;}
.car_section .car_img .car1_2_32{left: 319px;top: 231px;}
.car_section .car_img .car1_2_33{left: 257px;top: 261px;}
.car_section .car_img .car1_2_34{left: 193px;top: 308px;}
.car_section .car_img .car1_2_35{left: 329px;top: 309px;}
.car_section .car_img .car1_2_36{left: 211px;top: 368px;}
.car_section .car_img .car1_2_37{left: 303px;top: 368px;}



.car_section .car_img .car1_3_1{left: 459px;top: 10px;}
.car_section .car_img .car1_3_2{left: 459px;top: 40px;}
.car_section .car_img .car1_3_3{left: 401px;top: 80px;}
.car_section .car_img .car1_3_4{left: 517px;top: 80px;}
.car_section .car_img .car1_3_5{left: 426px;top: 95px;}
.car_section .car_img .car1_3_6{left: 491px;top: 95px;}
.car_section .car_img .car1_3_7{left: 401px;top: 122px;}
.car_section .car_img .car1_3_8{left: 515px;top: 122px;}
.car_section .car_img .car1_3_9{left: 459px;top: 146px;}
.car_section .car_img .car1_3_10{left: 459px;top: 171px;}
.car_section .car_img .car1_3_11{left: 459px;top: 241px;}
.car_section .car_img .car1_3_12{left: 459px;top: 306px;}
.car_section .car_img .car1_3_13{left: 402px;top: 331px;}
.car_section .car_img .car1_3_14{left: 515px;top: 331px;}
.car_section .car_img .car1_3_15{left: 430px;top: 340px;}
.car_section .car_img .car1_3_16{left: 459px;top: 340px;}
.car_section .car_img .car1_3_17{left: 490px;top: 340px;}
.car_section .car_img .car1_3_18{left: 459px;top: 375px;}

.car_section .car_img .car1_4_1{left: 632px;top: 16px;}
.car_section .car_img .car1_4_2{left: 665px;top: 16px;}
.car_section .car_img .car1_4_3{left: 648px;top: 40px;}
.car_section .car_img .car1_4_4{left: 627px;top: 57px;}
.car_section .car_img .car1_4_5{left: 627px;top: 80px;}
.car_section .car_img .car1_4_6{left: 627px;top: 103px;}
.car_section .car_img .car1_4_7{left: 671px;top: 84px;}
.car_section .car_img .car1_4_8{left: 676px;top: 122px;}
.car_section .car_img .car1_4_9{left: 594px;top: 143px;}
.car_section .car_img .car1_4_10{left: 648px;top: 146px;}
.car_section .car_img .car1_4_11{left: 648px;top: 169px;}
.car_section .car_img .car1_4_12{left: 648px;top: 192px;}
.car_section .car_img .car1_4_13{left: 594px;top: 195px;}
.car_section .car_img .car1_4_14{left: 594px;top: 231px;}
.car_section .car_img .car1_4_15{left: 648px;top: 237px;}
.car_section .car_img .car1_4_16{left: 648px;top: 260px;}
.car_section .car_img .car1_4_17{left: 594px;top: 273px;}
.car_section .car_img .car1_4_18{left: 677px;top: 281px;}
.car_section .car_img .car1_4_19{left: 648px;top: 283px;}
.car_section .car_img .car1_4_20{left: 671px;top: 319px;}
.car_section .car_img .car1_4_21{left: 594px;top: 335px;}
.car_section .car_img .car1_4_22{left: 625px;top: 346px;}
.car_section .car_img .car1_4_23{left: 625px;top: 387px;}
.car_section .car_img .car1_4_24{left: 656px;top: 390px;}
.car_section .car_img .car1_4_25{left: 677px;top: 146px;}
.car_section .car_img .car1_4_26{left: 677px;top: 257px;}
.car_section .car_img .car1_4_27{left: 656px;top: 367px;}
.car_section .car_img .car1_4_28{left: 579px;top: 173px;}
.car_section .car_img .car1_4_29{left: 579px;top: 304px;}
.car_section .car_img .car1_4_30{left: 625px;top: 325px;}
.car_section .car_img .car1_4_31{left: 625px;top: 366px;}
.car_section .car_img .car1_4_32{left: 677px;top: 169px;}
.car_section .car_img .car1_4_33{left: 677px;top: 191px;}
.car_section .car_img .car1_4_34{left: 677px;top: 213px;}
.car_section .car_img .car1_4_35{left: 677px;top: 235px;}

.car_section .car_img .car1_4_36{left: 649px;top: 16px;}
.car_section .car_img .car1_4_37{left: 671px;top: 38px;}
.car_section .car_img .car1_4_38{left: 627px;top: 125px;}
.car_section .car_img .car1_4_39{left: 626px;top: 156px;}
.car_section .car_img .car1_4_40{left: 626px;top: 182px;}
.car_section .car_img .car1_4_41{left: 571px;top: 231px;}
.car_section .car_img .car1_4_42{left: 626px;top: 248px;}
.car_section .car_img .car1_4_43{left: 626px;top: 273px;}



.car_section .car_img .car2_1_1{left: 111px;top: 46px;}
.car_section .car_img .car2_1_2{left: 111px;top: 113px;}
.car_section .car_img .car2_1_3{left: 108px;top: 353px;}
.car_section .car_img .car2_1_4{left: 50px;top: 46px;}
.car_section .car_img .car2_1_5{left: 172px;top: 46px;}
.car_section .car_img .car2_1_6{left: 70px;top: 108px;}
.car_section .car_img .car2_1_7{left: 152px;top: 108px;}
.car_section .car_img .car2_1_8{left: 52px;top: 322px;}
.car_section .car_img .car2_1_9{left: 108px;top: 322px;}
.car_section .car_img .car2_1_10{left: 164px;top: 322px;}
.car_section .car_img .car2_1_11{left: 67px;top: 358px;}
.car_section .car_img .car2_1_12{left: 149px;top: 358px;}

.car_section .car_img .car2_2_1{left: 245px;top: 80px;}
.car_section .car_img .car2_2_2{left: 245px;top: 293px;}
.car_section .car_img .car2_2_3{left: 286px;top: 50px;}
.car_section .car_img .car2_2_4{left: 286px;top: 180px;}
.car_section .car_img .car2_2_5{left: 286px;top: 232px;}
.car_section .car_img .car2_2_6{left: 286px;top: 283px;}
.car_section .car_img .car2_2_7{left: 257px;top: 24px;}
.car_section .car_img .car2_2_8{left: 245px;top: 232px;}
.car_section .car_img .car2_2_9{left: 284px;top: 386px;}


.car_section .car_img .car2_3_1{left: 463px;top: 221px;}
.car_section .car_img .car2_3_2{left: 463px;top: 252px;}
.car_section .car_img .car2_3_3{left: 463px;top: 283px;}

.car_section .car_img .car2_4_1{left: 670px;top: 80px;}
.car_section .car_img .car2_4_2{left: 670px;top: 293px;}

.car_section .car_img .car2_4_3{left: 629px;top: 50px;}
.car_section .car_img .car2_4_4{left: 629px;top: 180px;}
.car_section .car_img .car2_4_5{left: 629px;top: 232px;}
.car_section .car_img .car2_4_6{left: 629px;top: 283px;}
.car_section .car_img .car2_4_7{left: 658px;top: 24px;}
.car_section .car_img .car2_4_8{left: 670px;top: 232px;}
.car_section .car_img .car2_4_9{left: 631px;top: 386px;}







































.car_section_info.btn_section_info ul li {
  cursor: pointer;
}
.car_section_info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.car_section_info ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 95px;
  height: 95px;
  border: solid 1px #eee;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
}
.car_section_info ul li .ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.car_section_info ul li .ico.u {
  background-color: #F61F1D;
}
.car_section_info ul li .ico.q {
  background-color: #FF7336;
}
.car_section_info ul li .ico.a {
  background-color: #FFC336;
}
.car_section_info ul li .ico.s {
  background-color: #63C519;
}
.car_section_info ul li .ico.w {
  background-color: #00D9BC;
}
.car_section_info ul li .ico.d {
  background-color: #0065D9;
}
.car_section_info ul li .ico.m {
  background-color: #9356FF;
}
.car_section_info ul li .ico.x {
  background-color: #F101D9;
}
.car_section_info ul li .ico.g {
  background-color: #FF6EA8;
}
.car_section_info ul li .ico.p {
  background-color: #0f2f4f;
}
.car_section_info ul li .ico.t {
  background-color: #999999;
}
.car_section_info ul li .t {
  font-size: 14px;
}
.car_section_info ul li.act {
  border: solid 2px #F61F1D !important;
}

@media screen and (max-width: 1420px) {
  .car_view .car_v_main .car_sect .df_box .r_box .car_section .car_img {
    transform-origin: top center;
  }
  .car_section_info ul {
    gap: 20px 15px;
  }
  .car_section_info ul li {
    width: calc((100% - 75px) / 6);
  }
}
@media screen and (max-width: 860px) {
  .car_view .car_v_main .car_sect .df_box .r_box .car_section {
    overflow-x: hidden;
  }
  .car_view .car_v_main .car_sect .df_box .r_box .car_section .car_img {
    transform-origin: top left;
    transform: scale(0.87);
  }
}
@media screen and (max-width: 720px) {
  .car_view .car_v_main .car_sect .df_box .r_box .car_section {
    overflow-x: scroll;
    padding: 10px 10px;
  }
  .car_view .car_v_main .car_sect .df_box .r_box .car_section .car_img {
    transform-origin: center center;
  }
  .car_section_info ul {
    gap: 12px;
  }
  .car_section_info ul li {
    width: calc((100% - 24px) / 3);
    height: 78px;
  }
  .car_section_info ul li .ico {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  .car_section_info ul li .t {
    font-size: 12px;
  }
}
.email_modal {
  display: none;
  z-index: 105;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
}
.email_modal .modal_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 570px;
  padding: 60px 40px;
  border: solid 1px #000;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}
.email_modal .modal_box .modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.email_modal .modal_box .tit::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin: 30px auto;
  background-color: #ddd;
}

@media screen and (max-width: 720px) {
  .email_modal .modal_box {
    width: calc(100% - 40px);
    padding: 30px 20px;
  }
  .email_modal .modal_box .modal_close {
    top: 15px;
    right: 15px;
  }
  .email_modal .modal_box .tit::after {
    width: 20px;
    margin: 15px auto;
  }
}
.container .sys_inp, .my_container .sys_inp {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: solid 1px #ddd;
  padding: 0px 20px;
  font-size: 14px;
}

.print-div .sys_inp{
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: solid 1px #ddd;
  padding: 0px 20px;
  font-size: 14px;
}

.container .sys_inp[type=file] {
  padding-left: 0;
}

.my_container .sys_inp[type=file] {
  padding-left: 0;
}

.container .sys_inp[type=file]::-webkit-file-upload-button {
  width: 100px;
  height: 39px;
  margin: 5px;
  border-radius: 5px;
  border: solid 1px #aaa;
  background-color: #fafafa;
}

.my_container .sys_inp[type=file]::-webkit-file-upload-button {
  width: 100px;
  height: 39px;
  margin: 5px;
  border-radius: 5px;
  border: solid 1px #aaa;
  background-color: #fafafa;
}

select.sys_inp {
  padding: 0px 40px 0px 20px;
}

.sys_s_btnline {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.sys_s_btnline .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 60px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.sys_s_btnline .btn.style1 {
  background-color: #F61F1D !important;
  color: #fff;
}
.sys_s_btnline .btn.style2 {
  border: solid 1px #000;
  background-color: #fff;
}

@media screen and (max-width: 720px) {
  .container .sys_inp {
    height: 40px;
    padding: 0px 15px;
    font-size: 12px;
  }
  .my_container .sys_inp {
    height: 40px;
    padding: 0px 15px;
    font-size: 12px;
  }
  select.sys_inp {
    padding: 0px 30px 0px 15px;
    background-position-x: calc(100% - 15px);
  }
  .sys_s_btnline {
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 20px;
  }
  .sys_s_btnline .btn {
    width: 100%;
    height: 50px;
    font-size: 12px;
  }
  .my_container .sys_inp[type=file] {
    padding-left: 0;
  }
  .container .sys_inp[type=file] {
    padding-left: 0;
  }
  .container .sys_inp[type=file]::-webkit-file-upload-button {
    width: 70px;
    height: 32px;
    margin: 3px 5px 3px 3px;
    border-radius: 5px;
    border: solid 1px #aaa;
    background-color: #fafafa;
  }
  .my_container .sys_inp[type=file]::-webkit-file-upload-button {
    width: 70px;
    height: 32px;
    margin: 3px 5px 3px 3px;
    border-radius: 5px;
    border: solid 1px #aaa;
    background-color: #fafafa;
  }
}
.sys_find_mem {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.sys_find_mem .tab {
  margin-bottom: 40px;
}
.sys_find_mem .tab ul {
  display: flex;
}
.sys_find_mem .tab ul li {
  width: 50%;
  height: 54px;
  border: solid 1px #ddd;
}
.sys_find_mem .tab ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #999;
}
.sys_find_mem .tab ul li.act {
  border-color: #000;
}
.sys_find_mem .tab ul li.act a {
  color: #333;
}
.sys_find_mem .line {
  margin-top: 10px;
}
.sys_find_mem .line.mt20 {
  margin-top: 20px;
}
.sys_find_mem .line .login_link li {
  display: inline-block;
}
.sys_find_mem .line .login_link li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: -4px 10px 0px;
  background-color: #ddd;
  vertical-align: middle;
}
.sys_find_mem .line .login_link li:last-child::after {
  display: none;
}
.sys_find_mem .line .login_link li a {
  font-size: 16px;
  color: #666;
}
.sys_find_mem .line label i {
  margin-top: -2px;
  border: solid 1px #ddd;
  border-radius: 5px;
  transition: border-color 0.5s;
}
.sys_find_mem .line label input ~ i::after {
  opacity: 1;
  border-color: #ddd !important;
}
.sys_find_mem .line label input:checked ~ i {
  border-color: #F61F1D !important;
}
.sys_find_mem .line label input:checked ~ i::after {
  border-color: #F61F1D !important;
}
.sys_find_mem .sbm_btn, .sys_find_mem .link_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
.sys_find_mem .sbm_btn {
  margin-top: 20px;
  background-color: #F61F1D !important;
  color: #fff;
}
.sys_find_mem .link_btn {
  margin-top: 5px;
  border: solid 1px #333;
  background-color: #fff;
}

@media screen and (max-width: 720px) {
  .sys_find_mem {
    width: 100%;
  }
  .sys_find_mem .tab {
    margin-bottom: 25px;
  }
  .sys_find_mem .tab ul li {
    height: 42px;
  }
  .sys_find_mem .tab ul li a {
    font-size: 12px;
  }
  .sys_find_mem .line {
    margin-top: 7px;
  }
  .sys_find_mem .line.mt20 {
    margin-top: 12px;
  }
  .sys_find_mem .line .login_link {
    margin-top: -1px;
  }
  .sys_find_mem .line .login_link li::after {
    height: 8px;
    margin: -2px 6px 0px;
  }
  .sys_find_mem .line .login_link li a {
    font-size: 12px;
  }
  .sys_find_mem .line label i {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
  .sys_find_mem .sbm_btn, .sys_find_mem .link_btn {
    height: 40px;
    font-size: 12px;
  }
  .sys_find_mem .sbm_btn {
    margin-top: 12px;
  }
}
.join_pg .form_box {
  padding: 60px;
  border-radius: 10px;
  border: solid 1px #ddd;
  background-color: #fff;
}
.join_pg .form_box .step_lst {
  padding: 15px 0px;
  margin-bottom: 40px;
  border-radius: 5px;
  border: solid 1px #ddd;
  background-color: #F4F6FB;
}
.join_pg .form_box .step_lst ul {
  display: flex;
}
.join_pg .form_box .step_lst ul li {
  width: 33.3334%;
  text-align: center;
}
.join_pg .form_box .step_lst ul li p {
  font-weight: 500;
  color: #999;
}
.join_pg .form_box .step_lst ul li .t1 {
  font-size: 12px;
}
.join_pg .form_box .step_lst ul li .t2 {
  margin-top: 5px;
  font-size: 16px;
}
.join_pg .form_box .step_lst ul li.a p {
  color: #F61F1D !important;
}
.join_pg .form_box .sys_join_allcheck {
  padding-bottom: 20px;
  border-bottom: solid 1px #eee;
}
.join_pg .form_box .join_agree_wrap {
  margin-top: 50px;
}
.join_pg .form_box .join_agree_wrap .sys_join_h3 {
  margin-bottom: 20px;
}
.join_pg .form_box .join_agree_wrap .agree_box {
  height: 200px;
  padding: 20px;
  border-radius: 5px;
  border: solid 1px #ddd;
  background-color: #F4F6FB;
  overflow-y: scroll;
}
.join_pg .form_box .join_agree_wrap .agree_box pre {
  font-size: 14px;
  color: #666;
}
.join_pg .form_box .join_agree_wrap .agree_box pre .c_red{display: inline-block; margin-bottom: 5px; line-height: 200%; color: #F61F1D !important;}
.join_pg .form_box .join_agree_wrap .agree_line {
  padding: 20px 0px;
  border-bottom: solid 1px #eee;
}

@media screen and (max-width: 1420px) {
  .join_pg .form_box {
    padding: 0px;
    border-radius: 0;
    border: none;
  }
}
@media screen and (max-width: 720px) {
  .join_pg .form_box .step_lst {
    padding: 10px 10px;
    margin-bottom: 25px;
  }
  .join_pg .form_box .step_lst ul li .t1 {
    font-size: 11px;
  }
  .join_pg .form_box .step_lst ul li .t2 {
    margin-top: 3px;
    font-size: 12px;
  }
  .join_pg .form_box .sys_join_allcheck {
    padding-bottom: 12px;
  }
  .join_pg .form_box .join_agree_wrap {
    margin-top: 30px;
  }
  .join_pg .form_box .join_agree_wrap .sys_join_h3 {
    margin-bottom: 10px;
  }
  .join_pg .form_box .join_agree_wrap .agree_box {
    height: 170px;
    padding: 15px;
  }
  .join_pg .form_box .join_agree_wrap .agree_box pre {
    font-size: 12px;
  }
  .join_pg .form_box .join_agree_wrap .agree_line {
    padding: 10px 0;
  }
}
.join_pg .form_box .inp_wrap .line {
  margin-top: 50px;
}
.join_pg .form_box .inp_wrap .line .line_top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 20px;
}
.join_pg .form_box .inp_wrap .line .inp_line {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px 0px;
  border-top: solid 2px #333;
  border-bottom: solid 1px #eee;
}
.join_pg .form_box .inp_wrap .line .inp_line.gap20 {
  gap: 20px;
}
.join_pg .form_box .inp_wrap .line .inp_line .df_box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.join_pg .form_box .inp_wrap .line .inp_line .inp_box {
  width: calc((100% - 80px) / 3);
}
.join_pg .form_box .inp_wrap .line .inp_line .inp_box.w1 {
  width: 100%;
}
.join_pg .form_box .inp_wrap .line .inp_line .inp_box > .opt_t {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}
.join_pg .form_box .inp_wrap .line .inp_line .inp_box .in_btn {
  display: flex;
  gap: 5px;
}
.join_pg .form_box .inp_wrap .line .inp_line .inp_box .in_btn .sys_inp {
  width: calc(100% - 85px);
}
.join_pg .form_box .inp_wrap .line .inp_line .inp_box .in_btn .sys_inp.w315 {
  width: 315px;
}
.join_pg .form_box .inp_wrap .line .inp_line .inp_box .in_btn .inp_r_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 50px;
  border-radius: 5px;
  border: solid 1px #333;
  text-align: center;
  font-size: 14px;
  background-color: #fff;
}

@media screen and (max-width: 1420px) {
  .join_pg .form_box .inp_wrap .line .inp_line .inp_box {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 991px) {
  .join_pg .form_box .inp_wrap .line .inp_line .inp_box {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .join_pg .form_box .inp_wrap .line {
    margin-top: 30px;
  }
  .join_pg .form_box .inp_wrap .line .line_top {
    margin-bottom: 15px;
  }
  .join_pg .form_box .inp_wrap .line .inp_line {
    gap: 25px;
    padding: 25px 0px;
    border-top: solid 1px #333;
  }
  .join_pg .form_box .inp_wrap .line .inp_line.gap20 {
    gap: 12px;
  }
  .join_pg .form_box .inp_wrap .line .inp_line .df_box {
    gap: 25px;
  }
  .join_pg .form_box .inp_wrap .line .inp_line .inp_box > .opt_t {
    margin-bottom: 12px;
    font-size: 12px;
  }
  .join_pg .form_box .inp_wrap .line .inp_line .inp_box .in_btn .sys_inp {
    width: calc(100% - 75px);
  }
  .join_pg .form_box .inp_wrap .line .inp_line .inp_box .in_btn .sys_inp.w315 {
    width: calc(100% - 75px);
  }
  .join_pg .form_box .inp_wrap .line .inp_line .inp_box .in_btn .inp_r_btn {
    width: 70px;
    height: 40px;
    font-size: 12px;
  }
}
.join3_box {
  margin-top: 80px;
}

@media screen and (max-width: 720px) {
  .join3_box {
    margin-top: 40px;
  }
  .join3_box img {
    display: block;
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1420px) {
  .sys_my1_interval {
    padding-bottom: 50px;
  }
  .sys_my_interval {
    padding-bottom: 100px;
  }
}
@media (max-width: 720px) {
  .sys_my1_interval {
    padding-bottom: 25px;
  }
  .sys_my_interval {
    padding-bottom: 50px;
  }
}
.sys_mypage {
  width: 1400px;
  margin: 0 auto;
  padding: 80px 0 0px;
}
@media (max-width: 1420px) {
  .sys_mypage {
    width: 100%;
    padding: 180px 0px 0;
  }
  .sys_mypage.sys_notorder_interval {
    padding: 50px 0 100px;
  }
}
@media (max-width: 720px) {
  .sys_mypage {
    padding-top: 110px;
  }
  .sys_mypage.sys_notorder_interval {
    padding: 25px 0 50px;
  }
}
.sys_mypage .m_my_top {
  display: none;
  position: fixed;
  z-index: 100;
  top: 170px;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.sys_mypage .m_my_top .my_top1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 0px 40px;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
.sys_mypage .m_my_top .my_top1 .m_nav_btn.a img {
  transform: scaleY(-1);
}
.sys_mypage .m_my_top .my_top1 .my_m_nav {
  display: none;
  position: absolute;
  top: 99px;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
.sys_mypage .m_my_top .my_top1 .my_m_nav li {
  width: 100%;
  border-bottom: solid 1px #eee;
}
.sys_mypage .m_my_top .my_top1 .my_m_nav li a {
  display: block;
  width: 100%;
  padding: 30px 40px;
  font-size: 18px;
  font-weight: 500;
}
.sys_mypage .m_my_top .my_top2 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0px 40px;
  overflow-x: auto;
  white-space: nowrap;
}
.sys_mypage .m_my_top .my_top2 ul {
  height: 100%;
  width: 100%;
}
.sys_mypage .m_my_top .my_top2 ul li {
  display: inline-block;
  height: 100%;
  margin-right: 30px;
}
.sys_mypage .m_my_top .my_top2 ul li:last-child {
  margin-right: 0;
}
.sys_mypage .m_my_top .my_top2 ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  font-size: 14px;
}
.sys_mypage .m_my_top .my_top2 ul li.a a {
  color: #F61F1D !important;
}
.sys_mypage .m_my_top .my_top2 ul li.a a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #F61F1D !important;
}
@media screen and (max-width: 1420px) {
  .sys_mypage .m_my_top {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  .sys_mypage .m_my_top {
    top: 120px;
  }
  .sys_mypage .m_my_top .my_top1 {
    height: 60px;
    padding: 0px 20px;
  }
  .sys_mypage .m_my_top .my_top1 .back_btn, .sys_mypage .m_my_top .my_top1 .m_nav_btn {
    width: 18px;
    height: 18px;
  }
  .sys_mypage .m_my_top .my_top1 .my_m_nav {
    top: 59px;
  }
  .sys_mypage .m_my_top .my_top1 .my_m_nav li a {
    padding: 20px;
    font-size: 14px;
  }
  .sys_mypage .m_my_top .my_top2 {
    height: 50px;
    padding: 0px 20px;
  }
  .sys_mypage .m_my_top .my_top2 ul li {
    margin-right: 15px;
  }
  .sys_mypage .m_my_top .my_top2 ul li a {
    font-size: 12px;
  }
}
.sys_mypage .my_nav {
  width: 200px;
}
.sys_mypage .my_nav .tit {
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}
.sys_mypage .my_nav .my_menu {
  margin-top: 20px;
}
.sys_mypage .my_nav .my_menu > li {
  line-height: 150%;
}
.sys_mypage .my_nav .my_menu > li + li {
  margin-top: 20px;
}
.sys_mypage .my_nav .my_menu > li > a {
  font-size: 16px;
  font-weight: 500;
}
.sys_mypage .my_nav .my_menu > li > ul {
  margin-top: 13px;
}
.sys_mypage .my_nav .my_menu > li > ul > li {
  margin-bottom: 7px;
  line-height: 150%;
}
.sys_mypage .my_nav .my_menu > li > ul > li:last-child {
  margin-bottom: 0;
}
.sys_mypage .my_nav .my_menu > li > ul > li > a {
  color: #666;
  font-size: 14px;
}
.sys_mypage .my_nav .my_menu > li > ul > li.act > a {
  color: #F61F1D !important;
}
.sys_mypage .my_cont {
  width: 1100px;
}
.sys_mypage .my_cont .my_tit {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.sys_mypage .my_cont .my_tit.fz16 {
  font-size: 16px;
}
@media (max-width: 720px) {
  .sys_mypage .my_cont .my_tit {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .sys_mypage .my_cont .my_tit.fz16 {
    font-size: 12px;
  }
}
@media (max-width: 1420px) {
  .sys_mypage .my_cont {
    width: 100%;
  }
}
@media (max-width: 1420px) {
  .sys_mypage .my_container {
    width: 100%;
    margin: 0 auto;
    padding: 0px 40px;
  }
}
@media (max-width: 720px) {
  .sys_mypage .my_container {
    padding: 0px 20px;
  }
}
.sys_mypage .mem_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  border-radius: 10px;
  background-color: #fafafa;
}
@media (max-width: 1420px) {
  .sys_mypage .mem_info {
    position: relative;
    padding: 60px 40px;
  }
}
@media screen and (max-width: 991px) {
  .sys_mypage .mem_info {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 720px) {
  .sys_mypage .mem_info {
    padding: 30px 20px;
    gap: 20px;
  }
}
.sys_mypage .mem_info .mem_txt {
  width: 375px;
}
@media (max-width: 1420px) {
  .sys_mypage .mem_info .mem_txt {
    width: calc(100% - 510px);
  }
}
@media screen and (max-width: 991px) {
  .sys_mypage .mem_info .mem_txt {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .sys_mypage .mem_info .mem_txt {
    overflow: hidden;
    width: 100%;
  }
}
.sys_mypage .mem_info .mem_txt .t1 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 150%;
  color: #000;
}
@media screen and (max-width: 720px) {
  .sys_mypage .mem_info .mem_txt .t1 {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.sys_mypage .mem_info .mem_txt a {
  text-decoration: underline;
  text-underline-position: under;
}
.sys_mypage .mem_info .mem_info_lst {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .sys_mypage .mem_info .mem_info_lst {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .sys_mypage .mem_info .mem_info_lst {
    position: static;
    right: 0;
    bottom: 0;
    width: 100%;
    padding-top: 0px;
  }
}
.sys_mypage .mem_info .mem_info_lst > ul {
  font-size: 0;
}
.sys_mypage .mem_info .mem_info_lst > ul li {
  display: inline-block;
  width: 118px;
  height: 118px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  vertical-align: top;
  background-color: #fff;
}
.sys_mypage .mem_info .mem_info_lst > ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .sys_mypage .mem_info .mem_info_lst > ul li {
    width: calc((100% - 30px) / 4);
  }
}
@media screen and (max-width: 720px) {
  .sys_mypage .mem_info .mem_info_lst > ul li {
    width: calc(50% - 5px);
    height: 88px;
    margin-right: 8px;
    margin-top: 8px;
  }
  .sys_mypage .mem_info .mem_info_lst > ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.sys_mypage .mem_info .mem_info_lst > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 32px;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .sys_mypage .mem_info .mem_info_lst > ul li a {
    padding-top: 19px;
  }
}
.sys_mypage .mem_info .mem_info_lst > ul li a .t1 {
  font-size: 20px;
}
@media screen and (max-width: 720px) {
  .sys_mypage .mem_info .mem_info_lst > ul li a .t1 {
    font-size: 16px;
  }
}
.sys_mypage .mem_info .mem_info_lst > ul li a .t2 {
  margin-top: 12px;
  font-size: 14px;
  line-height: 110%;
}
@media screen and (max-width: 720px) {
  .sys_mypage .mem_info .mem_info_lst > ul li a .t2 {
    margin-top: 6px;
    font-size: 12px;
  }
}

.my_b_nav {
  margin-top: 50px;
  border-top: solid 1px #ddd;
}
.my_b_nav > ul li + li {
  border-top: 1px solid #ddd;
}
.my_b_nav > ul li .t1 {
  position: relative;
  display: block;
  height: 76px;
  padding: 0 5%;
  line-height: 76px;
  font-size: 16px;
}
@media (max-width: 720px) {
  .my_b_nav > ul li .t1 {
    height: 52px;
    line-height: 52px;
    font-size: 12px;
  }
}
.my_b_nav > ul li .t1::after {
  position: absolute;
  right: 5%;
  top: 27px;
  width: 12px;
  height: 22px;
}
@media (max-width: 720px) {
  .my_b_nav > ul li .t1::after {
    top: 18px;
    width: 8px;
    height: 16px;
  }
}

.my_tab {
  margin-bottom: 50px;
}
.my_tab.mt50 {
  margin-top: 50px;
}
.my_tab.mb0 {
  margin-bottom: 0;
}
.my_tab ul {
  position: relative;
  display: flex;
}
.my_tab ul::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.my_tab ul li {
  width: 200px;
  height: 50px;
  border: solid 1px #ddd;
  text-align: center;
  background-color: #fafafa;
}
.my_tab ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #999;
}
.my_tab ul li.a {
  position: relative;
  border: solid 1px #000;
  background-color: #fff;
}
.my_tab ul li.a::after {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.my_tab ul li.a a {
  color: #000;
}

@media screen and (max-width: 720px) {
  .my_tab {
    margin-bottom: 30px;
  }
  .my_tab.mt50 {
    margin-top: 30px;
  }
  .my_tab ul li {
    width: 100%;
    height: 40px;
  }
  .my_tab ul li a {
    font-size: 12px;
  }
}
.date_pic_box {
  margin-top: 30px;
}
@media screen and (max-width: 720px) {
  .date_pic_box.mb40{margin-top: 20px; margin-bottom: 20px;}
}

.date_pic_box .period_btn_wrap {
  font-size: 0;
}
@media (max-width: 1240px) {
  .date_pic_box .period_btn_wrap {
    float: none;
    display: block;
    width: 100%;
  }
}
.date_pic_box .period_btn_wrap .btn {
  display: inline-block;
  width: 80px;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 5px;
  vertical-align: top;
  line-height: 36px;
  text-align: center;
  font-size: 12px;
  color: #666;
}
.date_pic_box .period_btn_wrap .btn + .btn {
  margin-left: 5px;
}
@media (max-width: 1240px) {
  .date_pic_box .period_btn_wrap .btn {
    width: calc((100% - 15px) / 4);
  }
}
.date_pic_box .period_btn_wrap .btn.act {
  color: #fff;
  background-color: #F61F1D !important;
}
.date_pic_box .date_sch_box {
  margin-left: 20px;
  font-size: 0;
}
@media (max-width: 1240px) {
  .date_pic_box .date_sch_box {
    float: none;
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
}
.date_pic_box .date_sch_box .date_box {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 5px;
  vertical-align: top;
}
@media (max-width: 1240px) {
  .date_pic_box .date_sch_box .date_box {
    width: calc((100% - 17px) / 2);
  }
}
.date_pic_box .date_sch_box .date_box .date_inp {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  padding: 0 35px 0 10px;
  border: 0;
  font-size: 12px;
  color: #666;
}
.date_pic_box .date_sch_box .date_box .ui-datepicker-trigger {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 18px;
  height: 20px;
}
.date_pic_box .date_sch_box .wave {
  display: inline-block;
  width: 17px;
  height: 38px;
  vertical-align: top;
  line-height: 38px;
  text-align: center;
  font-size: 12px;
}
.date_pic_box .date_sch_box .sch_btn {
  display: inline-block;
  width: 86px;
  height: 38px;
  margin-left: 5px;
  border-radius: 5px;
  vertical-align: top;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background-color: #333;
}
@media screen and (max-width: 720px) {
  .date_pic_box .date_sch_box .sch_btn {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
}
.date_pic_box .w_btn {
  display: inline-block;
  width: 80px;
  height: 38px;
  border: solid 1px #999;
  border-radius: 5px;
  vertical-align: top;
  line-height: 36px;
  text-align: center;
  font-size: 12px;
}

.my_car_lst {
  border-top: solid 2px #000;
}
.my_car_lst ul li .l_box {
  width: calc(100% - 200px);
}
.my_car_lst ul li .l_box .img {
  width: 199px;
  border-radius: 10px;
}
.my_car_lst ul li .l_box .t_box {
  width: calc(100% - 220px);
  padding-top: 20px;
}
.my_car_lst ul li .l_box .t_box .date {
  font-size: 12px;
}
.my_car_lst ul li .l_box .t_box .tit {
  font-size: 16px;
}
.my_car_lst ul li .l_box .t_box .tit:hover {
  color: #F61F1D !important;
}
.my_car_lst ul li .l_box .t_box .info_box p {
  font-size: 14px;
}
.my_car_lst ul li .r_box {
  width: 200px;
}
.my_car_lst ul li .r_box .price {
  display: block;
  height: auto;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.my_car_lst ul li .r_box .price p span {
  color: #F61F1D !important;
  font-weight: 500;
}
.my_car_lst ul li .r_box .a_btn {
  border: solid 1px #333;
  font-size: 16px;
  background-color: #fff !important;
  color: #000;
}
.my_car_lst ul li .r_box .a_btn:hover {
  border: none;
  background-color: #F61F1D !important;
  color: #fff;
}
.my_car_lst ul li.alarm .l_box .t_box .tit {
  position: relative;
  padding-left: 13px;
}
.my_car_lst ul li.alarm .l_box .t_box .tit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #F61F1D !important;
}

@media screen and (max-width: 1420px) {
  .my_car_lst ul li .l_box {
    width: 100%;
  }
  .my_car_lst ul li .l_box .t_box {
    width: calc(100% - 200px);
    padding-top: 10px;
  }
  .my_car_lst ul li .r_box {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .my_car_lst {
    border-top: solid 1px #000;
  }
  .my_car_lst ul li .l_box .img {
    width: 90px;
    border-radius: 5px;
  }
  .my_car_lst ul li .l_box .t_box {
    width: calc(100% - 90px);
    padding-top: 0;
  }
  .my_car_lst ul li .l_box .t_box .date {
    font-size: 11px;
  }
  .my_car_lst ul li .l_box .t_box .tit {
    margin: 6px 0px;
    font-size: 12px;
  }
  .my_car_lst ul li .l_box .t_box .info_box p {
    font-size: 12px;
  }
  .my_car_lst ul li .r_box .a_btn {
    font-size: 12px;
  }
  .my_car_lst ul li.alarm .l_box .t_box .tit {
    padding-left: 9px;
  }
  .my_car_lst ul li.alarm .l_box .t_box .tit::before {
    width: 6px;
    height: 6px;
  }
}
.car_chk_lst ul li {
  display: flex;
  align-items: center;
}
.car_chk_lst ul li > label {
  margin-right: 20px;
}
.car_chk_lst ul li a {
  width: calc(100% - 50px);
}
@media screen and (max-width: 1420px) {
  .car_chk_lst ul li {
    flex-direction: column;
    align-items: start;
  }
  .car_chk_lst ul li > label {
    position: relative;
    top: 15px;
    width: 100%;
    margin-right: 0;
  }
  .car_chk_lst ul li a {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .car_chk_lst ul li > label {
    top: 12px;
  }
}
.my_more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 60px;
  margin: 40px auto 0;
  border: solid 1px #ddd;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.my_more_btn:hover {
  border: none;
  background-color: #F61F1D !important;
  color: #fff;
}

@media screen and (max-width: 720px) {
  .my_more_btn {
    width: 100%;
    height: 50px;
    margin: 20px auto 0;
    font-size: 12px;
  }
}
.my_tb {
  border-top: solid 2px #000;
}
.my_tb table tr {
  border-bottom: solid 1px #ddd;
}
.my_tb table tr th, .my_tb table tr td {
  padding: 20px 10px;
  font-size: 16px;
  text-align: center;
}
.my_tb table thead tr th {
  font-weight: 500;
  color: #000;
}
.my_tb table thead tr th.w150 {
  width: 150px;
}
.my_tb table thead tr th.w220 {
  width: 220px;
}
.my_tb table tbody tr td.tit {
  text-align: left;
}
.my_tb table tbody tr td.tit p, .my_tb table tbody tr td.tit a {
  text-align: left;
  font-size: 16px;
}
.my_tb table tbody tr td.tit p.new::before, .my_tb table tbody tr td.tit a.new::before {
  content: "NEW";
  display: inline;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #F61F1D !important;
}
.my_tb table tbody tr td.tit a {
  font-weight: 500;
}
.my_tb table tbody tr td.tit a:hover {
  color: #F61F1D !important;
}
.my_tb table tbody tr td.tit a:hover .t1 {
  color: #F61F1D !important;
}
.my_tb table tbody tr td.tit .t1 {
  font-weight: 500;
}
.my_tb table tbody tr td.tit .info_box {
  margin-top: 7px;
}
.my_tb table tbody tr td.tit .info_box.info_box2 {
  margin-top: 3px;
}
.my_tb table tbody tr td.tit .info_box p {
  display: inline-block;
  font-size: 12px;
  color: #666;
}
.my_tb table tbody tr td.tit .info_box p::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  margin: -3px 10px 0px;
  background-color: #ddd;
  vertical-align: middle;
}
.my_tb table tbody tr td.tit .info_box p:last-child::after {
  display: none;
}
.my_tb table tbody tr td .last_t_box {
  text-align: center;
}
.my_tb table tbody tr td .last_t_box .t1, .my_tb table tbody tr td .last_t_box .t2, .my_tb table tbody tr td .last_t_box .t3 {
  font-size: 16px;
}
.my_tb table tbody tr td .last_t_box .t3 {
  font-weight: 500;
  color: #F61F1D !important;
}

@media screen and (max-width: 1240px) {
  .my_tb table tr {
    display: block;
    padding: 25px 0px;
  }
  .my_tb table tr th, .my_tb table tr td {
    display: inline-block;
    padding: 0;
    text-align: left;
  }
  .my_tb table thead {
    display: none;
  }
  .my_tb table tbody tr td:first-child {
    display: none;
  }
  .my_tb table tbody tr td::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: -2px 10px 0;
    background-color: #ddd;
  }
  .my_tb table tbody tr td:last-child::after {
    display: none;
  }
  .my_tb table tbody tr td.tit {
    display: block;
    width: 100%;
    margin: 15px 0px;
  }
  .my_tb table tbody tr td.tit::after {
    display: none;
  }
  .my_tb table tbody tr td.af_n::after {
    display: none;
  }
  .my_tb.tit_mb0 table tbody tr td.tit {
    margin-bottom: 0;
  }
  .my_tb.tit_mt0 table tbody tr td.tit {
    margin-top: 0;
  }
  .my_tb.m_last_single table tbody tr td:last-child {
    display: block;
    margin-top: 10px;
  }
  .my_tb.m_last_single table tbody tr td:last-child .last_t_box {
    display: block;
    text-align: left;
  }
  .my_tb.m_last_single table tbody tr td:last-child .last_t_box p {
    display: inline-block;
  }
  .my_tb.m_last_single table tbody tr td:last-child .last_t_box p::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: -2px 10px 0;
    background-color: #ddd;
  }
  .my_tb.m_last_single table tbody tr td:last-child .last_t_box p:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .my_tb table tr {
    padding: 16px 0px;
  }
  .my_tb table tr th, .my_tb table tr td {
    font-size: 12px;
  }
  .my_tb table tbody tr td::after {
    height: 8px;
    margin: -2px 6px 0px;
  }
  .my_tb table tbody tr td .last_t_box p::after {
    height: 8px;
    margin: -2px 6px 0px;
  }
  .my_tb table tbody tr td .last_t_box .t1, .my_tb table tbody tr td .last_t_box .t2, .my_tb table tbody tr td .last_t_box .t3 {
    font-size: 12px;
  }
  .my_tb table tbody tr td.tit {
    margin: 10px 0px;
  }
  .my_tb table tbody tr td.tit p, .my_tb table tbody tr td.tit a {
    font-size: 12px;
  }
  .my_tb table tbody tr td.tit p.new::before, .my_tb table tbody tr td.tit a.new::before {
    margin-right: 6px;
    font-size: 12px;
  }
  .my_tb table tbody tr td.tit .info_box {
    margin-top: 5px;
  }
  .my_tb table tbody tr td.tit .info_box p {
    font-size: 11px;
  }
  .my_tb table tbody tr td.tit .info_box p::after {
    height: 8px;
    margin: -2px 6px 0px;
  }
  .my_tb.m_last_single table tbody tr td:last-child {
    margin-top: 5px;
  }
}
.my_process {
  border-top: solid 2px #000;
}
.my_process .process_top {
  display: flex;
  margin-bottom: 20px;
  border-bottom: solid 1px #eee;
}
.my_process .process_top.f_process_top .l_box .t_box {
  padding-top: 0;
}
.my_process .process_top.f_process_top .l_box .t_box .btn_line {
  display: flex;
  margin-top: 13px;
}
.my_process .process_top.f_process_top .l_box .t_box .btn_line{position: relative; width: 100%;}
.my_process .process_top.f_process_top .l_box .t_box .btn_line.col_line{flex-direction: column; gap: 3px;}
.my_process .process_top.f_process_top .l_box .t_box .btn_line.col_line .btn_box .btn{margin-top: 3px;}
.my_process .process_top.f_process_top .l_box .t_box .btn_line.col_line .btn_box::after{display: none;}
.my_process .process_top.f_process_top .l_box .t_box .btn_line .btn_box.af_n::after{display: none;}
.my_process .process_top.f_process_top .l_box .t_box .btn_line .btn_box.pr_box{display: flex; flex-wrap: wrap; gap: 3px; padding-right: 180px;}
.my_process .process_top.f_process_top .l_box .t_box .btn_line .btn_box.pr_box .btn{padding-left: 5px; padding-right: 5px;}
.my_process .process_top.f_process_top .l_box .t_box .btn_line .btn_box.poa_box{position: absolute; top: 0; right: 10px;}
.my_process .process_top.f_process_top .l_box .t_box .btn_line.pc_scr{
  overflow-x: auto;
  white-space: nowrap;
}
.my_process .process_top.f_process_top .l_box .t_box .btn_line .btn_box {
  font-size: 12px;
}
.my_process .process_top.f_process_top .l_box .t_box .btn_line .btn_box .btn {
  display: inline-block;
  margin-right: 2px;
  padding: 7px 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
}
.my_process .process_top.f_process_top .l_box .t_box .btn_line .btn_box .btn:last-child {
  margin-right: 0;
}
.my_process .process_top.f_process_top .l_box .t_box .btn_line .btn_box .btn.bgc1 {
  background-color: #F61F1D !important;
  color: #fff;
}
.my_process .process_top.f_process_top .l_box .t_box .btn_line .btn_box .btn.bg_b {
  background-color: #1C2681;
  color: #fff;
}
.my_process .process_top.f_process_top .l_box .t_box .btn_line .btn_box .btn.bgc0 {
  background-color: #000;
  color: #fff;
}
.my_process .process_top.f_process_top .l_box .t_box .btn_line .btn_box .btn.line_st {
  border: solid 1px #aaa;
  background-color: #fff;
}
.my_process .process_top.f_process_top .l_box .t_box .btn_line .btn_box::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  margin: -3px 10px 0px;
  vertical-align: middle;
  background-color: #ddd;
}
.my_process .process_top.f_process_top .l_box .t_box .btn_line .btn_box:last-child::after {
  display: none;
}
.my_process .process_top .l_box {
  display: flex;
  align-items: start;
  width: calc(100% - 200px);
  padding: 30px 0px;
}
.my_process .process_top .l_box .img {
  position: relative;
  width: 199px;
  border-radius: 10px;
  overflow: hidden;
}
.my_process .process_top .l_box .img .situ {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.my_process .process_top .l_box .img .situ.bg_st1 {
  background-color: rgba(0, 0, 0, 0.6);
}
.my_process .process_top .l_box .img .situ.bg_st2 {
  background-color: rgba(246, 31, 29, 0.6);
}
.my_process .process_top .l_box .img .situ.bg_st3 {
  background-color: rgba(28, 38, 129, 0.6);
}
.my_process .process_top .l_box .t_box {
  width: calc(100% - 200px);
  padding-left: 30px;
  padding-top: 20px;
}
.my_process .process_top .l_box .t_box .date {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  background-color: #F4F6FB;
}
.my_process .process_top .l_box .t_box .date span {
  display: none;
}
.my_process .process_top .l_box .t_box .tit {
  display: block;
  margin: 15px 0 10px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.my_process .process_top .l_box .t_box .info_box {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0px;
}
.my_process .process_top .l_box .t_box .info_box p {
  display: inline-block;
  font-size: 12px;
  color: #666;
}
.my_process .process_top .l_box .t_box .info_box p::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: -2px 10px 0px;
  vertical-align: middle;
  background-color: #ddd;
}
.my_process .process_top .l_box .t_box .info_box p:last-child::after {
  display: none;
}
.my_process .process_top .r_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding-left: 20px;
  padding-left: 20px;
  border-left: solid 1px #eee;
}
.my_process .process_top .r_box .price {
  display: block;
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0px 20px;
  margin-bottom: 10px;
  text-align: center;
}
.my_process .process_top .r_box .price p {
  font-size: 16px;
}
.my_process .process_top .r_box .price p span {
  color: #F61F1D !important;
  font-weight: 500;
}
.my_process .process_top .r_box .a_btn {
  border: solid 1px #333;
  font-size: 16px;
  background-color: #fff !important;
  color: #000;
}
.my_process .process_top .r_box .a_btn:hover {
  border: none;
  background-color: #F61F1D !important;
  color: #fff;
}
.my_process .i_lst {
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 10px;
  border: solid 1px #ddd;
  background-color: #F4F6FB;
}
.my_process .i_lst ul {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.my_process .i_lst ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 108px;
  border-radius: 10px;
  background-color: #fff;
}
.my_process .i_lst ul li p {
  margin-top: 5px;
  font-size: 16px;
  text-align: center;
}
.my_process .i_lst ul li.a {
  background-color: #F61F1D !important;
}
.my_process .i_lst ul li.a img {
  filter: invert(100%);
}
.my_process .i_lst ul li.a p {
  color: #fff;
}
.my_process .process_lst {
  border-bottom: solid 1px #ddd;
}
.my_process .process_lst .line {
  position: relative;
  display: flex;
  padding-bottom: 40px;
  padding-left: 37px;
}
.my_process .process_lst .line::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 10px;
  width: 3px;
  height: 100%;
  background-color: #eee;
}
.my_process .process_lst .line::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 23px;
  height: 23px;
  border-radius: 20px;
  background: url(/src/img/i/process_cir.png) no-repeat center center/auto;
}
.my_process .process_lst .line:last-child::before {
  display: none;
}
.my_process .process_lst .line .tit {
  width: 120px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.my_process .process_lst .line.a::before {
  background-color: #F61F1D !important;
}
.my_process .process_lst .line.a::after {
  background-image: url(/src/img/i/process_cir_a.png);
}
.my_process .process_lst .line.a.last_act::before {
  background-color: #eee !important;
}
.my_process .process_lst .line .t_box {
  width: calc(100% - 120px);
}
.my_process .process_lst .line .t_box .t1 {
  font-size: 16px;
}
.my_process .process_lst .line .t_box .t1:last-child {
  padding-bottom: 30px;
  border-bottom: solid 1px #eee;
}
.my_process .process_lst .line .t_box .cont_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  border: solid 1px #eee;
  background-color: #fafafa;
}
.my_process .process_lst .line .t_box .cont_box .box_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 50px;
  border: solid 1px #aaa;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  background-color: #fff;
}
.my_process .process_lst .line .t_box .cont_box .box_btn_lst {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.my_process .process_lst .line .t_box .cont_box .down_lst {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.my_process .process_lst .line .t_box .cont_box .down_lst li {
  position: relative;
  padding-right: 15px;
}
.my_process .process_lst .line .t_box .cont_box .down_lst li.pdf_li{width: 100%; padding-right: 0;}
.my_process .process_lst .line .t_box .cont_box .down_lst li .down_a {
  position: relative;
  display: inline-block;
  padding-left: 24px;
}
.my_process .process_lst .line .t_box .cont_box .down_lst li .down_a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  background: url(/src/img/i/down_i.png) no-repeat center center/auto;
}
.my_process .process_lst .line .t_box .cont_box .down_lst li .down_del {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(/src/img/i/modal_close.png) no-repeat center center/cover;
}

@media screen and (max-width: 1420px) {
  .my_process .process_top {
    display: block;
  }
  .my_process .process_top .l_box {
    width: 100%;
  }
  .my_process .process_top .r_box {
    width: 100%;
    padding: 30px 0px;
    border-top: solid 1px #eee;
    border-left: 0;
  }
  .my_process .i_lst {
    display: none;
  }
  .my_process .process_lst {
    padding-top: 20px;
  }
}
@media screen and (max-width: 720px) {
  .my_process .process_top.f_process_top .l_box .t_box .btn_line {
    overflow-x: auto;
    white-space: nowrap;
  }
  .my_process .process_top.f_process_top .l_box .t_box .btn_line .btn_box .btn {
    padding: 5px 7px;
    font-size: 11px;
  }
  .my_process .process_top.f_process_top .l_box .t_box .btn_line .btn_box::after {
    height: 8px;
    margin: -2px 7px 0px;
  }
  .my_process .process_top .l_box {
    padding: 20px 0px;
  }
  .my_process .process_top .l_box .img {
    width: 90px;
    border-radius: 5px;
  }
  .my_process .process_top .l_box .img .situ {
    height: 25px;
    font-size: 12px;
  }
  .my_process .process_top .l_box .t_box {
    width: calc(100% - 90px);
    padding-left: 10px;
    padding-top: 0;
  }
  .my_process .process_top .l_box .t_box .date {
    padding: 0;
    border-radius: 0;
    font-size: 10px;
    background-color: transparent;
  }
  .my_process .process_top .l_box .t_box .date span {
    display: inline;
  }
  .my_process .process_top .l_box .t_box .tit {
    margin: 6px 0px;
    font-size: 12px;
  }
  .my_process .process_top .l_box .t_box .info_box p {
    font-size: 10px;
  }
  .my_process .process_top .l_box .t_box .info_box p::after {
    height: 10px;
    margin: -1px 5px 0;
  }
  .my_process .process_top .r_box {
    padding: 20px 0px;
  }
  .my_process .process_top .r_box .price {
    margin-bottom: 5px;
  }
  .my_process .process_top .r_box .price p {
    font-size: 12px;
  }
  .my_process .i_lst {
    padding: 25px;
    margin-bottom: 20px;
  }
  .my_process .i_lst ul {
    flex-wrap: wrap;
    gap: 10px;
  }
  .my_process .i_lst ul li {
    width: calc(50% - 5px);
    height: 80px;
  }
  .my_process .i_lst ul li img {
    display: block;
    width: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .my_process .i_lst ul li p {
    font-size: 12px;
  }
  .my_process .process_lst .line {
    display: block;
    padding-bottom: 25px;
    padding-left: 25px;
  }
  .my_process .process_lst .line::before {
    left: 8px;
    width: 2px;
  }
  .my_process .process_lst .line::after {
    width: 18px;
    height: 18px;
    background-size: cover;
  }
  .my_process .process_lst .line .tit {
    width: 100%;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .my_process .process_lst .line .t_box {
    width: 100%;
  }
  .my_process .process_lst .line .t_box .t1 {
    font-size: 12px;
  }
  .my_process .process_lst .line .t_box .t1:last-child {
    padding-bottom: 20px;
  }
  .my_process .process_lst .line .t_box .cont_box {
    gap: 15px;
    padding: 15px;
  }
  .my_process .process_lst .line .t_box .cont_box .box_btn {
    width: 100px;
    height: 45px;
    font-size: 12px;
  }
  .my_process .process_lst .line .t_box .cont_box .doen_lst {
    gap: 5px 13px;
  }
  .my_process .process_lst .line .t_box .cont_box .doen_lst li {
    padding-right: 12px;
  }
  .my_process .process_lst .line .t_box .cont_box .doen_lst li .down_a {
    padding-left: 15px;
  }
  .my_process .process_lst .line .t_box .cont_box .doen_lst li .down_a::before {
    width: 15px;
    height: 15px;
    background-size: cover;
  }
  .my_process .process_lst .line .t_box .cont_box .doen_lst li .down_del {
    width: 8px;
    height: 8px;
  }
  .my_process .process_top.f_process_top .l_box .t_box .btn_line.m_db{display: block;}
.my_process .process_top.f_process_top .l_box .t_box .btn_line .btn_box.pr_box{display: block; padding-right: 0px;}
.my_process .process_top.f_process_top .l_box .t_box .btn_line .btn_box.pr_box .btn{}
.my_process .process_top.f_process_top .l_box .t_box .btn_line .btn_box.poa_box{position: static; margin-top: 7px;}
}
.my_inp_tb {
  padding: 20px 0px;
  border-top: solid 2px #000;
  border-bottom: solid 1px #ddd;
}
.my_inp_tb table tr th, .my_inp_tb table tr td {
  padding-bottom: 10px;
  vertical-align: top;
  font-size: 16px;
  text-align: left;
}
.my_inp_tb table tr:last-child th, .my_inp_tb table tr:last-child td {
  padding-bottom: 0;
}
.my_inp_tb table tr th {
  padding-top: 12px;
  width: 110px;
  font-weight: 500;
  color: #000;
}
.my_inp_tb table tr td .inp_p {
  padding-top: 11px;
  padding-bottom: 12px;
  font-size: 16px;
}
.my_inp_tb table tr td .sys_inp.w210 {
  width: 210px;
}
.my_inp_tb table tr td .sys_inp.w310 {
  width: 310px;
}
.my_inp_tb table tr td .sys_inp.w640 {
  width: 640px;
}
.my_inp_tb table tr td .sys_inp.w585 {
  width: 585px;
}
.my_inp_tb table tr td .sys_inp.h150 {
  display: block;
  height: 150px;
  resize: none;
  padding: 20px;
}
.my_inp_tb table tr td .file_t {
  margin-top: 10px;
}
.my_inp_tb table tr td .js_plus_wrap .item {
  margin-bottom: 10px;
}
.my_inp_tb table tr td .js_plus_wrap .item:last-child {
  margin-bottom: 0;
}
.my_inp_tb table tr td .js_plus_wrap .item .in_btn {
  display: flex;
  gap: 5px;
}
.my_inp_tb table tr td .js_plus_wrap .item .in_btn .r_btn {
  width: 50px;
  height: 50px;
  border: solid 1px #aaa;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
.my_inp_tb table tr td .js_plus_wrap .item .in_btn .r_btn.plus_btn {
  background-image: url(/src/img/i/file_plus.png);
}
.my_inp_tb table tr td .js_plus_wrap .item .in_btn .r_btn.minor_btn {
  background-image: url(/src/img/i/file_minor.png);
}
.my_inp_tb table tr td .in_btn {
  display: flex;
  gap: 5px;
}
.my_inp_tb table tr td .in_btn.w640 {
  width: 640px;
}
.my_inp_tb table tr td .in_btn .sys_inp {
  width: calc(100% - 105px);
}
.my_inp_tb table tr td .in_btn .inp_r_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  border-radius: 5px;
  border: solid 1px #333;
  text-align: center;
  font-size: 14px;
  background-color: #fff;
}
.my_inp_tb table tr td .date_box.w640 {
  width: 640px;
  position: relative;
}
.my_inp_tb table tr td .date_box .ui-datepicker-trigger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 18px;
  height: 20px;
}
.my_inp_tb table tr td .inp_thr_box.w640 {
  width: 640px;
}
.my_inp_tb table tr td .rdo_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 10px 0px;
}
.my_inp_tb table tr td .rdo_wrap .direct {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 640px;
}
.my_inp_tb table tr td .rdo_wrap .direct .direct_inp {
  width: 536px;
}

@media screen and (max-width: 1420px) {
  .my_inp_tb table tr td .sys_inp.w640 {
    width: 100%;
  }
  .my_inp_tb table tr td .sys_inp.w585 {
    width: calc(100% - 55px);
  }
  .my_inp_tb table tr td .in_btn.w640 {
    width: 100%;
  }
  .my_inp_tb table tr td .date_box.w640 {
    width: 100%;
    position: relative;
  }
  .my_inp_tb table tr td .inp_thr_box.w640 {
    width: 100%;
  }
  .my_inp_tb table tr td .rdo_wrap .direct {
    width: 100%;
  }
  .my_inp_tb table tr td .rdo_wrap .direct .direct_inp {
    width: calc(100% - 104px);
  }
}
@media screen and (max-width: 720px) {
  .my_inp_tb {
    padding: 15px 0px;
    border-top: solid 1px #000;
  }
  .my_inp_tb table tr {
    display: block;
    margin-bottom: 15px;
  }
  .my_inp_tb table tr:last-child {
    margin-bottom: 0;
  }
  .my_inp_tb table tr th, .my_inp_tb table tr td {
    display: block;
    padding: 0px;
    font-size: 12px;
  }
  .my_inp_tb table tr th {
    padding-top: 0;
    width: 100%;
    margin-bottom: 7px;
  }
  .my_inp_tb table tr td .inp_p {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 12px;
  }
  .my_inp_tb table tr td .sys_inp.w210 {
    width: 100%;
  }
  .my_inp_tb table tr td .sys_inp.w310 {
    width: 100%;
  }
  .my_inp_tb table tr td .sys_inp.w585 {
    width: calc(100% - 45px);
  }
  .my_inp_tb table tr td .sys_inp.h150 {
    height: 120px;
    padding: 15px;
  }
  .my_inp_tb table tr td .file_t {
    margin-top: 6px;
  }
  .my_inp_tb table tr td .js_plus_wrap .item {
    margin-bottom: 8px;
  }
  .my_inp_tb table tr td .js_plus_wrap .item .in_btn .r_btn {
    width: 40px;
    height: 40px;
  }
  .my_inp_tb table tr td .date_box .ui-datepicker-trigger {
    right: 15px;
  }
  .my_inp_tb table tr td .in_btn .sys_inp {
    width: calc(100% - 85px);
  }
  .my_inp_tb table tr td .in_btn .inp_r_btn {
    width: 80px;
    height: 40px;
    font-size: 12px;
  }
  .my_inp_tb table tr td .rdo_wrap {
    gap: 6px 15px;
    padding: 7px 0px;
  }
  .my_inp_tb table tr td .rdo_wrap .direct {
    flex-wrap: wrap;
    gap: 7px;
  }
  .my_inp_tb table tr td .rdo_wrap .direct .direct_inp {
    width: 100%;
  }
}
.my_t_tb {
  padding: 30px 0;
  border-top: solid 2px #000;
  border-bottom: solid 1px #ddd;
}
.my_t_tb.bdn {
  padding: 0;
  border: none;
}
.my_t_tb.bdtd {
  border-top: solid 1px #ddd;
}
.my_t_tb table tr:last-child th, .my_t_tb table tr:last-child td {
  padding-bottom: 0;
}
.my_t_tb table tr th, .my_t_tb table tr td {
  padding-bottom: 20px;
  font-size: 14px;
  vertical-align: top;
  text-align: left;
}
.my_t_tb table tr th {
  width: 110px;
  font-weight: 500;
}
.my_t_tb table tr td .inp_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  border: solid 1px #aaa;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
}
.my_t_tb table tr.th_vam th, .my_t_tb table tr.th_vam td {
  vertical-align: middle;
}
.my_t_tb.pd30 table tr th, .my_t_tb.pd30 table tr td {
  padding-bottom: 30px;
}
.my_t_tb.pd30 table tr:last-child th, .my_t_tb.pd30 table tr:last-child td {
  padding-bottom: 0;
}

.single_agree_line {
  padding: 20px 0px;
  border-bottom: solid 1px #eee;
}

@media screen and (max-width: 720px) {
  .my_t_tb {
    padding: 20px 0px;
    border-top: solid 1px #000;
  }
  .my_t_tb table tr {
    display: block;
    margin-bottom: 15px;
  }
  .my_t_tb table tr th, .my_t_tb table tr td {
    display: block;
    padding-bottom: 0;
    font-size: 12px;
  }
  .my_t_tb table tr th {
    width: 100%;
    margin-bottom: 7px;
  }
  .my_t_tb table tr td .inp_btn {
    width: 85px;
    height: 40px;
    font-size: 12px;
  }
  .my_t_tb.pd30 table tr th, .my_t_tb.pd30 table tr td {
    padding-bottom: 0;
  }
  .single_agree_line {
    padding: 10px 0px;
  }
}
.my_print_box {
  padding: 80px 0px;
  margin-top: 50px;
  border-top: solid 2px #000;
  border-bottom: solid 1px #ddd;
}
.my_print_box.bdn {
  border-top: none;
  padding-top: 0;
}

@media screen and (max-width: 720px) {
  .my_print_box {
    padding: 40px 0px;
    margin-top: 30px;
    border-top: solid 1px #000;
  }
}
.print-div .my_tit {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 720px) {
  .print-div .my_tit {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.print-div .row_tb1 tr th, .print-div .row_tb1 tr td {
  font-size: 14px;
}
.print-div .row_tb1.th_w160 table tr th {
  width: 140px;
}
.print-div .row_tb1.th_w250 table tr th {
  width: 250px;
}
.print-div .col_tb1 table tr th, .print-div .col_tb1 table tr td {
  font-size: 14px;
}
.print-div .col_tb1 table thead tr th.w100 {
  width: 80px;
}
.print-div .col_tb1 table thead tr th.w160 {
  width: 120px;
}

.my_sub_btn {
  display: flex;
  gap: 5px;
  margin-top: 20px;
}
.my_sub_btn .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  border: solid 1px #aaa;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  background-color: #fff;
}

@media screen and (max-width: 720px) {
  .my_sub_btn {
    margin-top: 12px;
  }
  .my_sub_btn .btn {
    width: 90px;
    height: 35px;
    font-size: 12px;
  }
}
.my_join3_box {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 0;
  border-top: solid 2px #000;
}

.deli_info {
  padding: 40px;
  border-radius: 10px;
  border: solid 1px #ddd;
  background-color: #F4F6FB;
}
.deli_info .item {
  position: relative;
  padding-left: 110px;
  margin-bottom: 20px;
}
.deli_info .item:last-child {
  margin-bottom: 0;
}
.deli_info .item .t1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.deli_info .item .t2 {
  font-size: 16px;
}

@media screen and (max-width: 720px) {
  .my_join3_box {
    padding: 25px 0px;
    border-top: solid 1px #000;
  }
  .deli_info {
    padding: 25px;
  }
  .deli_info .item {
    padding-left: 0;
    margin-bottom: 15px;
  }
  .deli_info .item .t1 {
    position: static;
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
  }
  .deli_info .item .t2 {
    font-size: 12px;
  }
}
.my_board_v {
  margin-top: 50px;
}
.my_board_v .board_top {
  padding-bottom: 40px;
  border-bottom: solid 1px #ddd;
}
.my_board_v .board_top .info_box {
  margin-top: 20px;
}
.my_board_v .board_top .info_box p {
  display: inline-block;
  font-size: 16px;
  color: #000;
}
.my_board_v .board_top .info_box p::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: -2px 10px 0px;
  vertical-align: middle;
  background-color: #ddd;
}
.my_board_v .board_top .info_box p:last-child::after {
  display: none;
}
.my_board_v .board_top .info_box .situ {
  color: #333;
}
.my_board_v .board_top .info_box.info_box2 {
  margin-top: 10px;
}
.my_board_v .file_wrap {
  margin-top: 0px;
}
.my_board_v .file_box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 10px;
  background-color: #FAFAFA;
}
.my_board_v .file_box:first-child {
  margin-top: 0;
}
.my_board_v .file_box::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #000;
  background: url(/src/img/i/down_i.png) no-repeat center center/auto #fff;
}
.my_board_v .file_box a {
  display: flex;
  align-items: center;
  display: block;
  width: 100%;
  height: 100%;
}
.my_board_v .file_box p {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  padding-left: 60px;
  font-size: 16px;
}
.my_board_v .board_main {
  padding: 40px 0px;
  border-bottom: solid 1px #ddd;
}
.my_board_v .answer_box {
  padding: 40px;
  margin-top: 40px;
  border-radius: 10px;
  border: solid 1px #ddd;
  background-color: #F4F6FB;
}

@media screen and (max-width: 720px) {
  .my_board_v {
    margin-top: 30px;
  }
  .my_board_v .board_top {
    padding-bottom: 25px;
  }
  .my_board_v .board_top .info_box {
    margin-top: 15px;
  }
  .my_board_v .board_top .info_box p {
    font-size: 12px;
  }
  .my_board_v .board_top .info_box p::after {
    height: 8px;
    margin: -2px 6px 0px;
  }
  .my_board_v .board_top .info_box.info_box2 {
    margin-top: 5px;
  }
  .my_board_v .file_wrap {
    margin-top: 0px;
  }
  .my_board_v .file_box {
    height: 40px;
    margin-top: 7px;
    border-radius: 5px;
  }
  .my_board_v .file_box::before {
    left: 5px;
    width: 30px;
    height: 30px;
    background-size: 15px 15px;
  }
  .my_board_v .file_box p {
    position: relative;
    padding-left: 45px;
    font-size: 12px;
  }
  .my_board_v .board_main {
    padding: 25px 0px;
  }
  .my_board_v .answer_box {
    padding: 25px;
    margin-top: 25px;
  }
}
.my_step_lst ul {
  border-top: solid 2px #000;
}
.my_step_lst ul li {
  display: flex;
  gap: 30px;
  padding: 40px 0px;
  border-bottom: solid 1px #eee;
}
.my_step_lst ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  border-radius: 20px;
  border: solid 1px #F5F5F5;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
}
.my_step_lst ul li .t_box {
  width: calc(100% - 170px);
}
.my_step_lst ul li .t1 {
  margin: 0px 0px 5px;
  font-size: 16px;
  font-weight: 500;
  color: #F61F1D !important;
}
.my_step_lst ul li .t2 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.my_step_lst ul li .t3 {
  font-size: 16px;
}

@media screen and (max-width: 720px) {
  .my_step_lst ul {
    border-top: solid 1px #000;
  }
  .my_step_lst ul li {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px 0px;
  }
  .my_step_lst ul li .img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
  }
  .my_step_lst ul li .img img {
    width: 45px;
  }
  .my_step_lst ul li .t_box {
    width: 100%;
  }
  .my_step_lst ul li .t1 {
    margin: 0px 0px 5px;
    font-size: 12px;
  }
  .my_step_lst ul li .t2 {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .my_step_lst ul li .t3 {
    font-size: 12px;
  }
}
.my_agree_wrap {
  margin-top: 50px;
}
.my_agree_wrap .sys_join_h3 {
  margin-bottom: 20px;
}
.my_agree_wrap .agree_box {
  height: 200px;
  padding: 20px;
  border-radius: 5px;
  border: solid 1px #ddd;
  background-color: #F4F6FB;
  overflow-y: scroll;
}
.my_agree_wrap .agree_box pre {
  font-size: 14px;
  color: #666;
}
.my_agree_wrap .agree_line {
  padding: 20px 0px;
  border-bottom: solid 1px #eee;
}

@media screen and (max-width: 720px) {
  .my_agree_wrap {
    margin-top: 30px;
  }
  .my_agree_wrap .sys_join_h3 {
    margin-bottom: 10px;
  }
  .my_agree_wrap .agree_box {
    height: 170px;
    padding: 15px;
  }
  .my_agree_wrap .agree_box pre {
    font-size: 12px;
  }
  .my_agree_wrap .agree_line {
    padding: 10px 0;
  }
}
.my_inp_lst {
  padding: 20px 0px;
  border-top: solid 2px #000;
  border-bottom: solid 1px #ddd;
}
.my_inp_lst.pd0 {
  padding-top: 0;
  padding-bottom: 0;
}
.my_inp_lst .box {
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
}
.my_inp_lst .box:last-child {
  border-bottom: none;
}
.my_inp_lst .box.pt20 {
  padding-top: 20px;
}
.my_inp_lst .box .box_tit {
  padding: 12px 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ddd;
  font-size: 16px;
  font-weight: 500;
  color: #F61F1D !important;
  background-color: #F4F6FB;
}
.my_inp_lst .box .box_tit.mb0 {
  margin-bottom: 0;
}
.my_inp_lst .box .line {
  margin-bottom: 0;
}
.my_inp_lst .line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  margin-bottom: 10px;
}
.my_inp_lst .line .inp_box {
  position: relative;
  width: calc(50% - 20px);
  padding-left: 110px;
}
.my_inp_lst .line .inp_box.w1 {
  width: 100%;
}
.my_inp_lst .line .inp_box .t1 {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.my_inp_lst .line .inp_box .t1.t0 {
  top: 0;
}
.my_inp_lst .line .inp_box .sys_inp.h150 {
  height: 150px;
  padding: 20px;
  display: block;
  resize: none;
}
.my_inp_lst .line .inp_box .in_btn .sys_inp {
  width: calc(100% - 55px);
}
.my_inp_lst .line .inp_box .in_btn button, .my_inp_lst .line .inp_box .in_btn a {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: solid 1px #aaa;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
.my_inp_lst .line .inp_box .in_btn button.plus_btn, .my_inp_lst .line .inp_box .in_btn a.plus_btn {
  background-image: url(/src/img/i/file_plus.png);
}
.my_inp_lst .line .inp_box .in_btn button.minor_btn, .my_inp_lst .line .inp_box .in_btn a.minor_btn {
  background-image: url(/src/img/i/file_minor.png);
}
.my_inp_lst .line .inp_box .inp_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  border-radius: 5px;
  border: solid 1px #aaa;
  font-size: 14px;
  text-align: center;
}
.my_inp_lst .line .inp_box .date_box {
  position: relative;
}
.my_inp_lst .line .inp_box .date_box .ui-datepicker-trigger {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.my_inp_lst .line .inp_box .date_box .sys_inp {
  padding-right: 45px;
}

@media screen and (max-width: 1240px) {
  .my_inp_lst .line .inp_box {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .my_inp_lst {
    padding: 15px 0;
    border-top: solid 1px #000;
  }
  .my_inp_lst .box {
    padding-bottom: 15px;
  }
  .my_inp_lst .box.pt20 {
    padding-top: 15px;
  }
  .my_inp_lst .box .box_tit {
    padding: 10px 15px;
    margin-bottom: 15px;
    font-size: 12px;
  }
  .my_inp_lst .line {
    gap: 15px;
    margin-bottom: 15px;
  }
  .my_inp_lst .line .inp_box {
    padding-left: 0;
  }
  .my_inp_lst .line .inp_box .t1 {
    position: static;
    top: 0;
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
  }
  .my_inp_lst .line .inp_box .sys_inp.h150 {
    height: 120px;
    padding: 15px;
  }
  .my_inp_lst .line .inp_box .in_btn .sys_inp {
    width: calc(100% - 45px);
  }
  .my_inp_lst .line .inp_box .in_btn button, .my_inp_lst .line .inp_box .in_btn a {
    width: 40px;
    height: 40px;
  }
  .my_inp_lst .line .inp_box .inp_btn {
    width: 80px;
    height: 40px;
    font-size: 12px;
  }
}
.car_chk_wrap {
  padding: 40px 0px 0px;
  border-top: solid 2px #000;
}
.car_chk_wrap .car_section {
  margin-bottom: 40px;
}

@media screen and (max-width: 720px) {
  .car_chk_wrap {
    padding: 25px 0px 0;
    border-top: solid 1px #000;
  }
  .car_chk_wrap .car_section {
    margin-bottom: 25px;
  }
}
.car_init_width .car_section_info ul {
  gap: 11px;
}
.car_init_width .car_section_info ul li {
  width: 90px;
  height: 90px;
}

@media screen and (max-width: 1420px) {
  .car_init_width .car_section_info ul {
    justify-content: center;
  }
}
@media screen and (max-width: 870px) {
  .car_init_width .car_section {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 720px) {
  .car_init_width .car_section_info ul {
    gap: 10px;
  }
  .car_init_width .car_section_info ul li {
    width: 70px;
    height: 70px;
  }
}
.single_rdo_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
  padding: 20px 0px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.single_rdo_wrap label i {
  margin-right: 5px;
  border-radius: 50px;
}

@media screen and (max-width: 720px) {
  .single_rdo_wrap {
    gap: 10px 0px 7px;
    padding: 15px 0px;
  }
  .single_rdo_wrap label i {
    width: 25px;
    height: 25px;
  }
}
.record_form_modal .modal .scr_box .tb_wrap table {
  border-top: solid 1px #ddd;
}
.record_form_modal .modal .scr_box .tb_wrap table tr {
  border-bottom: solid 1px #ddd;
}
.record_form_modal .modal .scr_box .tb_wrap table tr th, .record_form_modal .modal .scr_box .tb_wrap table tr td {
  padding: 15px 20px;
  border-right: solid 1px #ddd;
  font-size: 13px;
}
.record_form_modal .modal .scr_box .tb_wrap table tr th:last-child, .record_form_modal .modal .scr_box .tb_wrap table tr td:last-child {
  border-right: none;
}
.record_form_modal .modal .scr_box .tb_wrap table thead tr th {
  font-weight: 500;
  background-color: #F4F6FB;
}
.record_form_modal .modal .scr_box .tb_wrap table thead tr th.w90 {
  width: 90px;
}
.record_form_modal .modal .scr_box .tb_wrap table thead tr th.w280 {
  width: 280px;
}
.record_form_modal .modal .scr_box .tb_wrap table tbody td .check_box_lst {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.record_form_modal .modal .scr_box .tb_wrap table tbody td .check_box_lst label {
  font-size: 13px;
}
.record_form_modal .modal .scr_box .tb_wrap table tbody td .check_box_lst label i {
  width: 23px;
  height: 23px;
  margin-right: 5px;
  border-radius: 50px;
}
.record_form_modal .modal .scr_box .tb_wrap table tbody td .check_box_lst label i::after {
  width: 4px;
  height: 7px;
  margin-top: -6px;
  margin-left: -3px;
}
.record_form_modal .modal .scr_box .tb_wrap table tbody td .check_box_lst p {
  display: flex;
  font-size: 12px;
  line-height: 20px;
}
.record_form_modal .modal .scr_box .tb_wrap table tbody td .check_box_lst p::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border-radius: 20px;
  border: solid 1px #ddd;
  box-sizing: border-box;
  background: url(/src/img/i/check_g.png) no-repeat center center/auto #fff;
}
.record_form_modal .modal .scr_box .tb_wrap table tbody td .check_box_lst p.a::before {
  border-color: #F61F1D !important;
  background-image: url(/src/img/i/check_w.png);
  background-color: #F61F1D !important;
}
.record_form_modal .modal .scr_box .tb_wrap table tbody td .t_inp {
  width: 100%;
  height: 40px;
  padding: 0px 20px;
  border-radius: 5px;
  border: solid 1px #ddd;
  font-size: 13px;
}

@media screen and (max-width: 720px) {
  .record_form_modal .modal .scr_box .tb_wrap {
    overflow-x: scroll;
  }
  .record_form_modal .modal .scr_box .tb_wrap table {
    min-width: 620px;
  }
}
.my_car_lst.f_car_lst ul li {
  display: flex;
}
.my_car_lst.f_car_lst ul li .l_box .t_box {
  padding-top: 0;
}
.my_car_lst.f_car_lst ul li .l_box .t_box .btn_line {
  position: relative;
  display: flex;
  margin-top: 13px;
}
.my_car_lst.f_car_lst ul li .l_box .t_box .btn_line .btn_box {
  font-size: 12px;
}
.my_car_lst.f_car_lst ul li .l_box .t_box .btn_line .btn_box.af_n::after{display: none;}
.my_car_lst.f_car_lst ul li .l_box .t_box .btn_line .btn_box.pr_box{display: flex; flex-wrap: wrap; gap: 3px; padding-right: 180px;}
.my_car_lst.f_car_lst ul li .l_box .t_box .btn_line .btn_box.pr_box .btn{padding-left: 5px; padding-right: 5px;}
.my_car_lst.f_car_lst ul li .l_box .t_box .btn_line .btn_box.poa_box{position: absolute; top: 0; right: 0;}
.my_car_lst.f_car_lst ul li .l_box .t_box .btn_line .btn_box .btn {
  display: inline-block;
  margin-right: 2px;
  padding: 7px 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
}
.my_car_lst.f_car_lst ul li .l_box .t_box .btn_line .btn_box .btn:last-child {
  margin-right: 0;
}
.my_car_lst.f_car_lst ul li .l_box .t_box .btn_line .btn_box .btn.bgc1 {
  background-color: #F61F1D !important;
  color: #fff;
}
.my_car_lst.f_car_lst ul li .l_box .t_box .btn_line .btn_box .btn.bg_b {
  background-color: #1C2681;
  color: #fff;
}
.my_car_lst.f_car_lst ul li .l_box .t_box .btn_line .btn_box .btn.bgc0 {
  background-color: #000;
  color: #fff;
}
.my_car_lst.f_car_lst ul li .l_box .t_box .btn_line .btn_box .btn.line_st {
  border: solid 1px #aaa;
  background-color: #fff;
}
.my_car_lst.f_car_lst ul li .l_box .t_box .btn_line .btn_box::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  margin: -3px 10px 0px;
  vertical-align: middle;
  background-color: #ddd;
}
.my_car_lst.f_car_lst ul li .l_box .t_box .btn_line .btn_box:last-child::after {
  display: none;
}

@media screen and (max-width: 1420px) {
  .my_car_lst.f_car_lst ul li {
    flex-direction: column;
  }
}
@media screen and (max-width: 720px) {
  .my_car_lst.f_car_lst ul li .l_box .t_box .btn_line {
    overflow-x: auto;
    white-space: nowrap;
  }
  .my_car_lst.f_car_lst ul li .l_box .t_box .btn_line .btn_box .btn {
    padding: 5px 7px;
    font-size: 11px;
  }
  .my_car_lst.f_car_lst ul li .l_box .t_box .btn_line .btn_box::after {
    height: 8px;
    margin: -2px 7px 0px;
  }

  .my_car_lst.f_car_lst ul li .l_box .t_box .btn_line.m_db{display: block;}
.my_car_lst.f_car_lst ul li .l_box .t_box .btn_line .btn_box.pr_box{display: block;padding-right: 0px;}
.my_car_lst.f_car_lst ul li .l_box .t_box .btn_line .btn_box.pr_box .btn{}
.my_car_lst.f_car_lst ul li .l_box .t_box .btn_line .btn_box.poa_box{position: static; top: 0; right: 0; margin-top: 7px;}
}
.bid_v {
  padding: 80px 0px;
  border-top: solid 2px #000;
  border-bottom: solid 1px #ddd;
}

.bid_v .bid_top, .print-div .bid_top {
  display: flex;
  align-items: start;
  margin-bottom: 50px;
}
.bid_v .bid_top .img, .print-div .bid_top .img {
  width: 270px;
  border-radius: 20px;
  overflow: hidden;
}
.bid_v .bid_top .t_box, .print-div .bid_top .t_box {
  width: calc(100% - 270px);
  padding-left: 40px;
}
.bid_v .bid_top .t_box .tit, .print-div .bid_top .t_box .tit {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #eee;
}
.bid_v .bid_top .t_box .info_box table tr th, .bid_v .bid_top .t_box .info_box table tr td, .print-div .bid_top .t_box .info_box table tr th, .print-div .bid_top .t_box .info_box table tr td {
  padding-bottom: 10px;
  font-size: 14px;
  vertical-align: top;
  text-align: left;
}
.bid_v .bid_top .t_box .info_box table tr th, .print-div .bid_top .t_box .info_box table tr th {
  width: 120px;
  font-weight: 500;
}
.bid_v .bid_top .t_box .info_box table tr:last-child th, .bid_v .bid_top .t_box .info_box table tr:last-child td, .print-div .bid_top .t_box .info_box table tr:last-child th, .print-div .bid_top .t_box .info_box table tr:last-child td {
  padding-bottom: 0;
}

@media screen and (max-width: 720px) {
  .bid_v {
    padding: 40px 0px;
    border-top: solid 1px #000;
  }
  .bid_v .bid_top {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .bid_v .bid_top .img {
    max-width: 100%;
    border-radius: 10px;
  }
  .bid_v .bid_top .t_box {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .bid_v .bid_top .t_box .tit {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .bid_v .bid_top .t_box .info_box table tr {
    display: block;
    margin-bottom: 15px;
  }
  .bid_v .bid_top .t_box .info_box table tr th, .bid_v .bid_top .t_box .info_box table tr td {
    display: block;
    padding-bottom: 0;
    font-size: 12px;
  }
  .bid_v .bid_top .t_box .info_box table tr th {
    width: 100%;
  }
}
.fail_modal .modal .scr_box .bid_v {
  padding: 0;
  border: none;
}
.fail_modal .modal .scr_box .sys_inp {
  width: 100%;
  border-radius: 5px;
  border: solid 1px #ddd;
  font-size: 14px;
  background-color: #fff;
}
.fail_modal .modal .scr_box .sys_inp.h150 {
  height: 150px;
  padding: 15px 20px;
  resize: none;
}

@media screen and (max-width: 720px) {
  .fail_modal .modal .scr_box .sys_inp.h150 {
    height: 120px;
    padding: 15px;
  }
}
.confirm_modal .modal {
  width: 1250px;
}

@media screen and (max-width: 1240px) {
  .confirm_modal .modal {
    top: auto;
    bottom: -100%;
    left: 0;
    width: 100%;
    border-radius: 10px 10px 0 0;
    transform: translate(0);
    transition: opacity 0.5s, bottom 0.5s;
  }
  .confirm_modal .modal.a {
    bottom: 0;
  }
}
.my_sale_down {
  padding-top: 80px;
  border-top: solid 2px #000;
}
.my_sale_down.bdtn {
  border-top: none;
}
.my_sale_down .down_box {
  width: 510px;
  margin-left: auto;
  margin-right: auto;
}
.my_sale_down .down_box .date_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.my_sale_down .down_box .date_wrap .date_box {
  position: relative;
  width: calc(50% - 15px);
}
.my_sale_down .down_box .date_wrap .date_inp {
  position: relative;
  width: 100%;
}
.my_sale_down .down_box .date_wrap .ui-datepicker-trigger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 18px;
  height: 20px;
}
.my_sale_down .down_box .sbm_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 20px;
  border-radius: 5px;
  background-color: #F61F1D !important;
  color: #fff;
}

@media screen and (max-width: 720px) {
  .my_sale_down {
    padding-top: 40px;
    border-top: solid 1px #000;
  }
  .my_sale_down .down_box {
    width: 100%;
  }
  .my_sale_down .down_box .date_wrap .ui-datepicker-trigger {
    right: 15px;
  }
  .my_sale_down .down_box .sbm_btn {
    height: 45px;
    margin-top: 12px;
  }
}
.my_car_check {
  padding-top: 50px;
}

.print-div .sys_s_btnline {
  display: none;
}

.my_car_check .my_t_tb .seizure_line, .print-div .my_t_tb .seizure_line {
  width: 100%;
}
.my_car_check .my_t_tb .seizure_line .item, .print-div .my_t_tb .seizure_line .item {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.my_car_check .my_t_tb .seizure_line .item:last-child, .print-div .my_t_tb .seizure_line .item:last-child {
  margin-bottom: 0;
}
.my_car_check .my_t_tb .seizure_line .item .t1, .print-div .my_t_tb .seizure_line .item .t1 {
  width: calc(100% - 540px);
  font-size: 14px;
}
.my_car_check .my_t_tb .seizure_line .item .se_r_box, .print-div .my_t_tb .seizure_line .item .se_r_box {
  display: flex;
  gap: 20px;
  align-items: center;
}
.my_car_check .my_t_tb .seizure_line .item .inp_box, .print-div .my_t_tb .seizure_line .item .inp_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 220px;
}
.my_car_check .my_t_tb .seizure_line .item .inp_box p, .print-div .my_t_tb .seizure_line .item .inp_box p {
  font-size: 14px;
}
.my_car_check .my_t_tb .seizure_line .item .inp_box .inp, .print-div .my_t_tb .seizure_line .item .inp_box .inp {
  width: 175px;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #ddd;
}
.my_car_check .my_t_tb .seizure_line .item .seizure_btn, .print-div .my_t_tb .seizure_line .item .seizure_btn {
  width: 40px;
  height: 40px;
  margin-left: -15px;
  border-radius: 5px;
  border: solid 1px #aaa;
  background: url(/src/img/i/file_plus.png) no-repeat center center/auto;
}
.my_car_check .my_t_tb .seizure_line .item .seizure_btn.minor_btn, .print-div .my_t_tb .seizure_line .item .seizure_btn.minor_btn {
  background-image: url(/src/img/i/file_minor.png);
}
.my_car_check .check_i_lst ul, .print-div .check_i_lst ul {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.my_car_check .check_i_lst ul li, .print-div .check_i_lst ul li {
  width: calc(50% - 10px);
  padding: 25px 20px;
  border: solid 1px #eee;
  border-radius: 10px;
  text-align: center;
}
.my_car_check .check_i_lst ul li .img, .print-div .check_i_lst ul li .img{display: inline-block; width: 50px; height: 50px; background: url(/src/img/car_v_i5.png)no-repeat center center/auto;}
.my_car_check .check_i_lst ul li:nth-child(2) .img, .print-div .check_i_lst ul li:nth-child(2) .img{background-image: url(/src/img/car_v_i6.png);}
.my_car_check .check_i_lst ul li .t1, .print-div .check_i_lst ul li .t1 {
  margin: 10px 0px 5px;
  font-size: 14px;
}
.my_car_check .check_i_lst ul li .t2, .print-div .check_i_lst ul li .t2 {
  font-size: 14px;
  font-weight: 500;
  color: #F61F1D !important;
}
.my_car_check .insurance_box, .print-div .insurance_box {
  border-radius: 10px;
  border: solid 1px #ddd;
  background-color: #FAFAFA;
}
.my_car_check .insurance_box .insurance_open, .print-div .insurance_box .insurance_open {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 40px;
}
.my_car_check .insurance_box .insurance_open.a::after, .print-div .insurance_box .insurance_open.a::after {
  transform: scaleY(-1);
}
.my_car_check .insurance_box .insurance_open::after, .print-div .insurance_box .insurance_open::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(/src/img/i/faq_arrow.png) no-repeat center center/cover;
}
.my_car_check .insurance_box .dep2, .print-div .insurance_box .dep2 {
  display: none;
  padding: 0px 40px 30px;
}
.my_car_check .insurance_box .dep2 .t_line, .print-div .insurance_box .dep2 .t_line {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ddd;
}
.my_car_check .insurance_box .dep2 .t_line:last-child, .print-div .insurance_box .dep2 .t_line:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.my_car_check .insurance_box .dep2 .t_line .t1, .my_car_check .insurance_box .dep2 .t_line .t2, .print-div .insurance_box .dep2 .t_line .t1, .print-div .insurance_box .dep2 .t_line .t2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.my_car_check .insurance_box .dep2 .t_line .t1:last-child, .my_car_check .insurance_box .dep2 .t_line .t2:last-child, .print-div .insurance_box .dep2 .t_line .t1:last-child, .print-div .insurance_box .dep2 .t_line .t2:last-child {
  margin-bottom: 0;
}
.my_car_check .insurance_box .dep2 .t_line .t1 span, .my_car_check .insurance_box .dep2 .t_line .t2 span, .print-div .insurance_box .dep2 .t_line .t1 span, .print-div .insurance_box .dep2 .t_line .t2 span {
  width: calc(100% - 200px);
  text-align: right;
}
.my_car_check .insurance_box .dep2 .t_line .t1, .print-div .insurance_box .dep2 .t_line .t1 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}
.my_car_check .insurance_box .dep2 .t_line .t2, .print-div .insurance_box .dep2 .t_line .t2 {
  margin-bottom: 10px;
  font-size: 14px;
}

@media screen and (max-width: 1240px) {
  .my_car_check .my_t_tb .seizure_line .item {
    flex-direction: column;
    align-items: start;
    gap: 15px;
    margin-bottom: 30px;
  }
  .my_car_check .my_t_tb .seizure_line .item .t1 {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .my_car_check .my_t_tb .seizure_line .item {
    gap: 10px;
    margin-bottom: 20px;
  }
  .my_car_check .my_t_tb .seizure_line .item .t1 {
    font-size: 12px;
  }
  .my_car_check .my_t_tb .seizure_line .item .se_r_box {
    display: block;
    width: 100%;
  }
  .my_car_check .my_t_tb .seizure_line .item .inp_box {
    width: 100%;
  }
  .my_car_check .my_t_tb .seizure_line .item .inp_box p {
    font-size: 12px;
  }
  .my_car_check .my_t_tb .seizure_line .item .inp_box .inp {
    width: calc(100% - 40px);
    height: 30px;
  }
  .my_car_check .my_t_tb .seizure_line .item .inp_box.last_box {
    display: inline-flex;
    width: calc(100% - 35px);
    margin-top: 5px;
  }
  .my_car_check .my_t_tb .seizure_line .item .inp_box.last_box .inp {
    width: calc(100% - 40px);
  }
  .my_car_check .my_t_tb .seizure_line .item .seizure_btn {
    width: 30px;
    height: 30px;
    margin-left: 0;
    margin-top: 5px;
  }
  .my_car_check .check_i_lst ul {
    flex-direction: column;
    gap: 10px;
  }
  .my_car_check .check_i_lst ul li {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
  }
  .my_car_check .check_i_lst ul li .t1 {
    margin: 6px 0px 4px;
    font-size: 12px;
  }
  .my_car_check .check_i_lst ul li .t2 {
    font-size: 12px;
  }
  .my_car_check .insurance_box {
    border-radius: 5px;
  }
  .my_car_check .insurance_box .insurance_open {
    padding: 16px 20px;
  }
  .my_car_check .insurance_box .insurance_open::after {
    width: 12px;
    height: 12px;
  }
  .my_car_check .insurance_box .dep2 {
    padding: 0px 20px 20px;
  }
  .my_car_check .insurance_box .dep2 .t_line {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .my_car_check .insurance_box .dep2 .t_line .t1 span, .my_car_check .insurance_box .dep2 .t_line .t2 span {
    width: calc(100% - 170px);
  }
  .my_car_check .insurance_box .dep2 .t_line .t1 {
    margin-bottom: 13px;
    font-size: 12px;
  }
  .my_car_check .insurance_box .dep2 .t_line .t2 {
    margin-bottom: 8px;
    font-size: 12px;
  }
}
.statement_modal .modal .scr_box .sect_line, .print-div .modal .scr_box .sect_line {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: solid 1px #ddd;
}
.statement_modal .modal .scr_box .sect_line:last-child, .print-div .modal .scr_box .sect_line:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.statement_modal .modal .scr_box .st_md_tit, .print-div .modal .scr_box .st_md_tit {
  margin: 50px 0px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.statement_modal .modal .scr_box .stamp_t, .print-div .modal .scr_box .stamp_t {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.statement_modal .modal .scr_box .stamp_t .stamp_img, .print-div .modal .scr_box .stamp_t .stamp_img {
  width: 36px;
  height: 36px;
  background: url(/src/img/stamp.png) no-repeat center center/cover;
}

.my_stamp_t, .print-div .my_stamp_t {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.my_stamp_t .stamp_img, .print-div .my_stamp_t .stamp_img {
  width: 60px;
  height: 60px;
  background: url(/src/img/stamp.png) no-repeat center center/cover;
}

.statement_modal .modal .scr_box .st_car_info, .print-div .modal .scr_box .st_car_info {
  display: flex;
  align-items: start;
  padding: 30px 0px;
  border-top: solid 2px #000;
  border-bottom: solid 1px #ddd;
  margin-bottom: 40px;
}
.statement_modal .modal .scr_box .st_car_info .img, .print-div .modal .scr_box .st_car_info .img {
  position: relative;
  width: 140px;
  border-radius: 10px;
  overflow: hidden;
}
.statement_modal .modal .scr_box .st_car_info .t_box, .print-div .modal .scr_box .st_car_info .t_box {
  width: calc(100% - 140px);
  padding-left: 30px;
}
.statement_modal .modal .scr_box .st_car_info .t_box .tit, .print-div .modal .scr_box .st_car_info .t_box .tit {
  display: block;
  margin: 0px 0 10px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.statement_modal .modal .scr_box .st_car_info .t_box .info_box, .print-div .modal .scr_box .st_car_info .t_box .info_box {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0px;
}
.statement_modal .modal .scr_box .st_car_info .t_box .info_box p, .print-div .modal .scr_box .st_car_info .t_box .info_box p {
  display: inline-block;
  font-size: 12px;
  color: #666;
}
.statement_modal .modal .scr_box .st_car_info .t_box .info_box p::after, .print-div .modal .scr_box .st_car_info .t_box .info_box p::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: -2px 10px 0px;
  vertical-align: middle;
  background-color: #ddd;
}
.statement_modal .modal .scr_box .st_car_info .t_box .info_box p:last-child::after, .print-div .modal .scr_box .st_car_info .t_box .info_box p:last-child::after {
  display: none;
}
.statement_modal .modal .scr_box .col_tb1.bdtn table, .print-div .modal .scr_box .col_tb1.bdtn table {
  border-top: none;
}
.statement_modal .modal .scr_box .row_tb1.bdtn table, .print-div .modal .scr_box .row_tb1.bdtn table {
  border-top: none;
}
.statement_modal .modal .scr_box .row_tb1 table tr td .inner_table, .print-div .modal .scr_box .row_tb1 table tr td .inner_table {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: solid 1px #ddd;
}
.statement_modal .modal .scr_box .row_tb1 table tr td .inner_table .tb_item, .print-div .modal .scr_box .row_tb1 table tr td .inner_table .tb_item {
  width: 25%;
}
.statement_modal .modal .scr_box .row_tb1 table tr td .inner_table .tb_item .t1, .statement_modal .modal .scr_box .row_tb1 table tr td .inner_table .tb_item .t2, .print-div .modal .scr_box .row_tb1 table tr td .inner_table .tb_item .t1, .print-div .modal .scr_box .row_tb1 table tr td .inner_table .tb_item .t2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
  text-align: center;
  font-size: 14px;
}
.statement_modal .modal .scr_box .row_tb1 table tr td .inner_table .tb_item .t1, .print-div .modal .scr_box .row_tb1 table tr td .inner_table .tb_item .t1 {
  font-weight: 500;
  background-color: #FAFAFA;
}
.statement_modal .modal .scr_box .row_tb1 table tr td .inner_table .tb_item:nth-child(4n) .t1, .statement_modal .modal .scr_box .row_tb1 table tr td .inner_table .tb_item:nth-child(4n) .t2, .print-div .modal .scr_box .row_tb1 table tr td .inner_table .tb_item:nth-child(4n) .t1, .print-div .modal .scr_box .row_tb1 table tr td .inner_table .tb_item:nth-child(4n) .t2 {
  border-right: none;
}
.statement_modal .modal .scr_box .l_tb table, .print-div .modal .scr_box .l_tb table {
  border-top: solid 1px #ddd;
}
.statement_modal .modal .scr_box .l_tb table tr, .print-div .modal .scr_box .l_tb table tr {
  border-bottom: solid 1px #ddd;
}
.statement_modal .modal .scr_box .l_tb table tr th, .statement_modal .modal .scr_box .l_tb table tr td {
  padding: 8px 15px;
  border-right: solid 1px #ddd;
  font-size: 12px;
}
.print-div .modal .scr_box .l_tb table tr th, .print-div .modal .scr_box .l_tb table tr td{
  padding: 3px 15px;
  border-right: solid 1px #ddd;
  font-size: 12px;
}
.statement_modal .modal .scr_box .l_tb table tr th:last-child, .statement_modal .modal .scr_box .l_tb table tr td:last-child, .print-div .modal .scr_box .l_tb table tr th:last-child, .print-div .modal .scr_box .l_tb table tr td:last-child {
  border-right: none;
}
.statement_modal .modal .scr_box .l_tb table thead tr th, .print-div .modal .scr_box .l_tb table thead tr th {
  font-weight: 500;
  background-color: #F4F6FB;
}
.statement_modal .modal .scr_box .l_tb table thead tr th.w90, .print-div .modal .scr_box .l_tb table thead tr th.w90 {
  width: 90px;
}
.statement_modal .modal .scr_box .l_tb table thead tr th.w285, .print-div .modal .scr_box .l_tb table thead tr th.w285 {
  width: 285px;
}
.statement_modal .modal .scr_box .l_tb table tbody td .check_box_lst, .print-div .modal .scr_box .l_tb table tbody td .check_box_lst {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.statement_modal .modal .scr_box .l_tb table tbody td .check_box_lst p, .print-div .modal .scr_box .l_tb table tbody td .check_box_lst p {
  display: flex;
  font-size: 12px;
  line-height: 20px;
}
.statement_modal .modal .scr_box .l_tb table tbody td .check_box_lst p::before, .print-div .modal .scr_box .l_tb table tbody td .check_box_lst p::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border-radius: 20px;
  border: solid 1px #ddd;
  box-sizing: border-box;
  background: url(/src/img/i/check_g.png) no-repeat center center/auto #fff;
}
.statement_modal .modal .scr_box .l_tb table tbody td .check_box_lst p.a::before, .print-div .modal .scr_box .l_tb table tbody td .check_box_lst p.a::before {
  border-color: #F61F1D !important;
  background-image: none;
  background-color: #F61F1D !important;
}
.statement_modal .modal .scr_box .car_section, .print-div .modal .scr_box .car_section {
  padding: 40px 0px 0px;
}
.statement_modal .modal .scr_box .car_section .car_img, .print-div .modal .scr_box .car_section .car_img {
  transform: scale(0.88);
  transform-origin: left top;
}
.print-div .modal .scr_box .car_section .car_img{transform-origin: center center;}
.statement_modal .modal .scr_box .car_section .car_img.act, .print-div .modal .scr_box .car_section .car_img.act{
}
.statement_modal .modal .scr_box .car_section_info ul, .print-div .modal .scr_box .car_section_info ul {
  gap: 19px;
}
.statement_modal .modal .scr_box .car_section_info ul li, .print-div .modal .scr_box .car_section_info ul li {
  width: 90px;
  height: 90px;
}
.statement_modal .modal .scr_box .i_lst_wrap, .print-div .modal .scr_box .i_lst_wrap {
  padding: 30px 0px;
  border-top: solid 2px #000;
  border-bottom: solid 1px #ddd;
}
.statement_modal .modal .scr_box .i_lst_wrap ul, .print-div .modal .scr_box .i_lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
  margin: 0px auto 20px;
}
.statement_modal .modal .scr_box .i_lst_wrap ul li, .print-div .modal .scr_box .i_lst_wrap ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((100% - 63px) / 4);
  height: 154px;
  border-radius: 10px;
  border: solid 1px #eee;
  text-align: center;
  background-color: #fff;
}
.statement_modal .modal .scr_box .i_lst_wrap ul li .t1, .print-div .modal .scr_box .i_lst_wrap ul li .t1 {
  margin: 10px 0px 5px;
  font-size: 14px;
}
.statement_modal .modal .scr_box .i_lst_wrap ul li .t2, .print-div .modal .scr_box .i_lst_wrap ul li .t2 {
  font-size: 14px;
  font-weight: 500;
  color: #F61F1D !important;
}
.statement_modal .modal .scr_box .bottom_file .file_item, .print-div .modal .scr_box .bottom_file .file_item {
  position: relative;
  display: block;
  padding: 15px 20px 15px 44px;
  margin-bottom: 10px;
  border-radius: 10px;
  border: solid 1px #eee;
  font-size: 14px;
  background-color: #FAFAFA;
}
.statement_modal .modal .scr_box .bottom_file .file_item:last-child, .print-div .modal .scr_box .bottom_file .file_item:last-child {
  margin-bottom: 0;
}
.statement_modal .modal .scr_box .bottom_file .file_item::before, .print-div .modal .scr_box .bottom_file .file_item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 19px;
  height: 19px;
  background: url(/src/img/i/down_i.png) no-repeat center center/cover;
}

@media screen and (max-width: 1240px) {
  .statement_modal .modal .scr_box .row_tb1 table tbody {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .statement_modal .modal .scr_box .car_section {
    overflow-x: scroll;
  }
  .statement_modal .modal .scr_box .car_section .car_img {
    transform-origin: center top;
  }
}
@media screen and (max-width: 720px) {
  .statement_modal .modal .scr_box .sect_line {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .statement_modal .modal .scr_box .st_md_tit {
    margin: 30px 0px 12px;
    font-size: 12px;
  }
  .statement_modal .modal .scr_box .stamp_t {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .statement_modal .modal .scr_box .stamp_t .stamp_img {
    width: 45px;
    height: 45px;
  }
  .my_stamp_t {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .my_stamp_t .stamp_img {
    width: 30px;
    height: 30px;
  }
  .statement_modal .modal .scr_box .st_car_info {
    flex-direction: column;
    align-items: center;
    padding: 20px 0px;
    border-top: solid 1px #000;
    margin-bottom: 25px;
  }
  .statement_modal .modal .scr_box .st_car_info .img {
    margin-left: auto;
    margin-right: auto;
  }
  .statement_modal .modal .scr_box .st_car_info .t_box {
    width: 100%;
    padding-left: 0px;
    padding-top: 30px;
  }
  .statement_modal .modal .scr_box .st_car_info .t_box .tit {
    margin: 0px 0 7px;
    font-size: 12px;
  }
  .statement_modal .modal .scr_box .st_car_info .t_box .info_box {
    gap: 3px 0px;
  }
  .statement_modal .modal .scr_box .st_car_info .t_box .info_box p {
    font-size: 11px;
  }
  .statement_modal .modal .scr_box .st_car_info .t_box .info_box p::after {
    height: 10px;
    margin: -1px 6px 0px;
  }
  .statement_modal .modal .scr_box .row_tb1 table tr td .inner_table {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-top: solid 1px #ddd;
  }
  .statement_modal .modal .scr_box .row_tb1 table tr td .inner_table .tb_item {
    width: 50%;
  }
  .statement_modal .modal .scr_box .row_tb1 table tr td .inner_table .tb_item .t1, .statement_modal .modal .scr_box .row_tb1 table tr td .inner_table .tb_item .t2 {
    height: 40px;
    font-size: 12px;
  }
  .statement_modal .modal .scr_box .row_tb1 table tr td .inner_table .tb_item:nth-child(2n) .t1, .statement_modal .modal .scr_box .row_tb1 table tr td .inner_table .tb_item:nth-child(2n) .t2 {
    border-right: none;
  }
  .statement_modal .modal .scr_box .l_tb {
    overflow-x: scroll;
  }
  .statement_modal .modal .scr_box .l_tb table {
    min-width: 530px;
  }
  .statement_modal .modal .scr_box .l_tb table tr th, .statement_modal .modal .scr_box .l_tb table tr td {
    padding: 5px 10px;
    font-size: 11px;
  }
  .statement_modal .modal .scr_box .l_tb table thead tr th.w90 {
    width: 85px;
  }
  .statement_modal .modal .scr_box .l_tb table thead tr th.w285 {
    width: 240px;
  }
  .statement_modal .modal .scr_box .l_tb table tbody td .check_box_lst p {
    font-size: 11px;
    line-height: 18px;
  }
  .statement_modal .modal .scr_box .l_tb table tbody td .check_box_lst p::before {
    width: 18px;
    height: 18px;
    background-size: 8px 6px;
  }
  .statement_modal .modal .scr_box .car_section {
    padding: 25px 0px 0px;
  }
  .statement_modal .modal .scr_box .car_section .car_img {
    transform: scale(0.8);
  }
  .statement_modal .modal .scr_box .car_section_info ul {
    gap: 5px;
    justify-content: center;
  }
  .statement_modal .modal .scr_box .car_section_info ul li {
    width: 85px;
    height: 85px;
  }
  .statement_modal .modal .scr_box .i_lst_wrap ul {
    gap: 10px;
    margin: 10px auto;
  }
  .statement_modal .modal .scr_box .i_lst_wrap ul li {
    width: calc(50% - 5px);
    height: 130px;
    border-radius: 5px;
  }
  .statement_modal .modal .scr_box .i_lst_wrap ul li img {
    display: block;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .statement_modal .modal .scr_box .i_lst_wrap ul li .t1 {
    margin: 7px 0px 4px;
    font-size: 12px;
  }
  .statement_modal .modal .scr_box .i_lst_wrap ul li .t2 {
    font-size: 12px;
  }
  .statement_modal .modal .scr_box .bottom_file .file_item {
    position: relative;
    display: block;
    padding: 10px 15px 10px 35px;
    margin-bottom: 5px;
    border-radius: 5px;
    font-size: 12px;
  }
  .statement_modal .modal .scr_box .bottom_file .file_item:last-child {
    margin-bottom: 0;
  }
  .statement_modal .modal .scr_box .bottom_file .file_item::before {
    left: 15px;
    width: 15px;
    height: 15px;
  }
}
.print-div .modal {
  width: 1000px;
}

.pop_btn_wrap{display: flex; justify-content: center; gap: 10px; margin-bottom: 40px;}
.pop_btn_wrap .btn{display: flex; justify-content: center; align-items: center; width: 200px; height: 60px; border-radius: 5px; font-size: 18px; font-weight: bold; color: #fff; background-color: #F61F1D;}
.pop_btn_wrap .btn.line_st{border: solid 1px #ccc; background-color: #fff; color: #000;}

@media screen and (max-width: 720px) {
  .pop_btn_wrap{gap: 10px; margin-bottom: 25px;}
  .pop_btn_wrap .btn{width: calc(50% - 5px); height: 45px; font-size: 14px;}
}


















.search_pg .car_lst_wrap > ul {
  display: flex;
  flex-wrap: wrap;
}
.search_pg .car_lst_wrap > ul > li {
  position: relative;
  width: 50%;
  border-right: solid 1px #eee;
}
.search_pg .car_lst_wrap > ul > li .like_btn{position: absolute; z-index: 1; width: 40px; height: 40px; top: 25px; left: 191px; border-radius: 0px 15px; background: url(/src/img/i/like.png)no-repeat center center/auto rgba(0, 0, 0, 0.1);}

.search_pg .car_lst_wrap > ul > li .like_btn.act{background-image: url(/src/img/i/like_a.png); background-color: rgba(0, 0, 0, 0.05);}
.search_pg .car_lst_wrap > ul > li:nth-child(even) .like_btn{left: 216px;}
@media screen and (max-width: 1420px) {
  .search_pg .car_lst_wrap > ul > li .like_btn{left: calc(50% + 90px);}
  .search_pg .car_lst_wrap > ul > li:nth-child(even) .like_btn{left: calc(50% + 110px);}
}
@media screen and (max-width: 720px) {
  .search_pg .car_lst_wrap > ul > li .like_btn{top: 20px; left: 70px; width: 25px; height: 25px; border-radius: 0px 5px; background-size: 15px 15px;}
  .search_pg .car_lst_wrap > ul > li:nth-child(even) .like_btn{left: 70px;}
}
.search_pg .car_lst_wrap > ul > li:nth-child(even) {
  border-right: none;
}
.search_pg .car_lst_wrap > ul > li:nth-child(even) a {
  padding-right: 0;
}
.search_pg .car_lst_wrap > ul > li:nth-child(odd) a {
  padding-left: 0;
}
.search_pg .car_lst_wrap > ul > li > a {
  flex-direction: column;
  padding: 25px;
}
.search_pg .car_lst_wrap > ul > li > a .img {
  display: flex; justify-content: center; align-items: center; 
  width: 231px;
  height: 173px;
}
.search_pg .car_lst_wrap > ul > li > a .img img{display: block; width: 100%;}
.search_pg .car_lst_wrap > ul > li > a .t_box {
  width: calc(100% - 231px);
  padding-top: 0;
  padding-left: 20px;
}
.search_pg .car_lst_wrap > ul > li > a .t_box .info_box{min-height: 41px;}
.search_pg .car_lst_wrap > ul > li > a .t_box .info_box p{font-size: 14px;}
@media screen and (max-width: 720px) {
  .search_pg .car_lst_wrap > ul > li > a .t_box .info_box p{font-size: 12px;}
}
.search_pg .car_lst_wrap > ul > li > a .l_box {
  width: 100%;
  padding: 0;
}
.search_pg .car_lst_wrap > ul > li > a .r_box {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 17px;
  margin-top: 17px;
  padding-left: 0;
  border-top: solid 1px #ddd;
  border-left: none;
}
.search_pg .car_lst_wrap > ul > li > a .r_box > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search_pg .car_lst_wrap > ul > li > a .r_box > div .t_wrap {
  width: 150px;
  text-align: left;
}
.search_pg .car_lst_wrap > ul > li > a .r_box > div .t_wrap.w1{width: 100%;}
.search_pg .car_lst_wrap > ul > li > a .r_box > div .t_wrap.w1 .time_box{margin-bottom: 0;}
.search_pg .car_lst_wrap > ul > li > a .r_box > div .time_box {
  margin-bottom: 0;
}
.search_pg .car_lst_wrap > ul > li > a .r_box > div .time_box .time {
  justify-content: start;
  font-size: 18px;
  text-align: left;
}
.search_pg .car_lst_wrap > ul > li > a .r_box > div .price {
  justify-content: end;
  width: 180px;
  margin-left: 20px;
  margin-bottom: 0;
}
.search_pg .car_lst_wrap > ul > li > a .r_box > div .a_btn {
  width: 60px;
  margin-left: 10px;
  margin-top: 0;
}
.search_pg .car_lst_wrap > ul > li > a .r_box > div .a_btn.w1{width: 240px;}
.search_pg .car_page_wrap {
  position: sticky;
  bottom: 100px;
}
.search_pg .car_page_wrap .arrow_btn {
  background-color: #fff;
}
.search_pg .car_page_wrap .page {
  background-color: #fff;
}
.search_pg .car_lst_wrap > ul > li > a .r_box.m_r_box{display: none;}
@media screen and (max-width: 1420px) {
  .search_pg .car_lst_wrap > ul > li > a {
    padding: 20px;
  }
  .search_pg .car_lst_wrap > ul > li > a .img {
    width: 280px;
    height: 210px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .search_pg .car_lst_wrap > ul > li > a .t_box {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .search_pg .car_lst_wrap > ul > li > a .l_box {
    flex-direction: column;
    width: 100%;
  }
  .search_pg .car_lst_wrap > ul > li > a .r_box {
    padding-top: 20px;
    margin-top: 20px;
  }
  .search_pg .car_lst_wrap > ul > li > a .r_box > div {
    display: block;
  }
  .search_pg .car_lst_wrap > ul > li > a .r_box > div .t_wrap {
    width: 100%;
  }
  .search_pg .car_lst_wrap > ul > li > a .r_box > div .time_box {
    margin-bottom: 20px;
  }
  .search_pg .car_lst_wrap > ul > li > a .r_box > div .price {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .search_pg .car_lst_wrap > ul > li > a .r_box > div .a_btn {
    width: 100%;
    margin-left: 0;
  }
  .search_pg .car_lst_wrap > ul > li > a .r_box > div .t_wrap{text-align: center;}
  .search_pg .car_lst_wrap > ul > li > a .r_box > div .time_box .time {
    justify-content: center;
  }
  .search_pg .car_lst_wrap ul li .r_box > div{text-align: left; font-size: 0;}
  .search_pg .car_lst_wrap > ul > li > a .r_box > div .price{display: inline-flex; width: calc(100% - 70px);}
  .search_pg .car_lst_wrap > ul > li > a .r_box > div .a_btn{display: inline-flex; width: 60px; margin-left: 10px;}
  .search_pg .car_lst_wrap > ul > li > a .r_box > div .a_btn.w1{width: 100%;}
  .search_pg .car_lst_wrap > ul > li > a .r_box{padding-bottom: 0;}
}
@media screen and (max-width: 720px) {
  .search_pg .car_lst_wrap > ul > li {
    width: 100%;
    border-right: none;
  }
  .search_pg .car_lst_wrap > ul > li > a {
    padding: 20px 0px;
  }
  .search_pg .car_lst_wrap > ul > li > a .img {
    width: 90px;
    height: 67px;
  }
  .search_pg .car_lst_wrap > ul > li > a .t_box {
    width: calc(100% - 100px);
    padding-left: 10px;
    margin-top: 0;
  }
  .search_pg .car_lst_wrap > ul > li > a .l_box {
    flex-direction: row;
  }

  .search_pg .car_lst_wrap > ul > li > a .t_box .r_box{display: none;}
  .search_pg .car_lst_wrap > ul > li > a .r_box.m_r_box{display: block;}

  .search_pg .car_lst_wrap > ul > li > a .r_box > div .price{display: inline-flex; width: calc(100% - 55px);}
  .search_pg .car_lst_wrap > ul > li > a .r_box > div .a_btn{display: inline-flex; width: 50px; margin-left: 5px;}

}


.head_r{display: flex; align-items: center; gap: 30px;}
.head_r .mem_t span{font-weight: bold; color: #000;}
@media screen and (max-width: 1420px) {
  .head_r{display: none;}
}






.sbm_modal{display: none; z-index: 200; position: fixed; top: 0; left: 0; width: 100%; height: 100%;}
.sbm_modal .modal{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 720px; height: auto; padding: 60px 40px 130px; border-radius: 10px; border: solid 1px #000; background-color: #fff; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);}

.sbm_modal .modal .modal_close{position: absolute;  position: absolute;
  top: 20px;
  right: 20px;
  
}

.sbm_modal .modal .t_lst{margin-top: 40px; border-top: solid 2px #000;}
.sbm_modal .modal .t_lst li{padding: 30px 0px; border-bottom: solid 1px #ddd;}
.sbm_modal .modal .t_lst li p{position: relative; padding-left: 30px; font-size: 14px; color: #666;}
.sbm_modal .modal .t_lst li p span{position: absolute; top: 0; left: 0; font-size: 16px; font-weight: bold;}
.sbm_modal .modal .agree_line{padding-top: 20px;}
.sbm_modal .modal .bottom_btn_line{position: absolute; bottom: 0; left: 0; width: 100%; display: flex; justify-content: end; gap: 10px; padding: 15px 20px; border-top: solid 1px #ddd; border-radius: 0 0 10px 10px; background-color: #fafafa;}
.sbm_modal .modal .bottom_btn_line .btn{display: flex; justify-content: center; align-items: center; width: 150px; height: 60px; border-radius: 5px; text-align: center; font-size: 16px; font-weight: bold;}
.sbm_modal .modal .bottom_btn_line .btn.bgc1{background-color: #F61F1D; color: #fff;}
.sbm_modal .modal .bottom_btn_line .btn.line_st{border: solid 1px #000; background-color: #fff; color: #000;}

@media screen and (max-width: 991px) {
  .sbm_modal .modal{top: auto; bottom: -100%; left: 0; width: 100%; height: 85%; padding: 0 ; transform: translate(0); transition: bottom 0.5s;}
  .sbm_modal .modal .scr_box{padding: 60px 40px 130px; height: 100%; overflow-y: scroll;}
  .sbm_modal .modal.a{bottom: 0;}
}
@media screen and (max-width: 720px) {
  .sbm_modal .modal{}
  .sbm_modal .modal .scr_box{padding: 45px 20px 80px;}
  .sbm_modal .modal .modal_close{top: 15px; right: 15px;}
  .sbm_modal .modal .t_lst{margin-top: 20px; border-top: solid 1px #000;}
  .sbm_modal .modal .t_lst li{padding: 20px 0px;}
  .sbm_modal .modal .t_lst li p{padding-left: 25px; font-size: 12px;}
  .sbm_modal .modal .t_lst li p span{font-size: 12px;}
  .sbm_modal .modal .agree_line{padding-top: 12px;}
  .sbm_modal .modal .bottom_btn_line{justify-content: center; gap: 6px; padding: 10px 20px;}
  .sbm_modal .modal .bottom_btn_line .btn{width: calc(50% - 3px); height: 45px; font-size: 12px;}
}


.write_btn{display: flex; justify-content: center; align-items: center; width: 200px; height: 60px; margin: 40px auto 0; border-radius: 50px; background-color: #F61F1D;}
@media screen and (max-width: 720px) {
  .write_btn{width: 100%; height: 45px; margin: 25px auto 0; }
}

@media print {
	body {
		print-color-adjust: exact;
		-webkit-print-color-adjust: exact;
	}
}














.sign_pg{position: relative; width: 720px; max-width: 100%; height: 100%; margin: 0px auto; padding: 80px 40px; background: url(/src/img/sign_bg.jpg)no-repeat center center/cover;}
.sign_pg .bottom_btn{position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); display: flex; justify-content: center; align-items: center; width: calc(100% - 80px); height: 60px; border-radius: 5px; text-align: center; font-size: 18px; font-weight: bold; color: #fff;background-color: #F61F1D;}
.sign_pg .sign_modal{display: none; position: fixed; top: 0; left: 50%; transform: translateX(-50%); width: 720px; max-width: 100%; height: 100%; margin-left: auto; margin-right: auto; background-color: rgba(0, 0, 0, 0.5);}
.sign_pg .sign_modal .modal{position: absolute; bottom: -100%; transition: bottom 0.5s; left: 0; width: 100%; height: 85%; padding: 40px 0px 90px; border-radius: 20px 20px 0 0; background-color: #fff; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);}
.sign_pg .sign_modal .modal.a{bottom: 0;}
.sign_pg .sign_modal .modal .close_btn{position: absolute; top: 40px; right: 40px;}
.sign_pg .sign_modal .modal .scr_box{overflow-y: scroll; height: 100%; padding: 40px;}
.sign_pg .sign_modal .modal .inp_wrap .inp_box{width: 100%; margin-bottom: 40px;}
.sign_pg .sign_modal .modal .inp_wrap .inp_box:last-child{margin-bottom: 0;}
.sign_pg .sign_modal .modal .inp_wrap .inp_box > p{margin-bottom: 20px; font-size: 16px; font-weight: bold;}
.sign_pg .sign_modal .modal .inp_wrap .inp_box .inp{width: 100%; height: 50px; padding: 0px 20px; border-radius: 5px;  font-size: 16px;}
.sign_pg .sign_modal .modal .inp_wrap .inp_box .inp.w200{width: 200px;}
.sign_pg .sign_modal .modal .inp_wrap .inp_box .inp_r_btn{display: inline-flex; justify-content: center; align-items: center; width: 100px; height: 50px; margin-left: 3px; border: solid 1px #333; border-radius: 5px; text-align: center; font-size: 14px;}
.sign_pg .sign_modal .modal .inp_wrap .inp_box .addr_wrap .inp{margin-top: 5px;}
.sign_pg .sign_modal .modal .inp_wrap .inp_box .addr_wrap .inp:first-child{margin-top: 0;}
.sign_pg .sign_modal .modal .inp_wrap .inp_box #canvas_box{width: 100%; text-align: center;}
.sign_pg .sign_modal .modal .inp_wrap .inp_box .sign_box{margin: 0px auto; border-radius: 5px; border: solid 1px #ddd;}
.sign_pg .sign_modal .modal .bottom_btn_line{display: flex; justify-content: space-between; align-items: center; position: absolute; bottom: 0; left: 0; width: 100%; height: 90px; padding: 0px 20px; border-top: solid 1px #ddd; background-color: #fafafa;}
.sign_pg .sign_modal .modal .bottom_btn_line .l_box{display: flex; gap: 10px;}
.sign_pg .sign_modal .modal .bottom_btn_line .btn{display: flex; justify-content: center; align-items: center; width: 150px; height: 60px; border-radius: 5px; text-align: center; font-size: 16px; font-weight: bold;}
.sign_pg .sign_modal .modal .bottom_btn_line .btn.line_st{border: solid 1px #333; background-color: #fff;}
.sign_pg .sign_modal .modal .bottom_btn_line .btn.bgc1{background-color: #F61F1D; color: #fff;}

@media screen and (max-width: 720px) {
  .sign_pg{padding: 60px 20px;}
  .sign_pg .bottom_btn{bottom: 30px; width: calc(100% - 40px); height: 45px; font-size: 14px;}
  .sign_pg .sign_modal .modal{padding: 25px 0px 70px; border-radius: 10px 10px 0 0;}
  .sign_pg .sign_modal .modal .close_btn{top: 20px; right: 20px;}
  .sign_pg .sign_modal .modal .scr_box{padding: 25px 20px;}
  .sign_pg .sign_modal .modal .inp_wrap .inp_box{margin-bottom: 25px;}
  .sign_pg .sign_modal .modal .inp_wrap .inp_box > p {margin-bottom: 10px; font-size: 12px;}
  .sign_pg .sign_modal .modal .inp_wrap .inp_box .inp{height: 40px; padding: 0px 15px; font-size: 12px;}
  .sign_pg .sign_modal .modal .inp_wrap .inp_box .inp.w200{width: calc(100% - 90px);}
  .sign_pg .sign_modal .modal .inp_wrap .inp_box .inp_r_btn{width: 85px; height: 40px; margin-left: 0px; font-size: 12px;}
  .sign_pg .sign_modal .modal .bottom_btn_line{height: 70px;}
  .sign_pg .sign_modal .modal .bottom_btn_line .l_box{gap: 5px;}
  .sign_pg .sign_modal .modal .bottom_btn_line .l_box .btn{}
  .sign_pg .sign_modal .modal .bottom_btn_line .btn{width: 85px; height: 45px; font-size: 12px;}
}


.confirmation_modal .modal .scr_box .stamp_box, .print-div .modal .scr_box .stamp_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  position: relative;
  padding-left: 150px;
}
.confirmation_modal .modal .scr_box .stamp_box .t_box, .print-div .modal .scr_box .stamp_box .t_box{}
.confirmation_modal .modal .scr_box .stamp_box .sign_img, .print-div .modal .scr_box .stamp_box .sign_img {
  /* position: absolute; */
  bottom: 5px;
  right: 0;
  /* width: 137px; */
  /* height: 136px; */
  /* background: url(/src/img/stamp.png); */
}
/*# sourceMappingURL=r_layout.css.map */

@media screen and (max-width: 720px) {
  .confirmation_modal .modal .scr_box .stamp_box .sign_img {
    width: 60px;
  }
  .confirmation_modal .modal .scr_box .stamp_box{padding-left: 0; gap: 15px;}
}

.pdf_v{margin-top: 40px;}
.pdf_v iframe{width: 100%;}
@media (max-width: 620px){
	.pdf_v{margin-top: 20px;}
}
.pdf_iframe{margin: 40px 0 0px;}
.pdf_iframe iframe{width: 100%; margin-bottom: 20px;}
.pdf_iframe.mt0{margin-top: 0;}
@media (max-width: 620px){
	.pdf_iframe{margin: 20px 0 -20px;}
  .pdf_iframe iframe{margin-bottom: 20px;}
}

.pdf_view{width: 100%; height: 800px; margin-top: 80px;}
@media screen and (max-width: 1420px) {
  .pdf_view{height: 600px;}
}
@media screen and (max-width: 991px) {
  .pdf_view{height: 500px;}
}
@media screen and (max-width: 720px) {
  .pdf_view{height: 400px; margin-top: 40px;}
}



.car_view .car_v_top .l_wrap .prod_big .itm{position: relative;}
.car_view .car_v_top .l_wrap .prod_big .itm .easyzoom-flyout{overflow: hidden;position: absolute;z-index: 99;top: 340px;left: 100%;width: 400px;height: 400px;margin-left: 80px;border: 1px solid #ddd;background-color: #fff;}
.car_view .car_v_top .l_wrap .prod_big .itm .easyzoom-flyout img{width: 2000px;max-width: none;max-height: none;}
.car_view .car_v_top .l_wrap .prod_big .itm a{display: block; border-radius: 20px; overflow: hidden;}

@media screen and (max-width: 1420px) {
  .car_view .car_v_top .l_wrap .prod_big .itm .easyzoom-flyout{display: none !important;}
}

.pdf_iframe{margin: 40px 0 0px;}
.pdf_iframe iframe{width: 100%; margin-bottom: 20px;}
.pdf_iframe.mt0{margin-top: 0;}
@media (max-width: 620px){
	.pdf_iframe{margin: 20px 0 -20px;}
  .pdf_iframe iframe{margin-bottom: 20px;}
}







.deposit_modal{display: none; position: fixed; top: 0; left: 0; z-index: 101; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4);}
.deposit_modal .modal{position: absolute; top: 50%; left: 50%; max-width: 900px; height: 80%; transform: translate(-50%, -50%);}
.deposit_modal .modal .modal_close{position: absolute; top: 0px; right: -30px; width: 30px; height: 30px; display: flex; justify-content: center; align-items: center; background-color: #fff;}
.deposit_modal .scr_box{height: 100%; overflow-y: scroll;}

@media screen and (max-width: 720px) {
  .deposit_modal .modal{top: auto; left: 0; bottom: 0; width: 100%; transform: translate(0);}
  .deposit_modal .modal .modal_close{top: -30px; right: 0;}
}
.pdf_modal_wrap{display: none; position: fixed; top: 0; left: 0; z-index: 101; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4);}
.pdf_modal_wrap .modal{position: absolute; top: 50%; left: 50%; width: 900px; max-width: 100%; height: 80%; transform: translate(-50%, -50%); background-color: #fff;}
.pdf_modal_wrap .modal .modal_close{position: absolute; top: 0px; right: -30px; width: 30px; height: 30px; display: flex; justify-content: center; align-items: center; background-color: #fff;}
.pdf_modal_wrap .scr_box{height: 100%; overflow-y: scroll;}
.pdf_modal_wrap .modal .pdf_iframe{margin-top: 0;}

@media screen and (max-width: 720px) {
  .pdf_modal_wrap .modal{top: auto; left: 0; bottom: 0; width: 100%; transform: translate(0);}
  .pdf_modal_wrap .modal .modal_close{top: -30px; right: 0;}
}
.col_tb1 table thead tr th.w70{width: 70px;}
.mortgage_modal .modal{width: 1250px;}

.col_tb1.in_inp_tb table tr th, .col_tb1.in_inp_tb table tr td {
  padding: 5px;
  border-right: solid 1px #ddd;
}
.col_tb1.no_inp_tb table tr th, .col_tb1.no_inp_tb table tr td{
  padding: 10px 5px;
}
.col_tb1.in_inp_tb table tr th:last-child, .col_tb1.in_inp_tb table tr td:last-child {
  border-right: none;
}
.col_tb1.in_inp_tb table tr th .inp, .col_tb1.in_inp_tb table tr td .inp {
  width: 100%;
  height: 40px;
  padding: 0px 10px;
  border-radius: 5px;
}
.col_tb1.in_inp_tb table thead tr th {
  padding: 15px 10px;
}


.col_tb1.in_inp_tb table tr th:last-child, .col_tb1.in_inp_tb table tr td:last-child {
  border-right: none;
}
.col_tb1.in_inp_tb table tr th .inp, .col_tb1.in_inp_tb table tr td .inp {
  height: 35px;
  font-size: 12px;
}
.col_tb1.in_inp_tb table thead tr th {
  padding: 10px 10px;
}




.stat_modal .modal, .print-div .modal {
  width: 1250px;
}
.stat_modal .modal .scr_box .col_tb1 table tbody tr td .hd_span, .print-div .modal .scr_box .col_tb1 table tbody tr td .hd_span {
  display: none;
  font-weight: bold;
}
.stat_modal .modal .scr_box .col_tb1 table tfoot tr td .hd_span, .print-div .modal .scr_box .col_tb1 table tfoot tr td .hd_span {
  display: none;
  font-weight: bold;
}
.stat_modal .modal .scr_box .col_tb1 table tbody tr td .last_btn, .print-div .modal .scr_box .col_tb1 table tbody tr td .last_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  border: solid 1px #333;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.stat_modal .modal .scr_box .col_tb1 table tbody tr td .last_btn.del_btn, .print-div .modal .scr_box .col_tb1 table tbody tr td .last_btn.del_btn {
  background-color: #eee;
}
.stat_modal .modal .scr_box .tb_bottom_btn, .print-div .modal .scr_box .tb_bottom_btn {
  display: flex;
  gap: 5px;
  margin-top: 20px;
}
.stat_modal .modal .scr_box .tb_bottom_btn button, .stat_modal .modal .scr_box .tb_bottom_btn a, .print-div .modal .scr_box .tb_bottom_btn button, .print-div .modal .scr_box .tb_bottom_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 40px;
  border: solid 1px #aaa;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
}

.stat_modal {
  background-color: rgba(0, 0, 0, 0.5);
}

.print-div .modal {
  width: 718px;
}
.print-div .modal .scr_box .last_btn {
  display: none !important;
}
.print-div .modal .scr_box .tb_bottom_btn {
  display: none;
}
.print-div .modal .bottom_box {
  display: none;
}
.print-div .modal .total_box {
  margin-top: 40px;
}
















@media screen and (max-width: 1240px) {
  .stat_modal .modal {
    width: 100%;
  }
  .stat_modal .modal .scr_box .col_tb1 {
    overflow: visible;
  }
  .stat_modal .modal .scr_box .col_tb1 table {
    width: 100%;
  }
  .stat_modal .modal .scr_box .col_tb1 table thead {
    display: none;
  }
  .stat_modal .modal .scr_box .col_tb1 table tbody tr {
    display: block;
    padding: 15px 0px;
  }
  .stat_modal .modal .scr_box .col_tb1 table tbody tr th, .stat_modal .modal .scr_box .col_tb1 table tbody tr td {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 7px;
    padding: 0;
    border-right: none;
    border-left: none;
    text-align: left;
  }
  .stat_modal .modal .scr_box .col_tb1 table tfoot tr{display: block; padding: 15px 0px;}
  .stat_modal .modal .scr_box .col_tb1 table tfoot tr th, .stat_modal .modal .scr_box .col_tb1 table tfoot tr td{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
    border-right: none;
    border-left: none;
    text-align: left;
  }
  .stat_modal .modal .scr_box .col_tb1 table tbody tr th:last-child, .stat_modal .modal .scr_box .col_tb1 table tbody tr td:last-child {
    margin-bottom: 0;
  }
  .stat_modal .modal .scr_box .col_tb1 table tbody tr th .hd_span, .stat_modal .modal .scr_box .col_tb1 table tbody tr td .hd_span {
    display: block;
    width: 160px;
  }
  .stat_modal .modal .scr_box .col_tb1 table tfoot tr th .hd_span, .stat_modal .modal .scr_box .col_tb1 table tfoot tr td .hd_span {
    display: block;
    width: 160px;
  }
  .stat_modal .modal .scr_box .col_tb1 table tbody tr th .inp, .stat_modal .modal .scr_box .col_tb1 table tbody tr th .t, .stat_modal .modal .scr_box .col_tb1 table tbody tr td .inp, .stat_modal .modal .scr_box .col_tb1 table tbody tr td .t {
    max-width: calc(100% - 180px);
  }
  .stat_modal .modal .scr_box .col_tb1 table tfoot tr th .inp, .stat_modal .modal .scr_box .col_tb1 table tfoot tr th .t, .stat_modal .modal .scr_box .col_tb1 table tfoot tr td .inp, .stat_modal .modal .scr_box .col_tb1 table tfoot tr td .t {
    max-width: calc(100% - 180px);
  }
  .stat_modal .modal .bottom_box .js_print {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .stat_modal .modal .scr_box .col_tb1 table tbody tr td {
    gap: 10px;
    margin-bottom: 5px;
  }
  .stat_modal .modal .scr_box .col_tb1 table tbody tr td .hd_span {
    width: 60px;
  }
  .stat_modal .modal .scr_box .col_tb1 table tbody tr td .inp, .stat_modal .modal .scr_box .col_tb1 table tbody tr td .t {
    max-width: calc(100% - 70px);
  }
  .stat_modal .modal .scr_box .col_tb1 table tfoot tr td {
    gap: 10px;
  }
  .stat_modal .modal .scr_box .col_tb1 table tfoot tr td .hd_span {
    width: 60px;
  }
  .stat_modal .modal .scr_box .col_tb1 table tfoot tr td .inp, .stat_modal .modal .scr_box .col_tb1 table tfoot tr td .t {
    max-width: calc(100% - 70px);
  }
  .stat_modal .modal .scr_box .col_tb1 table tbody tr td .last_btn {
    height: 35px;
    font-size: 12px;
  }
  .stat_modal .modal .scr_box .tb_bottom_btn {
    margin-top: 10px;
  }
  .stat_modal .modal .scr_box .tb_bottom_btn button, .stat_modal .modal .scr_box .tb_bottom_btn a {
    width: 60px;
    height: 30px;
    font-size: 12px;
  }
}


.md_page{position: static !important; width: auto !important; height: auto !important; background-color: transparent !important;}
.md_page .modal{position: static !important; width: 100% !important; height: auto !important; border-radius: 0 !important; box-shadow: none !important; transform: translate(0) !important; overflow: auto !important; padding: 0 !important;}
.md_page .modal .scr_box{overflow: visible !important; padding: 0 !important;}






















/* 사고이력조회 전개도 */

.ex_md_box {
  position: relative;
  width: 720px;
  margin: 0px auto;
  transform-origin: left center;
}
.ex_md_box.small_box{
  transform: scale(0.89);
}
.ex_md_box .car_img {
  position: relative;
}
.ex_md_box .car_img span {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ex_md_box .car_img .type1 {
  background-image: url(/src/img/new_car1.png);
}
.ex_md_box .car_img .type2 {
  background-image: url(/src/img/new_car2.png);
}
.ex_md_box .car_img .type3 {
  background-image: url(/src/img/new_car3.png);
}
.ex_md_box .car_img .type4 {
  background-image: url(/src/img/new_car4.png);
}
.ex_md_box .car_img .type5 {
  background-image: url(/src/img/new_car5.png);
}
.ex_md_box .car_img .type6 {
  background-image: url(/src/img/new_car6.png);
}
.ex_md_box .car_img .car1_1 {
  left: 243px;
  top: 15px;
}
.ex_md_box .car_img .car1_2 {
  left: 243px;
  top: 385px;
}
.ex_md_box .car_img .car1_3 {
  left: 243px;
  top: 60px;
}
.ex_md_box .car_img .car1_4 {
  left: 243px;
  top: 365px;
}
.ex_md_box .car_img .car1_5 {
  left: 243px;
  top: 350px;
}
.ex_md_box .car_img .car1_6 {
  left: 64px;
  top: 164px;
}
.ex_md_box .car_img .car1_7 {
  left: 610px;
  top: 164px;
}
.ex_md_box .car_img .car1_8 {
  left: 64px;
  top: 230px;
}
.ex_md_box .car_img .car1_9 {
  left: 610px;
  top: 230px;
}
.ex_md_box .car_img .car1_10 {
  left: 83px;
  top: 79px;
}
.ex_md_box .car_img .car1_11 {
  left: 590px;
  top: 79px;
}
.ex_md_box .car_img .car1_12 {
  left: 83px;
  top: 325px;
}
.ex_md_box .car_img .car1_13 {
  left: 590px;
  top: 325px;
}
.ex_md_box .car_img .car1_14 {
  left: 243px;
  top: 130px;
}
.ex_md_box .car_img .car1_15 {
  left: 243px;
  top: 180px;
}
.ex_md_box .car_img .car1_16 {
  left: 243px;
  top: 240px;
}
.ex_md_box .car_img .car1_17 {
  left: 64px;
  top: 260px;
}
.ex_md_box .car_img .car1_18 {
  left: 610px;
  top: 260px;
}
.ex_md_box .car_img .car1_19 {
  left: 243px;
  top: 315px;
}
.ex_md_box .car_img .car1_20 {
  left: 243px;
  top: 0px;
}
.ex_md_box .car_img .car1_21 {
  left: 190px;
  top: 10px;
}
.ex_md_box .car_img .car1_22 {
  left: 296px;
  top: 10px;
}
.ex_md_box .car_img .car1_23 {
  left: 185px;
  top: 359px;
}
.ex_md_box .car_img .car1_24 {
  left: 301px;
  top: 359px;
}
.ex_md_box .car_img .car1_25 {
  left: 35px;
  top: 210px;
}
.ex_md_box .car_img .car1_26 {
  left: 640px;
  top: 210px;
}
.ex_md_box .car_img .car1_27 {
  left: 120px;
  top: 217px;
}
.ex_md_box .car_img .car1_28 {
  left: 560px;
  top: 217px;
}
.ex_md_box .car_img .car2_1 {
  left: 103px;
  top: 80px;
}
.ex_md_box .car_img .car2_2 {
  left: 50px;
  top: 100px;
}
.ex_md_box .car_img .car2_3 {
  left: 156px;
  top: 100px;
}
.ex_md_box .car_img .car2_4 {
  left: 50px;
  top: 335px;
}
.ex_md_box .car_img .car2_5 {
  left: 153px;
  top: 335px;
}
.ex_md_box .car_img .car2_6 {
  left: 300px;
  top: 10px;
}
.ex_md_box .car_img .car2_7 {
  left: 570px;
  top: 10px;
}
.ex_md_box .car_img .car2_8 {
  left: 330px;
  top: 112px;
}
.ex_md_box .car_img .car2_9 {
  left: 540px;
  top: 112px;
}
.ex_md_box .car_img .car2_10 {
  left: 73px;
  top: 335px;
}
.ex_md_box .car_img .car2_11 {
  left: 130px;
  top: 335px;
}
.ex_md_box .car_img .car2_12 {
  left: 275px;
  top: 50px;
}
.ex_md_box .car_img .car2_13 {
  left: 587px;
  top: 50px;
}
.ex_md_box .car_img .car2_14 {
  left: 275px;
  top: 90px;
}
.ex_md_box .car_img .car2_15 {
  left: 587px;
  top: 90px;
}
.ex_md_box .car_img .car2_16 {
  left: 375px;
  top: 42px;
}
.ex_md_box .car_img .car2_17 {
  left: 495px;
  top: 42px;
}
.ex_md_box .car_img .car2_18 {
  left: 103px;
  top: 105px;
}
.ex_md_box .car_img .car2_19 {
  left: 103px;
  top: 130px;
}
.ex_md_box .car_img .car2_20 {
  left: 435px;
  top: 230px;
}
.ex_md_box .car_img .car2_21 {
  left: 435px;
  top: 120px;
}
.ex_md_box .car_img .car2_22 {
  left: 102px;
  top: 265px;
}
.ex_md_box .car_img .car2_23 {
  left: 270px;
  top: 265px;
}
.ex_md_box .car_img .car2_24 {
  left: 595px;
  top: 265px;
}
.ex_md_box .car_img .car2_25 {
  left: 255px;
  top: 140px;
}
.ex_md_box .car_img .car2_26 {
  left: 610px;
  top: 140px;
}
.ex_md_box .car_img .car2_27 {
  left: 330px;
  top: 80px;
}
.ex_md_box .car_img .car2_28 {
  left: 540px;
  top: 80px;
}
.ex_md_box .car_img .car2_29 {
  left: 235px;
  top: 30px;
}
.ex_md_box .car_img .car2_30 {
  left: 635px;
  top: 30px;
}

@media screen and (max-width: 767px) {
  .ex_md_box {
    overflow: hidden;
    width: 100%;
  }
  .ex_md_box .car_img {
    transform: scale(0.87);
    transform-origin: left center;
  }
  .car_md_sect{width: 720px;}
}
@media screen and (max-width: 720px) {
  .ex_md_box.small_box{transform: scale(1);}
  .ex_md_box .car_md_sect {
    overflow-x: scroll;
  }
  .ex_md_box .car_img {
    width: 720px;
    transform-origin: center center;
  }
  .car_md_sect{width: 100%;}
}


.bottom_file .img_box{margin-bottom: 20px;}


.no_distance{padding: 20px; border: solid 1px #ddd; border-radius: 5px; background-color: #fafafa;}
@media screen and (max-width: 720px) {
  .no_distance{padding: 12px 20px;}
}


















.diagram_box {
  position: relative;
  margin: 0px auto;
}
.diagram_box .dia_top {
  border: solid 1px #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.diagram_box .dia_top .top_tit {
  padding: 15px 10px;
  border-bottom: solid 1px #ddd;
  text-align: center;
  background-color: #F4F6FB;
}
.diagram_box .dia_top .df_box {
  display: flex;
  align-items: start;
  gap: 40px;
  padding: 40px;
}
.diagram_box .dia_top .df_box .car_md_sect {
  width: 452px;
}
.diagram_box .dia_top .df_box .car_md_sect .ico_lst {
  margin-top: 40px;
}
.diagram_box .dia_top .df_box .car_md_sect .ico_lst ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.diagram_box .dia_top .df_box .car_md_sect .ico_lst ul li {
  display: flex;
  gap: 5px;
  align-items: center;
}
.diagram_box .dia_top .df_box .t_chk_box {
  width: 540px;
  display: flex;
  gap: 40px;
}
.diagram_box .dia_top .df_box .t_chk_box ul {
  width: calc(50% - 20px);
}
.diagram_box .dia_top .df_box .t_chk_box ul li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-right: 80px;
  border-bottom: solid 1px #ddd;
}
.diagram_box .dia_top .df_box .t_chk_box ul li:last-child {
  margin-bottom: 0;
}
.diagram_box .dia_top .df_box .t_chk_box ul li .t {
  font-size: 12px;
}
.diagram_box .dia_top .df_box .t_chk_box ul li .i_box {
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 10px;
  right: 0;
  text-align: right;
  font-size: 12px;
  font-weight: 500;
}
.diagram_box .dia_top .df_box .t_chk_box ul li .i_box span {
  font-size: 12px;
  font-weight: 500;
}
.diagram_box .dia_top .df_box .t_chk_box ul li .i_box span.type1 {
  color: #F61F1D;
}
.diagram_box .dia_top .df_box .t_chk_box ul li .i_box span.type2 {
  color: #0F8EEB;
}
.diagram_box .dia_top .df_box .t_chk_box ul li .i_box span.type3 {
  color: #F101D9;
}
.diagram_box .dia_top .df_box .t_chk_box ul li .i_box span.type4 {
  color: #FF7336;
}
.diagram_box .dia_top .df_box .t_chk_box ul li .i_box span.type5 {
  color: #63C519;
}
.diagram_box .dia_top .df_box .t_chk_box ul li .i_box span.type6 {
  color: #999;
}
.diagram_box .dia_top .df_box .num_box {
  width: 245px;
}
.diagram_box .dia_top .df_box .num_box ul li {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.diagram_box .dia_top .df_box .num_box .all_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 45px;
  margin: 0px auto;
  border: solid 1px #0F8EEB;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #0F8EEB;
}
.diagram_box .dia_top .df_box .detail_box {
  width: 245px;
}
.diagram_box .dia_top .df_box .detail_box ul li {
  margin-bottom: 10px;
  font-size: 12px;
}
.diagram_box .dia_top .df_box .detail_box ul li:last-child {
  margin-bottom: 0;
}
.diagram_box .dia_main {
  margin-top: 40px;
}
.diagram_box .dia_main.act .blue_arrow {
  transform: scaleY(-1);
}
.diagram_box .dia_main.act .dep2_box {
  display: block;
}
.diagram_box .dia_main .df_box {
  display: flex;
  align-items: center;
  gap: 40px;
}
.diagram_box .dia_main .date_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 280px;
  text-align: center;
}
.diagram_box .dia_main .date_box.dia_none{pointer-events: none;}
.diagram_box .dia_main .date_box p {
  color: #0F8EEB;
}
.diagram_box .dia_main .tb_box {
  width: calc(100% - 320px);
  display: flex;
  gap: 40px;
}
.diagram_box .dia_main .my_car_tb {
  width: 720px;
}
.diagram_box .dia_main .other_car_tb {
  width: 320px;
}
.diagram_box .dia_main .my_car_tb, .diagram_box .dia_main .other_car_tb {
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
}
.diagram_box .dia_main .my_car_tb table tr, .diagram_box .dia_main .other_car_tb table tr {
  border-bottom: solid 1px #ddd;
}
.diagram_box .dia_main .my_car_tb table tr:last-child, .diagram_box .dia_main .other_car_tb table tr:last-child {
  border-bottom: none;
}
.diagram_box .dia_main .my_car_tb table tr th, .diagram_box .dia_main .my_car_tb table tr td, .diagram_box .dia_main .other_car_tb table tr th, .diagram_box .dia_main .other_car_tb table tr td {
  padding: 15px 10px;
  border-right: solid 1px #ddd;
  text-align: center;
}
.diagram_box .dia_main .my_car_tb table tr th:last-child, .diagram_box .dia_main .my_car_tb table tr td:last-child, .diagram_box .dia_main .other_car_tb table tr th:last-child, .diagram_box .dia_main .other_car_tb table tr td:last-child {
  border-right: none;
}
.diagram_box .dia_main .my_car_tb table tr th, .diagram_box .dia_main .other_car_tb table tr th {
  font-weight: 500;
}
.diagram_box .dia_main .my_car_tb table thead tr, .diagram_box .dia_main .other_car_tb table thead tr {
  border-bottom: solid 1px #ddd;
}
.diagram_box .dia_main .my_car_tb table thead tr:last-child, .diagram_box .dia_main .other_car_tb table thead tr:last-child {
  border-bottom: solid 1px #ddd;
}
.diagram_box .dia_main .my_car_tb table thead tr th, .diagram_box .dia_main .other_car_tb table thead tr th {
  background-color: #F4F6FB;
}
.diagram_box .dia_main .my_car_tb table tbody tr th, .diagram_box .dia_main .other_car_tb table tbody tr th {
  background-color: #FAFAFA;
}
.diagram_box .dia_main .my_car_tb table tbody tr td .more_btn, .diagram_box .dia_main .other_car_tb table tbody tr td .more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 110px;
  height: 45px;
  margin: 10px auto 0;
  border-radius: 50px;
  border: solid 1px #0F8EEB;
  font-size: 14px;
  font-weight: 500;
  color: #0F8EEB;
}
.diagram_box .dia_main .other_car_tb table thead tr th {
  background-color: #EBFCF2;
}
.diagram_box .dia_main .dep2_box {
  display: none;
  margin-top: 40px;
}
.diagram_box .dia_main .dep2_box .df_box {
  align-items: start;
}
.diagram_box .dia_main .dep2_box .top_t_box {
  display: flex;
  gap: 40px;
  padding: 0px 40px;
  border-bottom: solid 1px #ddd;
  text-align: center;
  background-color: #F4F6FB;
}
.diagram_box .dia_main .dep2_box .top_t_box p {
  font-size: 14px;
  font-weight: 500;
}
.diagram_box .dia_main .dep2_box .top_t_box .top_t1 {
  width: 452px;
  padding: 15px 10px;
}
.diagram_box .dia_main .dep2_box .top_t_box .top_t2 {
  width: 540px;
  padding: 15px 10px;
}
.diagram_box .dia_main .dep2_box .top_t_box .top_t3 {
  width: 245px;
  padding: 15px 10px;
}
.diagram_box .car_img {
  position: relative;
}
.diagram_box .car_img span {
  position: absolute;
  display: block;
  width: 21px;
  height: 21px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.diagram_box .car_img .type1 {
  background-image: url(/src/img/new_car1.png);
}
.diagram_box .car_img .type2 {
  background-image: url(/src/img/new_car2.png);
}
.diagram_box .car_img .type3 {
  background-image: url(/src/img/new_car3.png);
}
.diagram_box .car_img .type4 {
  background-image: url(/src/img/new_car4.png);
}
.diagram_box .car_img .type5 {
  background-image: url(/src/img/new_car5.png);
}
.diagram_box .car_img .type6 {
  background-image: url(/src/img/new_car6.png);
}
.diagram_box .car_img .type_dubble {
  width: 45px;
  border-radius: 0;
  background-image: url(/src/img/new_car_dubble.png);
  margin-left: -11px;
}
.diagram_box .car_img .car1_1 {
  left: 214px;
  top: 64px;
}
.diagram_box .car_img .car1_2 {
  left: 215px;
  top: 447px;
}
.diagram_box .car_img .car1_3 {
  left: 214px;
  top: 124px;
}
.diagram_box .car_img .car1_4 {
  left: 214px;
  top: 423px;
}
.diagram_box .car_img .car1_5 {
  left: 215px;
  top: 384px;
}
.diagram_box .car_img .car1_6 {
  left: 80px;
  top: 215px;
}
.diagram_box .car_img .car1_7 {
  left: 351px;
  top: 218px;
}
.diagram_box .car_img .car1_8 {
  left: 80px;
  top: 277px;
}
.diagram_box .car_img .car1_9 {
  left: 351px;
  top: 279px;
}
.diagram_box .car_img .car1_10 {
  left: 93px;
  top: 138px;
}
.diagram_box .car_img .car1_11 {
  left: 336px;
  top: 140px;
}
.diagram_box .car_img .car1_12 {
  left: 92px;
  top: 352px;
}
.diagram_box .car_img .car1_13 {
  left: 335px;
  top: 352px;
}
.diagram_box .car_img .car1_14 {
  left: 214px;
  top: 186px;
}
.diagram_box .car_img .car1_15 {
  left: 215px;
  top: 250px;
}
.diagram_box .car_img .car1_16 {
  left: 215px;
  top: 291px;
}
.diagram_box .car_img .car1_17 {
  left: 64px;
  top: 260px;
}
.diagram_box .car_img .car1_18 {
  left: 610px;
  top: 260px;
}
.diagram_box .car_img .car1_19 {
  left: 215px;
  top: 341px;
}
.diagram_box .car_img .car1_20 {
  left: 214px;
  top: 40px;
}
.diagram_box .car_img .car1_21 {
  left: 167px;
  top: 45px;
}
.diagram_box .car_img .car1_22 {
  left: 262px;
  top: 45px;
}
.diagram_box .car_img .car1_23 {
  left: 167px;
  top: 421px;
}
.diagram_box .car_img .car1_24 {
  left: 261px;
  top: 421px;
}
.diagram_box .car_img .car1_25 {
  left: 48px;
  top: 249px;
}
.diagram_box .car_img .car1_26 {
  left: 380px;
  top: 255px;
}
.diagram_box .car_img .car1_27 {
  left: 117px;
  top: 252px;
}
.diagram_box .car_img .car1_28 {
  left: 312px;
  top: 256px;
}
.diagram_box .car_img .car2_1 {
  left: 214px;
  top: 64px;
}
.diagram_box .car_img .car2_2 {
  left: 215px;
  top: 447px;
}
.diagram_box .car_img .car2_3 {
  left: 214px;
  top: 132px;
}
.diagram_box .car_img .car2_4 {
  left: 214px;
  top: 423px;
}
.diagram_box .car_img .car2_5 {
  left: 215px;
  top: 384px;
}
.diagram_box .car_img .car2_6 {
  left: 100px;
  top: 213px;
}
.diagram_box .car_img .car2_7 {
  left: 330px;
  top: 216px;
}
.diagram_box .car_img .car2_8 {
  left: 99px;
  top: 262px;
}
.diagram_box .car_img .car2_9 {
  left: 331px;
  top: 268px;
}
.diagram_box .car_img .car2_10 {
  left: 93px;
  top: 138px;
}
.diagram_box .car_img .car2_11 {
  left: 338px;
  top: 135px;
}
.diagram_box .car_img .car2_12 {
  left: 81px;
  top: 337px;
}
.diagram_box .car_img .car2_13 {
  left: 346px;
  top: 341px;
}
.diagram_box .car_img .car2_14 {
  left: 215px;
  top: 199px;
}
.diagram_box .car_img .car2_15 {
  left: 215px;
  top: 242px;
}
.diagram_box .car_img .car2_16 {
  left: 215px;
  top: 291px;
}
.diagram_box .car_img .car2_17 {
  left: 100px;
  top: 282px;
}
.diagram_box .car_img .car2_18 {
  left: 332px;
  top: 289px;
}
.diagram_box .car_img .car2_19 {
  left: 215px;
  top: 352px;
}
.diagram_box .car_img .car2_20 {
  left: 214px;
  top: 40px;
}
.diagram_box .car_img .car2_21 {
  left: 168px;
  top: 46px;
}
.diagram_box .car_img .car2_22 {
  left: 262px;
  top: 45px;
}
.diagram_box .car_img .car2_23 {
  left: 167px;
  top: 421px;
}
.diagram_box .car_img .car2_24 {
  left: 261px;
  top: 421px;
}
.diagram_box .car_img .car2_25 {
  left: 138px;
  top: 249px;
}
.diagram_box .car_img .car2_26 {
  left: 296px;
  top: 254px;
}
.diagram_box .car_img .car2_27 {
  left: 62px;
  top: 252px;
}
.diagram_box .car_img .car2_28 {
  left: 368px;
  top: 256px;
}
.diagram_box .car_img .car3_1 {
  left: 215px;
  top: 36px;
}
.diagram_box .car_img .car3_2 {
  left: 148px;
  top: 63px;
}
.diagram_box .car_img .car3_3 {
  left: 279px;
  top: 63px;
}
.diagram_box .car_img .car3_4 {
  left: 115px;
  top: 453px;
}
.diagram_box .car_img .car3_5 {
  left: 316px;
  top: 453px;
}
.diagram_box .car_img .car3_6 {
  left: 109px;
  top: 122px;
}
.diagram_box .car_img .car3_7 {
  left: 315px;
  top: 122px;
}
.diagram_box .car_img .car3_8 {
  left: 141px;
  top: 246px;
}
.diagram_box .car_img .car3_9 {
  left: 291px;
  top: 246px;
}
.diagram_box .car_img .car3_10 {
  left: 172px;
  top: 452px;
}
.diagram_box .car_img .car3_11 {
  left: 260px;
  top: 452px;
}
.diagram_box .car_img .car3_12 {
  left: 99px;
  top: 169px;
}
.diagram_box .car_img .car3_13 {
  left: 327px;
  top: 170px;
}
.diagram_box .car_img .car3_14 {
  left: 99px;
  top: 221px;
}
.diagram_box .car_img .car3_15 {
  left: 327px;
  top: 221px;
}
.diagram_box .car_img .car3_16 {
  left: 155px;
  top: 159px;
}
.diagram_box .car_img .car3_17 {
  left: 273px;
  top: 159px;
}
.diagram_box .car_img .car3_18 {
  left: 215px;
  top: 63px;
}
.diagram_box .car_img .car3_19 {
  left: 215px;
  top: 88px;
}
.diagram_box .car_img .car3_20 {
  left: 215px;
  top: 332px;
}
.diagram_box .car_img .car3_21 {
  left: 215px;
  top: 245px;
}
.diagram_box .car_img .car3_22 {
  left: 215px;
  top: 427px;
}
.diagram_box .car_img .car3_23 {
  left: 87px;
  top: 334px;
}
.diagram_box .car_img .car3_24 {
  left: 342px;
  top: 334px;
}
.diagram_box .car_img .car3_25 {
  left: 64px;
  top: 229px;
}
.diagram_box .car_img .car3_26 {
  left: 363px;
  top: 229px;
}
.diagram_box .car_img .car3_27 {
  left: 135px;
  top: 196px;
}
.diagram_box .car_img .car3_28 {
  left: 292px;
  top: 195px;
}
.diagram_box .car_img .car3_29 {
  left: 60px;
  top: 137px;
}
.diagram_box .car_img .car3_30 {
  left: 368px;
  top: 137px;
}

@media screen and (max-width: 1420px) {
  .diagram_box .dia_top .df_box {
    flex-direction: column;
    align-items: center;
  }
  .diagram_box .dia_top .df_box .car_md_sect {
    margin: 0px auto;
    max-width: 100%;
  }
  .diagram_box .dia_top .df_box .t_chk_box {
    width: 100%;
  }
  .diagram_box .dia_top .df_box .num_box {
    width: 100%;
  }
  .diagram_box .dia_top .df_box .detail_box {
    width: 100%;
  }
  .diagram_box .dia_main .df_box {
    flex-direction: column;
  }
  .diagram_box .dia_main .df_box .date_box {
    width: 100%;
  }
  .diagram_box .dia_main .df_box .tb_box {
    width: 100%;
    flex-direction: column;
  }
  .diagram_box .dia_main .df_box .my_car_tb {
    width: 100%;
  }
  .diagram_box .dia_main .df_box .other_car_tb {
    width: 100%;
  }
  .diagram_box .dia_main .dep2_box .top_t_box {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .diagram_box {
    width: 100%;
  }
  .diagram_box .car_img {
    transform: scale(0.87);
  }
}
@media screen and (max-width: 720px) {
  .diagram_box .car_md_sect {
    overflow-x: scroll;
  }
  .diagram_box .car_img {
    width: 452px;
  }
  .diagram_box .dia_top .top_tit {
    padding: 12px 10px;
  }
  .diagram_box .dia_top .df_box {
    gap: 25px;
    padding: 25px 20px;
  }
  .diagram_box .dia_top .df_box .car_md_sect .ico_lst {
    margin-top: 25px;
  }
  .diagram_box .dia_top .df_box .car_md_sect .ico_lst ul li img {
    height: 18px;
  }
  .diagram_box .dia_top .df_box .t_chk_box {
    flex-direction: column;
    gap: 0;
  }
  .diagram_box .dia_top .df_box .t_chk_box ul {
    width: 100%;
    margin-bottom: 10px;
  }
  .diagram_box .dia_top .df_box .t_chk_box ul:last-child {
    margin-bottom: 0;
  }
  .diagram_box .dia_top .df_box .t_chk_box ul li {
    padding-right: 60px;
  }
  .diagram_box .dia_top .df_box .t_chk_box ul li .t {
    font-size: 11px;
  }
  .diagram_box .dia_top .df_box .t_chk_box ul li .i_box {
    gap: 10px;
    font-size: 11px;
  }
  .diagram_box .dia_top .df_box .t_chk_box ul li .i_box span {
    font-size: 11px;
  }
  .diagram_box .dia_top .df_box .num_box ul li {
    margin-bottom: 12px;
    font-size: 12px;
  }
  .diagram_box .dia_top .df_box .num_box .all_btn {
    width: 65px;
    height: 35px;
    font-size: 12px;
  }
  .diagram_box .dia_top .df_box .detail_box ul li {
    margin-bottom: 8px;
    font-size: 11px;
  }
  .diagram_box .dia_main {
    margin-top: 25px;
  }
  .diagram_box .dia_main .df_box {
    gap: 25px;
  }
  .diagram_box .dia_main .date_box {
    gap: 7px;
  }
  .diagram_box .dia_main .tb_box {
    gap: 25px;
  }
  .diagram_box .dia_main .my_car_tb table tr th, .diagram_box .dia_main .my_car_tb table tr td, .diagram_box .dia_main .other_car_tb table tr th, .diagram_box .dia_main .other_car_tb table tr td {
    padding: 12px 7px;
    font-size: 12px;
  }
  .diagram_box .dia_main .my_car_tb table tbody tr td p, .diagram_box .dia_main .other_car_tb table tbody tr td p {
    font-size: 12px;
  }
  .diagram_box .dia_main .my_car_tb table tbody tr td .more_btn, .diagram_box .dia_main .other_car_tb table tbody tr td .more_btn {
    gap: 7px;
    width: 80px;
    height: 35px;
    margin: 7px auto 0;
    font-size: 12px;
  }
}







.dia_all_md {
  display: none;
  position: fixed;
  z-index: 105;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.dia_all_md .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 720px;
  max-height: 90%;
  overflow-y: auto;
  padding: 60px 40px;
  border-radius: 10px;
  border: solid 1px #000;
  background-color: #fff;
}
.dia_all_md .modal .modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.dia_all_md .modal .box {
  margin-top: 20px;
  border-radius: 10px;
  border: solid 1px #ddd;
  overflow: hidden;
}
.dia_all_md .modal .box .top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px;
  background-color: #F61F1D !important;
}
.dia_all_md .modal .box .lst_box ul li {
  display: flex;
  gap: 20px;
  align-items: start;
  padding: 10px 20px;
  border-bottom: solid 1px #ddd;
}
.dia_all_md .modal .box .lst_box ul li:last-child {
  border-bottom: none;
}
.dia_all_md .modal .box .lst_box ul li .t1 {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 60px;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 500;
}
.dia_all_md .modal .box .lst_box ul li .t_box {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  max-width: calc(100% - 80px);
}
.dia_all_md .modal .box .lst_box ul li .t_box p {
  padding: 9px 12px;
  border-radius: 60px;
  text-align: center;
  font-size: 12px;
  background-color: #F4F6FB;
}
.dia_all_md .modal .bottom_t {
  margin-top: 20px;
  padding: 15px 20px;
  border-radius: 100px;
  text-align: center;
  background-color: #FAFAFA;
}

@media screen and (max-width: 991px) {
  .dia_all_md .modal {
    width: 100%;
    top: auto;
    bottom: -100%;
    left: 0;
    width: 100%;
    transform: translate(0);
    border-radius: 10px 10px 0px 0px;
    transition: bottom 0.5s;
  }
  .dia_all_md .modal.a {
    bottom: 0;
  }
}
@media screen and (max-width: 720px) {
  .dia_all_md .modal {
    padding: 40px 20px;
  }
  .dia_all_md .modal .modal_close {
    top: 15px;
    right: 15px;
  }
  .dia_all_md .modal .box {
    margin-top: 15px;
  }
  .dia_all_md .modal .box .top {
    gap: 7px;
    padding: 10px 15px;
  }
  .dia_all_md .modal .box .lst_box ul li {
    display: block;
    padding: 15px;
  }
  .dia_all_md .modal .box .lst_box ul li .t1 {
    width: 100%;
    padding-top: 0;
    font-size: 12px;
  }
  .dia_all_md .modal .box .lst_box ul li .t1 img {
    width: 20px;
  }
  .dia_all_md .modal .box .lst_box ul li .t_box {
    width: 100%;
    margin-top: 10px;
    max-width: 100%;
  }
  .dia_all_md .modal .box .lst_box ul li .t_box p {
    padding: 6px 10px;
    font-size: 11px;
  }
  .dia_all_md .modal .bottom_t {
    margin-top: 15px;
    padding: 12px 15px;
  }
}


.inp_thr_box.a_cen{align-items: center;}
.inp_thr_box .sys_inp.w_one{width: calc((100% - 5px)/3);}
.inp_thr_box .sys_inp.w_two{width: calc(100% - ((100% - 5px)/3));}

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


@media screen and (max-width: 720px) {
  .df_rdo_wrap{gap: 5px 10px;}
}


.record_modal .modal .modal_close{z-index: 1;}
.diagram_box .ex_md_box .car_img{width: 453px; margin-left: auto; margin-right: auto;}
.diagram_box .ex_md_box.small_box{transform: scale(1); width: auto;}

.record_modal .modal .dia_main .tb_box{flex-wrap: wrap; width: 100%;}
.record_modal .modal .dia_main .tb_box .other_car_tb{width: 100%;}


.record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr td span.type1 {
  color: #F61F1D;
}
.record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr td span.type2 {
  color: #0F8EEB;
}
.record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr td span.type3 {
  color: #F101D9;
}
.record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr td span.type4 {
  color: #FF7336;
}
.record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr td span.type5 {
  color: #63C519;
}
.record_modal .modal .scr_box .line_wrap .line .in_line_wrap .in_line .part_tb table tr td span.type6 {
  color: #999;
}


.print-div .dia_main .tb_box{flex-wrap: wrap; width: 100%;}
.print-div .dia_main .tb_box .other_car_tb{width: 100%;}

.print-div .line_wrap .line .in_line_wrap .in_line .part_tb table tr td span.type1 {
  color: #F61F1D;
}
.print-div .line_wrap .line .in_line_wrap .in_line .part_tb table tr td span.type2 {
  color: #0F8EEB;
}
.print-div .line_wrap .line .in_line_wrap .in_line .part_tb table tr td span.type3 {
  color: #F101D9;
}
.print-div .line_wrap .line .in_line_wrap .in_line .part_tb table tr td span.type4 {
  color: #FF7336;
}
.print-div .line_wrap .line .in_line_wrap .in_line .part_tb table tr td span.type5 {
  color: #63C519;
}
.print-div .line_wrap .line .in_line_wrap .in_line .part_tb table tr td span.type6 {
  color: #999;
}


.confirmation_modal .modal .scr_box .tit_df, .print-div .modal .scr_box .tit_df{
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 20px;
}



.new_file_df{display: flex; gap: 5px;}
.new_file_df .inp{width: calc(100% - 55px);}
.new_file_df button{display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; border-radius: 5px; border: solid 1px #ddd;}
.new_file_df .new_file_add{background-color: #f5f5f5;}
@media screen and (max-width: 720px) {
  .new_file_df .inp{width: calc(100% - 45px);}
  .new_file_df button{width: 40px; height: 40px;}
}


.print-div .modal .scr_box .car_section_info ul{gap: 6px}
.print-div .modal .scr_box .car_section_info ul li{width: calc((100% - 60px)/11);}



.md1_df_tit .btn.w_auto{width: auto; padding: 0px 10px;}




.new_deliv_md{display: none; position: fixed; top: 0; left: 0; z-index: 101; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4);}
.new_deliv_md .modal{position: absolute; top: 50%; left: 50%; width: 900px; height: 690px; transform: translate(-50%, -50%); background-color: #fff;}
.new_deliv_md .modal .modal_close{position: absolute; top: 20px; right: 20px;display: flex; justify-content: center; align-items: center;}
.new_deliv_md .scr_box{height: 100%; padding: 60px 40px; overflow-y: auto;}
@media screen and (max-height: 750px) {
  .new_deliv_md .modal{height: 80%;}
}
@media screen and (max-width: 991px) {
  .new_deliv_md .modal{width: calc(100% - 40px);}
  .new_deliv_md .modal .modal_close{top: 15px; right: 15px; }
  .new_deliv_md .scr_box{padding: 40px 20px;}
}

.carv_add_t{margin-top: 5px; font-size: 12px; line-height: 150%; color: #666; font-weight: 300;}

.print-div .diagram_box .dia_main .my_car_tb{width: 100%;}

.print-div .col_tb1{border-right: solid 1px #333; border-left: solid 1px #333; border-top: solid 1px #333;}
.print-div .col_tb1 table tr{border-color: #333;}
.print-div .col_tb1 table tr th, .print-div .col_tb1 table tr td{border-color: #333;}

.print-div .row_tb1{border-right: solid 1px #333; border-left: solid 1px #333;}
.print-div .row_tb1 table{border-color: #333;}
.print-div .row_tb1 table tr{border-color: #333;}
.print-div .row_tb1 table tr th, .print-div .row_tb1 tr td{border-color: #333;}
.print-div .row_tb1 table tr th{background-color: #dcdcdc;}
.print-div .col_tb1 table thead tr th{background-color: #dcdcdc;}

.deliv_df_t{position: relative; padding-left: 25px;}
.deliv_df_t label{position: absolute; top: 0; left: 0; pointer-events: none;}
.deliv_df_t .de_cki.ss i{width: 18px; height: 18px; border-radius: 3px;}
.deliv_df_t .de_cki.ss i::after{  
  width: 3px;
  height: 8px;
  margin-top: -6px;
  margin-left: -3px;
}


.print-div .col_tb1{border: none !important;}
.print-div .row_tb1{border: none !important;}
.print-div table{border: solid 1px #333;}
.modal{max-width: 100% !important;}
/* .print-div img{display: inline;} */

.record_modal .modal .bottom_box a.dn, .record_modal .modal .bottom_box button.dn{display: none;}
.print-div .modal .scr_box .l_tb{border: none !important;}
.print-div .modal .scr_box .l_tb table{border: solid 1px #333 !important;}
.print-div .modal .scr_box .l_tb table tr{border-color: #333 !important;}
.print-div .modal .scr_box .l_tb table tr td, .print-div .modal .scr_box .l_tb table tr th{border-color: #333 !important;}

.print-div .row_tb1.pd_row table tr th, .print-div .row_tb1.pd_row table tr td{padding: 5px 20px;}


.print-div .row_tb1.pd_row table tr th, .print-div .row_tb1.pd_row table tr td{padding: 5px 12px; font-size: 12px;}
.print-div .row_tb1.th_w160.pd_row table tr th{width: 100px !important;}
.print-div .row_tb1.th_w160.pd_row table tr th.print_w140{width: 140px !important;}
.print-div .row_tb1.th_w160.pd_row{margin-bottom: 20px;}
/* .print-div .row_tb1.th_w160.pd_row table tr th.w180{width: 160px !important;} */
.print-div .row_tb1.th_w160.pd_row table colgroup{display: none;}

.print-div .print_fz18{font-size: 16px; }
.print-div .print_mb12{margin-bottom: 10px !important;}
.print-div .tit_df, .print-div .modal .scr_box .tit_df.print_mb12{margin-bottom: 12px !important;}



.record_modal .diagram_box .dia_main .my_car_tb{width: 100%;}
.print-div table tr{border-color: #333 !important;}
.print-div table tr td, .print-div table tr th{border-color: #333 !important;}



.print-div .in_col_g col:nth-child(1){width: 100px !important;}
.print-div .in_col_g col:nth-child(3){width: 100px !important;}
.print-div .in_col_g col:nth-child(5){width: 100px !important;}
.print-div .in_col_g col.print_w140{width: 115px !important;}











.print-div .row_tb1 table tr th, .print-div .row_tb1 table tr td{padding: 5px 12px !important; font-size: 12px;}
.print-div .col_tb1 table tr th, .print-div .col_tb1 table tr td{padding: 5px 12px !important; font-size: 12px;}
.print-div .row_tb1 table tr td .lst{font-size: 12px !important;}
.print-div .row_tb1.th_w160 table tr th{width: 100px !important;}
.print-div .row_tb1.th_w160 table tr th.print_w140{width: 130px !important;}
.print-div .row_tb1.th_w160{margin-bottom: 20px;}

/* .print-div .row_tb1.th_w160.pd_row table tr th.w180{width: 160px !important;} */

.print-div .print_fz18{font-size: 16px !important;}
.print-div .print_mb12{margin-bottom: 10px !important;}
.print-div .print_mb20{margin-bottom: 20px !important;}
.print-div .modal .scr_box .st_car_info{margin-bottom: 25px;}
.print-div .modal .scr_box .l_tb table thead tr th.w285{width: 260px !important;}
.print-div .modal .scr_box .car_section{padding-top: 5px !important;}



.print-div .tit_df, .print-div .modal .scr_box .tit_df.print_mb12{margin-bottom: 12px !important;}
.print-div .modal .scr_box .st_md_tit{margin-top: 30px;}
.print-div .mt60{margin-top: 30px;}


.record_modal .diagram_box .dia_main .my_car_tb{width: 100%;}
.print-div table{table-layout: fixed !important; box-sizing: border-box !important; max-width: 100%;width: 100%;}
.print-div table tr{border-color: #333 !important;}
.print-div table tr td, .print-div table tr th{border-color: #333 !important;}
.print-div .col_tb1 table tr th, .print-div .col_tb1 table tr td{font-size: 11px;}
.print-div .col_tb1 table tr th .inp, .print-div .col_tb1 table tr td .inp{font-size: 11px;}
.print-div .col_tb1 table thead tr th.w200{width: 140px;}
.print-div .col_tb1 table thead tr th.w180{width: 120px;}
.print-div .col_tb1 table thead tr th.w140{width: 100px;}

.print-div .row_tb1 table tr th{width: 140px;}
.print-div .row_tb1 table tr th, .print-div .row_tb1 table tr td{font-size: 11px;}
.print-div .row_tb1 table tr th .inp, .print-div .row_tb1 table tr td .inp{font-size: 11px;}
.print-div .row_tb1.th_w160 table tr th{width: 130px;}
/* .print-div .row_tb1 table tr th, .print-div .row_tb1 table tr td{border: solid 1px #333 !important;} */


/* .print-div .col_tb1 table{border-width: 0.5pt !important;}
.print-div .col_tb1 table tr{border-width: 0.5pt !important;}
.print-div .col_tb1 table tr th, .print-div .col_tb1 table tr td{border-width: 0.5pt !important;}
.print-div .row_tb1 table{border-width: 0.5pt !important;}
.print-div .row_tb1 table tr{border-width: 0.5pt !important;}
.print-div .row_tb1 table tr th, .print-div .row_tb1 table tr td{border-width: 0.5pt !important;} */
.print-div .in_col_g col:nth-child(1){width: 100px !important;}
.print-div .in_col_g col:nth-child(3){width: 100px !important;}
.print-div .in_col_g col:nth-child(5){width: 100px !important;}
.print-div .in_col_g col.print_w140{width: 115px !important;}


.print-div .col_tb1 table tr th, .print-div .col_tb1 table tr td{border-left: solid 1px #333 !important;}

.print-div .row_tb1.print_th_w140 table tr th{width: 140px !important;}


.sys_mypage .my_nav .my_menu > li > ul > li.alarm a {
  position: relative;
}
.sys_mypage .my_nav .my_menu > li > ul > li.alarm a::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -10px;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #F61F1D !important;
}


.my_car_lst.f_car_lst ul li.new_i .l_box{position: relative;}
.my_car_lst.f_car_lst ul li.new_i .l_box::before{content: "NEW"; position: absolute; top: 9px;left: 0; font-size: 12px; color: #F61F1D;}
@media screen and (max-width: 720px) {
  .my_car_lst.f_car_lst ul li.new_i .l_box::before{top: 1px; font-size: 11px;}
}


.js_modal_wrap .col_tb1 table tr th, .js_modal_wrap .col_tb1 table tr td{border-left: solid 1px #ddd;}
.js_modal_wrap .col_tb1 table tr th:first-child, .js_modal_wrap .col_tb1 table tr td:first-child{border-left: none;}


.no_lab ul li.new_i .t_box .tit{position: relative; padding-left: 35px;}
.no_lab ul li.new_i .t_box .tit::before{content: "NEW"; position: absolute; top: 50%; transform: translateY(-50%); left: 0; font-size: 12px; font-weight: 300; color: #F61F1D;}
@media screen and (max-width: 720px) {
  .no_lab ul li.new_i .t_box .tit{padding-left: 30px;}
  .no_lab ul li.new_i .t_box .tit::before{font-size: 11px;}
}

.print-div .print_fz24{font-size: 24px !important;}


.inp.addr2{font-family: "Pretendard";}
.ff_pretendard{font-family: "Pretendard";}