<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.c1 {
  color: #640000 !important;
}

.c3 {
  color: #333;
}

.c6 {
  color: #666;
}

.cf{color: #fff;}
.c_red{color: #B7262B;}

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

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

input {
  padding: 0 10px;
}

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

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

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

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

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

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

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

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

em,
address {
  font-style: normal;
}

label,
button {
  cursor: pointer;
}

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

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

legend {
  width: 0;
}

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

pre {
  white-space: pre-line;
  font-family: 'GmarketSans';
}

sup {
  font-size: 0.5%;
}

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

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

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

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.dt {
  display: table;
}

.dtr {
  display: table-row;
}

.dtc {
  display: table-cell;
}

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

.dtr {
  width: 100%;
}

.dtc {
  vertical-align: middle;
}

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

.fr {
  float: right;
}

.flul &gt; 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 &gt; li {
  width: calc(100% / 1 - 10px);
  margin-left: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.res_lst {
  font-size: 0;
}
.res_lst &gt; 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);
}

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

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fz32 {
  font-size: 32px;
}

.fz34 {
  font-size: 34px;
}

.fz36 {
  font-size: 36px;
}

.fz38 {
  font-size: 38px;
}

.fz40 {
  font-size: 40px;
}

.fz46 {
  font-size: 46px;
}

.fz50 {
  font-size: 50px;
}

.fz60 {
  font-size: 60px;
}

.fz70 {
  font-size: 70px;
}

@media screen and (max-width: 620px) {
  .fz12 {
    font-size: 12px;
  }

  .fz14 {
    font-size: 12px;
  }

  .fz16 {
    font-size: 14px;
  }

  .fz18 {
    font-size: 14px;
  }

  .fz20 {
    font-size: 16px;
  }

  .fz22 {
    font-size: 16px;
  }

  .fz24 {
    font-size: 18px;
  }

  .fz26 {
    font-size: 18px;
  }

  .fz28 {
    font-size: 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: 30px;
  }

  .fz60 {
    font-size: 30px;
  }

  .fz70 {
    font-size: 30px;
  }

  div,
  p,
  th,
  td {
    font-size: 12px;
  }
}
/* system popup style */
.syspop {
  position: absolute;
  z-index: 1200;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
}
.syspop .l-header {
  display: none;
}
.syspop .wrap {
  position: relative;
  z-index: 100;
  max-width: 95%;
  margin: 0 auto;
  text-align: center;
}
.syspop .l-cont {
  word-break: break-all;
}
.syspop .l-footer {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  bottom: 0px;
  right: 0px;
  text-align: right;
}
.syspop .l-footer span {
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .syspop {
    top: 20px !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
    border: none;
  }

  .syspop:after {
    content: '';
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .syspop .wrap {
    position: relative;
    z-index: 100;
    max-width: 95%;
    margin: 0 auto;
    text-align: center;
  }

  .syspop .l-cont {
    height: auto !important;
  }

  .syspop .l-cont img {
    width: 100%;
  }

  .syspop .l-footer {
    position: relative;
    z-index: 10;
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
  }
}
/* page num */
.page_num {
  position: relative;
  margin-top: 60px;
  text-align: center;
  font-size: 0;
}
@media (max-width: 620px) {
  .page_num {
    margin-top: 30px;
  }
}
.page_num a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #666;
  line-height: 40px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  vertical-align: middle;
}
@media (max-width: 620px) {
  .page_num a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
  }
}
.page_num .act {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #333;
}
.page_num .page {
  border: 1px solid #ddd;
  text-indent: -9999px;
}
.page_num .first {
  margin-right: 5px;
  background: url(/src/img/init/page_first.png) 50% 50% no-repeat;
  background-size: 10px 10px;
}
@media (max-width: 620px) {
  .page_num .first {
    margin-right: 3px;
    background-size: 8px;
  }
}
.page_num .last {
  margin-left: 5px;
  background: url(/src/img/init/page_last.png) 50% 50% no-repeat;
  background-size: 10px 10px;
}
@media (max-width: 620px) {
  .page_num .last {
    margin-left: 3px;
    background-size: 8px;
  }
}
.page_num .l {
  margin-right: 10px;
  background: url(/src/img/init/page_left.png) 50% 50% no-repeat;
  background-size: 5px 10px;
}
@media (max-width: 620px) {
  .page_num .l {
    margin-right: 5px;
    background-size: 4px 8px;
  }
}
.page_num .r {
  margin-left: 10px;
  background: url(/src/img/init/page_right.png) 50% 50% no-repeat;
  background-size: 5px 10px;
}
@media (max-width: 620px) {
  .page_num .r {
    margin-left: 5px;
    background-size: 4px 8px;
  }
}

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

@media screen and (max-width: 1420px) {
  .db1420 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dn1420 {
    display: none !important;
  }
}
@media screen and (max-width: 1240px) {
  .db1000 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dn1000 {
    display: none !important;
  }
}
@media screen and (max-width: 1119px) {
  .db960 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dn960 {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .db720 {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dn720 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .db594 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dn594 {
    display: none !important;
  }
}
@media screen and (max-width: 620px) {
  .db326 {
    display: block !important;
    float: none;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dn326 {
    display: none !important;
  }
}
@media screen and (max-width: 356px) {
  .db90 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dn90 {
    display: none;
  }
}
.de_btn.r30,
.de_inp.r30 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

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

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

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

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

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

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

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

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

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

.de_btn {
  display: inline-block;
  line-height: 120%;
  text-align: center;
  vertical-align: middle;
  color: #666;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}

.de_btn:disabled {
  background-color: #eee !important;
  color: #ccc !important;
  cursor: auto;
}

.de_btn:focus {
  outline: none;
}

/* btn size*/
.de_btn.sg {
  min-width: 155px;
  height: 60px;
  line-height: 58px;
  font-size: 14px;
  font-weight: 500;
}

.de_btn.sl {
  min-width: 130px;
  height: 50px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 500;
}

.de_btn.sm {
  min-width: 116px;
  height: 45px;
  line-height: 43px;
  font-size: 12px;
  font-weight: 500;
}

.de_btn.ss {
  min-width: 95px;
  height: 36px;
  line-height: 34px;
  font-size: 12px;
}

.de_btn.st {
  min-width: 80px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
}

.de_btn.fill {
  background-color: #640000;
  color: #fff;
}

.de_btn.fill:hover {
  background-color: rgba(100, 0, 0, 0.5);
}

.de_btn.fill:focus {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}

.de_btn.outline {
  border: 1px solid #999;
}

.de_btn.outline:hover {
  border: 1px solid #640000;
  color: #640000;
}

.de_btn.outline:focus {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}

.de_btn.outline:disabled {
  border: 1px solid #ccc;
}

.de_btn.ghost {
  border: 1px solid transparent;
}

.de_btn.ghost:hover {
  border: 1px solid transparent;
  color: #640000;
}

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

.de_inp {
  width: 100%;
  border: 1px solid #ddd;
}

input.de_inp {
  padding: 0 10px;
}

.de_inp::-webkit-input-placeholder {
  color: #999;
}

.de_inp::-moz-placeholder {
  color: #999;
}

.de_inp:-ms-input-placeholder {
  color: #999;
}

.de_inp:-moz-placeholder {
  color: #999;
}

.de_inp:focus {
  border: 1px solid #640000;
  outline: none;
}

.de_inp:disabled {
  background-color: #eee;
}

input.de_inp.sm {
  height: 45px;
  padding: 0 20px;
}

.de_inp.ss {
  height: 36px;
}

.de_inp.st {
  height: 30px;
}

.de_rdo,
.de_cks {
  display: inline-block;
  vertical-align: middle;
}
.de_rdo i,
.de_cks i {
  display: inline-block;
  border: 1px solid #9b9b9b;
  vertical-align: middle;
  background-color: #fff;
}
.de_rdo input,
.de_cks input {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.de_rdo i::after,
.de_cks i::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.de_rdo input:checked ~ i::after,
.de_cks input:checked ~ i::after {
  background-color: #640000;
  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 #640000;
  border-width: 0 2px 2px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.de_cki input:checked ~ i::after {
  opacity: 1;
}
.de_cki input:disabled ~ i {
  background-color: #eee;
}

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

.sys_popup {
  position: absolute;
  z-index: 3000;
  max-width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.sys_popup .cont {
  height: 100%;
}
.sys_popup .cont .top {
  height: calc(100% - 48px);
}
.sys_popup .cont .top .pop_tit {
  display: none;
}
.sys_popup .cont .top img {
  width: 100%;
}
.sys_popup .cont .top img.mob {
  display: none;
}
.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,
.sys_popup .cont .bottom .sys_pop_close.ajax::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.sys_popup .cont .bottom .close {
  display: inline-block;
  width: 50px;
  height: 30px;
  margin-left: 10px;
  border: 1px solid #ddd;
  line-height: 30px;
  vertical-align: middle;
}

.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;
  }
  .sys_popup .cont .top img.pc {
    display: none;
  }
  .sys_popup .cont .top img.mob {
    display: block;
  }
}
.tov2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ovh {
  overflow: hidden;
}

.mb120 {
  margin-bottom: 120px;
}

.lh120p{line-height: 120%;}

.lh140p {
  line-height: 140%;
}

.w_container {
  width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1420px) {
  .w_container {
    width: 90%;
  }
}

.ff_yeoc{font-family: 'onyeoc';}

.lang_wrap{display: flex;gap: 10px;}
.lang_wrap .btn{display: flex;align-items: center;justify-content: center;width: 50px;height: 50px;border: 1px solid #ddd;border-radius: 50%;text-align: center;color: #999;}
.lang_wrap .btn.act{color: #fff;font-weight: bold;border: 0;background-color: #B7262B;}

#header .lang_wrap.pc_lang{position: absolute;top: 50%;transform: translateY(-50%);right: 50px;}
@media (max-width: 1800px){
	#header .lang_wrap.pc_lang{right: 25px;}
}
@media (max-width: 1420px){
	#header .lang_wrap.pc_lang{gap: 5px 0;right: calc(2.5% - 25px);flex-direction: column;}
}
@media (max-width: 620px){
	.lang_wrap{gap: 5px;}
	.lang_wrap .btn{width: 40px;height: 40px;}
}

#header {
	position: relative;
  border-bottom: 1px solid #ddd;
}

#header .hd_container{display: flex;padding-right: 260px;padding-left: 260px;}

@media (max-width: 1800px) {
	#header .hd_container{padding-right: 160px;padding-left: 160px;}
}
@media (max-width: 1420px){
	#header .hd_container{padding-right: 5%;padding-left: 5%;}
}


#header .hd_top {
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 1240px) {
  #header .hd_top {
    padding-bottom: 0;
  }
}
#header .hd_top .logo {
	flex-shrink: 0;
  padding: 27px 0 0;
}
@media (max-width: 1240px) {
  #header .hd_top .logo {
    width: 120px;
    padding: 22px 0;
  }
}
#header .hd_top .gnb {
  z-index: 10;
  width: 970px;
	margin: 0 auto;
}
@media (max-width: 1420px) {
  #header .hd_top .gnb {
    width: 750px;
  }
}
#header .hd_top .gnb &gt; ul {
  font-size: 0;
}
#header .hd_top .gnb &gt; ul &gt; li {
  position: relative;
  display: inline-block;
  width: 20%;
  text-align: center;
  line-height: 110px;
}
#header .hd_top .gnb &gt; ul &gt; li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background-color: #ccc;
}
#header .hd_top .gnb &gt; ul &gt; li:last-child::after {
  display: none;
}
#header .hd_top .gnb &gt; ul &gt; li &gt; a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}
#header .hd_top .gnb &gt; ul &gt; li &gt; a.menu_ico::after {
  content: '';
  display: none;
  z-index: 10;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-image: url(/src/img/hd_menu_ico_v2.svg);
}
#header .hd_top .gnb &gt; ul &gt; li:hover &gt; a {
  color: #640000 !important;
}
#header .hd_top .gnb &gt; ul &gt; li:hover &gt; a.menu_ico::after {
  display: block;
}
#header .hd_top .gnb &gt; ul &gt; li &gt; ul {
  display: none;
  position: absolute;
  width: 100%;
  padding: 0 15px;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
}
#header .hd_top .gnb &gt; ul &gt; li &gt; ul &gt; li {
  color: #666;
  padding: 20px 0;
  line-height: 100%;
  transition: 0.5s all;
}
#header .hd_top .gnb &gt; ul &gt; li &gt; ul &gt; li + li {
  border-top: 1px solid #ddd;
}
#header .hd_top .gnb &gt; ul &gt; li &gt; ul &gt; li:hover {
  color: #640000 !important;
}
#header .hd_top .owner_btn {
  position: relative;
  display: block;
  width: 160px;
  height: 90px;
  padding-top: 44px;
  border-radius: 0 0 20px 20px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  background-color: #640000 !important;
  transition: 0.5s ease-out;
}
#header .hd_top .owner_btn:hover {
  opacity: 0.8;
}
#header .hd_top .js_nav_btn {
  width: 28px;
  height: 25px;
  background-image: url(/src/img/ico/nav_menu_ico.svg);
}
@media (max-width: 1240px) {
  #header .hd_top .js_nav_btn {
    display: block;
    margin: 32px 0 32px auto;
  }
}
#header .nav_wrap {
  z-index: 20;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#header .nav_wrap .nav {
  z-index: 20;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}
#header .nav_wrap .nav .js_nav_close {
  position: absolute;
  top: 20px;
  left: 70%;
  width: 64px;
  height: 64px;
  border-radius: 0 10px 10px 0;
  background-color: #111;
  transition-delay: 0.5s;
}
@media (max-width: 620px) {
  #header .nav_wrap .nav .js_nav_close {
    top: 21px;
    right: 11px;
    width: 44px;
    height: 44px;
    border-radius: 0 8px 8px 0;
  }
}
#header .nav_wrap .nav .js_nav_close &gt; span {
  opacity: 0;
  position: absolute;
  top: 30px;
  right: 18px;
  width: 30px;
  height: 3px;
  background-color: #fff;
  transition-delay: 2.5s;
  transition: opacity 2s, transform 2.3s;
}
@media (max-width: 620px) {
  #header .nav_wrap .nav .js_nav_close &gt; span {
    top: 21px;
    right: 11px;
    width: 24px;
    height: 2px;
  }
}
#header .nav_wrap .nav .cont {
  overflow-y: scroll;
  width: 70%;
  height: 100%;
  background-color: #fff;
}


#header .nav_wrap .nav_top{display: flex;align-items: center;justify-content: space-between;height: 90px;padding: 0 5%;}

#header .nav_wrap .nav .logo {
  display: block;
  width: 120px;
}
#header .nav_wrap .nav .logo img {
  width: 100%;
}

#header .nav_wrap .nav .nav_menu &gt; ul &gt; li:first-child {
  border-top: 1px solid #ddd;
}
#header .nav_wrap .nav .nav_menu &gt; ul &gt; li .js_nav_menu {
  position: relative;
  width: 100%;
  padding: 0 5%;
  border-bottom: 1px solid #ddd;
  line-height: 74px;
  color: #666;
  text-align: left;
}
@media (max-width: 620px) {
  #header .nav_wrap .nav .nav_menu &gt; ul &gt; li .js_nav_menu {
    line-height: 40px;
  }
}
#header .nav_wrap .nav .nav_menu &gt; ul &gt; li .js_nav_menu::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5%;
  display: block;
  width: 24px;
  height: 14px;
  margin-top: -7px;
  transition: 0.5s all;
  background-image: url(/src/img/ico/nav_arrow_ico.svg);
}
@media (max-width: 620px) {
  #header .nav_wrap .nav .nav_menu &gt; ul &gt; li .js_nav_menu::after {
    width: 6px;
    height: 10px;
    margin-top: -5px;
    background-size: 6px 10px;
  }
}
#header .nav_wrap .nav .nav_menu &gt; ul &gt; li.act .js_nav_menu {
  color: #fff;
  background-color: #640000 !important;
}
#header .nav_wrap .nav .nav_menu &gt; ul &gt; li.act .js_nav_menu::after {
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
}
#header .nav_wrap .nav .nav_menu &gt; ul &gt; li &gt; ul {
  display: none;
  padding: 24px 5%;
  border-bottom: 1px solid #ddd;
  background-color: #f6f6f6;
}
@media (max-width: 620px) {
  #header .nav_wrap .nav .nav_menu &gt; ul &gt; li &gt; ul {
    padding: 13px 5%;
  }
}
#header .nav_wrap .nav .nav_menu &gt; ul &gt; li &gt; ul &gt; li {
  color: #666;
}
#header .nav_wrap .nav .nav_menu &gt; ul &gt; li &gt; ul &gt; li + li {
  margin-top: 15px;
}
@media (max-width: 620px) {
  #header .nav_wrap .nav .nav_menu &gt; ul &gt; li &gt; ul &gt; li + li {
    margin-top: 7px;
  }
}

#header .nav_wrap .nav .nav_menu &gt; ul &gt; li &gt; ul &gt; li::before {
  content: '-';
  margin-right: 5px;
}
#header .nav_wrap .nav .nav_menu .owner_btn {
  display: block;
  width: 200px;
  height: 60px;
  margin: 40px 5% 0;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  line-height: 62px;
  background-color: #640000 !important;
}
@media (max-width: 620px) {
  #header .nav_wrap .nav .nav_menu .owner_btn {
    width: 85px;
    height: 30px;
    margin: 20px 5% 0;
    border-radius: 5px;
    line-height: 32px;
    font-size: 12px;
  }
}
#header .nav_wrap.act {
  left: 0;
}
#header .nav_wrap.act .nav {
  left: 0;
}
#header .nav_wrap.act .nav .js_nav_close &gt; span {
  opacity: 1;
}
#header .nav_wrap.act .nav .js_nav_close &gt; span:first-child {
  transform: rotate(-45deg);
}
#header .nav_wrap.act .nav .js_nav_close &gt; span:last-child {
  transform: rotate(45deg);
}

