@font-face {
    font-family: 'Benzin';
    src: url('../font/Benzin-Regular.woff2') format('woff2'),
        url('../font/Benzin-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Benzin';
    src: url('../font/Benzin-Medium.woff2') format('woff2'),
        url('../font/Benzin-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Benzin';
    src: url('../font/Benzin-Semibold.woff2') format('woff2'),
        url('../font/Benzin-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Benzin';
    src: url('../font/Benzin-Bold.woff2') format('woff2'),
        url('../font/Benzin-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Benzin';
    src: url('../font/Benzin-ExtraBold.woff2') format('woff2'),
        url('../font/Benzin-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'SUIT';
    src: url('../font/SUIT-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT';
    src: url('../font/SUIT-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT';
    src: url('../font/SUIT-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT';
    src: url('../font/SUIT-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT';
    src: url('../font/SUIT-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT';
    src: url('../font/SUIT-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT';
    src: url('../font/SUIT-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT';
    src: url('../font/SUIT-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT';
    src: url('../font/SUIT-Heavy.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

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,
input, button {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-tap-highlight-color: transparent;
	word-break: break-word;
}

html,
body {
    width: 100%;
    background-color: #000 !important;
    color: #fff !important;
    font-family: 'Benzin' !important;
}
ul ,ol ,li {
  list-style: none;
}

.container {
    max-width: 1550px !important;
}

.navbar {
    z-index: 999;
}

.nav-link {
    color: #fff !important;
}

.navbar-toggler-icon {
    box-shadow: none !important;
}

.navbar-toggler-icon:focus {
    box-shadow: none !important;
    border: none !important;
    outline: 0 !important;
}

.navbar-toggler-icon::after {
    background-image: none !important;
}

.dropdown-item:hover {
    background-color: #0063DD !important;
}

.hero-section {
    /* min-height: 100vh; */
    width: 100%;
    position: relative;
    background: linear-gradient(0deg, rgba(0, 47, 105, 1) 0%, rgba(0, 0, 0, 1) 100%);
    overflow: hidden;
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url('../images/main-bg.png') no-repeat center top/cover;
}

.hero-section .container {
    position: relative;
    z-index: 10;
    padding-top: 8rem;
}

.hero-img {
    max-width: 992px;
    margin-bottom: -2rem;
}

.flash {
    position: absolute;
    bottom: -78%;
    left: 0;
    z-index: 10;
    width: 100%;
}

#container h1 {
    font-size: clamp(35px, 8vw, 55px) !important;
    line-height: 112% !important;
    letter-spacing: 2%;
    font-weight: 700 !important;
    text-shadow: 0px 0px 20px #1f76df;
}

#container h2,
#container h3 {
    text-shadow: 0px 0px 20px #1f76df;
}

#container p,
#container .nav-link,
#container h3 {
    font-family: 'Montserrat' !important;
}

#container p {
    font-size: 21px;
}

#container button {
    max-width: 280px;
    font-weight: 500;
    border: none;
    font-size: 20px;
    font-family: 'Montserrat';
    background: linear-gradient(90deg, #0081F8 0%, #0063DD 100%);
    color: #fff;
}

.second-section {
    background: linear-gradient(0deg, rgba(0, 47, 105, 0.198) 0%, rgba(0, 0, 0, 0)17%, rgba(0, 0, 0, 0) 69%, rgba(0, 47, 105, 0.376) 100%);
}

.work-section {
    position: relative;
    background: linear-gradient(1deg, rgba(0, 47, 105, 0.498) 0%, rgba(0, 47, 105, 0.198) 100%);
}

.work-section .container {
    position: relative;
    z-index: 10;
}

.work::after {
    content: '';
    position: absolute;
    top: 13%;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 500px;
    background: url('../images/work-left.png') no-repeat center top/cover;
    z-index: 1;
}

.work::before {
    content: '';
    position: absolute;
    top: 13%;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 500px;
    background: url('../images/work-right.png') no-repeat center top/cover;
    z-index: 1;
}

.card {
    background: linear-gradient(118.81deg, #000000 1.97%, #1D1D1D 97.94%) !important;
    border: 1px solid #ffffff1e !important;
    color: #fff !important;
    border-radius: 15px !important;
    overflow: hidden;
    min-height: 21rem;
}

.card::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 250px;
    width: 345px;
    background-image: url('../images/scan-grad.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 140px;
    width: 381px;
    background-image: url('../images/card-p.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.card-body {
    padding: 35px !important;
    position: relative;
    z-index: 10;
}

.token-section {
    background: linear-gradient(0deg, rgba(0, 47, 105, 0.481) 0%, rgba(0, 10, 21, 0.481) 38%, rgba(0, 11, 24, 0.481) 69%, rgba(0, 47, 105, 0) 99%);
}

.token-img {
    filter: drop-shadow(0px 0px 20px #2B75D1);
    border-radius: 25px;
}

.footer {
    position: relative;
    background: linear-gradient(0deg, rgba(1, 58, 127, 0.834), rgb(0 47 105 / 49%) 100%);
}

.footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30%;
    background: url('../images/bank.svg') no-repeat center top/cover;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30%;
    background: url('../images/soon.svg') no-repeat center top/cover;
}

@media (max-width: 1600px) {
    .container {
        max-width: 1400px !important;
    }

    #container h1 {
        font-size: clamp(35px, 4vw, 45px) !important;
        line-height: 112% !important;
        letter-spacing: 2%;
        font-weight: 700 !important;
    }

    #container h2 {
        font-size: clamp(20px, 2vw, 30px) !important;
        line-height: 112% !important;
        letter-spacing: 2%;
        font-weight: 500 !important;
        margin-top: 1rem;
    }

    #container p {
        font-size: 18px !important;
    }

    #container button {
        max-width: 200px;
        font-size: 13px !important;
    }

    .hero-img {
        max-width: 600px;
        margin-top: 2rem;
        margin-bottom: -1.4rem;
    }

    .hero-section::after {
        background: url('../images/main-bg.png') no-repeat center top/cover !important;
    }

    .flash {
        position: absolute;
        bottom: -78%;
        left: 0;
        z-index: 10;
        width: 100%;
    }
}


@media (max-width: 1400px) {
    /* .hero-section .container {
        padding-top: 4rem;
        text-align: center;
    } */

    #container h1 {
        font-size: clamp(35px, 4vw, 40px) !important;
        line-height: 112% !important;
        letter-spacing: 2%;
        font-weight: 700 !important;
    }

    #container h2 {
        font-size: clamp(20px, 2vw, 25px) !important;
        line-height: 112% !important;
        letter-spacing: 2%;
        font-weight: 500 !important;
        margin-top: 1rem;
    }

    #container h3 {
        font-size: 20px !important;
    }

    #container p {
        font-size: 12px !important;
    }

    #container button {
        max-width: 200px;
        font-size: 13px !important;
    }

    .hero-img {
        max-width: 500px;
        margin-top: 2rem;
        margin-bottom: -1rem;
    }

    .flash {
        bottom: -70%;
    }

    .hero-section::after {
        background: url('../images/main-bg.png') no-repeat center top/cover !important;
    }

    .bike-img {
        width: 100% !important;
    }
}


@media (max-width: 1400px) {
    /* .hero-section .container {
        padding-top: 4rem;
        text-align: center;
    } */

    #container h1 {
        font-size: clamp(35px, 4vw, 40px) !important;
        line-height: 112% !important;
        letter-spacing: 2%;
        font-weight: 700 !important;
    }

    #container h2 {
        font-size: clamp(20px, 2vw, 25px) !important;
        line-height: 112% !important;
        letter-spacing: 2%;
        font-weight: 500 !important;
        margin-top: 1rem;
    }

    #container p {
        font-size: 14px;
    }

    #container button {
        max-width: 200px;
        font-size: 13px !important;
    }

    .hero-img {
        max-width: 500px;
        margin-top: 2rem;
    }

    .hero-section::after {
        background: url('../images/main-bg.png') no-repeat center top/contain;
    }
}

