@import"//cdn.supercell.com/onetrust/supercell/onetrust_override.css";

a.button {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    font-size: 22px;
    position: relative;
    font-weight: 700;
    border: none;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    height: 74px;
    text-shadow: 0 -2px #000, 0 0 #000, 0 2px #000, 0 4px #000, -1px -1px #000, 1px -1px #000, 1px 0 #000, -1px 0 #000, 1px 1px #000, -1px 1px #000, 1px 2px #000, -1px 2px #000;
    background: url(../images/center.png);
    background-repeat: repeat-x;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

a.button:before {
    left: -12px;
    background-image: url(../images/left.png)
}

a.button:after,
a.button:before {
    position: absolute;
    top: 0;
    height: 74px;
    width: 12px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    content: ""
}

a.button:after {
    right: -12px;
    background-image: url(../images/right.png)
}

a.button span {
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

main {
    font-size: 18px;
    color: #fff;
    background-image: url(../images/background.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

main .language-dropdown {
    color: #fff !important;
    -webkit-text-stroke-width: 0;
    text-shadow: none !important;
    background-color: rgba(0, 0, 0, .2) !important;
    background-image: url(../images/language-globe-white.svg), url(../images/language-caret-white.svg) !important
}

main .contents>a {
    margin-top: 16px
}

main .clicked-label {
    color: #fff;
    font-size: 1.5rem;
    margin-top: 30px !important
}

main .deco-section {
    padding-top: 120px !important
}

main .deco-section img {
    -webkit-transform: scale(1.4) translateY(-20px) !important;
    transform: scale(1.4) translateY(-20px) !important
}

@font-face {
    font-family: CocJapan;
    src: url(../fonts/jp-bold_v%253Dualij3q.woff2);
    font-weight: 700
}

html:lang(jp) a.button {
    font-family: CocJapan, sans-serif !important
}

@font-face {
    font-family: CocKorea;
    src: url(../fonts/kr-bold_v%253Dualij3q.woff2);
    font-weight: 700
}

html:lang(kr) a.button {
    font-family: CocKorea, sans-serif !important
}

@font-face {
    font-family: CocChina;
    src: url(../fonts/cn-bold_v%253Dualij3q.woff2);
    font-weight: 700
}

html:lang(cn) a.button,
html:lang(cnt) a.button {
    font-family: CocChina, sans-serif !important
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

body,
html {
    max-width: 100vw;
    height: 100%;
    overflow-x: hidden;
    background: #f2f2f2;
    color: #010101
}

html:lang(ar) .contents {
    direction: rtl
}

img,
svg {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}