.privacy_policy_modal {
  display: none;
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1400px;
  height: 585px;
  padding: 60px;
  background-color: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1420px) {
  .privacy_policy_modal {
    width: 90%;
    height: auto;
  }
}
@media (max-width: 620px) {
  .privacy_policy_modal {
    padding: 30px;
  }
}
.privacy_policy_modal.db {
  display: block;
}
.privacy_policy_modal .top {
  padding-bottom: 44px;
}
@media (max-width: 620px) {
  .privacy_policy_modal .top {
    padding-bottom: 20px;
  }
}
.privacy_policy_modal .top .t1 {
  line-height: 100%;
}
.privacy_policy_modal .top .js_modal_close {
  width: 36px;
  height: 36px;
  background-image: url(/src/img/ico/modal_close_ico.svg);
}
@media (max-width: 620px) {
  .privacy_policy_modal .top .js_modal_close {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
}
.privacy_policy_modal .cont {
  overflow-y: scroll;
  width: 100%;
  height: 370px;
  padding: 30px;
  border: 1px solid #ddd;
}
@media (max-width: 620px) {
  .privacy_policy_modal .cont {
    height: 200px;
    padding: 15px;
  }
}

.r_inquiry {
  overflow: hidden;
  z-index: 100;
  position: fixed;
  top: 50%;
  right: 0;
  width: 210px;
  border-radius: 15px 0 0 15px;
  transition: 0.5s ease-out;
  transform: translateY(-50%);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1240px) {
  .r_inquiry {
    right: -210px;
  }
}
.r_inquiry .cont {
  padding: 25px 15px;
  text-align: center;
  background-color: #fff;
}
.r_inquiry .cont .txt {
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 100%;
}
.r_inquiry .cont .inp {
  display: block;
  width: 100%;
  height: 46px;
  padding: 0 18px;
  margin-top: 10px;
  border: 0;
  border-radius: 10px;
  color: #333;
  background-color: rgba(226, 226, 226, 0.5);
}
.r_inquiry .cont .inp:first-child {
  margin-top: 20px;
}
.r_inquiry .cont .inp::placeholder {
  color: #333;
}
.r_inquiry .cont .inp.h160 {
  height: 160px;
}
.r_inquiry .cont textarea.inp {
  padding: 18px;
}
.r_inquiry .cont select.inp {
  background-image: url(/src/img/init/sel_init_ico2.png);
  background-size: 10px 8px;
}
.r_inquiry .cont .sub_btn {
  width: 100%;
  height: 46px;
  margin-top: 10px;
  border-radius: 10px;
  line-height: 48px;
  color: #fff;
  letter-spacing: 5px;
  background-color: #640000 !important;
}
.r_inquiry .top_btn {
  width: 100%;
  height: 54px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
  background-color: #111;
}

.index_wrap {
  overflow: hidden;
  width: 100%;
}
.index_wrap &gt; section {
  padding: 120px 0;
}
@media (max-width: 620px) {
  .index_wrap &gt; section {
    padding: 50px 0;
  }
}

/* .index_wrap &gt; section .tit_line{text-align: center;} */
.index_wrap &gt; section .tit_line .in_type{margin-bottom: 5px;font-size: 50px;}
.index_wrap &gt; section .tit_line .in_type.b{font-size: 54px;}
.index_wrap &gt; section .tit_line .in_tit{font-size: 65px;line-height: 120%;}
.index_wrap &gt; section .tit_line .in_tit.b{font-size: 70px;}
.index_wrap &gt; section .tit_line .in_txt{font-size: 34px;}
.index_wrap &gt; section .tit_line .in_txt.s{font-size: 22px;}
.index_wrap &gt; section .tit_line .in_txt.fz26{font-size: 26px;}
.index_wrap &gt; section .tit_line .in_txt.mt{margin-top: 10px;}
@media (max-width: 1240px){
	.index_wrap &gt; section .tit_line .in_type{font-size: 40px;}
	.index_wrap &gt; section .tit_line .in_type.b{font-size: 40px;}
	.index_wrap &gt; section .tit_line .in_tit{font-size: 50px;}
	.index_wrap &gt; section .tit_line .in_tit.b{font-size: 50px;}
	.index_wrap &gt; section .tit_line .in_txt{font-size: 18px;}
	.index_wrap &gt; section .tit_line .in_txt.s{font-size: 18px;}
	.index_wrap &gt; section .tit_line .in_txt.fz26{font-size: 18px;}
}
@media (max-width: 620px){
	.index_wrap &gt; section .tit_line .in_type{font-size: 26px;}
	.index_wrap &gt; section .tit_line .in_type.b{font-size: 26px;}
	.index_wrap &gt; section .tit_line .in_tit{font-size: 30px;}
	.index_wrap &gt; section .tit_line .in_tit.b{font-size: 30px;}
	.index_wrap &gt; section .tit_line .in_txt{font-size: 14px;}
	.index_wrap &gt; section .tit_line .in_txt.s{font-size: 14px;}
	.index_wrap &gt; section .tit_line .in_txt.fz26{font-size: 14px;}
}


.index_wrap .main_tit_line{text-align: center;}
.index_wrap .main_tit_line.tal{text-align: left;}
.index_wrap .main_type{display: inline-block;margin-bottom: 40px;padding: 15px 55px;font-size: 35px;color: #fff;background-repeat: no-repeat;background-position: center;background-size: contain;}
.index_wrap .main_type b{font-size: 45px;}
.index_wrap .main_type.bg1{background-image: url(/src/img/main_type_bg1.png);}
.index_wrap .main_type.bg2{background-image: url(/src/img/main_type_bg2.png);}
.index_wrap .main_type.bg3{background-image: url(/src/img/main_type_bg3.png);}
.index_wrap .main_type.bg4{background-image: url(/src/img/main_type_bg4.png);}
.index_wrap .main_type.bg5{background-image: url(/src/img/main_type_bg5.png);}
.index_wrap .main_tit{font-size: 65px;font-weight: bold;color: #1a1a1a;line-height: 120%;}
@media (max-width: 1240px){
	.index_wrap .main_tit{font-size: 50px;}
}
@media (max-width: 620px){
	.index_wrap .main_type{padding: 10px 30px;margin-bottom: 20px;font-size: 18px;}
	.index_wrap .main_type b{font-size: 28px;}
	.index_wrap .main_tit{font-size: 30px;}
}


.index_wrap &gt; section .more_btn {
  display: inline-block;
  font-weight: bold;
}
.index_wrap &gt; section .more_btn .ico {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 64px;
  height: 64px;
  margin-left: 20px;
  border-radius: 50%;
  background-color: #640000 !important;
  vertical-align: middle;
}
.index_wrap &gt; section .more_btn .ico::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 38px;
  height: 20px;
  margin-top: -10px;
  background-image: url(/src/img/ico/more_arrow_ico.svg);
}
@media (max-width: 620px) {
  .index_wrap &gt; section .more_btn .ico {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
  .index_wrap &gt; section .more_btn .ico::after {
    width: 18px;
    height: 10px;
    margin-top: -5px;
    background-size: 18px 10px;
  }
}
.index_wrap &gt; section .more_btn:hover .ico::after {
  animation: moreBtn 1s infinite;
}
.index_wrap .visual {
  position: relative;
  padding: 0;
}
.index_wrap .visual .visual_mask .item {
  width: 100%;
  height: 860px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .index_wrap .visual .visual_mask .item {
    /*  height: auto;
    min-height: 420px; */
    position: relative;
    height: 420px;
    padding: 90px 0;
    text-align: center;
  }
}

.index_wrap .visual .visual_mask .item .m_bg {
  display: none;
}
@media (max-width: 767px) {
  .index_wrap .visual .visual_mask .item .m_bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
}

.index_wrap .visual .visual_mask .item .t1,
.index_wrap .visual .visual_mask .item .t2,
.index_wrap .visual .visual_mask .item .more_btn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 50);
  transition: transform 1.5s, opacity 1.5s;
}
.index_wrap .visual .visual_mask .item .t1 {
  font-size: 80px;
  color: #fff;
  line-height: 90px;
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .index_wrap .visual .visual_mask .item .t1 {
    font-size: 40px;
    line-height: 120%;
  }
}
.index_wrap .visual .visual_mask .item .t2 {
  font-size: 28px;
  color: #fff;
  line-height: 120%;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .index_wrap .visual .visual_mask .item .t2 {
    font-size: 12px;
    line-height: 150%;
  }
}
.index_wrap .visual .visual_mask .item .line {
  display: block;
  width: 0;
  height: 2px;
  margin: 20px 0 30px;
  background-color: #fff;
  transition: 0.8s all;
  transition-delay: 0.8s;
}
.index_wrap .visual .visual_mask .item .more_btn {
  margin-top: 44px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  .index_wrap .visual .visual_mask .item .more_btn {
    margin-top: 27px;
    font-size: 12px;
  }
}
.index_wrap .visual .visual_mask .swiper-slide-active .t1,
.index_wrap .visual .visual_mask .swiper-slide-active .t2,
.index_wrap .visual .visual_mask .swiper-slide-active .more_btn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.index_wrap .visual .visual_mask .swiper-slide-active .line {
  width: 640px;
}
@media (max-width: 767px) {
  .index_wrap .visual .visual_mask .swiper-slide-active .line {
    z-index: 5;
    position: relative;
    width: 100%;
  }
}
.index_wrap .visual .v_pager {
  z-index: 10;
  position: absolute;
  left: 50%;
  bottom: 90px;
  transform: translateX(-50%);
  font-size: 0;
}
@media (max-width: 1240px) {
  .index_wrap .visual .v_pager {
    bottom: 75px;
  }
}
@media (max-width: 620px) {
  .index_wrap .visual .v_pager {
    bottom: 40px;
  }
}
.index_wrap .visual .v_pager .swiper-pagination-bullet {
  display: inline-block;
  width: 46px;
  height: 4px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 620px) {
  .index_wrap .visual .v_pager .swiper-pagination-bullet {
    width: 30px;
  }
}
.index_wrap .visual .v_pager .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
.index_wrap .visual .v_pager .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
}

.index_wrap .top_bg{padding: 100px 0;background-image: url(/src/img/in_top_bg.jpg);background-size: cover;background-position: center;}
.index_wrap .top_bg section+section{margin-top: 100px;}
@media (max-width: 620px){
	.index_wrap .top_bg{padding: 50px 0;}
	.index_wrap .top_bg section+section{margin-top: 50px;}
}

