.bannerArea .arrowBox .arrow::before, .bannerArea .arrowBox .arrow, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@-webkit-keyframes bannerTxtAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@keyframes bannerTxtAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@-webkit-keyframes bannerScrollAnimation {
    0% {
        height: 0;
    }
    50% {
        height: 100%;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
    }
}
@keyframes bannerScrollAnimation {
    0% {
        height: 0;
    }
    50% {
        height: 100%;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
    }
}
@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-webkit-keyframes scroll {
    0% {
        top: 3px;
        opacity: 1;
    }
    80% {
        top: 7px;
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 7px;
    }
}
@keyframes scroll {
    0% {
        top: 3px;
        opacity: 1;
    }
    80% {
        top: 7px;
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 7px;
    }
}
@-webkit-keyframes circle01 {
    0% {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
                transform: rotate(270deg);
    }
}
@keyframes circle01 {
    0% {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
                transform: rotate(270deg);
    }
}
@-webkit-keyframes circle02 {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
    }
}
@keyframes circle02 {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
    }
}
.outerWrap {
    padding-top: 0;
    overflow: hidden;
}

.popWin {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    width: 100%;
    height: 100vh;
    font-size: 15px;
    line-height: 1.8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.popWin .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.popWin .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 700px;
    max-width: 90%;
    max-height: 85vh;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.popWin .popContent {
    max-height: 85vh;
    overflow-y: auto;
}
.popWin img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.popWin .Txt {
    padding: 30px;
}
.popWin .Txt .popTitle {
    font-size: 25px;
    margin-bottom: 25px;
}
.popWin .close {
    position: absolute;
    right: -23px;
    top: -23px;
    z-index: 1;
    width: 46px;
    height: 46px;
    background-color: rgba(0, 0, 0, 0.7);
    /* background-color: #fff; */
    border-radius: 50%;
}
.popWin .close::before, .popWin .close::after {
    content: "";
    position: absolute;
    left: 11px;
    top: 23px;
    width: 25px;
    height: 1px;
    background-color: #bca480;
    /* border-radius:  50%; */
}
.popWin .close::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.popWin.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
    opacity: 1;
}
.popWin .close::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
@media (max-width: 1180px) {
    .popWin .close {
        right: 0;
        top: 0;
        border-radius: 0;
    }
    .popWin .popContent {
        max-height: calc(100vh - 150px);
    }
}

.mainArea {
    padding: 0;
}