@media (max-width: 768px) {
    #container nav {
        background: linear-gradient(1deg, rgba(0, 47, 105, 0.005) 0%, rgba(0, 0, 0, 1) 100%);
        backdrop-filter: blur(3px);
    }

    #container h3 {
        font-size: 22px !important;
    }

    #container p {
        font-size: 18px !important;
    }

    .bike-img {
        width: 100% !important;
    }

    .work::after,
    .work::before {
        display: none;
    }

    .hero-img {
        width: 100% !important;
    }
}

@media (max-width: 550px) {
    #container button {
        min-width: 310px !important;
    }

    .footer::after,
    .footer::before {
        display: none;
    }
}





/* 20251024 */
:root {
	--white: #fff;
	--black: #000;
	--key-color: #2936AC;
	--point-color: #1568F8;
	--orange: #FF5E00;
	--yellow: #FFEE00;
}
a {
	color: var(--white);
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
.inner {
	position: relative;
	width: 100%;
	max-width: 1660px;	
	padding: 0 15px;
	box-sizing: border-box;
	margin:0 auto;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex_js {
	justify-content: space-between;
}
.flex_end {
	justify-content: end;
}
.ag_c {
	align-items: center;
}
.flex_col {
	flex-direction: column;
}
.flex_col > * {
	width: 100%;
}
.txt_color {
	color: var(--key-color)!important;
}
.btn_color {
	background: var(--key-color)!important;
	color: #E1E1E1!important;
}
.gray_bg {
	background: #FAFAFA;
}
.btn_line_color {
	border: 1px solid var(--key-color)!important;
	color: var(--key-color)!important;
}
.btn_line_white {
	border: 1px solid var(--white)!important;
	color: var(--white)!important;
}
.color_bg {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.30);
}
.white_bg {
	border-radius: 10px;
	background: var(--white);
}
.btn_line_gray {
	color: #777!important;
	border: 1px solid #D8D8D8!important;
	background: #F4F4F4!important;
}
.btn_white {
	background: rgba(255, 255, 255, 0.70)!important;
	color: var(--key-color)!important;
}
.btn_gray {
	color: #777!important;
	border: 1px solid #D8D8D8!important;
	background: #F4F4F4!important;
}
.btn_gray2 {
	background: #aaa!important;
	color: var(--white)!important;
}
.btn_black {
	background: var(--black)!important;
	color: var(--white)!important;
}
.btn_o {
	background: var(--orange)!important;
	color: var(--white)!important;
}


#fix_area {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(34, 34, 34, 0.90);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
    font-family: "Montserrat",sans-serif;
    transition: transform 0.3s ease;
	z-index: 34;
}
#fix_area.hidden {
    transform: translateY(-100%) !important;
}
#fix_area .inner {
	height: 96px;
	gap: 20px;
}
#fix_area h1 {
	flex: 1;
	align-items: end;
	gap: 20px;
}
#fix_area h1 img {
	vertical-align: middle;
}
#fix_area h1 p {
	background: url("../images/logo_icon.svg")no-repeat 0 50%;
	padding-left: 35px;
	font-size: 16px;
	font-weight: 400;
	box-sizing: border-box;
}
#fix_area .h_util > a {
    position: relative;
    font-size: 20px;
    padding-right: 20px;
    margin-right: 20px;
}
#fix_area .h_util > a:after {
	content: '';
	display: block;
	width: 1px;
	height: 15px;
	background: var(--white);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 14px;
}
#fix_area .h_util > a:nth-child(3) {
	margin-right: 0;
}
#fix_area .h_util > a:nth-child(3):after {
	display: none;
}
#fix_area .h_util .util_btn {
	gap: 10px;
}
#fix_area .h_util .util_btn > p {
	position: relative;
	margin-right: 10px;
}
#fix_area .h_util .util_btn > p:after {
	content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, 0.3);
}
#fix_area .h_util .util_btn > a.down_btn {
	padding: 7px 20px;
}
#fix_area .h_util .util_btn > a.btn_color {
    padding: 10px 20px;
    border-radius: 10px;
}
#fix_area .h_util .util_btn > a img {
	vertical-align: middle;
	margin-right: 5px;
}
#fix_area .h_util .util_btn .download_box {
	position: relative;
}
#fix_area .h_util .util_btn .download_box .btn {
	border-radius: 10px;
	padding: 10px 20px;
	box-sizing: border-box;
}
#fix_area .h_util .util_btn .download_box .qr_box {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}
#fix_area .h_util .util_btn .download_box .qr_box .btn_o {
	padding: 20px;
	border-radius: 20px;
	border: 1px solid var(--white);
	gap: 20px;
	margin-top: 50px;
	box-sizing: border-box;
}
#fix_area .h_util .util_btn .download_box .qr_box .img {
	width: 280px;
	padding: 20px;
	background: var(--white);
	border-radius: 10px;
	box-sizing: border-box;
}
#fix_area .h_util .util_btn .download_box .qr_box .img img {
	width: 100%;
}
#fix_area .h_util .util_btn .download_box .qr_box strong {
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
}
#fix_area .h_util .util_btn .download_box .qr_box .close_btn {
	border-radius: 10px;
	background: #FFCF21;
	color: #1A1A1A;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: 500;
	box-sizing: border-box;
}
#fix_area .h_util .lang {
	position: relative;
}
#fix_area .h_util .lang > button {
	width: 48px;
	height: 48px;
	background: url("../images/ic_global.svg")no-repeat 50% 50%;
	border: 1px solid var(--white);
	border-radius: 5px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-sizing: border-box;
}
#fix_area .h_util .lang > div {
	display: none;
	position: absolute;
	right: 0;
	padding-top: 10px;
}
#fix_area .h_util .lang:hover > div {
	display: block;
}
#fix_area .h_util .lang > div > ul {
    width: 200px;
    padding: 10px;
    border: 1px solid var(--white);
    border-radius: 5px;
	background: rgba(34, 34, 34, 0.9);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: 5;
}
#fix_area .h_util .lang > div > ul > li > a {
	transition: color .2s;
}
#fix_area .h_util .lang > div > ul > li > a:hover {
	color: var(--point-color);
}
#fix_area .menu {
	display: none;
    position: absolute;
    top: 20px;
    right: 20px;
}
#fix_area .menu a {
	position: relative;
	display: block;
	width: 26px;
	height: 26px;
}
#fix_area .menu a span {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 20px;
	height: 1px;
	border-radius: 5px;
	background: var(--white);
}
#fix_area .menu a span:nth-child(1) {
	top: 5px;
}
#fix_area .menu a span:nth-child(2) {
	top: 12px;
}
#fix_area .menu a span:nth-child(3) {
	top: 19px;
}
.side-wrap {
	width: 300px;
	height: 100%;
	position: fixed; 
	top: 0;
	right: -100%;
	z-index: 35;
	background: #3B459A;
	overflow-y: auto;
	transition: all .2s;
    font-family: "Montserrat",sans-serif;
}
.side-wrap.on {
	right: 0;
}
.side-wrap .top {
	position: relative;
	padding: 35px 55px 15px 20px;
}
.side-wrap .top .side-close {
	position: absolute;
	top: 15px;
    right: 20px;
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
    background: transparent;
}
.side-wrap .top .side-close span {
	position: absolute;
	top: 11px;
    left: 4px;
	display: block;
	width: 17px;
	height: 2px;
	border-radius: 5px;
	background: #fff;
}
.side-wrap .top .side-close span:nth-child(1) {
	transform: rotate(45deg);
}
.side-wrap .top .side-close span:nth-child(2) {
	transform: rotate(-45deg);
}
.side-wrap .s_util {
	gap: 5px;
}
.side-wrap .s_util .util_box > a {
	flex: 1;
	position: relative;
    font-size: 14px;
	text-align: center;
}
.side-wrap .s_util .util_box > a:after {
	content: '';
	display: block;
	width: 1px;
	height: 15px;
	background: var(--white);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 14px;
}
.side-wrap .s_util .util_box > a:last-child:after {
	display: none;
}
.side-wrap .s_util .util_btn {
	padding: 0 10px;
    gap: 5px;
	box-sizing: border-box;
}
.side-wrap .s_util .util_btn > a {
	border-radius: 10px;
    padding: 10px 0;
	font-size: 14px;
	text-align: center;
    box-sizing: border-box;
}
.side-wrap .s_util .util_btn > a img {
	width: 17px;
	vertical-align: middle;
	margin-right: 5px;
}
.side-wrap .s_util .w100 a {
    width: calc(50% - 3px);
    padding: 5px 0;
    border: 1px solid var(--white);
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
}
.side-wrap .s_util .w100 a.w100 {
	width: 100%;
}
.side-wrap .depth {
    padding: 20px;
}
.side-wrap .depth01.b_line {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.side-wrap .depth01 > a {
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: left;
    padding: 7px 0;
}
.side-wrap .depth01 > p {
	margin: 20px 0 8px;
}
.side-wrap .depth01.lh {
	margin-bottom: 5px;
}
.side-wrap .depth01 a.btn_o {
	border-radius: 10px;
	padding: 10px 20px;
	margin-top: 10px;
	box-sizing: border-box;
}
.side-wrap .depth01:first-child a.btn_o {
	margin-top: 0;
}
.side-wrap .depth01 > a.btn_o img {
	vertical-align: middle;
	margin-right: 10px;
}
.side-wrap .depth02 {
	max-height: 0;
	overflow: hidden;
}
.side-wrap .depth .depth02 li a {
	display: block;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
	margin: 40px 0;
}
.black-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 34;
	display: none;
}
.not_scroll {
    overflow: hidden;
}

