@font-face {
    font-family: Gill-Sans;
    font-weight: 900;
    src: url(../Fonts/Gill-Sans-Heavy.otf);
}

@font-face {
    font-family: Gill-Sans;
    font-weight: 700;
    src: url(../Fonts/Gill-Sans-bold.ttf);
}

@font-face {
    font-family: Gill-Sans;
    font-weight: 500;
    src: url(../Fonts/Gill-Sans-Medium.otf);
}

@font-face {
    font-family: Gill-Sans;
    font-weight: 300;
    src: url(../Fonts/Gill-Sans-Regular.otf);
}

@font-face {
    font-family: Gill-Sans;
    font-weight: 100;
    src: url(../Fonts/Gill-Sans-Light.otf);
}

@font-face {
    font-family: Gill-Sans-Italic;
    src: url(../Fonts/Gill-Sans-Italic.otf);
}

@font-face {
    font-family: Gill-Sans-Bold-italic;
    src: url(../Fonts/Gill-Sans-Bold-italic.ttf);
}

@font-face {
    font-family: Monsterrat;
    src: url(../Fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Monsterrat;
    font-weight: bold;
    src: url(../Fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: Noto Sans;
    src: url(../Fonts/NotoSansTC-Regular.ttf);
}

@font-face {
    font-family: Noto Sans;
    font-weight: bold;
    src: url(../Fonts/NotoSansTC-Bold.ttf);
}

@keyframes scrollBackground {
    0% {
        background-position: 75% 0;
    }

    100% {
        background-position: -125% 0;
    }
}

.header *,
.footer *,
.contentWrap *,
.otherPage * {
    box-sizing: border-box;
}

*:focus,
*:active,
*:focus-visible,
*:focus-within,
*:target,
*:-moz-focusring,
*::-moz-focus-inner {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
}

html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    /* height: 100vh; */
    display: flex;
    flex-direction: column;
    align-items: center;
    scroll-behavior: smooth;
    background-image: url('../images/paper-bg.jpg');
    background-position: center top;
    background-repeat: repeat;
    background-size: 500px;
    scroll-behavior: smooth;
}

body.active {
    overflow-y: hidden;
}

@media only screen and (max-width:1024px) {
    body.freeze {
        overflow-y: hidden;
    }
}

h1 {
    margin: 0;
    padding: 0;
    color: #e20013;
    font-size: 32px;
    font-weight: 700;
    font-family: Gill-Sans, Monsterrat, Noto Sans, sans-serif;
    ;
}

@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 28px;
    }
}

/* @media only screen and (max-width: 768px) {
    h1 {
        font-size: 24px;
    }
} */

h2 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-family: Gill-Sans, Monsterrat, Noto Sans, sans-serif;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    h2 {
        font-size: 20px;
    }
}


h3 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-family: Gill-Sans, Monsterrat, Noto Sans, sans-serif;
    font-weight: 300;
}


@media only screen and (max-width: 768px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-family: Gill-Sans, Monsterrat, Noto Sans, sans-serif;
    font-weight: 700;
}


@media only screen and (max-width: 768px) {
    h3 {
        font-size: 18px;
    }
}

h5 {
    margin: 0;
    padding: 0;
    color: #2d2d2d;
    font-size: 18px;
    font-family: Gill-Sans, Monsterrat, Noto Sans, sans-serif;
    font-weight: 300;
}

h6 {
    margin: 0;
    padding: 0;
    color: #2d2d2d;
    font-size: 19px;
    font-family: Gill-Sans, Monsterrat, Noto Sans, sans-serif;
    font-weight: 100;
}

a {
    margin: 0%;
    color: #e20013;
    font-size: 1em;
    font-family: Gill-Sans, Monsterrat, Noto Sans, sans-serif;
    font-weight: 100;
    letter-spacing: 0.7px;
    text-decoration: none;
}

p {
    margin: 0;
    color: #2d2d2d;
    font-size: 16px;
    font-family: Gill-Sans, Monsterrat, Noto Sans, sans-serif, Noto Sans, sans-serif;
    font-weight: 100;
    letter-spacing: 0.7px;
    text-decoration: none;
    line-height: 1.7;
    letter-spacing: 0.7px;
}

@media only screen and (max-width: 1024px) {
    p {
        font-size: 16px;
    }
}

/* ol {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    counter-reset: list-counter;
    list-style-type: none;
    padding-left: 0;
}

ol li {
    counter-increment: list-counter;
    margin: 0;
    position: relative;
    padding-left: 30px;
    font-family: Gill-Sans, Monsterrat, Noto Sans, sans-serifR;
    letter-spacing: 0.7px;
    font-size: 16px;
    text-decoration: none;
}

ol li::before {
    content: counter(list-counter)".";
    font-family: Arial;
    position: absolute;
    left: 0;
    color: #e20013;
    font-weight: 900;
    margin-top: -3px;
} */

button {
    background-color: rgba(0, 0, 0, 0);
    border: 0px solid rgba(0, 0, 0, 0);
}

/*-----animation-----*/

