html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Nanum Gothic', sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background-color: #102331;
}


* {
    box-sizing: border-box;
}

.frame {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #102331;
    flex-direction: column;
    align-items: center;
}

.joinbox {
    width: 525px;
    height: 100%;
    margin-bottom: 20px;
    padding: 30px 50px;
    background-color: #172d3e;
    box-shadow: 0 1px 20px 2px rgba(0, 0, 0, 0.3);
}

.jointitle {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
}

.join_label {
    color: #82baf6;
    font-weight: 400;
}

.join_input {
    width: 100%;
    display: block;
    padding: 8px 12px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
    transition: all 200ms ease;
}

.join_input:focus {
    border: 1px solid #3898ec;
    outline: none;
}


.confirm {
    border-color: #00b050;
}

.error {
    border-color: crimson;
}

.confirm:focus {
    outline-color: #00b050 !important;
}

.error:focus {
    outline-color: crimson !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.join_content {
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(50px, 1fr) auto;
}

select {
    width: 100%;
    height: 38px;
    border: 1px none #000;
    border-radius: 4px;
    background-color: #102331;
    color: #fff;
    margin-top: 10px;
    padding: 0px 12px;
}

select:focus {
    border: 1px solid #3898ec;
    outline: none;
}

.join_chkbox {
    color: hsla(0, 0%, 100%, 0.5);
    margin-top: 20px;
}

.a_blank {
    text-decoration: none;
    color: hsla(0, 0%, 100%, 0.8);
}

.join_btn_wrap {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}

.join_btn {
    width: 150px;
    height: 38px;
    background-color: transparent;
    color: #07ca8d;
    border: 2px solid #07ca8d;
    border-radius: 3px;
    text-decoration: none;
    font-size: 15px;
    line-height: inherit;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: all 400ms ease;
    margin-bottom: 20px;
}

.join_btn:hover {
    background-color: #07ca8d;
    color: #fff;
}

.login_ask {
    color: #fff;
    margin: 10px 0;
}

.login_btn {
    text-decoration: none;
    color: #07ca8d;
    font-weight: 600;
}

@media (max-width:800px) {
    .joinbox {
        width: 100%;
    }

    .join_content {
        display: flex;
        flex-direction: column;
    }

    .login_ask {
        margin-bottom: 80px;
    }
}


.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0%;
    top: 0%;
    bottom: 0%;
    right: 0%;
    display: none;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.traderesult {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 800px;
    height: 70px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, #000), color-stop(66%, #000), to(transparent));
    background-image: linear-gradient(90deg, transparent, #000 33%, #000 66%, transparent);
    font-size: 15px;
    color: #fff;
}

.traderesult.fail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, #f44b44), color-stop(66%, #f44b44), to(transparent));
    background-image: linear-gradient(90deg, transparent, #f44b44 33%, #f44b44 66%, transparent);
}


.logo_flex img {
    height: 36px;
}

.logo_flex {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 15px;
}

.logo_flex b {
    color: #fff;
    font-size:19px;
    margin-right: 5px;
    font-weight: 900;
	font-family: 'Malgun Gothic';
}