#header {
	position: relative;
	width: 100%;
	z-index: 33;
	background: rgba(26, 26, 26, 0.60);
    font-family: "Montserrat",sans-serif;
	box-sizing: border-box;
}
#header .top_area .inner {
	min-height: 62px;
	gap: 10px;
    padding: 10px 15px;
    box-sizing: border-box;
}
#header .top_area .gnb {
	flex: 1;
	gap: 7px 30px;
}
#header .top_area .gnb > strong {
	font-size: 20px;
}
#header .top_area .gnb > ul {
	gap: 25px;
}
#header .top_area .gnb > ul li a {
	padding: 5px 0;
	border-bottom: 2px solid transparent;
	box-sizing: border-box;
}
#header .top_area .gnb > ul li a:hover,
#header .top_area .gnb > ul li.active a {
	color: #FF5D00;
	border-bottom: 2px solid #FF5D00;
}
#header .top_area .gnb > ul li.pl {
	padding-left: 20px;
	box-sizing: border-box;
}
#header .top_area .gnb > ul li.line a {
	position: relative;
}
#header .top_area .gnb > ul li.line a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -12px;
	transform: translateY(-50%);
	display: block;
	width: 1px;
	height: 15px;
	background: rgba(255,255,255,0.3);
}
#header .top_area .gnb > ul li.line:last-child a:after {
	display: none;
}
#header .top_area .rate {
	text-align: right;
	gap: 10px 20px;
}
#header .top_area .rate > div {
	position: relative;
	justify-content: end;
}
#header .top_area .rate > div:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
	display: block;
	width: 1px;
	height: 15px;
	background: rgba(255,255,255,0.3);
}
#header .top_area .rate > div:last-child:after {
	display: none;
}
#header .top_area .rate .cash {
	gap: 10px;
	font-weight: 500;
}
/*
#header .top_area .rate .cash div {
	background: url("../images/ic_cash.svg")no-repeat 100% 50%;
	padding-right: 30px;
	box-sizing: border-box;
}*/
#header .top_area .rate .top > a {
	position: relative;
	padding-left: 10px;
	margin-left: 10px;
	box-sizing: border-box;
}
#header .top_area .rate .top > a:before {
	content: '';
    display: block;
    width: 1px;
    height: 15px;
    background: var(--white);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 14px;
}
#header .top_area .rate .bottom {
	gap: 15px;
}
#header .top_area .rate .bottom > div {
	gap: 5px;
}
#header .top_area .rate .bottom > div .icon {
	position: relative;
	width: 34px;
	height: 22px;
	border-radius: 5px;
	overflow: hidden;
}
#header .top_area .rate .bottom > div .icon img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#header .top_slide {
	background: rgba(52, 59, 97, 0.70);
}
#header .top_slide .inner {
	height: 52px;
	gap: 10px;
}
#header .top_slide .win {
	padding: 5px 10px;
	border-radius: 10px;
	background: #FFCF21;
	color: var(--black);
	font-weight: 500;
	box-sizing: border-box;
}
#header .top_slide .slide {
	flex: 1;
	width: 50%;
}
#header .top_slide .swiper-wrapper {
	transition-timing-function: linear;
}
#header .top_slide .swiper-slide {
	width: auto;
	background: url("../images/ic_trophy.svg")no-repeat 0 50%;
	padding-left: 25px;
	margin-right: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
