﻿@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);
@import url(contentbuilder-public.css);
@import url("css2-BebasNeue_Interwght200400500_swap.css");

.arrowBox.arrowNext,
.arrowBox.arrowPrev,
.bottomFixedBox .goTop,
.bottomFixedBox .sideCompareBox svg,
.buttonBox .text,
.buttonBox.bgGradient.cutCorner svg,
.buttonBox.solidColor svg,
.closeBtn:after,
.closeBtn:before,
.imgHoverDarken .buttonBox,
.imgHoverDarken>a img,
.imgHoverDarken>img,
.imgHoverOpacity img,
.imgHoverText img,
.loadingArea,
.m_menu .hideBox,
.moduleBox,
.moduleBox .moduleClose,
.moduleBox .moduleClose:after,
.moduleBox .moduleClose:before,
.moduleBox .moduleContent,
.moduleBox .moduleWrap,
.moduleBox.cartArea.show .btnArea,
.moduleBox.cartArea.show .cart,
.moduleBox.cartArea.show .mediumTitle,
.moduleBox.langArea.show .langBox,
.moduleBox.langArea.show .mediumTitle,
.moduleBox.mailSubscribeArea.show .mediumTitle,
.moduleBox.mailSubscribeArea.show form,
.moduleBox.privacy .customList .topBox .subtitle,
.moduleBox.privacy .customList .topBox .trigger label span,
.moduleBox.privacy .customList .topBox .trigger label span:before,
.moduleBox.privacy .customList .topBox:before,
.moduleBox.privacy .settingBox,
.moduleBox.searchArea.show .Txt,
.moduleBox.searchArea.show .searchBox,
.pageBox .pageList a.nextBtn:before,
.pageBox .pageList a.prevBtn:before,
.privacyArea,
.side_news .sideNewsList .Txt .tagGroup a,
.side_news .sideNewsList .Txt .tagGroup a span,
.side_news .sideNewsList .item,
.side_news .sideNewsList .sideNewsItem,
.subheader .funBox .funItem .text,
.subheader .funBox .funItem i,
.tabColumn a:before,
.tabRow a:before,
.videoPlayBtn .trangle,
.videoPlayBtn .trangle svg,
.videoPlayBtn:before,
footer .downLogo img,
footer .mailSubscriptBox .inputArea .buttonBox,
footer .sitemap .sitemapItem .titleLink:before,
footer .socialBox .socialList li,
footer .socialBox .socialList li a svg,
header .menu .submenu .leftBox .submenuList ul li a:after,
header .menu .submenu .leftBox .submenuList ul li a:before,
ul.slick-dots li button:before {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}

.buttonBox.cutCorner.svg.largeSize .text,
.classBox .classCurrent .classText,
.classBox .classCurrent:before,
.imgHoverText .title,
.imgHoverText .title:before,
.sideShare .shareList,
.sideShare .sideShareBtn,
header,
header .logo img,
header .menu .submenu .closeBtn,
header .menu .submenu .leftBox .submenuList .listTitle,
header .menu .submenu .leftBox .submenuList ul li,
header .menu .submenu .rightPicArea .Img,
header .menu .submenu .rightPicArea .title,
header .menu .submenu.catalog .funcList {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s
}

.loadingArea .loadLogo {
    -webkit-transition: all 0.75s;
    -o-transition: all 0.75s;
    -moz-transition: all 0.75s;
    transition: all 0.75s
}

.bgLight {
    background-color: #f5f8fa;
    position: relative
}

.bgLight.verticalLine {
    background-image: url(../image/bgLightVertical.jpg);
    background-position: center;
    -moz-background-size: contain;
    background-size: contain;
    -moz-background-size: cover;
    background-size: cover
}

.bgLight.verticalLine:before {
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    background-color: #f5f8fa;
    position: absolute;
    top: 0;
    left: 0%;
    bottom: auto;
    right: auto;
    -webkit-animation: verticalLineAni 10s infinite;
    -moz-animation: verticalLineAni 10s infinite;
    animation: verticalLineAni 10s infinite;
    pointer-events: none
}

.bgLight.slash {
    background-image: none;
    z-index: 1
}

.bgLight.slash:before {
    -webkit-animation: verticalOpacity 10s infinite;
    -moz-animation: verticalOpacity 10s infinite;
    animation: verticalOpacity 10s infinite;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f3f5f7;
    background-image: url(../image/bgLightSlash.jpg);
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    z-index: -1;
    pointer-events: none
}

.bgLight.slash:after {
    -webkit-animation: verticalLineAni 10s infinite;
    -moz-animation: verticalLineAni 10s infinite;
    animation: verticalLineAni 10s infinite;
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    background-color: #f3f5f7;
    position: absolute;
    top: 0;
    left: 0%;
    bottom: auto;
    right: auto;
    z-index: -1;
    pointer-events: none
}

.bgWhiteBlue {
    background-color: #f3f5f7
}

.bgWhiteBlue.starLine {
    /* background-image: url(../image/bgStarLine.png) */
}

.bgWhite {
    background-color: #fff
}

@-webkit-keyframes verticalLineAni {
    0% {
        width: 0%;
        left: 0;
        right: auto
    }

    50% {
        width: 100%;
        left: 0;
        right: auto
    }

    51% {
        width: 100%;
        left: auto;
        right: 0
    }

    to {
        width: 0%;
        left: auto;
        right: 0
    }
}

@-moz-keyframes verticalLineAni {
    0% {
        width: 0%;
        left: 0;
        right: auto
    }

    50% {
        width: 100%;
        left: 0;
        right: auto
    }

    51% {
        width: 100%;
        left: auto;
        right: 0
    }

    to {
        width: 0%;
        left: auto;
        right: 0
    }
}

@keyframes verticalLineAni {
    0% {
        width: 0%;
        left: 0;
        right: auto
    }

    50% {
        width: 100%;
        left: 0;
        right: auto
    }

    51% {
        width: 100%;
        left: auto;
        right: 0
    }

    to {
        width: 0%;
        left: auto;
        right: 0
    }
}

@-webkit-keyframes verticalOpacity {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    51% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes verticalOpacity {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    51% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes verticalOpacity {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    51% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.bgHexagon {
    background-color: #5ebfcc;
    position: relative
}

.bgHexagon:before {
    content: "";
    /* background-image: url(../image/bgStarLineWhite.png); */
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    opacity: 0.5;
    z-index: 1;
    -webkit-animation: bgHexagonWhite 2s infinite;
    -moz-animation: bgHexagonWhite 2s infinite;
    animation: bgHexagonWhite 2s infinite;
    overflow: hidden;
    pointer-events: none
}

.bgHexagon:after {
    content: "";
    background-image: url(../image/bgStarLineBlue.png);
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    z-index: 1;
    -webkit-filter: saturate(1.5);
    filter: saturate(1.5);
    -webkit-animation: bgHexagonBlue 5s infinite;
    -moz-animation: bgHexagonBlue 5s infinite;
    animation: bgHexagonBlue 5s infinite;
    overflow: hidden;
    pointer-events: none
}

.bgHexagon>* {
    position: relative;
    z-index: 2
}

.bgHexagon.bgBlack {
    background-color: #000;
    /* background-image: url(../image/bgHexagonBlackBg.jpg); */
    background-position: 0 -20px
}

.bgHexagon.bgBlack:before {
    -webkit-animation: bgHexagonWhite2 3s infinite;
    -moz-animation: bgHexagonWhite2 3s infinite;
    animation: bgHexagonWhite2 3s infinite;
    /* background-image: url(../image/bgHexagonBlack.png); */
    background-position: 0 -20px
}

.bgHexagon.bgBlack:after {
    display: none
}

@-webkit-keyframes bgHexagon {
    0% {
        -webkit-transform: translate3d(-60%, -50%, 0);
        transform: translate3d(-60%, -50%, 0)
    }

    25% {
        -webkit-transform: translate3d(-70%, -40%, 0);
        transform: translate3d(-70%, -40%, 0)
    }

    50% {
        -webkit-transform: translate3d(-30%, -60%, 0);
        transform: translate3d(-30%, -60%, 0)
    }

    75% {
        -webkit-transform: translate3d(-70%, -40%, 0);
        transform: translate3d(-70%, -40%, 0)
    }

    to {
        -webkit-transform: translate3d(-60%, -50%, 0);
        transform: translate3d(-60%, -50%, 0)
    }
}

@-moz-keyframes bgHexagon {
    0% {
        -moz-transform: translate3d(-60%, -50%, 0);
        transform: translate3d(-60%, -50%, 0)
    }

    25% {
        -moz-transform: translate3d(-70%, -40%, 0);
        transform: translate3d(-70%, -40%, 0)
    }

    50% {
        -moz-transform: translate3d(-30%, -60%, 0);
        transform: translate3d(-30%, -60%, 0)
    }

    75% {
        -moz-transform: translate3d(-70%, -40%, 0);
        transform: translate3d(-70%, -40%, 0)
    }

    to {
        -moz-transform: translate3d(-60%, -50%, 0);
        transform: translate3d(-60%, -50%, 0)
    }
}

@keyframes bgHexagon {
    0% {
        -webkit-transform: translate3d(-60%, -50%, 0);
        -moz-transform: translate3d(-60%, -50%, 0);
        transform: translate3d(-60%, -50%, 0)
    }

    25% {
        -webkit-transform: translate3d(-70%, -40%, 0);
        -moz-transform: translate3d(-70%, -40%, 0);
        transform: translate3d(-70%, -40%, 0)
    }

    50% {
        -webkit-transform: translate3d(-30%, -60%, 0);
        -moz-transform: translate3d(-30%, -60%, 0);
        transform: translate3d(-30%, -60%, 0)
    }

    75% {
        -webkit-transform: translate3d(-70%, -40%, 0);
        -moz-transform: translate3d(-70%, -40%, 0);
        transform: translate3d(-70%, -40%, 0)
    }

    to {
        -webkit-transform: translate3d(-60%, -50%, 0);
        -moz-transform: translate3d(-60%, -50%, 0);
        transform: translate3d(-60%, -50%, 0)
    }
}

@-webkit-keyframes bgHexagonBlack {
    0% {
        background-position: 0% 0%
    }

    50% {
        background-position: 100% 100%
    }

    to {
        background-position: 0% 0%
    }
}

@-moz-keyframes bgHexagonBlack {
    0% {
        background-position: 0% 0%
    }

    50% {
        background-position: 100% 100%
    }

    to {
        background-position: 0% 0%
    }
}

@keyframes bgHexagonBlack {
    0% {
        background-position: 0% 0%
    }

    50% {
        background-position: 100% 100%
    }

    to {
        background-position: 0% 0%
    }
}

@-webkit-keyframes bgHexagonBlue {
    0% {
        width: 100%
    }

    33% {
        width: 100%
    }

    66% {
        width: 0%
    }

    70% {
        width: 0%
    }

    to {
        width: 100%
    }
}

@-moz-keyframes bgHexagonBlue {
    0% {
        width: 100%
    }

    33% {
        width: 100%
    }

    66% {
        width: 0%
    }

    70% {
        width: 0%
    }

    to {
        width: 100%
    }
}

@keyframes bgHexagonBlue {
    0% {
        width: 100%
    }

    33% {
        width: 100%
    }

    66% {
        width: 0%
    }

    70% {
        width: 0%
    }

    to {
        width: 100%
    }
}

@-webkit-keyframes bgHexagonWhite {
    0% {
        opacity: 0.5
    }

    20% {
        opacity: 0.85
    }

    40% {
        opacity: 0.5
    }
}

@-moz-keyframes bgHexagonWhite {
    0% {
        opacity: 0.5
    }

    20% {
        opacity: 0.85
    }

    40% {
        opacity: 0.5
    }
}

@keyframes bgHexagonWhite {
    0% {
        opacity: 0.5
    }

    20% {
        opacity: 0.85
    }

    40% {
        opacity: 0.5
    }
}

@-webkit-keyframes bgHexagonWhite2 {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0.5
    }

    to {
        opacity: 0
    }
}

@-moz-keyframes bgHexagonWhite2 {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0.5
    }

    to {
        opacity: 0
    }
}

@keyframes bgHexagonWhite2 {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0.5
    }

    to {
        opacity: 0
    }
}

.white {
    color: #fff
}

.largeTitle {
    color: #222;
    font-family: "Bebas Neue Blod", "微軟正黑體", sans-serif;
    font-size: 60px;
    font-weight: 400;
    /* letter-spacing: 4px; */
    line-height: 1
}

.largeTitle.white {
    color: #fff
}

@media (max-width:1480px) {
    .largeTitle {
        font-size: 64px;
        letter-spacing: 1px
    }
}

@media (max-width:1180px) {
    .largeTitle {
        font-size: 60px;
        letter-spacing: 0px
    }
}

@media (max-width:640px) {
    .largeTitle {
        font-size: 50px
    }
}

@media (max-width:480px) {
    .largeTitle {
        font-size: 40px
    }
}

@media (max-width:350px) {
    .largeTitle {
        font-size: 36px
    }
}

.mediumTitle {
    color: #222;
    font-family: "Bebas Neue", "微軟正黑體", sans-serif;
    font-size: 40px;
    font-weight: 400;
    /* letter-spacing: 2.6px; */
    line-height: 1.13
}


.mediumTitle.white {
    color: #fff
}

@media (max-width:1480px) {
    .mediumTitle {
        font-size: 42px
    }
}

@media (max-width:1180px) {
    .mediumTitle {
        font-size: 38px;
        letter-spacing: 1.5px
    }
}

@media (max-width:640px) {
    .mediumTitle {
        font-size: 36px
    }
}

@media (max-width:480px) {
    .mediumTitle {
        font-size: 28px
    }
}

@media (max-width:350px) {
    .mediumTitle {
        font-size: 26px
    }
}

.smallTitle {
    color: #222;
    font-family: "Bebas Neue", "微軟正黑體", sans-serif;
    font-size: 26px;
    font-weight: 400;
    /* letter-spacing: 1.56px; */
    line-height: 1.538
}

.smallTitle.white {
    color: #fff
}

.smallTitle.white a {
    color: #fff
}

@media (max-width:480px) {
    .smallTitle {
        font-size: 22px
    }

    .smallTitle a {
        font-size: 22px
    }
}

.listTitleStyle {
    color: #222;
    font-family: "Bebas Neue", "微軟正黑體", sans-serif;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.17
}

.listTitleStyle a {
    display: block;
    font-size: 35px;
    font-weight: 400;
    /* letter-spacing: 2px; */
    line-height: 1.17
}

.listTitleStyle.blue {
    color: #E1251B
}

.listTitleStyle.white a {
    color: #fff
}

@media (min-width:1181px) {
    .listTitleStyle.white a:hover {
        color: #E1251B
    }
}

@media (max-width:640px) {
    .listTitleStyle {
        font-size: 26px
    }

    .listTitleStyle a {
        font-size: 26px
    }
}

@media (max-width:480px) {
    .listTitleStyle {
        font-size: 22px
    }

    .listTitleStyle a {
        font-size: 22px
    }
}

.listTitleStyleSmall {
    color: #222;
    font-family: "Bebas Neue", "微軟正黑體", sans-serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1.8px;
    line-height: 1.17
}

.listTitleStyleSmall a {
    font-family: "Bebas Neue", "微軟正黑體", sans-serif;
    display: block;
    font-size: 25px;
    font-weight: 400;
    /* letter-spacing: 1.8px; */
    line-height: 1.17
}

@media (max-width:1180px) {
    .listTitleStyleSmall {
        font-size: 26px
    }

    .listTitleStyleSmall a {
        font-size: 26px
    }
}

@media (max-width:640px) {
    .listTitleStyleSmall {
        font-size: 22px
    }

    .listTitleStyleSmall a {
        font-size: 22px
    }
}

.contentText {
    color: #666;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.4
}

@media (max-width:960px) {
    .contentText {
        font-size: 17px
    }
}

.contentText.white {
    color: #fff
}

.smallContentText {
    color: #666;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.5
}

@media (max-width:960px) {
    .smallContentText {
        font-size: 15px
    }
}

.smallContentText.white {
    color: #fff
}

.Bebas {
    font-family: "Bebas Neue", "微軟正黑體", sans-serif
}

.Bebas a {
    font-family: "Bebas Neue", "微軟正黑體", sans-serif
}

.blueShadow:hover {
    text-shadow: 0px 0px 10px #22edfd
}

.blueShadow:hover a {
    text-shadow: 0px 0px 10px #22edfd
}

.articleTitle {
    padding: 20px 0 30px;
    border-bottom: 1px solid #ccc
}

.titleBox {
    position: relative
}

.titleBox.left {
    text-align: center
}

@media (max-width:1180px) {
    .titleBox.left {
        text-align: center
    }
}

.titleBox.center {
    text-align: center
}

.titleBox.bottomLine {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 60px;
    padding-bottom: 35px
}

.textShadow {
    text-shadow: 0 0 10px rgba(34, 237, 253, 0.85)
}

.textBorder {
    -webkit-text-stroke: 1px #a8f8ff;
    text-stroke: 1px #a8f8ff
}

.textBorderWhite {
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff
}

.textBorderWhite.transparentFill {
    color: transparent
}

.textBorder.transparentFill {
    color: transparent
}

.textStrokeBg {
    text-shadow: -5px -5px 0px #000
}

.outerHalo {
    -webkit-filter: drop-shadow(0 0 10px rgba(34, 237, 253, 0.5));
    filter: drop-shadow(0 0 10px rgba(34, 237, 253, 0.5))
}

.btn_color1 {
    color: #fff;
    background-color: #E1251B
}

.btn_color1:hover {
    background-color: #E1251B
}

.btn_color2 {
    color: #fff;
    background-color: #a0a0a0
}

.btn_color2:hover {
    background-color: #999
}

.btn a {
    background-color: #222;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    width: 100%;
    max-width: 300px;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    /* padding-top: 3px */
}

@media (min-width:1181px) {
    .btn a:hover {
        background-color: #E1251B;
        color: #fff
    }
}

.btn1.center {
    text-align: center
}

.btn1.full a {
    width: 100%;
    margin: 0
}

.btn1 a {
    min-width: 190px;
    background-color: #0e0e0e;
    border: 1px solid #0e0e0e;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.01em;
    margin: 5px;
    padding: 13px 30px;
    position: relative;
    z-index: 1;
    text-align: center
}

.btn1 a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #E1251B;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.btn1 a:hover {
    border-color: #E1251B
}

.btn1 a:hover:after {
    right: auto;
    left: 0;
    width: 100%
}

.btn1 a.white {
    background-color: #fff;
    border: 1px solid #68a9b1;
    color: #68a9b1
}

.btn1 a.white:after {
    background-color: #68a9b1
}

.btn1 a.white:hover {
    color: #fff
}

.buttonBox .btnLink {
    display: block
}

.buttonBox .text {
    display: block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 20px
}

