.linkArea .linkList .Img::after,
.linkArea .linkList .Img img,
.linkArea .linkList .Img a,
.linkArea .linkList .Img,
.linkArea .linkList .item,
.linkArea .linkList .linkItem,
.newsArea .Img img,
.newsArea .slick-dots li button::before,
.newsArea .arrowBox .arrow button::after,
.adArea .slick-dots li button::before,
.adArea .adInfoList + .arrowBox .arrow button::after,
.adArea .adInfoList .infoItem .item .Txt a.link,
.adArea .adInfoList .infoItem,
.adArea .listWrap .arrowBox .arrow::after,
.adArea .adItem .Txt .text,
.adArea .adItem .Txt .title a,
.adArea .adItem .Img img,
.adArea .adItem .Img,
.adArea .adItem,
.aboutArea .Txt .link,
.aboutArea .Img .playBtn,
.aboutArea .Img.videoCover,
.bannerArea .arrowBox .arrow::before,
.bannerArea .arrowBox .arrow,
.bannerArea .bannerItem .Txt .link a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@-webkit-keyframes bannerTxtAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes bannerTxtAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-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);
    }
}
.titleBox {
    text-align: left;
}
.titleBox em.en {
    font-size: 17px;
    color: #222223;
    position: relative;
    padding-left: 40px;
    margin-bottom: 7px;
    display: block;
}
@media (max-width: 1200px) {
    .titleBox em.en {
        font-size: 15px;
    }
}
@media (max-width: 480px) {
    .titleBox em.en {
        font-size: 14px;
        margin-bottom: 0;
    }
}
.titleBox em.en::before {
    content: "";
    width: 25px;
    height: 2px;
    background-color: #222223;
    position: absolute;
    left: 0;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.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);
    border-radius: 50%;
}
.popWin .close::before,
.popWin .close::after {
    content: "";
    position: absolute;
    left: 11px;
    top: 23px;
    width: 25px;
    height: 1px;
    background-color: #bca480;
}
.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: 1200px) {
    .popWin .close {
        right: 0;
        top: 0;
        border-radius: 0;
    }
    .popWin .popContent {
        max-height: calc(100vh - 150px);
    }
}
.mainArea {
    padding: 0;
}
.bannerArea {
    position: relative;
}
.bannerArea .bannerBox {
    position: relative;
}
.bannerArea .bannerList {
    position: relative;
    z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
    margin-bottom: 0;
}
.bannerArea .bannerItem {
    position: relative;
}
@media (max-width: 1200px) {
    .bannerArea .bannerItem {
        background-color: #222223;
    }
}
.bannerArea .bannerItem .Txt {
    max-width: 1320px;
    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;
    padding: 110px 20px 85px;
    z-index: 4;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media (max-width: 1600px) {
    .bannerArea .bannerItem .Txt {
        max-width: 1200px;
    }
}
@media (max-width: 1400px) {
    .bannerArea .bannerItem .Txt {
        max-width: 1000px;
    }
}
@media (max-width: 1200px) {
    .bannerArea .bannerItem .Txt {
        pointer-events: none;
        background-color: #f0c709;
        height: auto;
        top: auto;
        bottom: 20px;
        padding: 0;
        position: static;
        width: 100%;
        max-width: none;
    }
    .bannerArea .bannerItem .Txt .h2Title {
        font-weight: 500 !important;
    }
}



@media (max-width: 480px) {
    .bannerArea .bannerItem .Txt {
        bottom: 0;
        margin: 0px auto;
        max-height: 60px;
    }
}
.bannerArea .bannerItem .Txt .textBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 38px;
}
@media (max-width: 1200px) {
    .bannerArea .bannerItem .Txt .textBox {
        padding: 20px 60px;
        margin-bottom: 0;
    }
}
@media (max-width: 720px) {
    .bannerArea .bannerItem .Txt .textBox {
        padding: 0;
    }
}
.bannerArea .bannerItem .Txt .textBox.pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bannerArea .bannerItem .Txt .textBox.mobile {
    display: none;
}
.bannerArea .bannerItem .Txt .textBox.tablet {
    display: none;
}
@media (max-width: 1200px) {
    .bannerArea .bannerItem .Txt .textBox.pc {
        display: none;
    }
    .bannerArea .bannerItem .Txt .textBox.mobile {
        display: none;
    }
    .bannerArea .bannerItem .Txt .textBox.tablet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 14px 20px;
    }
}
@media (max-width: 540px) {
    .bannerArea .bannerItem .Txt .textBox.pc {
        display: none;
    }
    .bannerArea .bannerItem .Txt .textBox.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 14px 20px;
    }
    .bannerArea .bannerItem .Txt .textBox.tablet {
        display: none;
    }
}
.bannerArea .bannerItem .Txt .title {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1px;
    opacity: 0;
    max-width: 900px;
    margin-bottom: 10px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
@media (max-width: 1600px) {
    .bannerArea .bannerItem .Txt .title {
        font-size: 48px;
    }
}
@media (max-width: 1200px) {
    .bannerArea .bannerItem .Txt .title {
        font-size: 36px;
    }
}
@media (max-width: 720px) {
    .bannerArea .bannerItem .Txt .title {
        font-size: 24px;
        margin-bottom: 4px;
    }
}
@media (max-width: 480px) {
    .bannerArea .bannerItem .Txt .title {
        font-size: 18px;
        margin-bottom: 2px;
        line-height: 1;
        font-weight: 500;
    }
}
.bannerArea .bannerItem .Txt .subtitle {
    color: #fff;
    display: block;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 1.4px;
    margin-top: 10px;
    opacity: 0;
    font-weight: normal;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
    .bannerArea .bannerItem .Txt .subtitle {
        font-size: 20px;
    }
}
@media (max-width: 720px) {
    .bannerArea .bannerItem .Txt .subtitle {
        font-size: 15px;
    }
}
@media (max-width: 480px) {
    .bannerArea .bannerItem .Txt .subtitle {
        margin-top: 3px;
        font-size: 13px;
    }
}
.bannerArea .bannerItem .Txt .text {
    color: #fff;
    display: block;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin-top: 16px;
    opacity: 0;
    font-size: 19px;
    max-width: 380px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
@media (max-width: 1200px) {
    .bannerArea .bannerItem .Txt .text {
        font-size: 15px;
        display: none;
    }
}
.bannerArea .bannerItem .Txt .bannerBtn {
    opacity: 0;
}
.bannerArea .bannerItem .Txt .link {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
@media (max-width: 1200px) {
    .bannerArea .bannerItem .Txt .link {
        display: none;
    }
}
.bannerArea .bannerItem .Txt .link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    background-color: #f0c709;
}
.bannerArea .bannerItem .Txt .link a:hover {
    background-color: #90ac3f;
}
.bannerArea .bannerItem .Txt .link span {
    color: #fff;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
}
.bannerArea .bannerItem .Txt .link span::after {
    margin-left: 54px;
    content: "";
    width: 8px;
    height: 14px;
    display: block;
    -webkit-mask: no-repeat url(../images/arrow2.png) center/cover;
    mask: no-repeat url(../images/arrow2.png) center/cover;
    background-color: #fff;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn {
    width: 100px;
    height: 100px;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    bottom: 150px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #fff;
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 5px);
    z-index: 1;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::after {
    content: "";
    border: 1px dashed #fff;
    border-radius: 50%;
    z-index: 1;
    width: 75%;
    height: 75%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bannerArea .bannerItem .Img {
    position: relative;
    z-index: 1;
}
.bannerArea .bannerItem .Img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
@media (min-width: 1921px) {
    .bannerArea .bannerItem .Img img {
        height: 760px;
    }
}
.bannerArea .bannerItem .Img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    height: 777px;
    min-height: 700px;
}
@media (max-width: 1920px) {
    .bannerArea .bannerItem .Img img {
        min-height: 0;
        height: auto;
    }
}
@media (max-width: 1200px) {
    .bannerArea .bannerItem .Img img {
        height: auto;
    }
}
@media (max-width: 480px) {
    .bannerArea .bannerItem .Img img {
        height: 100%;
    }
}
.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 ease-in-out forwards;
    animation: bannerTxtAnimation 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .text {
    -webkit-animation: bannerTxtAnimation 0.8s ease-in-out forwards;
    animation: bannerTxtAnimation 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .bannerBtn {
    -webkit-animation: bannerTxtAnimation 0.8s ease-in-out forwards;
    animation: bannerTxtAnimation 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .videoBtn::after {
    -webkit-animation: rotate 50s linear forwards;
    animation: rotate 50s linear forwards;
}
.bannerArea .bannerItem .bannerVideoBox {
    position: relative;
    width: 100%;
    height: 0;
    left: 0;
    padding-bottom: 42.8571%;
}
.bannerArea .bannerItem .bannerVideoBox + img {
    position: absolute;
    top: 0;
    left: 0;
}
.bannerArea .bannerItem .bannerVideoArea {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 9;
    pointer-events: none;
}
.bannerArea .bannerItem .bannerLink {
    display: none;
}
@media (max-width: 1200px) {
    .bannerArea .bannerItem .bannerLink {
        display: block;
    }
}
.bannerArea .arrowBox {
    display: block;
    position: absolute;
    top: 50%;
    right: 50px;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bannerArea .arrowBox .arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    overflow: hidden;
    position: relative;
    margin: 10px 0;
    cursor: pointer;
}
.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;
}
.bannerArea .arrowBox .arrowPrev::before {
    border-width: 0 5px 9px 5px;
    border-color: transparent transparent #fff transparent;
}
.bannerArea .arrowBox .arrowPrev:hover::before {
    border-color: transparent transparent #222223 transparent;
}
.bannerArea .arrowBox .arrowNext::before {
    border-width: 9px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
}
.bannerArea .arrowBox .arrowNext:hover::before {
    border-color: #222223 transparent transparent transparent;
}
.bannerArea .scrollDown {
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 2;
}
.bannerArea .scrollDown span {
    display: block;
}
.bannerArea .scrollDown span.text {
    color: #fff;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    letter-spacing: 0.5px;
}
.bannerArea .scrollDown span.line {
    width: 2px;
    height: calc(100% + 20px);
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 1;
}
.bannerArea .scrollDown span.line::before {
    content: "";
    width: 2px;
    height: calc(100% + 20px);
    -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
    animation: bannerScrollAnimation 2.5s linear infinite forwards;
    background-color: #222223;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.bannerArea .slick-dots-wrap {
    pointer-events: auto;
    position: absolute;
    bottom: 56.5px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 13.5px;
    max-width: 1320px;
    padding: 0 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    z-index: 2;
}
@media (max-width: 1600px) {
    .bannerArea .slick-dots-wrap {
        max-width: 1200px;
    }
}
@media (max-width: 1400px) {
    .bannerArea .slick-dots-wrap {
        max-width: 1000px;
    }
}
.bannerArea .slick-dots {
    position: relative;
    margin: 0 -6.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
}
.bannerArea .slick-dots li {
    width: 33px;
    height: 5px;
    margin: 0 6.5px;
    margin-bottom: 6.5px;
}
.bannerArea .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
}
.bannerArea .slick-dots li button::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}
.bannerArea .slick-dots li.slick-active button::before {
    border: 1px solid #fff;
    background-color: #fff;
    opacity: 1;
}
@media (max-width: 1200px) {
    .bannerArea .Txt .bannerVideo,
    .bannerArea .socialBox,
    .bannerArea .scrollDown,
    .bannerArea .slick-dots,
    .bannerArea .arrowBox {
        display: none !important;
    }
}
.videoArea {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 75px);
    z-index: 100;
    background-color: #fff;
}
@media (max-width: 1200px) {
    .videoArea {
        height: calc(100% - 55px);
    }
}
.videoArea .closeVideo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 52px;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 60px;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.videoArea .closeVideo p {
    color: #fff;
    font-family: "Arimo", Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
    font-weight: bold;
    text-align: center;
}
.aboutArea {
    padding: 95px 0 72px 0;
    background: no-repeat url(../images/about_bg.png) center/cover;
}
@media (max-width: 1200px) {
    .aboutArea {
        background: #fff;
        padding: 48px 0;
    }
}
@media (max-width: 480px) {
    .aboutArea {
        padding: 30px 0;
    }
}
.aboutArea .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1400px;
    padding: 0 60px;
}
@media (max-width: 1200px) {
    .aboutArea .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 720px) {
    .aboutArea .wrap {
        max-width: 1370px;
        padding: 0 45px;
    }
}
@media (max-width: 480px) {
    .aboutArea .wrap {
        max-width: 1340px;
        padding: 0 20px;
    }
}
.aboutArea .titleBox {
    width: 100%;
    margin-bottom: 9px;
}
.aboutArea .titleBox em.en {
    margin-bottom: 0px;
}
.aboutArea .Img {
    width: 100%;
    height: 100%;
    z-index: 2;
}
@media (max-width: 1200px) {
    .aboutArea .Img {
        padding: 0;
    }
}
.aboutArea .Img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.aboutArea .Img:hover .playBtn {
    background-color: #222223;
}
.aboutArea .Img.videoCover {
    cursor: pointer;
    pointer-events: none;
}
.aboutArea .Img.videoCover.hide {
    pointer-events: none;
    opacity: 0;
}
.aboutArea .Img .playBtn {
    background-color: #f0c709;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -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;
}
.aboutArea .Img .playBtn svg {
    width: 75px;
    height: 75px;
}
.aboutArea .video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    width: 100%;
    /*padding-bottom: 56.25%;*/
    padding-bottom: 70%;
    position: relative;
    z-index: 1;
}

