/* Base */
@font-face {
    font-family: NotoSansKR;
    src: url("/assets/Noto_Sans_KR/NotoSansKR-VariableFont_wght.ttf");
}
body, body *:not(html):not(style):not(br):not(tr):not(code) {
    font-family: NotoSansKR;
    box-sizing: border-box;
}

body {
    font-family: system-ui;
    height: 100%;
    hyphens: auto;
    line-height: 1.4;
    margin: 0;
    -moz-hyphens: auto;
    -ms-word-break: break-all;
    width: 100% !important;
    -webkit-hyphens: auto;
    -webkit-text-size-adjust: none;
    word-break: break-all;
    word-break: break-word;

}

p,
ul,
ol,
blockquote {
    padding: 0;
    line-height: 1.4;
    text-align: left;
    margin: 0;
}

a {
    color: #3869D4;
}

a img {
    border: none;
}

/* Typography */

h1 {
    color: #2F3133;
    font-size: 19px;
    font-weight: bold;
    margin-top: 0;
    text-align: left;
}

h2 {
    color: #2F3133;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    text-align: left;
}

h3 {
    color: #2F3133;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    text-align: left;
    margin: 0;
}

p {
    color: #74787E;
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 0;
    text-align: left;
}

p.sub {
    font-size: 12px;
}

img {
    max-width: 100%;
}

/* Layout */

.wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    -premailer-cellpadding: 0;
    -premailer-cellspacing: 0;
    -premailer-width: 100%;
}

.content {
    margin: 0;
    padding: 0;
    width: 100%;
    -premailer-cellpadding: 0;
    -premailer-cellspacing: 0;
    -premailer-width: 100%;
}

/* Header */

.header {
    padding: 25px 0;
    text-align: center;
    top: 0;
}

.header a {
    color: #bbbfc3;
    font-size: 19px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 0 white;
}

/* Body */

.body {
    background-color: #FFFFFF;
    border-bottom: 1px solid #EDEFF2;
    border-top: 1px solid #EDEFF2;
    margin: 0;
    padding: 0;
    width: 100%;
    -premailer-cellpadding: 0;
    -premailer-cellspacing: 0;
    -premailer-width: 100%;
}

.inner-body {
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 0;
    width: 570px;
    -premailer-cellpadding: 0;
    -premailer-cellspacing: 0;
    -premailer-width: 570px;
}

/* Subcopy */

.subcopy {
    border-top: 1px solid #EDEFF2;
    margin-top: 25px;
    padding-top: 25px;
}

.subcopy p {
    font-size: 12px;
}

/* Footer */

.footer {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 570px;
    -premailer-cellpadding: 0;
    -premailer-cellspacing: 0;
    -premailer-width: 570px;
}

.footer p {
    color: #AEAEAE;
    font-size: 12px;
    text-align: center;
}

/* Tables */

.table table {
    margin: 30px auto;
    width: 100%;
    -premailer-cellpadding: 0;
    -premailer-cellspacing: 0;
    -premailer-width: 100%;
}

.table th {
    border-bottom: 1px solid #EDEFF2;
    padding-bottom: 8px;
}

.table td {
    color: #74787E;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 0;
}

.content-cell {
    padding: 35px;
}

/* Buttons */

.action {
    margin: 30px auto;
    padding: 0;
    text-align: center;
    width: 100%;
    -premailer-cellpadding: 0;
    -premailer-cellspacing: 0;
    -premailer-width: 100%;
}

.button {
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    color: #FFF;
    display: inline-block;
    text-decoration: none;
    -webkit-text-size-adjust: none;
}

input {
    border: none;
    box-shadow: none;
    outline: none;
}
input[type='checkbox']{
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}
button {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
}

.button-blue {
    background-color: #3097D1;
    border-top: 10px solid #3097D1;
    border-right: 18px solid #3097D1;
    border-bottom: 10px solid #3097D1;
    border-left: 18px solid #3097D1;
}

.button-green {
    background-color: #2ab27b;
    border-top: 10px solid #2ab27b;
    border-right: 18px solid #2ab27b;
    border-bottom: 10px solid #2ab27b;
    border-left: 18px solid #2ab27b;
}

