@import url(../css/reset.css);
@import url(../css/font-awesome-4.7.0/font-awesome.min.css);
footer .supportBox .support a::before, footer .gcp .Img, footer .menuBox .rightBox .tabContentBox .tabContentItem .right .logo, footer .menuBox .rightBox .tabContentBox .tabContentItem .qrCode, footer .menuBox .rightBox .tabContentBox .tabContentItem, footer .menuBox .rightBox .tab .tabItem, footer .menuBox .leftBox .menu > li .mainLink .arrow, .slideMenuArea .menuBox .menu > .menuItem.dropDown.hasSubMenu > span > .mainLink .arrow, .slideMenuArea .funcBox .language svg, .slideMenuArea .searchBox .search button, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger, header .searchBox .search button, header .rightBox .language svg, button, a {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@-webkit-keyframes btnAni {
    20% {
        background-color: rgba(182, 150, 109, 0.3);
    }
    100% {
        -webkit-transform: scale(1.3);
                transform: scale(1.3);
        background-color: transparent;
    }
}

@keyframes btnAni {
    20% {
        background-color: rgba(182, 150, 109, 0.3);
    }
    100% {
        -webkit-transform: scale(1.3);
                transform: scale(1.3);
        background-color: transparent;
    }
}
@-webkit-keyframes imgLoading {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes imgLoading {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@-webkit-keyframes slideLeftAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
                transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@keyframes slideLeftAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
                transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@-webkit-keyframes slideRightAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
                transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@keyframes slideRightAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
                transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@-webkit-keyframes slideDownAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes slideDownAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@-webkit-keyframes slideUpAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes slideUpAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-webkit-keyframes aniSlideLeft {
    0% {
        -webkit-transform: translateX(10px);
                transform: translateX(10px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}
@keyframes aniSlideLeft {
    0% {
        -webkit-transform: translateX(10px);
                transform: translateX(10px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}
@-webkit-keyframes aniSlideDown {
    0% {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}
@keyframes aniSlideDown {
    0% {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes bannerScrollAnimation {
    0% {
        height: 0;
    }
    50% {
        height: 100%;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
    }
}
@keyframes bannerScrollAnimation {
    0% {
        height: 0;
    }
    50% {
        height: 100%;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
    }
}
@-webkit-keyframes scrollHorizontal {
    100% {
        -webkit-transform: translateX(-30px);
                transform: translateX(-30px);
        opacity: 0;
    }
}
@keyframes scrollHorizontal {
    100% {
        -webkit-transform: translateX(-30px);
                transform: translateX(-30px);
        opacity: 0;
    }
}
@-webkit-keyframes scrollVertical {
    100% {
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
        opacity: 0;
    }
}
@keyframes scrollVertical {
    100% {
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
        opacity: 0;
    }
}
@-webkit-keyframes loadingAni {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-15%);
                transform: translateY(-15%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@keyframes loadingAni {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-15%);
                transform: translateY(-15%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@-webkit-keyframes textSlideRightAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
                transform: translateX(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@keyframes textSlideRightAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
                transform: translateX(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
@-webkit-keyframes textSlideDownAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes textSlideDownAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.slickClsList:not(.slick-slider) {
    overflow: hidden;
}
.slickClsList:not(.slick-slider) .slickClsItem:not(:first-child) {
    display: none;
}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.hidden {
    display: none;
}

body {
    background-color: #0b0b0b;
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 14px;
    color: #fff;
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
    overflow: hidden;
}

address {
    font-style: normal;
}

a {
    color: #b6966d;
    cursor: pointer;
}
@media (min-width: 1181px) {
    a:hover {
        color: #fff;
    }
}

input[type=text],
input[type=password],
textarea,
button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    outline: none;
    padding: 0;
    margin: 0;
}

button {
    cursor: pointer;
}

select {
    cursor: pointer;
}

input[type=file],
input[type=file]::-webkit-file-upload-button {
    /* chromes and blink button */
    cursor: pointer;
}

.Img {
    display: block;
}
.Img img {
    height: auto;
}

.btnBox {
    margin-top: 10px;
}
.btnBox .btn a {
    padding: 5px 10px;
    display: inline-block;
    border-radius: 10px;
    background: #b6966d;
    text-transform: uppercase;
    border: 1px solid #b6966d;
    color: #fff;
}
@media (min-width: 1181px) {
    .btnBox .btn a:hover {
        background: #fff;
        color: #b6966d;
        border-color: #b6966d;
    }
}

.outerWrap {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 162px;
}
@media (max-width: 1180px) {
    .outerWrap {
        padding-top: 70px;
        padding-bottom: calc(env(safe-area-inset-bottom));
    }
}

.wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    -webkit-box-shadow: 0 2px 4px rgba(255, 255, 255, 0.3);
            box-shadow: 0 2px 4px rgba(255, 255, 255, 0.3);
}
header.show .leftBox {
    -webkit-animation: slideRightAnimation 1s ease-in-out both;
            animation: slideRightAnimation 1s ease-in-out both;
}
header.show .rightBox {
    -webkit-animation: slideLeftAnimation 1s 0.3s ease-in-out both;
            animation: slideLeftAnimation 1s 0.3s ease-in-out both;
}
header.show .menuItem:nth-child(1) {
    -webkit-animation: slideRightAnimation 0.3s 0.1s ease-in-out both;
            animation: slideRightAnimation 0.3s 0.1s ease-in-out both;
}
header.show .menuItem:nth-child(2) {
    -webkit-animation: slideRightAnimation 0.3s 0.2s ease-in-out both;
            animation: slideRightAnimation 0.3s 0.2s ease-in-out both;
}
header.show .menuItem:nth-child(3) {
    -webkit-animation: slideRightAnimation 0.3s 0.3s ease-in-out both;
            animation: slideRightAnimation 0.3s 0.3s ease-in-out both;
}
header.show .menuItem:nth-child(4) {
    -webkit-animation: slideRightAnimation 0.3s 0.4s ease-in-out both;
            animation: slideRightAnimation 0.3s 0.4s ease-in-out both;
}
header.show .menuItem:nth-child(5) {
    -webkit-animation: slideRightAnimation 0.3s 0.5s ease-in-out both;
            animation: slideRightAnimation 0.3s 0.5s ease-in-out both;
}
header.show .menuItem:nth-child(6) {
    -webkit-animation: slideRightAnimation 0.3s 0.6s ease-in-out both;
            animation: slideRightAnimation 0.3s 0.6s ease-in-out both;
}
header.show .menuItem:nth-child(7) {
    -webkit-animation: slideRightAnimation 0.3s 0.7s ease-in-out both;
            animation: slideRightAnimation 0.3s 0.7s ease-in-out both;
}
header.show .menuItem:nth-child(8) {
    -webkit-animation: slideRightAnimation 0.3s 0.8s ease-in-out both;
            animation: slideRightAnimation 0.3s 0.8s ease-in-out both;
}
header.show .menuItem:nth-child(9) {
    -webkit-animation: slideRightAnimation 0.3s 0.9s ease-in-out both;
            animation: slideRightAnimation 0.3s 0.9s ease-in-out both;
}
header.show .menuItem:nth-child(10) {
    -webkit-animation: slideRightAnimation 0.3s 1s ease-in-out both;
            animation: slideRightAnimation 0.3s 1s ease-in-out both;
}
header.show .menuItem:nth-child(11) {
    -webkit-animation: slideRightAnimation 0.3s 1.1s ease-in-out both;
            animation: slideRightAnimation 0.3s 1.1s ease-in-out both;
}
header.show .searchBox {
    -webkit-animation: slideRightAnimation 1s 0.5s ease-in-out both;
            animation: slideRightAnimation 1s 0.5s ease-in-out both;
}
header .wrap {
    padding: 0;
    max-width: 100%;
}
header .topBox {
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #1e1e1e;
}
header .leftBox {
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
header .leftBox .logo {
    padding-right: 15px;
    width: 135px;
}
header .leftBox .logo svg {
    width: 100%;
    height: auto;
    aspect-ratio: 220/35;
}
header .leftBox .icon {
    width: 40px;
}
header .leftBox .icon svg {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}
header .rightBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1180px) {
    header .rightBox {
        display: none;
    }
}
header .rightBox .iconBox {
    padding: 5px;
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
header .rightBox .iconBox .icon a {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}
@media (min-width: 1181px) {
    header .rightBox .iconBox .icon a:hover {
        border-color: #b6966d;
    }
}
header .rightBox .iconBox .icon svg {
    width: 100%;
    height: 100%;
}
header .rightBox .registration {
    padding: 5px;
}
header .rightBox .registration a {
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 40px;
    background: #b6966d;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    text-transform: uppercase;
    color: #fff;
}
@media (min-width: 1181px) {
    header .rightBox .registration a:hover {
        border-color: #fff;
    }
}
header .rightBox .logIn {
    padding: 5px;
}
header .rightBox .logIn a {
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    text-transform: uppercase;
}
@media (min-width: 1181px) {
    header .rightBox .logIn a:hover {
        border-color: #b6966d;
    }
}
header .rightBox .language {
    padding: 5px;
}
header .rightBox .language a {
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}
@media (min-width: 1181px) {
    header .rightBox .language a:hover {
        border-color: #b6966d;
    }
    header .rightBox .language a:hover svg {
        border-color: #fff;
    }
}
header .rightBox .language svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #b6966d;
}
header .downBox {
    position: relative;
    z-index: 1;
    padding: 0 10px;
    background: #292929;
    /*menu*/
}
header .downBox .menuBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1180px) {
    header .downBox .menuBox {
        display: none;
    }
}
header .downBox .menu > .menuItem {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
header .downBox .menu > .menuItem a {
    display: block;
    padding: 10px 5px;
    color: #fff;
}
header .downBox .menu > .menuItem a.current {
    color: #b6966d;
}
header .downBox .menu > .menuItem a.current::before {
    border-color: #b6966d;
}
@media (min-width: 1181px) {
    header .downBox .menu > .menuItem a:hover {
        color: #b6966d;
    }
    header .downBox .menu > .menuItem a:hover::before {
        border-color: #b6966d;
    }
}
header .downBox .menu > .menuItem.dropDown {
    position: relative;
    padding-right: 20px;
}
header .downBox .menu > .menuItem.dropDown::before {
    content: "";
    position: absolute;
    top: 13px;
    right: 5px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
header .downBox .menu .submenu {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    display: none;
    width: 150px;
}
header .downBox .menu .submenu .submenuItem {
    position: relative;
    padding: 0;
    display: block;
    width: 100%;
}
header .downBox .menu .submenu a {
    padding: 10px;
    display: block;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: #0b0b0b;
}
header .downBox .menu .submenu a.current {
    background-color: #b6966d;
    color: #fff;
}
@media (min-width: 1181px) {
    header .downBox .menu .submenu a:hover {
        background-color: #b6966d;
        color: #fff;
    }
}
header .downBox .menu .submenu .thirdMenuItem a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
header .downBox .menu .submenu.fullSubmenu {
    position: fixed;
    left: 0;
    top: 120px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
    background-color: #F7F7F7;
}
header .downBox .menu .submenu.fullSubmenu .wrap {
    padding: 40px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
}
header .downBox .menu .submenu.fullSubmenu ul {
    display: block;
}
header .downBox .menu .submenu.fullSubmenu a {
    background-color: transparent;
}
header .downBox .menu .submenu.fullSubmenu a.current {
    color: #fff;
}
@media (min-width: 1181px) {
    header .downBox .menu .submenu.fullSubmenu a:hover {
        color: #fff;
    }
}
header .downBox .menu .submenu.fullSubmenu .submenuItem {
    width: 100%;
    max-width: 220px;
    padding: 0 20px;
    text-align: left;
}
header .downBox .menu .submenu.fullSubmenu .submenuItemTitle {
    color: #b6966d;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
header .downBox .menu .submenu.twoLayers .submenuItem {
    position: relative;
}
header .downBox .menu .submenu.twoLayers .thirdMenu {
    width: 150px;
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
}
header .downBox .menu .submenu.twoLayers .thirdMenuItem {
    width: 100%;
}
header .searchBox {
    position: relative;
    background: #1e1e1e;
}
@media (max-width: 1180px) {
    header .searchBox {
        display: none;
    }
}
header .searchBox .search {
    padding: 5px 10px;
    margin: 10px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}
header .searchBox .search input {
    width: 300px;
    color: #fff;
}
header .searchBox .search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
header .searchBox .search input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
header .searchBox .search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
header .searchBox .search input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
header .searchBox .search input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}
header .searchBox .search button {
    width: 30px;
    font-size: 15px;
    color: #fff;
}
@media (min-width: 1181px) {
    header .searchBox .search button:hover {
        color: #b6966d;
    }
}
header .searchBox .lobby {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #b6966d;
    pointer-events: none;
}

/*slideMenu*/
.slideMenuTrigger {
    width: 50px;
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #b6966d;
    border: 1px solid #b6966d;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 20px;
    position: relative;
    border-radius: 10px;
}
@media (min-width: 1181px) {
    .slideMenuTrigger {
        display: none;
    }
}
.slideMenuTrigger .line {
    width: 50%;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: background-color 0.3s 0.3s ease-in-out;
    transition: background-color 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    -webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
    transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
    transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
    transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
}
.slideMenuTrigger .line::after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
}
.slideMenuTrigger.close {
    margin-left: 0;
}
.slideMenuTrigger.close .line {
    background-color: transparent;
    -webkit-transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
    transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
    transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
    transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.close .line::before, .slideMenuTrigger.close .line::after {
    -webkit-transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
    transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
    transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
    transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.close .line::before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
}
.slideMenuTrigger.close .line::after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
}
@media (min-width: 1181px) {
    .slideMenuTrigger.close:hover span {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
}
@media (min-width: 1181px) {
    .slideMenuTrigger:hover {
        background-color: #fff;
    }
    .slideMenuTrigger:hover span {
        background-color: transparent;
        -webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
        transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
        transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.6s ease-in-out;
        transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.6s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
    }
    .slideMenuTrigger:hover span::before, .slideMenuTrigger:hover span::after {
        background-color: #b6966d;
        -webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
        transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
        transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
        transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
    }
    .slideMenuTrigger:hover span::before {
        -webkit-transform: translateY(0) rotate(45deg);
                transform: translateY(0) rotate(45deg);
    }
    .slideMenuTrigger:hover span::after {
        -webkit-transform: translateY(0) rotate(-45deg);
                transform: translateY(0) rotate(-45deg);
    }
}

.slideMenuArea {
    width: 100%;
    max-width: 480px;
    height: 100vh;
    background: #1e1e1e;
    opacity: 0;
    overflow-x: hidden;
    padding-bottom: calc(40px + env(safe-area-inset-bottom));
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-overflow-scrolling: touch;
}
.slideMenuArea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar-thumb {
    background: #b6966d;
}
.slideMenuArea.show {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.slideMenuArea.show .topBox {
    -webkit-animation: slideLeftAnimation 0.5s 0.6s ease-in-out both;
            animation: slideLeftAnimation 0.5s 0.6s ease-in-out both;
}
.slideMenuArea.show .searchBox {
    -webkit-animation: slideLeftAnimation 0.5s 0.9s ease-in-out both;
            animation: slideLeftAnimation 0.5s 0.9s ease-in-out both;
}
.slideMenuArea.show .menuBox {
    -webkit-animation: slideLeftAnimation 0.5s 0.9s ease-in-out both;
            animation: slideLeftAnimation 0.5s 0.9s ease-in-out both;
}
.slideMenuArea.show .socialBox {
    -webkit-animation: slideLeftAnimation 0.5s 1.2s ease-in-out both;
            animation: slideLeftAnimation 0.5s 1.2s ease-in-out both;
}
.slideMenuArea.show .funcBox {
    -webkit-animation: slideLeftAnimation 0.5s 1.5s ease-in-out both;
            animation: slideLeftAnimation 0.5s 1.5s ease-in-out both;
}
@media (min-width: 1181px) {
    .slideMenuArea.show {
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
}
.slideMenuArea .topBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 0 15px;
}
.slideMenuArea .topBox .slideMenuLogo {
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.slideMenuArea .topBox .slideMenuLogo .logo {
    padding-right: 15px;
    width: 135px;
}
.slideMenuArea .topBox .slideMenuLogo .logo svg {
    width: 100%;
    height: auto;
    aspect-ratio: 220/35;
}
.slideMenuArea .topBox .slideMenuLogo .icon {
    width: 40px;
}
.slideMenuArea .topBox .slideMenuLogo .icon svg {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}
.slideMenuArea .searchBox {
    background: #1e1e1e;
}
.slideMenuArea .searchBox .search {
    width: 100%;
    padding: 5px 10px;
    margin: 10px 0;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}
.slideMenuArea .searchBox .search input {
    width: calc(100% - 35px);
    color: #fff;
}
.slideMenuArea .searchBox .search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.slideMenuArea .searchBox .search input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.slideMenuArea .searchBox .search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.slideMenuArea .searchBox .search input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.slideMenuArea .searchBox .search input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.slideMenuArea .searchBox .search button {
    width: 30px;
    font-size: 15px;
    color: #fff;
}
@media (min-width: 1181px) {
    .slideMenuArea .searchBox .search button:hover {
        color: #b6966d;
    }
}
.slideMenuArea .searchBox .lobby {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #b6966d;
    pointer-events: none;
}
.slideMenuArea .funcBox .iconBox {
    padding: 5px;
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.slideMenuArea .funcBox .iconBox .icon a {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}
@media (min-width: 1181px) {
    .slideMenuArea .funcBox .iconBox .icon a:hover {
        border-color: #b6966d;
    }
}
.slideMenuArea .funcBox .iconBox .icon svg {
    width: 100%;
    height: 100%;
}
.slideMenuArea .funcBox .registration {
    padding: 5px;
}
.slideMenuArea .funcBox .registration a {
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 40px;
    background: #b6966d;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    text-transform: uppercase;
    color: #fff;
}
@media (min-width: 1181px) {
    .slideMenuArea .funcBox .registration a:hover {
        border-color: #fff;
    }
}
.slideMenuArea .funcBox .logIn {
    padding: 5px;
}
.slideMenuArea .funcBox .logIn a {
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    text-transform: uppercase;
}
@media (min-width: 1181px) {
    .slideMenuArea .funcBox .logIn a:hover {
        border-color: #b6966d;
    }
}
.slideMenuArea .funcBox .language {
    padding: 5px;
}
.slideMenuArea .funcBox .language a {
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}
@media (min-width: 1181px) {
    .slideMenuArea .funcBox .language a:hover {
        border-color: #b6966d;
    }
    .slideMenuArea .funcBox .language a:hover svg {
        border-color: #fff;
    }
}
.slideMenuArea .funcBox .language svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #b6966d;
}
.slideMenuArea .menuBox {
    width: 100%;
    padding: 15px 0;
}
.slideMenuArea .menuBox .menu > .menuItem {
    position: relative;
}
.slideMenuArea .menuBox .menu > .menuItem.dropDown.hasSubMenu > span {
    cursor: pointer;
}
.slideMenuArea .menuBox .menu > .menuItem.dropDown.hasSubMenu > span > .mainLink {
    position: relative;
}
.slideMenuArea .menuBox .menu > .menuItem.dropDown.hasSubMenu > span > .mainLink .arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 3px;
    right: 0;
}
@media (min-width: 1181px) {
    .slideMenuArea .menuBox .menu > .menuItem.dropDown.hasSubMenu > span > .mainLink .arrow {
        display: none;
        pointer-events: none;
    }
}
.slideMenuArea .menuBox .menu > .menuItem.dropDown.hasSubMenu > span > .mainLink .arrow::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 50%;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
}
.slideMenuArea .menuBox .menu > .menuItem.dropDown.hasSubMenu.open > span > .mainLink {
    color: #b6966d;
}
.slideMenuArea .menuBox .menu > .menuItem.dropDown.hasSubMenu.open > span > .mainLink .arrow {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.slideMenuArea .menuBox .menu > .menuItem a {
    position: relative;
    padding: 8px 30px 8px 0;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0px;
    color: #fff;
}
.slideMenuArea .menuBox .menu > .menuItem a.current {
    color: #fff;
}
@media (min-width: 1181px) {
    .slideMenuArea .menuBox .menu > .menuItem a:hover {
        color: #fff;
    }
}
.slideMenuArea .menuBox .menu .submenu {
    padding: 5px 0 5px 10px;
    display: none;
    width: 100%;
}
.slideMenuArea .menuBox .menu .submenu .submenuItem {
    padding: 5px 0;
}
.slideMenuArea .menuBox .menu .submenu .submenuItem a {
    padding: 5px 0;
    font-size: 14px;
    font-weight: 400;
}
.slideMenuArea .menuBox .menu .submenu .submenuItem a.current {
    color: #b6966d;
}
@media (min-width: 1181px) {
    .slideMenuArea .menuBox .menu .submenu .submenuItem a:hover {
        color: #b6966d;
    }
}
.slideMenuArea .socialBox {
    padding: 15px 0;
}
.slideMenuArea .socialBox .socialList {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slideMenuArea .socialBox .socialList li:not(:last-child) {
    margin-right: 7px;
}
.slideMenuArea .socialBox .socialList li a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    background-color: #b6966d;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}
.slideMenuArea .socialBox .socialList li a svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    fill: #b6966d;
    vertical-align: middle;
}
@media (min-width: 1181px) {
    .slideMenuArea .socialBox .socialList li a:hover {
        background-color: #fff;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
                box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        color: #b6966d;
    }
    .slideMenuArea .socialBox .socialList li a:hover svg {
        fill: #fff;
    }
}

.slideMenuMask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.slideMenuMask.show {
    opacity: 1;
    pointer-events: auto;
}
@media (min-width: 1181px) {
    .slideMenuMask.show {
        opacity: 0;
        pointer-events: none;
    }
}

footer {
    padding: 10px 0 20px;
    overflow: hidden;
}
footer .footerBox {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(11, 1fr);
    gap: 10px;
}
footer .gridBox {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 10px;
    background: #1e1e1e;
    overflow: hidden;
}
footer .menuBox {
    -ms-grid-column: 1;
    -ms-grid-column-span: 11;
    grid-column: 1/12;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1180px) {
    footer .menuBox {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
}
footer .menuBox .leftBox {
    width: calc(100% - 360px);
}
@media (max-width: 1180px) {
    footer .menuBox .leftBox {
        max-width: 800px;
        width: 100%;
    }
}
footer .menuBox .leftBox .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1180px) {
    footer .menuBox .leftBox .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
footer .menuBox .leftBox .menu a {
    color: #fff;
}
@media (min-width: 1181px) {
    footer .menuBox .leftBox .menu a:hover {
        color: #b6966d;
    }
}
footer .menuBox .leftBox .menu > li {
    padding: 10px 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
@media (max-width: 1180px) {
    footer .menuBox .leftBox .menu > li {
        padding: 5px 0;
    }
}
footer .menuBox .leftBox .menu > li.open {
    display: block;
}
footer .menuBox .leftBox .menu > li.open .mainLink {
    color: #b6966d;
}
footer .menuBox .leftBox .menu > li.open .mainLink .arrow {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
footer .menuBox .leftBox .menu > li .mainLink {
    position: relative;
    padding-right: 25px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
@media (max-width: 1180px) {
    footer .menuBox .leftBox .menu > li .mainLink {
        margin: 0;
        padding: 5px 0;
        width: 100%;
    }
    footer .menuBox .leftBox .menu > li .mainLink::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #fff;
    }
}
footer .menuBox .leftBox .menu > li .mainLink .arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 3px;
    right: 0;
}
@media (min-width: 1181px) {
    footer .menuBox .leftBox .menu > li .mainLink .arrow {
        display: none;
        pointer-events: none;
    }
}
footer .menuBox .leftBox .menu > li .mainLink .arrow::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 50%;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
}
footer .menuBox .leftBox .menu .submenu {
    display: block;
}
@media (max-width: 1180px) {
    footer .menuBox .leftBox .menu .submenu {
        padding: 10px 0;
        display: none;
    }
}
footer .menuBox .leftBox .menu .submenu li a {
    display: inline-block;
    line-height: 1.8;
}
footer .menuBox .rightBox {
    padding: 10px 20px;
    width: 360px;
}
@media (max-width: 1180px) {
    footer .menuBox .rightBox {
        padding: 10px 0;
        max-width: 800px;
        width: 100%;
    }
}
footer .menuBox .rightBox .title {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
footer .menuBox .rightBox .tab {
    margin: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}
footer .menuBox .rightBox .tab .tabItem {
    position: relative;
    padding: 7px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    background: #0b0b0b;
    cursor: pointer;
}
footer .menuBox .rightBox .tab .tabItem.current {
    background: #b6966d;
}
@media (min-width: 1181px) {
    footer .menuBox .rightBox .tab .tabItem:hover {
        background: #b6966d;
    }
}
footer .menuBox .rightBox .tab .tabItem svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
footer .menuBox .rightBox .tabContentBox {
    padding: 15px;
    margin-top: 10px;
    background: #0b0b0b;
    border-radius: 10px;
}
footer .menuBox .rightBox .tabContentBox .tabContent {
    position: relative;
}
footer .menuBox .rightBox .tabContentBox .tabContentItem {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
footer .menuBox .rightBox .tabContentBox .tabContentItem.current {
    z-index: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    pointer-events: all;
}
footer .menuBox .rightBox .tabContentBox .tabContentItem:first-child {
    position: relative;
}
footer .menuBox .rightBox .tabContentBox .tabContentItem .qrCode {
    position: relative;
    border-radius: 5px;
    background: #5b5b5b;
}
@media (min-width: 1181px) {
    footer .menuBox .rightBox .tabContentBox .tabContentItem .qrCode:hover {
        opacity: 0.7;
    }
}
footer .menuBox .rightBox .tabContentBox .tabContentItem .qrCode .Img {
    width: 85px;
    border-radius: 5px;
    overflow: hidden;
}
footer .menuBox .rightBox .tabContentBox .tabContentItem .qrCode .Img img {
    display: block;
    width: 100%;
    border-radius: 5px;
}
footer .menuBox .rightBox .tabContentBox .tabContentItem .qrCode .Img a {
    padding: 5px;
    display: block;
}
footer .menuBox .rightBox .tabContentBox .tabContentItem .right {
    padding: 0 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
footer .menuBox .rightBox .tabContentBox .tabContentItem .right .logo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (min-width: 1181px) {
    footer .menuBox .rightBox .tabContentBox .tabContentItem .right .logo:hover {
        opacity: 0.7;
    }
}
footer .menuBox .rightBox .tabContentBox .tabContentItem .right .logo .Img {
    display: block;
    width: 100px;
}
footer .menuBox .rightBox .tabContentBox .tabContentItem .right .logo .Img svg {
    width: 100%;
    height: auto;
    aspect-ratio: 220/35;
}
footer .menuBox .rightBox .tabContentBox .tabContentItem .right .logo .Txt {
    text-align: center;
    text-transform: uppercase;
}
footer .menuBox .rightBox .tabContentBox .tabContentItem .right .logo a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
}
footer .menuBox .rightBox .tabContentBox .tabContentItem .right .downloadBtn {
    padding-top: 10px;
    text-align: center;
}
footer .menuBox .rightBox .tabContentBox .tabContentItem .right .downloadBtn a {
    padding: 5px 10px;
    display: block;
    border-radius: 10px;
    background: #b6966d;
    border: 1px solid #b6966d;
    color: #fff;
}
@media (min-width: 1181px) {
    footer .menuBox .rightBox .tabContentBox .tabContentItem .right .downloadBtn a:hover {
        background: #fff;
        color: #b6966d;
        border-color: #b6966d;
    }
}
footer .infoBox {
    grid-column: auto/span 10;
}
@media (max-width: 1366px) {
    footer .infoBox {
        grid-column: auto/span 9;
    }
}
@media (max-width: 1180px) {
    footer .infoBox {
        grid-column: auto/span 11;
    }
}
footer .gcp {
    grid-column: auto/span 1;
    position: relative;
}
@media (max-width: 1366px) {
    footer .gcp {
        grid-column: auto/span 2;
    }
}
@media (max-width: 1180px) {
    footer .gcp {
        grid-column: auto/span 3;
    }
}
@media (max-width: 640px) {
    footer .gcp {
        grid-column: auto/span 5;
    }
}
footer .gcp .Img {
    position: relative;
}
@media (min-width: 1181px) {
    footer .gcp .Img:hover {
        opacity: 0.7;
    }
}
footer .gcp .Img img {
    display: block;
    width: 100%;
}
footer .copyright {
    grid-column: auto/span 4;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1366px) {
    footer .copyright {
        grid-column: auto/span 3;
    }
}
@media (max-width: 1180px) {
    footer .copyright {
        grid-column: auto/span 8;
    }
}
@media (max-width: 640px) {
    footer .copyright {
        grid-column: auto/span 6;
    }
}
footer .supportBox {
    grid-column: auto/span 4;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 1180px) {
    footer .supportBox {
        grid-column: auto/span 6;
    }
}
@media (max-width: 768px) {
    footer .supportBox {
        grid-column: auto/span 11;
    }
}
footer .supportBox svg {
    margin: 15px;
    width: 50px;
    height: 50px;
    color: #fff;
}
footer .supportBox .support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
}
footer .supportBox .support a {
    position: relative;
    padding: 5px 0;
    display: inline-block;
    text-transform: none;
    text-align: center;
    color: #fff;
}
@media (min-width: 1181px) {
    footer .supportBox .support a:hover {
        color: #b6966d;
    }
    footer .supportBox .support a:hover::before {
        width: 100%;
    }
}
footer .supportBox .support a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: #fff;
}
footer .contactBox {
    grid-column: auto/span 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
}
@media (max-width: 1366px) {
    footer .contactBox {
        grid-column: auto/span 4;
    }
}
@media (max-width: 1180px) {
    footer .contactBox {
        grid-column: auto/span 5;
    }
}
@media (max-width: 768px) {
    footer .contactBox {
        grid-column: auto/span 11;
    }
}
footer .contactBox .topBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
footer .contactBox .socialList {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 10px;
    background: #1e1e1e;
    overflow: hidden;
}
footer .contactBox .socialList li {
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 375px) {
    footer .contactBox .socialList li {
        width: 50%;
    }
}
footer .contactBox .socialList li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    width: 35px;
    height: 35px;
    background: #b6966d;
    border-radius: 100%;
    color: #fff;
}
@media (min-width: 1181px) {
    footer .contactBox .socialList li a:hover {
        background: #fff;
        color: #b6966d;
    }
}
footer .contactBox .socialList li a svg {
    width: 18px;
    height: 18px;
}
footer .contactBox .num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 20%;
    font-size: 18px;
}
footer .contactBox .downBox {
    height: 100%;
}
footer .contactBox .downBox .btnBox {
    width: 100%;
    height: 100%;
    margin: 0;
}
footer .contactBox .downBox .btnBox .btn {
    height: 100%;
}
footer .contactBox .downBox .btnBox a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}
/*# sourceMappingURL=master.css.map */