.contentsWrap {
  width: 100%;
  padding-top: 180px;
}

@media (min-width: 290px) and (max-width: 767px) {
  .contentsWrap {
    padding-top: 130px;
  }
}

.bannerWrap {
  margin-bottom: 50px;
  position: relative;
}

.bannerWrap .banSwiper {
  width: 100%;
}

.bannerWrap .eachBanner {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.bannerWrap .eachBanner figure {
  max-width: 1620px;
}

.bannerWrap .eachBanner .txt {
  color: #fff;
  position: absolute;
  z-index: 10;
  left: 9%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bannerWrap .eachBanner .txt > span {
  font-size: .875rem;
  display: inline-block;
  padding: 9px 19px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  margin-bottom: 30px;
}

.bannerWrap .eachBanner .txt .title {
  font-size: 3.625rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.bannerWrap .eachBanner .txt .sentence {
  font-size: 1.125rem;
  line-height: 28px;
  margin-bottom: 30px;
  font-weight: 300;
}

.bannerWrap .eachBanner .txt .sentence b {
  font-weight: 500;
}

.bannerWrap .eachBanner .txt > a {
  padding: 20px 65px;
  display: inline-block;
  background: #fff;
  border-radius: 50px;
}

.bannerWrap .eachBanner .txt > a img {
  margin-left: 15px;
  -webkit-transform: rotateZ(180deg) translateY(2px);
          transform: rotateZ(180deg) translateY(2px);
}

.bannerWrap .bannerNav {
  position: absolute;
  z-index: 10;
  width: 80%;
  max-width: 1600px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 40%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1299px) {
  .bannerWrap .bannerNav {
    width: 95%;
    top: 50%;
  }
}

.bannerWrap .bannerNav .banPrev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0 0 6px rgba(255, 255, 255, 0.199);
          box-shadow: 0 0 6px rgba(255, 255, 255, 0.199);
}

.bannerWrap .bannerNav .banNext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 50px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0 0 6px rgba(255, 255, 255, 0.199);
          box-shadow: 0 0 6px rgba(255, 255, 255, 0.199);
}

@media (min-width: 1024px) and (max-width: 1379px) {
  .bannerWrap {
    margin-bottom: 50px;
  }
  .bannerWrap .eachBanner {
    position: relative;
  }
  .bannerWrap .eachBanner figure {
    width: 100%;
    max-width: 1620px;
    height: 400px;
  }
  .bannerWrap .eachBanner figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bannerWrap .eachBanner .txt {
    color: #fff;
    position: absolute;
    z-index: 10;
    left: 9%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .bannerWrap .eachBanner .txt > span {
    font-size: .875rem;
    display: inline-block;
    padding: 9px 19px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #fff;
    margin-bottom: 30px;
  }
  .bannerWrap .eachBanner .txt .title {
    font-size: 3.625rem;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .bannerWrap .eachBanner .txt .sentence {
    font-size: 1.125rem;
    line-height: 28px;
    margin-bottom: 30px;
    font-weight: 300;
  }
  .bannerWrap .eachBanner .txt .sentence b {
    font-weight: 500;
  }
  .bannerWrap .eachBanner .txt > a {
    padding: 20px 65px;
    display: inline-block;
    background: #fff;
    border-radius: 50px;
  }
  .bannerWrap .eachBanner .txt > a img {
    margin-left: 15px;
    -webkit-transform: rotateZ(180deg) translateY(2px);
            transform: rotateZ(180deg) translateY(2px);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bannerWrap {
    margin-bottom: 50px;
  }
  .bannerWrap .eachBanner {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
  }
  .bannerWrap .eachBanner figure {
    width: 100%;
    max-width: 1620px;
    height: 400px;
  }
  .bannerWrap .eachBanner figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bannerWrap .eachBanner .txt {
    color: #fff;
    position: absolute;
    z-index: 10;
    left: 9%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .bannerWrap .eachBanner .txt > span {
    font-size: .875rem;
    display: inline-block;
    padding: 9px 19px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #fff;
    margin-bottom: 30px;
  }
  .bannerWrap .eachBanner .txt .title {
    font-size: 3.625rem;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .bannerWrap .eachBanner .txt .sentence {
    font-size: 1.125rem;
    line-height: 28px;
    margin-bottom: 30px;
    font-weight: 300;
  }
  .bannerWrap .eachBanner .txt .sentence b {
    font-weight: 500;
  }
  .bannerWrap .eachBanner .txt > a {
    padding: 20px 65px;
    display: inline-block;
    background: #fff;
    border-radius: 50px;
  }
  .bannerWrap .eachBanner .txt > a img {
    margin-left: 15px;
    -webkit-transform: rotateZ(180deg) translateY(2px);
            transform: rotateZ(180deg) translateY(2px);
  }
}

@media (min-width: 290px) and (max-width: 767px) {
  .bannerWrap {
    margin-bottom: 50px;
  }
  .bannerWrap .eachBanner {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
  }
  .bannerWrap .eachBanner figure {
    width: 100%;
    max-width: 1620px;
    height: 500px;
  }
  .bannerWrap .eachBanner figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bannerWrap .eachBanner .txt {
    width: 80%;
    color: #fff;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .bannerWrap .eachBanner .txt > span {
    font-size: .875rem;
    display: inline-block;
    padding: 9px 19px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #fff;
    margin-bottom: 30px;
  }
  .bannerWrap .eachBanner .txt .title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .bannerWrap .eachBanner .txt .sentence {
    font-size: 1.125rem;
    line-height: 28px;
    margin-bottom: 30px;
    font-weight: 300;
  }
  .bannerWrap .eachBanner .txt .sentence b {
    font-weight: 500;
  }
  .bannerWrap .eachBanner .txt > a {
    padding: 15px 35px;
    display: inline-block;
    background: #fff;
    border-radius: 50px;
  }
  .bannerWrap .eachBanner .txt > a img {
    margin-left: 15px;
    -webkit-transform: rotateZ(180deg) translateY(2px);
            transform: rotateZ(180deg) translateY(2px);
  }
}

.miniBanner {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.miniBanner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.miniBanner > ul > li {
  width: 400px;
  height: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.miniBanner > ul > li > a {
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.miniBanner > ul > li > a .txt {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.miniBanner > ul > li > a .txt > span {
  display: inline-block;
  font-size: .75rem;
  padding: 5px 10px;
  border: 1px solid #111;
  margin-bottom: 12px;
}

.miniBanner > ul > li > a .txt .title {
  margin-bottom: 10px;
}

.miniBanner > ul > li > a .txt h6 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.miniBanner > ul > li > a .txt h6 u {
  color: #ed0000;
  text-decoration: none;
}

.miniBanner > ul > li > a .txt .sub {
  font-size: .875rem;
  color: #666;
}

.miniBanner > ul > li:last-of-type {
  background: #93ba97;
  border-radius: 10px;
}

.miniBanner > ul > li:last-of-type a > ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 35px;
}

.miniBanner > ul > li:last-of-type a > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-bottom: 16px;
}

.miniBanner > ul > li:last-of-type a > ul > li:last-of-type {
  margin-bottom: 0;
}

.miniBanner > ul > li:last-of-type a > ul > li img {
  margin-right: 20px;
}

.miniBanner > ul > li:last-of-type a > ul > li p {
  font-size: 1.125rem;
  font-weight: 500;
  margin-right: 27px;
  position: relative;
}

.miniBanner > ul > li:last-of-type a > ul > li p:after {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -13px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.miniBanner > ul > li:last-of-type a > ul > li ul li {
  font-weight: 300;
  margin-bottom: 5px;
}

.miniBanner > ul > li:last-of-type a > ul > li ul li:last-of-type {
  margin-bottom: 0px;
}

@media (min-width: 1024px) and (max-width: 1379px) {
  .miniBanner {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .miniBanner > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .miniBanner > ul > li {
    width: 33%;
    height: 206px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin-right: 15px;
  }
  .miniBanner > ul > li:last-of-type {
    margin-right: 0;
  }
  .miniBanner > ul > li > a {
    width: 100%;
    height: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }
  .miniBanner > ul > li > a > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .miniBanner > ul > li > a .txt {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .miniBanner > ul > li > a .txt > span {
    display: inline-block;
    font-size: .75rem;
    padding: 5px 10px;
    border: 1px solid #111;
    margin-bottom: 12px;
  }
  .miniBanner > ul > li > a .txt .title {
    margin-bottom: 10px;
  }
  .miniBanner > ul > li > a .txt h6 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .miniBanner > ul > li > a .txt h6 u {
    color: #ed0000;
    text-decoration: none;
  }
  .miniBanner > ul > li > a .txt .sub {
    font-size: .875rem;
    color: #666;
  }
  .miniBanner > ul > li:last-of-type {
    background: #93ba97;
    border-radius: 10px;
  }
  .miniBanner > ul > li:last-of-type a > ul {
    white-space: nowrap;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 5px;
  }
  .miniBanner > ul > li:last-of-type a > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    margin-bottom: 16px;
  }
  .miniBanner > ul > li:last-of-type a > ul > li:last-of-type {
    margin-bottom: 0;
  }
  .miniBanner > ul > li:last-of-type a > ul > li img {
    margin-right: 10px;
  }
  .miniBanner > ul > li:last-of-type a > ul > li p {
    font-size: 1rem;
    font-weight: 500;
    margin-right: 18px;
    position: relative;
  }
  .miniBanner > ul > li:last-of-type a > ul > li p:after {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -8px;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .miniBanner > ul > li:last-of-type a > ul > li ul li {
    font-weight: 300;
    margin-bottom: 5px;
  }
  .miniBanner > ul > li:last-of-type a > ul > li ul li:last-of-type {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .miniBanner {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .miniBanner > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .miniBanner > ul > li {
    width: 48%;
    height: 206px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .miniBanner > ul > li:last-of-type {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
  .miniBanner > ul > li > a {
    width: 100%;
    height: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }
  .miniBanner > ul > li > a > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .miniBanner > ul > li > a .txt {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .miniBanner > ul > li > a .txt > span {
    display: inline-block;
    font-size: .75rem;
    padding: 5px 10px;
    border: 1px solid #111;
    margin-bottom: 12px;
  }
  .miniBanner > ul > li > a .txt .title {
    margin-bottom: 10px;
  }
  .miniBanner > ul > li > a .txt h6 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .miniBanner > ul > li > a .txt h6 u {
    color: #ed0000;
    text-decoration: none;
  }
  .miniBanner > ul > li > a .txt .sub {
    font-size: .875rem;
    color: #666;
  }
  .miniBanner > ul > li:last-of-type {
    background: #93ba97;
    border-radius: 10px;
  }
  .miniBanner > ul > li:last-of-type a > ul {
    white-space: nowrap;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 25px;
  }
  .miniBanner > ul > li:last-of-type a > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    margin-bottom: 16px;
  }
  .miniBanner > ul > li:last-of-type a > ul > li:last-of-type {
    margin-bottom: 0;
  }
  .miniBanner > ul > li:last-of-type a > ul > li img {
    margin-right: 10px;
  }
  .miniBanner > ul > li:last-of-type a > ul > li p {
    font-size: 1rem;
    font-weight: 500;
    margin-right: 18px;
    position: relative;
  }
  .miniBanner > ul > li:last-of-type a > ul > li p:after {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -8px;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .miniBanner > ul > li:last-of-type a > ul > li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .miniBanner > ul > li:last-of-type a > ul > li ul li {
    font-weight: 300;
    margin-bottom: 5px;
    margin-right: 15px;
  }
  .miniBanner > ul > li:last-of-type a > ul > li ul li:last-of-type {
    margin-bottom: 0px;
    margin-right: 0;
  }
}

@media (min-width: 290px) and (max-width: 767px) {
  .miniBanner {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .miniBanner > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .miniBanner > ul > li {
    width: 90%;
    height: 120px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin-right: 0;
    border-radius: 10px;
    margin-bottom: 5px;
  }
  .miniBanner > ul > li:nth-of-type(1) {
    background: #e9e4de;
  }
  .miniBanner > ul > li:nth-of-type(2) {
    background: #d6e1e5;
  }
  .miniBanner > ul > li:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
  }
  .miniBanner > ul > li > a {
    width: 100%;
    height: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }
  .miniBanner > ul > li > a > img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .miniBanner > ul > li > a .txt {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .miniBanner > ul > li > a .txt > span {
    display: inline-block;
    font-size: .75rem;
    padding: 5px 10px;
    border: 1px solid #111;
    margin-bottom: 6px;
  }
  .miniBanner > ul > li > a .txt .title {
    margin-bottom: 5px;
  }
  .miniBanner > ul > li > a .txt h6 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .miniBanner > ul > li > a .txt h6 u {
    color: #ed0000;
    text-decoration: none;
  }
  .miniBanner > ul > li > a .txt .sub {
    font-size: .875rem;
    color: #666;
  }
  .miniBanner > ul > li:last-of-type {
    position: relative;
    bottom: 10px;
    z-index: -1;
    height: 206px;
    background: #93ba97;
    border-radius: 10px;
    position: relative;
  }
  .miniBanner > ul > li:last-of-type:after {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    background: #93ba97;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  .miniBanner > ul > li:last-of-type a > ul {
    white-space: nowrap;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 5px;
  }
  .miniBanner > ul > li:last-of-type a > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    margin-bottom: 16px;
  }
  .miniBanner > ul > li:last-of-type a > ul > li:last-of-type {
    margin-bottom: 0;
  }
  .miniBanner > ul > li:last-of-type a > ul > li img {
    margin-right: 10px;
  }
  .miniBanner > ul > li:last-of-type a > ul > li p {
    font-size: 1rem;
    font-weight: 500;
    margin-right: 18px;
    position: relative;
  }
  .miniBanner > ul > li:last-of-type a > ul > li p:after {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -8px;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .miniBanner > ul > li:last-of-type a > ul > li ul li {
    font-weight: 300;
    margin-bottom: 5px;
  }
  .miniBanner > ul > li:last-of-type a > ul > li ul li:last-of-type {
    margin-bottom: 0px;
  }
}

.mobTitle {
  display: none;
}

@media (min-width: 1380px) {
  .tagWrap {
    width: 100%;
    max-width: 1300px;
    height: 90px;
    margin: 0 auto;
    margin-bottom: 80px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tagWrap > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tagWrap > ul li {
    margin-right: 9px;
  }
  .tagWrap > ul li:last-of-type {
    margin-right: 9px;
  }
  .tagWrap > ul li > a {
    display: inline-block;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 18px;
    color: #555;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .tagWrap > ul li > a:hover {
    color: #ff8400;
    border: 1px solid #ff8400;
  }
  .tagWrap > ul li > a.on {
    color: #ff8400;
    border: 1px solid #ff8400;
  }
}

@media (min-width: 1024px) and (max-width: 1379px) {
  .tagWrap {
    width: 95%;
    max-width: 1300px;
    height: 90px;
    margin: 0 auto;
    margin-bottom: 80px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tagWrap > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .tagWrap > ul li {
    margin-right: 9px;
  }
  .tagWrap > ul li:first-of-type {
    margin-bottom: 5px;
  }
  .tagWrap > ul li:last-of-type {
    margin-right: 9px;
  }
  .tagWrap > ul li > a {
    display: inline-block;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 18px;
    color: #555;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .tagWrap > ul li > a:hover {
    color: #ff8400;
    border: 1px solid #ff8400;
  }
  .tagWrap > ul li > a.on {
    color: #ff8400;
    border: 1px solid #ff8400;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tagWrap {
    width: 95%;
    max-width: 1300px;
    height: 90px;
    margin: 0 auto;
    margin-bottom: 80px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tagWrap > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .tagWrap > ul li {
    margin-right: 9px;
  }
  .tagWrap > ul li:first-of-type {
    margin-bottom: 5px;
  }
  .tagWrap > ul li:last-of-type {
    margin-right: 9px;
  }
  .tagWrap > ul li > a {
    display: inline-block;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 18px;
    color: #555;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .tagWrap > ul li > a:hover {
    color: #ff8400;
    border: 1px solid #ff8400;
  }
  .tagWrap > ul li > a.on {
    color: #ff8400;
    border: 1px solid #ff8400;
  }
}

@media (min-width: 290px) and (max-width: 767px) {
  .tagWrap {
    width: 90%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
  }
  .mobTitle {
    border-radius: 5px;
    display: block;
    width: 100%;
    background: #f8f8f8;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0;
    font-size: 1.125rem;
    letter-spacing: 2px;
    color: #ff8400;
    border: 1px solid #ff8400;
  }
  .mobTitle span {
    font-size: 1rem;
    color: #666;
    display: inline-block;
    margin-right: 20px;
  }
  ul.mobUl {
    position: absolute;
    z-index: 20;
    background: #fff;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0;
    border-radius: 3px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  ul.mobUl.on {
    max-height: 1000px;
    border: 1px solid #ff8400;
  }
  ul.mobUl li {
    width: 100%;
  }
  ul.mobUl li a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
  }
  ul.mobUl li a.on {
    background: #ff8400;
    color: #fff;
  }
}

.hotProductWrap {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hotProductWrap h2 {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 5px;
}

.hotProductWrap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.hotProductWrap > ul > li {
  width: calc(100% / 6);
}

.hotProductWrap > ul > li > a {
  padding: 18px 0;
  display: block;
  width: 100%;
  text-align: center;
  color: #555;
  border-bottom: 1px solid #ddd;
}

.hotProductWrap > ul > li > a.on {
  color: #ff8400;
  border-bottom: 1px solid #ff8400;
}

.hotProductWrap > .ProducSlide {
  margin-bottom: 60px;
  position: relative;
}

.hotProductWrap > .ProducSlide .navigation .prev2, .hotProductWrap > .ProducSlide .navigation .prev3 {
  position: absolute;
  left: -25px;
  top: 140px;
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}

.hotProductWrap > .ProducSlide .navigation .prev2 img, .hotProductWrap > .ProducSlide .navigation .prev3 img {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.hotProductWrap > .ProducSlide .navigation .next2, .hotProductWrap > .ProducSlide .navigation .next3 {
  position: absolute;
  right: -25px;
  top: 140px;
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}

.hotProductWrap > .ProducSlide article {
  width: 300px;
  height: 420px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hotProductWrap > .ProducSlide article figure {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  border-bottom: 0;
  width: 100%;
  height: 300px;
}

.hotProductWrap > .ProducSlide article figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hotProductWrap > .ProducSlide article .txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 17px;
  width: 100%;
  height: 120px;
  border: 1px solid #ddd;
}

.hotProductWrap > .ProducSlide article .txt h4 {
  line-height: 24px;
  color: #232323;
  margin-bottom: 18px;
}

.hotProductWrap > .ProducSlide article .txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hotProductWrap > .ProducSlide article .txt ul .after {
  font-size: 1.25rem;
  margin-right: 20px;
}

.hotProductWrap > .ProducSlide article .txt ul .before {
  font-weight: 300;
  text-decoration: line-through;
  color: #666;
}

.hotProductWrap > .ProducSlide article .txt ul .sale {
  font-size: 1.25rem;
  color: #ed0000;
  margin-left: auto;
  font-weight: 700;
}

@media (min-width: 1024px) and (max-width: 1379px) {
  .hotProductWrap {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .hotProductWrap h2 {
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .hotProductWrap > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }
  .hotProductWrap > ul > li {
    width: calc(100% / 6);
  }
  .hotProductWrap > ul > li > a {
    padding: 18px 0;
    display: block;
    width: 100%;
    text-align: center;
    color: #555;
    border-bottom: 1px solid #ddd;
  }
  .hotProductWrap > ul > li > a.on {
    color: #ff8400;
    border-bottom: 1px solid #ff8400;
  }
  .hotProductWrap > .ProducSlide {
    margin-bottom: 60px;
    position: relative;
  }
  .hotProductWrap > .ProducSlide .navigation .prev2, .hotProductWrap > .ProducSlide .navigation .prev3 {
    position: absolute;
    left: 0px;
    top: 140px;
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.158);
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
  }
  .hotProductWrap > .ProducSlide .navigation .prev2 img, .hotProductWrap > .ProducSlide .navigation .prev3 img {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .hotProductWrap > .ProducSlide .navigation .next2, .hotProductWrap > .ProducSlide .navigation .next3 {
    position: absolute;
    right: 0;
    top: 140px;
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.151);
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
  }
  .hotProductWrap > .ProducSlide .navigation .next2 img, .hotProductWrap > .ProducSlide .navigation .next3 img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .hotProductWrap > .ProducSlide article {
    width: 300px;
    height: 420px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .hotProductWrap > .ProducSlide article figure {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #ddd;
    border-bottom: 0;
    width: 100%;
    height: 300px;
  }
  .hotProductWrap > .ProducSlide article figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hotProductWrap > .ProducSlide article .txt {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 17px;
    width: 100%;
    height: 120px;
    border: 1px solid #ddd;
  }
  .hotProductWrap > .ProducSlide article .txt h4 {
    line-height: 24px;
    color: #232323;
    margin-bottom: 18px;
  }
  .hotProductWrap > .ProducSlide article .txt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hotProductWrap > .ProducSlide article .txt ul .after {
    font-size: 1.25rem;
    margin-right: 20px;
  }
  .hotProductWrap > .ProducSlide article .txt ul .before {
    font-weight: 300;
    text-decoration: line-through;
    color: #666;
  }
  .hotProductWrap > .ProducSlide article .txt ul .sale {
    font-size: 1.25rem;
    color: #ed0000;
    margin-left: auto;
    font-weight: 700;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hotProductWrap {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .hotProductWrap h2 {
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .hotProductWrap > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }
  .hotProductWrap > ul > li {
    width: calc(100% / 6);
  }
  .hotProductWrap > ul > li > a {
    padding: 18px 0;
    display: block;
    width: 100%;
    text-align: center;
    color: #555;
    border-bottom: 1px solid #ddd;
  }
  .hotProductWrap > ul > li > a.on {
    color: #ff8400;
    border-bottom: 1px solid #ff8400;
  }
  .hotProductWrap > .ProducSlide {
    margin-bottom: 60px;
    position: relative;
  }
  .hotProductWrap > .ProducSlide .navigation .prev2, .hotProductWrap > .ProducSlide .navigation .prev3 {
    position: absolute;
    left: 0px;
    top: 140px;
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.158);
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
  }
  .hotProductWrap > .ProducSlide .navigation .prev2 img, .hotProductWrap > .ProducSlide .navigation .prev3 img {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .hotProductWrap > .ProducSlide .navigation .next2, .hotProductWrap > .ProducSlide .navigation .next3 {
    position: absolute;
    right: 0;
    top: 140px;
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.151);
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
  }
  .hotProductWrap > .ProducSlide .navigation .next2 img, .hotProductWrap > .ProducSlide .navigation .next3 img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .hotProductWrap > .ProducSlide article {
    width: 250px;
    height: 370px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .hotProductWrap > .ProducSlide article figure {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #ddd;
    border-bottom: 0;
    width: 100%;
    height: 250px;
  }
  .hotProductWrap > .ProducSlide article figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hotProductWrap > .ProducSlide article .txt {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 17px;
    width: 100%;
    height: 120px;
    border: 1px solid #ddd;
  }
  .hotProductWrap > .ProducSlide article .txt h4 {
    line-height: 24px;
    color: #232323;
    margin-bottom: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .hotProductWrap > .ProducSlide article .txt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hotProductWrap > .ProducSlide article .txt ul .after {
    font-size: 1.25rem;
    margin-right: 20px;
  }
  .hotProductWrap > .ProducSlide article .txt ul .before {
    font-weight: 300;
    text-decoration: line-through;
    color: #666;
  }
  .hotProductWrap > .ProducSlide article .txt ul .sale {
    font-size: 1.25rem;
    color: #ed0000;
    margin-left: auto;
    font-weight: 700;
  }
}

@media (min-width: 290px) and (max-width: 767px) {
  .hotProductWrap {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .hotProductWrap h2 {
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 5px;
    text-align: center;
  }
  .hotProductWrap > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }
  .hotProductWrap > ul > li {
    width: calc(100% / 6);
  }
  .hotProductWrap > ul > li > a {
    padding: 18px 0;
    display: block;
    width: 100%;
    text-align: center;
    color: #555;
    border-bottom: 1px solid #ddd;
  }
  .hotProductWrap > ul > li > a.on {
    color: #ff8400;
    border-bottom: 1px solid #ff8400;
  }
  .hotProductWrap > .ProducSlide {
    margin-bottom: 60px;
    position: relative;
  }
  .hotProductWrap > .ProducSlide .navigation .prev2, .hotProductWrap > .ProducSlide .navigation .prev3 {
    position: absolute;
    left: 0px;
    top: 140px;
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.158);
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
  }
  .hotProductWrap > .ProducSlide .navigation .prev2 img, .hotProductWrap > .ProducSlide .navigation .prev3 img {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .hotProductWrap > .ProducSlide .navigation .next2, .hotProductWrap > .ProducSlide .navigation .next3 {
    position: absolute;
    right: 0;
    top: 140px;
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.151);
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
  }
  .hotProductWrap > .ProducSlide .navigation .next2 img, .hotProductWrap > .ProducSlide .navigation .next3 img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .hotProductWrap > .ProducSlide article {
    width: 250px;
    height: 370px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .hotProductWrap > .ProducSlide article figure {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #ddd;
    border-bottom: 0;
    width: 100%;
    height: 250px;
  }
  .hotProductWrap > .ProducSlide article figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hotProductWrap > .ProducSlide article .txt {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 17px;
    width: 100%;
    height: 120px;
    border: 1px solid #ddd;
  }
  .hotProductWrap > .ProducSlide article .txt h4 {
    line-height: 24px;
    color: #232323;
    margin-bottom: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .hotProductWrap > .ProducSlide article .txt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hotProductWrap > .ProducSlide article .txt ul .after {
    font-size: 1.25rem;
    margin-right: 20px;
  }
  .hotProductWrap > .ProducSlide article .txt ul .before {
    font-weight: 300;
    text-decoration: line-through;
    color: #666;
  }
  .hotProductWrap > .ProducSlide article .txt ul .sale {
    font-size: 1.25rem;
    color: #ed0000;
    margin-left: auto;
    font-weight: 700;
  }
}

.bandWrap {
  width: 100%;
  background: #fcc25f;
}

.bandWrap article {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bandWrap article .txt span {
  display: inline-block;
  margin-bottom: 10px;
}

.bandWrap article .txt h4 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.bandWrap article .txt p {
  font-size: 1.25rem;
  font-weight: 500;
}

@media (min-width: 1024px) and (max-width: 1379px) {
  .bandWrap {
    width: 100%;
    background: #fcc25f;
  }
  .bandWrap article {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bandWrap article .txt {
    padding-left: 20px;
  }
  .bandWrap article .txt span {
    display: inline-block;
    margin-bottom: 10px;
  }
  .bandWrap article .txt h4 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .bandWrap article .txt p {
    font-size: 1.25rem;
    font-weight: 500;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bandWrap {
    width: 100%;
    background: #fcc25f;
    height: 240px;
    position: relative;
  }
  .bandWrap article {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bandWrap article figure {
    position: absolute;
    width: 600px;
    bottom: 0;
    right: 0;
  }
  .bandWrap article .txt {
    padding-left: 20px;
    position: relative;
    z-index: 1;
  }
  .bandWrap article .txt span {
    display: inline-block;
    margin-bottom: 10px;
  }
  .bandWrap article .txt h4 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .bandWrap article .txt p {
    font-size: 1.25rem;
    font-weight: 500;
  }
}

@media (min-width: 290px) and (max-width: 767px) {
  .bandWrap {
    width: 100%;
    background: #fcc25f;
    height: 240px;
    position: relative;
  }
  .bandWrap article {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .bandWrap article figure {
    position: absolute;
    width: 400px;
    bottom: 0;
    right: 0;
  }
  .bandWrap article .txt {
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 1;
  }
  .bandWrap article .txt span {
    display: inline-block;
    margin-bottom: 10px;
  }
  .bandWrap article .txt h4 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .bandWrap article .txt p {
    font-size: 1.25rem;
    font-weight: 500;
  }
}

.titleSwiper, .titleSwiper2 {
  margin-bottom: 30px;
}

.titleSwiper a, .titleSwiper2 a {
  display: block;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  color: #666;
}

.titleSwiper a.on, .titleSwiper2 a.on {
  color: #ff8400;
  border-bottom: 1px solid #ff8400;
}

.lifeAndHealth {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 60px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 64px;
  border-bottom: 1px solid #ddd;
}

.lifeAndHealth h3 {
  width: 226px;
  font-size: 1.5rem;
  line-height: 40px;
  color: #232323;
}

.lifeAndHealth h3 span {
  display: inline-block;
  padding: 7px 10px;
  font-size: .93rem;
  color: #232323;
  border: 1px solid #232323;
  margin-bottom: 15px;
  line-height: 14px;
}

.lifeAndHealth h3 b {
  display: block;
  font-weight: 700;
}

.lifeAndHealth .hadanList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lifeAndHealth .hadanList article {
  width: 250px;
  height: 377px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 18px;
}

.lifeAndHealth .hadanList article:last-of-type {
  margin-right: 0;
}

.lifeAndHealth .hadanList article figure {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  border-bottom: 0;
  width: 100%;
  height: 244px;
}

.lifeAndHealth .hadanList article figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lifeAndHealth .hadanList article .txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 17px;
  width: 100%;
  height: 133px;
  border: 1px solid #ddd;
}

.lifeAndHealth .hadanList article .txt h4 {
  line-height: 24px;
  color: #232323;
  margin-bottom: 10px;
  font-size: .875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lifeAndHealth .hadanList article .txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
}

.lifeAndHealth .hadanList article .txt ul .after {
  margin-right: 20px;
}

.lifeAndHealth .hadanList article .txt ul .sale {
  color: #ed0000;
  margin-left: auto;
  font-weight: 700;
}

.lifeAndHealth .hadanList article .txt .before {
  font-weight: 300;
  text-decoration: line-through;
  color: #666;
  font-size: .93rem;
  margin-top: 10px;
}

@media (min-width: 1024px) and (max-width: 1379px) {
  .lifeAndHealth {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 30px;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 64px;
    border-bottom: 1px solid #ddd;
  }
  .lifeAndHealth h3 {
    margin-right: 0;
    width: 100%;
    text-align: center;
    font-size: 1.75rem;
    line-height: 40px;
    color: #232323;
    margin-bottom: 20px;
  }
  .lifeAndHealth h3 span {
    display: inline-block;
    padding: 7px 10px;
    font-size: .93rem;
    color: #232323;
    border: 1px solid #232323;
    margin-bottom: 0;
    line-height: 14px;
    margin-right: 20px;
  }
  .lifeAndHealth h3 br {
    display: none;
  }
  .lifeAndHealth h3 b {
    margin-left: 20px;
    display: inline-block;
    font-weight: 700;
  }
  .lifeAndHealth .hadanList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lifeAndHealth .hadanList article {
    width: 250px;
    height: 377px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 18px;
  }
  .lifeAndHealth .hadanList article:last-of-type {
    margin-right: 0;
  }
  .lifeAndHealth .hadanList article figure {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #ddd;
    border-bottom: 0;
    width: 100%;
    height: 244px;
  }
  .lifeAndHealth .hadanList article figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lifeAndHealth .hadanList article .txt {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 17px;
    width: 100%;
    height: 133px;
    border: 1px solid #ddd;
  }
  .lifeAndHealth .hadanList article .txt h4 {
    line-height: 24px;
    color: #232323;
    margin-bottom: 10px;
    font-size: .875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .lifeAndHealth .hadanList article .txt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.125rem;
  }
  .lifeAndHealth .hadanList article .txt ul .after {
    margin-right: 20px;
  }
  .lifeAndHealth .hadanList article .txt ul .sale {
    color: #ed0000;
    margin-left: auto;
    font-weight: 700;
  }
  .lifeAndHealth .hadanList article .txt .before {
    font-weight: 300;
    text-decoration: line-through;
    color: #666;
    font-size: .93rem;
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .lifeAndHealth {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 30px;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 64px;
    border-bottom: 1px solid #ddd;
  }
  .lifeAndHealth h3 {
    width: 100%;
    text-align: center;
    font-size: 1.75rem;
    line-height: 40px;
    color: #232323;
    margin-bottom: 20px;
  }
  .lifeAndHealth h3 span {
    display: inline-block;
    padding: 7px 10px;
    font-size: .93rem;
    color: #232323;
    border: 1px solid #232323;
    margin-bottom: 0;
    line-height: 14px;
    margin-right: 20px;
  }
  .lifeAndHealth h3 br {
    display: none;
  }
  .lifeAndHealth h3 b {
    margin-left: 20px;
    display: inline-block;
    font-weight: 700;
  }
  .lifeAndHealth .hadanList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lifeAndHealth .hadanList article {
    width: 25%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 10px;
  }
  .lifeAndHealth .hadanList article:last-of-type {
    margin-right: 0;
  }
  .lifeAndHealth .hadanList article:nth-of-type(1), .lifeAndHealth .hadanList article:nth-of-type(2) {
    margin-bottom: 10px;
  }
  .lifeAndHealth .hadanList article:nth-of-type(2n-1) {
    margin-right: 10px;
  }
  .lifeAndHealth .hadanList article figure {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #ddd;
    border-bottom: 0;
    width: 100%;
    height: auto;
  }
  .lifeAndHealth .hadanList article figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lifeAndHealth .hadanList article .txt {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 17px;
    width: 100%;
    height: 133px;
    border: 1px solid #ddd;
  }
  .lifeAndHealth .hadanList article .txt h4 {
    line-height: 24px;
    color: #232323;
    margin-bottom: 10px;
    font-size: .875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .lifeAndHealth .hadanList article .txt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.125rem;
  }
  .lifeAndHealth .hadanList article .txt ul .after {
    margin-right: 20px;
  }
  .lifeAndHealth .hadanList article .txt ul .sale {
    color: #ed0000;
    margin-left: auto;
    font-weight: 700;
  }
  .lifeAndHealth .hadanList article .txt .before {
    font-weight: 300;
    text-decoration: line-through;
    color: #666;
    font-size: .93rem;
    margin-top: 10px;
  }
}

@media (min-width: 290px) and (max-width: 767px) {
  .lifeAndHealth {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 20px;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
  }
  .lifeAndHealth h3 {
    font-size: 1.4rem;
    line-height: 40px;
    color: #232323;
    margin-bottom: 20px;
  }
  .lifeAndHealth h3 span {
    display: inline-block;
    padding: 7px 10px;
    font-size: .93rem;
    color: #232323;
    border: 1px solid #232323;
    margin-bottom: 0;
    line-height: 14px;
    margin-right: 20px;
  }
  .lifeAndHealth h3 br {
    display: block;
  }
  .lifeAndHealth h3 b {
    margin-left: 0;
    display: inline-block;
    margin-left: 7px;
    font-weight: 700;
  }
  .lifeAndHealth .hadanList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lifeAndHealth .hadanList article {
    width: calc(50% - 5px);
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .lifeAndHealth .hadanList article:last-of-type {
    margin-right: 0;
  }
  .lifeAndHealth .hadanList article:nth-of-type(2n-1) {
    margin-right: 10px;
  }
  .lifeAndHealth .hadanList article figure {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #ddd;
    border-bottom: 0;
    width: 100%;
    height: auto;
  }
  .lifeAndHealth .hadanList article figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lifeAndHealth .hadanList article .txt {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px;
    width: 100%;
    height: 70px;
    border: 1px solid #ddd;
  }
  .lifeAndHealth .hadanList article .txt h4 {
    line-height: 24px;
    color: #232323;
    margin-bottom: 5px;
    font-size: .875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .lifeAndHealth .hadanList article .txt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.125rem;
  }
  .lifeAndHealth .hadanList article .txt ul .after {
    margin-right: 20px;
  }
  .lifeAndHealth .hadanList article .txt ul .sale {
    color: #ed0000;
    margin-left: auto;
    font-weight: 700;
  }
  .lifeAndHealth .hadanList article .txt .before {
    font-weight: 300;
    text-decoration: line-through;
    color: #666;
    font-size: .8rem;
    margin-top: 2px;
  }
}

.bottomBanner {
  position: relative;
  padding: 60px 0;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.bottomBanner .navigation .prev4 {
  position: absolute;
  left: -25px;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bottomBanner .navigation .prev4 img {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.bottomBanner .navigation .next4 {
  position: absolute;
  right: -25px;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bottomBanner .pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 9px 20px;
  border-radius: 50px;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottomBanner .pagination p {
  color: #aaa;
  margin-right: 15px;
}

.bottomBanner .pagination p span {
  color: #232323;
}

.bottomBanner .pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 16px;
  height: 16px;
}

.bottomBanner .pagination a span {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
}

.bottomBanner .pagination a span:after {
  content: '';
  display: block;
  position: absolute;
  height: 16px;
  width: 1px;
  background: #000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bottomBanner .eachBotBan {
  position: relative;
  display: block;
  width: 635px;
  height: 320px;
}

.bottomBanner .eachBotBan > span > img {
  position: absolute;
  bottom: 21px;
}

.bottomBanner .eachBotBan > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bottomBanner .eachBotBan .txt {
  position: absolute;
  z-index: 10;
  color: #fff;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bottomBanner .eachBotBan .txt .new {
  padding: 7px 18px;
  background: #fff;
  display: inline-block;
  border-radius: 50px;
  color: #b3ac9c;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  margin-bottom: 20px;
}

.bottomBanner .eachBotBan .txt h6 {
  font-size: 2.25rem;
  margin-bottom: 15px;
}

.bottomBanner .eachBotBan .txt h6 b {
  font-weight: 700;
  display: block;
}

.bottomBanner .eachBotBan .txt p {
  line-height: 28px;
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 15px;
}

.bottomBanner .eachBotBan .txt .date {
  font-size: .93rem;
}

@media (min-width: 1024px) and (max-width: 1379px) {
  .bottomBanner {
    position: relative;
    padding: 60px 0;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .bottomBanner .navigation .prev4 {
    position: absolute;
    left: -0;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.144);
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .bottomBanner .navigation .prev4 img {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .bottomBanner .navigation .next4 {
    position: absolute;
    right: -0;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.144);
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .bottomBanner .navigation .next4 img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .bottomBanner .pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 9px 20px;
    border-radius: 50px;
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 1px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bottomBanner .pagination p {
    color: #aaa;
    margin-right: 15px;
  }
  .bottomBanner .pagination p span {
    color: #232323;
  }
  .bottomBanner .pagination a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 16px;
    height: 16px;
  }
  .bottomBanner .pagination a span {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: relative;
  }
  .bottomBanner .pagination a span:after {
    content: '';
    display: block;
    position: absolute;
    height: 16px;
    width: 1px;
    background: #000;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .bottomBanner .eachBotBan {
    position: relative;
    display: block;
    width: 100%;
    height: 260px;
  }
  .bottomBanner .eachBotBan > img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bottomBanner .eachBotBan .txt {
    position: absolute;
    z-index: 10;
    color: #fff;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .bottomBanner .eachBotBan .txt .new {
    padding: 7px 18px;
    background: #fff;
    display: inline-block;
    border-radius: 50px;
    color: #b3ac9c;
    font-size: 1rem;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
  }
  .bottomBanner .eachBotBan .txt h6 {
    font-size: 2.25rem;
    margin-bottom: 15px;
  }
  .bottomBanner .eachBotBan .txt h6 b {
    font-weight: 700;
    display: block;
  }
  .bottomBanner .eachBotBan .txt p {
    line-height: 28px;
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 15px;
  }
  .bottomBanner .eachBotBan .txt .date {
    font-size: .93rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bottomBanner {
    position: relative;
    padding: 60px 0;
    width: 80%;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .bottomBanner .navigation .prev4 {
    position: absolute;
    left: -25px;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .bottomBanner .navigation .prev4 img {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
  .bottomBanner .navigation .next4 {
    position: absolute;
    right: -25px;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .bottomBanner .pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 9px 20px;
    border-radius: 50px;
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 1px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bottomBanner .pagination p {
    color: #aaa;
    margin-right: 15px;
  }
  .bottomBanner .pagination p span {
    color: #232323;
  }
  .bottomBanner .pagination a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 16px;
    height: 16px;
  }
  .bottomBanner .pagination a span {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: relative;
  }
  .bottomBanner .pagination a span:after {
    content: '';
    display: block;
    position: absolute;
    height: 16px;
    width: 1px;
    background: #000;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .bottomBanner .eachBotBan {
    position: relative;
    display: block;
    width: 100%;
    height: 260px;
  }
  .bottomBanner .eachBotBan > img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bottomBanner .eachBotBan .txt {
    position: absolute;
    z-index: 10;
    color: #fff;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .bottomBanner .eachBotBan .txt .new {
    padding: 7px 18px;
    background: #fff;
    display: inline-block;
    border-radius: 50px;
    color: #b3ac9c;
    font-size: 1rem;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
  }
  .bottomBanner .eachBotBan .txt h6 {
    font-size: 2.25rem;
    margin-bottom: 15px;
  }
  .bottomBanner .eachBotBan .txt h6 b {
    font-weight: 700;
    display: block;
  }
  .bottomBanner .eachBotBan .txt p {
    line-height: 28px;
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 15px;
  }
  .bottomBanner .eachBotBan .txt .date {
    font-size: .93rem;
  }
}

@media (min-width: 290px) and (max-width: 767px) {
  .bottomBanner {
    position: relative;
    padding: 60px 0;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .bottomBanner .navigation .prev4 {
    position: absolute;
    left: -15px;
    top: 50%;
    display: block;
    width: 38px;
    height: 38px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .bottomBanner .navigation .prev4 img {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
  .bottomBanner .navigation .next4 {
    position: absolute;
    right: -15px;
    top: 50%;
    display: block;
    width: 38px;
    height: 38px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .bottomBanner .pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 9px 20px;
    border-radius: 50px;
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 1px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bottomBanner .pagination p {
    color: #aaa;
    margin-right: 15px;
  }
  .bottomBanner .pagination p span {
    color: #232323;
  }
  .bottomBanner .pagination a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 16px;
    height: 16px;
  }
  .bottomBanner .pagination a span {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: relative;
  }
  .bottomBanner .pagination a span:after {
    content: '';
    display: block;
    position: absolute;
    height: 16px;
    width: 1px;
    background: #000;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .bottomBanner .eachBotBan {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
  }
  .bottomBanner .eachBotBan > img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bottomBanner .eachBotBan .txt {
    position: absolute;
    z-index: 10;
    color: #fff;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .bottomBanner .eachBotBan .txt .new {
    padding: 4px 18px;
    background: #fff;
    display: inline-block;
    border-radius: 50px;
    color: #b3ac9c;
    font-size: .9rem;
    font-family: 'Lato', sans-serif;
    margin-bottom: 5px;
  }
  .bottomBanner .eachBotBan .txt h6 {
    font-size: 1.7rem;
    margin-bottom: 8px;
  }
  .bottomBanner .eachBotBan .txt h6 b {
    font-weight: 700;
    display: block;
  }
  .bottomBanner .eachBotBan .txt p {
    line-height: 18px;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 4px;
  }
  .bottomBanner .eachBotBan .txt .date {
    font-size: .93rem;
  }
}

.cardWrap {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.cardWrap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cardWrap > ul li {
  width: 316px;
  height: 150px;
}

.cardWrap > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.096);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.096);
  padding: 40px 60px;
  border: 1px solid #ddd;
  -webkit-transition: .4s;
  transition: .4s;
}

.cardWrap > ul li a.on {
  border: 1px solid #ed0000;
}

.cardWrap > ul li a.on h6 {
  color: #ed0000;
}

.cardWrap > ul li a:hover {
  border: 1px solid #ed0000;
}

.cardWrap > ul li a:hover h6 {
  color: #ed0000;
}

.cardWrap > ul li a h6 {
  font-size: 1.125rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  -webkit-transition: .4s;
  transition: .4s;
  position: relative;
}

.cardWrap > ul li a h6 img {
  position: absolute;
  left: -40px;
  top: 0;
}

.cardWrap > ul li a p {
  line-height: 24px;
  font-size: .93rem;
  color: #666;
}

@media (min-width: 1024px) and (max-width: 1379px) {
  .cardWrap {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .cardWrap > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cardWrap > ul li {
    width: 316px;
    height: 150px;
  }
  .cardWrap > ul li a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.096);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.096);
    padding: 20px 60px;
    border: 1px solid #ddd;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .cardWrap > ul li a.on {
    border: 1px solid #ed0000;
  }
  .cardWrap > ul li a.on h6 {
    color: #ed0000;
  }
  .cardWrap > ul li a:hover {
    border: 1px solid #ed0000;
  }
  .cardWrap > ul li a:hover h6 {
    color: #ed0000;
  }
  .cardWrap > ul li a h6 {
    font-size: 1.125rem;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
  }
  .cardWrap > ul li a h6 img {
    position: absolute;
    left: -40px;
    top: 0;
  }
  .cardWrap > ul li a p {
    line-height: 24px;
    font-size: .93rem;
    color: #666;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cardWrap {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .cardWrap > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cardWrap > ul li {
    width: 50%;
    height: 150px;
  }
  .cardWrap > ul li a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.096);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.096);
    padding: 40px 60px;
    border: 1px solid #ddd;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .cardWrap > ul li a.on {
    border: 1px solid #ed0000;
  }
  .cardWrap > ul li a.on h6 {
    color: #ed0000;
  }
  .cardWrap > ul li a:hover {
    border: 1px solid #ed0000;
  }
  .cardWrap > ul li a:hover h6 {
    color: #ed0000;
  }
  .cardWrap > ul li a h6 {
    font-size: 1.125rem;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
  }
  .cardWrap > ul li a h6 img {
    position: absolute;
    left: -40px;
    top: 0;
  }
  .cardWrap > ul li a p {
    line-height: 24px;
    font-size: .93rem;
    color: #666;
  }
}

@media (min-width: 290px) and (max-width: 767px) {
  .cardWrap {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .cardWrap > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cardWrap > ul li {
    width: 100%;
    height: auto;
  }
  .cardWrap > ul li a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.096);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.096);
    padding: 15px 60px;
    border: 1px solid #ddd;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .cardWrap > ul li a.on {
    border: 1px solid #ed0000;
  }
  .cardWrap > ul li a.on h6 {
    color: #ed0000;
  }
  .cardWrap > ul li a:hover {
    border: 1px solid #ed0000;
  }
  .cardWrap > ul li a:hover h6 {
    color: #ed0000;
  }
  .cardWrap > ul li a h6 {
    font-size: 1.125rem;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
  }
  .cardWrap > ul li a h6 img {
    position: absolute;
    left: -40px;
    top: 0;
  }
  .cardWrap > ul li a p {
    line-height: 24px;
    font-size: .93rem;
    color: #666;
  }
}

.swiper-pagination-bullet {
  margin-right: 5px !important;
  background: #fff !important;
  opacity: 0.5 !important;
}

.swiper-pagination-bullet:last-of-type {
  margin-right: 0 !important;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
  opacity: 1 !important;
}

.swiper-pagination {
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fixFloatMenu {
  position: fixed;
  right: 20px;
  z-index: 500;
  top: 310px;
}

.fixFloatMenu section:first-of-type {
  background: #fff;
  width: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  border: 1px solid #aaa;
  margin-bottom: 10px;
}

.fixFloatMenu section:first-of-type > a.first {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  justify-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  margin-bottom: 20px;
}

.fixFloatMenu section:first-of-type > a.first img {
  margin-right: 5px;
}

.fixFloatMenu section:first-of-type ul {
  margin-bottom: 40px;
  padding: 0 20px;
}

.fixFloatMenu section:first-of-type ul li {
  margin-bottom: 20px;
}

.fixFloatMenu section:first-of-type ul li:last-of-type {
  margin-bottom: 0;
}

.fixFloatMenu section:first-of-type ul li a {
  display: block;
  width: 80px;
  height: 80px;
}

.fixFloatMenu section:first-of-type ul li a figure {
  width: 100%;
  height: 100%;
}

.fixFloatMenu section:first-of-type ul li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fixFloatMenu section:first-of-type ol {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #aaa;
  justify-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.fixFloatMenu section:first-of-type ol a {
  display: block;
  padding: 0 10px;
}

.fixFloatMenu section:first-of-type ol span {
  color: #222;
}

.fixFloatMenu section:first-of-type .goTop {
  width: 100%;
  height: 40px;
  background: #ff8400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
  color: #fff;
  font-size: 13px;
}

.fixFloatMenu section:first-of-type .goTop img {
  padding: 7px;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.fixFloatMenu section:first-of-type .goTop span {
  display: block;
}

.fixFloatMenu section:first-of-type .goBottom {
  width: 100%;
  height: 40px;
  background: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
  color: #fff;
  font-size: 13px;
}

.fixFloatMenu section:first-of-type .goBottom img {
  padding: 7px;
}

.fixFloatMenu section:first-of-type .goBottom span {
  display: block;
  padding-top: 10px;
}

.fixFloatMenu section:last-of-type figure {
  width: 120px;
  height: 160px;
  border-radius: 10px;
  overflow: hidden;
}

.fixFloatMenu section:last-of-type figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=style.css.map */