.bannerArea .bannerBox {
    position: relative;
}
.bannerArea .bannerList {
    position: relative;
    z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
    margin-bottom: 0;
}
.bannerArea .bannerItem .Txt {
    max-width: 1440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14.5% 20px 85px;
    z-index: 2;
    pointer-events: none;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media (max-width: 960px) {
    .bannerArea .bannerItem .Txt {
        padding: 85px 20px 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
.bannerArea .bannerItem .Txt .textBox {
    margin-top: -40px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
@media (max-width: 960px) {
    .bannerArea .bannerItem .Txt .textBox {
        margin-top: 10px;
        width: 100%;
        max-width: 480px;
    }
}
.bannerArea .bannerItem .Txt .productPic {
    width: 50%;
}
.bannerArea .bannerItem .Txt .productPic img {
    -webkit-transform: translate(0, -110px);
            transform: translate(0, -110px);
}
@media (max-width: 960px) {
    .bannerArea .bannerItem .Txt .productPic {
        width: 360px;
    }
    .bannerArea .bannerItem .Txt .productPic img {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
}
.bannerArea .bannerItem .Txt .title {
    color: #000;
    font-size: 91px;
    font-weight: 600;
    font-family: "Saira", sans-serif;
    line-height: 0.95;
    letter-spacing: 0.5px;
    opacity: 0;
}
@media (max-width: 1360px) {
    .bannerArea .bannerItem .Txt .title {
        font-size: 60px;
    }
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .Txt .title {
        font-size: 45px;
    }
}
@media (max-width: 400px) {
    .bannerArea .bannerItem .Txt .title {
        font-size: 30px;
    }
}
.bannerArea .bannerItem .Txt .subtitle {
    margin-top: 20px;
    position: relative;
    padding-left: 50px;
    color: #000;
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.5px;
    opacity: 0;
}
@media (max-width: 1360px) {
    .bannerArea .bannerItem .Txt .subtitle {
        padding-left: 30px;
        font-size: 24px;
    }
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .Txt .subtitle {
        font-size: 18px;
    }
}
@media (max-width: 960px) {
    .bannerArea .bannerItem .Txt .subtitle {
        margin-top: 10px;
    }
}
.bannerArea .bannerItem .Txt .subtitle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2.5px;
    width: 23px;
    height: 5px;
    background-color: #000;
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .Txt .subtitle::before {
        margin-top: -1.5px;
        width: 14px;
        height: 3px;
    }
}
.bannerArea .bannerItem .Txt .text {
    margin-top: 20px;
    padding-left: 50px;
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #373737;
    line-height: 1.5;
    letter-spacing: 0.5px;
    opacity: 0;
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .Txt .text {
        padding-left: 30px;
        font-size: 14px;
    }
}
@media (max-width: 960px) {
    .bannerArea .bannerItem .Txt .text {
        margin-top: 10px;
    }
}
.bannerArea .bannerItem .Txt .bannerBtn {
    opacity: 0;
    margin-top: 60px;
    display: block;
    width: 260px;
    height: 50px;
    pointer-events: auto;
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .Txt .bannerBtn {
        margin-top: 20px;
    }
}
.bannerArea .bannerItem .Txt .bannerBtn a {
    position: relative;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.5px;
    overflow: hidden;
}
@media (max-width: 960px) {
    .bannerArea .bannerItem .Txt .bannerBtn a {
        width: 200px;
    }
}
.bannerArea .bannerItem .Txt .bannerBtn a:hover {
    color: #000;
}
.bannerArea .bannerItem .Txt .bannerBtn a:hover::before {
    background-color: #eee;
}
.bannerArea .bannerItem .Txt .bannerBtn a:hover span::before {
    border-color: transparent transparent transparent #000;
}
.bannerArea .bannerItem .Txt .bannerBtn a:hover span::after {
    background-color: #000;
}
.bannerArea .bannerItem .Txt .bannerBtn a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: skew(10deg);
            transform: skew(10deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bannerArea .bannerItem .Txt .bannerBtn .btnText {
    position: relative;
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 25px;
    z-index: 1;
}
.bannerArea .bannerItem .Txt .bannerBtn span {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 45px;
    -webkit-animation: btnArrow 1s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: btnArrow 1s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.bannerArea .bannerItem .Txt .bannerBtn span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bannerArea .bannerItem .Txt .bannerBtn span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: calc(100% - 5px);
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bannerArea .bannerItem .Img {
    position: relative;
    z-index: 1;
}
@media (max-width: 960px) {
    .bannerArea .bannerItem .Img.pc {
        height: 680px;
    }
    .bannerArea .bannerItem .Img.pc img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
}
@media (max-width: 480px) {
    .bannerArea .bannerItem .Img.mobile {
        height: 680px;
    }
    .bannerArea .bannerItem .Img.mobile img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
}
.bannerArea .bannerItem .bannerVideo {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    width: 330px;
    height: 330px;
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .bannerVideo {
        width: 160px;
        height: 160px;
    }
}
@media (max-width: 480px) {
    .bannerArea .bannerItem .bannerVideo {
        right: 10px;
    }
}
.bannerArea .bannerItem .bannerVideo .videoBtn {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    cursor: pointer;
}
.bannerArea .bannerItem .bannerVideo .videoBtn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -113.5px;
    margin-left: -113.5px;
    width: 227px;
    height: 227px;
    background-repeat: no-repeat;
    background-image: url(../images/video_circle.png);
    background-size: contain;
    -webkit-animation: circle02 2s linear infinite;
            animation: circle02 2s linear infinite;
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .bannerVideo .videoBtn::before {
        margin-top: -61px;
        margin-left: -61px;
        width: 122px;
        height: 122px;
    }
}
@media (min-width: 1181px) {
    .bannerArea .bannerItem .bannerVideo .videoBtn:hover .videoTitle::after {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
    }
}
.bannerArea .bannerItem .bannerVideo .videoTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -38.5px;
    margin-left: -38.5px;
    width: 77px;
    height: 77px;
    font-size: 15px;
    font-weight: 700;
    font-family: "Saira", sans-serif;
    color: #fff;
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .bannerVideo .videoTitle {
        margin-top: -19px;
        margin-left: -19px;
        width: 38px;
        height: 38px;
        font-size: 12px;
    }
}
.bannerArea .bannerItem .bannerVideo .videoTitle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #ffffff;
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .bannerVideo .videoTitle::before {
        border-width: 4px 0 4px 9px;
    }
}
.bannerArea .bannerItem .bannerVideo .videoTitle::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    -webkit-transition: all 0.4s cubic-bezier(0, -1.54, 0.89, 2.52);
    transition: all 0.4s cubic-bezier(0, -1.54, 0.89, 2.52);
}
.bannerArea .bannerItem .bannerVideo .videoTitle span {
    position: absolute;
    top: 50%;
    left: calc(100% - 15px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-left: 35px;
    white-space: nowrap;
    letter-spacing: 0.5px;
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .bannerVideo .videoTitle span {
        top: auto;
        bottom: calc(100% - 7px);
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        padding-left: 0;
        padding-bottom: 20px;
    }
}
.bannerArea .bannerItem .bannerVideo .videoTitle span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .bannerVideo .videoTitle span::before {
        top: auto;
        bottom: 0;
        left: 50%;
        width: 1px;
        height: 14px;
    }
}
.bannerArea .bannerItem .bannerVideo .stroke {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    stroke: #fff;
    stroke-width: 2px;
    fill: none;
    stroke-dashoffset: 500.64;
    stroke-dasharray: 1023.64;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation: circle01 2s ease infinite;
            animation: circle01 2s ease infinite;
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .bannerVideo .stroke {
        stroke-dashoffset: 251.64;
        stroke-dasharray: 502.4;
    }
}
.bannerArea .bannerItem.slick-current .Txt .title {
    -webkit-animation: bannerTxtAnimation 0.8s ease-in-out forwards;
            animation: bannerTxtAnimation 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .subtitle {
    -webkit-animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
            animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .text {
    -webkit-animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
            animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .bannerBtn {
    -webkit-animation: bannerTxtAnimation 0.8s 1.2s ease-in-out forwards;
            animation: bannerTxtAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .videoBtn::after {
    -webkit-animation: rotate 50s linear forwards;
            animation: rotate 50s linear forwards;
}
.bannerArea .socialBox {
    display: block;
    position: absolute;
    top: 50%;
    left: 50px;
    z-index: 2;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.bannerArea .socialBox .socialList {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.bannerArea .socialBox .socialList li {
    margin: 7.5px 0;
}
.bannerArea .socialBox .socialList li:first-child {
    margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
    margin-bottom: 0;
}
.bannerArea .socialBox .socialList li a {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
    width: 20px;
    height: 18px;
    display: inline-block;
    fill: #fff;
    margin-top: -2px;
    vertical-align: middle;
}
.bannerArea .socialBox .socialList li a:hover {
    color: #191919;
}
.bannerArea .socialBox .socialList li a:hover svg {
    fill: #191919;
}
.bannerArea .arrowBox {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.bannerArea .arrowBox .arrow {
    width: 100px;
    height: 70px;
    position: relative;
    cursor: pointer;
    background-color: #000;
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: skew(10deg);
            transform: skew(10deg);
}
.bannerArea .arrowBox .arrow::before {
    content: "";
    border-style: solid;
    display: block;
    z-index: 2;
    width: 0;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
}
.bannerArea .arrowBox .arrowPrev::before {
    border-width: 5px 9px 5px 0;
    border-color: transparent #fff transparent transparent;
}
.bannerArea .arrowBox .arrowPrev:hover {
    background-color: #eee;
}
.bannerArea .arrowBox .arrowPrev:hover::before {
    border-color: transparent #000 transparent transparent;
}
.bannerArea .arrowBox .arrowPrev:hover::after {
    border-color: transparent transparent #eee transparent;
}
.bannerArea .arrowBox .arrowNext {
    margin-right: -13px;
}
.bannerArea .arrowBox .arrowNext::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #fff;
}
.bannerArea .arrowBox .arrowNext:hover {
    background-color: #eee;
}
.bannerArea .arrowBox .arrowNext:hover::before {
    border-color: transparent transparent transparent #000;
}
.bannerArea .arrowBox .arrowNext:hover::after {
    border-color: #eee transparent transparent transparent;
}
.bannerArea .scrollDown {
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
}
.bannerArea .scrollDown span {
    display: block;
}
.bannerArea .scrollDown span.text {
    font-size: 13px;
    font-weight: 500;
    font-family: "Saira", sans-serif;
    color: #000;
    letter-spacing: 0.5px;
}
.bannerArea .scrollDown span.circle {
    margin: 0 auto 3px;
    position: relative;
    width: 23px;
    height: 34px;
    border: 3px solid #000;
    border-radius: 15px;
}
.bannerArea .scrollDown span.circle::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 3px;
    height: 7px;
    background-color: #000;
    -webkit-animation: scroll 0.8s linear infinite;
            animation: scroll 0.8s linear infinite;
}
.bannerArea .slick-dots {
    bottom: 15px;
}
.bannerArea .slick-dots li button::before {
    content: "";
    top: 5px;
    left: 5px;
    width: 7px;
    height: 7px;
    background-color: #898989;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bannerArea .slick-dots li.slick-active button::before {
    width: 18px;
    background-color: #000;
    opacity: 1;
}
@media (max-width: 1180px) {
    .bannerArea .Txt .bannerVideo, .bannerArea .socialBox, .bannerArea .scrollDown, .bannerArea .arrowBox {
        display: none !important;
    }
}

.aboutArea {
    position: relative;
    padding: 145px 0;
    z-index: 1;
}
@media (max-width: 1180px) {
    .aboutArea {
        padding: 60px 0;
    }
}
.aboutArea::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36.5%;
    height: calc(100% + 70px);
    background-repeat: no-repeat;
    background-image: url(../images/bg_about.png);
    background-size: 100% 100%;
}
@media (max-width: 1180px) {
    .aboutArea::before {
        display: none;
    }
}
.aboutArea .wrap {
    max-width: 1760px;
    padding-right: 180px;
}
@media (max-width: 1760px) {
    .aboutArea .wrap {
        padding-right: 20px;
    }
}
.aboutArea .outerBox {
    position: relative;
}
.aboutArea .aboutBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.aboutArea .aboutBox .titleBox {
    position: relative;
}
.aboutArea .aboutBox .titleBox::after {
    content: "";
    position: absolute;
    left: 37%;
    bottom: -15px;
    width: 252px;
    height: 189px;
    background-repeat: no-repeat;
    background-image: url(../images/deck01.png);
    background-size: contain;
}
.aboutArea .aboutBox .Img {
    width: 48.7%;
}
@media (max-width: 1400px) {
    .aboutArea .aboutBox .Img {
        width: 40%;
    }
}
@media (max-width: 1180px) {
    .aboutArea .aboutBox .Img {
        position: relative;
        padding-bottom: 60px;
    }
    .aboutArea .aboutBox .Img::before {
        content: "";
        position: absolute;
        left: -20px;
        bottom: 0;
        width: 64%;
        height: calc(100% + 70px);
        background-repeat: no-repeat;
        background-image: url(../images/bg_about.png);
        background-size: 100% 100%;
    }
}
@media (max-width: 960px) {
    .aboutArea .aboutBox .Img {
        width: 100%;
    }
}
.aboutArea .aboutBox .Img img {
    position: relative;
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 1;
}
.aboutArea .aboutBox .textBox {
    width: 51.3%;
    padding-left: 50px;
    padding-bottom: 175px;
}
@media (max-width: 1400px) {
    .aboutArea .aboutBox .textBox {
        width: 60%;
    }
}
@media (max-width: 1180px) {
    .aboutArea .aboutBox .textBox {
        padding-bottom: 20px;
    }
}
@media (max-width: 960px) {
    .aboutArea .aboutBox .textBox {
        padding-top: 50px;
        padding-left: 0;
        width: 100%;
    }
}
.aboutArea .aboutBox .Txt {
    font-size: 15px;
    line-height: 1.8;
    color: #434343;
}
.aboutArea .aboutBox .Txt .titel {
    font-size: 24px;
    font-weight: 700;
    color: #191919;
}
.aboutArea .aboutBox .Txt .enTitle {
    font-size: 20px;
    font-weight: 600;
    font-family: "Saira", sans-serif;
    color: #191919;
    line-height: 1;
}
.aboutArea .aboutBox .Txt p {
    margin-top: 10px;
}
.aboutArea .aboutBox .moreBtn {
    margin-top: 40px;
}
.aboutArea .certArea {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 51.3%;
    padding-left: 50px;
}
@media (max-width: 1400px) {
    .aboutArea .certArea {
        width: 60%;
    }
}
@media (max-width: 1180px) {
    .aboutArea .certArea {
        position: static;
        bottom: auto;
        right: auto;
        width: auto;
        padding-top: 50px;
        padding-left: 0;
    }
}
@media (min-width: 1181px) {
    .aboutArea .certArea .insBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
}
.aboutArea .certArea .titleBox {
    margin-bottom: 60px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 330px;
    position: relative;
}
@media (max-width: 1180px) {
    .aboutArea .certArea .titleBox {
        margin-bottom: 20px;
        text-align: left;
        width: auto;
    }
    .aboutArea .certArea .titleBox::before {
        right: auto;
        left: 0;
    }
}
.aboutArea .certArea .titleBox::after {
    content: "";
    position: absolute;
    left: 27%;
    bottom: -7px;
    width: 252px;
    height: 206px;
    background-repeat: no-repeat;
    background-image: url(../images/deck02.png);
    background-size: contain;
}
@media (max-width: 1180px) {
    .aboutArea .certArea .titleBox::after {
        left: 45px;
        bottom: -65px;
    }
}
.aboutArea .certArea .certBox {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(100% - 330px);
}
@media (max-width: 1180px) {
    .aboutArea .certArea .certBox {
        width: auto;
    }
}
.aboutArea .certArea .certList {
    margin: 0 -10px;
}
.aboutArea .certArea .certList li {
    padding: 10px;
}
.aboutArea .certArea .certList .item:hover .Img::before, .aboutArea .certArea .certList .item:hover .Img::after {
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    opacity: 1;
}
.aboutArea .certArea .certList .Img {
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.aboutArea .certArea .certList .Img::before, .aboutArea .certArea .certList .Img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: none;
    opacity: 0;
}
.aboutArea .certArea .certList .Img::before {
    border: 1px solid #c9c9c9;
}
.aboutArea .certArea .certList .Img::after {
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000)), -webkit-gradient(linear, left top, right top, from(#000), to(#000)), -webkit-gradient(linear, left top, right top, from(#000), to(#000)), -webkit-gradient(linear, left top, right top, from(#000), to(#000)), -webkit-gradient(linear, left top, right top, from(#000), to(#000)), -webkit-gradient(linear, left top, right top, from(#000), to(#000)), -webkit-gradient(linear, left top, right top, from(#000), to(#000)), -webkit-gradient(linear, left top, right top, from(#000), to(#000));
    background-image: linear-gradient(to right, #000 0%, #000 100%), linear-gradient(to right, #000 0%, #000 100%), linear-gradient(to right, #000 0%, #000 100%), linear-gradient(to right, #000 0%, #000 100%), linear-gradient(to right, #000 0%, #000 100%), linear-gradient(to right, #000 0%, #000 100%), linear-gradient(to right, #000 0%, #000 100%), linear-gradient(to right, #000 0%, #000 100%);
    background-size: 10px 1px, 1px 10px;
    background-position: 0 0, 0 0, 100% 0, 100% 0, 0 100%, 0 100%, 100% 100%, 100% 100%;
}
.aboutArea .certArea .certList .Img img {
    display: block;
    width: 100%;
}
.aboutArea .certArea .certList .title a {
    display: block;
    width: 100%;
    max-height: 37px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    color: #191919;
}
.aboutArea .certArea .certList .title a:hover {
    text-decoration: underline;
}
.aboutArea .certArea .certList .Txt {
    padding: 10px 0;
}
.aboutArea .certArea .dotBox .slick-dots {
    bottom: 35px;
    right: 0;
    width: auto;
    max-width: 165px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (max-width: 1180px) {
    .aboutArea .certArea .dotBox .slick-dots {
        margin-top: 10px;
        position: relative;
        bottom: -10px;
        bottom: auto;
        right: auto;
    }
}
.aboutArea .slick-dots {
    bottom: 15px;
}
.aboutArea .slick-dots li button::before {
    content: "";
    top: 5px;
    left: 5px;
    width: 7px;
    height: 7px;
    background-color: #898989;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.aboutArea .slick-dots li.slick-active button::before {
    width: 18px;
    background-color: #000;
    opacity: 1;
}

.productArea {
    position: relative;
    padding: 150px 0 70px;
    background-repeat: no-repeat;
    background-image: url(../images/bg_product.jpg);
    background-size: cover;
}
@media (max-width: 1180px) {
    .productArea {
        padding: 50px 0;
    }
}
.productArea::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 36.5%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: skew(-27deg);
            transform: skew(-27deg);
    pointer-events: none;
}
@media (max-width: 767px) {
    .productArea::before {
        width: 72%;
    }
}
.productArea .productBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.productArea .productBox .leftBox {
    position: relative;
    width: 310px;
}
@media (max-width: 1180px) {
    .productArea .productBox .leftBox {
        width: 100%;
    }
}
.productArea .productBox .leftBox::after {
    content: "";
    position: absolute;
    left: 26%;
    bottom: -10px;
    width: 311px;
    height: 209px;
    background-repeat: no-repeat;
    background-image: url(../images/deck03.png);
    background-size: contain;
}
@media (max-width: 1180px) {
    .productArea .productBox .leftBox::after {
        bottom: auto;
        top: 310px;
        left: auto;
        right: 55%;
    }
}
@media (max-width: 767px) {
    .productArea .productBox .leftBox::after {
        right: 15%;
    }
}
@media (max-width: 480px) {
    .productArea .productBox .leftBox::after {
        right: 10%;
    }
}
.productArea .productBox .rightBox {
    position: relative;
    width: calc(100% - 310px);
    padding-top: 720px;
    padding-top: 51.5%;
}
@media (max-width: 1180px) {
    .productArea .productBox .rightBox {
        width: 100%;
        padding-top: 70%;
        margin-top: 60px;
    }
}
@media (max-width: 767px) {
    .productArea .productBox .rightBox {
        padding-top: 40px;
        margin-top: 0;
    }
}
.productArea .titleBox {
    margin-bottom: 25px;
}
.productArea .infoBox .title {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    color: #191919;
}
.productArea .productList > li {
    position: absolute;
}
@media (max-width: 767px) {
    .productArea .productList > li {
        position: relative;
        padding: 20px 0;
    }
}
@media (min-width: 768px) {
    .productArea .productList > li:nth-of-type(1) {
        top: 4%;
        left: 10%;
        width: 15.3%;
    }
}
@media (max-width: 767px) {
    .productArea .productList > li:nth-of-type(1) {
        max-width: 220px;
        margin: 0 auto;
    }
    .productArea .productList > li:nth-of-type(1) .Img {
        margin-right: 20px;
        margin-bottom: 20px;
    }
}
.productArea .productList > li:nth-of-type(1) .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 76%;
}
.productArea .productList > li:nth-of-type(1) .bg::before {
    bottom: -20px;
    right: -20px;
    background-image: url(../images/bg_p01.png);
}
.productArea .productList > li:nth-of-type(1) .bg::after {
    background-color: #535353;
}
.productArea .productList > li:nth-of-type(1) .title {
    top: 108%;
    left: 0;
}
.productArea .productList > li:nth-of-type(1) .title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.productArea .productList > li:nth-of-type(1) .en {
    margin-left: 10px;
}
@media (min-width: 768px) {
    .productArea .productList > li:nth-of-type(2) {
        top: -13%;
        left: 39.3%;
        width: 59%;
    }
}
@media (max-width: 767px) {
    .productArea .productList > li:nth-of-type(2) {
        max-width: 665px;
        margin: 0 auto;
    }
    .productArea .productList > li:nth-of-type(2) .Img {
        margin-right: 20px;
    }
}
.productArea .productList > li:nth-of-type(2) .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 76%;
}
.productArea .productList > li:nth-of-type(2) .bg::before {
    top: -20px;
    right: -20px;
    background-image: url(../images/bg_p02.png);
}
.productArea .productList > li:nth-of-type(2) .bg::after {
    background-color: #959595;
}
.productArea .productList > li:nth-of-type(2) .title {
    top: 103%;
    left: 0;
}
.productArea .productList > li:nth-of-type(2) .title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.productArea .productList > li:nth-of-type(2) .en {
    margin-left: 10px;
}
@media (min-width: 768px) {
    .productArea .productList > li:nth-of-type(3) {
        top: 60%;
        left: 20%;
        width: 34%;
    }
}
@media (max-width: 767px) {
    .productArea .productList > li:nth-of-type(3) {
        max-width: 390px;
        margin: 0 auto;
    }
    .productArea .productList > li:nth-of-type(3) .Img {
        margin-left: 20px;
    }
}
.productArea .productList > li:nth-of-type(3) .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 76%;
}
.productArea .productList > li:nth-of-type(3) .bg::before {
    top: -20px;
    left: -20px;
    background-image: url(../images/bg_p03.png);
}
.productArea .productList > li:nth-of-type(3) .bg::after {
    background-color: #959595;
}
.productArea .productList > li:nth-of-type(3) .title {
    top: 100%;
    left: 0;
}
.productArea .productList > li:nth-of-type(3) .title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.productArea .productList > li:nth-of-type(3) .en {
    margin-left: 10px;
}
@media (min-width: 768px) {
    .productArea .productList > li:nth-of-type(4) {
        top: 53%;
        left: 58%;
        width: 15%;
    }
}
@media (max-width: 767px) {
    .productArea .productList > li:nth-of-type(4) {
        max-width: 185px;
        margin: 0 auto;
    }
    .productArea .productList > li:nth-of-type(4) .Img {
        margin-right: 20px;
        margin-bottom: 20px;
    }
}
.productArea .productList > li:nth-of-type(4) .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 76%;
}
.productArea .productList > li:nth-of-type(4) .bg::before {
    bottom: -20px;
    right: -20px;
    background-image: url(../images/bg_p04.png);
}
.productArea .productList > li:nth-of-type(4) .bg::after {
    background-color: #959595;
}
.productArea .productList > li:nth-of-type(4) .title {
    top: 35%;
    left: 125%;
}
@media (min-width: 1181px) {
    .productArea .productList > li:hover:nth-of-type(1) .bg {
        -webkit-transform: translate(10px, 10px);
                transform: translate(10px, 10px);
    }
    .productArea .productList > li:hover:nth-of-type(1) .bg::before {
        bottom: 0;
        right: 0;
    }
    .productArea .productList > li:hover:nth-of-type(1) .Img a {
        -webkit-transform: translate(10px, 10px);
                transform: translate(10px, 10px);
    }
    .productArea .productList > li:hover:nth-of-type(2) .bg {
        -webkit-transform: translate(10px, -10px);
                transform: translate(10px, -10px);
    }
    .productArea .productList > li:hover:nth-of-type(2) .bg::before {
        top: 0;
        right: 0;
    }
    .productArea .productList > li:hover:nth-of-type(2) .Img a {
        -webkit-transform: translate(10px, -10px);
                transform: translate(10px, -10px);
    }
    .productArea .productList > li:hover:nth-of-type(3) .bg {
        -webkit-transform: translate(-10px, -10px);
                transform: translate(-10px, -10px);
    }
    .productArea .productList > li:hover:nth-of-type(3) .bg::before {
        top: 0;
        left: 0;
    }
    .productArea .productList > li:hover:nth-of-type(3) .Img a {
        -webkit-transform: translate(-10px, -10px);
                transform: translate(-10px, -10px);
    }
    .productArea .productList > li:hover:nth-of-type(4) .bg {
        -webkit-transform: translate(10px, 10px);
                transform: translate(10px, 10px);
    }
    .productArea .productList > li:hover:nth-of-type(4) .bg::before {
        bottom: 0px;
        right: 0px;
    }
    .productArea .productList > li:hover:nth-of-type(4) .Img a {
        -webkit-transform: translate(10px, 10px);
                transform: translate(10px, 10px);
    }
}
.productArea .productList > li .bg {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.productArea .productList > li .bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.productArea .productList > li .bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #959595;
}
.productArea .productList .Img {
    position: relative;
}
.productArea .productList .Img img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
}
.productArea .productList .Img a {
    display: block;
}
.productArea .productList .title {
    position: absolute;
    padding-left: 20px;
}
@media (max-width: 767px) {
    .productArea .productList .title {
        position: static;
    }
}
.productArea .productList .title a {
    font-size: 24px;
    font-weight: 500;
    color: #191919;
}
.productArea .productList .title .tw {
    position: relative;
    white-space: nowrap;
}
.productArea .productList .title .tw::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #000000;
}
.productArea .productList .title .tw::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #eeeeee;
}
.productArea .productList .title .en {
    font-size: 18px;
    font-weight: 700;
    font-family: "Saira", sans-serif;
    white-space: nowrap;
}
.productArea .moreBtn {
    margin-top: 45px;
}
@media (max-width: 767px) {
    .productArea .moreBtn {
        margin-top: 20px;
    }
}