.easeInOut1 {
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.easeInOut25 {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.easeInOut5 {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.transition1 {
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}

/*-----animation-----*/

.header {
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    position: fixed;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    z-index: 100;
    scroll-behavior: smooth;
    background-image: url('../images/paper-bg.jpg');
    background-position: center top;
    background-repeat: repeat;
    background-size: 500px;
    scroll-behavior: smooth;
}

.header .top-menu {
    max-width: 1920px;
    position: static;
    margin-top: 0;
    padding: 0 35px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 100;
    background-image: url('../images/paper-bg.jpg');
    background-position: center top;
    background-repeat: repeat;
    background-size: 500px;
    scroll-behavior: smooth;
}

@media only screen and (max-width: 768px) {
    .header .top-menu {
        padding: 0 20px;
    }
}

.header .top-menu .menuLeft,
.header .top-menu .menuRight {
    display: flex;
    align-items: center;
}

.header .top-menu .menuLeft a {
    display: flex;
}

.header .top-menu .menuLeft a img:first-child {
    height: 64px;
    position: relative;
}

.header .top-menu .menuLeft a img:nth-child(2) {
    height: 64px;
    position: absolute;
    z-index: 10;
}

.header .top-menu .menuLeft h4 {
    padding: 40px;
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
    .header .top-menu .menuLeft h4 {
        display: none;
    }
}

.word {
    color: #2d2d2d;
}

/*-----global-----*/

.contentWrap {
    width: 100%;
    margin-top: 110px;
    max-width: 1640px;
    min-height: calc(100vh - 380px);
    padding: 20px 35px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 60px;
}

.contentWrap.active {
    height: calc(100% - 210px);
}

@media only screen and (max-width: 768px) {
    .contentWrap {
        padding: 20px 20px;
    }
}

.contentWrap>.titleContainer {
    width: fit-content;
    /* margin-bottom: 25px; */
    padding: 10px 35px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .contentWrap>.titleContainer {
        padding: 15px 0;
    }
}

.contentWrap>.titleContainer>div:first-child {
    /* --j: max(0.15em, 4.5px); */
    --j: 5px;
    display: block;
    /* width: max(1em, 30px); */
    width: 40px;
    /* min-width: 30px; */
    /* height: max(1em, 30px); */
    height: 40px;
    /* margin-left: calc(-1 * max(1.5em, 30px)); */
    margin-right: max(0.5em, 15px);
    background-color: #e20013;
    mask-image:
        /* top protrusion */
        radial-gradient(circle var(--j) at 50% var(--j), white calc(100% - 0.5px), transparent 100%),
        /* bottom protrusion */
        radial-gradient(circle var(--j) at 50% calc(100% - var(--j)), white calc(100% - 0.5px), transparent 100%),
        /* right notch */
        radial-gradient(circle var(--j) at calc(100% - var(--j)) 50%, transparent calc(100% - 0.5px), white 100%),
        /* chop top & bottom */
        linear-gradient(to bottom, transparent var(--j), white var(--j), white calc(100% - var(--j)), transparent 0),
        /* chop left & right */
        linear-gradient(to right, transparent var(--j), white var(--j), white calc(100% - var(--j)), transparent 0);
    mask-composite: add, add, intersect, intersect;
}

@media only screen and (max-width: 1024px) {
    .contentWrap>.titleContainer>div:first-child {
        --j: 4px;
        width: 35px;
        height: 35px;
    }
}

@media only screen and (max-width: 768px) {
    .contentWrap>.titleContainer>div:first-child {
        --j: 3px;
        width: 30px;
        height: 30px;
    }
}

.contentWrap>.titleContainer>h1 {
    font-size: 45px;
    width: fit-content;
    /* margin-bottom: 25px; */
    display: inline-block;
    align-items: center;
    justify-content: center;
    /* padding: 20px 0; */
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .contentWrap>.titleContainer>h1 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 768px) {
    .contentWrap>.titleContainer>h1 {
        font-size: 24px;
    }
}

.contentWrap * {
    /* max-width: 1340px; */
    max-width: 1300px;
}

.otherPage {
    margin: 50px 0 0;
    padding: 40px 20px;
    width: calc(100% - 70px);
    /* max-width: 1600px; */
    max-width: 1300px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    border-top: 2px solid #e20013;
    overflow: hidden;
    gap: 40px;
}

@media only screen and (max-width: 768px) {
    .otherPage {
        /* width: calc(100% - 20px); */
        width: calc(100% - 40px);
        padding: 20px 10px;
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.otherPage .other a {
    position: relative;
    display: flex;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.otherPage .other a h2 {
    font-family: Gill-Sans, Monsterrat, Noto Sans, sans-serif;
    color: #e20013;
}

.otherPage .otherLeft a {
    padding-left: 33px;
}

.otherPage .otherRight {
    text-align: right;
}

.otherPage .otherRight a {
    width: 100%;
    padding-right: 33px;
    justify-content: flex-end;
}

.otherPage .other a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 65px;
    height: 65px;
    background-size: contain;
    background-repeat: no-repeat;
}

.otherPage .otherLeft a::after {
    left: -40px;
    background-image: url(../images/chevron_left.svg);
}

.otherPage .otherRight a::after {
    right: -40px;
    background-image: url(../images/chevron_right.svg);
}

@media only screen and (max-width: 768px) {
    .otherPage .otherLeft a {
        padding-left: 20px;
        padding-right: 10px;
    }

    .otherPage .otherRight a {
        padding-left: 10px;
        padding-right: 20px;
    }

    .otherPage .otherLeft a::after {
        left: -32px;
    }

    .otherPage .otherRight a::after {
        right: -34px;
    }
}

/*-----right top menu button-----*/

#btnMenuWrap {
    --br: 10px;
    width: 60px;
    height: 55px;
    margin-left: 15px;
    padding-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    mask-image:
        radial-gradient(circle 10px at calc(50% + 5px) 100%, transparent calc(100% - 1px), white 100%),
        radial-gradient(circle 10px at 10px 50%, white 0, white 10px, transparent 10px, transparent 100%),
        linear-gradient(to right, transparent 0, transparent 10px, white 10px, white 100%);
    mask-composite: intersect, add;
    border-top-right-radius: 10px;
    background-color: #e20013;
    z-index: 100;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    touch-action: manipulation;
    cursor: pointer;
}

#btn-menu {
    width: 21px;
    height: 19px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 100;
}

#btn-menu span {
    background: #fff;
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

#btn-menu span:nth-child(1) {
    top: 0px;
}

#btn-menu span:nth-child(2),
#btn-menu span:nth-child(3) {
    top: 7px;
}

#btn-menu span:nth-child(4) {
    top: 14px;
}

#btnMenuWrap:hover #btn-menu span,
#btnMenuWrap.active #btn-menu span {
    background: #fff;
}

#btnMenuWrap.active #btn-menu span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#btnMenuWrap.active #btn-menu span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#btnMenuWrap.active #btn-menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#btnMenuWrap.active #btn-menu span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/*-----hamburger-----*/

#btn-inner {
    width: 17px;
    height: 17px;
    display: none;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
    z-index: 100;
}

@media only screen and (max-width: 1024px) {
    #btn-inner {
        width: 17px;
        height: 17px;
        display: block;
    }
}

#btn-inner span {
    left: 0;
    position: absolute;
    width: 100%;
    height: 4px;
    display: block;
    background: #fff;
    /* border-radius: 3px; */
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.innerMenu:hover #btn-inner span {
    background: #2d2d2d;
}

.innerMenu.active #btn-inner span {
    background: #7030A0;
}

#btn-inner span:nth-child(2) {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.innerMenu .innerTitle #btn-inner span:nth-child(1),
.innerMenu .innerTitle #btn-inner span:nth-child(2) {
    top: 6px;
}

/*-----menu right-----*/

.menuRight {
    display: flex;
}

.menuRight a {
    display: flex;
    color: #2d2d2d;
    padding: 15px;
}