.button-red {
    background-color: #bf5329;
    border-top: 10px solid #bf5329;
    border-right: 18px solid #bf5329;
    border-bottom: 10px solid #bf5329;
    border-left: 18px solid #bf5329;
}

/* Panels */

.panel {
    margin: 0 0 21px;
}

.panel-content {
    background-color: #EDEFF2;
    padding: 16px;
}

.panel-item {
    padding: 0;
}

.panel-item p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Promotions */

.promotion {
    background-color: #FFFFFF;
    border: 2px dashed #9BA2AB;
    margin: 0;
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 24px;
    width: 100%;
    -premailer-cellpadding: 0;
    -premailer-cellspacing: 0;
    -premailer-width: 100%;
}

.promotion h1 {
    text-align: center;
}

.promotion p {
    font-size: 15px;
    text-align: center;
}

a {
    text-decoration: none;
}

/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}

/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}

/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}

/* 正在点击的链接*/
a:active {
    text-decoration: none;
}

ol, ul {
    list-style: none;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none
}

p {
    margin-top: 0;
    margin-bottom: 0
}

body {
    margin: 0;
    justify-content: space-between;
}

img, video {
    max-width: 100%;
    height: auto;
}

dl {
    margin: 0;
}

dd {
    margin: 0;
}

h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

img {
    display: block;
}

header{
    position: fixed;
    background-color: #ffffff;
    padding: 12px;
    width: 100%;
    z-index: 500;
}
header .flex-box{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
header .logo-pic{
    width: 110px;
    min-width: 110px;
}
header .real-and-demo{
    display: flex;
    align-items: center;
    margin-left: auto;
}
.real-btn{
    display: block;
    background-color: #4c61ff;
    width: 83px;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
.demo-btn{
    font-size: 15px;
    color: #4c61ff;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
}
header .real-btn{
    margin-right: 0;
    margin-left: 16px;
}
header .lang-box .lang-flag{
    width: 27px;
    min-width: 27px;
    cursor: pointer;
}
header .other-lang-box{
    background-color: #fff;
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    border-radius: 20px 0 20px 20px;
    padding: 12px 16px;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.26)!important;
    width: 100%;
}
header .other-lang-box .title{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 20px;
}
header .other-lang-box .your{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: solid 1px #cacaca;
}
header .other-lang-box .your p{
    font-size: 13px;
    color: #343434;
}
header .other-lang-box .your img{
    margin-left: 12px;
}
header .other-lang-box .three-ul{
    display: flex;
    justify-content: space-between;
}
header .other-lang-box .three-ul .land span{
    font-size: 16px;
    font-weight: bold;
    color: #0b253a;
}
header .other-lang-box .three-ul li{
    margin-bottom: 12px;
}
header .other-lang-box .three-ul li:last-of-type{
    margin-bottom: 0;
}
header .other-lang-box .three-ul li a span{
    font-size: 12px;
    font-weight: bold;
    color: #0b253a;
}
.pc-block{
    display: none;
}
.ora-move-btn{
    background-color: #ff5100;
    overflow: hidden;
    display: block;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
}

footer{
    background-color: #101820;
    padding: 32px 20px ;
}
footer .m-flex-box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
    margin-bottom: 28px;
}
footer .m-flex-box h3{
    font-size: 15px;
    color: #4c61ff;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 500;
}
footer .m-flex-box .phone{
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #fff;
    margin-bottom: 12px;
}
footer .m-flex-box .phone img{
    width: 11px;
    min-width: 11px;
    margin-right: 8px;
}
footer .m-flex-box .email{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #ffffff;
    padding-bottom: 16px;
    border-bottom: 1px solid #fff;
}
footer .m-flex-box .email img{
    width: 16px;
    min-width: 16px;
    margin-right: 6px;
}
footer .m-flex-box .share p{
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #eeeeee;
}
footer .m-flex-box .share .icon-list{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 6px;
    margin-top: 12px;
}
footer .m-flex-box .share .icon-list img{
    width: 100%;
}
footer .footer-award-pic{
    width: 44px;
    margin-bottom: 12px;
}
footer .text-box p{
    font-size: 12px;
    letter-spacing: 0px;
    color: #fefefe;
}
footer .text-box p.has-mt{
    margin-top: 24px;
    padding-right: 44px;
}
footer .pc-footer-nav{
    display: none;
}
footer .rights{
    margin-top: 28px;
    padding: 16px 20px 0;
    font-size: 12px;
    color: #eeeeee;
    text-align: center;
    letter-spacing: -1px;
    border-top: 1px solid #fefefe;
}
.black-box .close-btn {
    white-space: nowrap;
    color: red;
    font-size: 16px;
    text-align: center;
    display: block;
    cursor: pointer;
    width: 20px;
    margin-left: auto;
    min-width: 20px;
    line-height: 18px;
    max-height: 18px;
    border-radius: 999px;
    border: 1px solid red;
}
.black-box.login-black-box .alert-box,
.black-box.sign-black-box .alert-box{
    position: relative;
    width: 300px;
    padding-top: 60px;
    background-color: #fff;
}
.login-black-box .alert-box div,
.sign-black-box .alert-box div{
    position: absolute;
    width: 100%;
    top: 0;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 20px;
    background-color: #000;
}
.black-box{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 600;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
}
.black-box .alert-box{
    width: 200px;
}
.black-box .alert-box p{
    color: red;
    font-size: 14px;
}
.back-top{
    display: none;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 80px;
}
footer .pc-flex-box{
    max-width: 375px;
    margin-right: auto;
    margin-left: auto;
}
#success-alert{
    background: transparent;
}
#success-alert .alert-box{
    width: 200px;
    background-color: rgba(0,0,0,0.5);
    padding: 20px;
    border-radius: 10px;
}
#success-alert .alert-box h2{
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-bottom: 12px;
}
#success-alert .alert-box a{
    display: block;
    width: 100px;
    line-height: 30px;
    color: #fff;
    background-color: #0a7de8;
    text-align: center;
    border-radius: 999px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
