/* @import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,600,700,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');


*, *:before, *:after {
	box-sizing: border-box;
}

html {
    font-size: 14px;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'Noto Sans KR', sans-serif;
    font-optical-sizing: auto;
	font-weight: 400;
    font-style: normal;
	background: #111111;
	color: #FFFFFF;
	word-break: keep-all;
	position: relative;
    font-size: 0;
}

input:focus, textarea:focus, select:focus, button:focus {
    outline: none;
}
input, textarea, select, button {
	font-family: 'Noto Sans KR', sans-serif;
    font-optical-sizing: auto;
	font-weight: 400;
    font-style: normal;
    border-radius: 0;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    border: 0;
	color: #FFFFFF;
}
button, select {
    cursor: pointer;
}
p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
a, a:visited {
	text-decoration: none;
	color: #FFFFFF;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
    margin: 0;
}
input[type='number'] {
    -moz-appearance: textfield;
}































.container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}
.clk {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}















.quote {
    position: fixed;
    width: 100%;
    height: 24px;
    background: #1A1A1A;
    border-bottom: 1px solid #222222;
    top: 0;
    z-index: 3;
}
.quote .container {
    max-width: 96%;
    height: 100%;
    position: relative;
}
.quote .container .contents {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}
.quote .container .contents .exg-rate {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    padding-right: 6px;
    border-right: 1px solid #222222;
}
.quote .container .contents .exg-rate:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.quote .container .contents .exg-rate h6 {
    font-size: 0.9rem;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: -0.045rem;
    line-height: 0.9rem;
}
.quote .container .contents .exg-rate.USD h6 i {
    color: #85bb65;
}
.quote .container .contents .exg-rate.USDT h6 i {
    color: #26A17B;
}
.quote .container .contents .exg-rate.BTC h6 i {
    color: #f7931a;
}
.quote .container .contents .exg-rate .exg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}
.quote .container .contents .exg-rate .exg img {
    vertical-align: middle;
    width: 0.8rem;
    height: auto;
}
.quote .container .contents .exg-rate .exg p {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.8rem;
    letter-spacing: -0.04rem;
    line-height: 0.8rem;
    font-weight: 300;
}


















header {
    width: 100%;
    background: #111111;
    border-bottom: 1px solid #222222;
    height: calc(64px + 24px);
    padding-top: 24px;
}
header .container {
    position: relative;
    max-width: 96%;
    height: 100%;
}
header .logo {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 108px;
    height: 100%;
    margin-right: 32px;
}
header .logo img {
    width: 100%;
    height: auto;
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
	-moz-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	-o-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}
header .menu-list {
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
header .menu-list .menu {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 100%;
    padding: 0 16px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
header .menu-list .menu.sel {
    border-bottom: 2px solid #FFFFFF;
}
header .menu-list .menu p {
    white-space: nowrap;
    font-size: 1rem;
}
header .menu-list .menu p.hd {
    display: inline-block;
    color: #111111;
}
header .menu-list .menu p.vb {
    color: #AAAAAA;
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
	-moz-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	-o-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}
header .menu-list .menu.sel p.vb {
    color: #FFFFFF;
}

header .account-wrapper {
    position: absolute;
    right: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}
header .account-wrapper .account {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 8px 0;
}
header .account-wrapper .account .grade {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.8rem;
    padding: 2px 4px;
    border-radius: 4px;
    margin-right: 8px;
}
header .account-wrapper .account.PUBLIC .grade {
    background: #222222;
}
header .account-wrapper .account.BASIC .grade {
    background: #0B84FF;
}
header .account-wrapper .account.VIP1 .grade {
    background: linear-gradient(90deg, #EE4035 0%, #A00BFF 50%, #0B84FF 100%);
}
header .account-wrapper .account.ADMIN .grade {
    background: #A00BFF;
}
header .account-wrapper .account .name {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1rem;
}
header .account-wrapper .btn {
    font-size: 1rem;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    padding: 8px 16px;
    border-radius: 8px;
}
header .account-wrapper .btn.login {
    background: #0B84FF;
}
header .account-wrapper .btn.join {
    background: #EE4035;
    margin-left: 8px;
}























article {
    /* padding: 140px 0 280px 0; */
    position: relative;
}


