.newsArea {
    padding: 95px 0;
}
.newsArea .titleBox {
    position: relative;
    margin-bottom: 30px;
}
.newsArea .titleBox::after {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -178px;
    width: 356px;
    height: 195px;
    background-repeat: no-repeat;
    background-image: url(../images/deck04.png);
    background-size: contain;
}
.newsArea .newsBox {
    position: relative;
}
@media (min-width: 1181px) {
    .newsArea .newsDataBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
}
.newsArea .classOutBox {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}
@media (min-width: 1181px) {
    .newsArea .classBox {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }
}
.newsArea .leftBox {
    width: 43%;
}
@media (max-width: 1180px) {
    .newsArea .leftBox {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
}
.newsArea .rightBox {
    padding-left: 25px;
    padding-top: 75px;
    width: 57%;
}
@media (max-width: 1180px) {
    .newsArea .rightBox {
        padding-top: 30px;
        padding-left: 0;
        width: 100%;
    }
}
.newsArea .bottom {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.newsArea .dotBox {
    position: relative;
}
.newsArea .dotBox .slick-dots {
    position: relative;
    bottom: auto;
}
.newsArea .dotBox .slick-dots li button::before {
    content: "";
    top: 5px;
    left: 5px;
    width: 7px;
    height: 7px;
    background-color: #898989;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.newsArea .dotBox .slick-dots li.slick-active button::before {
    width: 18px;
    background-color: #000;
    opacity: 1;
}
.newsArea img {
    display: block;
    width: 100%;
}

.newsList {
    margin: 0 -10px;
}
.newsList.slick-slider {
    margin-bottom: 0 !important;
}
.newsList li {
    padding: 0 10px;
}
.newsList .item {
    position: relative;
}
.newsList .Txt {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 50px 15px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 1px;
    width: 100%;
}
@media (max-width: 480px) {
    .newsList .Txt {
        padding: 15px;
    }
}
@media (max-width: 420px) {
    .newsList .Txt {
        position: relative;
        bottom: auto;
        display: block;
        padding: 15px 0;
    }
}
.newsList .Txt .title {
    margin-bottom: 5px;
}
.newsList .Txt .title a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 420px) {
    .newsList .Txt .title a {
        color: #000;
    }
}
.newsList .Txt p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    height: 42px;
}
@media (max-width: 420px) {
    .newsList .Txt p {
        color: #000;
    }
}
.newsList .left {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.newsList .right {
    padding-left: 30px;
    width: calc(100% - 80px);
}
@media (max-width: 420px) {
    .newsList .right {
        padding-left: 0;
    }
}
.newsList .newIcon {
    position: relative;
    padding-left: 12px;
}
.newsList .newIcon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 7px;
    height: 2px;
    background-color: #fff;
}
.newsList .dateBox {
    padding: 10px;
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    font-weight: 600;
    font-family: "Saira", sans-serif;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
}
@media (max-width: 420px) {
    .newsList .dateBox {
        color: #000;
        border-color: #000;
    }
}
.newsList .dateBox .deck {
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 500;
    font-family: "Saira", sans-serif;
    color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 420px) {
    .newsList .dateBox .deck {
        color: rgba(0, 0, 0, 0.5);
    }
}
.newsList .arrow {
    margin-top: 10px;
    position: relative;
}
.newsList .arrow a {
    width: 30px;
    height: 20px;
    display: block;
}
.newsList .arrow span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-animation: btnArrow2 1s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: btnArrow2 1s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.newsList .arrow span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media (max-width: 420px) {
    .newsList .arrow span::before {
        border-color: transparent transparent transparent #000;
    }
}
.newsList .arrow span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: calc(100% - 5px);
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media (max-width: 420px) {
    .newsList .arrow span::after {
        background-color: #000;
    }
}