#header #login-window{
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:999;
    background-color: rgba(0,0,0,.5);
}

#header #login-window #login-box{
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
}
#header #login-window #login-box .clo-btn{
    width: 100%;
    height: 32px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    position: absolute;
    z-index: 500;
    right: 12px;
}
#header #login-window #login-box .clo-btn span{
    width: 20px;
    height: 20px;
    line-height: 10px;
    text-align: center;
    border: 1px solid #2882c0;
    color: #2882c0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header #login-window #login-box .form-box{
    background: white;
    border-radius: 4px;
    min-height: 316px;
    height: 100%;
    padding-top: 40px;
}
#header #login-window .waiting{
    width: 100%;
    height: 316px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-menu{
    display: none;
    width: 27px;
    height: 22px;
    min-width: 27px;
    margin-right: 12px;
}
.m-menu.active{
    display: block;
}
.m-menu.close-menu{
    width: 22px;
    max-width: 22px;
    height: 22px;
}
.m-menu-box.active{
    display: block;
}
.m-menu-box{
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    background-color: rgba(0,0,0,0.5);
    padding-top: 42px;
    top: 0;
    left: 0;
    z-index: 400;
}
.m-menu-box .white-box{
    background-color: #fff;
    height: 100%;
    max-height: 100%;
    width: 188px;
    padding: 0 12px 20px;
    overflow: scroll;
}
.m-menu-box .white-box .m-nav li{
    width: 100%;
    padding: 16px 12px;
    border-bottom: 1px solid #dee1e2;
}
.m-menu-box .white-box .m-nav li a{
    font-size: 15px;
    color: #101820;
    line-height: 1;
    font-weight: 500;
}
.m-menu-box .m-nation-btn{
    display: flex;
    align-items: center;
    padding: 16px 8px 8px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 28px;
}
.m-menu-box .m-nation-btn p{
    font-size: 14px;
    font-weight: 500;
    color: #0b253a;
    line-height: 1;
    margin-right: 8px;
}
.m-menu-box .m-nation-btn img{
    display: none;
    width: 14px;
}
.m-menu-box .m-nation-btn img.active{
    display: block;
}
.m-menu-box .m-nation-list{
    padding-left: 16px;
    display: none;
}
.m-menu-box .m-nation-list.active{
    display: block;
}
.m-menu-box .m-nation-list a{
    font-size: 12px;
    color: #343434;
    font-weight: 500;

}
.m-menu-box .m-nation-list li{
    margin-bottom: 12px;
}
.m-menu-box .m-nation-list li:last-of-type{
    margin-bottom: 0;
}
.sign-form-box{
    background-color: #ffffff;
    border-radius: 10px;
    padding: 24px 12px 12px;
}
@media (min-width: 1200px) {
    #header #login-window #login-box .form-box{
        padding-top: 0;
        height: auto;
    }
    #header #login-window #login-box{
        max-height: 356px;
    }
    #header #login-window #login-box .clo-btn span{
        color: #fff;
        border: 1px solid #fff;
    }
    #header #login-window #login-box .clo-btn{
        position: unset;
    }
    .sign-form-box{
        min-width: 372px;
        max-width: 372px;
        margin: 0;
        border-radius: 10px;
        padding: 24px 16px 12px;
    }
    #header #login-window #login-box{
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
        width: 400px;
    }
    .black-box .alert-box p{
        font-size: 28px;
    }
    .black-box .close-btn{
        font-size: 20px;
        width: 24px;
        line-height: 22px;
        max-height: 22px;
        margin-right: 12px;
        margin-top: 8px;
    }
    .black-box.login-black-box .alert-box,
    .black-box.sign-black-box .alert-box{
        position: relative;
        width: 908px;
        padding-top: 60px;
        background-color: #fff;
    }
    .pc-block{
        display: block;
    }
    .m-block{
        display: none;
    }
    .black-box .alert-box{
        width: 320px;
    }
    footer .m-flex-box .email img{
        margin-right: 12px;
        width: 17px;
    }
    footer .m-flex-box .email{
        font-size: 16px;
        padding-bottom: 14px;
        margin-bottom: 20px;
    }
    footer .m-flex-box .phone img{
        width: 13px;
        margin-right: 12px;
    }
    footer .m-flex-box .phone{
        font-size: 16px;
        padding-bottom: 14px;
    }
    footer .m-flex-box h3{
        font-size: 20px;
        margin-bottom: 16px;
    }
    footer .pc-footer-nav a{
        font-size: 13px;
        color: #eeeeee;
        opacity: 0.57;
    }
    footer .pc-footer-nav{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-right: auto;
        padding-bottom: 24px;
    }
    footer .text-box{
        margin-right: 158px;
    }
    footer .rights{
        max-width: 1438px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 20px;
        font-size: 13px;
        margin-top: 24px;
    }
    footer .pc-flex-box .footer-award-pic{
        order: 0;
        width: 87px;
        min-width: 87px;
        height: 95px;
        margin-right: 20px;
        margin-bottom: 0;
    }
    footer .pc-flex-box .m-flex-box{
        display: block;
        margin-right: 84px;
        order: 3;
        margin-bottom: 0;
    }
    footer .pc-flex-box{
        display: flex;
        max-width: 1438px;
        margin-right: auto;
        margin-left: auto;
    }
    header .other-lang-box{
        top: 60px;
        padding: 25px 30px;
        width: 585px;
        left: unset;
        right: 0;
    }
    header .real-btn{
        margin-right: 20px;
        margin-left: 28px;
    }
    .real-btn{
        width: 123px;
        line-height: 40px;
        font-size: 20px
    }
    .demo-btn{
        font-size: 20px;
        white-space: nowrap;
    }
    header .lang-box .lang-flag{
        width: 42px;
        min-width: 42px;
    }
    header .real-and-demo{
        margin-left: 128px;
    }
    header .pc-nav a{
        font-size: 20px;
        line-height: 1;
        color: #101820;
        font-weight: 500;
    }
    header .pc-nav{
        justify-content: space-between;
        width: 100%;
        display: flex;
        margin-left: 80px;
    }
    header .logo-pic{
        width: 210px;
        min-width: 210px;
    }
    header{
        padding: 20px 0;
    }
    header .flex-box{
        width: 1400px;
        margin-right: auto;
        margin-left: auto;
    }
    .pc-block{
        display: block;
    }
}