@charset "UTF-8";

@-webkit-keyframes crossfader_2 {
    0% {
        opacity: 0;
        z-index: 0
    }

    20% {
        opacity: 1;
        z-index: 1
    }

    50% {
        opacity: 1;
        z-index: 1
    }

    70% {
        opacity: 0;
        z-index: 0
    }

    100% {
        opacity: 0;
        z-index: 0
    }
}

@keyframes crossfader_2 {
    0% {
        opacity: 0;
        z-index: 0
    }

    20% {
        opacity: 1;
        z-index: 1
    }

    50% {
        opacity: 1;
        z-index: 1
    }

    70% {
        opacity: 0;
        z-index: 0
    }

    100% {
        opacity: 0;
        z-index: 0
    }
}

@-webkit-keyframes crossfader_3 {
    0% {
        opacity: 0;
        z-index: 0
    }

    13.33% {
        opacity: 1;
        z-index: 1
    }

    33.33% {
        opacity: 1;
        z-index: 1
    }

    42.85% {
        opacity: 0;
        z-index: 0
    }

    100% {
        opacity: 0;
        z-index: 0
    }
}

@keyframes crossfader_3 {
    0% {
        opacity: 0;
        z-index: 0
    }

    13.33% {
        opacity: 1;
        z-index: 1
    }

    33.33% {
        opacity: 1;
        z-index: 1
    }

    42.85% {
        opacity: 0;
        z-index: 0
    }

    100% {
        opacity: 0;
        z-index: 0
    }
}

/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */

*,
::after,
::before {
    background-repeat: no-repeat;
    box-sizing: inherit
}

::after,
::before {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    padding: 0;
    margin: 0
}

hr {
    overflow: visible;
    height: 0;
    color: inherit
}

details,
main {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden] {
    display: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

pre {
    font-size: 1em
}

b,
strong {
    font-weight: bolder
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-color: inherit;
    text-indent: 0
}

input {
    border-radius: 0
}

[disabled] {
    cursor: default
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button,
input,
optgroup,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer;
    color: inherit
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline-width: 0
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
    max-width: 100%
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    color: inherit;
    font: inherit
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled=true] {
    cursor: default
}

@font-face {
    font-family: "Noto Sans JP";
    font-weight: 500;
    src: url(../../common/fonts/NotoSansJP-Medium.otf) format("opentype")
}

@font-face {
    font-family: "Noto Sans JP";
    font-weight: 700;
    src: url(../../common/fonts/NotoSansJP-Bold.otf) format("opentype")
}

@font-face {
    font-family: "Noto Sans SC";
    font-weight: 500;
    src: url(../../common/fonts/NotoSansSC-Medium.otf) format("opentype")
}

@font-face {
    font-family: "Noto Sans SC";
    font-weight: 700;
    src: url(../../common/fonts/NotoSansSC-Bold.otf) format("opentype")
}

@font-face {
    font-family: "Noto Sans KR";
    font-weight: 500;
    src: url(../../common/fonts/NotoSansKR-Medium.otf) format("opentype")
}

@font-face {
    font-family: "Noto Sans KR";
    font-weight: 700;
    src: url(../../common/fonts/NotoSansKR-Bold.otf) format("opentype")
}

dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
img,
li,
ol,
p,
ul {
    font-weight: 400;
    margin: 0;
    padding: 0
}

html {
    font-size: 62.5%;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%
}

body {
    background-color: #fff;
    color: #000;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bold,
b,
strong {
    font-weight: 700
}

li,
ul {
    list-style-position: inside;
    list-style: none
}

img {
    border: 0;
    vertical-align: top
}

a {
    color: #000;
    text-decoration: none
}

a:visited {
    color: #000;
    text-decoration: none
}

a:hover {
    color: #000;
    text-decoration: none
}

a:active {
    color: #000;
    text-decoration: none
}

:focus,
a:focus {
    outline: 0
}

.sp {
    display: block
}

.pc {
    display: none
}

.container {
    box-sizing: border-box;
    min-height: 100vh;
    position: relative;
    width: 100%
}

.contents-box {
    background-color: #262626;
    padding: 2.6666666667vw 0 16.4vw;
    position: relative;
    width: 100%
}

.contents-box .content {
    background-color: #00677f;
    box-shadow: 0 0 2.6666666667vw;
    border-radius: 1.3333333333vw;
    margin: 4vw auto 0;
    position: relative;
    width: 94.6666666667vw
}

#localnav {
    background-color: #00677f;
    top: 0;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    left: 100%;
    width: 100%;
    z-index: 99;
    transition: left .4s ease
}

#localnav.active {
    left: 0
}