@media (max-width: 640px) {
    .aboutArea .video {
    padding-bottom: 100%;
    }
}

.aboutArea .video .YTPOverlay {
    cursor: pointer;
}
.aboutArea .video iframe {
    width: calc(100% - 1px) !important;
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    margin: 0 !important;
}

.aboutArea .Txt {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 1.8;
    padding-right: 90px;
    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;
    width: 50%;
}
@media (max-width: 1400px) {
    .aboutArea .Txt {
        padding-right: 45px;
    }
}
@media (max-width: 1200px) {
    .aboutArea .Txt {
        padding-right: 0;
        width: 100%;
    }
}
.aboutArea .Txt .textEditor {
    margin-bottom: 53px;
}
@media (max-width: 1200px) {
    .aboutArea .Txt .textEditor {
        margin-bottom: 28px;
    }
}
.aboutArea .Txt .btn {
    min-width: 210px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.aboutArea .Txt .link {
    background-color: #90ac3f;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.aboutArea .Txt .link:hover {
    background-color: #f0c709;
}
.aboutArea .Txt .link span {
    color: #fff;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.aboutArea .Txt .link span::after {
    margin-left: 54px;
    content: "";
    width: 8px;
    height: 14px;
    display: block;
    -webkit-mask: no-repeat url(../images/arrow2.png) center/cover;
    mask: no-repeat url(../images/arrow2.png) center/cover;
    background-color: #fff;
}
.aboutArea .right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 50%;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
@media (max-width: 1200px) {
    .aboutArea .right {
        max-width: none;
    }
}
.aboutArea .right .btn a {
    padding: 12px 40px;
    border: 1px solid #51649a;
    font-size: 15px;
    color: #51649a;
}
.aboutArea .right .btn a:hover {
    color: #fff;
    background-color: #51649a;
}
.catalogArea {
    padding: 50px 0;
}
.catalogArea .catalogBox {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.catalogArea .catalogBox.hide {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.catalogArea .catalogItem {
    padding: 0;
}
.catalogArea .item {
    position: relative;
    overflow: hidden;
}
.catalogArea .Img img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.catalogArea .Txt {
    position: relative;
    padding: 30px 20px;
    background-color: #fff;
}
.catalogArea .Txt .title a {
    display: block;
    padding-bottom: 8px;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 20px;
    border-bottom: 1px solid #eaeaea;
}
.catalogArea .Txt .text {
    height: 46px;
    font-size: 13px;
    color: #666;
    line-height: 1.8;
}
.adArea {
    padding: 80px 0 50px 0;
    position: relative;
}
@media (max-width: 1200px) {
    .adArea {
        padding: 45px 0 0px 0;
    }
}
@media (max-width: 960px) {
    .adArea {
        padding-bottom: 43.5px;
    }
}
@media (max-width: 480px) {
    .adArea {
        padding: 24px 0;
    }
}
.adArea .adList {
    margin-bottom: 0px;
}
@media (max-width: 1200px) {
    .adArea .adList {
        margin-bottom: 0px;
    }
}
.adArea .titleBox {
    margin-bottom: 16px;
}
@media (max-width: 1200px) {
    .adArea .titleBox {
        margin-bottom: 2px;
    }
}
.adArea .slick-track {
    padding-top: 30px;
    padding-bottom: 30px;
}
.adArea .adItem {
    padding: 36px 45px 6px 45px;
    position: relative;
    cursor: pointer;
}
.adArea .adItem::after {
    content: "";
    right: 0;
    position: absolute;
    width: 1px;
    height: 164px;
    background: no-repeat url(../images/line.png) center;
    top: 8px;
}
.adArea .adItem:hover,
.adArea .adItem.active {
    background-color: #f0c709;
    -webkit-transform: translateY(-23px);
    transform: translateY(-23px);
    -webkit-box-shadow: 0 10px 25px rgba(232, 52, 61, 0.25);
    box-shadow: 0 10px 25px rgba(232, 52, 61, 0.25);
}
.adArea .adItem:hover::after,
.adArea .adItem.active::after {
    content: normal;
}
.adArea .adItem:hover .item .Txt h3 a,
.adArea .adItem.active .item .Txt h3 a {
    color: #fff;
}
.adArea .adItem:hover .item .Img,
.adArea .adItem.active .item .Img {
    position: relative;
}
.adArea .adItem:hover .item .Img::after,
.adArea .adItem.active .item .Img::after {
    background-color: #eb4d55;
}
.adArea .adItem:hover .item .Img img,
.adArea .adItem.active .item .Img img {
    /*-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);*/
}
.adArea .adItem .item {
    position: relative;
}
.adArea .adItem .item:hover .Txt {
    top: 0;
    opacity: 1;
}
.adArea .adItem .Img {
    position: relative;
    margin-bottom: 28px;
}
.adArea .adItem .Img img {
    width: auto;
    position: relative;
    z-index: 2;
    top: -2px;
}
.adArea .adItem .Img a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.adArea .adItem .Txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #000;
}
.adArea .adItem .Txt .title {
    display: block;
    width: 100%;
    font-size: 19px;
    /*text-align: left;*/
    line-height: 1.2;
    letter-spacing: 0.8px;
}
.adArea .adItem .Txt .title a {
    display: block;
    padding-bottom: 8px;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 19px;
    color: #000;
    height: 63px;
}
.adArea .adItem .Txt .text {
    display: block;
    width: 100%;
    height: 46px;
    font-size: 13px;
    color: #fff;
    line-height: 1.8;
}
.adArea .adItem .link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
.adArea .listWrap {
    position: relative;
}
@media (max-width: 1200px) {
    .adArea .listWrap {
        padding-top: 20px;
    }
}
@media (max-width: 960px) {
    .adArea .listWrap {
        display: none;
    }
}
.adArea .listWrap .arrowBox {
    position: absolute;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
    max-width: 1280px;
    top: calc(50% - 20px);
}
@media (max-width: 1500px) {
    .adArea .listWrap .arrowBox {
        max-width: 100%;
        left: 0;
    }
}
.adArea .listWrap .arrowBox .arrow {
    position: absolute;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: auto;
}
.adArea .listWrap .arrowBox .arrow button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 37px;
    cursor: pointer;
}
.adArea .listWrap .arrowBox .arrow::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    -webkit-mask: no-repeat url(../images/arrow3.png) center;
    mask: no-repeat url(../images/arrow3.png) center;
    background-color: #1b1b1b;
}
.adArea .listWrap .arrowBox .arrow:hover::after {
    content: "";
    position: absolute;
    background-color: #f0c709;
}
.adArea .listWrap .arrowBox .arrowPrev {
    left: -50px;
}
@media (max-width: 1500px) {
    .adArea .listWrap .arrowBox .arrowPrev {
        left: 20px;
    }
}
.adArea .listWrap .arrowBox .arrowNext {
    right: -50px;
    -webkit-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
}
@media (max-width: 1500px) {
    .adArea .listWrap .arrowBox .arrowNext {
        right: 20px;
    }
}
.adArea .wrap {
    max-width: 1400px;
    padding: 0 60px;
}
@media (max-width: 720px) {
    .adArea .wrap {
        max-width: 1370px;
        padding: 0 45px;
    }
}
@media (max-width: 480px) {
    .adArea .wrap {
        max-width: 1340px;
        padding: 0 20px;
    }
}
.adArea .adInfoList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
@media (max-width: 1200px) {
    .adArea .adInfoList {
        display: block;
        width: 100%;
    }
}
@media (max-width: 480px) {
    .adArea .adInfoList.slick-dotted.slick-slider {
        margin-bottom: 20px;
    }
}
.adArea .adInfoList .infoItem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    min-height: 450px;
    display: none;
}
@media (max-width: 960px) {
    .adArea .adInfoList .infoItem {
        max-height: none;
        position: static;
        display: block;
        opacity: 1;
    }
}
.adArea .adInfoList .infoItem .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
@media (max-width: 960px) {
    .adArea .adInfoList .infoItem .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.adArea .adInfoList .infoItem .item .Img {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 56.77%;
}
@media (max-width: 1200px) {
    .adArea .adInfoList .infoItem .item .Img {
        width: 50%;
    }
}
@media (max-width: 960px) {
    .adArea .adInfoList .infoItem .item .Img {
        width: 100%;
        padding: 0 60px;
        max-height: 300px;
    }
}
@media (max-width: 720px) {
    .adArea .adInfoList .infoItem .item .Img {
        padding: 0 45px;
    }
}
@media (max-width: 480px) {
    .adArea .adInfoList .infoItem .item .Img {
        padding: 0 20px;
        max-height: 200px;
    }
}
.adArea .adInfoList .infoItem .item .Img img {
    position: static;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1080/480;
}
.adArea .adInfoList .infoItem .item .Txt {
    padding: 60px 90px 60px 80px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: no-repeat url(../images/ad_bg.png) center right/cover;
}
@media (max-width: 1600px) {
    .adArea .adInfoList .infoItem .item .Txt {
        padding: 60px;
    }
}
@media (max-width: 1200px) {
    .adArea .adInfoList .infoItem .item .Txt {
        padding: 45px;
    }
}
@media (max-width: 960px) {
    .adArea .adInfoList .infoItem .item .Txt {
        background: none;
        padding: 20px 60px;
    }
}
@media (max-width: 720px) {
    .adArea .adInfoList .infoItem .item .Txt {
        padding: 20px 45px;
    }
}
@media (max-width: 480px) {
    .adArea .adInfoList .infoItem .item .Txt {
        padding: 12px 20px;
    }
}
.adArea .adInfoList .infoItem .item .Txt .title {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    min-height: 0;
    padding-bottom: 26px;
    border-bottom: 1px solid #f0c709;
    margin-bottom: 22px;
}
@media (max-width: 1400px) {
    .adArea .adInfoList .infoItem .item .Txt .title {
        font-size: 32px;
    }
}
@media (max-width: 960px) {
    .adArea .adInfoList .infoItem .item .Txt .title {
        color: #000;
        border: 0;
        margin-bottom: 0;
        padding-bottom: 14px;
        line-height: 1.2;
        max-height: 70px;
    }
}
@media (max-width: 480px) {
    .adArea .adInfoList .infoItem .item .Txt .title {
        font-size: 24px;
        padding-bottom: 6px;
    }
}
.adArea .adInfoList .infoItem .item .Txt p {
    line-height: 1.8;
    height: 170px;
    text-align: left;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.9px;
    margin-bottom: 28px;
    font-weight: 400;
}
@media (max-width: 1200px) {
    .adArea .adInfoList .infoItem .item .Txt p {
        font-size: 18px;
    }
}
@media (max-width: 960px) {
    .adArea .adInfoList .infoItem .item .Txt p {
        color: #222223;
        height: auto;
        margin-bottom: 30px;
        line-height: 1.6;
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .adArea .adInfoList .infoItem .item .Txt p {
        margin-bottom: 10px;
    }
    .adArea .adInfoList .infoItem .item .Txt p.ellipsis {
        height: 100px;
    }
}
.adArea .adInfoList .infoItem .item .Txt a.link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 210px;
    color: #222223;
    background-color: #fff;
    height: 45px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.8px;
}
.adArea .adInfoList .infoItem .item .Txt a.link:hover {
    background-color: #f0c709;
}
.adArea .adInfoList .infoItem .item .Txt a.link:hover span {
    color: #fff;
}
.adArea .adInfoList .infoItem .item .Txt a.link:hover span::after {
    background: #fff;
}
.adArea .adInfoList .infoItem .item .Txt a.link span {
    color: #222223;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.adArea .adInfoList .infoItem .item .Txt a.link span::after {
    margin-left: 60px;
    content: "";
    width: 8px;
    height: 14px;
    display: block;
    -webkit-mask: no-repeat url(../images/arrow2.png) center/cover;
    mask: no-repeat url(../images/arrow2.png) center/cover;
    background-color: #222223;
}
@media (max-width: 960px) {
    .adArea .adInfoList .infoItem .item .Txt a.link {
        background-color: #90ac3f;
    }
    .adArea .adInfoList .infoItem .item .Txt a.link span {
        color: #fff;
    }
    .adArea .adInfoList .infoItem .item .Txt a.link span::after {
        background-color: #fff;
    }
    .adArea .adInfoList .infoItem .item .Txt a.link:hover {
        background-color: #0a5288;
    }
}
.adArea .adInfoList .infoItem.active {
    position: static;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.adArea .adInfoList .slick-track {
    padding-bottom: 0;
}
@media (max-width: 480px) {
    .adArea .adInfoList .slick-track {
        padding-top: 6px;
    }
}
.adArea .adInfoList + .arrowBox {
    display: none;
    position: absolute;
    width: 100%;
    height: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
    max-width: 1280px;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 960px) {
    .adArea .adInfoList + .arrowBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width: 640px) {
    .adArea .adInfoList + .arrowBox {
        top: 45%;
    }
}
@media (max-width: 480px) {
    .adArea .adInfoList + .arrowBox {
        top: 25%;
    }
}
.adArea .adInfoList + .arrowBox .arrow {
    position: absolute;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: auto;
    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;
}
.adArea .adInfoList + .arrowBox .arrow button {
    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;
    height: 37px;
    width: 20px;
    cursor: pointer;
    position: relative;
}
@media (max-width: 540px) {
    .adArea .adInfoList + .arrowBox .arrow button {
        border-radius: 99px;
        width: 44px;
        height: 44px;
        background-color: rgba(255, 255, 255, 0.7);
        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;
    }
}
.adArea .adInfoList + .arrowBox .arrow button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    -webkit-mask: no-repeat url(../images/arrow3.png) center;
    mask: no-repeat url(../images/arrow3.png) center;
    background-color: #1b1b1b;
}
@media (max-width: 720px) {
    .adArea .adInfoList + .arrowBox .arrow button:after {
        -webkit-mask: no-repeat url(../images/arrow3.png) center/16px;
        mask: no-repeat url(../images/arrow3.png) center/16px;
    }
}
.adArea .adInfoList + .arrowBox .arrow button:hover::after {
    content: "";
    position: absolute;
    background-color: #f0c709;
}
.adArea .adInfoList + .arrowBox .arrowPrev {
    left: 20px;
}
@media (max-width: 720px) {
    .adArea .adInfoList + .arrowBox .arrowPrev {
        left: 10px;
    }
}
.adArea .adInfoList + .arrowBox .arrowNext {
    right: 20px;
    -webkit-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
}
@media (max-width: 720px) {
    .adArea .adInfoList + .arrowBox .arrowNext {
        right: 10px;
    }
}
.adArea .adInfoList + .arrowBox .slick-hidden {
    display: none;
}
.adArea .slick-dots-wrap {
    pointer-events: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 13.5px;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.adArea .slick-dots {
    position: relative;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.adArea .slick-dots li {
    width: 33px;
    height: 5px;
    margin: 0 6.5px;
    margin-bottom: 6.5px;
}
.adArea .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
}
.adArea .slick-dots li button::before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: #c9c9c9;
}
.adArea .slick-dots li.slick-active button::before {
    background-color: #222223;
}
.newsArea {
    padding: 38px 0 93px 0;
    overflow: hidden;
    position: relative;
}
@media (max-width: 1200px) {
    .newsArea {
        background-color: #f1f6f8;
        padding: 48px 0;
    }
}
@media (max-width: 480px) {
    .newsArea {
        padding: 30px 0;
    }
}
.newsArea .arrowBox {
    position: absolute;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
    max-width: 1280px;
    z-index: 1;
}
@media (min-width: 1201px) {
    .newsArea .arrowBox {
        height: auto;
        width: auto;
        right: 60px;
        top: -80px;
        margin: 0 -30px;
    }
}
@media (min-width: 1401px) {
    .newsArea .arrowBox {
        right: calc((100% - 1400px) / 2 + 60px);
    }
}
@media (max-width: 480px) {
    .newsArea .arrowBox {
        top: 28%;
    }
}
.newsArea .arrowBox .arrow {
    position: absolute;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: auto;
    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;
}
@media (min-width: 1201px) {
    .newsArea .arrowBox .arrow {
        position: static;
        padding: 0 25px;
    }
    .newsArea .arrowBox .arrow:first-of-type::after {
        content: "";
        position: absolute;
        content: "";
        height: 100%;
        width: 1px;
        background-color: #151515;
        right: 0;
        top: 0;
    }
}
.newsArea .arrowBox .arrow button {
    width: 20px;
    height: 25px;
    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;
    cursor: pointer;
}
@media (max-width: 540px) {
    .newsArea .arrowBox .arrow button {
        border-radius: 99px;
        width: 44px;
        height: 44px;
        background-color: rgba(255, 255, 255, 0.7);
        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;
    }
}
.newsArea .arrowBox .arrow button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    -webkit-mask: no-repeat url(../images/arrow9.png) center;
    mask: no-repeat url(../images/arrow9.png) center;
    background-color: #1b1b1b;
}
.newsArea .arrowBox .arrow button:hover::after {
    content: "";
    position: absolute;
    background-color: #f0c709;
}
.newsArea .arrowBox .arrow.slick-arrow.slick-hidden {
    display: none;
}
.newsArea .arrowBox .arrowPrev {
    left: 20px;
}
@media (max-width: 720px) {
    .newsArea .arrowBox .arrowPrev {
        left: 10px;
    }
}
.newsArea .arrowBox .arrowNext {
    right: 20px;
    -webkit-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
}
@media (max-width: 720px) {
    .newsArea .arrowBox .arrowNext {
        right: 10px;
    }
}
.newsArea .slick-dots-wrap {
    pointer-events: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 13.5px;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.newsArea .slick-dots {
    position: relative;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.newsArea .slick-dots li {
    width: 33px;
    height: 5px;
    margin: 0 6.5px;
    margin-bottom: 6.5px;
}
@media (max-width: 1200px) {
    .newsArea .slick-dots li {
        margin-bottom: 0;
    }
}
.newsArea .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
}
.newsArea .slick-dots li button::before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: #c9c9c9;
}
.newsArea .slick-dots li.slick-active button::before {
    background-color: #222223;
}
.newsArea .wrap {
    max-width: 1400px;
    padding: 0 60px;
}
@media (max-width: 720px) {
    .newsArea .wrap {
        max-width: 1370px;
        padding: 0 45px;
    }
}
@media (max-width: 480px) {
    .newsArea .wrap {
        max-width: 1340px;
        padding: 0 20px;
    }
}
.newsArea .newsItem {
    padding: 0 24px;
    float: left;
    width: 33.33%;
}
@media (max-width: 640px) {
    .newsArea .newsItem {
        padding: 0;
        width: 100%;
    }
}
.newsArea .newsItem .Txt {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.newsArea .newsList {
    margin: 0 -160px;
}
@media (max-width: 1200px) {
    .newsArea .newsList {
        margin: 0;
    }
}
@media (max-width: 1200px) {
    .newsArea .newsList {
        padding: 0 40px;
    }
}
@media (max-width: 480px) {
    .newsArea .newsList {
        padding: 0px 20px;
    }
}
.newsArea .slick-dotted.slick-slider {
    margin-bottom: 8px;
}
.newsArea .newsBox {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.newsArea .newsBox.hide {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.newsArea .Img {
    overflow: hidden;
}
.newsArea .Img img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    height: 300px;
}
@media (max-width: 768px) {
    .newsArea .Img img {
    height: 200px;
    }
}
@media (max-width: 640px) {
    .newsArea .Img img {
    height: 300px;
    }
}
.newsArea .Img img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.newsArea .Img:hover + .Txt .title a {
    color: #f0c709;
}
.newsArea .Txt {
    position: relative;
    padding: 26px 0px;
}
@media (max-width: 1200px) {
    .newsArea .Txt {
        padding-bottom: 10px;
    }
}
.newsArea .Txt .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}
.newsArea .Txt .head .date {
    text-transform: uppercase;
    font-size: 16px;
    color: #222223;
    font-family: "Open Sans", Arial, "Noto Sans Tc", Verdana, "Microsoft JhengHei", "新細明體", "細明體";
}
.newsArea .Txt .classTitle {
    padding: 2.5px 10px;
    border: 1px solid #222223;
    color: #222223;
    margin-right: 14px;
    letter-spacing: 0.8px;
}
.newsArea .Txt .title a {
    display: block;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 1.3;
    height: 60px;
}
.newsArea .Txt .text {
    height: 46px;
    font-size: 13px;
    color: #666;
    line-height: 1.8;
}
.newsArea .titleBox {
    margin-bottom: 42px;
}
@media (max-width: 1200px) {
    .newsArea .titleBox {
        margin-bottom: 32px;
    }
}
@media (max-width: 480px) {
    .newsArea .titleBox {
        margin-bottom: 16px;
    }
}
.linkArea {
    text-align: center;
    background-color: #222221;
}
@media (max-width: 1200px) {
    .linkArea {
        position: relative;
        height: auto;
    }
}
.linkArea .linkList {
    background-color: #222221;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 840px) {
    .linkArea .linkList {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.linkArea .linkList .linkItem {
    width: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    height: 222px;
}
@media (max-width: 1200px) {
    .linkArea .linkList .linkItem {
        height: auto;
        top: auto;
        -webkit-transform: none;
        transform: none;
    }
}
@media (max-width: 960px) {
    .linkArea .linkList .linkItem {
        width: 100%;
    }
}
.linkArea .linkList .linkItem:nth-of-type(2) .content {
    right: auto;
    left: 100px;
}
@media (max-width: 1600px) {
    .linkArea .linkList .linkItem:nth-of-type(2) .content {
        left: auto;
    }
}
@media (min-width: 1201px) {
    .linkArea .linkList .linkItem:hover .Img {
        -webkit-transform: scaleY(1.15);
        transform: scaleY(1.15);
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        background-color: #222221;
    }
    .linkArea .linkList .linkItem:hover .Img::after {
        background-color: rgba(255, 225, 203, 0.5);
    }
    .linkArea .linkList .linkItem:hover .Img img {
        -webkit-transform: scaleX(1.15);
        transform: scaleX(1.15);
    }
    .linkArea .linkList .linkItem:hover .content .link {
        background-image: url(../images/arrow5.png);
    }
}
.linkArea .linkList .item {
    width: 100%;
}
.linkArea .linkList .icon {
    margin-right: 14px;
}
.linkArea .linkList .Img {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.linkArea .linkList .Img a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
@media (max-width: 1200px) {
    .linkArea .linkList .Img a {
        min-height: 190px;
    }
}
.linkArea .linkList .Img img {
    width: 100%;
    height: 222px;
    -o-object-fit: cover;
    object-fit: cover;
}
.linkArea .linkList .Img::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 105%;
    height: 105%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.linkArea .linkList .content {
    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;
    font-family: "Open Sans", Arial, "Noto Sans Tc", Verdana, "Microsoft JhengHei", "新細明體", "細明體";
    color: #fff;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: auto;
    max-width: 640px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s 0.2s ease-out;
    transition: all 0.2s 0.2s ease-out;
    width: 100%;
    z-index: 2;
    height: 100%;
}
@media (max-width: 1600px) {
    .linkArea .linkList .content {
        right: auto;
        max-width: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 1200px) {
    .linkArea .linkList .content {
        padding: 0 20px;
    }
}
.linkArea .linkList .content .Txt {
    text-align: left;
    margin-right: 36px;
    max-width: 405px;
    width: 100%;
}
@media (max-width: 1200px) {
    .linkArea .linkList .content .Txt {
        margin-right: 10px;
    }
}
.linkArea .linkList .content .title {
    font-size: 25px;
    font-weight: normal;
    color: #fff;
}
@media (max-width: 1200px) {
    .linkArea .linkList .content .title {
        font-size: 22px;
    }
}
@media (max-width: 480px) {
    .linkArea .linkList .content .title {
        font-size: 22px;
        margin-bottom: 4px;
    }
}
.linkArea .linkList .content p {
    font-size: 16px;
    letter-spacing: 0.7px;
}
@media (max-width: 480px) {
    .linkArea .linkList .content p {
        font-size: 14px;
    }
}
.linkArea .linkList .content .link {
    display: block;
    width: 25px;
    height: 25px;
    background: no-repeat url(../images/arrow4.png) center/cover;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}




.titleBox h2.title {
    font-size: 42px;
    font-weight: 400;
    color: #222223;
}

.aboutArea .textEditor .h3Title {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
    color: #222223;
    margin-bottom: 10px;
}

.aboutArea .textEditor .title {
    font-size: 19px;
    line-height: 1.5;
    color: #222223;
    font-weight: 400;
}


@media (max-width: 1200px) {
    .titleBox h2.title {
        font-size: 32px;
    }
    .aboutArea .textEditor .h3Title {
    font-size: 21px;
    line-height: 1.3;
    font-weight: 600;
    color: #222223;
    margin-bottom: 10px;
    }
    .aboutArea .textEditor .title {
    font-size: 17px;
    line-height: 1.5;
    color: #222223;
    }
}
@media (max-width: 480px) {
    .titleBox h2.title {
        font-size: 28px;
    }
    .aboutArea .textEditor .h3Title {
    font-size: 19px;
    line-height: 1.3;
    font-weight: 550;
    color: #333;
    margin-bottom: 10px;
    }
    .aboutArea .textEditor .title {
    font-size: 16px;
    line-height: 1.5;
    color: #222223;
    }
}

