@media screen and (min-width: 1081px), print {
  main {
    margin-top: 60px;
  }
  .slider {
    position: relative;
    overflow: hidden;
  }
  .slider_banner .swiper-slide {
    line-height: 0;
  }
  .slider_banner .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .slider_banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #fff;
    z-index: 8;
  }
  .slider_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #828282;
  }
  .slider_ct {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 8;
    text-align: center;
    width: 100%;
  }
  .slider_ct h2 {
    font-size: 9rem;
    line-height: 1;
    color: #fff;
    font-weight: 100;
    font-family: "Barlow Semi Condensed", sans-serif;
    display: block;
    width: 100%;
    letter-spacing: 1px;
  }
  .slider_ct h2 span {
    font-weight: 400;
    font-size: 6rem;
    line-height: 1;
    display: block;
    margin: 18px 0;
    letter-spacing: -2px;
  }
  .main_ct_in {
    padding: 14px 0 64px;
  }
  .main_ct_in h3 {
    font-size: 2.8rem;
    line-height: 5.8rem;
    font-weight: bold;
    color: #1f1919;
    margin-bottom: 10px;
    letter-spacing: 0.13px;
  }
  .main_ct_in p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 26px;
    color: #1f1919;
  }
  .main_ct_in .sign {
    font-size: 1.6rem;
    line-height: 2.6rem;
    text-align: right;
    font-weight: 400;
  }
  .main_ct_in .sign span {
    display: block;
  }
  .main_banner {
    background: url("/en/commons/img/bg_header.png") repeat 0 0;
    background-color: rgba(42, 42, 42, 0.7);
    -moz-background-size: auto;
         background-size: auto;
    height: 167px;
    width: 100%;
  }
  .main_banner ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
  .main_banner ul li a {
    display: block;
    line-height: 0;
    margin: 0 10px;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .main_banner ul li a:hover {
    opacity: 0.7;
  }
  .main_banner ul li a img {
    width: 300px;
    height: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .slider {
    position: relative;
    overflow: hidden;
  }
  .slider_banner .swiper-slide {
    line-height: 0;
  }
  .slider_banner .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .slider_banner .swiper-pagination-bullet {
    width: 0.92593vw;
    height: 0.92593vw;
    opacity: 1;
    background: #fff;
    z-index: 8;
  }
  .slider_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #828282;
  }
  .slider_ct {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 8;
    text-align: center;
    width: 100%;
  }
  .slider_ct h2 {
    font-size: 8.33333vw;
    line-height: 1;
    color: #fff;
    font-weight: 100;
    font-family: "Barlow Semi Condensed", sans-serif;
    display: block;
    width: 100%;
  }
  .slider_ct h2 span {
    font-weight: 400;
    font-size: 5.55556vw;
    line-height: 1;
    display: block;
    margin-bottom: 0.92593vw;
  }
  .main_ct_in {
    padding: 2.96296vw 0 6.48148vw;
  }
  .main_ct_in h3 {
    font-size: 2.59259vw;
    line-height: 5.37037vw;
    font-weight: bold;
    color: #1f1919;
    margin-bottom: 1.85185vw;
  }
  .main_ct_in p {
    font-size: 1.48148vw;
    line-height: 2.40741vw;
    margin-bottom: 2.77778vw;
    color: #1f1919;
  }
  .main_ct_in .sign {
    font-size: 1.48148vw;
    line-height: 2.40741vw;
    text-align: right;
    font-weight: 400;
  }
  .main_ct_in .sign span {
    display: block;
  }
  .main_banner {
    background: url("/en/commons/img/bg_header.png") repeat 0 0;
    background-color: rgba(42, 42, 42, 0.7);
    -moz-background-size: auto;
         background-size: auto;
    height: 15.46296vw;
    width: 100%;
  }
  .main_banner ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
  .main_banner ul li a {
    display: block;
    line-height: 0;
    margin: 0 0.92593vw;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .main_banner ul li a:hover {
    opacity: 0.7;
  }
  .main_banner ul li a img {
    width: 27.77778vw;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .slider {
    position: relative;
    overflow: hidden;
  }
  .slider_banner .swiper-slide {
    line-height: 0;
  }
  .slider_banner .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .slider_banner .swiper-pagination-bullet {
    width: 1.5625vw;
    height: 1.5625vw;
    opacity: 1;
    background: #fff;
    z-index: 8;
  }
  .slider_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #828282;
  }
  .slider_ct {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 8;
    text-align: center;
    width: 100%;
  }
  .slider_ct h2 {
    font-size: 9.11458vw;
    line-height: 1;
    color: #fff;
    font-weight: 100;
    font-family: "Barlow Semi Condensed", sans-serif;
    display: block;
    width: 100%;
  }
  .slider_ct h2 span {
    font-weight: 400;
    font-size: 5.20833vw;
    line-height: 1;
    display: block;
    margin-bottom: 1.30208vw;
  }
  .main_ct_in {
    padding: 5.20833vw 0 9.11458vw;
  }
  .main_ct_in h3 {
    font-size: 5.83333vw;
    line-height: 1.3;
    font-weight: bold;
    color: #1f1919;
    margin-bottom: 2.60417vw;
  }
  .main_ct_in p {
    font-size: 3.33333vw;
    line-height: 1.6;
    margin-bottom: 5.20833vw;
    color: #1f1919;
  }
  .main_ct_in .sign {
    font-size: 3.33333vw;
    line-height: 1.6;
    text-align: right;
    font-weight: 400;
  }
  .main_ct_in .sign span {
    display: block;
  }
  .main_banner {
    background: url("/en/commons/img/bg_header.png") repeat 0 0;
    background-color: rgba(42, 42, 42, 0.7);
    -moz-background-size: auto;
         background-size: auto;
    padding: 3.90625vw 0;
    width: 100%;
  }
  .main_banner ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
  .main_banner ul li a {
    display: block;
    line-height: 0;
    margin: 1.30208vw 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .main_banner ul li a:hover {
    opacity: 0.7;
  }
  .main_banner ul li a img {
    width: 52.08333vw;
  }
}
