﻿.RTL [landing-header].landing .landing-selector, .RTL [landing-header].warp>div .btn-close
{
    right: auto;
    left: 20px;
}
.GOLD [landing-header]
{
    background-color: #21180f;
    border-bottom: 1px solid #a98545;
}
.GOLD [landing-header] [drop-select]
{
    border-radius: 4px;
    border: 1px solid #a98545;
    background-color: rgba(0,0,0,.3);
}
.GOLD [landing-header].warp>div .btn-close [font-icon]
{
    color: #a98545;
}
.GOLD [landing-header].warp>div .selector
{
    background-color: transparent;
}
[landing-header]
{
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    border-bottom: 1px solid #df3320;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    background-color: #171717;
    z-index: 8;
}
[landing-header] [drop-select]
{
    background-color: hsla(0,0%,100%,.1);
    border: 1px solid hsla(0,0%,100%,.1);
}
[landing-header] [drop-select] input[type=text]
{
    font-size: 14px;
    line-height: normal;
}
[landing-header].landing .landing-selector
{
    max-width: 200px;
    position: absolute;
    right: 20px;
    top: 100px;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
}
[landing-header].landing .landing-selector [drop-select] a input
{
    padding-left: 30px;
}
[landing-header].landing .landing-selector>[font-icon]
{
    display: inline-block;
    font-size: 16px;
    position: absolute;
    left: 8px;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translateY(-50%);
    color: hsla(0,0%,100%,.5);
}
[landing-header].warp>div
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 2;
}
[landing-header].warp>div .btn-close
{
    position: absolute;
    right: 20px;
    top: 50%;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
}
[landing-header].warp>div .btn-close [font-icon]
{
    font-size: 20px;
    color: #fff;
}
[landing-header].warp>div .selector
{
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: -52px;
    background-color: #171717;
}
[landing-header].warp>div .selector .holder
{
    display: flex;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 50%;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
}
[landing-header].warp>div .selector .holder>label
{
    font-weight: 500;
    font-size: 14px;
    margin-right: 12px;
}
[landing-header].warp>div .selector .holder [drop-select]
{
    width: 240px;
}
[landing-header] img
{
    display: block;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
}
@media(min-width: 768px)
{
    [landing-header].landing .landing-selector
    {
        top: 50%;
    }
}
.GOLD [landing-footer]
{
    background-color: transparent;
}
[landing-footer]
{
    margin-top: 80px;
    background-color: #171717;
    position: relative;
}
[landing-footer] .body
{
    border-top: 1px solid hsla(0,0%,78%,.1);
    padding: 20px;
    position: absolute;
    text-align: left;
    left: 50%;
    top: 0;
    right: auto;
    bottom: auto;
    transform: translateX(-50%);
    z-index: 5;
    font-size: 14px;
    width: 100%;
    opacity: 0;
}
[landing-footer] .body.ready
{
    opacity: 1;
}
[landing-footer] .body>a
{
    color: #06c;
}
@media(min-width: 580px)
{
    [landing-footer] .body
    {
        padding: 20px;
    }
}
[landing-footer].fixed
{
    position: fixed;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    width: 100%;
    z-index: 9;
}
[tracking-download]
{
    display: flex;
    align-self: center;
    justify-content: center;
    flex-direction: column;
}
[tracking-download]>label
{
    font-size: 32px;
    text-align: center;
    padding-top: 80px;
    margin-top: 50px;
    border-top: 1px solid hsla(0,0%,100%,.3);
    margin-bottom: 20px;
}
[tracking-download] [color-button]
{
    width: 100%;
    height: 56px;
    border-radius: 28px;
    font-size: 18px;
    transition: transform .3s 0s;
    position: relative;
    max-width: 472px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 12px;
}
[tracking-download] [color-button] .down-icon
{
    position: absolute;
    right: 16px;
    top: 50%;
    left: auto;
    bottom: auto;
    margin-top: -12px;
}
[tracking-download]>section
{
    margin-left: 56px;
}
[tracking-download]>section [font-icon]
{
    margin-left: 4px;
}
[tracking-download] [font-icon]
{
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
}
@media(min-width: 1024px)
{
    [tracking-download]>label
    {
        margin-top: 40px;
        margin-bottom: 40px;
        padding-top: 0;
        border-top: 0;
    }
    [tracking-download] [color-button]
    {
        margin-top: 26px;
    }
}
@media(max-width: 419px)
{
    .hidden-ms-down
    {
        display: none!important;
    }
}
@media(max-width: 579px)
{
    .hidden-mm-down
    {
        display: none!important;
    }
}
@media(max-width: 767px)
{
    .hidden-ml-down
    {
        display: none!important;
    }
}
@media(max-width: 1023px)
{
    .hidden-tp-down
    {
        display: none!important;
    }
}
@media(max-width: 1259px)
{
    .hidden-tl-down
    {
        display: none!important;
    }
}
@media(max-width: 1419px)
{
    .hidden-ds-down
    {
        display: none!important;
    }
}
@media(max-width: 1599px)
{
    .hidden-dm-down
    {
        display: none!important;
    }
}
@media(min-width: 420px)
{
    .hidden-mm-up
    {
        display: none!important;
    }
}
@media(min-width: 580px)
{
    .hidden-ml-up
    {
        display: none!important;
    }
}
@media(min-width: 768px)
{
    .hidden-tp-up
    {
        display: none!important;
    }
}
@media(min-width: 1024px)
{
    .hidden-tl-up
    {
        display: none!important;
    }
}
@media(min-width: 1260px)
{
    .hidden-ds-up
    {
        display: none!important;
    }
}
@media(min-width: 1420px)
{
    .hidden-dm-up
    {
        display: none!important;
    }
}
@media(min-width: 1600px)
{
    .hidden-dl-up
    {
        display: none!important;
    }
}
.submit-group
{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media(min-width: 580px)
{
    .submit-group
    {
        flex-direction: row;
    }
}
@media(min-width: 1024px)
{
    .tracking [sign-up]
    {
        width: 100%;
        height: var(--innerHeight);
        min-height: 800px;
    }
    .tracking [sign-up] .contents-list
    {
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: -100px;
        min-height: 500px;
    }
    .tracking [sign-up] .contents-list>*
    {
        width: calc(50% - 40px);
    }
    .tracking [sign-up] .contents-list>:first-of-type
    {
        position: relative;
    }
    .tracking [sign-up] .contents-list>:first-of-type:after
    {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background-color: hsla(0,0%,100%,.3);
        right: -40px;
        top: 40px;
        left: auto;
        bottom: auto;
        position: absolute;
    }
}
[sign-up]
{
    color: #fff;
    padding-bottom: 80px;
}
[sign-up].landing
{
    padding-top: 64px;
    padding-bottom: 0;
}
[sign-up].warp
{
    padding-top: 84px;
    padding-bottom: 0;
}
[sign-up].warp.fit
{
    padding-top: 64px;
}