.buttonBox.cutCorner {
    position: relative;
    -webkit-filter: drop-shadow(0 0 7px #22edfd);
    filter: drop-shadow(0 0 7px #22edfd)
}

.buttonBox.cutCorner .btnLink {
    position: relative;
    padding: 8px 38px 9px
}

@media (max-width:640px) {
    .buttonBox.cutCorner .btnLink {
        padding: 8px 10px 9px
    }
}

.buttonBox.cutCorner .border {
    display: block;
    height: 50%;
    position: absolute;
    pointer-events: none
}

.buttonBox.cutCorner .borderBottom,
.buttonBox.cutCorner .borderTop {
    width: -webkit-calc(100% - 18px);
    width: -moz-calc(100% - 18px);
    width: calc(100% - 18px)
}

.buttonBox.cutCorner .borderBottom:before,
.buttonBox.cutCorner .borderTop:before {
    content: "";
    display: block;
    width: -webkit-calc(100% + 2px);
    width: -moz-calc(100% + 2px);
    width: calc(100% + 2px);
    height: 3px;
    background-color: #E1251B;
    position: absolute;
    width: 0;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    transition: 0.2s all
}

.buttonBox.cutCorner .borderBottom:after,
.buttonBox.cutCorner .borderTop:after {
    content: "";
    display: block;
    width: 3px;
    height: -webkit-calc(100% + 4px);
    height: -moz-calc(100% + 4px);
    height: calc(100% + 4px);
    background-color: #E1251B;
    position: absolute;
    height: 0;
    -webkit-transition: 0.025s all;
    -o-transition: 0.025s all;
    -moz-transition: 0.025s all;
    transition: 0.025s all
}

.buttonBox.cutCorner .borderLeft,
.buttonBox.cutCorner .borderRight {
    width: 18px
}

.buttonBox.cutCorner .borderLeft:before,
.buttonBox.cutCorner .borderRight:before {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-48deg);
    -moz-transform: rotate(-48deg);
    -ms-transform: rotate(-48deg);
    -o-transform: rotate(-48deg);
    transform: rotate(-48deg)
}

.buttonBox.cutCorner .borderLeft:after,
.buttonBox.cutCorner .borderRight:after {
    content: "";
    display: block;
    width: 26px;
    height: 3px;
    background-color: #E1251B;
    -webkit-transform: rotate(-48deg);
    -moz-transform: rotate(-48deg);
    -ms-transform: rotate(-48deg);
    -o-transform: rotate(-48deg);
    transform: rotate(-48deg);
    width: 0px;
    -webkit-transition: 0.1s all;
    -o-transition: 0.1s all;
    -moz-transition: 0.1s all;
    transition: 0.1s all
}

.buttonBox.cutCorner .borderTop {
    top: 0;
    right: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
}

.buttonBox.cutCorner .borderTop:before {
    top: -3px;
    left: 0px;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.buttonBox.cutCorner .borderTop:after {
    top: -2px;
    right: -3px;
    -webkit-transition-delay: 0.275s;
    -moz-transition-delay: 0.275s;
    -o-transition-delay: 0.275s;
    transition-delay: 0.275s
}

.buttonBox.cutCorner .borderRight {
    bottom: 0;
    right: 0
}

.buttonBox.cutCorner .borderRight:before {
    position: absolute;
    top: 8px;
    left: auto;
    bottom: auto;
    right: -3px
}

.buttonBox.cutCorner .borderRight:after {
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    position: absolute;
    top: -3px;
    left: auto;
    bottom: auto;
    right: 1px;
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s
}

.buttonBox.cutCorner .borderBottom {
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff
}

.buttonBox.cutCorner .borderBottom:before {
    bottom: -3px;
    right: 0px;
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s
}

.buttonBox.cutCorner .borderBottom:after {
    bottom: -2px;
    left: -3px;
    -webkit-transition-delay: 0.025s;
    -moz-transition-delay: 0.025s;
    -o-transition-delay: 0.025s;
    transition-delay: 0.025s
}

.buttonBox.cutCorner .borderLeft {
    top: 0;
    left: 0
}

.buttonBox.cutCorner .borderLeft:before {
    position: absolute;
    top: auto;
    left: -3px;
    bottom: 8px;
    right: auto
}

.buttonBox.cutCorner .borderLeft:after {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    position: absolute;
    top: auto;
    left: 2px;
    bottom: -2px;
    right: auto;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.buttonBox.cutCorner .text {
    /* padding-top: 3px; */
    color: #fff
}

.buttonBox.cutCorner.blackBorder {
    -webkit-filter: none;
    filter: none
}

.buttonBox.cutCorner.blackBorder .borderBottom:after,
.buttonBox.cutCorner.blackBorder .borderBottom:before,
.buttonBox.cutCorner.blackBorder .borderTop:after,
.buttonBox.cutCorner.blackBorder .borderTop:before {
    background-color: #E1251B
}

.buttonBox.cutCorner.blackBorder .borderLeft:before,
.buttonBox.cutCorner.blackBorder .borderRight:before {
    background-color: #222
}

.buttonBox.cutCorner.blackBorder .borderLeft:after,
.buttonBox.cutCorner.blackBorder .borderRight:after {
    background-color: #E1251B
}

.buttonBox.cutCorner.blackBorder .borderTop {
    border-top: 2px solid #222;
    border-right: 2px solid #222
}

.buttonBox.cutCorner.blackBorder .borderBottom {
    border-bottom: 2px solid #222;
    border-left: 2px solid #222
}

.buttonBox.cutCorner.blackBorder.svg svg {
    stroke: #222
}

.buttonBox.cutCorner.blackBorder.svg svg.hoverLine {
    stroke: #E1251B
}

.buttonBox.cutCorner.blackBorder .text {
    color: #222
}

.buttonBox.cutCorner.largeSize .btnLink {
    padding: 15px 35px
}

.buttonBox.cutCorner.largeSize .border {
    height: -webkit-calc(100% - 18px);
    height: -moz-calc(100% - 18px);
    height: calc(100% - 18px)
}

.buttonBox.cutCorner.largeSize .borderRight:before {
    top: 31px
}

.buttonBox.cutCorner.largeSize .borderRight:after {
    top: 21px
}

.buttonBox.cutCorner.largeSize .borderLeft:before {
    bottom: 31px
}

.buttonBox.cutCorner.largeSize .borderLeft:after {
    bottom: 21px
}

.buttonBox.cutCorner.largeSize .text {
    padding-top: 1px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 25px
}

.buttonBox.cutCorner.svg {
    z-index: 5;
    width: 114px;
    height: 40px
}

.buttonBox.cutCorner.svg svg {
    display: block;
    width: 100%;
    height: 100%;
    color: transparent;
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
    stroke-dasharray: 300;
    stroke-dashoffset: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto
}

.buttonBox.cutCorner.svg svg.hoverLine {
    stroke: #E1251B;
    -webkit-animation: svgAniBefore 1s forwards;
    -moz-animation: svgAniBefore 1s forwards;
    animation: svgAniBefore 1s forwards
}

.buttonBox.cutCorner.svg .btnLink {
    padding: 8px 10px 9px
}

.buttonBox.cutCorner.svg .text {
    width: 100%;
    text-align: center
}

.buttonBox.cutCorner.svg .icon {
    display: block;
    width: 24px;
    height: 24px
}

.buttonBox.cutCorner.svg .icon+.text {
    text-align: right
}

.buttonBox.cutCorner.svg.largeSize {
    width: 100%;
    max-width: 244px;
    height: 64px
}

.buttonBox.cutCorner.svg.largeSize a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.buttonBox.cutCorner.svg.largeSize svg {
    stroke-dasharray: 590
}

.buttonBox.cutCorner.noShadow {
    -webkit-filter: none;
    filter: none
}

@media (min-width:1181px) {
    .buttonBox.cutCorner:hover .borderTop:before {
        width: -webkit-calc(100% + 2px);
        width: -moz-calc(100% + 2px);
        width: calc(100% + 2px);
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s
    }

    .buttonBox.cutCorner:hover .borderTop:after {
        height: -webkit-calc(100% + 2px);
        height: -moz-calc(100% + 2px);
        height: calc(100% + 2px);
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s
    }

    .buttonBox.cutCorner:hover .borderRight:after {
        width: 28px;
        -webkit-transition-delay: 0.225s;
        -moz-transition-delay: 0.225s;
        -o-transition-delay: 0.225s;
        transition-delay: 0.225s
    }

    .buttonBox.cutCorner:hover .borderBottom:before {
        width: -webkit-calc(100% + 2px);
        width: -moz-calc(100% + 2px);
        width: calc(100% + 2px);
        -webkit-transition-delay: 0.25s;
        -moz-transition-delay: 0.25s;
        -o-transition-delay: 0.25s;
        transition-delay: 0.25s
    }

    .buttonBox.cutCorner:hover .borderBottom:after {
        height: -webkit-calc(100% + 2px);
        height: -moz-calc(100% + 2px);
        height: calc(100% + 2px);
        -webkit-transition-delay: 0.45s;
        -moz-transition-delay: 0.45s;
        -o-transition-delay: 0.45s;
        transition-delay: 0.45s
    }

    .buttonBox.cutCorner:hover .borderLeft:after {
        width: 28px;
        -webkit-transition-delay: 0.475s;
        -moz-transition-delay: 0.475s;
        -o-transition-delay: 0.475s;
        transition-delay: 0.475s
    }

    .buttonBox.cutCorner:hover.svg svg.hoverLine {
        -webkit-animation: svgAniAfter 1s forwards;
        -moz-animation: svgAniAfter 1s forwards;
        animation: svgAniAfter 1s forwards
    }

    .buttonBox.cutCorner:hover.svg.largeSize svg {
        -webkit-animation: svgAniTwice 0.8s forwards;
        -moz-animation: svgAniTwice 0.8s forwards;
        animation: svgAniTwice 0.8s forwards
    }

    .buttonBox.cutCorner:hover.svg.largeSize .text {
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        color: #E1251B
    }

    .buttonBox.cutCorner:hover .text {
        color: #E1251B;
        -webkit-transition-delay: 0.8s;
        -moz-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s
    }

    .buttonBox.cutCorner:hover.blackBorder .text {
        color: #E1251B
    }
}

.buttonBox.bgGradient.cutCorner {
    -webkit-filter: none;
    filter: none;
    width: 200px;
    position: relative
}

.buttonBox.bgGradient.cutCorner svg {
    display: block;
    width: 100%;
    height: 60px
}

.buttonBox.bgGradient.cutCorner .btnLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100%
}

.buttonBox.bgGradient.cutCorner .btnLink .text {
    color: #222;
    display: block;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1.32px;
    line-height: 30px;
    padding-top: 5px
}
.buttonBox.bgGradient.cutCorner .btnLink:hover .text {
    color: #fff;
}

@media (min-width:1181px) {
    .buttonBox.bgGradient.cutCorner:hover svg {
        -webkit-filter: brightness(0.6);
        filter: brightness(0.6)
    }
}

@media (max-width:1180px) {
    .buttonBox.bgGradient.cutCorner .text {
        font-size: 20px
    }
}

@media (max-width:840px) {
    .buttonBox.bgGradient.cutCorner .text {
        font-size: 18px
    }
}

@media (max-width:640px) {
    .buttonBox.bgGradient.cutCorner {
        width: 150px
    }

    .buttonBox.bgGradient.cutCorner svg {
        height: 44px
    }

    .buttonBox.bgGradient.cutCorner .text {
        font-size: 16px
    }
}

.buttonBox.solidColor {
    width: 166px;
    height: 54px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px
}

.buttonBox.solidColor.center {
    margin-left: auto;
    margin-right: auto
}

.buttonBox.solidColor svg {
    width: 100%;
    height: 100%;
    fill: #E1251B
}

.buttonBox.solidColor a {
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Bebas Neue", "微軟正黑體", sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1.32px;
    line-height: 25px;
    padding-top: 3px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto
}

@media (min-width:1181px) {
    .buttonBox.solidColor:hover svg {
        fill: #E1251B
    }
}

.arrowBox.arrowNext,
.arrowBox.arrowPrev {
    background-color: #222;
    width: 60px;
    height: 60px;
    position: relative;
    cursor: pointer
}
.controller .arrowBox.arrowNext,
.controller .arrowBox.arrowPrev,
.postArea .arrowBox.arrowNext,
.postArea .arrowBox.arrowPrev  {
    background-color: #fff;
}
@media (max-width:540px) {

    .arrowBox.arrowNext,
    .arrowBox.arrowPrev {
        width: 45px;
        height: 45px
    }
}

.arrowBox.arrowNext .arrow,
.arrowBox.arrowPrev .arrow {
    display: block;
    width: 12px;
    height: 22px;
    position: absolute;
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px);
    left: -webkit-calc(50% - 6px);
    left: -moz-calc(50% - 6px);
    left: calc(50% - 6px);
    bottom: auto;
    right: auto
}

@media (max-width:540px) {

    .arrowBox.arrowNext .arrow,
    .arrowBox.arrowPrev .arrow {
        position: absolute;
        top: -webkit-calc(50% - 11px);
        top: -moz-calc(50% - 11px);
        top: calc(50% - 11px);
        left: -webkit-calc(50% - 9px);
        left: -moz-calc(50% - 9px);
        left: calc(50% - 9px);
        bottom: auto;
        right: auto
    }
}

.arrowBox.arrowNext .arrow:before,
.arrowBox.arrowPrev .arrow:before {
    content: "";
    display: block;
    width: 4px;
    height: 15px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: auto;
    right: auto
}

.controller  .arrowBox.arrowNext .arrow:before,
.controller  .arrowBox.arrowPrev .arrow:before,
.postArea .arrowBox.arrowNext .arrow:before,
.postArea .arrowBox.arrowPrev .arrow:before{
    background-color: #333;
}
.controller  .arrowBox.arrowNext .arrow:after,
.controller  .arrowBox.arrowPrev .arrow:after, 
.postArea .arrowBox.arrowNext .arrow:after,
.postArea .arrowBox.arrowPrev .arrow:after{
    background-color: #333;
}
.arrowBox.arrowNext .arrow:after,
.arrowBox.arrowPrev .arrow:after {
    content: "";
    display: block;
    width: 4px;
    height: 15px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 9px;
    left: 5px;
    bottom: auto;
    right: auto
}

.arrowBox.arrowNext.small,
.arrowBox.arrowPrev.small {
    width: 50px;
    height: 50px
}

.arrowBox.arrowNext.small .arrow,
.arrowBox.arrowPrev.small .arrow {
    height: 16px;
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: calc(50% - 8px)
}

.arrowBox.arrowNext.small .arrow:after,
.arrowBox.arrowNext.small .arrow:before,
.arrowBox.arrowPrev.small .arrow:after,
.arrowBox.arrowPrev.small .arrow:before {
    width: 2px;
    height: 10px
}

.arrowBox.arrowNext.small .arrow:after,
.arrowBox.arrowPrev.small .arrow:after {
    top: 7px
}

@media (min-width:1181px) {

    .arrowBox.arrowNext:hover,
    .arrowBox.arrowPrev:hover {
        background-color: #E1251B
    }
    .controller .arrowBox.arrowNext:hover,
    .controller .arrowBox.arrowPrev:hover,
    .postArea .arrowBox.arrowNext:hover,
    .postArea .arrowBox.arrowPrev:hover {
        background-color: #fff
    }


    .arrowBox.arrowNext:hover .arrow,
    .arrowBox.arrowPrev:hover .arrow {
        -webkit-animation: arrowLeft 0.6s infinite ease-in-out;
        -moz-animation: arrowLeft 0.6s infinite ease-in-out;
        animation: arrowLeft 0.6s infinite ease-in-out
    }
}

.arrowBox.arrowNext {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

.arrowBox.vertical {
    height: 34px;
    width: 100%;
    max-width: 90px;
    position: relative
}

.arrowBox.vertical.arrowNext,
.arrowBox.vertical.arrowPrev {
    cursor: pointer;
    background-color: transparent
}

.arrowBox.vertical.arrowNext .arrow,
.arrowBox.vertical.arrowPrev .arrow {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0
}

.arrowBox.vertical.arrowNext .arrow:before,
.arrowBox.vertical.arrowPrev .arrow:before {
    content: "";
    display: block;
    width: 15px;
    height: 4px;
    background-color: #222;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: -webkit-calc(50% - 2px);
    top: -moz-calc(50% - 2px);
    top: calc(50% - 2px);
    left: -webkit-calc(50% - 11px);
    left: -moz-calc(50% - 11px);
    left: calc(50% - 11px);
    bottom: auto;
    right: auto
}

.arrowBox.vertical.arrowNext .arrow:after,
.arrowBox.vertical.arrowPrev .arrow:after {
    content: "";
    display: block;
    width: 15px;
    height: 4px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -webkit-calc(50% - 2px);
    top: -moz-calc(50% - 2px);
    top: calc(50% - 2px);
    left: -webkit-calc(50% - 2px);
    left: -moz-calc(50% - 2px);
    left: calc(50% - 2px);
    bottom: auto;
    right: auto
}

@media (min-width:1181px) {

    .arrowBox.vertical.arrowNext:hover .arrow,
    .arrowBox.vertical.arrowPrev:hover .arrow {
        -webkit-animation: arrowTop 0.6s infinite ease-in-out;
        -moz-animation: arrowTop 0.6s infinite ease-in-out;
        animation: arrowTop 0.6s infinite ease-in-out
    }
}

.arrowBox.vertical.arrowNext {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1)
}

.closeBtn {
    width: 30px;
    height: 30px;
    position: relative
}

.closeBtn:before {
    content: "";
    display: block;
    width: 3px;
    height: 40px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    left: 15px;
    bottom: auto;
    right: auto
}

.closeBtn:after {
    content: "";
    display: block;
    width: 3px;
    height: 40px;
    background-color: #222;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: -5px;
    left: 15px;
    bottom: auto;
    right: auto
}

@media (min-width:1181px) {
    .closeBtn:hover:before {
        background-color: #E1251B;
        /* -webkit-transform: rotate(60deg);
        -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        -o-transform: rotate(60deg);
        transform: rotate(60deg) */
    }

    .closeBtn:hover:after {
        background-color: #E1251B;
        /* -webkit-transform: rotate(-60deg);
        -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        -o-transform: rotate(-60deg);
        transform: rotate(-60deg) */
    }
}

ul.slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    bottom: -25px
}

ul.slick-dots li {
    display: block;
    margin: 0
}

ul.slick-dots li button {
    display: block;
    position: relative;
    width: 20px;
    height: 20px
}

ul.slick-dots li button:before {
    content: "";
    background-color: #c9cccf;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 8px;
    height: 8px;
    opacity: 1;
    position: absolute;
    top: -webkit-calc(50% - 4px);
    top: -moz-calc(50% - 4px);
    top: calc(50% - 4px);
    left: -webkit-calc(50% - 4px);
    left: -moz-calc(50% - 4px);
    left: calc(50% - 4px);
    bottom: auto;
    right: auto
}

ul.slick-dots li.slick-active button:before {
    background-color: #E1251B
}

.videoAreaBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    overflow: hidden
}

.bgVideoArea {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    pointer-events: none
}

@media (max-width:1180px) {
    .bgVideoArea {
        width: 100%;
        height: auto
    }
}

