#sec6 {
  background: url("../img/index/sec6_bg.jpg") no-repeat top center !important;
  background-size: cover;
  padding: 20vw 3.5vw 15vw !important; }
  #sec6 h2 {
    font-size: 8.2vw;
    position: relative;
    color: #fff;
    text-align: center;
    margin-bottom: 8vw; }
  #sec6 .right {
    margin-right: 0; }
    #sec6 .right .box {
      background: url("../img/index/sec6_bg01.jpg") no-repeat top center;
      background-size: cover;
      padding: 5vw 0; }
      #sec6 .right .box .boxIn {
        padding: 0 5vw;
        position: relative;
        font-weight: 500; }
        #sec6 .right .box .boxIn h3 {
          position: relative;
          margin: 0;
          padding: 0; }
          #sec6 .right .box .boxIn h3::after {
            content: "";
            border-bottom: 1px solid rgba(0, 0, 0, 0.5);
            height: 1px;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0; }
        #sec6 .right .box .boxIn .feedBox {
          position: relative;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 8vw 0 4vw; }
        #sec6 .right .box .boxIn .photo {
          width: 45%;
          height: 120px;
          position: relative; }
          #sec6 .right .box .boxIn .photo a {
            display: block;
            width: 100%;
            height: 100%;
            transition: all .4s ease; }
          #sec6 .right .box .boxIn .photo span {
            display: block;
            width: 100% !important;
            height: 100% !important; }
        #sec6 .right .box .boxIn .feedContent {
          width: 50%;
          padding-top: 0;
          color: #000; }
          #sec6 .right .box .boxIn .feedContent .desc {
            line-height: 30px;
            margin: 0; }
            #sec6 .right .box .boxIn .feedContent .desc a {
              display: block; }
        #sec6 .right .box .boxIn .linkMore {
          text-align: center;
          display: block;
          margin: 0 auto;
          color: #930510;
          width: 105px;
          position: relative;
          padding-right: 0; }
          #sec6 .right .box .boxIn .linkMore::after {
            content: "";
            background: url("../img/index/arrow.png") no-repeat center;
            background-size: 100% auto;
            width: 15px;
            height: 13px;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%); }
    #sec6 .right .box + .box {
      margin-top: 8vw; }
  #sec6 .bnrGroup {
    position: relative;
    padding-top: 5vw; }
    #sec6 .bnrGroup p + p {
      margin-top: 5vw; }

#sec7 {
  background-image: url("../img/index/sec7_bg.jpg"), url("../img/shared/bgft1.jpg");
  background-repeat: no-repeat, repeat;
  background-position: top center;
  background-size: 100% auto, auto;
  padding: 15vw 3.5vw 15vw; }
  #sec7 h2 {
    margin: 0 auto 5vw; }
  #sec7 h3 {
    text-align: center;
    margin: 0 auto 5vw; }
  #sec7 .note {
    text-align: center;
    margin-bottom: 5vw; }
  #sec7 .slider__s {
    max-width: 800px;
    margin: 0 auto 10vw;
    }
  #sec7 .slickIn {
    position: relative; }
  #sec7 .box {
    position: absolute;
    z-index: 2;
    width: 40%;
    right: 0;
    top: 50%;
    text-align: center;
    font-weight: 500;
    transform: translateY(-50%); }
    #sec7 .box .tt-1 {
      width: 48%;
      margin: 0 auto 2vw;
      color: #424242;
      font-size: 3.8vw;
      border-top: 1px solid #424242;
      border-bottom: 1px solid #424242;
      line-height: 1;
      padding: 2vw 0 1vw;
      font-weight: 400; }
      #sec7 .box .tt-1._red {
        border-color: #a62b35;
        color: #a62b35; }
      #sec7 .box .tt-1._green {
        border-color: #5b873a;
        color: #5b873a; }
      #sec7 .box .tt-1._pink {
        border-color: #1f1666;
        color: #1f1666; }
    #sec7 .box .tt-2 {
      font-size: 3.2vw;
      line-height: 1.8;
      margin-bottom: 1vw;
      color: #000000;
      margin-top: 0; }
    #sec7 .box .tt-3 {
      font-size: 2.5vw;
      color: #930510;
      line-height: 1.8;
      font-weight: 600;
      margin-bottom: 1vw;
      margin-top: 0; }
  #sec7 .slick-slider {
    z-index: 0; }
  #sec7 .slick-slider .slick-dots {
    line-height: 0;
    text-align: center;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    z-index: 10; }
  #sec7 .slick-slider .slick-dots li {
    display: inline-block;
    margin: 0px 5px;
    padding: 0; }
  #sec7 .slick-slider .slick-dots button {
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background: #fff;
    transition: all .4s ease; }
  #sec7 .slick-slider .slick-dots button:hover {
    opacity: .6; }
  #sec7 .slick-slider .slick-dots button::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    left: 0;
    opacity: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%; }
  #sec7 .slick-slider .slick-dots .slick-active button {
    background: #e8340c;
    border-color: #e8340c; }
  #sec7 .slick-slider .slick-dots .slick-active button::before {
    opacity: 1; }