#header .top_slide .swiper-slide:after {
	content: '';
	display: block;
    width: 1px;
    height: 15px;
    background: var(--white);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 14px;
}
#header .top_slide .swiper-slide:last-child:after {
	display: none;
}
#footer {
	position: relative;
	background: #222;
	padding: 70px 0;
	font-family: 'SUIT';
	margin-top: 100px;
}
#footer .inner {
	gap: 50px;
}
#footer .top {
	gap: 50px;
}
#footer h1 img {
	display: block;
}
#footer h1 a img {
	margin-top: 30px;
}
#footer .top .f_menu {
	gap: 70px;
}
#footer .top .f_menu ul {
	gap: 20px;
    line-height: 1.2;
}
#footer .top .f_menu ul h4 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
#footer .top .f_menu ul li a {
	gap: 10px;
}
#footer .ft_in {
    gap: 20px;
    box-sizing: border-box;
}
#footer .ft_in > p {
	font-size: 20px;
	line-height: 1.2;
}
#footer .ft_in .slider {
	position: relative;
    white-space: nowrap;
    overflow-x: auto;
}
#footer .ft_in .logo_slider {
	min-width: max-content;
}
#footer .ft_in .logo_slider > div {
	position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px;
}
#footer .ft_in .logo_slider > div:first-child {
	margin-left: 0;
}
#footer .copy {
	gap: 10px;
}
#footer .copy .down_box {
	gap: 10px;
}
#footer .copy .down_box > a {
	height: 45px;
	line-height: 45px;
	border-radius: 10px;
    padding: 0 20px;
	gap: 10px;
	background: #4650A2;
	color: var(--white);
    box-sizing: border-box;
}
#footer .copy .down_box .qr_box .icon {
	width: 45px;
	height: 45px;
	background: #4650A2;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px;
    cursor: pointer;
	box-sizing: border-box;
}
#footer .copy .down_box .qr_box .icon img {
	width: 100%;
}
#footer .copy .down_box .qr_box .box {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
    text-align: center;
}
#footer .copy .down_box .qr_box .box .btn_o {
	padding: 20px;
	border-radius: 20px;
	border: 1px solid var(--white);
	gap: 20px;
	margin-top: 50px;
	box-sizing: border-box;
}
#footer .copy .down_box .qr_box .box .img {
	width: 280px;
	padding: 20px;
	background: var(--white);
	border-radius: 10px;
	box-sizing: border-box;
}
#footer .copy .down_box .qr_box .box .img img {
	width: 100%;
}
#footer .copy .down_box .qr_box .box strong {
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
}
#footer .copy .down_box .qr_box .box .close_btn {
	border-radius: 10px;
	background: #FFCF21;
	color: #1A1A1A;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: 500;
	box-sizing: border-box;
}
#fix_footer {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	font-family: "Montserrat", sans-serif;
}
#fix_footer .ft_noti {
	background: rgba(50, 50, 50, 0.80);
    padding: 10px 16px;
    gap: 8px;
	font-size: 13px;
    box-sizing: border-box;
}
#fix_footer .ft_noti span {
	padding: 2px 6px;
	border-radius: 5px;
	background: var(--key-color);
	color: var(--white);
	box-sizing: border-box;
}
#fix_footer .ft_noti a {
	flex: 1;
	width: 100%;
	color: var(--white);
	line-height: 1.2;
	letter-spacing: 0.325px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