.newsList_right {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.newsList_right.slick-slider {
    margin-bottom: 0 !important;
}
.newsList_right li {
    position: relative;
    padding: 25px 0;
}
@media (max-width: 420px) {
    .newsList_right li {
        padding: 10px 0;
    }
}
.newsList_right li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 55px;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 420px) {
    .newsList_right li::before {
        display: none;
    }
}
.newsList_right li.slick-current::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: calc(100% - 70px);
    background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 420px) {
    .newsList_right li.slick-current::after {
        width: 100%;
    }
}
.newsList_right .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.newsList_right .item:hover .right::before {
    height: 100%;
}
.newsList_right .left {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 5px;
    width: 55px;
    height: 50px;
}
@media (max-width: 420px) {
    .newsList_right .left {
        width: 100%;
        padding-top: 0;
    }
}
.newsList_right .right {
    width: calc(100% - 55px);
    position: relative;
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (max-width: 420px) {
    .newsList_right .right {
        width: 100%;
        padding-top: 5px;
        padding-left: 0;
    }
}
.newsList_right .right::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 2px;
    height: 20px;
    background-color: #000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media (max-width: 420px) {
    .newsList_right .right::before {
        display: none;
    }
}
.newsList_right .Img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 180px;
}
@media (max-width: 640px) {
    .newsList_right .Img {
        margin-top: 10px;
    }
}
.newsList_right .Txt {
    width: calc(100% - 180px);
    padding-right: 60px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #434343;
}
@media (max-width: 640px) {
    .newsList_right .Txt {
        width: 100%;
        padding-right: 0;
    }
}
.newsList_right .Txt .title a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #191919;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsList_right .Txt p {
    height: 70px;
}
.newsList_right .newIcon {
    color: #000;
}
.newsList_right .dateBox {
    font-size: 14px;
    font-weight: 600;
    font-family: "Saira", sans-serif;
    color: #191919;
    line-height: 1;
    text-transform: uppercase;
}
.newsList_right .arrow {
    margin-top: 10px;
    position: relative;
}
.newsList_right .arrow a {
    width: 30px;
    height: 20px;
    display: block;
}
.newsList_right .arrow span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-animation: btnArrow2 1s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: btnArrow2 1s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.newsList_right .arrow span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.newsList_right .arrow span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: calc(100% - 5px);
    height: 2px;
    background-color: #000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}