@media (max-width:960px) {
    .bgVideoArea {
        width: auto;
        height: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.videoPlayBtn {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    width: 158px;
    height: 158px;
    position: relative
}

.videoPlayBtn:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    opacity: 0.3;
    pointer-events: none
}

.videoPlayBtn:after {
    content: "";
    -webkit-animation: decoRingRotate 30s infinite linear;
    -moz-animation: decoRingRotate 30s infinite linear;
    animation: decoRingRotate 30s infinite linear;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-filter: drop-shadow(0 0 10px rgba(34, 237, 253, 0.5));
    filter: drop-shadow(0 0 10px rgba(34, 237, 253, 0.5));
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    margin-top: -50%;
    margin-left: -50%
}

.videoPlayBtn .trangle {
    width: 24px;
    height: 27px;
    position: absolute;
    top: -webkit-calc(50% - 13.5px);
    top: -moz-calc(50% - 13.5px);
    top: calc(50% - 13.5px);
    left: -webkit-calc(50% - 12px);
    left: -moz-calc(50% - 12px);
    left: calc(50% - 12px);
    bottom: auto;
    right: auto;
    pointer-events: none
}

.videoPlayBtn .trangle svg {
    display: block;
    width: 24px;
    height: 27px;
    fill: none;
    stroke: #fff;
    stroke-width: 0.15;
    stroke-miterlimit: 10;
    stroke-linejoin: round
}

@media (min-width:1181px) {
    .videoPlayBtn:hover:before {
        opacity: 0.7
    }

    .videoPlayBtn:hover:after {
        -webkit-animation: decoRingRotate 15s infinite linear;
        -moz-animation: decoRingRotate 15s infinite linear;
        animation: decoRingRotate 15s infinite linear
    }

    .videoPlayBtn:hover .trangle svg {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        fill: #fff
    }

    .videoPlayBtn:hover .link svg {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        fill: #fff
    }
}

@media (max-width:1180px) {
    .videoPlayBtn {
        width: 130px;
        height: 130px
    }

    .videoPlayBtn:before {
        opacity: 0.7
    }

    .videoPlayBtn:after {
        -webkit-animation: decoRingRotate 15s infinite linear;
        -moz-animation: decoRingRotate 15s infinite linear;
        animation: decoRingRotate 15s infinite linear;
        -webkit-filter: drop-shadow(0 0 10px rgba(34, 237, 253, 0.5)) brightness(3);
        filter: drop-shadow(0 0 10px rgba(34, 237, 253, 0.5)) brightness(3)
    }

    .videoPlayBtn .trangle {
        width: 24px;
        height: 24px;
        left: -webkit-calc(50% - 12px);
        left: -moz-calc(50% - 12px);
        left: calc(50% - 12px);
        top: -webkit-calc(50% - 12px);
        top: -moz-calc(50% - 12px);
        top: calc(50% - 12px)
    }

    .videoPlayBtn .trangle svg {
        width: 100%;
        height: 100%
    }
}

@media (max-width:480px) {
    .videoPlayBtn {
        width: 100px;
        height: 100px
    }

    .videoPlayBtn .trangle {
        width: 20px;
        height: 20px;
        left: -webkit-calc(50% - 10px);
        left: -moz-calc(50% - 10px);
        left: calc(50% - 10px);
        top: -webkit-calc(50% - 10px);
        top: -moz-calc(50% - 10px);
        top: calc(50% - 10px)
    }
}

.videoPlayBtn.onlyTrangle {
    width: 60px;
    height: 66px
}

.videoPlayBtn.onlyTrangle:after,
.videoPlayBtn.onlyTrangle:before {
    display: none
}

.videoPlayBtn.onlyTrangle .trangle {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.videoPlayBtn.onlyTrangle .trangle svg {
    width: 100%;
    height: 100%
}

@media (max-width:1180px) {
    .videoPlayBtn.onlyTrangle {
        width: 50px;
        height: 56px
    }
}

@media (max-width:840px) {
    .videoPlayBtn.onlyTrangle {
        width: 37px;
        height: 42px
    }
}

@media (max-width:440px) {
    .videoPlayBtn.onlyTrangle {
        width: 26px;
        height: 30px
    }
}

.controllerList {
    position: absolute;
    top: auto;
    left: 10px;
    bottom: 0;
    right: auto;
    z-index: 2;
    opacity: 0;
    pointer-events: none
}

.controllerList>a {
    display: block;
    cursor: pointer;
    width: 100px;
    height: 30px;
    background-color: #fff;
    color: #000;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px
}

.imgHoverDarken {
    position: relative
}

.imgHoverDarken>a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    font-size: 0
}

.imgHoverDarken>a img {
    display: block;
    width: 100%
}

.imgHoverDarken>img {
    display: block;
    width: 100%
}



@media (min-width:1181px) {
    .imgHoverDarken:hover .buttonBox {
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        opacity: 1
    }
}

.imgHoverText {
    position: relative
}

.imgHoverText a {
    display: block;
    width: 100%;
    height: 100%
}

.imgHoverText img {
    display: block;
    width: 100%
}

.imgHoverText .title {
    color: #E1251B;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    text-align: center
}

.imgHoverText .title:before {
    content: "";
    background-image: url(../image/icon_link.png);
    display: block;
    width: 40px;
    height: 20px;
    margin-bottom: 15px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0
}

@media (min-width:1181px) {
    .imgHoverText:hover img {
        opacity: 0.1
    }

    .imgHoverText:hover .title {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1
    }

    .imgHoverText:hover .title:before {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
        -webkit-transition-delay: 0.25s;
        -moz-transition-delay: 0.25s;
        -o-transition-delay: 0.25s;
        transition-delay: 0.25s
    }
}

.imgHoverOpacity {
    position: relative
}

.imgHoverOpacity a {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    font-size: 0
}

.imgHoverOpacity img {
    display: block;
    width: 100%
}

@media (min-width:1181px) {
    .imgHoverOpacity:hover img {
        opacity: 0.5
    }
}

@-webkit-keyframes decoRingRotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes decoRingRotate {
    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes decoRingRotate {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes arrowLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes arrowLeft {
    0% {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }

    30% {
        -moz-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    to {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes arrowLeft {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    30% {
        -webkit-transform: translateX(-5px);
        -moz-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes arrowTop {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes arrowTop {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    30% {
        -moz-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    to {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes arrowTop {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    30% {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes svgAniBefore {
    0% {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: 300
    }
}

@-moz-keyframes svgAniBefore {
    0% {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: 300
    }
}

@keyframes svgAniBefore {
    0% {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: 300
    }
}

@-webkit-keyframes svgAniAfter {
    0% {
        stroke-dashoffset: 300
    }

    to {
        stroke-dashoffset: 0
    }
}

@-moz-keyframes svgAniAfter {
    0% {
        stroke-dashoffset: 300
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes svgAniAfter {
    0% {
        stroke-dashoffset: 300
    }

    to {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes svgAniTwice {
    0% {
        stroke-dashoffset: 0
    }

    50% {
        stroke-dashoffset: -590
    }

    51% {
        stroke-dashoffset: 590;
        stroke: #E1251B
    }

    to {
        stroke-dashoffset: 0;
        stroke: #E1251B
    }
}

@-moz-keyframes svgAniTwice {
    0% {
        stroke-dashoffset: 0
    }

    50% {
        stroke-dashoffset: -590
    }

    51% {
        stroke-dashoffset: 590;
        stroke: #E1251B
    }

    to {
        stroke-dashoffset: 0;
        stroke: #E1251B
    }
}

@keyframes svgAniTwice {
    0% {
        stroke-dashoffset: 0
    }

    50% {
        stroke-dashoffset: -590
    }

    51% {
        stroke-dashoffset: 590;
        stroke: #E1251B
    }

    to {
        stroke-dashoffset: 0;
        stroke: #E1251B
    }
}

@-webkit-keyframes svgAniTwiceLarge {
    0% {
        stroke-dashoffset: 0
    }

    50% {
        stroke-dashoffset: -664
    }

    51% {
        stroke-dashoffset: 664;
        stroke: #E1251B
    }

    to {
        stroke-dashoffset: 0;
        stroke: #E1251B
    }
}

@-moz-keyframes svgAniTwiceLarge {
    0% {
        stroke-dashoffset: 0
    }

    50% {
        stroke-dashoffset: -664
    }

    51% {
        stroke-dashoffset: 664;
        stroke: #E1251B
    }

    to {
        stroke-dashoffset: 0;
        stroke: #E1251B
    }
}

@keyframes svgAniTwiceLarge {
    0% {
        stroke-dashoffset: 0
    }

    50% {
        stroke-dashoffset: -664
    }

    51% {
        stroke-dashoffset: 664;
        stroke: #E1251B
    }

    to {
        stroke-dashoffset: 0;
        stroke: #E1251B
    }
}

.classBox {
    position: relative;
    z-index: 4
}

.classBox .classCurrent {
    color: #222;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
    width: 240px;
    margin: 0 auto
}

.classBox .classCurrent:before {
    content: "";
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -webkit-calc(50% - 6px);
    top: -moz-calc(50% - 6px);
    top: calc(50% - 6px);
    left: auto;
    bottom: auto;
    right: 20px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 1
}

.classBox .classCurrent.mobileBorder {
    width: 100%;
    max-width: 400px;
    height: 64px;
    box-sizing: content-box;
}

.classBox .classCurrent.mobileBorder .pc {
    pointer-events: none
}

@media (max-width:1180px) {
    .classBox .classCurrent.mobileBorder .pc {
        display: none
    }
}

.classBox .classCurrent.mobileBorder .mobile {
    pointer-events: none
}

@media (min-width:1181px) {
    .classBox .classCurrent.mobileBorder .mobile {
        display: none
    }
}

.classBox .classCurrent.mobileBorder .border {
    display: block;
    height: 46px;
    position: absolute;
    pointer-events: none
}

.classBox .classCurrent.mobileBorder .borderBottom,
.classBox .classCurrent.mobileBorder .borderTop {
    width: -webkit-calc(100% - 18px);
    width: -moz-calc(100% - 18px);
    width: calc(100% - 18px)
}

.classBox .classCurrent.mobileBorder .borderBottom:after,
.classBox .classCurrent.mobileBorder .borderBottom:before,
.classBox .classCurrent.mobileBorder .borderTop:after,
.classBox .classCurrent.mobileBorder .borderTop:before {
    display: none
}

.classBox .classCurrent.mobileBorder .borderLeft,
.classBox .classCurrent.mobileBorder .borderRight {
    width: 18px;
    height: 18px
}

.classBox .classCurrent.mobileBorder .borderLeft:before,
.classBox .classCurrent.mobileBorder .borderRight:before {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background-color: #222;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.classBox .classCurrent.mobileBorder .borderTop {
    top: 0;
    right: 0;
    border-top: 2px solid #222;
    border-right: 2px solid #222
}

.classBox .classCurrent.mobileBorder .borderRight {
    bottom: 0;
    right: 0
}

.classBox .classCurrent.mobileBorder .borderRight:before {
    position: absolute;
    top: 7px;
    left: auto;
    bottom: auto;
    right: -3px
}

.classBox .classCurrent.mobileBorder .borderRight:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 0;
    border-color: #E1251B transparent transparent transparent;
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: auto;
    right: auto;
    opacity: 0
}

.classBox .classCurrent.mobileBorder .borderBottom {
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #222;
    border-left: 2px solid #222
}

.classBox .classCurrent.mobileBorder .borderLeft {
    top: 0;
    left: 0
}

.classBox .classCurrent.mobileBorder .borderLeft:before {
    position: absolute;
    top: auto;
    left: -3px;
    bottom: 7px;
    right: auto
}

.classBox .classCurrent.mobileBorder .borderLeft:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 18px 18px;
    border-color: transparent transparent #E1251B transparent;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: auto;
    right: auto;
    opacity: 0
}

.classBox .classCurrent svg {
    color: transparent;
    fill: transparent;
    stroke: #222;
    stroke-width: 2px;
    stroke-dasharray: 590;
    stroke-dashoffset: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    pointer-events: none
}

.classBox .classCurrent .classText {
    height: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1.32px;
    line-height: 24px;
    padding: 0px 34px 0px 22px;
    position: relative;
    pointer-events: none
}

@media (min-width:1181px) {
    .classBox .classCurrent:hover:before {
        border-top: 2px solid #E1251B;
        border-right: 2px solid #E1251B
    }

    .classBox .classCurrent:hover svg {
        -webkit-animation: svgAniTwice 0.8s forwards;
        -moz-animation: svgAniTwice 0.8s forwards;
        animation: svgAniTwice 0.8s forwards
    }

    .classBox .classCurrent:hover .classText {
        color: #E1251B
    }
}

@media (min-width:1181px) {
    .classBox .classCurrent {
        display: none;
        opacity: 0;
        pointer-events: none;
        visibility: hidden
    }
}

.classBoxRow {
    margin-top: 20px;
    margin-bottom: 50px
}

@media (min-width:1181px) {
    .classBoxRow .classLink {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .classBoxRow .classLink .classLinkItem {
        margin: 10px;
        position: relative;
        width: 244px;
        height: 64px
    }

    .classBoxRow .classLink .classItemSvg {
        width: 100%;
        height: 100%;
        color: transparent;
        fill: none;
        stroke: #222;
        stroke-width: 2px;
        stroke-dasharray: 590;
        stroke-dashoffset: 0;
        pointer-events: none
    }

    .classBoxRow .classLink a {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #222;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        font-size: 22px;
        font-weight: 400;
        letter-spacing: 1.32px;
        line-height: 1;
        padding: 8px 15px 5px;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        bottom: auto;
        right: auto;
        z-index: 2;
        margin-top: 1px;
        max-height: 62px;
        overflow: hidden
    }
}

@media (min-width:1181px) and (min-width:1181px) {
    .classBoxRow .classLink a:hover {
        color: #E1251B
    }

    .classBoxRow .classLink a:hover+.classItemSvg {
        -webkit-animation: svgAniTwice 0.8s forwards;
        -moz-animation: svgAniTwice 0.8s forwards;
        animation: svgAniTwice 0.8s forwards
    }
}

@media (min-width:1181px) {
    .classBoxRow .classLink a.current {
        color: #fff
    }

    .classBoxRow .classLink a.current+.classItemSvg {
        color: #E1251B;
        fill: #E1251B;
        stroke: #E1251B
    }
}

@media (min-width:1181px) and (min-width:1181px) {
    .classBoxRow .classLink a.current:hover+.classItemSvg {
        -webkit-animation: svgAniTwice 0s forwards;
        -moz-animation: svgAniTwice 0s forwards;
        animation: svgAniTwice 0s forwards
    }
}

.classBoxColumn {
    margin-bottom: 30px
}

.classBoxColumn .classLink .linkHasItems:after,
.classBoxColumn .classLink .linkHasItems:before {
    content: "";
    width: 13px;
    height: 1px;
    background-color: #2f2f2f;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}

.classBoxColumn .classLink .linkHasItems:before {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.classBoxColumn .classLink .linkHasItems:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.classBoxColumn .classLink .linkHasItems.open {
    background-color: #E1251B;
    color: #fff
}

.classBoxColumn .classLink .linkHasItems.open:after,
.classBoxColumn .classLink .linkHasItems.open:before {
    background-color: #fff
}

.classBoxColumn .classLink .linkHasItems.open:after {
    -webkit-transform: translateY(-50%) rotate(0);
    -moz-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0)
}

.classBoxColumn .classLink .linkHasItems.open+ul {
    display: block
}

.classBoxColumn .classLink .linkHasItems.open+ul>li {
    -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
    -moz-animation: aniSlideLeft 0.5s 0.3s ease-out both;
    animation: aniSlideLeft 0.5s 0.3s ease-out both
}

.classBoxColumn .classLink .linkHasItems.open+ul>li a {
    background-color: #f8f8f8;
    color: #2f2f2f
}

.classBoxColumn .classLink .linkHasItems.open+ul>li a.current,
.classBoxColumn .classLink .linkHasItems.open+ul>li a:hover {
    background-color: #e5e5e5;
    color: #E1251B
}

@media (min-width:1181px) {
    .classBoxColumn .classLink>.classLinkItem {
        border-bottom: 1px solid #ccc
    }

    .classBoxColumn .classLink>.classLinkItem:first-child {
        border-top: 1px solid #ccc
    }

    .classBoxColumn .classLink ul {
        display: none
    }

    .classBoxColumn .classLink ul li:not(:first-child) {
        border-top: 1px solid #ccc
    }

    .classBoxColumn .classLink a {
        color: #222;
        display: block;
        font-size: 22px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 24px;
        padding: 20px 20px;
        position: relative
    }

    .classBoxColumn .classLink a.current {
        color: #E1251B
    }
}

.classBoxDropDown {
    width: 100%;
    max-width: 244px
}

.classBoxDropDown .classCurrent {
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

.classBoxDropDown .classLink {
    width: 100%;
    -webkit-box-shadow: 0 5px 15px rgba(0, 112, 230, 0.1);
    -moz-box-shadow: 0 5px 15px rgba(0, 112, 230, 0.1);
    box-shadow: 0 5px 15px rgba(0, 112, 230, 0.1);
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1
}

.classBoxDropDown .classLink>.classLinkItem:not(:first-child) {
    border-top: 1px solid #ccc
}

.classBoxDropDown .classLink>.classLinkItem>a.current {
    color: #E1251B
}

.classBoxDropDown .classLink>.classLinkItem ul {
    display: none
}

.classBoxDropDown .classLink a {
    background-color: #fff;
    color: #222;
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.3;
    padding: 14px 20px;
    position: relative
}

@media (min-width:1181px) {
    .classBoxDropDown .classLink a:hover {
        color: #E1251B
    }
}

.classBox.longBtn {
    max-width: 284px
}

@media (max-width:1180px) {
    .classBox.longBtn {
        max-width: 100%
    }
}

.classBox.longBtn .classCurrent {
    width: 284px
}

@media (max-width:1180px) {
    .classBox.longBtn .classCurrent {
        width: 100%;
        max-width: 480px
    }
}
@media (max-width:480px) {
    .classBox.longBtn .classCurrent {
       margin-top: 40px;
    }
}


.classBox.longBtn .classCurrent svg {
    stroke-dasharray: 664
}

@media (min-width:1181px) {
    .classBox.longBtn .classCurrent:hover svg {
        -webkit-animation: svgAniTwice 0.8s forwards;
        -moz-animation: svgAniTwice 0.8s forwards;
        animation: svgAniTwice 0.8s forwards
    }
}

.classBox.longBtn .classLink {
    width: 284px;
    left: -webkit-calc(50% - 142px);
    left: -moz-calc(50% - 142px);
    left: calc(50% - 142px)
}

@media (max-width:1180px) {
    .classBox.longBtn .classLink {
        left: -webkit-calc(50%);
        left: -moz-calc(50%);
        left: calc(50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        max-width: 480px
    }
}

@media (max-width:1180px) {

    .classBoxColumn .classLink,
    .classBoxDropDown .classLink,
    .classBoxRow .classLink,
    .classBoxTab .classLink {
        width: 100%;
        max-width: 400px;
        background-color: #f3f5f7;
        -webkit-box-shadow: 0 5px 15px rgba(0, 112, 230, 0.1);
        -moz-box-shadow: 0 5px 15px rgba(0, 112, 230, 0.1);
        box-shadow: 0 5px 15px rgba(0, 112, 230, 0.1);
        display: none;
        position: absolute;
        top: 100%;
        left: -webkit-calc(50% - 120px);
        left: -moz-calc(50% - 120px);
        left: calc(50% - 120px);
        z-index: 1
    }

    .classBoxColumn .classLink.open,
    .classBoxDropDown .classLink.open,
    .classBoxRow .classLink.open,
    .classBoxTab .classLink.open {
        display: block
    }

    .classBoxColumn .classLink.open~.classCurrent:before,
    .classBoxDropDown .classLink.open~.classCurrent:before,
    .classBoxRow .classLink.open~.classCurrent:before,
    .classBoxTab .classLink.open~.classCurrent:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .classBoxColumn .classLink.open~.classCurrent .borderTop,
    .classBoxDropDown .classLink.open~.classCurrent .borderTop,
    .classBoxRow .classLink.open~.classCurrent .borderTop,
    .classBoxTab .classLink.open~.classCurrent .borderTop {
        border-top: 2px solid #E1251B;
        border-right: 2px solid #E1251B;
        background-color: #E1251B
    }

    .classBoxColumn .classLink.open~.classCurrent .borderLeft:before,
    .classBoxColumn .classLink.open~.classCurrent .borderRight:before,
    .classBoxDropDown .classLink.open~.classCurrent .borderLeft:before,
    .classBoxDropDown .classLink.open~.classCurrent .borderRight:before,
    .classBoxRow .classLink.open~.classCurrent .borderLeft:before,
    .classBoxRow .classLink.open~.classCurrent .borderRight:before,
    .classBoxTab .classLink.open~.classCurrent .borderLeft:before,
    .classBoxTab .classLink.open~.classCurrent .borderRight:before {
        background-color: #E1251B
    }

    .classBoxColumn .classLink.open~.classCurrent .borderRight:after,
    .classBoxDropDown .classLink.open~.classCurrent .borderRight:after,
    .classBoxRow .classLink.open~.classCurrent .borderRight:after,
    .classBoxTab .classLink.open~.classCurrent .borderRight:after {
        opacity: 1
    }

    .classBoxColumn .classLink.open~.classCurrent .borderBottom,
    .classBoxDropDown .classLink.open~.classCurrent .borderBottom,
    .classBoxRow .classLink.open~.classCurrent .borderBottom,
    .classBoxTab .classLink.open~.classCurrent .borderBottom {
        border-bottom: 2px solid #E1251B;
        border-left: 2px solid #E1251B;
        background-color: #E1251B
    }

    .classBoxColumn .classLink.open~.classCurrent .borderLeft:after,
    .classBoxDropDown .classLink.open~.classCurrent .borderLeft:after,
    .classBoxRow .classLink.open~.classCurrent .borderLeft:after,
    .classBoxTab .classLink.open~.classCurrent .borderLeft:after {
        opacity: 1
    }

    .classBoxColumn .classLink a,
    .classBoxDropDown .classLink a,
    .classBoxRow .classLink a,
    .classBoxTab .classLink a {
        background-color: #fff;
        color: #222;
        display: block;
        font-family: "Inter", sans-serif;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.5px;
        line-height: 1.3;
        padding: 14px 20px;
        position: relative
    }
}

@media (max-width:1180px) and (min-width:1181px) {

    .classBoxColumn .classLink a:hover,
    .classBoxDropDown .classLink a:hover,
    .classBoxRow .classLink a:hover,
    .classBoxTab .classLink a:hover {
        color: #E1251B
    }
}

@media (max-width:1180px) {

    .classBoxColumn .classLink>.classLinkItem:not(:first-child),
    .classBoxDropDown .classLink>.classLinkItem:not(:first-child),
    .classBoxRow .classLink>.classLinkItem:not(:first-child),
    .classBoxTab .classLink>.classLinkItem:not(:first-child) {
        border-top: 1px solid #ccc
    }

    .classBoxColumn .classLink>.classLinkItem>a,
    .classBoxDropDown .classLink>.classLinkItem>a,
    .classBoxRow .classLink>.classLinkItem>a,
    .classBoxTab .classLink>.classLinkItem>a {
        min-height: 46px
    }

    .classBoxColumn .classLink>.classLinkItem>a.current,
    .classBoxDropDown .classLink>.classLinkItem>a.current,
    .classBoxRow .classLink>.classLinkItem>a.current,
    .classBoxTab .classLink>.classLinkItem>a.current {
        color: #E1251B
    }

    .classBoxColumn .classLink>.classLinkItem>a.ellipsis,
    .classBoxDropDown .classLink>.classLinkItem>a.ellipsis,
    .classBoxRow .classLink>.classLinkItem>a.ellipsis,
    .classBoxTab .classLink>.classLinkItem>a.ellipsis {
        max-height: none
    }

    .classBoxColumn .classLink>.classLinkItem ul,
    .classBoxDropDown .classLink>.classLinkItem ul,
    .classBoxRow .classLink>.classLinkItem ul,
    .classBoxTab .classLink>.classLinkItem ul {
        display: none
    }

    .classBoxColumn .classLink .classItemSvg,
    .classBoxDropDown .classLink .classItemSvg,
    .classBoxRow .classLink .classItemSvg,
    .classBoxTab .classLink .classItemSvg {
        display: none
    }
}

.classBoxColumn .classLink.open,
.classBoxDropDown .classLink.open,
.classBoxRow .classLink.open,
.classBoxTab .classLink.open {
    display: block
}

.classBoxColumn .classLink.open+.classCurrent:before,
.classBoxDropDown .classLink.open+.classCurrent:before,
.classBoxRow .classLink.open+.classCurrent:before,
.classBoxTab .classLink.open+.classCurrent:before {
    -webkit-transform: rotate(135deg) scale(-1);
    -moz-transform: rotate(135deg) scale(-1);
    -ms-transform: rotate(135deg) scale(-1);
    -o-transform: rotate(135deg) scale(-1);
    transform: rotate(135deg) scale(-1);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.classBoxColumn .classLink.open+.classCurrent svg,
.classBoxDropDown .classLink.open+.classCurrent svg,
.classBoxRow .classLink.open+.classCurrent svg,
.classBoxTab .classLink.open+.classCurrent svg {
    color: #E1251B;
    fill: #E1251B;
    stroke: #E1251B;
    -webkit-animation: svgAniTwice 0s forwards;
    -moz-animation: svgAniTwice 0s forwards;
    animation: svgAniTwice 0s forwards
}

.classBoxColumn .classLink.open+.classCurrent .classText,
.classBoxDropDown .classLink.open+.classCurrent .classText,
.classBoxRow .classLink.open+.classCurrent .classText,
.classBoxTab .classLink.open+.classCurrent .classText {
    color: #fff;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

@media (max-width:1180px) {
    .classBoxTab {
        width: 100%;
        max-width: 420px;
        margin: 0 auto
    }

    .classBoxTab .classLink.tab {
        width: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .classBoxTab .classLink.tab a {
        line-height: 30px
    }

    .classBoxTab .classLink.tab.open+.classCurrent {
        color: #E1251B
    }

    .classBoxTab .classLink.tab.open+.classCurrent:before {
        border-top: 2px solid #E1251B;
        border-right: 2px solid #E1251B
    }

    .classBoxTab .classCurrent {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 22px;
        font-weight: 400;
        letter-spacing: 1.32px;
        line-height: 30px;
        height: 60px;
        width: 100%
    }
}

.classNote {
    padding: 20px 0
}

@media (max-width:1180px) {
    .pageBox {
        position: relative;
        z-index: 3
    }
}

.pageBox .pageList {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pageBox .pageList a {
    color: #ccc;
    background-color: #222;
    display: block;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 1.5
}

.pageBox .pageList a.nextBtn:before,
.pageBox .pageList a.prevBtn:before {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    display: block;
    position: absolute
}

.pageBox .pageList a.prevBtn:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pageBox .pageList a.nextBtn:before {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media (min-width:1181px) {
    .pageBox .pageList a:hover {
        background-color: #E1251B;
        color: #fff;
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    .pageBox .pageList a:hover.nextBtn:before,
    .pageBox .pageList a:hover.prevBtn:before {
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff
    }
}

.pageBox .pageList.number {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pageBox .pageList.number.oval a {
    width: 50px
}

.pageBox .pageList.number .pageLi {
    margin: 5px 1px
}

@media (max-width:1180px) {
    .pageBox .pageList.number .mPageBox {
        position: relative;
        height: 50px
    }
}

.pageBox .pageList.number .mPageBox .m_page {
    background-color: #E1251B;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 47px;
    padding-top: 3px;
    width: 50px;
    text-align: center;
    display: none
}

.pageBox .pageList.number .mPageSelect {
    width: 50px;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #E1251B;
    border-color: transparent;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "Bebas Neue", "微軟正黑體", sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 47px;
    padding-top: 3px;
    text-align: center
}

@media (min-width:1181px) {
    .pageBox .pageList.number .mPageSelect {
        display: none
    }
}

.pageBox .pageList.number .mPageSelect option {
    background-color: #fff;
    color: #222;
    text-align: center;
    padding: 0
}

.pageBox .pageList.number .mPageSelect option:selected {
    color: #E1251B
}

.pageBox .pageList.number .numWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1180px) {
    .pageBox .pageList.number .numWrap {
        display: none;
        position: absolute;
        top: -webkit-calc(100% + 1px);
        top: -moz-calc(100% + 1px);
        top: calc(100% + 1px);
        left: 0;
        bottom: auto;
        right: auto
    }

    .pageBox .pageList.number .numWrap .pageLi {
        margin: 0
    }

    .pageBox .pageList.number .numWrap .pageLi a {
        height: 30px;
        line-height: 30px;
        padding-top: 0
    }
}

.pageBox .pageList.number a {
    width: 50px;
    height: 50px;
    font-weight: 400;
    line-height: 47px;
    padding-top: 3px;
    position: relative;
    text-align: center
}

.pageBox .pageList.number a.nextBtn,
.pageBox .pageList.number a.prevBtn {
    background-color: transparent;
    color: #ccc
}

.pageBox .pageList.number a.nextBtn:before,
.pageBox .pageList.number a.prevBtn:before {
    margin: auto;
    top: 0;
    bottom: 0
}

.pageBox .pageList.number a.prevBtn:before {
    left: 5px;
    right: 0
}

.pageBox .pageList.number a.nextBtn:before {
    left: 0;
    right: 5px
}

.pageBox .pageList.number a.firstBtn,
.pageBox .pageList.number a.lastBtn {
    width: auto;
    display: inline-block;
    background-color: transparent;
    color: #ccc;
    padding: 3px 10px 0
}

.pageBox .pageList.number a.firstBtn:after,
.pageBox .pageList.number a.firstBtn:before,
.pageBox .pageList.number a.lastBtn:after,
.pageBox .pageList.number a.lastBtn:before {
    display: none
}

.pageBox .pageList.number a.firstBtn:after,
.pageBox .pageList.number a.firstBtn:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pageBox .pageList.number a.firstBtn:before {
    left: -2px;
    right: 0
}

.pageBox .pageList.number a.firstBtn:after {
    left: 12px;
    right: 0
}

.pageBox .pageList.number a.lastBtn:after,
.pageBox .pageList.number a.lastBtn:before {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.pageBox .pageList.number a.lastBtn:before {
    left: 0;
    right: -2px
}

.pageBox .pageList.number a.lastBtn:after {
    left: 0;
    right: 12px
}

.pageBox .pageList.number a.current {
    background-color: #E1251B;
    color: #fff
}

@media (min-width:1181px) {

    .pageBox .pageList.number a:hover.nextBtn:before,
    .pageBox .pageList.number a:hover.prevBtn:before {
        border-left: 2px solid #E1251B;
        border-bottom: 2px solid #E1251B
    }

    .pageBox .pageList.number a:hover.firstBtn,
    .pageBox .pageList.number a:hover.lastBtn {
        color: #E1251B
    }
}

.pageBox .pageList.prevnext {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pageBox .pageList.prevnext a {
    width: 180px;
    height: 45px;
    font-weight: 300;
    line-height: 43px;
    padding: 0 20px;
    position: relative
}

.pageBox .pageList.prevnext a.nextBtn:before,
.pageBox .pageList.prevnext a.prevBtn:before {
    top: -webkit-calc(50% - 5px);
    top: -moz-calc(50% - 5px);
    top: calc(50% - 5px)
}

.pageBox .pageList.prevnext a.prevBtn {
    text-align: right
}

.pageBox .pageList.prevnext a.prevBtn:before {
    left: 15px
}

.pageBox .pageList.prevnext a.nextBtn {
    margin-left: auto;
    text-align: left
}

.pageBox .pageList.prevnext a.nextBtn:before {
    right: 15px
}

@media (max-width:768px) {
    .pageBox .pageList.prevnext a {
        width: 125px;
        padding: 0 15px
    }
}

@media (max-width:640px) {
    .pageBox .pageList.prevnext li {
        width: -webkit-calc(100%/2 - 15px);
        width: -moz-calc(100%/2 - 15px);
        width: calc(100% / 2 - 15px)
    }

    .pageBox .pageList.prevnext a {
        width: 100%
    }
}

@media (max-width:480px) {
    .pageBox .pageList.prevnext li {
        width: -webkit-calc(100%/2 - 10px);
        width: -moz-calc(100%/2 - 10px);
        width: calc(100% / 2 - 10px)
    }
}

.pageBox .pageList.prevnext.circle a {
    width: 45px;
    padding: 0
}

.pageBox .pageList.prevnext.circle a span {
    display: none
}

.pageBox .pageList.prevnext.circle a.prevBtn:before {
    left: -webkit-calc(50% - 3px);
    left: -moz-calc(50% - 3px);
    left: calc(50% - 3px)
}

.pageBox .pageList.prevnext.circle a.nextBtn:before {
    right: -webkit-calc(50% - 3px);
    right: -moz-calc(50% - 3px);
    right: calc(50% - 3px)
}

.pageBox .pageList.circle a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

.pageBox .pageList.oval a {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden
}

.mainArea.indexPage .infoBox {
    padding-top: 10px
}

.mainArea.indexPage .filterBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.mainArea.indexPage .filterBox .classBox {
    margin: 10px;
    position: relative;
    z-index: 2
}

.mainArea.indexPage .filterBox .classBox+.classBox {
    z-index: 1
}

@media (max-width:1180px) {
    .mainArea.indexPage .filterBox .classBox {
        margin: 10px 0
    }
}

@media (max-width:1180px) {
    .mainArea.indexPage .filterBox {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 30px;
        width: 100%
    }
}

@media (max-width:640px) {
    .mainArea.indexPage .filterBox {
        padding-top: 20px
    }
}

.mainArea.articleIns .contentBox {
    padding-top: 76px
}

@media (max-width:1180px) {
    .mainArea.articleIns .contentBox {
        padding-top: 60px
    }
}

@media (max-width:840px) {
    .mainArea.articleIns .contentBox {
        padding-top: 45px
    }
}

@media (max-width:640px) {
    .mainArea.articleIns .contentBox {
        padding-top: 30px
    }
}

.mainArea.articleIns .contentBox>.decoBg {
    width: 100%;
    height: 40%;
    max-height: 960px;
    position: absolute;
    top: 0px;
    left: 0;
    bottom: auto;
    right: auto;
    z-index: 1
}

.mainArea.articleIns .contentBox>.decoBg+.wrap {
    z-index: 1
}

.mainArea.articleIns .topBox {
    border-bottom: 1px solid #ccc;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width:1180px) {
    .mainArea.articleIns .topBox {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-bottom: 30px
    }
}

@media (max-width:640px) {
    .mainArea.articleIns .topBox {
        padding-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.mainArea.articleIns .topBox~.buttonBox {
    margin: 40px auto 20px auto;
    position: relative
}

.mainArea.articleIns .topBox~.buttonBox .tagGroup {
    width: 100%;
    position: absolute;
    text-align: right;
    right: 0
}

.mainArea.articleIns .topBox+.articleTitle {
    padding: 20px 0;
    border-bottom: none
}

.mainArea.articleIns .topBox .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto
}

.mainArea.articleIns .topBox .author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 15px;
    letter-spacing: 1px
}

.mainArea.articleIns .topBox .author i {
    font-size: 15px;
    margin-right: 10px
}

.mainArea.articleIns .topBox .author span {
    font-size: 20px;
    position: relative
}

.mainArea.articleIns .topBox .author span:before {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background-color: #222;
    position: absolute;
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: calc(50% - 8px);
    left: auto;
    bottom: auto;
    right: -12px
}

.mainArea.articleIns .topBox .newsDate {
    margin-left: auto;
    padding-right: 40px;
    padding-left: 10px;
    position: relative
}

.mainArea.articleIns .topBox .newsDate:before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #ccc;
    position: absolute;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
    left: auto;
    bottom: auto;
    right: 20px
}

.mainArea.articleIns .topBox .newsDate .date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 400.1 0.2px;
    letter-spacing: 1.5;
    line-height: 1.4
}

.mainArea.articleIns .topBox .newsDate .date i {
    margin-right: 8px;
    -webkit-transform: rotate(100deg);
    -moz-transform: rotate(100deg);
    -ms-transform: rotate(100deg);
    -o-transform: rotate(100deg);
    transform: rotate(100deg)
}

@media (max-width:1180px) {
    .mainArea.articleIns .topBox .newsDate {
        padding-right: 0
    }

    .mainArea.articleIns .topBox .newsDate:before {
        display: none
    }
}

.mainArea.articleIns .topBox .side_news {
    margin-top: 80px
}

.mainArea.articleIns .topBox .sideShare {
    margin-left: 0
}

.mainArea.articleIns .bread {
    width: -webkit-calc(100% - 280px);
    width: -moz-calc(100% - 280px);
    width: calc(100% - 280px);
    padding-top: 0px;
    padding-bottom: 0
}

@media (max-width:1180px) {
    .mainArea.articleIns .bread {
        width: 100%;
        padding-bottom: 10px
    }
}

.mainArea.articleIns .bread .wrap {
    padding: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-right: 20px
}

@media (max-width:480px) {
    .mainArea.articleIns .bread .wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.mainArea.articleIns .bread .wrap a {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

@media (min-width:481px) {
    .mainArea.articleIns .bread .wrap a {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.mainArea.articleIns .bread .wrap a:last-child {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.side_news {
    width: 100%;
    background-color: #fff;
    margin: 0px 0 0;
    padding: 30px 0;
    position: relative
}

.side_news>.listTitleStyle {
    position: absolute;
    top: 80px;
    left: 0;
    bottom: auto;
    right: auto
}

.side_news .slickNumBox {
    width: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 80px;
    left: auto;
    bottom: auto;
    right: 0
}

.side_news .slickNumBox .num {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 20px;
    color: #222222
}

.side_news .slickNumBox .num.all {
    padding-left: 58px;
    position: relative
}

.side_news .slickNumBox .num.all:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: -webkit-calc(50% - 0.5px);
    top: -moz-calc(50% - 0.5px);
    top: calc(50% - 0.5px);
    left: 12px;
    bottom: auto;
    right: auto
}

.side_news .sideNewsList {
    margin: 20px -12px 0;
    padding-bottom: 30px
}

.side_news .sideNewsList:not(.slick-slider) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 540px;
    overflow: hidden
}

.side_news .sideNewsList:not(.slick-slider) .sideNewsItem {
    width: 33.33%
}

.side_news .sideNewsList .sideNewsItem {
    padding: 90px 12px 30px
}

.side_news .sideNewsList .sideNewsItem.slick-center {
    padding: 30px 12px 30px
}

.side_news .sideNewsList .sideNewsItem:first-of-type.slick-current {
    padding: 90px 12px 30px
}

.side_news .sideNewsList .item {
    background-color: #f3f5f7;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05)
}

@media (min-width:1181px) {
    .side_news .sideNewsList .item:hover {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25)
    }
}

.side_news .sideNewsList .Img {
    width: 100%
}

.side_news .sideNewsList .Img a {
    display: block;
    width: 100%
}

.side_news .sideNewsList .Img img {
    display: block;
    width: 100%
}

.side_news .sideNewsList .Txt {
    padding: 26px 40px 35px
}

.side_news .sideNewsList .Txt .date {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 1.5;
    padding: 5px 0;
    margin-top: 22px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #222222
}

.side_news .sideNewsList .Txt .date i {
    margin-right: 9px;
    -webkit-transform: rotate(105deg);
    -moz-transform: rotate(105deg);
    -ms-transform: rotate(105deg);
    -o-transform: rotate(105deg);
    transform: rotate(105deg)
}

.side_news .sideNewsList .Txt .title a {
    display: block;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 1.68px;
    line-height: 1.28
}

.side_news .sideNewsList .Txt .title.ellipsis {
    max-height: 110px
}

.side_news .sideNewsList .Txt .tagGroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: 0;
    gap: 10px;
    padding-top: 5px
}

.side_news .sideNewsList .Txt .tagGroup a {
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #E1251B;
    letter-spacing: 0.6px;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 500
}

.side_news .sideNewsList .Txt .tagGroup a span {
    padding-bottom: 2px;
    border: 2px solid transparent
}

.side_news .sideNewsList .Txt .tagGroup a:hover span {
    border-bottom: 2px solid #E1251B
}

.side_news .sideNewsList .Txt .tagGroup a img {
    margin-right: 6px;
    width: 18px;
    height: 18px
}

.side_news .arrowBox.small {
    position: absolute;
    bottom: 70px
}

.side_news .arrowBox.small.arrowPrev {
    left: -webkit-calc(50% - 51px);
    left: -moz-calc(50% - 51px);
    left: calc(50% - 51px)
}

.side_news .arrowBox.small.arrowNext {
    right: -webkit-calc(50% - 51px);
    right: -moz-calc(50% - 51px);
    right: calc(50% - 51px)
}

.sideShare {
    position: relative
}

.sideShare .sideShareBtn {
    background-color: #E1251B;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px
}

.sideShare .sideShareBtn svg {
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none
}

@media (min-width:1181px) {
    .sideShare .sideShareBtn:hover {
        background-color: #E1251B
    }
}

.sideShare .shareList {
    border-top: 1px solid #fff;
    position: absolute;
    top: 100%;
    left: auto;
    bottom: auto;
    right: 0;
    padding: 10px 0px;
    opacity: 0;
    pointer-events: none;
    width: 40px;
    background-color: #E1251B
}

.sideShare .shareList.open {
    opacity: 1;
    pointer-events: auto
}

.sideShare .shareList .shareItem {
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 2;
    margin: 0 auto
}

.sideShare .shareList .shareItem a {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    width: 100%;
    height: 100%;
    line-height: 1;
    text-align: center
}

@media (min-width:1181px) {
    .sideShare .shareList .shareItem a:hover {
        opacity: 0.8
    }
}

.sideShare .shareList .shareItem a i {
    font-size: 18px
}

.sideShare .shareList .shareItem a svg {
    fill: #fff;
    width: 15px;
    height: 15px;
    display: block;
    margin-top: -2px
}

@media (max-width:1180px) {
    .sideShare {
        display: none
    }
}

@media (max-width:480px) {
    .tabSec>.wrap {
        padding: 0
    }
}

.tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.tabRow .tabItem {
    border-right: 1px solid #ccc;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 60px;
    position: relative
}

.tabRow .tabItem:first-of-type {
    border-left: 1px solid #ccc
}

@media (max-width:1180px) {
    .tabRow .tabItem {
        border-right: none;
        border-bottom: 1px solid #ccc
    }

    .tabRow .tabItem:first-of-type {
        border-left: none
    }
}

.tabRow a {
    color: #222;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1.3px;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7px 10px 3px;
    position: relative;
    text-align: center;
    z-index: 2
}

.tabRow a:before {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background-color: #E1251B;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0px;
    right: auto
}

.tabRow a.current {
    color: #E1251B
}

.tabRow a.current:before {
    width: 100%
}

@media (max-width:1180px) {
    .tabRow a:before {
        display: none
    }
}

.tabColumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    margin-top: 40px
}

.tabColumn .tabItem {
    border-bottom: 1px solid #ccc;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto
}

.tabColumn .tabItem:first-of-type {
    border-top: 1px solid #ccc
}

.tabColumn a {
    color: #222;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.1;
    height: 122px;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 30px 10px 0px;
    position: relative
}

.tabColumn a:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-color: #222222;
    position: absolute;
    top: -webkit-calc(50% - 14px);
    top: -moz-calc(50% - 14px);
    top: calc(50% - 14px);
    left: auto;
    bottom: auto;
    right: 0
}

.tabColumn a:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -webkit-calc(50% - 5px);
    top: -moz-calc(50% - 5px);
    top: calc(50% - 5px);
    left: auto;
    bottom: auto;
    right: 11px
}

.tabColumn a.current:before {
    background-color: #E1251B
}

@media (min-width:1181px) {
    .tabColumn a:hover:before {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media (max-width:1480px) {
    .tabColumn a {
        font-size: 32px
    }
}

@media (max-width:1180px) {
    .tabColumn a {
        font-size: 30px;
        letter-spacing: 1px
    }
}

@media (max-width:960px) {
    .tabColumn a {
        height: auto;
        padding: 20px 30px 20px 0px
    }
}

@media (max-width:840px) {
    .tabColumn a {
        font-size: 28px
    }
}

@media (max-width:640px) {
    .tabColumn a {
        font-size: 26px;
        letter-spacing: 0.5px
    }
}

@media (max-width:400px) {
    .tabColumn a {
        font-size: 24px
    }
}

.tabContent {
    margin-top: -1px;
    padding: 20px 5px;
    border-top: 1px solid #d6d6d6
}

.tabContent .tabContentItem {
    display: none
}
.tabContent .tabContentItem img{
    font-size: 0;
    display: block;
}

@-webkit-keyframes textSlideRightAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes textSlideRightAnimation {
    0% {
        opacity: 0;
        -moz-transform: translateX(10px);
        transform: translateX(10px)
    }

    to {
        opacity: 1;
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes textSlideRightAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes textSlideDownAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes textSlideDownAnimation {
    0% {
        opacity: 0;
        -moz-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes textSlideDownAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes textSlideUpAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes textSlideUpAnimation {
    0% {
        opacity: 0;
        -moz-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes textSlideUpAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

body {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-family: "Bebas Neue", "微軟正黑體", sans-serif
}

body.loadingOverflow,
body.overflow,
body.popwinOverflow {
    overflow: hidden
}

body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body .dragscroll {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

body .revealTop {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: 0.4s opacity, 0.5s -webkit-transform;
    transition: 0.4s opacity, 0.5s -webkit-transform;
    -o-transition: 0.4s opacity, 0.5s -o-transform;
    -moz-transition: 0.4s opacity, 0.5s transform, 0.5s -moz-transform;
    transition: 0.4s opacity, 0.5s transform;
    transition: 0.4s opacity, 0.5s transform, 0.5s -webkit-transform, 0.5s -moz-transform, 0.5s -o-transform
}

body .revealDown {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    -webkit-transition: 0.4s opacity, 0.5s -webkit-transform;
    transition: 0.4s opacity, 0.5s -webkit-transform;
    -o-transition: 0.4s opacity, 0.5s -o-transform;
    -moz-transition: 0.4s opacity, 0.5s transform, 0.5s -moz-transform;
    transition: 0.4s opacity, 0.5s transform;
    transition: 0.4s opacity, 0.5s transform, 0.5s -webkit-transform, 0.5s -moz-transform, 0.5s -o-transform
}

body .revealLeft {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    -webkit-transition: 0.4s opacity, 0.5s -webkit-transform;
    transition: 0.4s opacity, 0.5s -webkit-transform;
    -o-transition: 0.4s opacity, 0.5s -o-transform;
    -moz-transition: 0.4s opacity, 0.5s transform, 0.5s -moz-transform;
    transition: 0.4s opacity, 0.5s transform;
    transition: 0.4s opacity, 0.5s transform, 0.5s -webkit-transform, 0.5s -moz-transform, 0.5s -o-transform
}

body .revealRight {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    -moz-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    -webkit-transition: 0.4s opacity, 0.5s -webkit-transform;
    transition: 0.4s opacity, 0.5s -webkit-transform;
    -o-transition: 0.4s opacity, 0.5s -o-transform;
    -moz-transition: 0.4s opacity, 0.5s transform, 0.5s -moz-transform;
    transition: 0.4s opacity, 0.5s transform;
    transition: 0.4s opacity, 0.5s transform, 0.5s -webkit-transform, 0.5s -moz-transform, 0.5s -o-transform
}

body .revealScale {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0, 0) scale(1.05);
    -moz-transform: translate3d(0px, 0, 0) scale(1.05);
    transform: translate3d(0px, 0, 0) scale(1.05);
    -webkit-transition: 0.4s opacity, 0.4s -webkit-transform;
    transition: 0.4s opacity, 0.4s -webkit-transform;
    -o-transition: 0.4s opacity, 0.4s -o-transform;
    -moz-transition: 0.4s opacity, 0.4s transform, 0.4s -moz-transform;
    transition: 0.4s opacity, 0.4s transform;
    transition: 0.4s opacity, 0.4s transform, 0.4s -webkit-transform, 0.4s -moz-transform, 0.4s -o-transform
}

body .revealScaleLarge {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0, 0) scale(0.95);
    -moz-transform: translate3d(0px, 0, 0) scale(0.95);
    transform: translate3d(0px, 0, 0) scale(0.95);
    -webkit-transition: 0.4s opacity, 0.4s -webkit-transform;
    transition: 0.4s opacity, 0.4s -webkit-transform;
    -o-transition: 0.4s opacity, 0.4s -o-transform;
    -moz-transition: 0.4s opacity, 0.4s transform, 0.4s -moz-transform;
    transition: 0.4s opacity, 0.4s transform;
    transition: 0.4s opacity, 0.4s transform, 0.4s -webkit-transform, 0.4s -moz-transform, 0.4s -o-transform
}

body .scrollRevealShow {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

address {
    font-style: normal
}

a {
    color: #222;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease
}

a:hover {
    color: #E1251B
}

div.titan {
    display: none
}

[class*=col-] {
    float: left
}

.col-1 {
    width: 100%
}

.col-2 {
    width: 50%
}

.col-3 {
    width: 33.33%
}

.col-4 {
    width: 25%
}

.col-5 {
    width: 20%
}

@media (max-width:480px) {

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5 {
        float: none;
        width: 100%
    }
}

button,
input[type=password],
input[type=text],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    outline: none;
    padding: 0;
    margin: 0
}

textarea {
    resize: vertical
}

body {
    /* background-color: #000 */
    background-color: #fff
}

.outerWrap {
    position: relative;
    /* max-width: 1920px; */
    margin: 0 auto;
    background-color: #fff
}

@media (max-width:1180px) {
    .outerWrap {
        padding-bottom: -webkit-calc(60px + env(safe-area-inset-bottom));
        padding-bottom: -moz-calc(60px + env(safe-area-inset-bottom));
        padding-bottom: calc(60px + env(safe-area-inset-bottom))
    }
}

@media (max-width:480px) {
    .outerWrap {
        padding-bottom: -webkit-calc(50px + env(safe-area-inset-bottom));
        padding-bottom: -moz-calc(50px + env(safe-area-inset-bottom));
        padding-bottom: calc(50px + env(safe-area-inset-bottom))
    }
}

.wrap {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    position: relative
}

.wrap.large {
    max-width: 1860px
}

.wrap.small {
    max-width: 1260px
}

.wrap.white {
    background-color: #fff
}

.moduleBox {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1005;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition-property: top, opacity, visibility;
    -o-transition-property: top, opacity, visibility;
    -moz-transition-property: top, opacity, visibility;
    transition-property: top, opacity, visibility;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.moduleBox .moduleWrap {
    position: relative;
    width: 100%;
    max-width: 850px;
    background-color: #f3f5f7;
    pointer-events: auto;
    padding-top: 95px;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px)
}

.moduleBox .moduleContent {
    width: 100%;
    max-height: -webkit-calc(90vh - 50px);
    max-height: -moz-calc(90vh - 50px);
    max-height: calc(90vh - 50px);
    overflow-y: auto;
    padding: 40px 60px
}

@media (max-width:840px) {
    .moduleBox .moduleContent {
        padding: 40px
    }
}

@media (max-width:480px) {
    .moduleBox .moduleContent {
        padding: 40px 20px
    }
}

.moduleBox .moduleTitle {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1.8px;
    line-height: 1.17;
    padding-bottom: 10px
}

.moduleBox .moduleClose {
    width: 50px;
    height: 50px;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px)
}

@media (max-width:640px) {
    .moduleBox .moduleClose {
        top: 20px;
        right: 20px
    }
}

.moduleBox .moduleClose:after,
.moduleBox .moduleClose:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -2px;
    width: 40px;
    height: 3px;
    background-color: #444
}

.moduleBox .moduleClose:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.moduleBox .moduleClose:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (min-width:1181px) {
    .moduleBox .moduleClose:hover:before {
        color: #E1251B;
        /* -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg) */
    }

    .moduleBox .moduleClose:hover:after {
        color: #E1251B;
        /* -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        transform: rotate(-30deg) */
    }
}

.moduleBox.show {
    opacity: 1;
    visibility: visible
}

.moduleBox.show .moduleWrap {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.moduleBox.show .moduleClose {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s
}

.moduleBox.sideModule {
    padding-left: 0;
    padding-right: 0;
    /* -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end */
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: end;
    justify-content: center
}

.moduleBox.sideModule .moduleWrap {
    /* height: 100%; */
    height:auto;
    padding-top: 70px;
    padding-bottom: 40px;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    pointer-events: none
}

@media (max-width:960px) {
    .moduleBox.sideModule .moduleWrap .bgVideoArea {
        width: 100%;
        height: auto
    }
}

.moduleBox.sideModule .moduleContent {
    max-height: 100%
}

.moduleBox.sideModule .moduleClose {
    top: 30px;
    right: 30px
}

.moduleBox.sideModule.show .moduleWrap {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    pointer-events: auto
}

.moduleBox.privacy .moduleWrap {
    max-width: 700px;
    padding-top: 50px;
    position: relative;
    z-index: 1004
}

.moduleBox.privacy .settingBox {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px)
}

.moduleBox.privacy .settingBox+.settingBox {
    margin-top: 25px
}

.moduleBox.privacy .exp a {
    color: #E1251B;
    display: inline-block;
    text-decoration: underline
}

@media (min-width:1181px) {
    .moduleBox.privacy .exp a:hover {
        color: #E1251B
    }
}

.moduleBox.privacy .buttonBox {
    margin-left: auto;
    margin-top: 10px
}

.moduleBox.privacy .customList .customItem:not(:last-child) {
    padding-bottom: 10px
}

.moduleBox.privacy .customList .topBox {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative
}

@media (max-width:400px) {
    .moduleBox.privacy .customList .topBox {
        padding-bottom: 20px
    }
}

.moduleBox.privacy .customList .topBox:before {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-80%) rotate(-45deg);
    -moz-transform: translateY(-80%) rotate(-45deg);
    -ms-transform: translateY(-80%) rotate(-45deg);
    -o-transform: translateY(-80%) rotate(-45deg);
    transform: translateY(-80%) rotate(-45deg)
}

@media (max-width:400px) {
    .moduleBox.privacy .customList .topBox:before {
        top: auto;
        bottom: 16px;
        -webkit-transform: translateY(0%) rotate(-45deg);
        -moz-transform: translateY(0%) rotate(-45deg);
        -ms-transform: translateY(0%) rotate(-45deg);
        -o-transform: translateY(0%) rotate(-45deg);
        transform: translateY(0%) rotate(-45deg)
    }
}

.moduleBox.privacy .customList .topBox.open:before {
    -webkit-transform: translateY(-100%) rotate(45deg);
    -moz-transform: translateY(-100%) rotate(45deg);
    -ms-transform: translateY(-100%) rotate(45deg);
    -o-transform: translateY(-100%) rotate(45deg);
    transform: translateY(-100%) rotate(45deg)
}

@media (max-width:400px) {
    .moduleBox.privacy .customList .topBox.open:before {
        -webkit-transform: translateY(-40%) rotate(45deg);
        -moz-transform: translateY(-40%) rotate(45deg);
        -ms-transform: translateY(-40%) rotate(45deg);
        -o-transform: translateY(-40%) rotate(45deg);
        transform: translateY(-40%) rotate(45deg)
    }
}

.moduleBox.privacy .customList .topBox .subtitle {
    width: 100%;
    cursor: pointer;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 10px 20px 10px 0
}

@media (max-width:480px) {
    .moduleBox.privacy .customList .topBox .subtitle {
        font-size: 22px;
        letter-spacing: 0.5px
    }
}

.moduleBox.privacy .customList .topBox .trigger {
    font-size: 15px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:400px) {
    .moduleBox.privacy .customList .topBox .trigger {
        top: auto;
        bottom: 10px;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
    color: #E1251B;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px
}

@media (max-width:400px) {
    .moduleBox.privacy .customList .topBox .trigger .alwaysOn {
        -webkit-transform: translateY(3px);
        -moz-transform: translateY(3px);
        -ms-transform: translateY(3px);
        -o-transform: translateY(3px);
        transform: translateY(3px)
    }
}

.moduleBox.privacy .customList .topBox .trigger label {
    cursor: pointer;
    display: inline-block
}

.moduleBox.privacy .customList .topBox .trigger label[for=cookie_necessary] {
    cursor: not-allowed
}

.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked+span {
    background-color: #439eff
}

.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked+span:before {
    background-color: #017cff;
    -webkit-transform: translate(75%, -50%);
    -moz-transform: translate(75%, -50%);
    -ms-transform: translate(75%, -50%);
    -o-transform: translate(75%, -50%);
    transform: translate(75%, -50%)
}

.moduleBox.privacy .customList .topBox .trigger label span {
    width: 38px;
    height: 14px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #d9d9d9;
    display: block;
    margin-left: auto;
    position: relative
}

.moduleBox.privacy .customList .topBox .trigger label span:before {
    content: "";
    width: 21px;
    height: 21px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #b5b5b5;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width:1181px) {
    .moduleBox.privacy .customList .topBox:hover .subtitle {
        color: #E1251B
    }
}

@media (max-width:640px) {
    .moduleBox.privacy .customList .topBox {
        margin-bottom: 5px
    }
}

.moduleBox.privacy .customList .exp {
    background-color: #f3f5f7;
    padding: 18px 15px
}

@media (max-width:640px) {
    .moduleBox.privacy .customList .exp {
        padding: 15px 12px
    }
}

.moduleBox.privacy.show .settingBox {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.moduleBox.privacy.show .settingBox+.settingBox {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.moduleBox.cartArea .moduleWrap {
    max-width: 540px;
    padding-top: 40px
}

.moduleBox.cartArea .moduleContent {
    margin-top: -8px;
    padding: 0 40px 40px
}

.moduleBox.cartArea .btnArea,
.moduleBox.cartArea .cart,
.moduleBox.cartArea .mediumTitle {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px)
}

.moduleBox.cartArea.show .btnArea,
.moduleBox.cartArea.show .cart,
.moduleBox.cartArea.show .mediumTitle {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

.moduleBox.cartArea.show .mediumTitle {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.moduleBox.cartArea.show .cart {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.moduleBox.cartArea.show .btnArea {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.moduleBox.cartArea.show .moduleClose {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.moduleBox.langArea .moduleWrap.bgWhiteBlue {
    background-color: #f3f5f7
}

.moduleBox.langArea .moduleWrap.bgWhiteBlue.starLine {
    background-image: url(../image/bgStarLine.png)
}

.moduleBox.langArea .moduleContent {
    padding-bottom: 60px
}

@media (max-width:640px) {
    .moduleBox.langArea .moduleContent {
        padding-bottom: 40px
    }
}

@media (max-width:640px) {
    .moduleBox.langArea .moduleContent {
        padding-bottom: 20px
    }
}

.moduleBox.langArea .moduleContent .mediumTitle {
    text-align: center;
    padding-bottom: 50px
}

@media (max-width:1180px) {
    .moduleBox.langArea .moduleContent .mediumTitle {
        padding-bottom: 30px
    }
}

.moduleBox.langArea .moduleContent .langBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:960px) {
    .moduleBox.langArea .moduleContent .langBox {
        width: 100%;
        max-width: 540px;
        margin: 0 auto
    }
}

.moduleBox.langArea .moduleContent .langBox .langItem {
    width: 33.33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:960px) {
    .moduleBox.langArea .moduleContent .langBox .langItem {
        width: 50%
    }
}

@media (max-width:640px) {
    .moduleBox.langArea .moduleContent .langBox .langItem {
        width: 100%
    }
}

.moduleBox.langArea .moduleContent .langBox .buttonBox {
    margin: 8px
}

@media (max-width:640px) {
    .moduleBox.langArea .moduleContent .langBox .buttonBox {
        margin: 5px 0
    }
}

@media (max-width:400px) {
    .moduleBox.langArea .moduleContent .langBox .buttonBox .text {
        font-size: 20px
    }
}

@media (min-width:1181px) {
    .moduleBox.langArea .moduleContent .langBox .buttonBox:hover svg {
        color: #E1251B;
        -webkit-transition-delay: 0.7s;
        -moz-transition-delay: 0.7s;
        -o-transition-delay: 0.7s;
        transition-delay: 0.7s
    }

    .moduleBox.langArea .moduleContent .langBox .buttonBox:hover .text {
        color: #fff;
        z-index: 2;
        -webkit-transition-delay: 0.7s;
        -moz-transition-delay: 0.7s;
        -o-transition-delay: 0.7s;
        transition-delay: 0.7s
    }
}

.moduleBox.langArea .langBox,
.moduleBox.langArea .mediumTitle {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px)
}

.moduleBox.langArea.show .langBox,
.moduleBox.langArea.show .mediumTitle {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

.moduleBox.langArea.show .mediumTitle {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.moduleBox.langArea.show .langBox {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.moduleBox.langArea.show .moduleClose {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s
}

.moduleBox.searchArea {
    /* -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; */
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.moduleBox.searchArea .moduleWrap {
    background-color: #222;
    max-width: 960px;
    /* height: 100%; */
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px)
}

.moduleBox.searchArea .moduleClose:after,
.moduleBox.searchArea .moduleClose:before {
    background-color: #fff
}

.moduleBox.searchArea .moduleContent {
    min-height: 50vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.moduleBox.searchArea .moduleContent .note {
    color: #fff;
    padding-top: 10px
}

.moduleBox.searchArea .moduleContent .searchBox {
    position: relative
}

.moduleBox.searchArea .moduleContent .searchBox i {
    color: #fff;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    bottom: auto;
    right: auto;
    line-height: 40px
}

.moduleBox.searchArea .moduleContent .searchBox input {
    border-bottom: 1px solid rgba(204, 204, 204, 0.1);
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 40px;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    padding: 10px 0 10px 40px
}

@media (max-width:960px) {
    .moduleBox.searchArea .moduleContent .searchBox input {
        font-size: 15px
    }
}

.moduleBox.searchArea .moduleContent .searchBox .buttonBox.bgGradient {
    margin-left: auto
}

.moduleBox.searchArea .Txt,
.moduleBox.searchArea .searchBox {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px)
}

.moduleBox.searchArea.show .moduleWrap {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px)
}

.moduleBox.searchArea.show .Txt,
.moduleBox.searchArea.show .searchBox {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.moduleBox.searchArea.show .Txt {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.moduleBox.searchArea.show .searchBox {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.moduleBox.mailSubscribeArea .moduleContent .mediumTitle {
    text-align: center
}

.moduleBox.mailSubscribeArea .mediumTitle,
.moduleBox.mailSubscribeArea form {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px)
}

.moduleBox.mailSubscribeArea.show .mediumTitle,
.moduleBox.mailSubscribeArea.show form {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

.moduleBox.mailSubscribeArea.show .mediumTitle {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.moduleBox.mailSubscribeArea.show form {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.moduleBox.mailSubscribeArea.show .moduleClose {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s
}

.moduleMask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1003;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.moduleMask.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.privacyArea {
    width: 100%;
    max-width: 760px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 50
}

.privacyArea.check {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.privacyArea .wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.privacyArea .exp {
    width: 100%;
    color: #fff;
    text-align: center
}

.privacyArea .exp a {
    color: #E1251B;
    display: inline-block;
    text-decoration: underline
}

@media (min-width:1181px) {
    .privacyArea .exp a:hover {
        color: #E1251B
    }
}

.privacyArea .btnWrap {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 20px 0
}

.privacyArea .btnWrap .buttonBox {
    width: 50%
}

@media (max-width:640px) {
    .privacyArea .btnWrap .buttonBox {
        padding: 0 5px
    }
}

@media (max-width:540px) {
    .privacyArea .btnWrap .buttonBox .text {
        font-size: 20px;
        letter-spacing: 0.8px
    }
}

@media (max-width:400px) {
    .privacyArea .btnWrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 0
    }

    .privacyArea .btnWrap .buttonBox {
        width: 100%;
        padding: 5px 0
    }
}

.cartArea .cart {
    padding: 35px 0 20px
}

.cartArea .buyList .buyItem {
    border-bottom: 1px solid #e2e2e2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px
}

.cartArea .buyList .Img {
    width: 110px;
    height: 110px
}

.cartArea .buyList .Img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.cartArea .buyList .Txt {
    position: relative;
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: calc(100% - 110px)
}

.cartArea .buyList h3 {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-left: 10px
}

.cartArea .buyList h3 a {
    display: block;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.44px;
    line-height: 1.16
}

.cartArea .buyList .del {
    position: absolute;
    right: 0;
    top: -webkit-calc(50% - 20px);
    top: -moz-calc(50% - 20px);
    top: calc(50% - 20px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    color: #444444;
    fill: #444444;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}

.cartArea .buyList .del:hover {
    background-color: #E1251B;
    color: #fff;
    fill: #fff
}

.cartArea .buyList .del svg {
    width: 19px;
    height: 18px
}

.cartArea .btnArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 -10px;
    padding: 20px 0 0
}

.cartArea .btnArea .buttonBox.cutCorner {
    margin: 0 10px
}

.cartArea .btnArea .buttonBox.cutCorner svg {
    stroke: #222
}

.cartArea .btnArea .buttonBox.cutCorner .text {
    color: #222;
    position: relative;
    z-index: 2
}

@media (min-width:1181px) {
    .cartArea .btnArea .buttonBox.cutCorner:hover svg {
        color: #E1251B
    }

    .cartArea .btnArea .buttonBox.cutCorner:hover .text {
        color: #fff
    }
}

.mailSubscribeArea .moduleWrap {
    background-color: #f3f5f7
}

.mailSubscribeArea #mail_form .box {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 10px
}

.mailSubscribeArea #mail_form .box.select {
    position: relative
}

.mailSubscribeArea #mail_form .box.select:after {
    content: "";
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    display: block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: auto;
    left: auto;
    bottom: 30px;
    right: 30px;
    pointer-events: none;
    z-index: 2
}

.mailSubscribeArea #mail_form .title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 1.4
}

.mailSubscribeArea #mail_form .title em {
    color: #c80003
}

.mailSubscribeArea #mail_form select.inputStyle {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.mailSubscribeArea #mail_form .inputStyle {
    border: 1px solid #e9e9e9;
    background-color: #fff;
    color: #888;
    width: 100%;
    height: 44px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 44px
}

.mailSubscribeArea #mail_form .inputStyle.error {
    border: 1px solid #c80003
}

.mailSubscribeArea #mail_form .buttonBox {
    text-align: center;
    margin: 20px auto 10px
}

.cookieArea .moduleWrap {
    max-width: 480px
}

.cookieArea .exp {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.6
}

#closeCart,
#closeInquiry,
#closePrice {
    font-size: 18px;
    position: absolute;
    top: 8px;
    right: 10px
}

@media (max-width:480px) {

    #closeCart,
    #closeInquiry,
    #closePrice {
        font-size: 25px;
        top: 5px
    }
}

.loadingArea {
    width: 100%;
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999
}

.loadingArea .loadLogo {
    width: 600px;
    height: 150px
}

@media (max-width:1180px) {
    .loadingArea .loadLogo {
        width: 500px
    }
}

@media (max-width:840px) {
    .loadingArea .loadLogo {
        width: 400px
    }
}

@media (max-width:640px) {
    .loadingArea .loadLogo {
        width: 300px
    }
}

@media (max-width:400px) {
    .loadingArea .loadLogo {
        width: 240px
    }
}

.loadingArea .loadLogo img {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.loadingArea .loadLogo svg {
    display: block;
    width: 100%;
    height: 100%
}

.loadingArea .loadLogo svg * {
    fill: #fff;
    fill-opacity: 0;
    stroke: #fff;
    stroke-width: 1px;
    stroke-dasharray: 100;
    stroke-dashoffset: 150;
    stroke-opacity: 0
}

.loadingArea.show {
    opacity: 1;
    pointer-events: auto
}

.loadingArea.show .loadLogo img {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.loadingArea.show .loadLogo svg #logoGroup * {
    -webkit-animation-name: dash;
    -moz-animation-name: dash;
    animation-name: dash;
    -webkit-animation-duration: 2.6s;
    -moz-animation-duration: 2.6s;
    animation-duration: 2.6s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.loadingArea.hide {
    opacity: 0
}

.loadingArea.hide .loadLogo {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px)
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 0;
        fill-opacity: 0;
        stroke-opacity: 0
    }

    30% {
        stroke-dashoffset: 150;
        fill-opacity: 0;
        stroke-opacity: 1
    }

    55% {
        stroke-dashoffset: 0;
        stroke-opacity: 1;
        fill-opacity: 0;
        stroke-width: 1px
    }

    65% {
        fill-opacity: 1;
        stroke-dashoffset: 0
    }

    80% {
        fill-opacity: 1;
        stroke-dashoffset: 0;
        stroke-opacity: 0;
        stroke-width: 0px
    }

    to {
        fill-opacity: 1;
        stroke-dashoffset: 0;
        stroke-opacity: 0;
        stroke-width: 0px
    }
}

@-moz-keyframes dash {
    0% {
        stroke-dashoffset: 0;
        fill-opacity: 0;
        stroke-opacity: 0
    }

    30% {
        stroke-dashoffset: 150;
        fill-opacity: 0;
        stroke-opacity: 1
    }

    55% {
        stroke-dashoffset: 0;
        stroke-opacity: 1;
        fill-opacity: 0;
        stroke-width: 1px
    }

    65% {
        fill-opacity: 1;
        stroke-dashoffset: 0
    }

    80% {
        fill-opacity: 1;
        stroke-dashoffset: 0;
        stroke-opacity: 0;
        stroke-width: 0px
    }

    to {
        fill-opacity: 1;
        stroke-dashoffset: 0;
        stroke-opacity: 0;
        stroke-width: 0px
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 0;
        fill-opacity: 0;
        stroke-opacity: 0
    }

    30% {
        stroke-dashoffset: 150;
        fill-opacity: 0;
        stroke-opacity: 1
    }

    55% {
        stroke-dashoffset: 0;
        stroke-opacity: 1;
        fill-opacity: 0;
        stroke-width: 1px
    }

    65% {
        fill-opacity: 1;
        stroke-dashoffset: 0
    }

    80% {
        fill-opacity: 1;
        stroke-dashoffset: 0;
        stroke-opacity: 0;
        stroke-width: 0px
    }

    to {
        fill-opacity: 1;
        stroke-dashoffset: 0;
        stroke-opacity: 0;
        stroke-width: 0px
    }
}

.subheader {
    background-color: #000
}

@media (max-width:1180px) {
    .subheader {
        display: none
    }
}

.subheader .wrap {
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.subheader .logoArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -20px
}

.subheader .logoArea .logoBox {
    padding: 0 20px;
    position: relative
}

.subheader .logoArea .logoBox:not(:first-child):before {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background-color: #565656;
    position: absolute;
    top: -webkit-calc(50% - 7px);
    top: -moz-calc(50% - 7px);
    top: calc(50% - 7px);
    left: 0;
    bottom: auto;
    right: auto
}

.subheader .logoArea img {
    display: block
}

.subheader .funBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: -20px
}

.subheader .funBox .funItem {
    padding: 0 20px;
    position: relative
}

.subheader .funBox .funItem:not(:first-child):before {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background-color: #565656;
    position: absolute;
    top: -webkit-calc(50% - 7px);
    top: -moz-calc(50% - 7px);
    top: calc(50% - 7px);
    left: 0;
    bottom: auto;
    right: auto
}

.subheader .funBox .funItem a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.subheader .funBox .funItem i {
    color: #fff;
    font-size: 17px;
    height: 22px
}

.subheader .funBox .funItem .text {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 0 8px
}

@media (min-width:1181px) {
    .subheader .funBox .funItem:hover i {
        color: #E1251B
    }

    .subheader .funBox .funItem:hover .text {
        color: #E1251B
    }
}

@media (min-width:1181px) {
    .subheader .funBox .funItem.search:hover i:before {
        /* content: "\f00e" */
    }
}

.subheader .funBox .funItem.lang {
    position: relative
}

.subheader .funBox .funItem.lang a {
    position: relative
}

.subheader .funBox .funItem.lang .langSubmenu {
    background-color: #000;
    display: block;
    display: none;
    width: 100%;
    padding: 10px 0 0;
    position: absolute;
    top: 100%;
    left: 0;
    bottom: auto;
    right: auto;
    z-index: 51
}

.subheader .funBox .funItem.lang .langSubmenu a {
    border-bottom: 1px solid #666;
    color: #fff;
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 20px;
    padding: 5px 10px;
    text-align: center
}

.subheader .funBox .funItem.lang .langSubmenu a:last-child {
    border-bottom: none
}

.subheader .funBox .funItem.lang .langSubmenu a.current {
    color: #E1251B
}

@media (min-width:1181px) {
    .subheader .funBox .funItem.lang .langSubmenu a:hover {
        color: #E1251B
    }
}

header {
    -webkit-backdrop-filter: blur(4px) invert(10%) hue-rotate(12deg);
    backdrop-filter: blur(4px) invert(10%) hue-rotate(12deg);
    -webkit-box-shadow: inset 0px 10px 10px -12px #fff, inset 0px -10px 10px -12px #fff;
    -moz-box-shadow: inset 0px 10px 10px -12px #fff, inset 0px -10px 10px -12px #fff;
    box-shadow: inset 0px 10px 10px -12px #fff, inset 0px -10px 10px -12px #fff;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0px;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    z-index: 50;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
}

header.downStyle {
    /* background-color: rgba(0, 0, 0, 0.05); */
    -webkit-backdrop-filter: blur(6px) invert(15%) hue-rotate(12deg);
    backdrop-filter: blur(6px) invert(15%) hue-rotate(12deg);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

header.downStyle .menu .submenu {
    top: 60px
}

@media (max-width:1180px) {
    header {
        display: none
    }
}

header .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}
header>.wrap.large {
    height: 60px;
}

header .logo {
    width: 150px
}

header .logo a {
    display: block;
    width: 100%
}

header .logo img {
    display: block;
    width: 100%;
    /* -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1) */
}

@media (min-width:1181px) {
    header .logo:hover img {
        /* -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1) */
    }
}
header .menuBox {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
header .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

header .menu>div {
    position: relative
}

header .menu>div>span {
    display: block;
    padding: 0 19px
}

header .menu>div>span>a {
    color: #000;
    display: block;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 1.44px;
    line-height: 30px;
    padding: 15px 20px
}

header .menu>div>span>a.current {
    color: #E1251B
}

@media (min-width:1181px) {
    header .menu>div>span>a:hover {
        color: #E1251B
    }
}

header .menu>div .submenu {
    -webkit-box-shadow: 1.6px 4.5px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1.6px 4.5px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1.6px 4.5px 20px 0px rgba(0, 0, 0, 0.1)
}

header .menu>div.dropDown.open>span>a {
    color: #E1251B
}

header .menu>div.dropDown.open .submenuList .listTitle,
header .menu>div.dropDown.open .submenuList ul>li {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

header .menu>div.dropDown.open .rightPicArea .Img,
header .menu>div.dropDown.open .rightPicArea .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

header .menu>div.dropDown.open .submenu.catalog .funcList {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

header .menu>div.dropDown.open .submenu .closeBtn {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

header .menu .submenu {
    background-color: #f3f5f7;
    width: 1800px;
    display: none;
    position: fixed;
    top: 60px;
    left: -webkit-calc(50% - 900px);
    left: -moz-calc(50% - 900px);
    left: calc(50% - 900px);
    z-index: 99;
    padding: 0 40px;
    pointer-events: none
}

@media (max-width:1780px) {
    header .menu .submenu {
        width: 100%;
        left: 0;
        padding: 60px 0 20px
    }
}

header .menu .submenu .wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: auto;
    padding-top: 40px;
    padding-bottom: 40px
}

header .menu .submenu .leftBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -60px;
    margin-top: -8px;
    width: -webkit-calc(100% - 450px);
    width: -moz-calc(100% - 450px);
    width: calc(100% - 450px)
}

@media (max-width:1480px) {
    header .menu .submenu .leftBox {
        margin-left: -30px
    }
}

header .menu .submenu .leftBox .submenuList {
    padding-left: 60px;
    padding-bottom: 20px;
    min-width: 260px
}

@media (max-width:1480px) {
    header .menu .submenu .leftBox .submenuList {
        padding-left: 30px;
        min-width: 200px
    }
}

header .menu .submenu .leftBox .submenuList .listTitle {
    border-bottom: 1px solid #ccc;
    color: #222;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1.68px;
    line-height: 40px;
    padding-bottom: 8px;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px)
}

header .menu .submenu .leftBox .submenuList ul {
    display: block;
    padding-top: 25px
}

header .menu .submenu .leftBox .submenuList ul li {
    display: block;
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px)
}

header .menu .submenu .leftBox .submenuList ul li a {
    color: #666;
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.5;
    padding: 8px 25px 8px 0;
    position: relative
}

/* header .menu .submenu .leftBox .submenuList ul li a:before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background-color: #E1251B;
    -webkit-transform: rotate(22deg);
    -moz-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    -o-transform: rotate(22deg);
    transform: rotate(22deg);
    position: absolute;
    top: -webkit-calc(50% - 2px);
    top: -moz-calc(50% - 2px);
    top: calc(50% - 2px);
    left: auto;
    bottom: auto;
    right: 13px;
    opacity: 0
} */
header .menu .submenu .leftBox .submenuList ul li a:before 
{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background:url("../image/jiantou_r.png") center center no-repeat transparent;
    background-size: 20px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    position: absolute;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
    left: auto;
    bottom: auto;
    right: 13px;
    opacity: 0;

}
/* header .menu .submenu .leftBox .submenuList ul li a:after {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background-color: #E1251B;
    -webkit-transform: rotate(-22deg);
    -moz-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    -o-transform: rotate(-22deg);
    transform: rotate(-22deg);
    position: absolute;
    top: -webkit-calc(50% + 2px);
    top: -moz-calc(50% + 2px);
    top: calc(50% + 2px);
    left: auto;
    bottom: auto;
    right: 13px;
    opacity: 0
} */

@media (min-width:1181px) {
    header .menu .submenu .leftBox .submenuList ul li a:hover {
        color: #E1251B
    }

    header .menu .submenu .leftBox .submenuList ul li a:hover:after,
    header .menu .submenu .leftBox .submenuList ul li a:hover:before {
        opacity: 1;
        right: 5px
    }
}

header .menu .submenu .leftBox .submenuList.m1Box ul {
    padding-top: 0
}

header .menu .submenu .leftBox .submenuList.m1Box ul li {
    border-bottom: 1px solid #ccc
}

header .menu .submenu .leftBox .submenuList.m1Box ul li a {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.6px;
    line-height: 1.4;
    padding: 15px 25px 15px 0
}

header .menu .submenu .leftBox .submenuList.m1Box ul li.current {
    background-color: #E1251B
}

header .menu .submenu .leftBox .submenuList.m1Box ul li.current a {
    color: #fff;
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    -ms-transform: translateX(12px);
    -o-transform: translateX(12px);
    transform: translateX(12px)
}

/* header .menu .submenu .leftBox .submenuList.m1Box ul li.current a:after, */
header .menu .submenu .leftBox .submenuList.m1Box ul li.current a:before {
    background:url("../image/jiantou_w.png") center center no-repeat transparent;
    background-size: 20px;
    opacity: 1;
    right: 20px
}

@media (min-width:1181px) {
    header .menu .submenu .leftBox .submenuList.m1Box ul li:hover {
        background-color: #E1251B
    }

    header .menu .submenu .leftBox .submenuList.m1Box ul li:hover a {
        color: #fff;
        -webkit-transform: translateX(12px);
        -moz-transform: translateX(12px);
        -ms-transform: translateX(12px);
        -o-transform: translateX(12px);
        transform: translateX(12px)
    }

    /* header .menu .submenu .leftBox .submenuList.m1Box ul li:hover a:after, */
    header .menu .submenu .leftBox .submenuList.m1Box ul li:hover a:before {
        background:url("../image/jiantou_w.png") center center no-repeat transparent;
        background-size: 20px;
        background-color: #fff;
        opacity: 1;
        right: 20px
    }
}

header .menu .submenu .rightPicArea {
    width: 450px;
    padding-bottom: 20px
}

header .menu .submenu .rightPicArea .rightPicBox {
    display: none;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    position: relative
}

header .menu .submenu .rightPicArea .rightPicBox.current {
    display: block;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1
}

header .menu .submenu .rightPicArea .Img {
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px)
}

header .menu .submenu .rightPicArea .title {
    padding-top: 10px;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px)
}

header .menu .submenu .rightPicArea .title a {
    display: block;
    font-size: 25px;
    font-weight: 400;
    /* letter-spacing: 1.68px; */
    line-height: 1.28
}

header .menu .submenu .rightPicArea .title a.ellipsis {
    height: 72px
}

@media (min-width:1181px) {
    header .menu .submenu .rightPicArea .title a:hover {
        color: #E1251B
    }
}

header .menu .submenu .closeBtn {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    position: absolute;
    top: 40px;
    left: auto;
    bottom: auto;
    right: 40px;
    pointer-events: auto
}

@media (max-width:1780px) {
    header .menu .submenu .closeBtn {
        top: 10px;
        right: 30px
    }
}

header .menu .submenu.catalog .leftBox {
    width: -webkit-calc(100% - 450px);
    width: -moz-calc(100% - 450px);
    width: calc(100% - 450px)
}

header .menu .submenu.catalog .rightPicArea {
    padding-bottom: 0
}

header .menu .submenu.catalog .funcList {
    border-top: 1px solid #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
    padding: 40px 0 0;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px)
}

header .menu .submenu.catalog .funcList .buttonBox {
    width: 243px;
    margin-right: 20px;
    text-align: center
}

@media (max-width:1480px) {
    header .menu .submenu.catalog .funcList {
        padding-top: 20px
    }
}

.m_menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%
}

@media (min-width:1181px) {
    .m_menu {
        display: none
    }
}

.m_menu .mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    padding-bottom: 60px
}





.m_menu .controlBox a.main {
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: -10px
}



.m_menu .controlBox a.main span:before {
    top: -6px
}

.m_menu .controlBox a.main span:after {
    bottom: -2px
}

.m_menu .controlBox a.main.show span {
    background-color: transparent;
    color: transparent;
    -webkit-transform: translate3d(-50%, -webkit-calc(-50% - 0px), 0);
    -moz-transform: translate3d(-50%, -moz-calc(-50% - 0px), 0);
    transform: translate3d(-50%, calc(-50% - 0px), 0)
}

.m_menu .controlBox a.main.show span:before {
    top: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.m_menu .controlBox a.main.show span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.m_menu .hideBox {
    background-color: #222;
    display: block;
    width: 100%;
    max-width: 480px;
    height: -webkit-calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
    overflow-y: visible;
    opacity: 1;
    padding: 0px 0 60px;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0px;
    margin-top: 60px;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 100
}

.m_menu .hideBox.open {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.m_menu .funItemWrap {
    border-top: 1px solid rgba(173, 173, 173, 0.3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.m_menu .funItemWrap:first-of-type {
    border-top: none
}

.m_menu .funItemWrap .funItem {
    color: #fff;
    position: relative;
    width: 100%
}

.m_menu .funItemWrap .funItem.center {
    text-align: center
}

.m_menu .funItemWrap .funItem+.funItem:before {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    top: -webkit-calc(50% - 7px);
    top: -moz-calc(50% - 7px);
    top: calc(50% - 7px);
    left: 0;
    bottom: auto;
    right: auto
}

.m_menu .funItemWrap .funItem>a {
    padding: 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.m_menu .funItemWrap .funItem>a.center {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.m_menu .funItemWrap .funItem>a i {
    font-size: 15px;
    width: 20px;
    line-height: 20px;
    color: #fff;
    padding-bottom: 2px
}

.m_menu .funItemWrap .funItem>a .text {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 25px
}

.m_menu .funItemWrap .funItem.logo a {
    height: 45px
}

.m_menu .funItemWrap .funItem.logo img {
    display: block;
    height: 23px
}

.m_menu .funItemWrap .funItem.logo2 img {
    height: 13px
}

.m_menu .funItemWrap .funItem.lang .text {
    color: #fff;
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 30px
}

.m_menu .funItemWrap .funItem.lang .text:after {
    content: ">";
    padding-left: 6px;
    padding-top: 3px;
    font-size: 22px;
    line-height: 27px
}

.m_menu .funItemWrap.blueBg {
    background-color: #E1251B;
    background-color: #505050
}

.m_menu .funItemWrap.btn {
    padding: 13px 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px
}

@media (max-width:480px) {
    .m_menu .funItemWrap.btn {
        margin: 0 -5px
    }
}

.m_menu .funItemWrap.btn .buttonBox {
    margin: 7px 0;
    padding: 0 10px
}

@media (max-width:480px) {
    .m_menu .funItemWrap.btn .buttonBox {
        padding: 0 5px
    }
}

@media (max-width:375px) {
    .m_menu .funItemWrap.btn .buttonBox {
        padding: 0 2px
    }
}

@media (max-width:480px) {
    .m_menu .funItemWrap.btn .buttonBox .text {
        font-size: 20px;
        line-height: 1
    }
}

@media (max-width:400px) {
    .m_menu .funItemWrap.btn .buttonBox .text {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0
    }
}

.m_menu .submenu {
    -webkit-animation: fadeOutAni 0.5s forwards ease-out;
    -moz-animation: fadeOutAni 0.5s forwards ease-out;
    animation: fadeOutAni 0.5s forwards ease-out;
    background-color: #1c1c1c;
    color: #ccc;
    display: block;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -webkit-calc(100% + 60px);
    height: -moz-calc(100% + 60px);
    height: calc(100% + 60px);
    opacity: 0;
    padding: 20px 0;
    position: fixed;
    top: -60px;
    right: 0;
    pointer-events: none;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 200
}

.m_menu .submenu.openNextLevel {
    display: block;
    pointer-events: auto;
    -webkit-animation: fadeInAni 0.5s forwards ease-out;
    -moz-animation: fadeInAni 0.5s forwards ease-out;
    animation: fadeInAni 0.5s forwards ease-out
}

.m_menu .topTitle {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.44px;
    line-height: 30px;
    padding: 0 0px 10px 40px;
    position: relative;
    border-bottom: 2px solid #fff;
    margin-bottom: 15px
}

.m_menu .topTitle:before {
    content: "";
    cursor: pointer;
    display: block;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 13px;
    height: 13px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: auto;
    right: auto
}

.m_menu .closeBtn {
    position: absolute;
    top: 20px;
    left: auto;
    bottom: auto;
    right: 20px;
    padding: 0
}

.m_menu .closeBtn:after,
.m_menu .closeBtn:before {
    background-color: #fff;
    width: 2px;
    height: 25px;
    top: 3px;
    left: 14px
}

.m_menu .closeBtn:after {
    content: "";
    padding: 0
}

.m_menu .searchSubmenu .note {
    color: #fff
}

.m_menu .searchSubmenu .searchBox {
    position: relative
}

.m_menu .searchSubmenu .searchBox i {
    color: #fff;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    bottom: auto;
    right: auto;
    line-height: 40px
}

.m_menu .searchSubmenu .searchBox input {
    border-bottom: 1px solid rgba(204, 204, 204, 0.1);
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 40px;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    padding: 10px 0 10px 40px
}

@media (max-width:960px) {
    .m_menu .searchSubmenu .searchBox input {
        font-size: 15px
    }
}

.m_menu .searchSubmenu .searchBox .buttonBox.bgGradient {
    width: 144px;
    margin-left: auto
}

.m_menu .searchSubmenu .searchBox .buttonBox.bgGradient svg {
    height: 44px
}

.m_menu .searchSubmenu .searchBox .buttonBox.bgGradient .btnLink .text {
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 40px;
    padding-top: 4px
}

.m_menu .nav {
    padding: 5px 0
}

.m_menu .nav .dropDown>span>a {
    color: #fff;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 30px;
    padding: 10px 20px;
    position: relative;
    text-align: center
}

.m_menu .nav .dropDown>span>a:after {
    content: ">";
    padding-left: 6px;
    padding-top: 3px;
    font-size: 22px;
    line-height: 27px
}

.m_menu .nav .submenu.thirdLevelMenu {
    background-color: #121212;
    height: 100%;
    top: 0;
    z-index: 2
}

.m_menu .nav .secondLevelMenu .secondLevelItem {
    border-bottom: 1px solid rgba(173, 173, 173, 0.3);
    color: #ccc;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 20px;
    padding: 10px 18px 10px 0;
    position: relative
}

.m_menu .nav .secondLevelMenu .secondLevelItem:after {
    content: ">";
    padding-left: 0px;
    padding-top: 3px;
    font-size: 17px;
    line-height: 17px;
    position: absolute;
    top: 10px;
    left: auto;
    bottom: auto;
    right: 0
}

.m_menu .nav .thirdLevelMenu ul {
    display: block
}

.m_menu .nav .thirdLevelMenu li {
    display: block;
    border-bottom: 1px solid rgba(173, 173, 173, 0.3)
}

.m_menu .nav .thirdLevelMenu li a {
    color: #ccc;
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 20px;
    padding: 10px 0px
}

.m_menu .nav .thirdLevelMenu .m2Box {
    padding: 5px 0 15px
}

.m_menu .nav .thirdLevelMenu .m2Box .m2Title {
    border-bottom: 1px solid rgba(173, 173, 173, 0.3);
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 20px;
    padding-bottom: 10px
}

.m_menu .nav .thirdLevelMenu .m2Box ul {
    padding: 10px 0
}

.m_menu .nav .thirdLevelMenu .m2Box li {
    border-bottom: none
}

.m_menu .nav .toggleNextLevel {
    cursor: pointer
}

.m_menu .nav .toggleNextLevel>* {
    pointer-events: none
}

.m_menu .langSubmenu .langList a {
    color: #fff;
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.64px;
    line-height: 30px;
    margin: 5px 0
}

@media (min-width:1181px) {
    .m_menu .langSubmenu .langList a:hover {
        color: #E1251B
    }
}

@-webkit-keyframes fadeOutAni {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        display: block
    }

    80% {
        opacity: 1;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        display: block
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        display: none
    }
}

@-moz-keyframes fadeOutAni {
    0% {
        opacity: 1;
        -moz-transform: translateX(0%);
        transform: translateX(0%);
        display: block
    }

    80% {
        opacity: 1;
        -moz-transform: translateX(100%);
        transform: translateX(100%);
        display: block
    }

    to {
        opacity: 0;
        -moz-transform: translateX(100%);
        transform: translateX(100%);
        display: none
    }
}

@keyframes fadeOutAni {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        display: block
    }

    80% {
        opacity: 1;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        display: block
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        display: none
    }
}

@-webkit-keyframes fadeInAni {
    0% {
        opacity: 1;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-moz-keyframes fadeInAni {
    0% {
        opacity: 1;
        -moz-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        -moz-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes fadeInAni {
    0% {
        opacity: 1;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.bottomFixedBox {
    width: 60px;
    position: fixed;
    bottom: 20%;
    right: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    z-index: 5;
    -webkit-transition: 0.5s color, 0.5s background-color;
    -o-transition: 0.5s color, 0.5s background-color;
    -moz-transition: 0.5s color, 0.5s background-color;
    transition: 0.5s color, 0.5s background-color
}

@media (max-width:1180px) {
    .bottomFixedBox {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
        height: 60px;
        bottom: 0
    }
}

@media (max-width:480px) {
    .bottomFixedBox {
        height: 50px
    }
}

@media (min-width:1181px) {
    .bottomFixedBox.hide .goTop {
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.bottomFixedBox .sideCompareBox {
    margin-bottom: 10px;
    width: 100%;
    height: 200px;
    position: relative
}

@media (max-width:1180px) {
    .bottomFixedBox .sideCompareBox {
        background-color: #E1251B;
        height: 100%;
        width: -webkit-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        width: calc(100% - 80px);
        margin: 0
    }
}

@media (max-width:480px) {
    .bottomFixedBox .sideCompareBox {
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: calc(100% - 60px)
    }
}

.bottomFixedBox .sideCompareBox svg {
    width: 100%;
    height: 100%;
    color: #E1251B;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto
}

.bottomFixedBox .sideCompareBox a {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.32px;
    line-height: 30px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-top: 10px;
    padding-left: 3px
}

@media (max-width:1180px) {
    .bottomFixedBox .sideCompareBox a {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0;
        line-height: 35px
    }
}

.bottomFixedBox .sideCompareBox .text {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1.32px;
    line-height: 54px;
    padding-bottom: 8px;
    text-align: center;
    width: 100%;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr
}

@media (max-width:1180px) {
    .bottomFixedBox .sideCompareBox .text {
        line-height: 60px;
        width: auto;
        -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
        writing-mode: initial;
        padding: 0 3px 0 0
    }
}

@media (max-width:480px) {
    .bottomFixedBox .sideCompareBox .text {
        line-height: 35px;
        font-size: 21px
    }
}

.bottomFixedBox .sideCompareBox .num {
    padding: 0 3px
}

@media (max-width:480px) {
    .bottomFixedBox .sideCompareBox .num {
        line-height: 35px
    }
}

@media (min-width:1181px) {
    .bottomFixedBox .sideCompareBox:hover svg {
        color: #E1251B
    }
}

.bottomFixedBox .sideShare {
    display: none
}

.bottomFixedBox .sideShare .twitterX {
    display: block;
    position: relative;
    --size: 20px;
    width: var(--size);
    height: var(--size);
    container-type: size
}

.bottomFixedBox .sideShare .twitterX span {
    border-style: solid;
    display: block;
    position: absolute
}

.bottomFixedBox .sideShare .twitterX .thickpart {
    border-block-width: 6.2cqw;
    border-inline-width: 6.9cqw;
    left: -webkit-calc(50% - 14cqw);
    left: -moz-calc(50% - 14cqw);
    left: calc(50% - 14cqw);
    width: 28cqw;
    -webkit-transform: skew(35deg);
    -moz-transform: skew(35deg);
    -ms-transform: skew(35deg);
    -o-transform: skew(35deg);
    transform: skew(35deg);
    height: 100cqh
}

.bottomFixedBox .sideShare .twitterX .xBottom,
.bottomFixedBox .sideShare .twitterX .xTop {
    border-width: 4.2cqw;
    height: 45cqh;
    -webkit-transform: skew(-41deg);
    -moz-transform: skew(-41deg);
    -ms-transform: skew(-41deg);
    -o-transform: skew(-41deg);
    transform: skew(-41deg)
}

.bottomFixedBox .sideShare .twitterX .xTop {
    left: -webkit-calc(50% + 18.4cqw);
    left: -moz-calc(50% + 18.4cqw);
    left: calc(50% + 18.4cqw);
    -webkit-border-bottom-left-radius: 21px;
    -moz-border-radius-bottomleft: 21px;
    border-bottom-left-radius: 21px;
    border-block-width: 22.6cqw
}

.bottomFixedBox .sideShare .twitterX .xBottom {
    left: -webkit-calc(50% - 30.1cqw);
    left: -moz-calc(50% - 30.1cqw);
    left: calc(50% - 30.1cqw);
    bottom: 0;
    -webkit-border-top-right-radius: 9px;
    -moz-border-radius-topright: 9px;
    border-top-right-radius: 9px
}

@media (max-width:1180px) {
    .bottomFixedBox .sideShare {
        display: block;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 80px
    }

    .bottomFixedBox .sideShare .sideShareBtn {
        width: 100%;
        height: 60px;
        background-color: #E1251B
    }
}

@media (max-width:480px) {
    .bottomFixedBox .sideShare {
        width: 60px
    }

    .bottomFixedBox .sideShare .sideShareBtn {
        height: 50px
    }
}

.bottomFixedBox .goTop {
    -webkit-backdrop-filter: invert(1) opacity(0.3);
    backdrop-filter: invert(1) opacity(0.3);
    display: block;
    width: 100%;
    height: 60px;
    aspect-ratio: 1/1;
    position: relative
}

@media (max-width:1180px) {
    .bottomFixedBox .goTop {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background-color: rgba(102, 102, 102, 0.3);
        width: 80px;
        height: 60px
    }
}

@media (max-width:480px) {
    .bottomFixedBox .goTop {
        width: 60px;
        height: 50px
    }
}

.bottomFixedBox .goTop .arrow {
    width: 100%;
    height: 100%;
    position: relative
}

.bottomFixedBox .goTop .arrow:before {
    content: "";
    display: block;
    width: 10px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: -webkit-calc(50% - 1.5px);
    top: -moz-calc(50% - 1.5px);
    top: calc(50% - 1.5px);
    left: -webkit-calc(50% - 7px);
    left: -moz-calc(50% - 7px);
    left: calc(50% - 7px);
    bottom: auto;
    right: auto;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.bottomFixedBox .goTop .arrow:after {
    content: "";
    display: block;
    width: 10px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: -webkit-calc(50% - 1.5px);
    top: -moz-calc(50% - 1.5px);
    top: calc(50% - 1.5px);
    left: -webkit-calc(50% - 1px);
    left: -moz-calc(50% - 1px);
    left: calc(50% - 1px);
    bottom: auto;
    right: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (min-width:1181px) {
    .bottomFixedBox .goTop:hover {
        background-color: #E1251B
    }

    .bottomFixedBox .goTop:hover .arrow {
        -webkit-animation: gotopAni 0.8s infinite ease-out;
        -moz-animation: gotopAni 0.8s infinite ease-out;
        animation: gotopAni 0.8s infinite ease-out
    }
}

@-webkit-keyframes gotopAni {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    30% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-moz-keyframes gotopAni {
    0% {
        -moz-transform: translateY(0px);
        transform: translateY(0px)
    }

    30% {
        -moz-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    to {
        -moz-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes gotopAni {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }

    30% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    to {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.bannerArea {
    padding-top: 60px;
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 1
}

@media (max-width:1180px) {
    .bannerArea {
        padding-top: 60px
    }
}

.bannerArea .wrap {
    max-width: 100%;
    padding: 0
}

.bannerArea .bannerItem {
    position: relative
}

.bannerArea .bannerItem .Img>img {
    display: block;
    width: 100%
}

.bannerArea .bannerLink {
    cursor: pointer;
    display: block;
    z-index: 3;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

footer {
    background-color: #222;
    position: relative;
    padding-top: 50px;
}

footer .mailSubscriptBox {
    background-color: #000;
    width: 100%;
    height: 140px;
    margin-bottom: -10px;
    position: relative;
    top: -70px;
    z-index: 2
}

@media (max-width:1180px) {
    footer .mailSubscriptBox {
        height: 180px
    }
}

@media (max-width:640px) {
    footer .mailSubscriptBox {
        height: auto
    }
}

@media (max-width:400px) {
    footer .mailSubscriptBox {
        width: auto;
        margin: 0 -20px
    }
}

footer .mailSubscriptBox .mailForm {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    height: 100%;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

@media (max-width:1180px) {
    footer .mailSubscriptBox .mailForm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px
    }
}

@media (max-width:640px) {
    footer .mailSubscriptBox .mailForm {
        height: auto
    }
}

footer .mailSubscriptBox .titleBox {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 50%
}

@media (max-width:1180px) {
    footer .mailSubscriptBox .titleBox {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width:640px) {
    footer .mailSubscriptBox .titleBox {
        padding-bottom: 10px
    }
}

footer .mailSubscriptBox .titleBox .icon {
    height: 80px
}

footer .mailSubscriptBox .titleBox .icon i {
    display: block;
    font-size: 50px;
    line-height: 76px
}

@media (max-width:1480px) {
    footer .mailSubscriptBox .titleBox .icon {
        height: 74px
    }

    footer .mailSubscriptBox .titleBox .icon i {
        font-size: 46px
    }
}

@media (max-width:1180px) {
    footer .mailSubscriptBox .titleBox .icon {
        height: auto
    }

    footer .mailSubscriptBox .titleBox .icon i {
        font-size: 36px;
        line-height: 1;
        padding-bottom: 5px
    }
}

@media (max-width:640px) {
    footer .mailSubscriptBox .titleBox .icon i {
        font-size: 28px
    }
}

footer .mailSubscriptBox .titleBox .title {
    font-size: 45px;
    font-weight: 400;
    /* letter-spacing: 2.88px; */
    line-height: 1.8;
    padding-left: 20px
}

@media (max-width:1480px) {
    footer .mailSubscriptBox .titleBox .title {
        font-size: 44px
    }
}

@media (max-width:1180px) {
    footer .mailSubscriptBox .titleBox .title {
        font-size: 40px;
        letter-spacing: 2px
    }
}

@media (max-width:640px) {
    footer .mailSubscriptBox .titleBox .title {
        font-size: 30px;
        letter-spacing: 1.5px;
        padding-left: 10px
    }
}

@media (max-width:480px) {
    footer .mailSubscriptBox .titleBox .title {
        font-size: 26px;
        letter-spacing: 1px
    }
}

@media (max-width:400px) {
    footer .mailSubscriptBox .titleBox .title {
        font-size: 20px
    }
}

footer .mailSubscriptBox .inputArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%
}

@media (max-width:1180px) {
    footer .mailSubscriptBox .inputArea {
        width: 100%;
        max-width: 600px
    }
}

@media (max-width:640px) {
    footer .mailSubscriptBox .inputArea {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

footer .mailSubscriptBox .inputArea .inputBox {
    background-color: #272a2e;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 1.5;
    width: -webkit-calc(100% - 180px);
    width: -moz-calc(100% - 180px);
    width: calc(100% - 180px);
    margin-right: -20px;
    padding: 15px 30px
}

footer .mailSubscriptBox .inputArea .inputBox::-webkit-input-placeholder {
    color: #888
}

footer .mailSubscriptBox .inputArea .inputBox::-moz-placeholder {
    color: #888
}

footer .mailSubscriptBox .inputArea .inputBox:-ms-input-placeholder {
    color: #888
}

footer .mailSubscriptBox .inputArea .inputBox::-ms-input-placeholder {
    color: #888
}

footer .mailSubscriptBox .inputArea .inputBox::placeholder {
    color: #888
}

@media (max-width:1180px) {
    footer .mailSubscriptBox .inputArea .inputBox {
        font-size: 18px;
        letter-spacing: 0.5px;
        line-height: 30px;
        padding: 15px 25px
    }
}

@media (max-width:640px) {
    footer .mailSubscriptBox .inputArea .inputBox {
        padding: 7px 15px;
        font-size: 16px;
        width: -webkit-calc(100% - 130px);
        width: -moz-calc(100% - 130px);
        width: calc(100% - 130px);
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }
}

@media (max-width:400px) {
    footer .mailSubscriptBox .inputArea .inputBox {
        font-size: 15px
    }
}

@media (min-width:1181px) {
    footer .mailSubscriptBox .inputArea .buttonBox:hover {
        -webkit-filter: brightness(1.2);
        filter: brightness(1.2);
        -webkit-transform: translateX(-5px);
        -moz-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        transform: translateX(-5px)
    }
}

@media (min-width:1181px) {
    footer .mailSubscriptBox:hover .titleBox .icon i {
        line-height: 70px
    }

    footer .mailSubscriptBox:hover .titleBox .icon i:before {
        content: "\f2b7"
    }
}

footer .sitemapBox {
    overflow: hidden
}

footer .sitemap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -50px;
    padding-top: 0px;
    position: relative
}

footer .sitemap:before {
    content: "";
    display: block;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    height: 1px;
    background-color: #505050;
    position: absolute;
    top: auto;
    left: 50%;
    bottom: -1px;
    right: auto;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%)
}

@media (max-width:1480px) {
    footer .sitemap:before {
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: calc(100% - 60px)
    }
}

@media (max-width:1280px) {
    footer .sitemap:before {
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px)
    }
}

@media (max-width:1180px) {
    footer .sitemap:before {
        display: none
    }
}

@media (max-width:1480px) {
    footer .sitemap {
        margin: 0 -30px
    }
}

@media (max-width:1280px) {
    footer .sitemap {
        margin: 0 -20px
    }
}

@media (max-width:1180px) {
    footer .sitemap {
        margin: 0;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

footer .sitemap .sitemapItem {
    width: 20%;
    padding: 0px 50px 40px
}

@media (max-width:1480px) {
    footer .sitemap .sitemapItem {
        padding: 0 30px 30px
    }
}

@media (max-width:1280px) {
    footer .sitemap .sitemapItem {
        padding: 0 20px 30px
    }
}

@media (max-width:1180px) {
    footer .sitemap .sitemapItem {
        border-bottom: 1px solid #505050;
        padding: 5px 0px;
        position: relative;
        width: 100%;
        cursor: pointer
    }

    footer .sitemap .sitemapItem:before {
        content: "";
        display: block;
        width: 14px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 28px;
        left: auto;
        bottom: auto;
        right: 0px
    }

    footer .sitemap .sitemapItem:after {
        content: "";
        display: block;
        width: 2px;
        height: 14px;
        background-color: #fff;
        position: absolute;
        top: 22px;
        left: auto;
        bottom: auto;
        right: 6px;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        transition: 0.5s all
    }

    footer .sitemap .sitemapItem.open:after {
        background-color: #525252;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

footer .sitemap .sitemapItem .titleLink {
    border-bottom: 1px solid #505050;
    color: #fff;
    display: block;
    position: relative;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 1.44px;
    line-height: 1.25;
    padding-bottom: 15px
}


footer .sitemap .sitemapItem .titleLink:before {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background-color: #E1251B;
    position: absolute;
    top: auto;
    left: 0;
    bottom: -1px;
    right: auto
}

@media (min-width:1181px) {
    footer .sitemap .sitemapItem .titleLink:hover {
        color: #E1251B
    }

    footer .sitemap .sitemapItem .titleLink:hover:before {
        width: 100%
    }
}

@media (max-width:1180px) {
    footer .sitemap .sitemapItem .titleLink {
        border-bottom: none;
        display: inline-block;
        padding: 10px 0
    }

    footer .sitemap .sitemapItem .titleLink:before {
        display: none
    }
}

footer .sitemap .sitemapItem .exp {
    padding-top: 20px
}

footer .sitemap .sitemapItem .exp ul {
    display: block
}

footer .sitemap .sitemapItem .exp li {
    display: block;
    padding: 2px 0
}

footer .sitemap .sitemapItem .exp a {
    color: #888;
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 20px;
    padding: 3px 0
}

@media (min-width:1181px) {
    footer .sitemap .sitemapItem .exp a:hover {
        color: #E1251B;
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -o-transform: translateX(4px);
        transform: translateX(4px)
    }
}

@media (max-width:1180px) {
    footer .sitemap .sitemapItem .exp {
        padding-top: 0;
        display: none
    }
}

footer .bottomBox {
    /* overflow-x: hidden; */
    padding: 40px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:840px) {
    footer .bottomBox {
        padding: 20px 0
    }
}

footer .downLogo {
    width: 100%;
    max-width: 287px
}

footer .downLogo a {
    display: block;
    width: 100%
}

footer .downLogo img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (min-width:1181px) {
    footer .downLogo:hover img {
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px);
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1)
    }
}

@media (max-width:840px) {
    footer .downLogo {
        display: none
    }
}

footer .socialBox {
    display: block;
    position: relative
}

footer .socialBox .socialList {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -6px
}

@media (max-width:840px) {
    footer .socialBox .socialList {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -6px
    }
}

footer .socialBox .socialList li {
    background-color: #272a2e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 6px
}

footer .socialBox .socialList li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #535353;
    font-size: 24px;
    line-height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center
}

footer .socialBox .socialList li a svg {
    width: 20px;
    height: 22px;
    display: inline-block;
    fill: #535353;
    vertical-align: middle
}

footer .socialBox .socialList li a .twitterX {
    display: block;
    position: relative;
    --size: 20px;
    width: var(--size);
    height: var(--size);
    container-type: size
}

footer .socialBox .socialList li a .twitterX span {
    border-style: solid;
    display: block;
    position: absolute
}

footer .socialBox .socialList li a .twitterX .thickpart {
    border-block-width: 6.2cqw;
    border-inline-width: 6.9cqw;
    left: -webkit-calc(50% - 14cqw);
    left: -moz-calc(50% - 14cqw);
    left: calc(50% - 14cqw);
    width: 28cqw;
    -webkit-transform: skew(35deg);
    -moz-transform: skew(35deg);
    -ms-transform: skew(35deg);
    -o-transform: skew(35deg);
    transform: skew(35deg);
    height: 100cqh
}

footer .socialBox .socialList li a .twitterX .xBottom,
footer .socialBox .socialList li a .twitterX .xTop {
    border-width: 4.2cqw;
    height: 45cqh;
    -webkit-transform: skew(-41deg);
    -moz-transform: skew(-41deg);
    -ms-transform: skew(-41deg);
    -o-transform: skew(-41deg);
    transform: skew(-41deg)
}

footer .socialBox .socialList li a .twitterX .xTop {
    left: -webkit-calc(50% + 18.4cqw);
    left: -moz-calc(50% + 18.4cqw);
    left: calc(50% + 18.4cqw);
    -webkit-border-bottom-left-radius: 21px;
    -moz-border-radius-bottomleft: 21px;
    border-bottom-left-radius: 21px;
    border-block-width: 22.6cqw
}

footer .socialBox .socialList li a .twitterX .xBottom {
    left: -webkit-calc(50% - 30.1cqw);
    left: -moz-calc(50% - 30.1cqw);
    left: calc(50% - 30.1cqw);
    bottom: 0;
    -webkit-border-top-right-radius: 9px;
    -moz-border-radius-topright: 9px;
    border-top-right-radius: 9px
}

footer .socialBox .socialList li a:hover {
    background-color: #E1251B;
    color: #fff
}

footer .socialBox .socialList li a:hover svg {
    fill: #fff
}

footer .copyrightBox {
    background-color: #111
}

footer .copyrightBox .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px
}

@media (max-width:1180px) {
    footer .copyrightBox .wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto
    }
}

@media (max-width:1180px) {
    footer .copyrightBox {
        padding: 20px 0 0
    }
}

footer .footerInfo {
    color: #888;
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 20px
}

@media (max-width:1180px) {
    footer .footerInfo {
        border-bottom: 1px solid #3b3b3b;
        width: -webkit-calc(100% + 60px);
        width: -moz-calc(100% + 60px);
        width: calc(100% + 60px);
        margin: 0 -30px;
        padding: 0 30px 20px
    }
}

footer .rightBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:1180px) {
    footer .rightBox {
        width: 100%
    }
}

@media (max-width:480px) {
    footer .rightBox {
        padding: 10px 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

footer .marqueeLinkBox {
    padding-right: 10px
}

@media (max-width:1180px) {
    footer .marqueeLinkBox {
        padding-right: 0;
        width: 50%
    }
}

@media (max-width:480px) {
    footer .marqueeLinkBox {
        width: 100%
    }
}

footer .marqueeLinkList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:1180px) {
    footer .marqueeLinkList {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

footer .marqueeLinkList .marqueeLinkItem:last-child .item:before {
    opacity: 0
}

footer .marqueeLinkList .item {
    position: relative;
    padding-right: 30px
}

footer .marqueeLinkList .item:before {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background-color: #888;
    position: absolute;
    top: 3px;
    left: auto;
    bottom: auto;
    right: 15px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg)
}

@media (max-width:840px) {
    footer .marqueeLinkList .item {
        padding-right: 20px
    }

    footer .marqueeLinkList .item:before {
        height: 12px;
        top: 4px;
        right: 12px
    }
}

footer .marqueeLinkList .title a {
    color: #888;
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.64px;
    line-height: 20px
}

@media (min-width:1181px) {
    footer .marqueeLinkList .title a:hover {
        color: #E1251B
    }
}

@media (max-width:840px) {
    footer .marqueeLinkList .title a {
        font-size: 15px;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    footer .marqueeLinkList .title a {
        font-size: 13px
    }
}

footer .areaBox {
    width: 245px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

@media (max-width:1180px) {
    footer .areaBox {
        width: 50%;
        width: -webkit-calc(50% + 30px);
        width: -moz-calc(50% + 30px);
        width: calc(50% + 30px);
        margin-right: -30px
    }
}

@media (max-width:480px) {
    footer .areaBox {
        width: 100%;
        margin-right: 0
    }
}

footer .areaBox:before {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background-color: #565656;
    position: absolute;
    top: -webkit-calc(50% - 7px);
    top: -moz-calc(50% - 7px);
    top: calc(50% - 7px);
    left: 0;
    bottom: auto;
    right: auto
}

@media (max-width:480px) {
    footer .areaBox:before {
        display: none
    }
}

footer .areaBox .text {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.44px;
    line-height: 30px;
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
    padding-right: 20px;
    text-align: right
}

footer .areaBox .text a {
    display: block;
    color: #fff
}

@media (min-width:1181px) {
    footer .areaBox .text a:hover {
        color: #E1251B
    }
}

footer .areaBox .selectBox {
    position: relative
}

footer .areaBox .areaSelect {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    background-color: #1c1c1c;
    color: #fff;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "微軟正黑體", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.44px;
    line-height: 30px;
    width: 140px;
    height: 60px;
    padding: 10px 20px;
    position: relative
}

.social {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-right: -4px
}

@media (max-width:480px) {
    .social {
        width: 100%
    }
}

.social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    font-size: 19px;
    color: #929292;
    text-align: center
}

.social a:hover {
    opacity: 0.8
}

.translateIbest {
    display: inline-block;
    vertical-align: middle
}

.translateIbest .design {
    display: block;
    line-height: 22px;
    font-size: 9pt;
    color: #000
}

.translateIbest .design a {
    color: #000;
    text-decoration: none
}

.translateIbest .design a:hover {
    text-decoration: underline
}

.fixedQuickLink {
    width: 100%;
    background-color: #000;
    padding-bottom: env(safe-area-inset-bottom);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5
}

@media (min-width:1181px) {
    .fixedQuickLink {
        display: none
    }
}

.fixedQuickLink ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.fixedQuickLink li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.fixedQuickLink li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.1)
}

.fixedQuickLink a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 55px;
    font-size: 13px;
    color: #fff
}

.fixedQuickLink i {
    margin-bottom: 5px
}

.adminPreviewArea {
    max-width: 320px;
    border: 4px solid #ffe2e2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fdc9c9;
    color: #000;
    padding: 20px;
    position: fixed;
    top: 15px;
    right: 0;
    z-index: 99999
}

.adminPreviewArea a {
    text-decoration: underline
}

.adminLoginArea {
    width: 100%;
    background-color: rgba(180, 0, 0, 0.85);
    color: #fff;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.5px;
    padding-bottom: env(safe-area-inset-bottom);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    text-align: center
}

.adminLoginArea p {
    padding: 20px 15px
}

.mainArea.noBanner {
    padding-top: 60px
}

@media (max-width:1180px) {
    .mainArea.noBanner {
        padding-top: 60px
    }
}

.mainArea>.wrap {
    background-color: #fff
}

.mainArea404 {
    width: 100%;
    height: -webkit-calc(100vh - 300px);
    height: -moz-calc(100vh - 300px);
    height: calc(100vh - 300px);
    min-height: 500px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mainArea404>.wrap {
    background-color: transparent
}

.mainArea404 .top {
    margin: 0 auto;
    text-align: center
}

.mainArea404 .top a {
    color: #E1251B
}

@media (min-width:1181px) {
    .mainArea404 .top a:hover {
        color: #E1251B
    }
}

.mainArea404 .largeTitle {
    color: #E1251B
}

.mainArea404 .buttonBox {
    margin: 10px auto
}

@media (max-width:768px) {
    .mainArea404 {
        height: 50vh;
        min-height: 350px
    }

    .mainArea404 .top {
        font-size: 24px
    }
}

.mainArea .contentBox {
    clear: both;
    /* padding-top: 80px; */
    padding-top: 60px;
    padding-bottom: 150px;
    position: relative
}

@media (max-width:1180px) {
    .mainArea .contentBox {
        padding-top: 30px
    }
}

.mainArea .contentBox.bgLight {
    background-color: #f5f8fa
}

.mainArea .contentBox.bgWhiteBlue {
    background-color: #f3f5f7
}

.mainArea .contentBox.white {
    background-color: #fff
}

.mainArea .contentBox.paddingNone {
    padding-top: 0
}

.bread {
    padding: 0px 0 20px
}

@media (max-width:1180px) {
    .bread {
        display: none
    }
}

.bread .wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0
}

@media (max-width:840px) {
    .bread .wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.bread .wrap a,
.bread .wrap span {
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 20px
}

@media (max-width:480px) {

    .bread .wrap a,
    .bread .wrap span {
        letter-spacing: 0;
        line-height: 16px
    }
}

@media (max-width:400px) {

    .bread .wrap a,
    .bread .wrap span {
        font-size: 12px
    }
}

.bread .wrap a {
    color: #aaaaaa
}

@media (min-width:1181px) {
    .bread .wrap a:hover {
        color: #E1251B
    }
}

.bread .wrap span {
    color: #aaaaaa
}

.bread .wrap a+a,
.bread .wrap a+span,
.bread .wrap span+a,
.bread .wrap span+span {
    padding-left: 25px;
    position: relative
}

.bread.arrow .wrap a+a,
.bread.arrow .wrap a+span,
.bread.arrow .wrap span+a,
.bread.arrow .wrap span+span {
    padding-left: 25px;
    position: relative
}

.bread.arrow .wrap a+a:before,
.bread.arrow .wrap a+span:before,
.bread.arrow .wrap span+a:before,
.bread.arrow .wrap span+span:before {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
    position: absolute;
    top: 6px;
    left: 7px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.bread.verticalLine .wrap a+span,
.bread.verticalLine .wrap span+a {
    padding-left: 20px;
    position: relative
}

.bread.verticalLine .wrap a+span:before,
.bread.verticalLine .wrap span+a:before {
    content: "";
    width: 1px;
    height: 80%;
    background-color: #a9a9a9;
    position: absolute;
    top: 10%;
    left: 10px;
    z-index: 1
}

.bread.horizontalLine .wrap a+span,
.bread.horizontalLine .wrap span+a {
    padding-left: 25px;
    position: relative
}

.bread.horizontalLine .wrap a+span:before,
.bread.horizontalLine .wrap span+a:before {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #a9a9a9;
    position: absolute;
    top: 50%;
    left: 8px;
    z-index: 1
}

table.breakpoint>tbody>tr>td.expand {
    background: url("../image/plus.png") no-repeat 5px center;
    cursor: pointer;
    padding-left: 40px
}

@-webkit-keyframes aniSlideLeft {
    0% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-moz-keyframes aniSlideLeft {
    0% {
        -moz-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0
    }

    to {
        -moz-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes aniSlideLeft {
    0% {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.tagBox {
    padding: 20px 0
}

.tagBox b {
    display: inline-block;
    margin-right: 10px
}

.tagBox ul {
    display: inline-block
}

@media (max-width:1180px) {
    .tagBox ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto
    }

    .tagBox ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
        background-color: #f1f1f1
    }

    .tagBox ul::-webkit-scrollbar {
        width: 3px;
        height: 3px;
        background-color: #f1f1f1
    }

    .tagBox ul::-webkit-scrollbar-thumb {
        background: #E1251B
    }
}

.tagBox li {
    display: inline-block;
    margin-bottom: 5px
}

.tagBox a {
    position: relative;
    display: block;
    margin: 0 3px;
    padding: 5px 10px;
    border: 1px solid #E1251B;
    font-size: 13px;
    color: #E1251B
}

.tagBox a:hover {
    color: #fff;
    background-color: #E1251B
}

.tagBox a.current {
    color: #E1251B;
    border-color: #E1251B
}

.tagBox a.current:before {
    content: "\f00d";
    margin-right: 5px;
    font-family: FontAwesome;
    font-size: 12px
}

.side_menu {
    margin-bottom: 50px
}

.side_menu li {
    border-bottom: 1px solid #e1e1e1;
    position: relative
}

.side_menu li>a {
    display: block;
    font-size: 14px;
    padding: 10px 15px
}

.side_menu li>a.current {
    background-color: #8c8c8c;
    color: #fff
}

.side_menu li>a b {
    color: #808080;
    font-size: 13px;
    font-weight: 400;
    margin-left: 10px
}

.side_menu dl {
    padding-left: 25px
}

.side_menu dl a {
    display: block;
    padding: 10px 15px;
    font-size: 14px
}

.side_menu dl a.current {
    color: #000;
    text-decoration: underline
}

.side_album {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: -10px
}

.side_album li {
    float: left;
    width: 33.33%;
    padding: 0 10px 10px 0
}

.side_album a {
    display: block;
    -webkit-box-shadow: 2px 2px 5px #c3c3c3;
    -moz-box-shadow: 2px 2px 5px #c3c3c3;
    box-shadow: 2px 2px 5px #c3c3c3
}

.side_album a img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.side_booking {
    margin-bottom: 30px
}

.side_booking a {
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px #8d2121;
    -moz-box-shadow: 0 1px 1px #8d2121;
    box-shadow: 0 1px 1px #8d2121;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    background-color: #f05b8f
}

.side_booking a i {
    display: inline-block;
    font-size: 28px;
    padding: 10px 15px;
    margin-right: 15px;
    border-right: 1px solid #d33434;
    -webkit-box-shadow: 1px 0 #f38a8a;
    -moz-box-shadow: 1px 0 #f38a8a;
    box-shadow: 1px 0 #f38a8a
}

.side_booking a:hover {
    -webkit-box-shadow: inset 0 3px 3px #8d2121;
    -moz-box-shadow: inset 0 3px 3px #8d2121;
    box-shadow: inset 0 3px 3px #8d2121
}

.side_contactInfo li {
    margin-bottom: 20px
}

.side_contactInfo a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #414141
}

.side_contactInfo i {
    display: inline-block;
    vertical-align: middle;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 8px;
    border: 2px solid #a5a5a5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    color: #a5a5a5;
    text-align: center
}

.side_contactInfo b {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400
}

.side_room {
    margin-bottom: 50px
}

.side_room .Img img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.side_room .Txt {
    margin-top: 5px
}

.side_room .Txt .title a {
    font-size: 16px;
    font-weight: 400
}

.side_room .Txt .text {
    max-height: 100px;
    font-size: 13px;
    color: #858383;
    line-height: 1.8;
    overflow: hidden
}

.captchaArea {
    position: relative;
    width: 200px;
    height: 50px;
    background-color: #ddd
}

.captchaArea.unlocking .sliderBtn {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none
}

.captchaArea .note {
    position: absolute;
    top: 17px;
    right: 30px;
    z-index: 1;
    font-size: 15px;
    text-align: center;
    font-family: "微軟正黑體";
    color: #777;
    letter-spacing: 1px;
    pointer-events: none
}

.sliderBtn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    background-color: RoyalBlue;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.sliderBtn:before {
    content: "\f105";
    position: absolute;
    top: 13px;
    left: 23px;
    color: #fff;
    font-size: 24px;
    font-family: FontAwesome;
    pointer-events: none
}

.imh_opacity {
    background-color: #000;
    overflow: hidden
}

.imh_opacity img {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.imh_opacity:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.imh_detail {
    background-color: #000;
    overflow: hidden;
    position: relative
}

.imh_detail img {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.imh_detail a:before {
    content: "Details+";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    margin-left: -45px;
    margin-top: -80px;
    display: block;
    padding: 10px 20px;
    font-size: 13px;
    color: #fff;
    border: 2px solid #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.imh_detail:hover a:before {
    opacity: 1;
    margin-top: -20px
}

.imh_detail:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.imh_zoom {
    background-color: #000;
    overflow: hidden;
    position: relative
}

.imh_zoom img {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.imh_zoom a:before {
    content: "\f002";
    display: block;
    position: absolute;
    left: 50%;
    top: -30px;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 99;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    font-family: FontAwesome;
    text-align: center;
    background-color: #000;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.imh_zoom:hover a:before {
    top: 50%
}

.imh_zoom:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}