#localnav .default-box,
#localnav .feature-box,
#localnav .lang-box,
#localnav .support-box {
    left: 0;
    padding: 100px 0 0;
    position: absolute;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    top: 0;
    width: 100%;
    z-index: 2
}

#localnav .default-box.active,
#localnav .feature-box.active,
#localnav .lang-box.active,
#localnav .support-box.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

#localnav .default-box>ul,
#localnav .feature-box>ul,
#localnav .lang-box>ul,
#localnav .support-box>ul {
    position: relative;
    width: 100%
}

#localnav .default-box>ul li,
#localnav .feature-box>ul li,
#localnav .lang-box>ul li,
#localnav .support-box>ul li {
    margin: 0 auto 6vw;
    position: relative;
    text-align: center;
    width: 80vw;
    cursor: pointer;
    color: #fff;
    font-size: 36px;
    font-size: 4.8vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1em
}

#localnav .default-box>ul li.lang,
#localnav .feature-box>ul li.lang,
#localnav .lang-box>ul li.lang,
#localnav .support-box>ul li.lang {
    align-items: center;
    background-color: #fff;
    border-radius: 6.6666666667vw;
    color: #00677f;
    display: flex;
    letter-spacing: .04em;
    justify-content: center;
    height: 13.3333333333vw;
    margin: 0 auto 13.3333333333vw
}

#localnav .default-box>ul li.lang::after,
#localnav .feature-box>ul li.lang::after,
#localnav .lang-box>ul li.lang::after,
#localnav .support-box>ul li.lang::after {
    border-top: .4vw solid #00677f;
    border-right: .4vw solid #00677f;
    content: "";
    height: 3.7333333333vw;
    position: absolute;
    right: 7.2vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 3.7333333333vw
}

#localnav .default-box>ul li.return,
#localnav .feature-box>ul li.return,
#localnav .lang-box>ul li.return,
#localnav .support-box>ul li.return {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 13.3333333333vw;
    margin: 0 auto 13.3333333333vw
}

#localnav .default-box>ul li.return>img,
#localnav .feature-box>ul li.return>img,
#localnav .lang-box>ul li.return>img,
#localnav .support-box>ul li.return>img {
    height: 9.4666666667vw;
    margin-left: 2vw;
    margin-top: 2.6666666667vw;
    width: 9.7333333333vw
}

#localnav .default-box>ul li>a,
#localnav .feature-box>ul li>a,
#localnav .lang-box>ul li>a,
#localnav .support-box>ul li>a {
    color: #fff;
    font-size: 36px;
    font-size: 4.8vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1em
}

#localnav .default-box>ul li .inactive,
#localnav .default-box>ul li.inactive,
#localnav .feature-box>ul li .inactive,
#localnav .feature-box>ul li.inactive,
#localnav .lang-box>ul li .inactive,
#localnav .lang-box>ul li.inactive,
#localnav .support-box>ul li .inactive,
#localnav .support-box>ul li.inactive {
    cursor: default;
    opacity: .3
}

#localnav .default-box>ul li .comingsoon,
#localnav .feature-box>ul li .comingsoon,
#localnav .lang-box>ul li .comingsoon,
#localnav .support-box>ul li .comingsoon {
    font-size: 26px;
    font-size: 3.4666666667vw
}