footer {
    background: #222222;
    padding: 40px 0;
}
footer .container {
    max-width: 96%;
}
footer .top-wrapper {
    display: flex;
}
footer .top-wrapper .subject-wrapper {
    flex-grow: 1;
}
footer .top-wrapper .subject-wrapper img {
    width: 140px;
    height: auto;
}
footer .top-wrapper .subject-wrapper .channel-wrapper {
    margin-top: 40px;
}
footer .top-wrapper .subject-wrapper .channel-wrapper .channel {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    font-weight: 500;
    padding: 8px 16px;
    background: #CCCCCC;
    color: #111111;
    border-radius: 8px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
footer .top-wrapper .subject-wrapper .channel-wrapper .channel.youtube {
    margin-right: 10px;
}
footer .top-wrapper .subject-wrapper .channel-wrapper .channel.youtube i {
    color: #FF0000;
}
footer .top-wrapper .subject-wrapper .channel-wrapper .channel.telegram i {
    color: #0088cc;
}
footer .top-wrapper .content-wrapper {
    position: relative;
}
footer .top-wrapper .content-wrapper .menu-wrapper {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
footer .top-wrapper .content-wrapper .menu-wrapper.subscribe {
    margin: 0 60px;
}
footer .top-wrapper .content-wrapper .menu-wrapper h5 {
    font-size: 1.2rem;
    color: #AAAAAA;
    font-weight: 700;
}
footer .top-wrapper .content-wrapper .menu-wrapper .menu-list {
    padding-top: 10px;
}
footer .top-wrapper .content-wrapper .menu-wrapper .menu-list p {
    font-size: 1rem;
    color: #AAAAAA;
    margin-top: 10px;
}
footer .top-wrapper .content-wrapper .menu-wrapper .menu-list p.selected {
    color: #FFFFFF;
    font-weight: 500;
}
footer .desc-wrapper {
    border-bottom: 1px solid #666666;
    padding: 40px 0;
}
footer .desc-wrapper > div:last-child {
    margin-top: 10px;
}
footer .desc-wrapper > div p {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 300;
    color: #AAAAAA;
}
footer .desc-wrapper > div p.dv {
    font-weight: 900;
    margin: 0 4px;
}
footer .bottom-wrapper {
    margin-top: 40px;
}
footer .bottom-wrapper p {
    font-size: 1rem;
    color: #AAAAAA;
    text-align: right;
}






















.spread-wrapper {
    z-index: -1;
    width: 1200px;
    max-width: 100%;
    text-align: center;
    position: absolute;
    /* bottom: -10px; */
    right: 50%;
    -webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
}
.spread-wrapper.top {
    top: -10px;
    display: none;
}
.spread-wrapper.bottom {
    bottom: -10px;
}
.spread-wrapper .spread {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
}
.spread-wrapper .spread.red {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #EE4035;
    box-shadow:
        0 0 90px 30px #EE4035,
        0 0 180px 60px #EE4035,
        0 0 240px 90px #EE4035,
        0 0 300px 120px #EE4035;
}
.spread-wrapper.top .spread.red {
    bottom: 0;
    right: 150px;
}
.spread-wrapper.bottom .spread.red {
    top: 0;
    left: 150px;
}
.spread-wrapper .spread.purple-red {
    width: 10px;
    height: 10px;
    margin: 0 80px;
    background-color: #C82696;
    box-shadow:
        0 0 60px 20px #C82696,
        0 0 120px 40px #C82696,
        0 0 180px 60px #C82696;
}
.spread-wrapper .spread.purple-blue {
    width: 10px;
    height: 10px;
    margin: 0 80px;
    background-color: #5845FF;
    box-shadow:
        0 0 60px 20px #5845FF,
        0 0 120px 40px #5845FF,
        0 0 180px 60px #5845FF;
}
.spread-wrapper .spread.blue {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #0B84FF;
    box-shadow:
        0 0 90px 30px #0B84FF,
        0 0 180px 60px #0B84FF,
        0 0 240px 90px #0B84FF,
        0 0 300px 120px #0B84FF;
}
.spread-wrapper.top .spread.blue {
    bottom: 0;
    left: 150px;
}
.spread-wrapper.bottom .spread.blue {
    top: 0;
    right: 150px;
}


















.banner {
    position: relative;
}
.banner img {
    width: 100%;
    height: auto;
}
.banner.b2 img {
    content: url(/img/banner/b2_pc.png);
}
.banner.b3 img {
    content: url(/img/banner/b3_pc.png);
}
.banner .desc {
    position: absolute;
    left: 40px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
    color: #111111;
}
.banner .desc h1 {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: -0.2rem;
}
.banner .desc h1.highlight {
    font-weight: 700;
    margin-top: 8px;
}
.banner .desc p {
    display: inline-block;
    padding-top: 16px;
    padding-right: 16px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    letter-spacing: -0.12rem;
    color: #111111 !important;
}

.banner .close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.5);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
}
.banner .close i {
    font-size: 20px;
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
	-moz-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	-o-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}


