@media only screen and (max-width:1024px) {
    .menuRight a {
        display: none;
    }
}

.menuRight a:hover {
    color: #e20013;
    cursor: pointer;
}

.menuRight a img {
    width: 60px;
}

.menuRight .btn-lang {
    font-family: Gill-Sans, Monsterrat, Noto Sans, sans-serif;
    font-weight: 300;
}

/*-----dlMenu-----*/

.dlMenu {
    position: fixed;
    top: -100%;
    left: calc(-1 * var(--mr));
    width: 100%;
    padding: 20px 15px 80px 40px;
    background-color: #e20013;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    opacity: 0;
}

@media only screen and (max-width:768px) {
    .dlMenu {
        padding: 20px 5px 80px 25px;
    }
}

.dlMenu.active {
    top: 110px;
    opacity: 0.9;
}

.dlMenu .dlColumnBorder {
    width: 100%;
    padding: 2px;
    max-width: 1600px;
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    position: relative;
    margin-left: calc(-2 * var(--mr));
    width: calc(100% - var(--mr));
    height: 100%;
    mask-image:
        /* notch */
        radial-gradient(circle var(--mr) at 100% 50%, transparent calc(var(--mr) - 0.5px), white var(--mr)),
        /* protrusion */
        radial-gradient(circle var(--mr) at var(--mr) 50%, white calc(100% - 0.5px), transparent 100%),
        /* body */
        linear-gradient(to right, transparent 0%, transparent var(--mr), white var(--mr), white 100%);
    mask-composite: intersect, add;
}

.dlMenu .dlColumnBorder:nth-child(even) {
    left: var(--mr);
    width: calc(100% - var(--mr));
    height: 100%;
    mask-image:
        /* protrusion */
        radial-gradient(circle var(--mr) at calc(100% - var(--mr)) 50%, white calc(100% - 0.5px), transparent 100%),
        /* body */
        linear-gradient(to right, white 0%, white calc(100% - var(--mr)), transparent 0),
        /* notch */
        radial-gradient(circle var(--mr) at 0% 50%, transparent calc(100% - 0.5px), white 100%);
    mask-composite: add, intersect;
}

.dlMenu .dlColumn {
    left: 2px;
    width: 100%;
    padding: 20px 25px;
    display: grid;
    /* margin-left: 2px; */
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-start;
    gap: 30px;
    background-color: #e20013;
    padding-left: 35px;
    mask-image:
        /* protrusion */
        radial-gradient(circle calc(var(--mr) - 2px) at calc(var(--mr) - 2px) 50%, white calc(100% - 0.5px), transparent 100%),
        /* body */
        linear-gradient(to right, transparent 0%, transparent var(--mr), white var(--mr), white 100%),
        /* notch */
        radial-gradient(circle calc(var(--mr) + 2px) at calc(100% + 2px) 50%, transparent calc(var(--mr) + 2px), white calc(var(--mr) - 2px));
    mask-composite: add, intersect;
}

.dlMenu .dlColumnBorder:nth-child(even) .dlColumn {
    padding: 20px 25px 20px 25px;
    /* width: calc(100% - var(--mr) - 2px); */
    height: calc(100% - 4px);
    mask-image:
        /* protrusion */
        radial-gradient(circle calc(var(--mr) - 2px) at calc(100% - var(--mr) + 2px) 50%, white calc(100% - 0.5px), transparent 100%),
        /* body */
        linear-gradient(to right, white 0%, white calc(100% - var(--mr)), transparent 0),
        /* notch */
        radial-gradient(circle calc(var(--mr) + 2px) at calc(0% - 2px) 50%, transparent calc(100% - 0.5px), white 100%);
    mask-composite: add, intersect;
}

@media only screen and (max-width:1024px) {
    .dlMenu .dlColumn {
        grid-template-columns: repeat(2, 1fr);
    }
}