#localnav .default-box {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

#localnav .menu-trigger,
#localnav .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box
}

#localnav .menu-trigger {
    background-color: #ff8026;
    bottom: 13.3333333333vw;
    height: 16vw;
    position: fixed;
    right: 0;
    width: 16vw;
    z-index: 3;
    cursor: pointer
}

#localnav .menu-trigger span {
    position: absolute;
    left: 2.4vw;
    width: 11.2vw;
    height: 3px;
    background-color: #00677f;
    border-radius: .2666666667vw
}

#localnav .menu-trigger span:nth-of-type(1) {
    top: 6.2666666667vw
}

#localnav .menu-trigger span:nth-of-type(2) {
    top: 9.3333333333vw
}

#localnav .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(1.6vw) rotate(-45deg);
    transform: translateY(1.6vw) rotate(-45deg)
}

#localnav .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(-1.6vw) rotate(45deg);
    transform: translateY(-1.6vw) rotate(45deg)
}

#support-cont {
    background-color: #00677f;
    position: relative
}

#support-cont .support-inner {
    padding: 10vw 0 12vw;
    position: relative;
    width: 100%
}

#support-cont .support-inner .label {
    color: #ff8026;
    font-size: 54px;
    font-size: 7.2vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: .02em;
    margin: 0 auto 10.6666666667vw;
    position: relative;
    text-align: center
}

#support-cont .faq,
#support-cont .drivers,
#support-cont .manual {
    background-color: #262626;
    border-radius: 1.3333333333vw;
    box-shadow: 1.3333333333vw 1.3333333333vw 5.3333333333vw rgba(0, 0, 0, .4);
    margin: 0 auto 4vw;
    position: relative;
    width: 86.6666666667vw
}

#support-cont .faq>.link_inner,
#support-cont .manual>.link_inner {
    border-radius: 1.3333333333vw;
    display: block;
    overflow: hidden;
    padding: 12.6666666667vw 0 12.6666666667vw;
    position: relative;
    width: 86.6666666667vw
}

#support-cont .drivers>.link_inner {
    border-radius: 1.3333333333vw;
    display: block;
    overflow: hidden;
    padding: 6.5vw 0 6.5vw;
    position: relative;
    width: 86.6666666667vw
}

#support-cont .faq>.link_inner:hover .more,
#support-cont .drivers>.link_inner:hover .more,
#support-cont .manual>.link_inner:hover .more {
    background-position: 0 100%;
    color: #262626
}

#support-cont .faq .icon,
#support-cont .drivers .icon,
#support-cont .manual .icon {
    height: 14.9333333333vw;
    margin: 0 auto;
    width: 22.5333333333vw
}

#support-cont .faq .icon>img,
#support-cont .drivers .icon>img,
#support-cont .manual .icon>img {
    height: auto;
    width: 100%
}

#support-cont .faq .icon.icon-nanual,
#support-cont .drivers .icon.icon-nanual,
#support-cont .manual .icon.icon-nanual {
    height: 14.9333333333vw;
    width: 22.5333333333vw
}

#support-cont .faq .icon.icon-faq,
#support-cont .drivers .icon.icon-faq,
#support-cont .manual .icon.icon-faq {
    height: 17.2vw;
    width: 17.2vw
}

#support-cont .faq .head,
#support-cont .manual .head {
    color: #ff8026;
    font-size: 54px;
    font-size: 7.2vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: .1em;
    padding: 4.6666666667vw 6.6666666667vw 10.4vw;
    position: relative;
    text-align: center
}

#support-cont .drivers .head {
    color: #ff8026;
    font-size: 4vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: .1em;
    padding: 4vw 6.6666666667vw 10vw;
    position: relative;
    text-align: center;
    margin-top: 10px;
    line-height: 1.5em;
}