#fix_footer ul {
	background: #2C3050;
	box-shadow: 0 -4px 5px 0 rgba(186, 192, 198, 0.15);
	padding: 8px 20px 16px;
	gap: 5px;
	box-sizing: border-box;
}
#fix_footer ul li {
	flex: 1;
}
#fix_footer ul li a {
	display: block;
	padding: 35px 0 8px;
	background-repeat: no-repeat;
	background-position: 50% 8px;
	text-transform: capitalize;
	font-size: 14px;
	letter-spacing: -0.28px;
	text-align: center;
	box-sizing: border-box;
}
#fix_footer ul li.on a {
	color: var(--yellow);
	font-weight: 700;
}
#fix_footer ul li.ft01 a {
	background-image: url("../images/ft01.svg");
}
#fix_footer ul li.ft01.on a {
	background-image: url("../images/ft01_on.svg");
}
#fix_footer ul li.ft02 a {
	background-image: url("../images/ft02.svg");
}
#fix_footer ul li.ft02.on a {
	background-image: url("../images/ft02_on.svg");
}
#fix_footer ul li.ft03 a {
	background-image: url("../images/ft03.svg");
}
#fix_footer ul li.ft03.on a {
	background-image: url("../images/ft03_on.svg");
}
#fix_footer ul li.ft04 a {
	background-image: url("../images/ft04.svg");
}
#fix_footer ul li.ft04.on a {
	background-image: url("../images/ft04_on.svg");
}
#fix_footer ul li.ft05 a {
	background-image: url("../images/ft05.svg");
}
#fix_footer ul li.ft05.on a {
	background-image: url("../images/ft05_on.svg");
}