.dlMenu .dlColumn .dlSubpage {
    padding-top: 5px;
    grid-column: span 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

@media only screen and (max-width:768px) {
    .dlMenu .dlColumn .dlSubpage {
        grid-template-columns: 1fr;
    }
}

.dlMenu .dlColumn a {
    color: #fff;
    position: relative;
    padding-right: 35px;
    left: var(--mr);
}

@media only screen and (max-width:1024px) {
    .dlMenu .dlColumn>a {
        grid-column: span 2;
    }
}

.dlMenu .dlColumn a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background-image: url(../images/menu-icon-download.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.dlMenu .dlColumn h3 {
    font-weight: 700;
}

/*-----dropdownMenu-----*/
:root {
    --container-height: 1400px;
    /*notchs & protrusions*/
    --r: clamp(0px, 3vw, 50px);
    --mr: 10px;
    /* line thickness */
    --l: 10px;
    /* padding inside each menu */
    --p: clamp(0px, 3.5vw, 67.2px);
}

.dropdownMenuWrapper {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: -100%;
    width: clamp(0px, 100%, 1920px);
    height: 100%;
    /* background-color: #7030A0; */
    background-color: rgba(111, 48, 160, 0.9);
    /* background-image: url('../images/paper-bg.jpg'); */
    background-position: center top;
    background-repeat: repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    padding-top: 110px;
    overflow-x: hidden;
    overflow-y: hidden;
    /* opacity: 0.9; */
}

@media only screen and (max-width: 1024px) {
    .dropdownMenuWrapper {
        background-image: url('../images/paper-bg.jpg');
        opacity: 1;
    }
}

.dropdownMenuWrapper .dropdownMenu {
    width: 100%;
    height: 100%;
    display: grid;
    justify-items: center;
    gap: 30px;
}

@media only screen and (max-width: 1024px) {
    .dropdownMenuWrapper .dropdownMenu {
        padding: 20px 35px 40px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .dropdownMenuWrapper .dropdownMenu {
        padding: 20px 20px 40px;
    }
}

.dropdownMenuWrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.dropdownMenuWrapper a {
    color: #fff;
    font-size: 16px;
}

.dropdownMenuWrapper.active {
    top: 0;
    overflow-y: inherit;
}

.bgImageWrap {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    max-width: none !important;
    height: calc(var(--container-height) + 1px);
    /* height: 100%; */
    display: flex !important;
    gap: 0 !important;
    animation: scrollBackground 200s linear infinite;
    -webkit-animation: scrollBackground 200s linear infinite;
    background-size: calc(var(--container-height)* 3.428) 100%;
    /* width: calc(2* var(--container-height)* 3.428); */
    width: 200%;
    will-change: background-position;
    backface-visibility: hidden;
    /* transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0); */
    -webkit-backface-visibility: hidden;
    z-index: -10;
}

@media only screen and (min-width:1025px) {
    .bgImageWrap {
        display: none !important;
    }
}

.dropdownMenuWrapper .dropdownMenu>.puzzleMenuFrame {
    position: relative;
    /* max-width: 1700px; */
    display: grid;
    width: 100%;
    height: calc(100vh - 110px);
}

@media only screen and (max-width: 1024px) {
    .dropdownMenuWrapper .dropdownMenu>.puzzleMenuFrame {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}

.dropdownMenuWrapper .dropdownMenu>.puzzleMenuFrame>.puzzleContainer:first-child .bgImageWrap,
.dropdownMenuWrapper .dropdownMenu>.puzzleMenuFrame>.puzzleContainer:nth-child(3) .bgImageWrap {
    top: 0;
    bottom: inherit;
}

@media only screen and (max-width: 1024px) {
    .dropdownMenuWrapper .dropdownMenu>.puzzleMenuFrame>.puzzleContainer {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .dropdownMenuWrapper .dropdownMenu>.puzzleMenuFrame>.puzzleContainer:nth-child(even) {
        width: 100%;
        height: 100%;
    }
}

/* desktop */


@media only screen and (min-width: 1025px) {
    .dropdownMenuWrapper .dropdownMenu>.puzzleMenuFrame {
        width: 100%;
        height: 100%;
        padding: 0 35px;
        grid-template-columns: repeat(6, 1fr);
        z-index: 10;
    }

    .dropdownMenuWrapper .dropdownMenu>.puzzleMenuFrame>.puzzleContainer {
        grid-column: span 2;
    }

    .dropdownMenuWrapper .dropdownMenu>.puzzleMenuFrame>.puzzleContainer:nth-child(4),
    .dropdownMenuWrapper .dropdownMenu>.puzzleMenuFrame>.puzzleContainer:nth-child(5) {
        grid-column: span 3;
        border-top: 2px solid #fff;
    }
}

.dropdownMenuWrapper .dropdownMenu>.puzzleMenuFrame>.puzzleContainer>.innerMenuImg {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 5px solid #fff; */
    overflow: hidden;
    /* cursor: pointer; */
    z-index: 1;
    object-fit: cover;
}

.dropdownMenuWrapper .dropdownMenu>.puzzleMenuFrame>.puzzleContainer>.innerMenuImg>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
}

.dropdownMenuWrapper .dropdownMenu>.puzzleMenuFrame>.puzzleContainer>.innerMenu {
    position: relative;
    width: 100%;
    height: 100%;
    /* padding: 60px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 5px solid #fff; */
    /* border-radius: 70px; */
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    font-family: Gill-Sans, Monsterrat, Noto Sans, sans-serif, Noto Sans, sans-serif;
    font-weight: 700;
    z-index: 1;
    /* background: -webkit-linear-gradient(transparent, rgba(90, 120, 185, 0.3));
    -webkit-transition: padding .3s ease-in-out;
    -moz-transition: padding .3s ease-in-out;
    -o-transition: padding .3s ease-in-out;
    transition: padding .3s ease-in-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    touch-action: manipulation; */
}

.dropdownMenuWrapper .dropdownMenu>div .innerMenu .windowLower img {
    display: none;
}

@media only screen and (min-width: 1025px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .windowLower img {
        height: clamp(0px, 13vmax, 250px);
        display: flex;
        padding-left: 20px;
        border-left: 2px solid #fff;
    }

    .dropdownMenuWrapper .dropdownMenu>div .puzzleContainer:nth-child(4) .innerMenu .windowLower img {
        padding-left: 0px;
        border-left: 0;
    }
}

@media only screen and (min-width: 1430px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .windowLower img {
        padding-left: 30px;
    }
}


@media only screen and (max-width: 1024px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu {
        padding: 50px;
    }
}

@media only screen and (max-width: 1024px) {

    .dropdownMenuWrapper .dropdownMenu .puzzleContainer:first-child .innerMenu.active {
        padding-bottom: 85px;
    }

    .dropdownMenuWrapper .dropdownMenu .puzzleContainer:nth-child(4) .innerMenu.active {
        padding-bottom: 215px;
    }

    .dropdownMenuWrapper .dropdownMenu .puzzleContainer:nth-child(5) .innerMenu.active {
        padding-bottom: 155px;
    }
}

@media only screen and (max-width: 486px) {
    .dropdownMenuWrapper .dropdownMenu .puzzleContainer:first-child .innerMenu.active {
        padding-bottom: 105px;
    }
}

@media only screen and (max-width: 411px) {

    .dropdownMenuWrapper .dropdownMenu .puzzleContainer:nth-child(4) .innerMenu.active {
        padding-bottom: 235px;
    }
}

@media only screen and (max-width: 409px) {

    .dropdownMenuWrapper .dropdownMenu .puzzleContainer:nth-child(4) .innerMenu.active {
        padding-bottom: 250px;
    }
}

@media only screen and (max-width: 387px) {

    .dropdownMenuWrapper .dropdownMenu .puzzleContainer:nth-child(4) .innerMenu.active {
        padding-bottom: 270px;
    }
}

@media only screen and (max-width: 368px) {
    .dropdownMenuWrapper .dropdownMenu .puzzleContainer:first-child .innerMenu.active {
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 372px) {
    .dropdownMenuWrapper .dropdownMenu .puzzleContainer:nth-child(4) .innerMenu.active {
        padding-bottom: 275px;
    }
}

@media only screen and (max-width: 358px) {
    .dropdownMenuWrapper .dropdownMenu .puzzleContainer:nth-child(4) .innerMenu.active {
        padding-bottom: 285px;
    }
}

@media only screen and (max-width: 344px) {
    .dropdownMenuWrapper .dropdownMenu .puzzleContainer:nth-child(4) .innerMenu.active {
        padding-bottom: 290px;
    }
}



@media only screen and (max-width: 361px) {
    .dropdownMenuWrapper .dropdownMenu .puzzleContainer:nth-child(5) .innerMenu.active {
        padding-bottom: 165px;
    }
}

@media only screen and (max-width: 336px) {
    .dropdownMenuWrapper .dropdownMenu .puzzleContainer:nth-child(5) .innerMenu.active {
        padding-bottom: 175px;
    }
}

@media only screen and (max-width: 326px) {
    .dropdownMenuWrapper .dropdownMenu .puzzleContainer:nth-child(5) .innerMenu.active {
        padding-bottom: 195px;
    }
}

@media only screen and (max-width: 321px) {
    .dropdownMenuWrapper .dropdownMenu .puzzleContainer:nth-child(5) .innerMenu.active {
        padding-bottom: 195px;
    }
}

/* @media only screen and (max-width: 321px) {
    .dropdownMenuWrapper .dropdownMenu .puzzleContainer:nth-child(5) .innerMenu.active {
        padding-bottom: 180px;
    }
} */

/* @media only screen and (max-width: 313px) {
    .dropdownMenuWrapper .dropdownMenu .puzzleContainer:first-child .innerMenu.active {
        padding-bottom: 300px;
    }
} */

/* @media only screen and (max-width: 375px) {
    .dropdownMenuWrapper .dropdownMenu .innerMenu.active:first-child {
        padding-bottom: 330px;
    }
}

@media only screen and (max-width: 368px) {
    .dropdownMenuWrapper .dropdownMenu .innerMenu.active:first-child {
        padding-bottom: 370px;
    }
} */

/* .dropdownMenuWrapper .dropdownMenu>div .innerMenu:hover {
    border: 5px solid #fd7f12;
}

@media only screen and (max-width: 1024px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu.active {
        border: 5px solid #fd7f12;
    }
} */

.dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerTitle {
    width: 100%;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    z-index: 1;
}

@media only screen and (min-width: 1025px) {

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerTitle {
        width: 100%;
        padding: calc(var(--p) * 1.5) var(--p);
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0;
        z-index: 1;
    }

    .dropdownMenuWrapper .dropdownMenu>.puzzleMenuFrame>.puzzleContainer:first-child>.innerMenu .innerTitle {
        padding-right: calc(var(--p) + var(--r));
    }

    .dropdownMenuWrapper .dropdownMenu>.puzzleMenuFrame>.puzzleContainer:nth-child(2)>.innerMenu .innerTitle {
        /* padding: calc(calc(var(--p) * 1.5) + var(--l) + var(--r)) calc(var(--p) + var(--l) + var(--r)) 0 calc(var(--p)); */
        padding: calc(calc(var(--p) * 1.5) + var(--l) + var(--r)) 0 0 calc(var(--p));
    }

    .dropdownMenuWrapper .dropdownMenu>.puzzleMenuFrame>.puzzleContainer:nth-child(3)>.innerMenu .innerTitle {
        padding-left: calc(var(--p) + var(--r));
    }

    .dropdownMenuWrapper .dropdownMenu>.puzzleMenuFrame>.puzzleContainer:nth-child(4)>.innerMenu .innerTitle {
        padding: calc(calc(var(--p) + var(--l)) * 1.5) calc(var(--p) + var(--r) + var(--l));
    }

    .dropdownMenuWrapper .dropdownMenu>.puzzleMenuFrame>.puzzleContainer:nth-child(5)>.innerMenu .innerTitle {
        padding: calc(calc(var(--p) * 1.5) + var(--l) + var(--r)) var(--p) 0 calc(var(--p) + var(--l));
    }
}

.dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerTitle h2 {
    position: relative;
    width: 100%;
    color: #fff;
    /* font-size: 2.5em; */
    /* font-size: clamp(25px, 2.2vw, 42.24px); */
    font-size: clamp(25px, 2.5vw, 48px);
    font-family: Gill-Sans, Monsterrat, Noto Sans, sans-serif, Noto Sans, sans-serif;
    font-weight: 700;
    text-align: left;
    z-index: 1;
}

@media only screen and (min-width: 1025px) {
    .dropdownMenuWrapper .dropdownMenu>.puzzleMenuFrame>.puzzleContainer:nth-child(2) .innerMenu .innerTitle h2 {
        margin-top: -25px;
    }
}

@media only screen and (max-height: 700px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerTitle h2 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 1024px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerTitle h2 {
        font-size: 20px;
        text-align: left;
        padding-right: 20px;
    }

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu:hover .windowUpper .innerTitle h2 {
        color: rgb(225, 225, 225, 0.8);
    }

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu:hover .windowUpper .innerTitle #btn-inner span {
        background: rgb(225, 225, 225, 0.8);
    }

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .windowLower .innerTitle h2 {
        color: #7030A0;
    }

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerTitle.linkArrow {
        padding: 0 0 0 30px;
    }

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerTitle.linkArrow h2 {
        padding-right: 50px;
    }

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu:hover .innerTitle.linkArrow h2 {
        color: rgb(225, 225, 225, 0.8);
    }

}


.dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerTitle.linkArrow h2:after {
    display: none;
    content: '';
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-image: url(../images/arrow_rightW.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.dropdownMenuWrapper .dropdownMenu>div .innerMenu:hover .innerTitle.linkArrow h2:after {
    opacity: 0.8;
}

@media only screen and (max-width: 1024px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerTitle.linkArrow h2:after {
        display: flex;
    }
}

.dropdownMenuWrapper .dropdownMenu>div .innerMenu .bgContainer {
    max-width: none;
    gap: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

/*-----dropdownWrapper-----*/

/* .dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerWindowFrame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(200% - 40px);
    display: grid;
    grid-template-rows: 1fr 40px 1fr;
    box-sizing: border-box;
    -webkit-transition: top .3s ease-in-out;
    -moz-transition: top .3s ease-in-out;
    -o-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
}

.dropdownMenuWrapper .dropdownMenu>div .innerMenu:hover>.innerWindowFrame {
    top: calc(-100% + 40px);
} */

@media only screen and (min-width: 1025px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerWindowFrame {
        position: absolute;
        top: 0;
        left: -100%;
        width: 200%;
        height: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        box-sizing: border-box;
        -webkit-transition: left .3s ease-in-out;
        -moz-transition: left .3s ease-in-out;
        -o-transition: left .3s ease-in-out;
        transition: left .3s ease-in-out;
    }

    /* Add a pseudo-element for the background */
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerWindowFrame::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background: #e20013; */
        z-index: -1;
        /* Place behind the content */
        -webkit-transition: opacity .3s ease-in-out;
        -moz-transition: opacity .3s ease-in-out;
        -o-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
        opacity: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerWindowFrame {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 200%;
        display: grid;
        grid-template-rows: 60px 60px;
        grid-template-columns: 1fr;
        box-sizing: border-box;
        background-image: url(assets/images/menu-hk-bg.jpg);
        -webkit-transition: top .3s ease-in-out;
        -moz-transition: top .3s ease-in-out;
        -o-transition: top .3s ease-in-out;
        transition: top .3s ease-in-out;
    }

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerWindowFrame::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #7030A0;
        opacity: 0.9;
        z-index: -1;
        /* Place behind the content */
        -webkit-transition: opacity .3s ease-in-out;
        -moz-transition: opacity .3s ease-in-out;
        -o-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
    }

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu.active .innerWindowFrame::before {
        opacity: 0;
    }

    /* .dropdownMenuWrapper .dropdownMenu .puzzleContainer:nth-child(odd) .innerMenu .innerWindowFrame {
        padding-right: var(--mr);
    }

    .dropdownMenuWrapper .dropdownMenu .puzzleContainer:nth-child(even) .innerMenu .innerWindowFrame {
        padding-left: var(--mr);
    } */

    .dropdownMenuWrapper .dropdownMenu .puzzleContainer .innerMenu .innerWindowFrame {
        grid-template-rows: 100px 350px;
    }

    /* .dropdownMenuWrapper .dropdownMenu .puzzleContainer:first-child .innerMenu .innerWindowFrame {
        grid-template-rows: 100px 150px;
    }

    .dropdownMenuWrapper .dropdownMenu .puzzleContainer:nth-child(4) .innerMenu .innerWindowFrame {
        grid-template-rows: 100px 250px;
    }

    .dropdownMenuWrapper .dropdownMenu .puzzleContainer:nth-child(5) .innerMenu .innerWindowFrame {
        grid-template-rows: 100px 200px;
    } */

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu:hover>.innerWindowFrame {
        top: 0;
    }

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu.active>.innerWindowFrame {
        top: -100px;
    }
}

/* @media only screen and (max-width: 498px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerWindowFrame {
        grid-template-rows: 70px 30px;
    }

    .dropdownMenuWrapper .dropdownMenu .innerMenu:first-child .innerWindowFrame {
        grid-template-rows: 70px 130px;
    }

    .dropdownMenuWrapper .dropdownMenu .innerMenu:first-child .innerWindowFrame {
        grid-template-rows: 70px 260px;
    }

    .dropdownMenuWrapper .dropdownMenu .innerMenu:nth-child(2) .innerWindowFrame {
        grid-template-rows: 70px 170px;
    }

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu.active>.innerWindowFrame {
        top: -70px;
    }
}

@media only screen and (max-width: 410px) {
    .dropdownMenuWrapper .dropdownMenu .innerMenu:first-child .innerWindowFrame {
        grid-template-rows: 70px 320px;
    }
}

@media only screen and (max-width: 375px) {
    .dropdownMenuWrapper .dropdownMenu .innerMenu:first-child .innerWindowFrame {
        grid-template-rows: 70px 350px;
    }
}

@media only screen and (max-width: 368px) {
    .dropdownMenuWrapper .dropdownMenu .innerMenu:first-child .innerWindowFrame {
        grid-template-rows: 70px 410px;
    }
} */

.dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerWindowFrame .windowUpper,
.dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerWindowFrame .windowLower {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    gap: 20px;
}

/* .dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerWindowFrame .windowLower {
    overflow-y: auto;
} */

@media only screen and (min-width: 1025px) {

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerWindowFrame .windowUpper.linkPage,
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerWindowFrame .windowLower.linkPage {
        padding: 20px 0;
        gap: 20px;
        align-items: center;
    }
}

@media only screen and (min-width: 1430px) {

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerWindowFrame .windowUpper.linkPage,
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerWindowFrame .windowLower.linkPage {
        gap: 30px;
    }

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerWindowFrame .windowUpper,
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerWindowFrame .windowLower {
        gap: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerWindowFrame .windowLower.linkPage {
        height: 100px;
        margin-top: -100px;
        z-index: 10;
    }
}

.dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerWindowFrame .windowLower.linkPage .pageBtn h2 {
    position: relative;
    width: 100%;
    font-size: 35px;
    font-family: Gill-Sans, Monsterrat, Noto Sans, sans-serif, Noto Sans, sans-serif;
    font-weight: 700;
    text-align: center;
    z-index: 1;
}

@media only screen and (max-width:1024px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerWindowFrame .windowLower.linkPage .pageBtn h2 {
        display: none;
    }
}

/* .dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerWindowFrame .windowUpper>div {
    margin-bottom: -40px;
} */

@media only screen and (min-width: 1025px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerWindowFrame .windowUpper>div {
        margin-bottom: 0;
    }

    .dropdownMenuWrapper .dropdownMenu>div .puzzleContainer:nth-child(2) .innerMenu .innerWindowFrame .windowUpper>div,
    .dropdownMenuWrapper .dropdownMenu>div .puzzleContainer:nth-child(5) .innerMenu .innerWindowFrame .windowUpper>div {
        margin-bottom: calc(-1 * var(--r));
    }
}

@media only screen and (max-width: 1024px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerWindowFrame .windowUpper>div {
        height: 100px;
    }
}

@media only screen and (max-width: 1024px) {

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerWindowFrame .windowLower>.pageBtn {
        height: 90px;
        margin-top: 0;
    }

    .dropdownMenuWrapper .dropdownMenu>.innerMenu .innerWindowFrame .windowLower>ul {
        height: 100px;
        margin-top: 0;
        padding: 10px 0 0 30px;
    }

    .dropdownMenuWrapper .dropdownMenu>.innerMenu:first-child .innerWindowFrame .windowLower>ul {
        height: 230px;
        margin-top: 0;
        padding: 10px 0 0 30px;
    }

    .dropdownMenuWrapper .dropdownMenu>.innerMenu.active:nth-child(2) .innerWindowFrame .windowLower>ul {
        height: 170px;
        margin-top: 0;
        padding: 10px 0 0 30px;
    }
}

@media only screen and (max-width: 509px) {
    .dropdownMenuWrapper .dropdownMenu>.innerMenu .innerWindowFrame .windowLower>ul {
        height: 155px;
        padding: 10px 0 0 30px;
    }
}

@media only screen and (max-width: 627px) {
    .dropdownMenuWrapper .dropdownMenu>.innerMenu:first-child .innerWindowFrame .windowLower>ul {
        height: 270px;
        margin-top: 0;
        padding: 10px 0 0 30px;
    }
}

@media only screen and (max-width: 410px) {
    .dropdownMenuWrapper .dropdownMenu>.innerMenu:first-child .innerWindowFrame .windowLower>ul {
        height: 300px;
    }
}

@media only screen and (max-width: 375px) {
    .dropdownMenuWrapper .dropdownMenu>.innerMenu:first-child .innerWindowFrame .windowLower>ul {
        height: 330px;
    }
}

@media only screen and (max-width: 368px) {
    .dropdownMenuWrapper .dropdownMenu>.innerMenu:first-child .innerWindowFrame .windowLower>ul {
        height: 370px;
    }
}

.dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerWindowFrame .windowHandle {
    display: flex;
    position: relative;
    width: 100%;
    height: 40px;
    min-height: 40px;
    margin-bottom: -20px;
}

@media only screen and (max-width: 1024px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerWindowFrame .windowHandle {
        height: 30px;
        min-height: 30px;
    }
}

.dropdownMenuWrapper .dropdownMenu>div .innerMenu .innerWindowFrame .windowHandle:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    display: block;
    height: 5px;
    width: 20%;
    min-width: 50px;
    transform: translate(-50%, -50%);
}

.dropdownMenuWrapper .dropdownMenu>div .innerMenu .pageBtn,
.dropdownMenuWrapper .dropdownMenu>div .innerMenu ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: inherit;
    margin-top: -20px;
    padding: calc(var(--p) * 1.5) 0 0 var(--p);
    gap: 0.5em;
    list-style-type: none;
    line-height: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 1025px) {

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .pageBtn,
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu ul {
        margin-top: 0;
        padding: 5px 20px 5px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* .dropdownMenuWrapper .dropdownMenu>div .puzzleContainer:first-child .innerMenu ul {
        padding-right: calc(var(--p) + var(--r));
    }

    .dropdownMenuWrapper .dropdownMenu>div .puzzleContainer:nth-child(2) .innerMenu ul {
        padding: calc(calc(var(--p) * 1.5) + var(--l) + var(--l) + var(--r) - 25px) calc(var(--p) + var(--r)) 0 var(--p);
    }

    .dropdownMenuWrapper .dropdownMenu>div .puzzleContainer:nth-child(3) .innerMenu ul {
        padding-left: calc(var(--p) + var(--l));
        padding-right: var(--p);
    }

    .dropdownMenuWrapper .dropdownMenu>div .puzzleContainer:nth-child(4) .innerMenu ul {
        padding: calc(calc(var(--p) + var(--l)) * 1.5) calc(var(--p) + var(--r) + var(--l)) 0;
    }

    .dropdownMenuWrapper .dropdownMenu>div .puzzleContainer:nth-child(5) .innerMenu ul {
        padding: calc(calc(var(--p) * 1.5) + var(--l) + var(--r)) var(--p) 0 calc(var(--p) + var(--l));
    } */
}

@media only screen and (max-width: 1024px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu ul {
        padding-top: 10px;
        justify-content: flex-start;
        gap: 15px;
    }
}

@media only screen and (max-height: 500px) {
    .dropdownMenuWrapper .dropdownMenu>div .puzzleContainer:nth-child(4) .innerMenu ul {
        justify-content: flex-start;
    }
}

@media only screen and (max-height: 500px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu ul {
        margin-top: 0;
        overflow-y: auto;
    }
}

@media only screen and (max-width:1024px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu ul {
        gap: 15px;
    }

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .windowLower.linkPage ul {
        display: none;
    }
}

.dropdownMenuWrapper .dropdownMenu>div .innerMenu ul .innerTitle {
    display: none;
    padding: 0 10px 0 0;
}

@media only screen and (max-width: 1024px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu ul .innerTitle {
        display: flex;
    }
}

.dropdownMenuWrapper .dropdownMenu>div .innerMenu ul .innerTitle h2 {
    padding: 0 10px 0 0;
}

.dropdownMenuWrapper .dropdownMenu>div .innerMenu .pageBtn,
.dropdownMenuWrapper .dropdownMenu>div .innerMenu ul h3,
.dropdownMenuWrapper .dropdownMenu>div .innerMenu ul li {
    width: 100%;
    line-height: 0;
    overflow: hidden;
}

.bgList {
    position: absolute;
}

.dropdownMenuWrapper .dropdownMenu>div .innerMenu ul h3,
.dropdownMenuWrapper .dropdownMenu>div .innerMenu ul li {
    width: 100%;
    text-align: start;
    display: flex;
    align-items: center;
    position: relative;
    line-height: inherit;
    overflow: unset;
    padding-right: 1em;
}

.dropdownMenuWrapper .dropdownMenu>div .innerMenu ul h3 {
    font-size: 30px;
}

@media only screen and (max-width:1200px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu ul h3 {
        font-size: 25px;
    }
}

.dropdownMenuWrapper .dropdownMenu>div .innerMenu ul li {
    width: 100%;
    font-size: 20px;
    /* font-family: Gill-Sans, Monsterrat, Noto Sans, sans-serif, Noto Sans, sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    position: relative;
    padding-left: 2em;
    padding-right: 35px;
}

@media only screen and (min-width:1025px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu ul li.title {
        padding: 0;
        width: 100%;
        z-index: 1;
    }

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu ul li.title a {
        padding-bottom: 15px;
        font-size: 20px;
        font-family: Gill-Sans, Monsterrat, Noto Sans, sans-serif, Noto Sans, sans-serif;
        font-weight: 900;
    }
}

@media only screen and (min-width:1430px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu ul li.title a {
        font-size: 30px;
        line-height: 1.3;
    }
}

@media only screen and (max-width:1200px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu ul li {
        font-size: 20px;
    }
}

@media only screen and (min-width:1025px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu ul li {
        padding-left: 1.5em;
    }

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu ul li.title::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0;
        width: 0;
        height: 0;
        color: transparent;
    }
}

.dropdownMenuWrapper .dropdownMenu>div .innerMenu ul h3::after,
.dropdownMenuWrapper .dropdownMenu>div .innerMenu ul li::after {
    content: '';
    position: absolute;
    right: 0;
    margin-right: -3px;
    top: 50%;
    width: 1em;
    height: 1em;
    transform: translateY(-50%);
    background-image: url(../images/arrow_rightP.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media only screen and (min-width:1025px) {

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu ul h3::after,
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu ul li::after {
        display: none;
    }

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu ul li:not(.title)::before {
        content: "●";
        position: absolute;
        top: 0px;
        left: 0;
        font-size: 16px;
        color: #fff;
    }
}

@media only screen and (max-width: 1024px) {

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu ul li::before {
        content: "";
        position: absolute;
        left: 0;
        top: -0.3em;
        width: 1.5em;
        height: 1.5em;
        background-image: url('../images/menu-icon-2a.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu ul li:last-of-type::before {
        background-image: url('../images/menu-icon-3a.png');
    }

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu ul li:first-of-type::before {
        background-image: url('../images/menu-icon-1a.png');
    }

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu ul h3::after,
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu ul li::after {
        width: 40px;
        height: 40px;
    }
}

.dropdownMenuWrapper .dropdownMenu>div .innerMenu ul .dl::after {
    width: 1em;
    height: 1em;
    background-image: url(../images/menu-icon-download.png);
}

@media only screen and (max-width: 1024px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu ul .dl::after {
        width: 20px;
        height: 20px;
        right: 8px;
        margin-right: 0px;
        background-image: url(../images/menu-icon-downloadP.png);
    }
}

.dropdownMenuWrapper .dropdownMenu>div .innerMenu>ul .innerTitle {
    display: none;
    padding: 0 30px 10px 0;
}

@media only screen and (max-width: 1024px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu>ul .innerTitle {
        display: flex;
    }
}

.dropdownMenuWrapper .dropdownMenu>div .innerMenu ul h3 a {
    font-family: Gill-Sans, Monsterrat, Noto Sans, sans-serif, Noto Sans, sans-serif;
    font-weight: 100;
    width: 100%;
    z-index: 1;
}

.dropdownMenuWrapper .dropdownMenu>div .innerMenu ul li a {
    width: 100%;
    font-family: Gill-Sans, Monsterrat, Noto Sans, sans-serif, Noto Sans, sans-serif;
    font-weight: 300;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu ul li a {
        color: #7030A0;
        font-size: 16px;
    }
}

.dropdownMenuWrapper .dropdownMenu>div .innerMenu ul h3 a:hover,
.dropdownMenuWrapper .dropdownMenu>div .innerMenu ul li a:hover {
    /* color: #2d2d2d; */
    color: rgb(225, 225, 225, 0.8);
}


@media only screen and (max-width: 1024px) {

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu ul h3 a:hover,
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu ul li a:hover {
        color: rgba(111, 48, 160, 0.6);
    }

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu ul h3:hover:after,
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu ul li:hover:after {
        color: rgba(111, 48, 160, 0.6);
        opacity: 0.6;
    }
}

.dropdownMenuWrapper .dropdownMenu>div .innerMenu .pageBtn {
    display: flex;
    margin-top: -20px;
    flex-direction: row;
    align-items: center;
    padding: 20px 50px;
    line-height: inherit;
}

@media only screen and (min-width: 1025px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .pageBtn {
        display: none;
        margin-top: 0;
    }
}

@media only screen and (max-width:1024px) {

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu:hover .pageBtn,
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu:hover ul {
        margin-top: -200%;
    }

    .dropdownMenuWrapper .dropdownMenu>div .innerMenu.active .pageBtn,
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu.active ul {
        margin-top: 0;
        padding: 25px 20px 0 30px;
    }
}

.dropdownMenuWrapper .dropdownMenu>div .innerMenu .pageBtn a {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 35px;
    font-family: Gill-Sans, Monsterrat, Noto Sans, sans-serif, Noto Sans, sans-serif;
    font-weight: 700;
    z-index: 1;
}

@media only screen and (max-width:1200px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .pageBtn a {
        font-size: 25px;
    }
}

@media only screen and (max-width:1024px) {
    .dropdownMenuWrapper .dropdownMenu>div .innerMenu .pageBtn a {
        width: 100%;
        font-size: 20px;
        text-align: left;
    }
}

.dropdownMenuWrapper .dropdownMenu .mobileMenu {
    display: none;
    padding: var(--mr);
    gap: 30px;
    z-index: 1;
}

.dropdownMenuWrapper .dropdownMenu .mobileMenu a {
    width: fit-content;
    color: #2d2d2d;
    font-family: Gill-Sans, Monsterrat, Noto Sans, sans-serif, Noto Sans, sans-serif;
    font-weight: 700;
}

.dropdownMenuWrapper .dropdownMenu .mobileMenu a:hover,
.dropdownMenuWrapper .dropdownMenu .mobileMenu a:active,
.dropdownMenuWrapper .dropdownMenu .mobileMenu a:focus {
    color: #e20013;
}

@media only screen and (max-width:1024px) {
    .dropdownMenuWrapper .dropdownMenu .mobileMenu {
        display: flex;
        flex-direction: column;
    }
}

.closeArrow {
    margin: 22px;
    padding: 15px;
    width: 10px;
    height: 10px;
    display: none;
    background-image: url(../../assets/images/arrow_up.svg);
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 1024px) {
    .closeArrow {
        display: block;
    }
}

/*--------------footer-------------*/

.footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 1920px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    z-index: 30;
}

@media only screen and (max-width: 768px) {
    .footer {
        height: 120px;
        flex-direction: column;
    }
}

.footer .footerLeft {
    padding: 35px 0 35px 35px;
    display: grid;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 330px;
    grid-template-columns: repeat(6, 1fr);
}

@media only screen and (max-width: 768px) {
    .footer .footerLeft {
        position: relative;
        width: 100%;
        height: 50px;
        padding: 20px;
    }
}

.footer .footerLeft .media {
    position: relative;
    width: 20px;
}

@media only screen and (max-width: 768px) {
    .footer .footerLeft .media {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

.footer .footerLeft .media img {
    height: 20px;
}

.footer .footerLeft .media .iconHover {
    display: none;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.footer .footerLeft .media:hover .iconHover {
    display: block;
}

.footer .footerRight {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 40px 35px 40px 0;
    gap: 5px;
}

@media only screen and (max-width: 768px) {
    .footer .footerRight {
        padding: 5px 0 35px;
    }
}

.footer .footerRight .footerContainer {
    display: inline-block;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .footer .footerRight {
        width: 100%;
        display: flex;
        align-items: center;
    }
}

.footer .footerRight .footerContainer a {
    color: #2d2d2d;
    font-size: 12px;
    padding-right: 6px;
    margin-right: 7px;
    border-right: 1px solid #2d2d2d;
}

.footer .footerRight .footerContainer a:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

.footer .footerRight .footerContainer a {
    color: #2d2d2d;
    font-size: 12px;
}

.footer .footerRight .footerContainer:not(:last-child) a:hover {
    color: #e20013 !important;
}