#support-cont .faq .more,
#support-cont .drivers .more,
#support-cont .manual .more {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, #ff8026 50%);
    background-position: 0 0;
    background-size: auto 200%;
    box-sizing: border-box;
    bottom: 8vw;
    color: #ff8026;
    font-size: 30px;
    font-size: 4vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: -.06em;
    display: inline-block;
    position: absolute;
    padding: 0 .6666666667vw .6666666667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    transition: all .3s ease
}

#support-cont .faq .more::after,
#support-cont .drivers .more::after,
#support-cont .manual .more::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 100%;
    height: .4vw;
    background-color: #ff8026;
    transition: all .3s ease;
    z-index: 1
}

#support-cont .faq.inactive .head,
#support-cont .faq.inactive .icon,
#support-cont .drivers.inactive .head,
#support-cont .drivers.inactive .icon,
#support-cont .manual.inactive .head,
#support-cont .manual.inactive .icon {
    opacity: .3
}

#support-cont .faq .comingsoon,
#support-cont .manual .comingsoon {
    box-sizing: border-box;
    bottom: 8vw;
    color: #ff8026;
    font-size: 30px;
    font-size: 4vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: .02em;
    display: inline-block;
    position: absolute;
    padding: 0 .6666666667vw .6666666667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    z-index: 2
}

#manual-cont {
    background-color: #00677f;
    position: relative
}

#manual-cont .manual-inner {
    padding: 10vw 0 8vw;
    position: relative;
    width: 100%
}

#manual-cont .manual-inner .label {
    color: #ff8026;
    font-size: 54px;
    font-size: 7.2vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: .02em;
    margin: 0 auto 6vw;
    position: relative;
    text-align: center
}

#manual-cont .manual-inner .manual-lists {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
    width: 89.2vw
}

#manual-cont .manual-inner .manual-lists>li {
    position: relative;
    padding-bottom: 6.6666666667vw;
    width: 29.7333333333vw
}

#manual-cont .manual-inner .manual-lists>li>a {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 13.7333333333vw
}

#manual-cont .manual-inner .manual-lists>li>a .icon {
    align-items: center;
    background-image: url(../../common/images/suport/icon_manual_link.png);
    background-size: contain;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 39px;
    font-size: 5.2vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: .02em;
    height: 17.3333333333vw;
    position: relative;
    width: 13.7333333333vw
}

#manual-cont .manual-inner .manual-lists>li .country {
    color: #fff;
    font-size: 30px;
    font-size: 4vw;
    font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.4em;
    margin: 2.6666666667vw auto 0;
    text-align: center;
    width: 29.7333333333vw
}

#faq-cont {
    background-color: #00677f
}