.modal {
	display: none;
}
.modal .black_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.50);
	z-index: 37;
}
.modal .modal_cont {
    width: 90%;
    max-width: 765px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 98vh;
    overflow: hidden;
	z-index: 38;
	background: #4550A8;
	border-radius: 10px;
	box-shadow: 4px 4px 4px 0px rgba(15, 12, 56, 0.20);
}
.modal .modal_cont .scroll {
	position: relative;
	background: #4550A8;
	max-height: calc(98vh - 20px);
    overflow-x: hidden;
    overflow-y: visible;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
	padding: 30px;
}
.modal .modal_cont .scroll::-webkit-scrollbar {
    display: none;
}
#main_pop .modal_cont,
#main_pop .modal_cont .scroll {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
	text-align: center;
}
#main_pop .img img {
    max-width: 100%;
}
#main_pop .close {
    width: 35px;
    height: 35px;
    background: url("../images/ic_close_white.svg")no-repeat 50% 50%;
    border: 1px solid var(--white);
    border-radius: 50%;
    margin: 30px auto 0;
    box-sizing: border-box;
}




@media screen and (max-width: 1400px) {
    #header .top_area .gnb > ul {
		font-size: 14px;
	}
}
@media screen and (max-width: 1280px) {
	#header .top_area .gnb > ul {
		gap: 5px 15px;
        max-width: 640px;
	}
	#header .top_area .gnb > ul li.line a:after {
		right: -8px;
		height: 11px;
	}


	#fix_area .h_util > a {
		font-size: 16px;
		padding-right: 10px;
		margin-right: 10px;
	}
	#fix_area .h_util .util_btn > a {
		font-size: 14px;
	}
	#fix_area .h_util .util_btn .download_box .btn {
		font-size: 14px;
	}
	#fix_area .h_util .util_btn > a img {
		width: 20px;
	}
}
@media screen and (max-width: 1024px) {
    #fix_area .inner {
		height: 65px;
	}
	#fix_area h1 p {
		display: none;
	}
	#fix_area .h_util > a {
		display: none;
	}
	#fix_area .h_util .util_btn > a {
		display: none;
	}
	#fix_area .h_util .util_btn .download_box {
		display: none;
	}
	#fix_area .h_util .util_btn > p {
		display: none;
	}
    #fix_area .h_util .lang {
        margin-top: 5px;
    }
	#fix_area .h_util .lang > button {
		width: 35px;
		height: 35px;
		background-size: 26px;
		margin-right: 38px;
	}
	#fix_area .h_util .lang > div > ul > li > a {
		font-size: 14px;
	}
	#fix_area .menu {
		display: block;
	}
	#header .top_area .inner {
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#header .top_area .gnb {
		display: none;
	}
	#header .top_area .gnb > ul li.pl {
    	padding-left: 10px;
	}
	#header .top_area .rate {
		font-size: 14px;
		width: 100%;
		justify-content: center;
	}
	#header .top_area .rate > div {
		width: auto;
		justify-content: start;
	}
	#header .top_area .rate .top {
		order: 1;
	}
	#header .top_area .rate .top > a {
		display: none;
	}
	#header .top_area .rate .bottom {
		order: 0;
	}
    #footer {
		padding: 70px 0;
	}
	#footer .top h1 {
		width: 100%;
	}
	#footer .top .f_menu {
		gap: 60px;
		width: 100%;
	}
	#footer .top .f_menu ul {
		flex: 1;
	}
	#footer .top .f_menu .sns {
		flex: none;
		position: absolute;
		top: 15px;
		right: 15px;
		flex-direction: row;
		gap: 0;
		justify-content: end;
	}
	#footer .top .f_menu .sns h4 {
		display: none;
	}
	#footer .top .f_menu .sns li {
		width: auto;
	}
	#footer .top .f_menu .sns li a {
		font-size: 0;
	}
	#footer .copy {
		justify-content: center;
	}
	#footer .copy .down_box {
		display: none;
	}
	#fix_footer {
		display: block;
	}
}
@media screen and (max-width: 768px) {
    #footer {
		padding: 50px 0;
		margin-top: 80px;
	}
	#footer .inner {
		gap: 20px;
	}
	#footer .top {
		gap: 30px;
	}
	#footer .top .f_menu {
		width: 100%;
        gap: 35px 20px;
    }
	#footer .top .f_menu ul {
		flex: none;
        width: calc(50% - 10px);
		gap: 2px;
    }
	#footer .top .f_menu ul h4 {
		font-size: 18px;
		font-weight: 800;
		margin-bottom: 10px;
	}
	#footer .top .f_menu ul li a {
		font-size: 14px;
	}
	#footer .top .f_menu ul.sns {
        width: 100%;
		margin-bottom: 30px;
    }
	#footer .ft_partner {
		gap: 10px;
	}
	#footer .ft_partner .swiper-slide {
		margin-right: 20px;
	}
	#footer .ft_partner .logo_slider > div {
		margin: 0 15px;
	}
	#footer .ft_in {
		gap: 10px;
		margin: 30px 0 10px;
	}
	#footer .ft_in .logo_slider > div {
		margin: 0 10px;
	}
	#footer .copy {
		font-size: 14px;
		margin-top: 20px;
		text-align: center;
	}

	#fix_footer ul {
    	padding: 8px 5px 16px;
		gap: 0;
	}
	#fix_footer ul li a {
		font-size: 12px;
	}
}