.index_wrap .main_story .story_vdo_slide{position: relative;margin-top: 60px;}
.index_wrap .main_story .story_vdo_slide .story_vdo_mask{overflow: hidden;}
.index_wrap .main_story .story_vdo_slide .story_vdo_mask .item{text-align: center;}
.index_wrap .main_story .story_vdo_slide .story_vdo_mask .item .t1{margin-top: 25px;font-size: 22px;font-weight: bold;color: #14100f;}
.index_wrap .main_story .story_vdo_slide .arrow_btns{z-index: 5;position: absolute;left: 50%;top: -50px;transform: translateX(-50%);display: flex;justify-content: flex-end;gap: 0 40px;}
.index_wrap .main_story .story_vdo_slide .arrow_btns::before{content: '';position: absolute;right: 36px;top: 50%;transform: translateY(-50%);width: 3px;height: 30px;background-color: #333;}
.index_wrap .main_story .story_vdo_slide .arrow_btns .arrow_btn{display: inline-block;width: 18px;height: 30px;background-image: url(/src/img/ico/story_vdo_arrow.svg);}
.index_wrap .main_story .story_vdo_slide .arrow_btns .arrow_btn.next{transform: scaleX(-1);}
.index_wrap .main_story .story_vdo_slide .bullet{display: flex;justify-content: center;gap: 15px;margin-top: 40px;}
.index_wrap .main_story .story_vdo_slide .bullet .ex_pagi{display: inline-block;width: 12px;height: 12px;border-radius: 50%;background-color: #640000;}
@media (max-width: 1420px){
	.index_wrap .main_story .story_vdo_slide .story_vdo_mask{width: 90%;margin: 0 auto;}
	.index_wrap .main_story .story_vdo_slide .story_vdo_mask .item .txt{padding: 0 64px;}
	.index_wrap .main_story .story_vdo_slide .arrow_btns{top: auto;bottom: 99px;}
	.index_wrap .main_story .story_vdo_slide .arrow_btns::before{display: none;}
	.index_wrap .main_story .story_vdo_slide .arrow_btns .arrow_btn{position: absolute;top: 0;width: 64px;height: 64px;border-radius: 50%;background-image: url(/src/img/ico/story_vdo_arrow_m.svg);background-repeat: no-repeat;background-position: left center;background-color: #640000;}
	.index_wrap .main_story .story_vdo_slide .arrow_btns .arrow_btn.prev{left: 0;transform: scaleX(-1);}
	.index_wrap .main_story .story_vdo_slide .arrow_btns .arrow_btn.next{right: 0;transform: scaleX(1);}
}
@media (max-width: 620px){
	.index_wrap .main_story .story_vdo_slide{margin-top: 30px;}
	.index_wrap .main_story .story_vdo_slide .story_vdo_mask .item .txt{padding: 0 30px;}
	.index_wrap .main_story .story_vdo_slide .story_vdo_mask .item .t1{margin-top: 15px;font-size: 16px;}
	.index_wrap .main_story .story_vdo_slide .arrow_btns{bottom: 58px;}
	.index_wrap .main_story .story_vdo_slide .arrow_btns .arrow_btn{width: 30px;height: 30px;background-size: 18px auto;}
	.index_wrap .main_story .story_vdo_slide .bullet{gap: 10px;margin-top: 20px;}
	.index_wrap .main_story .story_vdo_slide .bullet .ex_pagi{width: 8px;height: 8px;}
}

.index_wrap .main_media{overflow: hidden;display: flex;gap: 60px 50px;flex-direction: row-reverse;}
.index_wrap .main_media .txt_cont{width: 100%;}
.index_wrap .main_media .txt_cont .t1{margin-top: 20px;font-size: 40px;color: #1a1a1a;}
.index_wrap .main_media .media_cont{flex-shrink: 0;width: 790px;}
.index_wrap .main_media .media_vdo_slide{position: relative;padding: 0 70px;}
.index_wrap .main_media .media_vdo_slide .media_vdo_mask{overflow: hidden;}
.index_wrap .main_media .media_vdo_slide .media_vdo_mask .item{text-align: center;}
.index_wrap .main_media .media_vdo_slide .media_vdo_mask .item .t1{margin-top: 20px;font-size: 24px;color: #14100f;font-weight: bold;}
.index_wrap .main_media .media_vdo_slide .arrow_btn{position: absolute;top: calc(50% - 37px);width: 46px;height: 46px;border-radius: 50%;background-color: #640000;background-image: url(/src/img/ico/media_vdo_arrow.png);background-repeat: no-repeat;background-position: center;}
.index_wrap .main_media .media_vdo_slide .arrow_btn.prev{left: 0;}
.index_wrap .main_media .media_vdo_slide .arrow_btn.next{right: 0;transform: scaleX(-1);}

@media (max-width: 1420px){
	.index_wrap .main_media{flex-direction: column;}
	.index_wrap .main_media .txt_cont{display: flex;flex-direction: column;align-items: center;text-align: center;}
	.index_wrap .main_media .txt_cont .t1{font-size: 30px;}
	.index_wrap .main_media .media_cont{width: 100%;}
}
@media (max-width: 620px){
	.index_wrap .main_media{gap: 30px 0;}
	.index_wrap .main_media .txt_cont .t1{margin-top: 10px;font-size: 20px;}
	.index_wrap .main_media .media_vdo_slide{padding: 0 40px;}
	.index_wrap .main_media .media_vdo_slide .media_vdo_mask .item .t1{margin-top: 10px;font-size: 18px;}
	.index_wrap .main_media .media_vdo_slide .arrow_btn{top: calc(50% - 30px);width: 30px;height: 30px;background-size: 10px auto;}
}

.index_wrap .main_sns{position: relative;padding: 150px 0;}
.index_wrap .main_sns .center_cont{z-index: 5;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 400px;}
.index_wrap .main_sns .sns_slide .sns_mask{overflow: hidden;padding: 50px 0;}
.index_wrap .main_sns .sns_item{border-radius: 15px;background-color: #fff;box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);}
.index_wrap .main_sns .sns_item .box_inner{display: block;width: 100%;padding: 40px 20px 30px;}
.index_wrap .main_sns .sns_item .sns_type{vertical-align: middle;}
.index_wrap .main_sns .sns_item .sns_type::before{content: '';overflow: hidden;display: inline-block;width: 40px;height: 40px;margin-right: 14px;border-radius: 50%;background-repeat: no-repeat;vertical-align: middle;}
.index_wrap .main_sns .sns_item .sns_type.insta::before{background-image: url(/src/img/ico/insta_sns_ico.svg);}
.index_wrap .main_sns .sns_item .sns_type.youtube::before{background-image: url(/src/img/ico/youtube_sns_ico.svg);}
.index_wrap .main_sns .sns_item .sns_type.fb::before{background-image: url(/src/img/ico/fb_sns_ico.svg);}
.index_wrap .main_sns .sns_item .txt{margin: 20px 0 40px;font-size: 18px;color: #14100f;}
.index_wrap .main_sns .sns_item .img{position: relative;overflow: hidden;width: 100%;height: 0;padding-bottom: 100%;}
.index_wrap .main_sns .sns_item .img img{position: absolute;top: 50%;left: 50%;width: 100%;transform: translate(-50%, -50%);transition: 0.5s all;}
.index_wrap .main_sns .sns_item .vdo .mov_frame,.index_wrap .main_sns .sns_item .vdo .frame_height{aspect-ratio: 9/16;background-color: #000;}
.index_wrap .main_sns .sns_item:hover .img img{transform: translate(-50%, -50%) scale(1.05);}
@media (max-width: 991px){
	.index_wrap .main_sns{padding: 100px 0;}
	.index_wrap .main_sns .center_cont{width: 340px;}
}
@media (max-width: 767px){
	.index_wrap .main_sns .center_cont{width: 290px;}
}
@media (max-width: 620px){
	
	.index_wrap .main_sns .sns_item .box_inner{padding: 25px 20px 20px;}
	.index_wrap .main_sns .sns_item .sns_type::before{width: 36px;height: 36px;background-size: 36px 36px;}
	.index_wrap .main_sns .sns_item .txt{margin: 10px 0 20px;font-size: 14px;}
	.index_wrap .main_sns .sns_slide .sns_mask{padding: 25px 0;}
}
@media (max-width: 520px){
	.index_wrap .main_sns .center_cont{width: 260px;}
}


.index_wrap .main_review{padding: 100px 0;background-image: url(/src/img/main_review_bg.jpg);background-size: cover;background-position: center;background-attachment: fixed;}
.index_wrap .main_review .tit_line{display: flex;gap: 90px;align-items: center;}
.index_wrap .main_review .tit_line .txt{flex-shrink: 0;padding: 60px 0;}
.index_wrap .main_review .tit_line .img{width: 626px;}
.index_wrap .main_review .tit_line .img &gt; img{object-fit: contain;object-position: right center;width: 100%;height: 100%;}
.index_wrap .main_review .tit_line .t1{font-size: 45px;color: #fff;font-weight: 100;}
.index_wrap .main_review .tit_line .t2{margin-top: 10px;font-size: 80px;font-weight: bold;line-height: 120%;color: #fff;}
.index_wrap .main_review .tit_line .t3{display: inline-block;margin-top: 20px;padding: 20px 30px 15px;font-size: 37px;color: #fff;background-image: url(/src/img/main_review_tit_t3.png);background-repeat: no-repeat;background-size: contain;background-position: center;}
.index_wrap .main_review .review_slide{position: relative;z-index: 5;overflow: hidden;margin-top: -15px;}
.index_wrap .main_review .review_slide .review_mask{width: 272px;margin: 0 auto;}
.index_wrap .main_review .review_slide .item{}
.index_wrap .main_review .review_slide .item .img{position: relative;padding: 18px 19px 17px 13px;}
.index_wrap .main_review .review_slide .item .img::after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: url(/src/img/main_review_ph.png);background-size: contain;background-position: center;background-repeat: no-repeat;}
.index_wrap .main_review .review_slide .item .img &gt; img{object-fit: cover;width: 100%;height: 100%;}
@media (max-width: 1420px){
	.index_wrap .main_review .tit_line{position: relative;display: block;}
	.index_wrap .main_review .tit_line .txt{position: relative;z-index: 5;}
	.index_wrap .main_review .tit_line .img{position: absolute;right: 0;top: 0;height: 100%;}
	.index_wrap .main_review .tit_line .t1{font-size: 35px;text-shadow: 0 3px 10px rgba(0,0,0,.3);}
	.index_wrap .main_review .tit_line .t2{font-size: 60px;text-shadow: 0 3px 10px rgba(0,0,0,.3);}
	.index_wrap .main_review .tit_line .t3{font-size: 30px;}
}
@media (max-width: 991px){
	.index_wrap .main_review .tit_line .img{width: 100%;padding-left: 100px;}
}
@media (max-width: 620px){
	.index_wrap .main_review{padding: 50px 0;}
	.index_wrap .main_review .tit_line .txt{padding: 30px 0;}
	.index_wrap .main_review .tit_line .t1{font-size: 18px;}
	.index_wrap .main_review .tit_line .t2{margin-top: 5px;font-size: 30px;}
	.index_wrap .main_review .tit_line .t3{margin-top: 10px;padding: 15px 20px 10px;font-size: 20px;}
	.index_wrap .main_review .review_slide{margin-top: -10px;}
	.index_wrap .main_review .review_slide .review_mask{width: 210px;}
	.index_wrap .main_review .review_slide .item .img{padding: 13px 15px 13px 10px;}
}

.index_wrap .main_point{padding: 100px 0;background-image: url(/src/img/main_point_bg.jpg);background-size: cover;background-position: center;}
.index_wrap .main_point .point_lst{overflow: hidden;position: relative;margin-top: 80px;padding: 40px 120px;background-color: #fff;box-shadow: 10px 20px 20px rgba(0,0,0,.3);}
.index_wrap .main_point .point_lst::before{content: '';position: absolute;right: -150px;top: -160px;width: 518px;height: 517px;background-image: url(/src/img/main_point_lst_bg.png);background-size: cover;}
.index_wrap .main_point .point_lst::after{content: '';position: absolute;left: -150px;bottom: -160px;width: 518px;height: 517px;background-image: url(/src/img/main_point_lst_bg.png);background-size: cover;}
.index_wrap .main_point .point_lst &gt; .line{position: relative;z-index: 5;display: flex;gap: 0 90px;align-items: center;}
.index_wrap .main_point .point_lst &gt; .line+.line{margin-top: 40px;}
.index_wrap .main_point .point_lst &gt; .line .img{flex-shrink: 0;text-align: center;}
.index_wrap .main_point .point_lst &gt; .line .txt{width: 100%;}
.index_wrap .main_point .point_lst &gt; .line:nth-child(2n){flex-direction: row-reverse;}
.index_wrap .main_point .point_lst &gt; .line:nth-child(2n) .txt{display: flex;flex-direction: column;align-items: flex-end;text-align: right;}
.index_wrap .main_point .point_lst &gt; .line .txt .t1{display: inline-block;padding: 40px 40px 30px;font-size: 45px;font-weight: bold;color: #fff;background-image: url(/src/img/main_point_lst_t1.png);background-repeat: no-repeat;background-size: contain;background-position: center;}
.index_wrap .main_point .point_lst &gt; .line .txt .t2{margin-top: 30px;font-size: 40px;font-weight: bold;color: #1a1a1a;line-height: 140%;}
.index_wrap .main_point .point_lst &gt; .line .txt .t3{margin-top: 20px;font-size: 24px;color: #1a1a1a;}
.index_wrap .main_point .b_txt{margin-top: 100px;font-size: 35px;text-align: center;color: #1a1a1a;}
@media (max-width: 1420px){
	.index_wrap .main_point .point_lst{padding: 40px;}
	.index_wrap .main_point .point_lst &gt; .line{gap: 0 60px;}
	.index_wrap .main_point .point_lst &gt; .line .img{width: 400px;}
	.index_wrap .main_point .point_lst &gt; .line .txt .t1{font-size: 35px;}
	.index_wrap .main_point .point_lst &gt; .line .txt .t2{margin-top: 15px;font-size: 46px;}
	.index_wrap .main_point .point_lst &gt; .line .txt .t3{font-size: 20px;}
}
@media (max-width: 1240px){
	.index_wrap .main_point .point_lst &gt; .line{flex-direction: column !important;gap: 20px 0;}
	.index_wrap .main_point .point_lst &gt; .line .img{width: 100%;}
	.index_wrap .main_point .point_lst &gt; .line .txt{text-align: center !important;}
	.index_wrap .main_point .point_lst &gt; .line:nth-child(2n) .txt{display: block;}

}
@media (max-width: 620px){
	.index_wrap .main_point{padding: 50px 0;}
	.index_wrap .main_point .point_lst{margin-top: 40px;padding: 20px;}
	.index_wrap .main_point .point_lst::before{right: -60px;top: -60px;width: 200px;height: 199px;}
	.index_wrap .main_point .point_lst::after{left: -60px;bottom: -60px;width: 200px;height: 199px;}
	.index_wrap .main_point .point_lst &gt; .line{gap: 0;}
	.index_wrap .main_point .point_lst &gt; .line .txt .t1{padding: 30px 30px 30px 20px;font-size: 20px;}
	.index_wrap .main_point .point_lst &gt; .line .txt .t2{margin-top: 0;font-size: 30px;}
	.index_wrap .main_point .point_lst &gt; .line .txt .t3{margin-top: 10px;font-size: 16px;}
	.index_wrap .main_point .b_txt{margin-top: 50px;font-size: 18px;}
}

.index_wrap .mid_bg{padding: 100px 0;background-image: url(/src/img/main_mid_bg.jpg);background-size: cover;background-position: center;background-attachment: fixed;}
.index_wrap .mid_bg section+section{margin-top: 100px;}
.index_wrap .mid_bg .main_tit{color: #fff;}
@media (max-width: 991px){
	.index_wrap .mid_bg .main_type{background-size: 100% 100%;}
}
@media (max-width: 620px){
	.index_wrap .mid_bg{padding: 50px 0;}
	.index_wrap .mid_bg section+section{margin-top: 50px;}
}


.index_wrap .main_why .why_num_lst{display: flex;flex-wrap: wrap;align-items: center;max-width: 1208px;margin-top: 60px;margin-right: auto;margin-left: auto;}
.index_wrap .main_why .why_num_lst .line{position: relative;width: 33.3333%;text-align: center;}
.index_wrap .main_why .why_num_lst .line::before{content: '';position: absolute;left: -1px;top: calc(50% - 25px);width: 2px;height: 50px;background-color: #fff;}
.index_wrap .main_why .why_num_lst .line .t1{font-size: 30px;color: #fff;}
.index_wrap .main_why .why_num_lst .line .t2{display: inline-block;margin-top: 10px;font-size: 60px;font-weight: bold;color: transparent;background-image: url(/src/img/main_why_num_mask.jpg);background-size: cover;background-clip: text;-webkit-background-clip: text;}
.index_wrap .main_why .why_num_lst .line:first-child::before{display: none;}
.index_wrap .main_why .why_box_lst{display: flex;gap: 80px;flex-wrap: wrap;max-width: 1208px;margin-top: 60px;margin-right: auto;margin-left: auto;}
.index_wrap .main_why .why_box_lst .box{display: flex;flex-direction: column;align-items: center;justify-content: center;width: calc((100% - 160px)/3);padding: 40px 20px;border-radius: 25px;text-align: center;box-shadow: 0px 0px 15px rgba(255, 252, 205, .5);background-size: cover;background-repeat: no-repeat;}
.index_wrap .main_why .why_box_lst .box.bg1{background-image: url(/src/img/main_why_box_bg1.png);}
.index_wrap .main_why .why_box_lst .box.bg2{background-image: url(/src/img/main_why_box_bg2.png);}
.index_wrap .main_why .why_box_lst .box.bg3{background-image: url(/src/img/main_why_box_bg3.png);}
.index_wrap .main_why .why_box_lst .box .t1{margin-top: 30px;font-size: 30px;font-weight: bold;color: #fff;line-height: 140%;}
.index_wrap .main_why .why_box_lst .box .t2{margin-top: 25px;font-size: 17px;color: #fff;}
.index_wrap .main_why .why_box_lst .box .t2::before{content: '';display: block;width: 2px;height: 30px;margin: 0 auto 30px;background-color: #fff;}
@media (max-width: 1420px){
	.index_wrap .main_why .why_box_lst{gap: 40px;}
	.index_wrap .main_why .why_box_lst .box{width: calc((100% - 80px)/3);}
}
@media (max-width: 1240px){
	.index_wrap .main_why .why_num_lst .line{width: 100%;padding-top: 40px;}
	.index_wrap .main_why .why_num_lst .line+.line{margin-top: 40px;}
	.index_wrap .main_why .why_num_lst .line:first-child{padding-top: 0;}
	.index_wrap .main_why .why_num_lst .line::before{left: calc(50% - 25px);top: -1px;width: 50px;height: 2px;}

}
@media (max-width: 991px){
	.index_wrap .main_why .why_box_lst{max-width: 640px;}
	.index_wrap .main_why .why_box_lst .box{width: 100%;}
}
@media (max-width: 620px){
	.index_wrap .main_why .why_num_lst{margin-top: 30px;}
	.index_wrap .main_why .why_num_lst .line{padding-top: 20px;}
	.index_wrap .main_why .why_num_lst .line+.line{margin-top: 10px;}
	.index_wrap .main_why .why_num_lst .line::before{left: calc(50% - 20px);width: 40px;}
	.index_wrap .main_why .why_num_lst .line .t1{font-size: 26px;}
	.index_wrap .main_why .why_num_lst .line .t2{margin-top: 5px;font-size: 50px;}
	.index_wrap .main_why .why_box_lst{margin-top: 30px;gap: 40px;}
	.index_wrap .main_why .why_box_lst .box{padding: 20px;}
	.index_wrap .main_why .why_box_lst .box .img{height: 40px;}
	.index_wrap .main_why .why_box_lst .box .t1{margin-top: 15px;font-size: 26px;}
	.index_wrap .main_why .why_box_lst .box .t2{margin-top: 10px;font-size: 14px;}
	.index_wrap .main_why .why_box_lst .box .t2::before{height: 20px;margin-bottom: 15px;}
}

.index_wrap .main_revenue .revenue_imgs{display: flex;gap: 80px;justify-content: space-between;max-width: 1213px;margin: 60px auto 0;}
.index_wrap .main_revenue .revenue_imgs .img{text-align: center;}
@media (max-width: 991px){
	.index_wrap .main_revenue .revenue_imgs{flex-direction: column;justify-content: start;max-width: 530px;}
}
@media (max-width: 620px){
	.index_wrap .main_revenue .revenue_imgs{gap: 40px;}
}

.index_wrap .main_brand{position: relative;padding: 100px 0;background-image: url(/src/img/main_brand_bg.jpg);background-size: cover;background-position: center;}
.index_wrap .main_brand .paper_bg{content: '';position: absolute;top: -40px;left: 50%;transform: translateX(-50%);width: calc(100% - 200px);height: calc(100% + 80px);}
.index_wrap .main_brand .paper_bg &gt; img{width: 100%;height: 100%;filter: drop-shadow(85px 0px 20px rgba(78,56,51,.54));}
.index_wrap .main_brand .inner{position: relative;z-index: 5;display: flex;gap: 80px;align-items: center;}
.index_wrap .main_brand .inner .txt{width: 100%;}
.index_wrap .main_brand .inner .txt .t1{font-size: 45px;color: #fff;font-weight: 100;}
.index_wrap .main_brand .inner .txt .t2{margin-top: 20px;font-size: 75px;font-weight: bold;color: #fff;line-height: 120%;}
.index_wrap .main_brand .inner .txt .t2_1{color: transparent;background-image: url(/src/img/main_brand_tit_t2_1_mask.jpg);background-size: cover;background-clip: text;-webkit-background-clip: text;}
.index_wrap .main_brand .inner .txt .t3{margin-top: 30px;font-size: 35px;font-weight: 100;color: #fff;}
.index_wrap .main_brand .inner .txt .t3 .t{padding-left: 10px;}
.index_wrap .main_brand .inner .txt .t3_1{display: inline-block;padding: 0 40px 20px 10px;font-size: 37px;font-weight: bold;background-image: url(/src/img/main_brand_txt_t3_1.png);background-repeat: no-repeat;background-size: contain;background-position: left bottom;}
.index_wrap .main_brand .inner .txt .brand_box{display: flex;gap: 20px;flex-wrap: wrap;margin-top: 50px;}
.index_wrap .main_brand .inner .txt .brand_box .box{aspect-ratio: 1/1;display: inline-flex;align-items: center;justify-content: center;width: 180px;padding: 10px;border-radius: 25px;text-align: center;background-color: #fff;}
.index_wrap .main_brand .inner .img{flex-shrink: 0;display: flex;flex-direction: column;gap: 15px 0;width: 665px;}
@media (max-width: 1890px){
	.index_wrap .main_brand .paper_bg{width: calc(100% - 80px);}
}
@media (max-width: 1720px){
	.index_wrap .main_brand .paper_bg{width: calc(100% - 40px);}
	.index_wrap .main_brand .inner{gap: 60px;padding: 0 80px;}
	.index_wrap .main_brand .inner .txt .t1{font-size: 42px;}
	.index_wrap .main_brand .inner .txt .t2{font-size: 70px;}
	.index_wrap .main_brand .inner .txt .t3{font-size: 32px;}
	.index_wrap .main_brand .inner .txt .t3_1{font-size: 33px;}
	.index_wrap .main_brand .inner .txt .brand_box .box{width: 120px;}
	.index_wrap .main_brand .inner .img{width: 560px;}
}
@media (max-width: 1420px){
	.index_wrap .main_brand .paper_bg &gt; img{}
	.index_wrap .main_brand .inner{flex-direction: column;align-items: center;padding: 0 60px;}
	.index_wrap .main_brand .inner .txt{display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;}
	.index_wrap .main_brand .inner .txt .t3 .t{padding: 0;}
	.index_wrap .main_brand .inner .txt .brand_box .box{width: 180px;}
	.index_wrap .main_brand .inner .img{max-width: 665px;width: 100%;}

}
@media (max-width: 991px){
	.index_wrap .main_brand .inner .txt .t1{font-size: 40px;}
	.index_wrap .main_brand .inner .txt .t2{font-size: 60px;}
	.index_wrap .main_brand .inner .txt .t3{font-size: 28px;line-height: 140%;}
	.index_wrap .main_brand .inner .txt .t3_1{font-size: 27px;padding: 0 10px 10px;background-size: 100% 100%;}
	.index_wrap .main_brand .inner .txt .brand_box .box{width: calc((100% - 40px)/3);}
}
@media (max-width: 620px){
	.index_wrap .main_brand .paper_bg{top: -20px;width: calc(100% - 20px);height: calc(100% + 40px);}
	.index_wrap .main_brand{padding: 50px 0;}
	.index_wrap .main_brand .inner{gap: 30px;padding: 0 40px;}
	.index_wrap .main_brand .inner .txt .t1{font-size: 26px;}
	.index_wrap .main_brand .inner .txt .t2{margin-top: 10px;font-size: 30px;}
	.index_wrap .main_brand .inner .txt .t3{margin-top: 15px;font-size: 18px;}
	.index_wrap .main_brand .inner .txt .t3_1{font-size: 19px;}
	.index_wrap .main_brand .inner .txt .brand_box{margin-top: 25px;gap: 10px;}
	.index_wrap .main_brand .inner .txt .brand_box .box{width: calc((100% - 20px)/3);border-radius: 15px;}
}

.index_wrap .main_system{padding: 100px 0;background-image: url(/src/img/main_system_bg.jpg);background-size: cover;background-position: center;}
.index_wrap .main_system .main_tit_line .t1{margin-bottom: 15px;font-size: 47px;color: #1a1a1a;}
.index_wrap .main_system .certi_lst{display: flex;justify-content: center;gap: 100px 50px;margin-top: 100px;}
.index_wrap .main_system .certi_lst .box{text-align: center;}
.index_wrap .main_system .certi_lst .box .t1{margin-top: 20px;font-size: 20px;font-weight: bold;color: #1a1a1a;line-height: 120%;}
.index_wrap .main_system .line_lst{margin-top: 60px;}
.index_wrap .main_system .line_lst .line{display: flex;border-top: 3px solid #640000;border-bottom: 3px solid #640000;}
.index_wrap .main_system .line_lst .line .img{flex-shrink: 0;width: 611px;}
.index_wrap .main_system .line_lst .line .img &gt; img{object-fit: cover;width: 100%;height: 100%;}
.index_wrap .main_system .line_lst .line .txt{display: flex;flex-direction: column;justify-content: center;width: 100%;padding: 40px 80px;}
.index_wrap .main_system .line_lst .line .txt .t1{font-size: 45px;font-weight: bold;color: #1a1a1a;line-height: 140%;}
.index_wrap .main_system .line_lst .line .txt .t2{margin-top: 20px;font-size: 33px;color: #1a1a1a;}
.index_wrap .main_system .line_lst .line+.line{margin-top: 75px;}
.index_wrap .main_system .line_lst .line:nth-child(2n){flex-direction: row-reverse;}
.index_wrap .main_system .line_lst .line:nth-child(2n) .txt{text-align: right;}


@media (max-width: 1420px){
	.index_wrap .main_system .main_tit_line .t1{font-size: 40px;}
	.index_wrap .main_system .certi_lst{justify-content: flex-start;flex-wrap: wrap;gap: 50px 25px;}
	.index_wrap .main_system .certi_lst .box{width: calc((100% - 50px) / 3);}
	.index_wrap .main_system .line_lst .line .img{width: 420px;}
	.index_wrap .main_system .line_lst .line .txt{padding: 40px 60px;}
}
@media (max-width: 1240px){
	.index_wrap .main_system .certi_lst{gap: 50px 0;max-width: 991px;margin-right: auto;margin-left: auto;}
	.index_wrap .main_system .certi_lst .box{width: 33.3333%;}
	.index_wrap .main_system .certi_lst .box .img{padding: 0 60px;}
	.index_wrap .main_system .certi_lst .box .img.p0{padding: 0;}
	.index_wrap .main_system .line_lst{max-width: 820px;margin-right: auto;margin-left: auto;}
	.index_wrap .main_system .line_lst .line{display: block;padding-bottom: 40px;}
	.index_wrap .main_system .line_lst .line .img{width: 100%;}
	.index_wrap .main_system .line_lst .line .txt{display: block;margin-top: 40px;padding: 0;text-align: center !important;}
}

@media (max-width: 767px){
	.index_wrap .main_system .certi_lst{}
	.index_wrap .main_system .certi_lst .box{width: 100%;}
	
}
@media (max-width: 620px){
	.index_wrap .main_system .main_tit_line .t1{margin-bottom: 10px;font-size: 26px;}
	.index_wrap .main_system .certi_lst{margin-top: 50px;}
	.index_wrap .main_system .certi_lst .box .img{padding: 0;}
	.index_wrap .main_system .certi_lst .box .t1{font-size: 16px;}
	.index_wrap .main_system .line_lst{margin-top: 30px;}
	.index_wrap .main_system .line_lst .line{padding-bottom: 20px;}
	.index_wrap .main_system .line_lst .line .txt{margin-top: 20px;}
	.index_wrap .main_system .line_lst .line .txt .t1{font-size: 26px;}
	.index_wrap .main_system .line_lst .line .txt .t2{margin-top: 10px;font-size: 20px;}
	.index_wrap .main_system .line_lst .line+.line{margin-top: 40px;}
}





.index_wrap .intro {
  width: 100%;
  background-image: url(/src/img/in_intro_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1240px) {
  .index_wrap .intro {
    height: auto;
    padding: 90px 0;
  }
}
@media (max-width: 620px) {
  .index_wrap .intro {
    padding: 50px 0;
  }
}
.index_wrap .intro .in_tit,
.index_wrap .intro .in_txt {
  color: #fff;
}
.index_wrap .intro .slide_ovh {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 620px) {
  .index_wrap .intro .slide_ovh {
    overflow: hidden;
    width: 100%;
    margin-top: 50px;
    padding: 0 32px;
  }
}
@media (max-width: 620px) {
  .index_wrap .intro .slide_ovh .intro_mask {
    overflow: hidden;
    width: 100%;
  }
}
.index_wrap .intro .slide_ovh .intro_mask .swiper-wrapper {
  align-items: center;
}
.index_wrap .intro .slide_ovh .intro_mask .item {
  opacity: 0.5;
  overflow: hidden;
  position: relative;
  width: 520px;
  height: 520px;
  padding: 80px;
  border-radius: 50%;
}
@media (max-width: 620px) {
  .index_wrap .intro .slide_ovh .intro_mask .item {
    width: 100%;
    height: 0;
    padding: 0;
    padding-bottom: 100%;
  }
}
.index_wrap .intro .slide_ovh .intro_mask .item .ani_box {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 620px) {
  .index_wrap .intro .slide_ovh .intro_mask .item .ani_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
}
.index_wrap .intro .slide_ovh .intro_mask .item .ani_box .ani_circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke-width: 70;
  stroke: #d9b6a3;
  stroke-dasharray: 2000;
  transform: rotate(-90deg);
  transform-origin: center;
  animation: rotation 5s linear;
}
.index_wrap .intro .slide_ovh .intro_mask .item .circle {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
}
@media (max-width: 620px) {
  .index_wrap .intro .slide_ovh .intro_mask .item .circle {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
  }
}
.index_wrap .intro .slide_ovh .intro_mask .item .circle .img {
  z-index: 10;
  overflow: hidden;
  position: relative;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 620px) {
  .index_wrap .intro .slide_ovh .intro_mask .item .circle .img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }
}
.index_wrap .intro .slide_ovh .intro_mask .item .circle .img::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  transition: 0.5s ease-out;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
}
.index_wrap .intro .slide_ovh .intro_mask .item .circle .img .txt_box {
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px 40px;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media (max-width: 620px) {
  .index_wrap .intro .slide_ovh .intro_mask .item .circle .img .txt_box {
    padding: 10px 20px;
  }
}
.index_wrap .intro .slide_ovh .intro_mask .item .circle .img .txt_box .t1 {
  position: relative;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
  transition: 0.5s all;
}
.index_wrap .intro .slide_ovh .intro_mask .item .circle .img .txt_box .t1::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%) rotate(-90deg);
  width: 20px;
  height: 34px;
  background-image: url(/src/img/ico/slide_arrow_ico1.svg);
}
@media (max-width: 1240px) {
  .index_wrap .intro .slide_ovh .intro_mask .item .circle .img .txt_box .t1::after {
    display: none;
  }
}
.index_wrap .intro .slide_ovh .intro_mask .item .circle .img .txt_box .t2 {
  overflow: hidden;
  color: #fff;
  height: 0;
  transform: matrix(1, 0, 0, 1, 0, 50);
  transition: transform 0.8s, opacity 0.8s;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 620px) {
  .index_wrap .intro .slide_ovh .intro_mask .item .circle .img .txt_box .t2 {
    -webkit-line-clamp: 2;
  }
}
.index_wrap .intro .slide_ovh .intro_mask .item.swiper-slide-active {
  opacity: 1;
  padding: 0;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 620px) {
  .index_wrap .intro .slide_ovh .intro_mask .item.swiper-slide-active {
    height: 0;
    padding-bottom: 100%;
  }
}
.index_wrap .intro .slide_ovh .intro_mask .item.swiper-slide-active .ani_box {
  display: block;
}
.index_wrap .intro .slide_ovh .intro_mask .item.swiper-slide-active .circle .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
}
@media (max-width: 620px) {
  .index_wrap .intro .slide_ovh .intro_mask .item.swiper-slide-active .circle .img {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }
}
.index_wrap .intro .slide_ovh .intro_mask .item.swiper-slide-active .circle .txt_box {
  opacity: 1;
}
.index_wrap .intro .slide_ovh .intro_mask .item.swiper-slide-active .circle .txt_box .t1 {
  opacity: 1;
}
.index_wrap .intro .slide_ovh .intro_mask .item.swiper-slide-active:hover .circle .img::before {
  width: 100%;
  height: 100%;
}
.index_wrap .intro .slide_ovh .intro_mask .item.swiper-slide-active:hover .circle .txt_box .t1 {
  padding-bottom: 20px;
}
@media (max-width: 620px) {
  .index_wrap .intro .slide_ovh .intro_mask .item.swiper-slide-active:hover .circle .txt_box .t1 {
    padding-bottom: 10px;
  }
}
.index_wrap .intro .slide_ovh .intro_mask .item.swiper-slide-active:hover .circle .txt_box .t1::after {
  bottom: calc(100% + 25px);
  transform: translateX(-50%) rotate(-90deg) scaleX(-1);
}
.index_wrap .intro .slide_ovh .intro_mask .item.swiper-slide-active:hover .circle .txt_box .t2 {
  height: auto;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.index_wrap .intro .slide_ovh .intro_mask .item.swiper-slide-prev {
  opacity: 1;
  padding: 80px 115px 80px 60px;
}
@media (max-width: 620px) {
  .index_wrap .intro .slide_ovh .intro_mask .item.swiper-slide-prev {
    padding: 0;
  }
}
.index_wrap .intro .slide_ovh .intro_mask .item.swiper-slide-next {
  opacity: 1;
  padding: 80px 60px 80px 115px;
}
@media (max-width: 620px) {
  .index_wrap .intro .slide_ovh .intro_mask .item.swiper-slide-next {
    padding: 0;
  }
}
.index_wrap .intro .slide_ovh .arrow_btn {
  z-index: 10;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 34px;
  margin-top: -17px;
  background-image: url(/src/img/ico/slide_arrow_ico1.svg);
}
@media (max-width: 767px) {
  .index_wrap .intro .slide_ovh .arrow_btn {
    width: 14px;
    height: 23px;
    margin-top: -12px;
    background-size: 14px 23px;
  }
}
.index_wrap .intro .slide_ovh .arrow_btn.p {
  left: calc(50% - 600px);
  margin-left: 280px;
}
@media (max-width: 767px) {
  .index_wrap .intro .slide_ovh .arrow_btn.p {
    left: 0;
    margin-left: 0;
  }
}
.index_wrap .intro .slide_ovh .arrow_btn.n {
  right: calc(50% - 600px);
  margin-right: 280px;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .index_wrap .intro .slide_ovh .arrow_btn.n {
    right: 0;
    margin-right: 0;
  }
}


.s_top {
  width: 100%;
  height: 440px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
@media (max-width: 1240px) {
  .s_top {
    height: 400px;
  }
}
@media (max-width: 620px) {
  .s_top {
    height: 230px;
  }
}
.s_top.s1 {
  background-image: url(/src/img/s_top1.jpg);
}
.s_top.s2 {
  background-image: url(/src/img/s_top2_2.png);
}
.s_top.s3 {
  background-image: url(/src/img/s_top3.jpg);
}
.s_top.s4 {
  background-image: url(/src/img/s_top4.jpg);
}
.s_top.s5 {
  background-image: url(/src/img/s_top5.jpg);
}
.s_top .path {
  padding-bottom: 30px;
  color: #fff;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
}
.s_top .s_h2 {
  font-weight: bold;
  color: #fff;
  font-size: 54px;
  line-height: 100%;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
}
@media (max-width: 620px) {
  .s_top .s_h2 {
    font-size: 20px;
  }
}
.s_top .s_h2_p {
  padding-top: 38px;
  color: #fff;
  line-height: 100%;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
}
@media (max-width: 620px) {
  .s_top .s_h2_p {
    padding-top: 20px;
  }
}

.s_nav {
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1240px) {
  .s_nav {
    border-bottom: 0;
  }
}
.s_nav &gt; ul {
  text-align: center;
  font-size: 0;
}
.s_nav &gt; ul &gt; li {
  position: relative;
  display: inline-block;
  width: 220px;
  vertical-align: top;
}
.s_nav &gt; ul &gt; li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #640000;
  transition: 0.5s all;
}
.s_nav &gt; ul &gt; li &gt; a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 80px;
  color: #666;
}
.s_nav &gt; ul &gt; li.bg &gt; a{color: #fff;background-color: #640000;}
.s_nav &gt; ul &gt; li.act::after {
  display: block;
  width: 100%;
}
.s_nav &gt; ul &gt; li.act &gt; a {
  font-weight: bold;
  color: #333;
}
.s_nav &gt; ul &gt; li.act.bg &gt; a{color: #fff;}

.s_nav .s_nav_sel {
  width: 100%;
  height: 60px;
  padding: 0 20px;
}

.s_h3 {
  padding: 100px 0 46px;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
}
@media (max-width: 620px) {
  .s_h3 {
    padding: 50px 0 23px;
  }
}

.s_h3_desc{margin-top: 40px;}
@media (max-width: 620px){
	.s_h3_desc{margin-top: 20px;}
}

.bar_tit {
  color: #262626;
  text-align: center;
}
@media (max-width: 620px) {
  .bar_tit.mb50 {
    margin-bottom: 25px;
  }
}
.bar_tit::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  margin: 10px auto 0;
  background-color: #640000;
}
@media (max-width: 620px) {
  .bar_tit::after {
    width: 60px;
    height: 2px;
    margin: 5px auto 0;
  }
}

.s_bdt {
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
@media (max-width: 620px) {
  .s_bdt {
    padding-top: 15px;
  }
}

.s_cont120{padding: 120px 0;}
@media (max-width: 620px){
	.s_cont120{padding: 60px 0;}
}

.s_cont140 {
  padding: 140px 0;
}
@media (max-width: 620px) {
  .s_cont140 {
    padding: 70px 0;
  }
}

.s_pt80 {
  padding-top: 80px;
}
@media (max-width: 620px) {
  .s_pt80 {
    padding-top: 40px;
  }
}

.s_pt100 {
  padding-top: 100px;
}
@media (max-width: 620px) {
  .s_pt100 {
    padding-top: 50px;
  }
}

.s_pt140 {
  padding-top: 140px;
}
@media (max-width: 620px) {
  .s_pt140 {
    padding-top: 70px;
  }
}

.s_pb140 {
  padding-bottom: 140px;
}
@media (max-width: 620px) {
  .s_pb140 {
    padding-bottom: 70px;
  }
}

.gray_bg {
  background-color: #fafafa;
}
.bgc_f5{background-color: #f5f5f5;}

@media (max-width: 620px) {
  .quote {
    position: relative;
    padding: 0 35px;
  }
}
.quote::before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 25px;
  margin-right: 20px;
  vertical-align: top;
  background-image: url(/src/img/quote.png);
  background-size: cover;
}
@media (max-width: 620px) {
  .quote::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 16px;
    margin-right: 0;
  }
}
.quote::after {
  content: '';
  transform: scale(-1, -1);
  display: inline-block;
  width: 34px;
  height: 25px;
  margin-left: 20px;
  vertical-align: top;
  background-image: url(/src/img/quote.png);
  background-size: cover;
}
@media (max-width: 620px) {
  .quote::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 16px;
    margin-left: 0;
  }
}

.s_banner {
  height: 460px;
  text-align: center;
  background-size: cover;
  background-position: center;
}
@media (max-width: 620px) {
  .s_banner {
    height: 320px;
  }
}
.s_banner.bg1_1 {
  background-image: url(/src/img/s_banner_1_1.jpg);
}
.s_banner.bg1_3 {
  background-image: url(/src/img/s_banner_1_3.jpg);
}
.s_banner.bg4_2 {
  background-image: url(/src/img/s_banner_4_2.jpg);
}
@media (max-width: 620px) {
  .s_banner.mb100 {
    margin-bottom: 50px;
  }
}
@media (max-width: 620px) {
  .s_banner.mb120 {
    margin-bottom: 60px;
  }
}
.s_banner .t1 {
  color: #fff;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
}
.s_banner .logo_w {
  margin-top: 40px;
}
@media (max-width: 620px) {
  .s_banner .logo_w {
    width: 180px;
    margin-top: 20px;
  }
}

.brand_intro1 {
  font-size: 0;
}
.brand_intro1 .l_cont {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
@media (max-width: 1240px) {
  .brand_intro1 .l_cont {
    display: block;
    width: 100%;
  }
}
.brand_intro1 .l_cont img {
  width: 100%;
}
.brand_intro1 .r_cont {
  display: inline-block;
  width: 50%;
  padding-left: 80px;
  vertical-align: middle;
}
@media (max-width: 1240px) {
  .brand_intro1 .r_cont {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-top: 80px;
    text-align: center;
  }
}
@media (max-width: 620px) {
  .brand_intro1 .r_cont {
    margin-top: 40px;
  }
}
.brand_intro1 .r_cont .t1 {
  color: #262626;
  letter-spacing: -0.5px;
  line-height: 130%;
}
@media (max-width: 620px) {
  .brand_intro1 .r_cont .t1 {
    line-height: 150%;
  }
}
.brand_intro1 .r_cont .t2 {
  color: #666;
}
@media (max-width: 620px) {
  .brand_intro1 .r_cont .mt30 {
    margin-top: 15px;
  }
}

.brand_intro2 {
  text-align: center;
}
.brand_intro2 .circle_lst {
  overflow: hidden;
  margin-top: 50px;
}
@media (max-width: 620px) {
  .brand_intro2 .circle_lst {
    margin-top: 30px;
  }
}
.brand_intro2 .circle_lst &gt; ul li {
  display: inline-block;
  width: 260px;
  height: 260px;
  padding: 20px;
  border-radius: 50%;
  vertical-align: top;
}
@media (max-width: 620px) {
  .brand_intro2 .circle_lst &gt; ul li {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    padding: 15px;
  }
}
.brand_intro2 .circle_lst &gt; ul li + li {
  margin-left: 70px;
}
@media (max-width: 620px) {
  .brand_intro2 .circle_lst &gt; ul li + li {
    margin: 25px auto 0;
  }
}
@media (max-width: 1240px) {
  .brand_intro2 .circle_lst &gt; ul li:last-child {
    display: block;
    margin: 25px auto 0;
  }
}
.brand_intro2 .circle_lst &gt; ul li.bg1 {
  background-color: rgba(251, 173, 60, 0.55);
}
.brand_intro2 .circle_lst &gt; ul li.bg2 {
  background-color: rgba(251, 173, 60, 0.8);
}
.brand_intro2 .circle_lst &gt; ul li.bg3 {
  background-color: #640000;
}
.brand_intro2 .circle_lst &gt; ul li .circle_w {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
}
.brand_intro2 .circle_lst &gt; ul li .circle_w .t1 {
  font-weight: bold;
}
.brand_intro2 .circle_lst &gt; ul li .circle_w .mt7 {
  margin-top: 7px;
}
.brand_intro2 .circle_lst &gt; ul li .circle_w .t2 {
  color: #666;
}
.brand_intro2 .b_txt {
  color: #666;
}
@media (max-width: 620px) {
  .brand_intro2 .b_txt.mt60 {
    margin-top: 30px;
  }
}

.history {
  margin-top: 60px;
}
@media (max-width: 620px) {
  .history {
    margin-top: 30px;
  }
}
.history li {
  position: relative;
  display: block;
  width: 50%;
  padding-bottom: 80px;
}
@media (max-width: 1240px) {
  .history li {
    width: 100%;
    padding-left: 34px;
  }
}
@media (max-width: 620px) {
  .history li {
    padding-left: 24px;
    padding-bottom: 40px;
  }
}
.history li .year {
  font-weight: bold;
}
.history li .desc {
  margin-top: 10px;
}
@media (max-width: 620px) {
  .history li .desc {
    margin-top: 5px;
  }
}
.history li .desc .t1 {
  position: relative;
  color: #666;
}
@media (max-width: 1240px) {
  .history li .desc .t1 {
    padding-left: 20px;
  }
}
@media (max-width: 620px) {
  .history li .desc .t1 {
    padding-left: 10px;
  }
}
.history li .desc .t1::after {
  content: '';
  position: absolute;
  top: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #666;
}
.history li::before {
  content: '';
  position: absolute;
  top: 37px;
  width: 1px;
  height: calc(100% - 30px);
  background-color: #ddd;
}
@media (max-width: 620px) {
  .history li::before {
    top: 25px;
    height: calc(100% - 20px);
  }
}
.history li::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 7px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width: 620px) {
  .history li::after {
    top: 5px;
    width: 20px;
    height: 20px;
  }
}
.history li:nth-child(2n-1) {
  padding-right: 34px;
  text-align: right;
}
@media (max-width: 1240px) {
  .history li:nth-child(2n-1) {
    padding-right: 0;
    text-align: left;
  }
}
.history li:nth-child(2n-1) .desc .t1 {
  padding-right: 20px;
}
@media (max-width: 1240px) {
  .history li:nth-child(2n-1) .desc .t1 {
    padding-right: 0;
  }
}
.history li:nth-child(2n-1) .desc .t1::after {
  right: 0;
}
@media (max-width: 1240px) {
  .history li:nth-child(2n-1) .desc .t1::after {
    right: calc(100% - 4px);
  }
}
.history li:nth-child(2n-1)::before {
  right: -1px;
}
@media (max-width: 1240px) {
  .history li:nth-child(2n-1)::before {
    right: 100%;
  }
}
.history li:nth-child(2n-1)::after {
  right: -16px;
  border: 5px solid #640000;
}
@media (max-width: 1240px) {
  .history li:nth-child(2n-1)::after {
    right: calc(100% - 15px);
  }
}
@media (max-width: 620px) {
  .history li:nth-child(2n-1)::after {
    right: calc(100% - 10px);
    border: 4px solid #640000;
  }
}
.history li:nth-child(2n) {
  margin-left: 50%;
  padding-left: 34px;
}
@media (max-width: 1240px) {
  .history li:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 620px) {
  .history li:nth-child(2n) {
    padding-left: 24px;
  }
}
.history li:nth-child(2n) .desc .t1 {
  padding-left: 20px;
}
@media (max-width: 620px) {
  .history li:nth-child(2n) .desc .t1 {
    padding-left: 10px;
  }
}
.history li:nth-child(2n) .desc .t1::after {
  left: 0;
}
.history li:nth-child(2n)::before {
  left: 0;
}
.history li:nth-child(2n)::after {
  left: -15px;
  border: 5px solid #ccc;
}
@media (max-width: 620px) {
  .history li:nth-child(2n)::after {
    left: -10px;
    border: 4px solid #ccc;
  }
}
.history li:last-child::before {
  height: calc(100% - 37px);
}
@media (max-width: 620px) {
  .history li:last-child::before {
    height: calc(100% - 25px);
  }
}

.bi .bi_s_tit {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 620px) {
  .bi .bi_s_tit {
    margin-bottom: 10px;
  }
}
.bi .name_intro {
  text-align: center;
}
.bi .name_intro .t1 {
  color: #666;
}
@media (max-width: 620px) {
  .bi .name_intro .t1.mt20 {
    margin-top: 10px;
  }
}
.bi .logo_intro .logo_desc {
  display: flex;
  align-items: center;
}
@media (max-width: 1240px) {
  .bi .logo_intro .logo_desc {
    display: block;
  }
}
.bi .logo_intro .logo_desc .img {
  width: 560px;
  height: 240px;
  border-radius: 15px;
  border: 1px solid #ccc;
  text-align: center;
}
@media (max-width: 1240px) {
  .bi .logo_intro .logo_desc .img {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .bi .logo_intro .logo_desc .img {
    height: 160px;
  }
}
@media (max-width: 620px) {
  .bi .logo_intro .logo_desc .img img {
    width: 180px;
  }
}
.bi .logo_intro .logo_desc .img.w800{width: 800px;}
.bi .logo_intro .logo_desc .img.ma{margin: 0 auto;}
@media (max-width: 1240px){
	.bi .logo_intro .logo_desc .img.w800{width: 100%;}
}


.bi .logo_intro .logo_desc .txt {
  width: 560px;
  margin-left: 80px;
}
@media (max-width: 1240px) {
  .bi .logo_intro .logo_desc .txt {
    width: 100%;
    margin: 40px 0 0;
  }
}
@media (max-width: 620px) {
  .bi .logo_intro .logo_desc .txt {
    margin-top: 20px;
  }
}
.bi .logo_intro .logo_desc .txt .bi_s_tit {
  text-align: left;
}
.bi .logo_intro .logo_desc .txt .t1 {
  position: relative;
  padding-left: 30px;
  color: #666;
}
@media (max-width: 620px) {
  .bi .logo_intro .logo_desc .txt .t1 {
    padding-left: 20px;
  }
}
@media (max-width: 620px) {
  .bi .logo_intro .logo_desc .txt .t1.mt10 {
    margin-top: 5px;
  }
}
.bi .logo_intro .logo_desc .txt .t1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #231916;
}
@media (max-width: 620px) {
  .bi .logo_intro .logo_desc .txt .t1::before {
    width: 12px;
    height: 12px;
  }
}
.bi .logo_intro .logo_desc .txt .t1:nth-child(2n-1)::before {
  background-color: #57412b;
}
.bi .logo_intro .color_desc {
  overflow: hidden;
  margin-top: 60px;
}
@media (max-width: 620px) {
  .bi .logo_intro .color_desc {
    margin-top: 30px;
  }
}
.bi .logo_intro .color_desc &gt; ul {
  margin-right: -45px;
  font-size: 0;
}
@media (max-width: 1240px) {
  .bi .logo_intro .color_desc &gt; ul {
    margin: 0 -45px -45px 0;
  }
}
@media (max-width: 620px) {
  .bi .logo_intro .color_desc &gt; ul {
    margin: 0 0 -25px;
  }
}
.bi .logo_intro .color_desc &gt; ul li {
  display: inline-block;
  width: calc(33.3334% - 45px);
  margin-right: 45px;
  vertical-align: top;
}
@media (max-width: 1240px) {
  .bi .logo_intro .color_desc &gt; ul li {
    width: calc(50% - 45px);
    margin: 0 45px 45px 0;
  }
}
@media (max-width: 620px) {
  .bi .logo_intro .color_desc &gt; ul li {
    display: block;
    width: 100%;
    margin: 0 0 25px;
  }
}
.bi .logo_intro .color_desc &gt; ul li .t1 {
  color: #666;
}
@media (max-width: 620px) {
  .bi .logo_intro .color_desc &gt; ul li .t1.mt20 {
    margin-top: 10px;
  }
}
@media (max-width: 620px) {
  .bi .logo_intro .color_desc &gt; ul li .t1.mt10 {
    margin-top: 5px;
  }
}
.bi .logo_intro .color_desc &gt; ul li .dot {
  position: relative;
  padding-left: 17px;
}
@media (max-width: 620px) {
  .bi .logo_intro .color_desc &gt; ul li .dot {
    padding-left: 12px;
  }
}
.bi .logo_intro .color_desc &gt; ul li .dot::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
}
@media (max-width: 620px) {
  .bi .logo_intro .color_desc &gt; ul li .dot::before {
    top: 7px;
  }
}
.bi .logo_intro .color_desc &gt; ul li .color_box {
  width: 100%;
  height: 153px;
  margin-top: 15px;
  border-radius: 15px;
  text-align: center;
}
@media (max-width: 620px) {
  .bi .logo_intro .color_desc &gt; ul li .color_box {
    height: 130px;
    margin-top: 5px;
  }
}
.bi .logo_intro .color_desc &gt; ul li .color_box.bg1 {
  background-color: #fbad3c;
}
.bi .logo_intro .color_desc &gt; ul li .color_box.bg2 {
  background-color: #e05142;
}
.bi .logo_intro .color_desc &gt; ul li .color_box.bg3 {
  background-color: #3e3f44;
}
.bi .logo_intro .b_txt {
  color: #666;
  text-align: center;
}
@media (max-width: 620px) {
  .bi .logo_intro .b_txt.mt70 {
    margin-top: 35px;
  }
}
.bi .slogan_box {
  padding: 40px 20px;
  border: 2px solid #640000 !important;
  border-radius: 15px;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 620px) {
  .bi .slogan_box {
    padding: 20px 10px;
  }
}
.bi .slogan_box .t1 {
  font-weight: bold;
}
@media (max-width: 620px) {
  .bi .slogan_box .fz40 {
    font-size: 24px;
  }
}
.bi .character_intro .t_txt {
  text-align: center;
}
.bi .character_intro .t_txt .t1 {
  font-weight: bold;
}
.bi .character_intro .t_txt .t2 {
  margin: 60px 0 10px;
  font-weight: bold;
}
@media (max-width: 620px) {
  .bi .character_intro .t_txt .t2 {
    margin: 30px 0 5px;
  }
}
.bi .character_intro .t_txt .t2.mt70 {
  margin-top: 70px;
}
@media (max-width: 620px) {
  .bi .character_intro .t_txt .t2.mt70 {
    margin-top: 35px;
  }
}
.bi .character_intro .t_txt .t3 {
  color: #666;
}
.bi .character_intro .character_img {
  margin-top: 75px;
  padding: 50px 30px;
  border-radius: 15px;
  text-align: center;
  font-size: 0;
  background-color: #fafafa;
}
@media (max-width: 620px) {
  .bi .character_intro .character_img {
    margin-top: 35px;
    padding: 25px 15px;
  }
}
.bi .character_intro .character_img .img_box {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 15px;
  vertical-align: bottom;
  background-color: #fff;
}
@media (max-width: 991px) {
  .bi .character_intro .character_img .img_box {
    display: block;
    width: auto;
    margin: 0 auto;
  }
}
.bi .character_intro .character_img .img_box + .img_box {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .bi .character_intro .character_img .img_box + .img_box {
    margin: 40px auto 0;
  }
}
@media (max-width: 620px) {
  .bi .character_intro .character_img .img_box + .img_box {
    margin-top: 20px;
  }
}
.bi .character_intro .character_img .img_box + .img_box img {
  width: 100%;
}
.bi .character_intro .character_img .img_box.img1 {
  padding: 73px 78px;
}
@media (max-width: 991px) {
  .bi .character_intro .character_img .img_box.img1 {
    width: 429px;
  }
}
@media (max-width: 620px) {
  .bi .character_intro .character_img .img_box.img1 {
    width: 100%;
    padding: 40px;
  }
}
.bi .character_intro .character_img .img_box.img2 {
  padding: 66px;
}
@media (max-width: 991px) {
  .bi .character_intro .character_img .img_box.img2 {
    width: 302px;
  }
}
@media (max-width: 620px) {
  .bi .character_intro .character_img .img_box.img2 {
    width: 100%;
    padding: 40px;
  }
}
.bi .character_intro .character_desc {
  margin-top: 30px;
}
.bi .character_intro .character_desc .line {
  font-size: 0;
}
.bi .character_intro .character_desc .line + .line {
  margin-top: 10px;
}
.bi .character_intro .character_desc .line .t1 {
  display: inline-block;
  width: 145px;
  font-weight: bold;
  vertical-align: top;
  line-height: 150%;
}
@media (max-width: 620px) {
  .bi .character_intro .character_desc .line .t1 {
    display: block;
    width: 100%;
  }
}
.bi .character_intro .character_desc .line .t1::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 10px 3px 0;
  border-radius: 50%;
  background-color: #333;
}
@media (max-width: 620px) {
  .bi .character_intro .character_desc .line .t1::before {
    margin-right: 5px;
  }
}
.bi .character_intro .character_desc .line .t2 {
  display: inline-block;
  width: calc(100% - 145px);
  vertical-align: top;
  color: #666;
  line-height: 150%;
}
@media (max-width: 620px) {
  .bi .character_intro .character_desc .line .t2 {
    display: block;
    width: 100%;
  }
}

@media (max-width: 620px) {
  .lr_lst.mt60 {
    margin-top: 30px;
  }
}
.lr_lst .line {
  display: flex;
  align-items: center;
}
@media (max-width: 1240px) {
  .lr_lst .line {
    display: block;
    width: 100%;
  }
}
.lr_lst .line + .line {
  margin-top: 80px;
}
@media (max-width: 620px) {
  .lr_lst .line + .line {
    margin-top: 40px;
  }
}
.lr_lst .line .img {
  width: 560px;
}
@media (max-width: 1240px) {
  .lr_lst .line .img {
    display: block;
    width: 100%;
  }
}
.lr_lst .line .img img {
  width: 100%;
}
.lr_lst .line .txt {
  width: 560px;
  margin-left: 80px;
  text-align: center;
}
@media (max-width: 1240px) {
  .lr_lst .line .txt {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 620px) {
  .lr_lst .line .txt {
    margin-top: 15px;
  }
}
.lr_lst .line .txt .t1 {
  color: #fbb959;
}
.lr_lst .line .txt .t2 {
  color: #262626;
  line-height: 44px;
  font-weight: bold;
}
@media (max-width: 620px) {
  .lr_lst .line .txt .t2 {
    line-height: 150%;
  }
}
.lr_lst .line .txt .t3 {
  color: #666;
}
@media (max-width: 620px) {
  .lr_lst .line .txt .mt20 {
    margin-top: 10px;
  }
}
.lr_lst .line:nth-child(2n) {
  flex-direction: row-reverse;
}
.lr_lst .line:nth-child(2n) .img {
  margin-left: 80px;
}
@media (max-width: 1240px) {
  .lr_lst .line:nth-child(2n) .img {
    margin-left: 0;
  }
}
.lr_lst .line:nth-child(2n) .txt {
  margin-left: 0;
}

.menu_lst {
  overflow: hidden;
}
.menu_lst &gt; ul {
  margin: 0 -30px -65px 0;
  font-size: 0;
}
@media (max-width: 620px) {
  .menu_lst &gt; ul {
    margin: 0 -15px -30px 0;
  }
}
.menu_lst &gt; ul li {
  display: inline-block;
  width: calc(33.3334% - 30px);
  margin: 0 30px 65px 0;
  vertical-align: top;
  text-align: center;
}
@media (max-width: 1240px) {
  .menu_lst &gt; ul li {
    width: calc(50% - 30px);
  }
}
@media (max-width: 620px) {
  .menu_lst &gt; ul li {
    width: calc(50% - 15px);
    margin: 0 15px 30px 0;
  }
}
.menu_lst &gt; ul li.w100p{width: calc(100% - 30px);}
@media (max-width: 620px){
	.menu_lst &gt; ul li.w100p{width: calc(100% - 15px);}
}

.menu_lst &gt; ul li .img {
  position: relative;
}
.menu_lst &gt; ul li .img .best_ico {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  height: 110px;
  padding: 20px 0 0 20px;
  text-align: left;
  font-weight: bold;
	line-height: 120%;
  color: #fff;
  background-image: url(/src/img/best_ico_bg.svg);
  background-size: cover;
}
@media (max-width: 620px) {
  .menu_lst &gt; ul li .img .best_ico {
    width: 100px;
    height: 84px;
    padding: 15px 0 0 15px;
  }
}
.menu_lst &gt; ul li .img img {
  width: 100%;
}
.menu_lst &gt; ul li .t1 {
  margin-top: 25px;
  font-weight: bold;
}
@media (max-width: 620px) {
  .menu_lst &gt; ul li .t1 {
    margin-top: 15px;
  }
}
.menu_lst &gt; ul li .t2 {
  margin-top: 10px;
  color: #888;
}
@media (max-width: 620px) {
  .menu_lst &gt; ul li .t2 {
    margin-top: 5px;
  }
}

.map_sch {
	margin-top: 140px;
  font-size: 0;
}
@media (max-width: 620px){
	.map_sch{margin-top: 70px;}
}
.map_sch .sel_wrap {
  position: relative;
  display: inline-block;
  width: 240px;
  vertical-align: top;
}
@media (max-width: 1240px) {
  .map_sch .sel_wrap {
    width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 620px) {
  .map_sch .sel_wrap {
    width: calc((100% - 5px) / 2);
  }
}
@media (max-width: 620px) {
  .map_sch .sel_wrap.ml10 {
    margin-left: 5px;
  }
}
.map_sch .sel_wrap .sel_btn {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 40px 0 30px;
  border: 1px solid #ddd;
  border-radius: 10px;
  line-height: 60px;
  text-align: left;
}
@media (max-width: 620px) {
  .map_sch .sel_wrap .sel_btn {
    padding: 0 30px 0 15px;
  }
}
.map_sch .sel_wrap .sel_btn::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 9px;
  background-image: url(/src/img/ico/map_sel_ico1.svg);
  background-size: cover;
}
@media (max-width: 620px) {
  .map_sch .sel_wrap .sel_btn::after {
    right: 15px;
  }
}
.map_sch .sel_wrap .sel_lst {
  overflow: hidden;
  display: none;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 65px;
  width: 100%;
  border: 1px solid #fbaa35;
  border-radius: 10px;
  background-color: #fff;
}
.map_sch .sel_wrap .sel_lst &gt; ul {
  overflow-y: auto;
  height: auto;
  max-height: 134px;
  padding: 25px;
}
@media (max-width: 620px) {
  .map_sch .sel_wrap .sel_lst &gt; ul {
    padding: 20px 15px;
  }
}
.map_sch .sel_wrap .sel_lst &gt; ul &gt; li {
  cursor: pointer;
  font-size: 16px;
  color: #666;
}
.map_sch .sel_wrap .sel_lst &gt; ul &gt; li:hover {
  color: #640000;
}
@media (max-width: 620px) {
  .map_sch .sel_wrap .sel_lst &gt; ul &gt; li {
    font-size: 14px;
  }
}
.map_sch .sel_wrap .sel_lst &gt; ul &gt; li + li {
  margin-top: 5px;
}
.map_sch .sel_wrap.act .sel_btn {
  border: 1px solid #fbaa35;
}
.map_sch .sel_wrap.act .sel_btn::after {
  background-image: url(/src/img/ico/map_sel_ico2.svg);
}
.map_sch .sel_wrap.act .sel_lst {
  display: block;
}
.map_sch .sch_inp {
  display: inline-block;
  width: calc(100% - 710px);
  height: 60px;
  margin-left: 10px;
  padding: 0 25px;
  border-radius: 10px;
}
@media (max-width: 1240px) {
  .map_sch .sch_inp {
    width: calc(100% - 210px);
    margin: 10px 0 0;
  }
}
@media (max-width: 620px) {
  .map_sch .sch_inp {
    width: 100%;
    margin: 5px 0 0;
    padding: 0 15px;
  }
}
.map_sch .sch_inp::placeholder {
  color: #999;
}
.map_sch .s_btn {
  display: inline-block;
  width: 200px;
  height: 60px;
  margin-left: 10px;
  border-radius: 10px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #640000;
}
@media (max-width: 1240px) {
  .map_sch .s_btn {
    margin: 10px 0 0 10px;
  }
}
@media (max-width: 620px) {
  .map_sch .s_btn {
    width: 100%;
    margin: 5px 0 0;
  }
}
.map_sch .s_btn::after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 20px;
  margin: 0 0 2px 8px;
  vertical-align: middle;
  background-image: url(/src/img/ico/map_sch_ico.svg);
  background-size: cover;
}

.shop_map_wrap {
  border-top: 1px solid #111;
}
@media (max-width: 620px) {
  .shop_map_wrap.mt60 {
    margin-top: 30px;
  }
}
.shop_map_wrap .shop_map {
  width: 50%;
  height: 650px;
  /*background-image: url(/src/img/map_ex2.jpg);
  background-size: cover;
  background-position: center;*/
}
@media (max-width: 1240px) {
  .shop_map_wrap .shop_map {
    float: none;
    display: block;
    width: 100%;
  }
}
@media (max-width: 620px) {
  .shop_map_wrap .shop_map {
    height: 380px;
  }
}
.shop_map_wrap .shop_map_lst {
  overflow-y: auto;
	position: relative;
  width: 50%;
  height: 650px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1240px) {
  .shop_map_wrap .shop_map_lst {
    float: none;
    display: block;
    width: 100%;
  }
}
@media (max-width: 620px) {
  .shop_map_wrap .shop_map_lst {
    height: 380px;
  }
}
.shop_map_wrap .shop_map_lst .map_none{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;text-align: center;}
.shop_map_wrap .shop_map_lst &gt; ul {
  height: 100%;
}
.shop_map_wrap .shop_map_lst &gt; ul li {
  padding: 20px 25px;
  border-bottom: 1px solid #ddd;
  font-size: 0;
}
@media (max-width: 620px) {
  .shop_map_wrap .shop_map_lst &gt; ul li {
    padding: 15px;
  }
}
.shop_map_wrap .shop_map_lst &gt; ul li .img {
  overflow: hidden;
  display: inline-block;
  width: 180px;
  border-radius: 10px;
  vertical-align: middle;
}
.shop_map_wrap .shop_map_lst &gt; ul li .img img {
  width: 100%;
}
.shop_map_wrap .shop_map_lst &gt; ul li .txt {
  display: inline-block;
  width: calc(100% - 210px);
  margin-left: 30px;
  vertical-align: middle;
}
@media (max-width: 620px) {
  .shop_map_wrap .shop_map_lst &gt; ul li .txt {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.shop_map_wrap .shop_map_lst &gt; ul li .txt .t1 {
  font-weight: bold;
}
.shop_map_wrap .shop_map_lst &gt; ul li .txt .t2 {
  color: #666;
}
.shop_map_wrap .shop_map_lst &gt; ul li .txt .t2.mt10 {
  margin-top: 5px;
}
.shop_map_wrap .shop_map_lst &gt; ul li .btn_line {
  margin-top: 10px;
  font-size: 0;
}
@media (max-width: 620px) {
  .shop_map_wrap .shop_map_lst &gt; ul li .btn_line {
    margin-top: 5px;
  }
}
.shop_map_wrap .shop_map_lst &gt; ul li .btn_line .btn {
  display: inline-block;
  width: 88px;
  height: 34px;
  border-radius: 5px;
  vertical-align: top;
  text-align: center;
}
.shop_map_wrap .shop_map_lst &gt; ul li .btn_line .btn + .btn {
  margin-left: 8px;
}
@media (max-width: 620px) {
  .shop_map_wrap .shop_map_lst &gt; ul li .btn_line .btn + .btn {
    margin-left: 4px;
  }
}
.shop_map_wrap .shop_map_lst &gt; ul li .btn_line .btn.style1 {
  border: 1px solid #aaa;
  line-height: 32px;
  color: #666;
}
.shop_map_wrap .shop_map_lst &gt; ul li .btn_line .btn.style2 {
  line-height: 34px;
  color: #fff;
  background-color: #333;
}

.store_slide .big_img {
  overflow: hidden;
}
.store_slide .big_img .item img {
  width: 100%;
}
.store_slide .s_img {
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}
@media (max-width: 620px) {
  .store_slide .s_img {
    margin-top: 5px;
  }
}
.store_slide .s_img .item {
  position: relative;
}
.store_slide .s_img .item img {
  width: 100%;
}
.store_slide .s_img .item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.store_slide .s_img .item.swiper-slide-thumb-active::after {
  box-sizing: border-box;
  border: 3px solid #640000;
  background-color: transparent;
}
@media (max-width: 620px) {
  .store_slide .s_img .item.swiper-slide-thumb-active::after {
    border: 1px solid #640000;
  }
}
.store_slide .s_img .arrow_btn {
  z-index: 10;
  position: absolute;
  top: 0;
  width: 28px;
  height: 100%;
  background-color: #640000;
}
@media (max-width: 620px) {
  .store_slide .s_img .arrow_btn {
    width: 16px;
  }
}
.store_slide .s_img .arrow_btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 14px;
  background-image: url(/src/img/ico/store_slide_arrow.svg);
  background-size: cover;
}
@media (max-width: 620px) {
  .store_slide .s_img .arrow_btn::after {
    width: 5px;
    height: 9px;
  }
}
.store_slide .s_img .arrow_btn.prev {
  left: 0;
}
.store_slide .s_img .arrow_btn.next {
  right: 0;
}
.store_slide .s_img .arrow_btn.next::after {
  transform: translate(-50%, -50%) scaleX(-1);
}

.shop_intro .shop_lr .l_cont {
  width: 570px;
}
@media (max-width: 1240px) {
  .shop_intro .shop_lr .l_cont {
    float: none;
    display: block;
    width: 100%;
  }
}
.shop_intro .shop_lr .r_cont {
  width: 570px;
  padding-top: 30px;
}
@media (max-width: 1240px) {
  .shop_intro .shop_lr .r_cont {
    float: none;
    display: block;
    width: 100%;
    margin-top: 80px;
    padding-top: 0;
  }
}
@media (max-width: 620px) {
  .shop_intro .shop_lr .r_cont {
    margin-top: 40px;
  }
}
.shop_intro .shop_lr .r_cont .tit {
  font-weight: bold;
  line-height: 34px;
}
@media (max-width: 620px) {
  .shop_intro .shop_lr .r_cont .tit {
    line-height: 150%;
  }
}
.shop_intro .shop_lr .r_cont .shop_desc {
  margin-top: 30px;
  padding: 30px 10px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 620px) {
  .shop_intro .shop_lr .r_cont .shop_desc {
    margin-top: 15px;
    padding: 15px 5px;
  }
}
.shop_intro .shop_lr .r_cont .shop_desc .line {
  font-size: 0;
  line-height: 150%;
}
.shop_intro .shop_lr .r_cont .shop_desc .line + .line {
  margin-top: 20px;
}
@media (max-width: 620px) {
  .shop_intro .shop_lr .r_cont .shop_desc .line + .line {
    margin-top: 10px;
  }
}
.shop_intro .shop_lr .r_cont .shop_desc .line .t1 {
  display: inline-block;
  width: 120px;
  vertical-align: top;
}
@media (max-width: 620px) {
  .shop_intro .shop_lr .r_cont .shop_desc .line .t1 {
    width: 100px;
  }
}
.shop_intro .shop_lr .r_cont .shop_desc .line .t2 {
  display: inline-block;
  width: calc(100% - 120px);
  vertical-align: top;
  color: #666;
}
@media (max-width: 620px) {
  .shop_intro .shop_lr .r_cont .shop_desc .line .t2 {
    width: calc(100% - 100px);
  }
}
.shop_intro .shop_lr .r_cont .shop_desc .ico::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 18px 2px 0;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 620px) {
  .shop_intro .shop_lr .r_cont .shop_desc .ico::before {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-size: contain;
  }
}
.shop_intro .shop_lr .r_cont .shop_desc .ico1::before {
  background-image: url(/src/img/ico/shop_desc_ico1.svg);
}
.shop_intro .shop_lr .r_cont .shop_desc .ico2::before {
  background-image: url(/src/img/ico/shop_desc_ico2.svg);
}
.shop_intro .shop_lr .r_cont .shop_desc .ico3::before {
  background-image: url(/src/img/ico/shop_desc_ico3.svg);
}
.shop_intro .shop_lr .r_cont .shop_ico_lst {
  overflow: hidden;
}
.shop_intro .shop_lr .r_cont .shop_ico_lst &gt; ul {
  margin-right: -20px;
  font-size: 0;
}
@media (max-width: 620px) {
  .shop_intro .shop_lr .r_cont .shop_ico_lst &gt; ul {
    margin-right: -10px;
  }
}
.shop_intro .shop_lr .r_cont .shop_ico_lst &gt; ul li {
  display: inline-block;
  width: 96px;
  margin: 35px 20px 0 0;
  vertical-align: top;
  text-align: center;
}
@media (max-width: 620px) {
  .shop_intro .shop_lr .r_cont .shop_ico_lst &gt; ul li {
    margin: 25px 10px 0 0;
  }
}
.shop_intro .shop_lr .r_cont .shop_ico_lst &gt; ul li .circle {
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 1px solid #640000;
}
.shop_intro .shop_lr .r_cont .shop_ico_lst &gt; ul li .ico {
  background-repeat: no-repeat;
  background-position: center;
}
.shop_intro .shop_lr .r_cont .shop_ico_lst &gt; ul li .ico1 {
  background-image: url(/src/img/ico/shop_ico_lst1.svg);
}
.shop_intro .shop_lr .r_cont .shop_ico_lst &gt; ul li .ico2 {
  background-image: url(/src/img/ico/shop_ico_lst2.svg);
}
.shop_intro .shop_lr .r_cont .shop_ico_lst &gt; ul li .ico3 {
  background-image: url(/src/img/ico/shop_ico_lst3.svg);
}
.shop_intro .shop_lr .r_cont .shop_ico_lst &gt; ul li .ico4 {
  background-image: url(/src/img/ico/shop_ico_lst4.svg);
}
.shop_intro .shop_lr .r_cont .shop_ico_lst &gt; ul li .ico5 {
  background-image: url(/src/img/ico/shop_ico_lst5.svg);
}
.shop_intro .shop_lr .r_cont .shop_ico_lst &gt; ul li .t1 {
  margin-top: 15px;
  color: #666;
}
@media (max-width: 620px) {
  .shop_intro .shop_lr .r_cont .shop_ico_lst &gt; ul li .t1 {
    margin-top: 7px;
  }
}
.shop_intro .v_map {
  margin-top: 80px;
}
@media (max-width: 620px) {
  .shop_intro .v_map {
    margin-top: 40px;
  }
}
.shop_intro .list_btn {
  display: block;
  width: 200px;
  height: 60px;
  margin: 60px auto 0;
  border-radius: 10px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #333;
}
@media (max-width: 620px) {
  .shop_intro .list_btn {
    margin-top: 30px;
  }
}

.v_map {
  height: 400px;
  background-image: url(/src/img/map_ex.jpg);
  background-position: center;
  background-size: cover;
}
@media (max-width: 620px) {
  .v_map {
    height: 300px;
  }
}

.store_type_lst &gt; ul {
  margin-left: -60px;
  font-size: 0;
}
@media (max-width: 1240px) {
  .store_type_lst &gt; ul {
    margin: 0 0 -60px;
  }
}
@media (max-width: 620px) {
  .store_type_lst &gt; ul {
    margin-bottom: -30px;
  }
}
.store_type_lst &gt; ul li {
  overflow: hidden;
  display: inline-block;
  width: calc(50% - 60px);
  min-height: 660px;
  margin-left: 60px;
  border-radius: 30px;
  vertical-align: top;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1240px) {
  .store_type_lst &gt; ul li {
    display: block;
    width: 100%;
    min-height: auto;
    margin: 0 0 60px;
  }
}
@media (max-width: 620px) {
  .store_type_lst &gt; ul li {
    margin-bottom: 30px;
  }
}
.store_type_lst &gt; ul li img {
  width: 100%;
}
.store_type_lst &gt; ul li .txt {
  text-align: center;
  padding: 45px 55px 70px;
}
@media (max-width: 620px) {
  .store_type_lst &gt; ul li .txt {
    padding: 25px 25px 35px;
  }
}
.store_type_lst &gt; ul li .txt .t1 {
  color: #640000;
  line-height: 120%;
}
@media (max-width: 620px) {
  .store_type_lst &gt; ul li .txt .t1 {
    line-height: 150%;
  }
}
.store_type_lst &gt; ul li .txt .t2 {
  margin-top: 10px;
  font-weight: bold;
  line-height: 120%;
}
@media (max-width: 620px) {
  .store_type_lst &gt; ul li .txt .t2 {
    line-height: 150%;
  }
}
.store_type_lst &gt; ul li .txt .t3 {
  color: #666;
}
@media (max-width: 620px) {
  .store_type_lst &gt; ul li .txt .t3.mt20 {
    margin-top: 10px;
  }
}

.map_desc {
  border-top: 1px solid #707070;
}
@media (max-width: 620px) {
  .map_desc.mt20 {
    margin-top: 10px;
  }
}
.map_desc &gt; table tr {
  border-bottom: 1px solid #ddd;
}
.map_desc &gt; table th {
  width: 180px;
  padding: 19px 30px;
  text-align: left;
  background-color: #f8f8f8;
}
@media (max-width: 620px) {
  .map_desc &gt; table th {
    display: block;
    width: 100%;
    padding: 15px 10px;
  }
}
.map_desc &gt; table .ico::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 13px 2px 0;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 620px) {
  .map_desc &gt; table .ico::before {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-size: contain;
  }
}
.map_desc &gt; table .ico1::before {
  background-image: url(/src/img/ico/map_desc_ico1.svg);
}
.map_desc &gt; table .ico2::before {
  background-image: url(/src/img/ico/map_desc_ico2.svg);
}
.map_desc &gt; table td {
  padding: 19px 20px;
  color: #666;
}
@media (max-width: 620px) {
  .map_desc &gt; table td {
    display: block;
    width: 100%;
    padding: 15px 10px;
    border-top: 1px solid #ddd;
  }
}

.comp_box {
  padding: 60px 30px;
  border-radius: 30px;
  border: 2px solid #640000 !important;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 620px) {
  .comp_box {
    padding: 30px 15px;
  }
}
.comp_box .t1 {
  color: #666;
}
@media (max-width: 620px) {
  .comp_box .t1.mt10 {
    margin-top: 5px;
  }
}

.found_process {
  padding-top: 32px;
}
@media (max-width: 620px) {
  .found_process {
    padding-top: 20px;
  }
}
.found_process &gt; ul {
  margin: 0 0 -80px -30px;
  font-size: 0;
}
@media (max-width: 620px) {
  .found_process &gt; ul {
    margin: 0 0 -40px;
  }
}
.found_process &gt; ul li {
  position: relative;
  display: inline-block;
  width: calc(33.3334% - 30px);
  margin: 0 0 80px 30px;
  padding: 60px 0 70px;
  border-radius: 10px;
  vertical-align: top;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1240px) {
  .found_process &gt; ul li {
    width: calc(50% - 30px);
  }
}
@media (max-width: 620px) {
  .found_process &gt; ul li {
    display: block;
    width: 100%;
    margin: 0 0 40px;
    padding: 40px 0;
  }
}
.found_process &gt; ul li .num_box {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  width: 114px;
  height: 40px;
  border-radius: 10px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #333;
}
.found_process &gt; ul li .ico {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 620px) {
  .found_process &gt; ul li .ico {
    width: 60px;
    height: 60px;
    background-size: contain;
  }
}
.found_process &gt; ul li .ico1 {
  background-image: url(/src/img/ico/found_ico1.svg);
}
.found_process &gt; ul li .ico2 {
  background-image: url(/src/img/ico/found_ico2.svg);
}
.found_process &gt; ul li .ico3 {
  background-image: url(/src/img/ico/found_ico3.svg);
}
.found_process &gt; ul li .ico4 {
  background-image: url(/src/img/ico/found_ico4.svg);
}
.found_process &gt; ul li .ico5 {
  background-image: url(/src/img/ico/found_ico5.svg);
}
.found_process &gt; ul li .ico6 {
  background-image: url(/src/img/ico/found_ico6.svg);
}
.found_process &gt; ul li .t1 {
  color: #262626;
}
@media (max-width: 620px) {
  .found_process &gt; ul li .t1.mt30 {
    margin-top: 15px;
  }
}
.found_process &gt; ul li .t2 {
  color: #666;
}

.agree_tit {
  margin: 100px 0 15px;
}
.agree_tit.mt0 {
  margin-top: 0;
}
@media (max-width: 620px) {
  .agree_tit {
    margin: 50px 0 5px;
  }
}

.agree_box {
  overflow-y: scroll;
  height: 220px;
  padding: 15px 20px;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
}
@media (max-width: 620px) {
  .agree_box {
    height: 180px;
    padding: 10px 10px;
  }
}
.agree_box pre {
  color: #666;
}

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

@media (max-width: 1240px) {
  .m_scroll::-webkit-scrollbar {
    height: 3px;
    background-color: transparent;
  }
}
@media (max-width: 1240px) {
  .m_scroll::-webkit-scrollbar-thumb {
    background-color: #640000 !important;
  }
}
@media (max-width: 1240px) {
  .m_scroll {
    overflow-x: auto;
    padding-bottom: 30px;
  }
}
@media (max-width: 620px) {
  .m_scroll {
    padding-bottom: 15px;
  }
}
@media (max-width: 1240px) {
  .m_scroll .cost_tb {
    width: 1200px;
  }
}

.cost_tb {
  border-top: 1px solid #333;
  border-right: 1px solid #ddd;
}
@media (max-width: 620px) {
  .cost_tb.mt60 {
    margin-top: 30px;
  }
}
.cost_tb &gt; table .w170 {
  width: 170px;
}
.cost_tb &gt; table tr {
  border-bottom: 1px solid #ddd;
}
.cost_tb &gt; table thead th {
  padding: 21px 0;
  border-left: 1px solid #ddd;
  font-weight: bold;
  color: #fff;
  background-color: #333;
}
@media (max-width: 620px) {
  .cost_tb &gt; table thead th {
    padding: 15px 0;
  }
}
.cost_tb &gt; table tbody th {
  padding: 29px 0;
  border-left: 1px solid #ddd;
  text-align: center;
  color: #262626;
  line-height: 160%;
  background-color: rgba(100, 0, 0, 0.1);
}
.cost_tb &gt; table tbody td {
  padding: 29px 0;
  border-left: 1px solid #ddd;
  text-align: center;
  color: #262626;
  line-height: 160%;
  background-color: #fff;
}
@media (max-width: 620px) {
  .cost_tb &gt; table tbody td {
    padding: 21px 0;
  }
}
.cost_tb &gt; table tbody td.l_tac {
  padding: 29px;
  text-align: left;
}
@media (max-width: 620px) {
  .cost_tb &gt; table tbody td.l_tac {
    padding: 21px;
  }
}

.cost_tb .red_txt{color: #EB0000;}
.cost_tb &gt; table tbody .red_arrow {
  position: relative;
}
.cost_tb &gt; table tbody .red_arrow::after {
  content: '';
  position: absolute;
  left: 50px;
	top: calc(50% - 2px);transform: translateY(-50%);
  width: 321px;
  height: 10px;
  background-image: url(/src/img/red_arrow.png);
}
.cost_tb &gt; table tbody .red_arrow.t48::after {
  top: 48px;
}
@media (max-width: 620px) {
  .cost_tb &gt; table tbody .red_arrow.t48::after {
    top: 36px;
  }
}

.cost_tb &gt; table tbody .sum_line th,
.cost_tb &gt; table tbody .sum_line td {
  color: #fff;
  background-color: #640000;
}

.cost_b_txt {
  margin-top: 90px;
  text-align: center;
}
@media (max-width: 620px) {
  .cost_b_txt {
    margin-top: 45px;
  }
}
.cost_b_txt .t1 {
  color: #666;
}

.cost_b_txt2 {
  margin-top: 20px;
}
@media (max-width: 620px) {
  .cost_b_txt2 {
    margin-top: 10px;
  }
}

.inp_wrap .inp {
  display: inline-block;
  width: 100%;
  height: 45px;
  padding: 0 15px;
  vertical-align: top;
  color: #999;
}
@media (max-width: 620px) {
  .inp_wrap .inp {
    padding: 0 10px;
    font-size: 12px;
  }
}
.inp_wrap .inp.w178 {
  width: 178px;
}
.inp_wrap .inp.w180 {
  width: 180px;
}
.inp_wrap .inp.w191 {
  width: 191px;
}
.inp_wrap .inp.w310 {
  width: 310px;
}
@media (max-width: 620px) {
  .inp_wrap .inp.w310 {
    width: 100%;
  }
}
.inp_wrap .inp.h240 {
  height: 240px;
}
@media (max-width: 620px) {
  .inp_wrap .inp.h240 {
    height: 180px;
  }
}
.inp_wrap .inp.h370 {
  height: 370px;
}
@media (max-width: 620px) {
  .inp_wrap .inp.h370 {
    height: 280px;
  }
}
.inp_wrap select.inp {
  padding: 0 25px 0 15px;
  background-position: calc(100% - 15px) center;
}
@media (max-width: 620px) {
  .inp_wrap select.inp {
    padding: 0 20px 0 10px;
    background-position: calc(100% - 10px) center;
  }
}
.inp_wrap textarea.inp {
  padding: 15px;
}
@media (max-width: 620px) {
  .inp_wrap textarea.inp {
    padding: 10px;
  }
}
.inp_wrap input[type='file'] {
  padding: 0;
}
@media (max-width: 1240px) {
  .inp_wrap .num_inp_wrap .inp {
    width: calc((100% - 48px) / 3);
  }
}
@media (max-width: 620px) {
  .inp_wrap .num_inp_wrap .inp {
    width: calc((100% - 32px) / 3);
  }
}
.inp_wrap .num_inp_wrap .num_txt {
  display: inline-block;
  width: 24px;
  height: 45px;
  line-height: 45px;
  vertical-align: top;
  text-align: center;
}
@media (max-width: 620px) {
  .inp_wrap .num_inp_wrap .num_txt {
    width: 16px;
  }
}
@media (max-width: 1240px) {
  .inp_wrap .mail_inp_wrap .inp {
    width: calc((100% - 35px) / 3);
  }
}
@media (max-width: 620px) {
  .inp_wrap .mail_inp_wrap .inp {
    width: calc((100% - 30px) / 3);
  }
}
.inp_wrap .mail_inp_wrap .mail_txt {
  display: inline-block;
  width: 30px;
  height: 45px;
  line-height: 45px;
  vertical-align: top;
  text-align: center;
  color: #999;
}
@media (max-width: 620px) {
  .inp_wrap .mail_inp_wrap .mail_txt {
    width: 25px;
  }
}
@media (max-width: 620px) {
  .inp_wrap .etc_wrap .etc_sel {
    display: block;
    width: 100%;
  }
}
.inp_wrap .etc_wrap .etc_inp {
  margin-left: 8px;
}
.inp_wrap .etc_wrap .etc_inp.dn {
  display: none;
}
@media (max-width: 1240px) {
  .inp_wrap .etc_wrap .etc_inp {
    width: calc(100% - 188px);
  }
}
@media (max-width: 620px) {
  .inp_wrap .etc_wrap .etc_inp {
    display: block;
    width: 100%;
    margin: 5px 0 0;
  }
}

.bd_w_type1 {
  border-top: 1px solid #ddd;
}
@media (max-width: 620px) {
  .bd_w_type1.mt100 {
    margin-top: 50px;
  }
}
.bd_w_type1 &gt; table tr {
  border-bottom: 1px solid #ddd;
}
@media (max-width: 991px) {
  .bd_w_type1 &gt; table tr {
    border-bottom: 0;
  }
}
.bd_w_type1 &gt; table th {
  width: 150px;
  padding: 0 20px;
  text-align: left;
  background-color: #f8f8f8;
}
@media (max-width: 991px) {
  .bd_w_type1 &gt; table th {
    display: block;
    width: 100%;
    padding: 0;
    margin: 30px 0 10px;
    background-color: transparent;
  }
}
@media (max-width: 620px) {
  .bd_w_type1 &gt; table th {
    margin: 15px 0 5px;
  }
}
.bd_w_type1 &gt; table td {
  padding: 8px;
  font-size: 0;
}
@media (max-width: 991px) {
  .bd_w_type1 &gt; table td {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.bd_w_type1 &gt; table td.rdo_td {
  padding: 12px 20px;
}
@media (max-width: 991px) {
  .bd_w_type1 &gt; table td.rdo_td {
    padding: 12px 0;
  }
}
.bd_w_type1 &gt; table td.rdo_td .de_rdo {
  color: #666;
}
.bd_w_type1 &gt; table td.rdo_td .de_rdo + .de_rdo {
  margin-left: 20px;
}
@media (max-width: 620px) {
  .bd_w_type1 &gt; table td.rdo_td .de_rdo + .de_rdo {
    margin-left: 10px;
  }
}
.bd_w_type1 &gt; table td.rdo_td .de_rdo i {
  border: 1px solid #ddd;
}

.bd_w_type2 {
  padding-bottom: 20px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 620px) {
  .bd_w_type2 {
    padding-bottom: 10px;
  }
}
@media (max-width: 620px) {
  .bd_w_type2.mt100 {
    margin-top: 50px;
  }
}
.bd_w_type2 .line {
  font-size: 0;
}
@media (max-width: 620px) {
  .bd_w_type2 .line.mt20 {
    margin-top: 10px;
  }
}
.bd_w_type2 .line .tit {
  margin: 30px 0 6px;
}
@media (max-width: 620px) {
  .bd_w_type2 .line .tit {
    margin: 15px 0 3px;
  }
}
.bd_w_type2 .line .l_cont {
  display: inline-block;
  width: 50%;
  padding-right: 18px;
  vertical-align: top;
  font-size: 0;
}
@media (max-width: 1240px) {
  .bd_w_type2 .line .l_cont {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}
.bd_w_type2 .line .r_cont {
  display: inline-block;
  width: 50%;
  padding-left: 18px;
  vertical-align: top;
  font-size: 0;
}
@media (max-width: 1240px) {
  .bd_w_type2 .line .r_cont {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}

.s_line {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 620px) {
  .s_line {
    margin-top: 30px;
  }
}
.s_line .btn {
  display: inline-block;
  width: 200px;
  height: 56px;
  border-radius: 10px;
  line-height: 54px;
  letter-spacing: 4px;
  vertical-align: top;
}
@media (max-width: 620px) {
  .s_line .btn {
    display: block;
    margin: 0 auto;
  }
}
.s_line .btn + .btn {
  margin-left: 10px;
}
@media (max-width: 620px) {
  .s_line .btn + .btn {
    margin: 10px auto 0;
  }
}
.s_line .btn.style1 {
  color: #fff;
  background-color: #333;
}
.s_line .btn.style2 {
  border: 1px solid #aaa;
}

.gall_lst {
  overflow: hidden;
  padding-top: 30px;
  border-top: 1px solid #333;
}
.gall_lst &gt; ul {
  margin: 0 -30px -60px 0;
  font-size: 0;
}
.gall_lst &gt; ul li {
  display: inline-block;
  width: calc(33.3334% - 30px);
  margin: 0 30px 60px 0;
  vertical-align: top;
  text-align: center;
}
.gall_lst &gt; ul li img {
  width: 100%;
}
.gall_lst &gt; ul li .t1 {
  margin-top: 20px;
  font-weight: bold;
}
.gall_lst &gt; ul li .t2 {
  margin-top: 10px;
  color: #666;
}

@media (max-width: 1240px) {
  .gall_lst &gt; ul li {
    width: calc(50% - 30px);
  }
}

@media (max-width: 620px) {
  .gall_lst.mt20 {
    margin-top: 10px;
  }
  .gall_lst &gt; ul {
    margin: 0 -15px -30px 0;
  }
  .gall_lst &gt; ul li {
    width: calc(50% - 15px);
    margin: 0 15px 30px 0;
  }
  .gall_lst &gt; ul li .t1 {
    margin-top: 10px;
  }
  .gall_lst &gt; ul li .t2 {
    margin-top: 5px;
  }
}

.bd_lst {
  border-top: 1px solid #333;
}
@media (max-width: 620px) {
  .bd_lst.mt20 {
    margin-top: 10px;
  }
}
.bd_lst &gt; table .w120 {
  width: 120px;
}
.bd_lst &gt; table .w140 {
  width: 140px;
}
.bd_lst &gt; table tr {
  border-bottom: 1px solid #ddd;
}
.bd_lst &gt; table thead th {
  padding: 16px 0;
  background-color: #fbfbfb;
}
.bd_lst &gt; table tbody .notice_bg {
  background-color: #fff8ee;
}
.bd_lst &gt; table tbody .notice_ico {
  display: inline-block;
  width: 74px;
  height: 24px;
  border-radius: 5px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  background-color: #fbaa35;
}
.bd_lst &gt; table tbody td {
  height: 56px;
  padding: 15px 0;
  text-align: center;
  color: #666;
}
.bd_lst &gt; table tbody td.tit_wrap {
  padding: 15px 20px;
  text-align: left;
}
@media (max-width: 1240px) {
  .bd_lst &gt; table tbody td.tit_wrap {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
  }
}
@media (max-width: 620px) {
  .bd_lst &gt; table tbody td.tit_wrap {
    padding: 15px;
  }
}
.bd_lst &gt; table tbody td.tit_wrap .tit &gt; a {
  display: block;
  color: #666;
}
.bd_lst &gt; table tbody td.tit_wrap .info_line {
  margin-top: 5px;
  font-size: 0;
}
@media (max-width: 620px) {
  .bd_lst &gt; table tbody td.tit_wrap .info_line {
    margin-top: 0;
  }
}
.bd_lst &gt; table tbody td.tit_wrap .info_line .t1 {
  line-height: 150%;
}
.bd_lst &gt; table tbody td.tit_wrap .info_line .t1::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 9px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #666;
}
@media (max-width: 620px) {
  .bd_lst &gt; table tbody td.tit_wrap .info_line .t1::after {
    margin: 0 5px 2px;
  }
}
.bd_lst &gt; table tbody td.tit_wrap .info_line .t1:last-child::after {
  display: none;
}

.bd_sch {
  margin-top: 50px;
  font-size: 0;
  text-align: center;
}
@media (max-width: 620px) {
  .bd_sch {
    margin-top: 25px;
  }
}
.bd_sch .sch_sel {
  display: inline-block;
  width: 120px;
  height: 45px;
  padding: 0 35px 0 20px;
  border-radius: 10px;
  background-position: calc(100% - 20px) center;
}
@media (max-width: 620px) {
  .bd_sch .sch_sel {
    display: block;
    width: 100%;
    padding: 0 35px 0 15px;
    background-position: calc(100% - 15px) center;
  }
}
.bd_sch .sch_inp {
  display: inline-block;
  width: 280px;
  height: 45px;
  padding: 0 20px;
  margin-left: 5px;
  border-radius: 10px;
}
@media (max-width: 620px) {
  .bd_sch .sch_inp {
    display: block;
    width: 100%;
    margin: 5px 0 0;
    padding: 0 15px;
  }
}
.bd_sch .s_btn {
  display: inline-block;
  width: 100px;
  height: 45px;
  margin-left: 5px;
  border-radius: 10px;
  color: #fff;
  background-color: #333;
}
@media (max-width: 620px) {
  .bd_sch .s_btn {
    display: block;
    width: 100%;
    margin: 5px 0 0;
  }
}

.bd_v {
  border-top: 1px solid #333;
}
.bd_v .tit_wrap {
  padding: 25px 20px 20px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 620px) {
  .bd_v .tit_wrap {
    padding: 20px 15px 15px;
  }
}
.bd_v .tit_wrap .info_line {
  margin-top: 10px;
  font-size: 0;
}
@media (max-width: 620px) {
  .bd_v .tit_wrap .info_line {
    margin-top: 5px;
  }
}
.bd_v .tit_wrap .info_line .t1 {
  color: #666;
  line-height: 150%;
}
.bd_v .tit_wrap .info_line .t1::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 17px;
  margin: 0 12px 2px;
  vertical-align: middle;
  background-color: #666;
}
@media (max-width: 620px) {
  .bd_v .tit_wrap .info_line .t1::after {
    height: 11px;
    margin: 0 8px 2px;
  }
}
.bd_v .tit_wrap .info_line .t1:last-child::after {
  display: none;
}
.bd_v .file_wrap {
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 620px) {
  .bd_v .file_wrap {
    padding: 15px;
  }
}
.bd_v .file_wrap .line {
  font-size: 0;
}
.bd_v .file_wrap .line::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 14px;
  margin: 2px 15px 0 0;
  vertical-align: top;
  background-image: url(/src/img/ico/file_ico.svg);
}
@media (max-width: 620px) {
  .bd_v .file_wrap .line::before {
    margin-right: 10px;
  }
}
.bd_v .file_wrap .line .t1 {
  display: inline-block;
  width: calc(100% - 25px);
  line-height: 150%;
  vertical-align: top;
  color: #999;
}
@media (max-width: 620px) {
  .bd_v .file_wrap .line .t1 {
    width: calc(100% - 20px);
  }
}
.bd_v .cont_wrap {
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 620px) {
  .bd_v .cont_wrap {
    padding: 15px;
  }
}
.bd_v .cont_wrap &gt; p {
  font-size: 12px;
  color: #666;
}
@media (max-width: 620px) {
  .bd_v .cont_wrap &gt; p {
    font-size: 12px;
  }
}
.bd_v .link_wrap {
  margin-top: 50px;
  font-size: 0;
}
@media (max-width: 620px) {
  .bd_v .link_wrap {
    margin-top: 25px;
  }
}
.bd_v .link_wrap .list_btn {
  display: inline-block;
  width: 200px;
  height: 56px;
  border-radius: 10px;
  vertical-align: middle;
  line-height: 56px;
  text-align: center;
  color: #fff;
  background-color: #333;
}
@media (max-width: 620px) {
  .bd_v .link_wrap .list_btn {
    width: 120px;
    height: 48px;
    line-height: 48px;
  }
}
.bd_v .link_wrap .cont {
  display: inline-block;
  width: calc(50% - 100px);
  vertical-align: middle;
  font-size: 0;
}
@media (max-width: 620px) {
  .bd_v .link_wrap .cont {
    width: calc(50% - 60px);
  }
}
.bd_v .link_wrap .cont .t1 {
  display: inline-block;
  width: calc(100% - 76px);
  color: #666;
  vertical-align: middle;
}
.bd_v .link_wrap .cont.l_cont {
  padding-right: 45px;
}
@media (max-width: 620px) {
  .bd_v .link_wrap .cont.l_cont {
    padding-right: 0;
  }
}
.bd_v .link_wrap .cont.l_cont::before {
  box-sizing: border-box;
  content: '';
  display: inline-block;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  border-radius: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
  background-image: url(/src/img/ico/bd_link_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 620px) {
  .bd_v .link_wrap .cont.l_cont::before {
    width: 48px;
    height: 48px;
    margin-right: 0;
  }
}
.bd_v .link_wrap .cont.r_cont {
  padding-left: 45px;
  text-align: right;
}
@media (max-width: 620px) {
  .bd_v .link_wrap .cont.r_cont {
    padding-left: 0;
  }
}
.bd_v .link_wrap .cont.r_cont::after {
  box-sizing: border-box;
  content: '';
  display: inline-block;
  width: 56px;
  height: 56px;
  margin-left: 20px;
  border-radius: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
  background-image: url(/src/img/ico/bd_link_arrow2.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 620px) {
  .bd_v .link_wrap .cont.r_cont::after {
    width: 48px;
    height: 48px;
    margin-left: 0;
  }
}

.login_box {
  padding: 70px 20px;
  border: 1px solid #ddd;
}
@media (max-width: 620px) {
  .login_box {
    padding: 35px 20px;
  }
}
.login_box .store_circle {
  display: block;
  width: 138px;
  height: 138px;
  margin: 40px auto 0;
  border-radius: 50%;
  background-color: #f9f9f9;
  background-image: url(/src/img/ico/login_store_ico.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 620px) {
  .login_box .store_circle {
    margin-top: 20px;
  }
}
.login_box .t1 {
  text-align: center;
}
@media (max-width: 620px) {
  .login_box .t1.mt20 {
    margin-top: 10px;
  }
}
.login_box .login_inp_cont {
  width: 400px;
  margin: 35px auto 0;
}
@media (max-width: 620px) {
  .login_box .login_inp_cont {
    width: 100%;
    margin-top: 25px;
  }
}
.login_box .login_inp_cont .inp {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 15px;
  border-radius: 5px;
}
@media (max-width: 620px) {
  .login_box .login_inp_cont .inp {
    padding: 0 10px;
  }
}
.login_box .login_inp_cont .inp::placeholder {
  color: #999;
}
@media (max-width: 620px) {
  .login_box .login_inp_cont .inp.mt10 {
    margin-top: 5px;
  }
}
.login_box .login_inp_cont .save_id_cki {
  margin-top: 10px;
}
@media (max-width: 620px) {
  .login_box .login_inp_cont .save_id_cki {
    margin-top: 5px;
  }
}
.login_box .login_inp_cont .save_id_cki i {
  border: 1px solid #aaa;
}
.login_box .login_inp_cont .s_btn {
  display: block;
  width: 100%;
  height: 44px;
  margin-top: 30px;
  border-radius: 8px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background-color: #333;
}
@media (max-width: 620px) {
  .login_box .login_inp_cont .s_btn {
    margin-top: 15px;
  }
}

.my_info_box {
  margin-bottom: 90px;
  padding: 40px 50px;
  border: 1px solid #ddd;
  background-color: #fafafa;
}
@media (max-width: 620px) {
  .my_info_box {
    margin-bottom: 45px;
    padding: 20px;
  }
}
.my_info_box .info_txt {
  width: calc(100% - 435px);
}
@media (max-width: 1240px) {
  .my_info_box .info_txt {
    float: none;
    display: block;
    width: 100%;
  }
}
.my_info_box .info_txt .t1 {
  font-size: 27px;
  line-height: 44px;
  color: #262626;
}
@media (max-width: 620px) {
  .my_info_box .info_txt .t1 {
    line-height: 150%;
    font-size: 16px;
  }
}
.my_info_box .info_txt .t2 {
  margin-top: 30px;
  color: #666;
}
@media (max-width: 620px) {
  .my_info_box .info_txt .t2 {
    margin-top: 15px;
  }
}
.my_info_box .info_txt .logout_btn {
  display: block;
  width: 120px;
  height: 40px;
  margin-top: 37px;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #888;
}
@media (max-width: 620px) {
  .my_info_box .info_txt .logout_btn {
    margin-top: 20px;
  }
}
.my_info_box .my_menu {
  width: 435px;
}
@media (max-width: 1240px) {
  .my_info_box .my_menu {
    float: none;
    display: block;
    width: 100%;
    margin-top: 25px;
  }
}
@media (max-width: 620px) {
  .my_info_box .my_menu {
    margin-top: 15px;
  }
}
.my_info_box .my_menu &gt; ul {
  font-size: 0;
}
.my_info_box .my_menu &gt; ul li {
  display: inline-block;
  width: calc((100% - 15px) / 2);
  height: 180px;
  border-radius: 15px;
  border: 1px solid #ccc;
  vertical-align: top;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 620px) {
  .my_info_box .my_menu &gt; ul li {
    width: calc((100% - 10px) / 2);
    height: 120px;
  }
}
.my_info_box .my_menu &gt; ul li + li {
  margin-left: 15px;
}
@media (max-width: 620px) {
  .my_info_box .my_menu &gt; ul li + li {
    margin-left: 10px;
  }
}
.my_info_box .my_menu &gt; ul li .ico::before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 620px) {
  .my_info_box .my_menu &gt; ul li .ico::before {
    width: 35px;
    height: 35px;
    background-size: contain;
  }
}
.my_info_box .my_menu &gt; ul li .ico1::before {
  background-image: url(/src/img/ico/my_menu_ico1.svg);
}
.my_info_box .my_menu &gt; ul li .ico2::before {
  background-image: url(/src/img/ico/my_menu_ico2.svg);
}
.my_info_box .my_menu &gt; ul li .t1 {
  margin-top: 15px;
  color: #888;
}
@media (max-width: 620px) {
  .my_info_box .my_menu &gt; ul li .t1 {
    margin-top: 10px;
  }
}
.my_info_box .my_menu &gt; ul li.act {
  border: 1px solid #640000;
  background-color: #640000;
}
.my_info_box .my_menu &gt; ul li.act .ico1::before {
  background-image: url(/src/img/ico/my_menu_ico1_w.svg);
}
.my_info_box .my_menu &gt; ul li.act .ico2::before {
  background-image: url(/src/img/ico/my_menu_ico2_w.svg);
}
.my_info_box .my_menu &gt; ul li.act .t1 {
  color: #fff;
}

#footer {
  margin-top: 120px;
}
@media (max-width: 620px) {
  #footer {
    margin-top: 60px;
  }
}
#footer.mt0 {
  margin-top: 0;
}
#footer.mt60 {
  margin-top: 60px;
}
@media (max-width: 620px) {
  #footer.mt60 {
    margin-top: 30px;
  }
}
#footer .foot_banner {
  width: 100%;
  height: 110px;
}
#footer .foot_banner .banner_cont {
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #640000 !important;
}
#footer .foot_banner.fix .banner_cont {
  z-index: 10;
  position: fixed;
  width: 100%;
  height: auto;
  padding: 0;
}
@media (max-width: 1240px) {
  #footer .foot_banner {
    z-index: 10;
    position: fixed;
    height: auto;
  }
  #footer .foot_banner .banner_cont {
    position: fixed;
    height: auto;
  }
  #footer .foot_banner.fix .banner_cont {
    height: auto;
  }
}
#footer .foot_banner .w_container {
  position: relative;
  height: 100%;
}
@media (max-width: 1420px) {
  #footer .foot_banner .w_container {
    width: 95%;
    height: auto;
  }
}
@media (max-width: 1240px) {
  #footer .foot_banner .w_container {
    width: 90%;
  }
}
#footer .foot_banner .js_foot_inq {
  position: relative;
  width: 100%;
}
#footer .foot_banner .js_foot_inq::before {
  content: '';
  position: absolute;
  top: -36px;
  left: 50%;
  display: block;
  width: 200px;
  height: 36px;
  margin-left: -100px;
  border-radius: 30px 30px 0 0;
  background-color: #640000 !important;
}
@media (max-width: 620px) {
  #footer .foot_banner .js_foot_inq::before {
    top: -30px;
    width: 120px;
    height: 30px;
    margin-left: -60px;
  }
}
#footer .foot_banner .js_foot_inq::after {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  display: block;
  width: 20px;
  height: 12px;
  margin-left: -10px;
  background-image: url(/src/img/ico/f_arrow_ico.svg);
  transition: 0.5s all;
}
#footer .foot_banner .js_foot_inq .txt {
  width: 100%;
  font-weight: 300;
  line-height: 56px;
  color: #fff;
  text-align: center;
  transition: 0.5s all;
}
@media (max-width: 1240px) {
  #footer .foot_banner .js_foot_inq {
    display: block;
  }
}
#footer .foot_banner .cont {
  width: 100%;
  padding-top: 27px;
  font-size: 0;
}
#footer .foot_banner .cont.pc {
  display: block !important;
}
@media (max-width: 1240px) {
  #footer .foot_banner .cont {
    display: none;
    padding: 74px 0 66px;
  }
}
@media (max-width: 620px) {
  #footer .foot_banner .cont {
    padding: 30px 0;
  }
}
#footer .foot_banner .cont .line {
  display: inline-block;
  margin-right: 34px;
  vertical-align: middle;
}
#footer .foot_banner .cont .line:nth-child(2) {
  margin-right: 32px;
}
#footer .foot_banner .cont .line:last-child {
  margin-right: 0;
}
@media (max-width: 1420px) {
  #footer .foot_banner .cont .line {
    margin-right: 10px;
  }
  #footer .foot_banner .cont .line:nth-child(2) {
    margin-right: 8px;
  }
}
@media (max-width: 1240px) {
  #footer .foot_banner .cont .line {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  #footer .foot_banner .cont .line.txt {
    padding-bottom: 20px;
  }
}
@media (max-width: 620px) {
  #footer .foot_banner .cont .line .txt {
    padding-bottom: 15px;
  }
}
#footer .foot_banner .cont .line &gt; p {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
}
@media (max-width: 1240px) {
  #footer .foot_banner .cont .line &gt; p {
    line-height: 100%;
  }
}
#footer .foot_banner .cont .line .t1 {
  margin-right: 16px;
}
@media (max-width: 1420px) {
  #footer .foot_banner .cont .line .t1 {
    margin-right: 8px;
  }
}
#footer .foot_banner .cont .line .t2 {
  font-weight: 400;
}
#footer .foot_banner .cont .inp_line {
  font-size: 0;
}
@media (max-width: 1420px) {
  #footer .foot_banner .cont .inp_line {
    width: calc(100% - 607px);
  }
}
@media (max-width: 1240px) {
  #footer .foot_banner .cont .inp_line {
    width: 100%;
  }
}
#footer .foot_banner .cont .inp_line .inp {
  width: 165px;
  height: 56px;
  margin-right: 10px;
  padding: 0 20px;
  border-radius: 10px;
  color: #888;
}
#footer .foot_banner .cont .inp_line .inp:last-child {
  margin-right: 0;
}
#footer .foot_banner .cont .inp_line .inp::placeholder {
  color: #888;
}
@media (max-width: 1420px) {
  #footer .foot_banner .cont .inp_line .inp {
    width: calc((100% - 30px)/4);
  }
}
@media (max-width: 1240px) {
  #footer .foot_banner .cont .inp_line .inp {
    width: 100%;
    margin-bottom: 15px;
  }
  #footer .foot_banner .cont .inp_line .inp:last-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 620px) {
  #footer .foot_banner .cont .inp_line .inp {
    height: 50px;
    margin-bottom: 10px;
  }
  #footer .foot_banner .cont .inp_line .inp:last-child {
    margin-bottom: 12px;
  }
}
#footer .foot_banner .cont .chk_line {
  text-align: left;
}
#footer .foot_banner .cont .chk_line .de_cki {
  font-weight: 100;
}
#footer .foot_banner .cont .chk_line .de_cki &gt; i {
  width: 26px;
  height: 26px;
  background-color: #fff;
}
#footer .foot_banner .cont .chk_line .de_cki &gt; span {
  line-height: 100%;
  color: #fff;
}
#footer .foot_banner .cont .chk_line .js_policy_btn {
  display: block;
  margin-top: 5px;
  margin-left: 40px;
  line-height: 100%;
  color: #fff;
  font-weight: 100;
  border-bottom: 1px solid #fff;
}
@media (max-width: 1240px) {
  #footer .foot_banner .cont .chk_line .js_policy_btn {
    display: inline-block;
    margin-top: 0;
    margin-left: 12px;
  }
}
@media (max-width: 620px) {
  #footer .foot_banner .cont .chk_line .js_policy_btn {
    margin-left: 5px;
  }
}
#footer .foot_banner .cont .sub_btn {
  width: 200px;
  height: 56px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  line-height: 58px;
  background-color: #333;
}
@media (max-width: 1420px) {
  #footer .foot_banner .cont .sub_btn {
    width: 170px;
  }
}
@media (max-width: 1240px) {
  #footer .foot_banner .cont .sub_btn {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 620px) {
  #footer .foot_banner .cont .sub_btn {
    margin-top: 20px;
    height: 50px;
    line-height: 52px;
  }
}
#footer .foot_banner.act .js_foot_inq::after {
  transform: rotate(180deg);
}
#footer .foot_banner.act .js_foot_inq .txt {
  display: none;
}
#footer .foot {
  padding: 60px 0 80px;
  background-color: #312f2e;
}
@media (max-width: 1420px) {
  #footer .foot {
    padding: 60px 0 145px;
    text-align: center;
  }
  #footer .foot .logo {
    float: none;
    display: inline-block;
  }
}
@media (max-width: 620px) {
  #footer .foot {
    padding: 40px 0 125px;
  }
}
#footer .foot .addr_box {
  margin-left: 50px;
}
@media (max-width: 1420px) {
  #footer .foot .addr_box {
    float: none;
    margin: 38px auto 0;
    text-align: center;
  }
}
@media (max-width: 620px) {
  #footer .foot .addr_box {
    margin: 30px auto 0;
  }
}
#footer .foot .addr_box .addr_t + .addr_t {
  margin-top: 7px;
}
@media (max-width: 620px) {
  #footer .foot .addr_box .addr_t + .addr_t {
    margin-top: 3px;
  }
}
#footer .foot .addr_box .addr_t &gt; span {
  display: inline-block;
  margin-left: -4px;
  color: #c5c5c5;
  font-weight: 100;
}
@media (max-width: 620px) {
  #footer .foot .addr_box .addr_t &gt; span {
    line-height: 180%;
  }
}
#footer .foot .addr_box .addr_t &gt; span:first-child {
  margin-left: 0;
}
#footer .foot .addr_box .addr_t &gt; span::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 13px;
  margin: -2px 8px 0;
  background-color: #c5c5c5;
  vertical-align: middle;
}
#footer .foot .addr_box .addr_t &gt; span:last-child::after {
  display: none;
}
#footer .foot .addr_box .copy {
  padding-top: 30px;
  color: #c5c5c5;
  font-weight: 100;
}
@media (max-width: 620px) {
  #footer .foot .addr_box .copy {
    padding-top: 15px;
  }
}
#footer .foot .num_box {
  text-align: right;
}
@media (max-width: 1420px) {
  #footer .foot .num_box {
    float: none;
    padding-top: 48px;
    text-align: center;
  }
}
@media (max-width: 620px) {
  #footer .foot .num_box {
    padding-top: 26px;
  }
}
#footer .foot .num_box .t1 {
  line-height: 100%;
  color: #dbdbdb;
}
#footer .foot .num_box .t2 {
  padding-top: 20px;
  font-weight: 400;
  line-height: 100%;
}
#footer .foot .num_box .t2::before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 15px;
  background-image: url(/src/img/ico/f_call_ico_v2.svg);
  vertical-align: middle;
}
@media (max-width: 620px) {
  #footer .foot .num_box .t2::before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
}
#footer .foot .num_box .t3 {
  margin-top: 20px;
  color: #dbdbdb;
}