@media only screen and (min-width:768px) {
    .sp {
        display: none
    }

    .pc {
        display: block
    }

    .contents-box {
        overflow: hidden;
        min-width: 1000px;
        padding: 50px 0 100px
    }

    .contents-box .content {
        box-shadow: 0 0 30px;
        border-radius: 10px;
        min-width: 900px;
        margin: 50px auto 0;
        max-width: 1300px;
        width: calc(100% - 100px)
    }

    #localnav {
        background-color: #005063;
        bottom: auto;
        height: 70px;
        left: 0;
        overflow: visible;
        position: relative;
        right: auto;
        top: 0;
        min-width: 1000px;
        width: 100%;
        transition: none
    }

    #localnav .default-box,
    #localnav .feature-box {
        height: 70px;
        padding: 0 0 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        transition: none;
        transition: top .6s ease
    }

    #localnav .default-box>ul,
    #localnav .feature-box>ul {
        align-items: center;
        display: flex;
        height: 70px;
        justify-content: center;
        margin: 0 auto;
        max-width: 950px;
        position: relative;
        width: 100%
    }

    #localnav .default-box>ul li,
    #localnav .feature-box>ul li {
        margin: 0 auto;
        padding: 0 10px;
        position: relative;
        text-align: center;
        width: auto;
        font-size: 16px;
        font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
        font-weight: 700;
        letter-spacing: .01em;
        line-height: 1em
    }

    #localnav .default-box>ul li.lang,
    #localnav .feature-box>ul li.lang {
        display: none
    }

    #localnav .default-box>ul li.return,
    #localnav .feature-box>ul li.return {
        display: none
    }

    #localnav .default-box>ul li>a,
    #localnav .feature-box>ul li>a {
        font-size: 16px
    }

    #localnav .default-box>ul li::after,
    #localnav .feature-box>ul li::after {
        background-color: #fff;
        bottom: -4px;
        content: "";
        height: 1px;
        left: 0;
        margin: 0 10px;
        position: absolute;
        width: 0;
        transition: width .2s ease
    }

    #localnav .default-box>ul li:hover::after,
    #localnav .feature-box>ul li:hover::after {
        width: calc(100% - 20px)
    }

    #localnav .default-box>ul li.active::after,
    #localnav .feature-box>ul li.active::after {
        width: calc(100% - 20px)
    }

    #localnav .default-box>ul li .inactive,
    #localnav .feature-box>ul li .inactive {
        opacity: .3
    }

    #localnav .default-box>ul li .comingsoon,
    #localnav .feature-box>ul li .comingsoon {
        font-size: 26px;
        font-size: 3.4666666667vw
    }

    #localnav .default-box {
        background-color: #005063;
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 2
    }

    #localnav .default-box.fix {
        top: 121px;
        position: fixed
    }

    #localnav .default-box.fix .lang-box-pc {
        display: block
    }

    #localnav .default-box>ul {
        margin: 0;
        max-width: 950px;
        width: auto
    }

    #localnav .default-box .lang-box-pc {
        display: block;
        margin: 0 10px 0 30px;
        position: relative;
        width: 130px;
        z-index: 99
    }

    #localnav .default-box .lang-box-pc .lang-trigger {
        align-items: center;
        background-color: #005063;
        color: #fff;
        cursor: pointer;
        display: flex;
        font-size: 12px;
        font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
        font-weight: 700;
        letter-spacing: .01em;
        line-height: 1em;
        letter-spacing: .1em;
        justify-content: center;
        height: 30px;
        margin: 20px 0 0;
        position: relative;
        width: 100%;
        z-index: 2
    }

    #localnav .default-box .lang-box-pc .lang-trigger::after {
        content: "";
        width: 0;
        display: inline-block;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #fff;
        margin-left: 10px;
        position: relative
    }

    #localnav .default-box .lang-box-pc .lang-lists {
        background-color: #005063;
        display: block;
        height: 0;
        opacity: .5;
        overflow: hidden;
        padding: 0;
        position: absolute;
        top: 20px;
        width: 130px;
        z-index: 1;
        transition: all .3s ease
    }

    #localnav .default-box .lang-box-pc .lang-lists li {
        align-items: center;
        display: flex;
        justify-content: center;
        height: 35px;
        text-align: center;
        width: 100%
    }

    #localnav .default-box .lang-box-pc .lang-lists li>a {
        color: #fff;
        font-size: 12px;
        font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", Sans-Serif;
        font-weight: 700;
        letter-spacing: .01em;
        line-height: 1em;
        letter-spacing: .04em
    }

    #localnav .default-box .lang-box-pc.active .lang-lists {
        opacity: 1;
        height: auto;
        padding: 60px 0 20px
    }

    #localnav .feature-box {
        background-color: #6c1d45;
        position: absolute;
        top: 0;
        z-index: 1
    }

    #localnav .feature-box>ul {
        max-width: 890px
    }

    #localnav .feature-box>ul li {
        font-weight: 500
    }

    #localnav .feature-box>ul li>a {
        font-weight: 500
    }

    #localnav .feature-box.fix {
        top: 0;
        position: fixed
    }

    #localnav .feature-box.active {
        top: 70px
    }

    #localnav .lang-box,
    #localnav .menu-trigger,
    #localnav .support-box {
        display: none
    }

    #index #localnav {
        position: absolute;
        top: 600px
    }

    #index #localnav .default-box {
        position: relative
    }

    #index #localnav .default-box.fix {
        top: 0;
        position: fixed
    }

    #index #localnav .default-box.fix .lang-box-pc {
        display: block
    }

    #index #localnav .default-box .lang-box-pc {
        display: none
    }

    #index #localnav .feature-box {
        position: absolute
    }

    #index #localnav .feature-box.fix {
        top: 0;
        position: fixed
    }

    #index #localnav .feature-box.active {
        top: 70px
    }

    #support-cont {
        min-width: 1000px
    }

    #support-cont .support-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
        padding: 70px 0 90px;
        max-width: 1120px;
        width: calc(100% - 80px);
        gap:20px;
    }

    #support-cont .support-inner .label {
        font-size: 40px;
        margin: 0 auto 60px;
        width: 100%
    }

    #support-cont .faq,
    #support-cont .drivers,
    #support-cont .manual {
        border-radius: 10px;
        box-shadow: 10px 10px 40px rgba(0, 0, 0, .4);
        margin: 0 auto 30px;
        height: 310px;
        margin: 0;
        padding: 0;
        width: calc(50% - 10px)
    }

    #support-cont .faq>.link_inner,
    #support-cont .drivers>.link_inner,
    #support-cont .manual>.link_inner {
        border-radius: 10px;
        display: flex;
        height: 310px;
        flex-direction: column;
        justify-content: center;
        margin: 0;
        padding: 0;
        width: 100%
    }

    #support-cont .faq .icon.icon-nanual,
    #support-cont .drivers.icon.icon-nanual,
    #support-cont .manual .icon.icon-nanual {
        height: 55px;
        width: 83px
    }

    #support-cont .faq .icon.icon-faq,
    #support-cont .manual .icon.icon-faq {
        height: 63px;
        width: 63px
    }

    #support-cont .drivers .icon.icon-faq{
        height: 80px;
        width: 80px
    }

    #support-cont .faq .head,
    #support-cont .manual .head {
        font-size: 36px;
        padding: 30px 30px 30px
    }

    #support-cont .drivers .head {
        font-size: 22px;
        padding: 30px 30px 30px;
        margin-top: 0;
    line-height: 1.5em;
    }

    #support-cont .faq .more,
    #support-cont .drivers .more,
    #support-cont .manual .more {
        bottom: 30px;
        font-size: 20px;
        position: absolute;
        padding: 0 5px 5px;
        left: auto;
        right: 30px;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    #support-cont .faq .more::after,
    #support-cont .drivers .more::after,
    #support-cont .manual .more::after {
        height: 3px
    }

    #support-cont .faq .comingsoon,
    #support-cont .manual .comingsoon {
        bottom: 30px;
        font-size: 20px;
        position: absolute;
        padding: 0 5px 5px;
        left: auto;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    #manual-cont {
        min-width: 1000px;
        width: 100%
    }

    #manual-cont .manual-inner {
        margin: 0 auto;
        padding: 60px 0 90px;
        min-width: 1000px;
        max-width: 1100px;
        width: calc(100% - 100px)
    }

    #manual-cont .manual-inner .label {
        font-size: 40px;
        margin: 0 auto 50px;
        width: 100%
    }

    #manual-cont .manual-inner .manual-lists {
        justify-content: center;
        width: 100%
    }

    #manual-cont .manual-inner .manual-lists>li {
        position: relative;
        padding-bottom: 50px;
        width: 140px
    }

    #manual-cont .manual-inner .manual-lists>li>a {
        display: block;
        margin: 0 auto;
        position: relative;
        width: 46px
    }

    #manual-cont .manual-inner .manual-lists>li>a .icon {
        font-size: 17px;
        height: 57px;
        width: 46px
    }

    #manual-cont .manual-inner .manual-lists>li .country {
        font-size: 14px;
        margin: 10px auto 0;
        width: 140px
    }
}