@media (hover: hover) and (pointer: fine) {
    header .menu-list .menu:hover p.vb {
        color: #FFFFFF;
    }

    header .account-wrapper .account:hover {
        opacity: 0.9;
    }
    header .account-wrapper .btn.login:hover {
        background: rgba(11, 132, 255, 0.9);
    }
    header .account-wrapper .btn.join:hover {
        background: rgba(238, 64, 53, 0.9);
    }

    footer .top-wrapper .subject-wrapper .channel-wrapper .channel:hover {
        background: #FFFFFF;
    }
    footer .top-wrapper .content-wrapper .menu-wrapper .menu-list p:hover {
        color: #FFFFFF;
    }

    .banner .desc p:hover {
        text-decoration: underline;
    }
}


















@media (max-width: 1000px) {
    html {
        font-size: 13px;
    }

    .banner .desc h1 {
        font-size: 1.8rem;
        line-height: 1.8rem;
        letter-spacing: -0.18rem;
    }
    .banner .desc p {
        font-size: 1.1rem;
        line-height: 1.1rem;
        letter-spacing: -0.11rem;
    }
}


@media (max-width: 800px) {
    html {
        font-size: 12px;
    }

    header .menu-list .menu p span {
        display: none;
    }

    header .account-wrapper .account .grade {
        margin-right: 2px;
    }
    header .account-wrapper .btn.join {
        display: none;
    }

    footer .top-wrapper .content-wrapper .menu-wrapper.subscribe {
        margin: 0 40px;
    }

    .banner.b2 img {
        content: url(/img/banner/b2_tablet.png);
    }
    .banner.b3 img {
        content: url(/img/banner/b3_tablet.png);
    }
}


@media (max-width: 600px) {
    html {
        font-size: 11px;
    }

    .quote {
        height: 22px;
    }
    .quote .container .contents .exg-rate {
        margin-right: 4px;
        padding-right: 4px;
    }
    .quote .container .contents .exg-rate .exg {
        margin-left: 4px;
    }
    
    header {
        height: calc(58px + 22px);
        padding-top: 22px;
    }
    header .logo {
        width: 84px;
    }
    header .account-wrapper .account {
        padding: 4px 8px;
        border-radius: 4px;
    }
    header .account-wrapper .account.PUBLIC {
        background: #222222;
    }
    header .account-wrapper .account.BASIC {
        background: #0B84FF;
    }
    header .account-wrapper .account.VIP1 {
        background: linear-gradient(90deg, #EE4035 0%, #A00BFF 50%, #0B84FF 100%);
    }
    header .account-wrapper .account.ADMIN {
        background: #A00BFF;
    }
    header .account-wrapper .account .grade {
        display: none;
    }

    footer .top-wrapper .content-wrapper .menu-wrapper.subscribe {
        margin: 0 20px;
    }
    footer .top-wrapper .content-wrapper .menu-wrapper .menu-list {
        padding-top: 0;
    }
    footer .top-wrapper .content-wrapper .menu-wrapper .menu-list p {
        margin-top: 6px;
    }
}


@media (max-width: 500px) {
    html {
        font-size: 10px;
    }
    
    header .logo {
        width: 72px;
        margin-right: 16px;
    }
    header .menu-list .menu {
        padding: 0 8px;
    }
    header .account-wrapper .account .name span {
        display: none;
    }

    footer {
        text-align: center;
    }
    footer .top-wrapper {
        display: block;
    }
    footer .top-wrapper .subject-wrapper .channel-wrapper {
        margin-top: 20px;
    }
    footer .top-wrapper .content-wrapper {
        margin-top: 40px;
    }
    footer .top-wrapper .content-wrapper .menu-wrapper {
        text-align: center;
    }
    footer .top-wrapper .content-wrapper .menu-wrapper.subscribe {
        margin: 0 40px;
    }
    footer .desc-wrapper {
        padding: 20px 0;
    }
    footer .desc-wrapper > div:last-child {
        margin-top: 0;
    }
    footer .bottom-wrapper {
        margin-top: 20px;
    }

    .banner.b2 img {
        content: url(/img/banner/b2_mobile.png);
    }
    .banner.b3 img {
        content: url(/img/banner/b3_mobile.png);
    }
    .banner .desc {
        left: 20px;
    }
    .banner .close {
        width: 36px;
        height: 36px;
    }
    .banner .close i {
        font-size: 16px;
    }
}


@media (max-width: 400px) {
    html {
        font-size: 9px;
    }

    .quote {
        height: 20px;
    }

    header {
        height: calc(54px + 20px);
        padding-top: 20px;
    }
    header .logo {
        margin-right: 8px;
    }
    header .menu-list .menu {
        padding: 0 4px;
    }
    header .account-wrapper .btn {
        padding: 4px 8px;
        border-radius: 4px;
    }
}


@media (max-width: 350px) {
    html {
        font-size: 8px;
    }
}