@keyframes moreBtn {
  0% {
    left: 0;
  }
  50% {
    left: -5px;
  }
  100% {
    left: 0;
  }
}
@keyframes rotation {
  0% {
    stroke-dashoffset: 2000;
  }
  50% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

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

.founded_wrap .s_h3 {
  padding: 120px 0 50px;
}

.founded_wrap .bg {
  background-color: #fafafa;
}
.founded_wrap .pb120 {
  padding-bottom: 120px;
}

.founded_wrap .c2 {
  color: #e05142;
}

@media (max-width: 620px) {
  .founded_wrap .s_h3 {
    padding: 60px 0 25px;
  }
  .founded_wrap .pb120 {
    padding-bottom: 60px;
  }
  .founded_wrap .mt50 {
    margin-top: 25px;
  }
  .founded_wrap .pt50 {
    padding-top: 25px;
  }
}

.founded_wrap .top_bg {
  margin-top: 230px;
  padding-bottom: 120px;
}

/* .founded_wrap{} */

.founded_wrap .ico_lst {
  margin-bottom: 120px;
}
.founded_wrap .ico_lst &gt; ul {
  display: flex;
  margin-left: -15px;
  font-size: 0;
}
.founded_wrap .ico_lst &gt; ul &gt; li {
  display: inline-block;
  width: calc(20% - 15px);
  margin-left: 15px;
  margin-top: -164px;
  padding: 40px 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  vertical-align: top;
}
.founded_wrap .ico_lst &gt; ul &gt; li:nth-child(1) img{margin-top: 8px;}
.founded_wrap .ico_lst &gt; ul &gt; li:nth-child(2) img{margin-top: 9px;}
.founded_wrap .ico_lst &gt; ul &gt; li:nth-child(3) img{margin-top: 2px;}
.founded_wrap .ico_lst &gt; ul &gt; li .t1::after {
  content: '';
  display: block;
  width: 70px;
  height: 1px;
  margin: 15px auto 25px;
  background-color: #aaa;
}
.founded_wrap .ico_lst &gt; ul &gt; li .t2 {
  min-height: 80px;
  margin-bottom: 20px;
}


@media (max-width: 1240px) {
  .founded_wrap .ico_lst &gt; ul {
    display: block;
    margin-bottom: -36px;
  }
  .founded_wrap .ico_lst &gt; ul &gt; li {
    width: calc(50% - 15px);
    margin-bottom: 200px;
  }
	.founded_wrap .ico_lst &gt; ul &gt; li:nth-child(1) img{margin-top: 0;}
	.founded_wrap .ico_lst &gt; ul &gt; li:nth-child(2) img{margin-top: 0;}
	.founded_wrap .ico_lst &gt; ul &gt; li:nth-child(3) img{margin-top: 0;}
  .founded_wrap .ico_lst &gt; ul &gt; li .t2 {
    min-height: auto;
    margin-bottom: 40px;
  }
}
@media (max-width: 620px) {
  .founded_wrap .top_bg {
    margin: 20px auto 0;
    padding: 60px 0;
  }
  .founded_wrap .ico_lst {
    margin-bottom: 50px;
  }
  .founded_wrap .ico_lst &gt; ul {
    margin: 0 auto -20px;
  }
  .founded_wrap .ico_lst &gt; ul &gt; li {
    width: 100%;
    margin: 0 auto 20px;
    padding: 30px 5%;
  }
  .founded_wrap .ico_lst &gt; ul &gt; li .t2 {
    margin-bottom: 30px;
  }
}

.founded_wrap .banner1 {
  padding: 120px 0 140px;
  text-align: center;
}
.founded_wrap .banner1 &gt; p {
  line-height: 120%;
}

.founded_wrap .banner1 .banner_lst {
  margin-top: 50px;
}
.founded_wrap .banner1 .banner_lst &gt; ul &gt; li:nth-child(3) {
  margin-top: 20px;
}

@media (max-width: 1240px) {
  .founded_wrap .banner1 .banner_lst &gt; ul &gt; li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .founded_wrap .banner1 .banner_lst &gt; ul &gt; li:first-child {
    margin-top: 0;
  }
}
@media (max-width: 620px) {
  .founded_wrap .banner1 {
    padding: 60px 0 70px;
  }
  .founded_wrap .banner1 .banner_lst {
    margin-top: 25px;
  }
}

.founded_wrap .banner2 {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
}
.founded_wrap .banner2 .txt_box {
  padding-top: 52px;
}
.founded_wrap .banner2 .txt_box .t1 {
  color: #8c8c8c;
}
.founded_wrap .banner2 .txt_box .t2 {
  font-size: 42px;
  line-height: 100%;
}
.founded_wrap .banner2 figure {
  margin: 0;
}

@media (max-width: 1240px) {
  .founded_wrap .banner2 {
    display: block;
    text-align: center;
  }
  .founded_wrap .banner2 .txt_box {
    padding: 0 0 70px;
  }
}

@media (max-width: 620px) {
  .founded_wrap .banner2 {
    padding: 50px 0;
  }
  .founded_wrap .banner2 .txt_box {
    padding: 0 0 35px;
  }
  .founded_wrap .banner2 .txt_box .t2 {
    font-size: 20px;
  }
}

.founded_wrap .store_type_lst &gt; ul {
  display: flex;
}
@media (max-width: 1240px) {
  .founded_wrap .store_type_lst &gt; ul {
    display: block;
  }
}

.founded_wrap .store_type_lst &gt; ul &gt; li {
  background-color: #fff;
}
.founded_wrap .store_type_lst &gt; ul &gt; li .txt .t3 {
  letter-spacing: -0.5px;
}
.founded_wrap .cost_tb {
  margin: 140px auto 0;
}

@media (max-width: 620px) {
  .founded_wrap .cost_tb {
    margin: 70px auto 0;
  }
}

.founded_wrap .cost_tb &gt; table tbody td.l_tac {
  padding: 29px 16px;
}
.founded_wrap .comp_box {
  margin: 90px auto 0;
}

@media (max-width: 620px) {
  .founded_wrap .comp_box {
    margin: 45px auto 0;
  }
}



.brand_intro .brand_desc{margin-top: 30px;}
.brand_intro .brand_desc.mt50{margin-top: 50px;}

.brand_intro .brand_comf{padding: 120px 0 85px;}
.brand_intro .brand_comf .b_t1{margin-top: 80px;}
.brand_intro .brand_comf_banner{display: flex;justify-content: center;align-items: center;margin-top: 50px;height: 650px;background-image: url(/src/img/brand_comf_bg.jpg);background-size: cover;background-position: center;}
.brand_intro .brand_basic{position: relative;padding: 100px 0 120px;}
.brand_intro .brand_basic::before{z-index: -1;content: '';position: absolute;top: 0;left: 0;width: 100%;height: 680px;background-color: #f5f5f5;}
.brand_intro .brand_basic .basic_lst{margin-top: 50px;}
.brand_intro .brand_basic .basic_lst &gt; ul{display: flex;gap: 0 50px;padding: 0 95px;}
.brand_intro .brand_basic .basic_lst &gt; ul &gt; li{overflow: hidden;position: relative;width: calc((100% - 50px)/2);border-radius: 40px;}
.brand_intro .brand_basic .basic_lst &gt; ul &gt; li img{width: 100%;}
.brand_intro .brand_basic .basic_lst &gt; ul &gt; li .txt{position: absolute;bottom: 0;left: 0;display: flex;justify-content: center;align-items: center;width: 100%;height: 200px;background-color: rgba(0,0,0,.45);}
.brand_growing{background-color: #f5f5f5;}
.brand_growing .brand_growing_lst{margin-top: 70px;padding: 0 25px;}
.brand_growing .brand_growing_lst &gt; ul &gt; li{display: flex;align-items: center;}
.brand_growing .brand_growing_lst &gt; ul &gt; li+li{margin-top: 50px;}
.brand_growing .brand_growing_lst &gt; ul &gt; li .img{width: 450px;}
.brand_growing .brand_growing_lst &gt; ul &gt; li .img img{width: 100%;}
.brand_growing .brand_growing_lst &gt; ul &gt; li .txt{width: calc(100% - 550px);margin-left: 100px;}
.brand_growing .brand_growing_lst &gt; ul &gt; li .txt .t2{margin-top: 30px;}
.brand_growing .brand_growing_lst &gt; ul &gt; li:nth-child(2n){flex-direction: row-reverse;}
.brand_growing .brand_growing_lst &gt; ul &gt; li:nth-child(2n) .txt{margin-right: 100px;margin-left: 0;text-align: right;}
.brand_intro .brand_greeting{text-align: center;}
.brand_intro .brand_greeting .sign_line{display: flex;justify-content: center;align-items: center;margin-top: 70px;}
.brand_intro .brand_greeting .sign_line &gt; img{margin-left: 20px;}
.brand_intro .brand_history{background-color: #f5f5f5; overflow: hidden;}

.brand_intro .history_slide{position: relative; margin-top: 70px;}
.brand_intro .history_slide .item{opacity: 0.3;}
.brand_intro .history_slide .swiper-slide-active,
.brand_intro .history_slide .swiper-slide-active + .item,
.brand_intro .history_slide .swiper-slide-active + .item + .item,
.brand_intro .history_slide .swiper-slide-active + .item + .item + .item,
.brand_intro .history_slide .swiper-slide-active + .item + .item + .item + .item{opacity: 1;}
.brand_intro .history_slide .item .img{border-radius: 15px; overflow: hidden; box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16); width: 100%;}
.brand_intro .history_slide .item .img img{object-fit: cover; width: 100%;}
.brand_intro .history_slide .item .t1{margin-top: 30px;}
.brand_intro .history_slide .controll_box{display: flex; justify-content: end; align-items: center; margin-bottom: 55px;}
.brand_intro .history_slide .arrow_btn{position: static; margin-top: 0;}
.brand_intro .history_slide .arrow_btn::after{display: none;}
.brand_intro .history_slide .controll_box .arrow_btn {
  width: 18px;
  height: 30px;
  background-image: url(/src/img/ico/slide_arrow_ico2.svg);
}
.brand_intro .history_slide .controll_box .arrow_btn.p {
  position: relative;
  margin-right: 40px;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.brand_intro .history_slide .controll_box .p::after {
  content: '';
  position: absolute;
  top: 0;
  right: -23px;
  display: block;
  width: 3px;
  height: 30px;
  background-color: #333;
}
.brand_intro .history_slide .controll_box .arrow_btn.n {
  transform: rotate(180deg);
}

.brand_intro .brand_history_lst{margin-top: 180px;}
.brand_intro .brand_history_lst .line{display: flex;flex-wrap: wrap;}
.brand_intro .brand_history_lst .line+.line{margin-top: 160px;}
.brand_intro .brand_history_lst .line .cont{position: relative;width: 33.3334%;padding-left: 60px;}
.brand_intro .brand_history_lst .line .cont::before{content: '';position: absolute;top: 100px;left: 0;width: 100%;height: 1px;background-color: #aaa;}
.brand_intro .brand_history_lst .line .cont .year{position: relative;}
.brand_intro .brand_history_lst .line .cont .year::before{content: '';z-index: 1;box-sizing: border-box;position: absolute;bottom: -38px;left: 0;width: 24px;height: 24px;border-radius: 50%;border: 4px solid #aaa;background-color: #fff;}
.brand_intro .brand_history_lst .line .cont .txt{margin-top: 75px;}
.brand_intro .brand_history_lst .line .cont .txt .t1+.t1{margin-top: 5px;}
.brand_intro .brand_history_lst .line .cont.mark{padding-left: 0;}
.brand_intro .brand_history_lst .line .cont.mark &gt; img{z-index: 1;position: relative;width: calc(100% - 115px);max-height: none;margin-top: -75px;}

.brand_intro .brand_history_lst .line:last-child .cont:last-child::after{display: none;}
.brand_intro .brand_history_lst .line .cont:last-child::after{content: '';position: absolute;top: 100px; width: 1px;height: calc(100% + 161px);background-color: #aaa;}

.brand_intro .brand_history_lst .line:nth-child(2n-1){flex-direction: row-reverse;}
.brand_intro .brand_history_lst .line:nth-child(2n-1) .cont:nth-child(2n-1) .year::before{border: 4px solid #640000;}
.brand_intro .brand_history_lst .line:nth-child(2n-1) .cont:nth-child(2n) .year::before{border: 4px solid #aaa;}
.brand_intro .brand_history_lst .line:nth-child(2n-1) .cont:last-child::after{left: 0;}
.brand_intro .brand_history_lst .line:nth-child(2n-1) .cont.mark::after{display: none;}

.brand_intro .brand_history_lst .line:nth-child(2n) .cont:last-child::after{right: 0}
.brand_intro .brand_history_lst .line:nth-child(2n) .cont:nth-child(2n-1) .year::before{border: 4px solid #aaa;}
.brand_intro .brand_history_lst .line:nth-child(2n) .cont:nth-child(2n) .year::before{border: 4px solid #640000;}
.brand_intro .brand_history_lst .line:nth-child(2n) .cont.mark::after{display: none;}



@media (max-width: 1420px){
  .brand_intro .brand_basic .basic_lst &gt; ul{padding: 0;}
  .brand_growing .brand_growing_lst{padding: 0;}
  .brand_growing .brand_growing_lst &gt; ul &gt; li .img{width: 200px;}
  .brand_growing .brand_growing_lst &gt; ul &gt; li .txt{width: calc(100% - 250px);margin-left: 50px;}
  .brand_growing .brand_growing_lst &gt; ul &gt; li:nth-child(2n) .txt{margin-right: 50px;}

  .brand_intro .brand_history_lst{position: relative;}
  .brand_intro .brand_history_lst::after{content: '';position: absolute;top: 20px;left: 0;width: 1px;height: calc(100% - 20px);background-color: #aaa;}
  .brand_intro .brand_history_lst .line{flex-wrap: wrap;gap: 80px 0;}
  .brand_intro .brand_history_lst .line+.line{margin-top: 80px;}
  .brand_intro .brand_history_lst .line .cont{width: 100%;padding-left: 35px;}
  .brand_intro .brand_history_lst .line .cont::before{display: none;}
  .brand_intro .brand_history_lst .line .cont .year::before{width: 30px;height: 30px;left: -50px;bottom: 21px;}
  .brand_intro .brand_history_lst .line .cont .txt{margin-top: 10px;}

  .brand_intro .brand_history_lst .line:nth-child(2n-1) .cont:last-child::after{display: none;}

  .brand_intro .brand_history_lst .line:nth-child(2n) .cont:last-child::after{display: none;}
}

@media (max-width: 1240px) {
  .brand_intro .history_slide{width: 256px; margin: 70px auto 0px;}
.brand_intro .history_slide .item{opacity: 1;}
  .brand_intro .history_slide .item .t1{margin-top: 30px;}
}

@media (max-width: 620px){
	.brand_intro .brand_desc{margin-top: 15px;}
	.brand_intro .brand_desc.mt50{margin-top: 25px;}

	.brand_intro .brand_comf{padding: 60px 0 30px;}
	.brand_intro .brand_comf .b_t1{margin-top: 30px;}
  .brand_intro .brand_comf_banner{margin-top: 25px;height: 320px;}
  .brand_intro .brand_basic{padding: 50px 0 60px;}
  .brand_intro .brand_basic::before{height: 340px;}
  .brand_intro .brand_basic .basic_lst{margin-top: 25px;}
  .brand_intro .brand_basic .basic_lst &gt; ul{flex-wrap: wrap;gap: 25px;}
  .brand_intro .brand_basic .basic_lst &gt; ul &gt; li{width: 100%;}
  .brand_intro .brand_basic .basic_lst &gt; ul &gt; li .txt{height: 100px;}
  .brand_growing .brand_growing_lst{margin-top: 35px;}
  .brand_growing .brand_growing_lst &gt; ul &gt; li{display: block;}
  .brand_growing .brand_growing_lst &gt; ul &gt; li .img{margin: 0 auto;}
  .brand_growing .brand_growing_lst &gt; ul &gt; li .txt{width: 100%;margin: 25px 0 0;text-align: center;}
  .brand_growing .brand_growing_lst &gt; ul &gt; li .txt .t2{margin-top: 15px;}
  .brand_growing .brand_growing_lst &gt; ul &gt; li:nth-child(2n) .txt{text-align: center;}
  .brand_intro .brand_greeting .mt60{margin-top: 30px;}
  .brand_intro .brand_greeting .sign_line{margin-top: 35px;}
  .brand_intro .brand_greeting .sign_line &gt; img{width: 80px;margin-left: 10px;}

  .brand_intro .history_slide{width: 100%; margin: 35px auto 0px; padding: 0px 50px; padding: 0px 65px;}
  .brand_intro .history_slide .swiper-slide-prev{opacity: 0.3;}
  .brand_intro .history_slide .item{opacity: 0.3;}
  .brand_intro .history_slide .swiper-slide-active{opacity: 1; transition: opacity 0.2s 0.2s;}
.brand_intro .history_slide .swiper-slide-active + .item,
.brand_intro .history_slide .swiper-slide-active + .item + .item,
.brand_intro .history_slide .swiper-slide-active + .item + .item + .item,
.brand_intro .history_slide .swiper-slide-active + .item + .item + .item + .item{opacity: 0.3;}
  .brand_intro .history_slide .item .t1{margin-top: 15px;}
  .brand_intro .history_slide .item .t1{display: none;}
  .brand_intro .history_slide .swiper-slide-active .t1{display: block;}
  .brand_intro .history_slide .controll_box{display: block !important; position: absolute; top: 50%; left: 0px; width: 100%; margin-top: -30px;}
  .brand_intro .history_slide .controll_box .arrow_btn{position: absolute; width: 40px; height: 40px; border: solid 1px #ddd; border-radius: 20px; background-color: #fff; background-repeat: no-repeat; background-position: center center; background-size: 14px 14px;}
  .brand_intro .history_slide .controll_box .arrow_btn.p{position: absolute; left: 0px;}
  .brand_intro .history_slide .controll_box .arrow_btn.p::after{display: none;}
  .brand_intro .history_slide .controll_box .arrow_btn.n{right: 0px;}

  .brand_intro .brand_history_lst{margin-top: 90px;}
  .brand_intro .brand_history_lst .line{gap: 40px 0;}
  .brand_intro .brand_history_lst .line+.line{margin-top: 40px;}
  .brand_intro .brand_history_lst .line .cont{padding-left: 25px;}
  .brand_intro .brand_history_lst .line .cont .year::before{width: 20px;height: 20px;left: -35px;bottom: 12px;}
  .brand_intro .brand_history_lst .line .cont .txt{margin-top: 5px;}
}

.lh100p{line-height: 100%;}

.gall_lst_v2 &gt; ul &gt; li+li{margin-top: 40px;}
.gall_lst_v2 &gt; ul &gt; li &gt; a{display: flex;width: 100%;}
.gall_lst_v2 &gt; ul &gt; li &gt; a .img{overflow: hidden;display: block;width: 500px;height: 260px;flex-shrink: 0;}
.gall_lst_v2 &gt; ul &gt; li &gt; a .img img{object-fit: cover; width: 100%;}
.gall_lst_v2 &gt; ul &gt; li &gt; a .txt_box{display: flex;flex-direction: column;justify-content: space-between;width: calc(100% - 500px);padding: 50px;border: 1px solid #ddd;}
.gall_lst_v2 &gt; ul &gt; li &gt; a .txt_box .t2{margin-top: 25px;}
.gall_lst_v2 &gt; ul &gt; li &gt; a .txt_box .t3{margin-top: auto; text-decoration: underline; text-underline-position: under;}
.gall_lst_v2 &gt; ul &gt; li &gt; a .txt_box .t4{margin-top: 5px;}

@media (max-width: 1240px){
  .gall_lst_v2 &gt; ul &gt; li &gt; a{display: block; width: 500px; margin: 0px auto;}
  .gall_lst_v2 &gt; ul &gt; li &gt; a .img{width: 100%;}
  .gall_lst_v2 &gt; ul &gt; li &gt; a .txt_box{width: 100%;}
  .gall_lst_v2 &gt; ul &gt; li &gt; a .txt_box .t3{margin-top: 40px;}
}
@media (max-width: 620px){
  .gall_lst_v2{margin-top: 10px;}
  .gall_lst_v2 &gt; ul &gt; li+li{margin-top: 20px;}
  .gall_lst_v2 &gt; ul &gt; li &gt; a{width: 100%;}
  .gall_lst_v2 &gt; ul &gt; li &gt; a .img{height: auto;}
  .gall_lst_v2 &gt; ul &gt; li &gt; a .txt_box{padding: 25px;}
  .gall_lst_v2 &gt; ul &gt; li &gt; a .txt_box .t2{margin-top: 15px;}
  .gall_lst_v2 &gt; ul &gt; li &gt; a .txt_box .t3{margin-top: 20px;}
}

/* .store_intro{background-image: url(/src/img/in_management_bg.jpg);background-size: cover;background-position: center;background-attachment: fixed;} */
.store_intro .tit_line{text-align: center;}
.store_intro .tit_line .in_type{margin-bottom: 5px;font-size: 50px;}
.store_intro .tit_line .in_tit{font-size: 65px;line-height: 120%;font-weight: bold;}
.store_intro .tit_line .in_txt{margin-top: 10px;font-size: 22px;}
.store_intro .slide_ovh{overflow: hidden;margin: 85px 0 -15px;padding: 15px 0;}
.store_intro .slide_ovh .store_mask{width: 287px;margin: 0 auto;}
.store_intro .slide_ovh .store_mask .item .img{overflow: hidden;border-radius: 15px;box-shadow: 0px 0px 15px rgba(255,252,205,.5);}
@media (max-width: 1240px){
	.store_intro .tit_line .in_type{font-size: 40px;}
	.store_intro .tit_line .in_tit{font-size: 50px;}
	.store_intro .tit_line .in_txt{font-size: 18px;}
}
@media (max-width: 620px){
	.store_intro .tit_line .in_type{font-size: 26px;}
	.store_intro .tit_line .in_tit{font-size: 30px;}
	.store_intro .tit_line .in_txt{font-size: 14px;}
	.store_intro .slide_ovh{margin-top: 35px;}
}










</pre></body></html>