@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}


.m_hide {display:none !important;}

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    font-family: 'Pretendard';
    background-color: #000000;

}

body {
    font-size: 1em;
    font-family: 'Pretendard', sans-serif !important;
    display: table;
    width: 100%;
    font-weight: 400;
    color: #ffffff;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../sub/images/select.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 10% auto;
}


input {
    font-family: 'Noto Sans KR', sans-serif !important;
}

input {
    outline: none;
}

input:focus {
    outline: none;
}

select {
    outline: none;
}

select:focus {
    outline: none;
}

button {
    outline: none;
}

button:focus {
    outline: none;
}

.c_bl {
    color: #1056e5;
}

.c_red {
    color: #ed1c24;
}

.c_darkgrey {
    color: #565656;
}

.sp5 {
    height: 5px;
    clear: both;
}

.sp10 {
    height: 10px;
    clear: both;
}

.sp12 {
    height: 12px;
    clear: both;
}

.sp15 {
    height: 15px;
    clear: both;
}

.sp20 {
    height: 20px;
    clear: both;
}

.sp25 {
    height: 25px;
    clear: both;
}

.sp30 {
    height: 30px;
    clear: both;
}

.sp35 {
    height: 35px;
    clear: both;
}

.sp40 {
    height: 40px;
    clear: both;
}

.sp45 {
    height: 45px;
    clear: both;
}

.sp50 {
    height: 50px;
    clear: both;
}

.sp55 {
    height: 55px;
    clear: both;
}

.sp60 {
    height: 60px;
    clear: both;
}

.sp65 {
    height: 65px;
    clear: both;
}

.sp70 {
    height: 70px;
    clear: both;
}

.sp75 {
    height: 75px;
    clear: both;
}

.sp80 {
    height: 80px;
    clear: both;
}

.sp90 {
    height: 90px;
    clear: both;
}

.sp100 {
    height: 100px;
    clear: both;
}
.sp120 {
    height: 120px;
    clear: both;
}
.sp130 {
    height: 80px;
    clear: both;
}

.sp150 {
    height: 150px;
    clear: both;
}

.sp160 {
    height: 160px;
    clear: both;
}

.sp165 {
    height: 165px;
    clear: both;
}

.sp200 {
    height: 200px;
    clear: both;
}

.sp270 {
    height: 270px;
    clear: both;
}

.sp400 {
    height: 400px;
    clear: both;
}

.mt20 {
    margin-top: 20px;
}


.inner {
    width: 100%;
    max-width: 600px;
    padding: 0 15px;
    margin: 0 auto;
	position:relative;
}

.inner02 {
    width: 83%;
    margin: 0 auto;
}

table {
    border-collapse: collapse
}

#wrap {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    color: #ffffff;
    background-color: #000000;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
#wrap .content{
    max-width: 600px;
    margin: 0 auto;
}
.mainwrap{
    padding: 0 10px;
}
.login #wrap {
    background: #080b23;
    color: #fff;
    font-weight: 400;
}
a {
    color: #fff;
}

/* input */
.j_input_box {
    border-radius: 5px;
    color: #ffaa28;
    margin-bottom: 10px;
	overflow: hidden;
}

.j_input_title {
    display: block;
    margin-right: 10px;
    margin-bottom: 5px;
    color: #898989;
    font-size: 14px;
    font-weight: 400;
}
select {
  text-indent: 10px;
}
.j_input {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    line-height: 40px;
	font-size: 13px;
	border: 1px #333333 solid;
    border-radius: 5px;
    padding-left: 10px;
    background: #333333;
	text-indent: 10px;
	color:#ffffff;
	background-image: url(../img/select.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
.j_input::placeholder {
    color: #cdcdcd;
}

#m_contury {
	width: 28%;
	float: left;
	margin-right: 2%;1
}

#coin-type {
	width: 100%;
	margin-bottom: 20px;
}

#coin-type.j_input {
	width: 100%;
    height: 45px;
    color: #343434;
    border: 1px #e9e9e9 solid;
    border-radius: 5px;
    padding-left: 10px;
    background: #ffffff;
    line-height: 45px;
    font-size: 14px;
}

.phone-number .j_input {
	width: 70%;
	float: left;
}
/* //btn */

/* btn */
.bot-btn {
	width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0px;
    background: linear-gradient(87deg, rgba(2,79,152,1) 0%, rgba(2,144,226,1) 49%, rgba(40,214,226,1) 100%);
    z-index: 1000;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
}

.bot-btn-on {
    background: #ffaa28;
	width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
}
/* //btn */

/* main */

.s_bg .m_top .inner{
    display: flex;
    align-items: center;
    height: 70px;
}

.s_title {
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.logo {
    position: absolute;
    right: 20px;
    top: 40px;
}
.logo img {
    width:50px;
}


.toggle img {width:21px;}
.notice_btn {
    position: absolute;
    top: 16px;
    right: 5%;
}
.notice_btn img{
    width:21px;
}

.main_bg .total_2 {
	font-size:22px;
	color:#d4d4d4;
	font-weight:400;
	text-align:center;
	}


.main_bg .btn_box ul li:nth-child(4) {margin-righT:0px;}


.main_bg .btn_box ul li p {
	    color: #acbcd8;
    font-size: 13px;
    margin-top: 3px;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
	}



.coin_list {
    overflow: hidden;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
    overflow-y: auto;
}
.coin_list .t1 {
    font-size: 18px;
    padding-top: 10px;
    margin-bottom: 5px;
}
.coin_list .list01 {
    overflow: hidden;
    width: 100%;
    height: 65px;
    background: #ffffff;
    border: 1px #e4e4e4 solid;
    border-radius: 10px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
	padding-left: 10px;
	position:relative;
}

.coin_list .list01 .coin_img img{width:42px;}
.coin_list .list01 .coin_name {
    padding-left: 10px;
    line-height: 1;
}
.coin_list .list01 .coin_name .c1{font-size:16px;color:#8f7a88;}
.coin_list .list01 .coin_name .c2{font-size:20px;color:#000000;}
.coin_list .list01 .coin_total {
    position: absolute;
    right: 20px;
    text-align: right;
}
.coin_list .list01 .coin_total .total_p1 {
    color: #3776b8;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
}
.coin_list .list01 .coin_total .total_p2{
    color:#989898;
	font-size:16px;
}
#nav {
    background: #112c5c;
    position: absolute;
    padding-top: 15px;
    display: none;
    border-radius: 10px;
    top: 63px;
    left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    width: 40%;
    z-index: 99999999;
}

#nav ul{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
}

#nav ul:last-child{
    border-bottom: 0;
    margin-bottom: 0;
}

#nav li {
    height: 30px;
}

#nav li a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}

#nav li img {
    width: 15px;
    margin-right: 15px;
    vertical-align: middle;
    margin-top: -2px;
}


/* 언어 시작 */
.lang_select {
    position: absolute;
    cursor: pointer;
    z-index: 9999999;
    top: 26px;
    right: 4%;
    width: 28px;
}
.lang_select .img_style {
	overflow: hidden;
}
.lang_select img {
	width:100%;
}
.lang_select .lang_select_list {
	display: none;
	background: #ffffff;
	position: absolute;
	top: 45px;
	z-index: 9999;
	right: 0px;
	padding: 10px;
	width: 145px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #d8d6d6;
}
.lang_select .lang_select_list p {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 2px;
    color: #fff;
}
.lang_select .lang_select_list p:last-of-type {
	margin-bottom: 0px;
}
.lang_select .lang_select_list p img {
	width: 30px;
	margin-right: 10px;
	border: 1px #d4d4d4 solid;
}
/* 언어 끝 */




/* sub page */

.back_link {
    position: absolute;
    top: 14px;
    width: 27px;
    left: 5%;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #12151c;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor:pointer;
}
.back_link img{
    height: 20px;
}
.form_work {
    width: 100%;
}
.index_Area_right {
	border-radius: 0!important;
    width: 100%!important;
    min-height: 100vh;
    padding: 70px 8%!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column;
	background: #000;
}
.join_wrap .index_Area_right {
    padding: 20px 20px !important;
}
.index_Area_right .inputForm .tit {
    color: #ffffff;
    font-size: 25px !important;
    position: relative;
    font-weight: 700;
    display: block;
    text-align: left;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.index_Area_right .inputForm .tit2 {
    color: #999eae;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-top: 8px;
    padding-bottom: 25px;
}
.index_Area_right .inputForm .tit2 a{
	color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}
.index_Area_right .s_input_title {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 8px;
}
.index_Area_right .p-mb15 {
    margin-bottom: 15px;
    overflow: hidden;
}
.index_Area_right .item_box {
    display: flex;
    align-items: center;
}
.button05 {
    width: 170px;
    height: 45px;
    border: none;
    border-radius: 50px;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
    margin-left: 10px;
    background:#E50113; 
}
/* login */
.login_content {
    margin: 0 auto;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
	position:relative;
	}
.member_wrap{
    background-image: url(../img/loginbg.jpg);
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
	max-width: 600px;
    margin: 0 auto;
}
.member_wrap .inner .text-box{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}
.member_wrap .inner .text-box .logobox{
    width: 100px;
    margin-bottom: 30px;
}
.member_wrap .inner .text-box .logobox img{
    width: 100%;
}
.member_wrap .inner .text-box .txt1{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}
.login_wrap .inner .text-box .txt2{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
}
.find_wrap .inner .text-box .txt2{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.login_wrap .inner .text-box .txt3{
    font-size: 14px;
    font-weight: 300;
    color: #d2d2d2;
}
.member_wrap .inner .login_input_area{
    display: flex;
    flex-direction: column;
	gap:30px;
}
.member_wrap .inner .login_input_area .input_form{
    background-color: #333;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 15px 25px;
}
.login_wrap .inner .login_input_area .top_form{
    border-radius: 20px 20px 10px 10px;
    margin-bottom: 5px;
}
.login_wrap .inner .login_input_area .bottom_form{
    border-radius: 10px 10px 20px 20px;
    margin-bottom: 10px;
}
.find_wrap .inner .login_input_area .input_form{
    border-radius: 20px 20px;
}
.login_wrap .inner .login_input_area .flex_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login_wrap .inner .login_input_area .flex_box .save_area .agreeBox{
    display: flex;
    align-items: center;
    gap: 8px;
}
.login_wrap .inner .login_input_area .flex_box .save_area label{
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}
.login_wrap .inner .login_input_area .flex_box a{
    font-size: 14px;
    font-weight: 300;
}
.member_wrap .inner .login_input_area .input_form .left_input{
    width: calc(100% - 30px);
}
.member_wrap .inner .login_input_area .input_form .left_input p{
    font-size: 12px;
    font-weight: 300;
    color: #808080;
    margin-bottom: 10px;
}
.member_wrap .inner .login_input_area .input_form .left_input input{
    width: 100%;
    height: 35px;
    border: none;
    background-color: inherit;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
}
.member_wrap .inner .login_input_area .input_form .right_input{
    width: 20px;
    height: 20px;
}
.member_wrap .inner .login_input_area .input_form .right_input img{
    width: 100%;
    height: 100%;
}
.member_wrap .link_tab{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.member_wrap .link_tab .loginBtn01{
    width: 100%;
    max-width: 230px;
    height: 50px;
    border-radius: 50px;
    background-color: #E50113;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}
.member_wrap .link_tab .loginBtn02{
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin-top: 20px;
    background-color: inherit !important;
    border: none;
    cursor: pointer;
}
.member_wrap .link_tab .join_cancel{
    width: 100%;
    max-width: 230px;
    height: 50px;
    border-radius: 50px;
    background-color: #626262 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    margin-top: 12px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}
/* //login */
/* deposit */

.qr_box {

}
.qr_box {
	background: #12151c;
    padding: 30px;
    border-radius: 15px;
    display: table;
    margin: 0 auto;
}

.qr_box img {
    width: 180px;
}
.s_input01 {
    width: 100%;
    height: 43px;
    border-radius: 5px;
    background: #080b23;
    background-image: -webkit-linear-gradient( 90deg, rgb(2,79,152) 0%, rgb(2,144,226) 46%, rgb(40,214,226) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(2,79,152) 0%, rgb(2,144,226) 46%, rgb(40,214,226) 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    background-image: linear-gradient(#0f0f0f, #0f0f0f), linear-gradient( 90deg, rgb(2,79,152) 0%, rgb(2,144,226) 46%, rgb(40,214,226) 100%);
    border: none;
	text-indent: 10px;
	color:#ffffff;
}
.s_input02 {
    width: 100%;
    height: 45px;
    color: #fff;
	border-radius: 30px;
    border-radius: 5px;
	padding-left: 10px;
    background: #333333;
	border:none;
}
.s_input02:focus {border: 1px #676061 solid;}

.select01 {
    width: 100%;
    height: 40px;
    color: #ffffff;
    background: #333333;
	border:none;
    border-radius: 5px;
	padding-left:10px;
}
.phone_select {
    width: 100%;
    height: 40px;
    color: #333333;
    border: 1px #e4e4e4 solid;
	background:#ffffff;
    border-radius: 5px;
	padding-left:10px;
}
.s_btn01 {
    width: 80%;
    height: 50px;
    line-height: 50px;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 16px;
    border-radius: 50px;
	cursor:pointer;
    margin: auto;
    display: block;
    background: #e50113;
}
.copy_bt {
    width: 100%;
    height: 47px;
    line-height: 47px;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    margin: auto;
    display: block;
    background: #fa4825;
}

.sand_button{
    border-radius: 5px;
}

.input_title {font-size:14px;margin-bottom:8px;color:#ffffff;}


.available_coin {
	font-size: 12px;
    color: #939393;
    margin-top: 5px;
	}


/*mypage*/
.mypage .infoForm02 {
    overflow: hidden;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 20px;
}
.mypage .infoForm02 .tit {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    color: #fff;
}
.mypage .infoForm02 .codebox {
   text-align: center;
    border-radius: 10px;
    height: 120px;
    width: 100%;
    background-origin: border-box;
    background-clip: content-box, border-box;
    background-image: linear-gradient(135deg, #080b23, #080b23), linear-gradient(315deg, #343fb7 0%, #c38300 100%);
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.mypage .infoForm02 .codebox span {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 2px;
    padding: 0px 15px;
}
.mypage .infoForm02 .codebox .copy-btn {
    width: 90px;
    margin: 0 auto;
    margin-top: 10px;
}
.mypage .infoForm02 .codebox .copy-btn p {
    outline: 0;
    color: #fff;
    float: left;
    border-radius: 5px;
    width: 100%;
    height: 35px;
    vertical-align: bottom;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    /* background: rgba(255, 255, 255, .1); */
    /* border: 1px solid #FFBF00; */
    position: relative;
    display: inline-block;
    outline: none;
    /* background: rgb(6,14,131); */
    background: rgba(195,131,0,1);
  border: none;
}


.mypage .infoForm01 {
    overflow: hidden;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 50px;
	position: relative;
}
.mypage .infoForm01 .item01{
    overflow: hidden;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
     align-items: center;
	 margin-bottom:10px;
	 height:35px;
}
.mypage .infoForm01 .item01:last-of-type{
	 margin-bottom:0px;
}
.mypage .infoForm01 .item01 .tit {
    font-size: 14px;
    width: 150px;
    color: #fff;
}
.mypage .infoForm01 .item01 .inputBox {
    font-size: 14px;
    margin-left: auto;
    width: calc(90% - 60px);
    display: flex;
    justify-content: end;
}
.mypage .infoForm01 .item01 .inputBox .input001 {
    text-align: right;
    border: none;
    font-size: 14px;
    width: 100%;
    background: transparent;
    color: #fff;
}
.mypage .infoForm01 .item01 .inputBox .add-input {
    text-align: right;
    border: none;
    font-size: 14px;
    width: calc(100% - 60px);
}
.mypage .infoForm01 .inputBox .index_input01{
    width: 30%;
    color: #000;
    border: 1px #535353 solid;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    height: 30px;
    padding-left: 10px;
    margin-right: 10px;
}
.mypage .infoForm01 .inputBox .index_input01:last-child{
    margin-right: 0;
}
.add-copy {
    border: 1px #ffb231 solid;
    border-radius: 5px;
    font-size: 12px;
    padding: 2px 10px 2px 10px;
    color: #ffb231;
    font-weight: 700;
    cursor: pointer;
    float: right;
}
.changeLink {
    text-align: center;
    border-radius: 3px;
    height: 35px;
    width: 100px;
    float: right;
    background: #202020;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.changeLink a {
    color: #ffffff;
    font-weight: 300;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.mypage .lang-box {float:right;font-size:14px;cursor:pointer;}
.mypage .lang-box ul li{display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;}
.mypage .lang-box ul li img {
    width: 25px;
    margin-right: 5px;
    border: 1px #e4e4e4 solid;
    margin-top: 5px;
}
/*mypage END*/

/* history */

.table_select {
    width: 100%;
    border-radius: 5px;
    padding: 15px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    background: url(../img/b_arrow.png) no-repeat;
    background-position: 90% 45%;
    background-color: #ffffff;
}

.table_title {
    border-bottom: 1px solid #2b2b2b;
}

.table_title th {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    padding: 12px 0px;
}
.table_title th:nth-child(1){
	width:30%;
}
.table_title th:nth-child(2){
	width:40%;
}
.table_title th:nth-child(3){
	width:30%;
}

.input05 {
    width: 80%;
    height: 50px;
    border: none;
    background: transparent;
}


.tab {
    overflow: hidden;
    margin-bottom: 15px;
}

.tab li {
    float: left;
    width: 32.3%;
    text-align: center;
    background: #f6f6f6;
    margin-right: 1.5%;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    border: 1px solid #dadada;
    color: #000;
}

.tab li:last-child {
    margin-right: 0;
}

.tab .on {
    background: rgb(88, 54, 215);
    background: -moz-linear-gradient(left, rgba(88, 54, 215, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(102, 162, 237, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(88, 54, 215, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(102, 162, 237, 1) 100%);
    background: linear-gradient(to right, rgba(88, 54, 215, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(102, 162, 237, 1) 100%);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #6099bf;
}

.tab a {
    font-size: 15px;
    display: block;
    color: #2469a9;
}

.tab .on a {
    color: #fff;

}


.history-coin {
    font-size: 15px;
	text-align: center;
}
.history-amount {padding-left:30px;text-align: center;}
.history-coin .name {
    font-weight: 600;
}

.history-coin .detail {
    color: #8c92a4;
    font-size: 14px;
}

.history-coin .detail img {
    width: 5px;
}

.increase {
    color: rgba(133, 92, 206, 1)
}

.decrease {
    color: rgba(15, 131, 150, 1)
}

.history-date {
    color: #8e8e8e;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.history-icon img {
    width: 18px;
    vertical-align: middle;
}

.history-amount .transaction {
    color: #787777;
    font-size: 15px;
}

.history-amount div {
    float: right;
}

.history-amount span {
    display: block;
    font-weight: 600;
}

.history-date span {
    display: block;
}

.table01 td {
    text-align: Center;
    font-size: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.talbe_tb {border-bottom: 1px #292929 solid;}
.s_cont {
    background: #ffffff;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 8px;
    box-shadow: 0px 3px 6px rgba(154, 143, 188, 0.3);
    background-image: -webkit-linear-gradient( 90deg, rgb(2,79,152) 0%, rgb(2,144,226) 46%, rgb(40,214,226) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(2,79,152) 0%, rgb(2,144,226) 46%, rgb(40,214,226) 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    background-image: linear-gradient(#0f0f0f, #0f0f0f), linear-gradient( 90deg, rgb(2,79,152) 0%, rgb(2,144,226) 46%, rgb(40,214,226) 100%);
    border: 1px solid transparent;
    height: calc(100vh - 200px);
}

.highcharts-figure, .highcharts-data-table table {
    min-width: 300;
    max-width: 800px;
}

.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid #EBEBEB;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
	font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}
.highcharts-root {width:100%;}
.highcharts-credits {display:none;}
.highcharts-axis tspan{display:none;}
.highcharts-button-symbol {display:none !important;}
.highcharts-button-box {display:none !important;}
.highcharts-contextmenu {display:none !important;}

.s_date{
        width: 100%;
    border-radius: 3px;
    border: none;
    height: 40px;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #ddd;
    border-bottom: 1px solid #208cab;
}

.b_btn{
   width: 19%;
    height: 40px;
    border: none;
    font-size: 14px;
    border-radius: 5px;
    background: rgb(133, 92, 206);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#855cce', endColorstr='#0f8396', GradientType=1);
    color: #fff;
    cursor: pointer;
    margin-right: 1.2%;
    float: left;
    border: 1px solid #5b28b6;
}

.b_btn:last-child{
    margin-right: 0;
}

.b_btn_box{
    overflow: hidden;
}

/*language*/

.language_btn {
    position: absolute;
    top: 14px;
    right: 20px;
}
.language_btn01 {
    border: 1px #000000 solid;
    width: 110px;
    height: 35px;
    color: #333333;
    line-height: 35px;
    cursor: pointer;
}

.language_img {
    width: 20px;
    margin-left: 5px;
    margin-right: 5px;
}
.bottom_img {
    width: 10px;
    float: right;
    margin-top: 15px;
    margin-right: 10px;
}

.language_btn01:hover .dep_01{display:block;}

.dep_01 {
    display: none;
    position: absolute;
    top: 33px;
    left: 0px;
    width: 100px;
    z-index: 999999;
	width:110px;
}
.dep_02 li {background: #24223f;}
.dep_02 li a {color:#ffffff;}

/**/

.s_select {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    background: #ffffff;
    box-shadow: 0px 3px 6px rgb(154 143 188 / 30%);
    border-radius: 5px;
    padding-left: 10px;
	}

.scroll {width:100%;height:600px;overflow:hidden;overflow-y:auto;}


.bottom01_on {display:none;}
.bottom02_on {display:none;}
.bottom03_on {display:none;}
.bottom04_on {display:none;}

.privacy {
    padding: 10px;
    color: #ffffff;
    height: 200px;
    overflow: hidden;
    overflow-y: auto;
    border: 1px #3d4252 solid;
    margin-top: 10px;
    font-size: 14px;
}
.join .register_check span {
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}
.btnArea {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
input {
    outline: none;
}
.btnArea .clickBt {
    width: 100%;
    height: 42px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    color: #ffffff;
    font-weight: 300;
	border:none;
}
.btnArea .clickBt:nth-child(1) {
    margin-bottom: 10px;
    
}
.gradient03 {
    color: #ffffff!important;
    background: #E50113
}
.gradient02 {
    background: #665f59;
    color: #ffffff;
}
 .check01 {
    float: left;
    vertical-align: middle;
    height: 28px;
}
 .t1 {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    font-weight: 500;
    color: #333;
}

.popup_back {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    min-height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 1;
	display:none;
	}
.popup_form {
	width:100%;
	height:739px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	}
.popup_form .p_top{
	width:100%;
	padding: 20px;
    background-color: #242848;
    border-bottom: 1px solid #242848;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
	position: relative;
	}
.popup_form .p_body{
    width: 100%;
    min-height: 600px;
    max-height: 600px;
    overflow: auto;
	padding:20px;
	background:#ffffff;
	}
.popup_close {
    position: absolute;
    top: 0px;
    right: 20px;
	cursor:pointer;
}
.popup_form .p_bottom {
    padding: 1.5em;
    border-top: 1px solid rgba(0,0,0,.2);
    text-align: right;
    background: #fff;
}
.popup_form .btn-small {
    font-weight: 300;
    padding: 10px 20px;
    font-size: 13px;
	cursor:pointer;
}
.bWrap {
    width: 100%;
    margin: 30px auto 70px auto;
}
.bOk {
    float: left;
    width: 49%;
    height: 45px;
    margin: 0 1px;
    background: #333f50;
    padding: 14px 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
	border: none;
}
a.bCa {
    float: left;
    width: 49%;
    height: 45px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.3);
    padding: 15px 0;
    text-align: center;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
}


.camera_btn {
    width: 20%;
    float: right;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.camera_btn img {width:40px;}

#header .lang_select {
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
    z-index: 1000;
}


.join_wrap .lang_select {
    right: 30px;
}
.lang_select .active_lang img {
    border: 1px #7b7b7b solid;
    width: 30px;
}
.lang_select .lang_select_list {
    background: #fff;
    position: absolute;
    top: 25px;
    z-index: 9999;
    right: 5%;
    padding: 10px;
    width: 150px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #303030;
}
.lang_select .lang_select_list p {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 2px;
    color: #000;
}
.lang_select .lang_select_list p:last-child{
    margin-bottom: 0px;
}
.lang_select .lang_select_list p img {
    width: 30px;
    margin-right: 10px;
    border: 1px #d4d4d4 solid;
}


/* 메인페이지 디자인 */
.smallem {
	font-size: 0.7em;
	font-weight: normal;
}

.main {
	background: #25509f;
}

.main_bg {
    width: 100%;
    background-size: 100% 100%;
    /* padding-bottom: 30px; */
    margin-top: 60px;
    /* height: 100vh; */
}

.main .content1 {
    height: 230px;
    width: 100%;
    background-color: #141414;
    height: 230px;
    border-radius: 50px;

}
.main .main-box .tit {width: 100%; text-align: center; display: flex;justify-content: center; font-size: 17px; color: #fff; font-weight: 500;}
.main .main-box .price{font-size: 23px; color: #fff; font-weight: bold;}
.main .main-box .price span {
    font-size: 18px;
    display: block;
}
.main .main-box {
    overflow: hidden;
    width: 100%;
    height: 115px;
    background-image: url(../img/salesback.png);
    border-radius: 50px;
	padding:20px;
	position:relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.mycash {
    color: #ffffff;
    font-size: 20px;
}

.main .main-box .tit img{
    width:30px;
	margin-right:10px;
}
.main .main2-box .b1 a{
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin-top: 12px;
    width: 100%;
}
.main .main2-box .b1{width: calc(100% / 4);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;}
.main .main2-box .img{
    background-image: -moz-linear-gradient( 90deg, rgb(2,79,152) 0%, rgb(2,144,226) 46%, rgb(40,214,226) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(2,79,152) 0%, rgb(2,144,226) 46%, rgb(40,214,226) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(2,79,152) 0%, rgb(2,144,226) 46%, rgb(40,214,226) 100%);
    width: 54px;
    height: 54px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main .main2-box .img2{
    background-color: #141314;
    width: 52px;
    height: 52px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.main .main2-box .img2 img {height:24px;}
.main .main2-box{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 15px;
}
.main .banner1 {width: 100%;}
.main .banner1 img{width: 100%;}

.main .m_top .infoArea {
    overflow: hidden;
    padding-top: 20px;
}
.main .m_top .infoArea .form {
    overflow: hidden;
   display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}
.main .m_top .infoArea .form .userId {
    font-size: 22px;
    font-weight: 500;
}
.main  .m_top .infoArea .form .userId{
	font-size:20px;
	font-weight:700;
	}
.main .m_top .infoArea .form .settiong-icon {
    width: 23px;
    margin-left: 10px;
}
.main .m_top .infoArea .main-top {
    display: flex;
    align-items: center;
    color: #fff;
    /* height: 24px; */
    width: 100%;
    max-width: 500px;
    margin: auto;
}
.main .m_top .infoArea .main-top .profile{
    width: 25px;
    height: 100%;
    display: flex;
}
.main .m_top .infoArea .main-top .profile img{
    width: 100%;
    margin-top: auto;
}
.main .m_top .infoArea .main-top .notice-1{
    margin-left: auto;
}
.main .m_top .infoArea .main-top .notice-1 a{
    width: 40px;
    height: 40px;
    display: block;
}
.main .m_top .infoArea .main-top .notice-1 a img{
    width: 100%;
}
.main .m_top .infoArea .main-top .txt1{
    margin: 0px 15px;
    font-size: 25px;
}

.main .coinArea {
	overflow:hidden;
	background: url(../img/token-bg.jpg)no-repeat;
    background-size: 100% 100%;
	padding-bottom:30px;
	padding:20px;
	}
.main .coinArea .tit {font-size:20px;}
.main .coinArea .coinList {overflow:hidden;margin-top:20px;}
.main .coinArea .coinList ul li {
    BORDER-bottom: 1px #e4e4e4 solid;
    MARGIN-BOTTOM: 15PX;
    padding-bottom: 5px;
		}
.main .coinArea .coinList ul li .token-area{
	overflow:hidden;
	display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
		}
.main .coinArea .coinList ul li .lbox{
	overflow:hidden;display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
		font-size:20px;
		}
.main .coinArea .coinList ul li .lbox img{width:30px;margin-right:10px;}
.main .coinArea .coinList ul li .rbox {
	margin-left:auto;
	text-align:right;
	}
.main .coinArea .coinList ul li .rbox {
	margin-left:auto;
	text-align:right;
	}
.main .coinArea .coinList ul li .rbox .balance{
	font-size: 14px;
	}
.main .coinArea .coinList ul li .rbox .balance span{
	font-weight: 600;
    font-size: 18px;
	}
.main .coinArea .coinList ul li .rbox .krw-sum {
    font-size: 14px;
    color: #6c6c6c;
}
.main .coinArea .coinList ul li .btnBox-area {
    overflow: hidden;
	display: none;
}
.main .coinArea .coinList ul li .btnBox-inner {
	    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
	    padding: 3px 0px;
}

.main .coinArea .coinList ul li .btnBox-inner > a {
        width: 75px;
    height: 30px;
    background: #ffaa28;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    border-radius: 7px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.main .coinArea .coinList ul li .btnBox-inner > a.depoBtn {
    margin-right: 5px;
}

.main .cont_box {
	background: #ffffff;
}

.main .cont_box .inner {
	position: relative;
}

.main .cont_box .history_list {
	overflow: hidden;
	padding-top: 35px;
	padding-bottom: 20px;
}

.main .cont_box .list_tit {
	float: left;
    font-size: 18px;
    font-weight: bold;
    color: #343434;
    font-family: 'ElandChoice';
}

.main .cont_box .allShow {
	float: right;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    font-family: 'ElandChoice';
    display: inline-block;
    width: 55px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 30px;
    box-shadow: 0px 2px 5px 0px rgba(209, 209, 209, 0.75);
}

.main .cont_box .date {
    font-size: 16px;
    font-weight: bold;
    color: #adbbcc;
    font-family: 'ElandChoice';
}

.main .cont_box .history_table {
	margin-top: 10px;
	position: absolute;
	z-index: 100;
	background: #fff;
	border-radius: 5px;
	width: 100%;
	height: 420px;
}

.main .cont_box .history_table ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 25px;
}

.main .cont_box .history_table ul li:last-of-type {
	border-bottom: 0;
}

.main .cont_box .history_table .table_left {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.main .cont_box .history_table .table_img {
    width: 45px;
    border-radius: 5px;
    background: #ffaa28;
    margin-right: 10px;
    border-radius: 50%;
    height: 45px;
    display: block;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main .cont_box .history_table .table_img img {
   width:25px;
}

.main .cont_box .history_table .table_txt {
    overflow: hidden;
    width: calc(100% - 45px);
}

.main .cont_box .history_table .p1 {
    font-size: 15px;
    color: #ffb637;
    font-weight: 500;
}
.main .cont_box .history_table .p2 {
    font-size: 12px;
    color: #8f9091;
    overflow: auto;
}

.main .cont_box .history_table .p3 {
	font-size: 12px;
    color: #6f8aa6;
    text-align: right;
}
.main .cont_box .history_table .p4 {
    text-align: right;
    font-size: 16px;
    color: #023162;
    font-weight: 600;
}
.banner img {
    width: 100% !important;
}
.banner {
    width: 100% !important;
    overflow: hidden;
    position: relative;
    margin-top: 35px;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    top: 85%;
    left: 45%;
    transform: translate(-50%, -50%);
}
.swiper-wrapper {
    position: relative;
    height: auto !important
    ;
    }
.swiper-pagination-bullet {
width: 10px !important;
height: 10px!important;
background: #fff !important;
margin-right: 10px;
}
.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background-image: -moz-linear-gradient( 90deg, rgb(2,79,152) 0%, rgb(2,144,226) 46%, rgb(40,214,226) 100%) !important;
    background-image: -webkit-linear-gradient( 90deg, rgb(2,79,152) 0%, rgb(2,144,226) 46%, rgb(40,214,226) 100%)!important;
    background-image: -ms-linear-gradient( 90deg, rgb(2,79,152) 0%, rgb(2,144,226) 46%, rgb(40,214,226) 100%)!important;
}
.banner2 .swiper-pagination-bullet-active {
    opacity: 1;
  background-image: -moz-linear-gradient( 90deg, rgb(255,225,13) 0%, rgb(255,185,12) 46%, rgb(194,136,13) 100%)!important;
  background-image: -webkit-linear-gradient( 90deg, rgb(255,225,13) 0%, rgb(255,185,12) 46%, rgb(194,136,13) 100%)!important;
  background-image: -ms-linear-gradient( 90deg, rgb(255,225,13) 0%, rgb(255,185,12) 46%, rgb(194,136,13) 100%)!important;

}
.swiper-slide {
    width: 100% !important;
    height: auto !important;

}
.bottom {
    width: 100%;
    height: 80px;
    position: fixed;
    bottom: 0px;
    background: #12151c;
    z-index: 1000;
    left: 50%;
    transform: translateX(-50%);
    max-width: 600px;
}

.bottom ul li img {
    height: 26px;
}
.bottom_icon {filter: brightness(350%) saturate(0%);}
.bottom ul {
    display: flex;
    align-items: center;
    height: 100%;
}
.bottom .on .bottom_icon {filter:none;}
.bottom .on p {
	color: #fc5527;
    opacity: 1;
	}

.bottom ul li {
    /* float: left; */
    width: calc(100% / 5);
    color: #6e8ca9;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
	cursor:pointer;
	font-weight: bold;
	gap:5px;
}

.bottom ul li p {
    font-size: 12px;
    margin-top: 5px;
    color: #fff;
    font-weight: 400;
    opacity: 0.5;
}

.bottom .homeBtn {
	height: 60px;
    margin-top: -15px;
}

/* 로그인 추가 디자인 */
.login {
	position: relative;
	height: 100vh;
	background: rgb(254,205,76)!important;
    background: linear-gradient(100deg, rgba(254,205,76,1) 0%, rgba(255,170,40,1) 100%)!important;
    font-family: "Noto Sans KR", sans-serif;
}

.login .inner-top {
	background: transparent!important;
    position: absolute;
    top: 10px;
    left: 5%;
    z-index: 9999999;
}

.login .inner-top .back-btn {
    filter: invert(91%) sepia(1%) saturate(374%) hue-rotate(177deg) brightness(98%) contrast(121%);
}

.login_top {
	height: 300px;
	width: 100%;
    background: url(../img/intro-bg.jpg)no-repeat;
    background-size: cover;
	    position: relative;
    background-position: center center;
}

.login_top .login_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.login_logo img {
    width: 140px;
}

.login_mid_box {
	background: #fff;
    border-radius: 7px;
    position: absolute;
    width: 90%;
    margin: 0 auto;
    box-shadow: 0px 2px 5px 0px rgb(209 209 209 / 75%);
    left: 50%;
    top: 250px;
    transform: translate(-50%, 0);
}

.login_mid_box .inner {
	width: 85%;
}

.mid_tit {
	text-align: center;
    padding: 20px 0px 30px 0px;
    font-size: 23px;
    font-weight: bold;
    color: #343434;
}

.log_input_tit {
	padding-bottom: 10px;
    font-size: 13px;
    color: #343434;
    font-weight: 500;
}

.login .maintain {
	margin-top: 15px;
}

.login .input01 {
	margin-bottom: 30px;
	border-radius: 0;
}

.login .input01:focus {
	border-bottom: 1px solid #ffaa28;
}


.login .s_input02 {
    margin-bottom: 10px;
}

.login .s_input02:focus {
    border: 1px #96949d9e solid;
}

.login .btn100 {
	display: inline-block;
    background: #1c4b9b;
    color: #fff;
    text-align: center;
    padding: 0;
	border-radius: 5px;
}
.s_input_box2 {
    display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.login textarea:focus {
    border: 1px #96949d9e solid;
}
.login textarea {
background: #080b23;
border: 1px #23262f solid;
border-radius: 10px;
margin: 5px 0px;

}
/* index */
.index-top {
	margin-top: 60px;
	padding: 0 20px;
}

.index-top img {
	width: 80px;
}

.index-top .index-txt {
	color: #ffaa28;
    font-size: 18px;
    padding-top: 5px;
}

.index-top .index-tit {
    color: #ffaa28;
    font-size: 18px;
    font-weight: 500;
}

.index-bot {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.index-bot .index-inner {
	border-top: 1px solid #e5e5e5;
	padding: 30px 20px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.index-bot .index-icon {
	width: 60px;
}

.index-bot .gray-txt {
	font-size: 18px;
    color: #898989;
}

.index-bot .black-txt {
	font-size: 24px;
    color: #343434;
	font-weight: 500;
}
/* //index */

/* join */
.join {
	font-family: "Noto Sans KR", sans-serif;
}

.gray {
	background: #1a1a1a!important;
}

.inner-top {
    background: #0f0f0f;
    height: 50px;
    position: relative;
}

.inner-top .back-btn {
	width: 25px;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
    filter: invert(68%) sepia(3%) saturate(15%) hue-rotate(338deg) brightness(90%) contrast(87%);
}

.join-area {
	padding: 40px 0 60px;
}

.join-area .txt-p1 {
	font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
	color: #fff;
}

.join-area .txt-p2 {
	font-size: 13px;
    font-weight: 500;
	color: #fff;
}
/* agree */
.agree {
	font-family: "Noto Sans KR", sans-serif;
}

.agree-area {
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.agree-area .agree-form {
	border: 1px solid #e1e1e1;
    margin-top: 30px;
}

.agree-area .chk-agree {
	display: block;
	padding: 15px 15px 0 15px;
	position: relative;
	overflow: hidden;
}

.agree-area .chk-agree .agree-txt1 {
	display: block;
    float: right;
    width: calc(100% - 35px);
    font-size: 17px;
    line-height: 25px;
	color: #fff;
}

.agree-area .chk-agree .agree-txt2 {
	display: block;
    float: right;
    width: calc(100% - 30px);
	font-size: 14px;
	line-height: 25px;
}

.agree-area .chk-agree:last-of-type {
	padding-bottom: 15px;
}

.agree-area .chk-agree.all {
	display: block;
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
    width: calc(100% - 30px);
    margin: 0 auto;
}

.agree-area .chk-agree input[type=checkbox] {
	display: none;
}

.agree-area .chk-agree input[type=checkbox] + label {
	display: inline-block;
    cursor: pointer;
    position: relative;
    width: 25px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: #dfdfdf;
    height: 25px;
    border-radius: 50%;
    text-align: center;
}

.agree-area .chk-agree input[type=checkbox] + label:before {
	content: "\2713";
	width: 100%;
	transition: all .2s;
	position: absolute;
	right: 0 !important;
	top: 0;
	border: 0;
}

.agree-area .chk-agree input[type=checkbox]:checked + label {
	display: inline-block;
    cursor: pointer;
    position: relative;
    width: 25px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    color: #6dace8;
    height: 25px;
    border-radius: 50%;
    text-align: center;
}

.agree-area .chk-agree.all input[type=checkbox] {
	display: none;
}

.agree-area .chk-agree.all input[type=checkbox] + label {
	display: inline-block;
    cursor: pointer;
    position: relative;
    width: 25px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    color: #dfdfdf;
    height: 25px;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    text-align: center;
}

.agree-area .chk-wrap.all input[type=checkbox] + label:before {
	content: "\2713";
	display: inline-block;
	width: 100%;
	transition: all .2s;
	position: absolute;
	right: 0;
	top: 0;
}

.agree-area .chk-agree.all input[type=checkbox]:checked + label {
	display: inline-block;
    cursor: pointer;
    position: relative;
    width: 25px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    color: #6dace8;
    height: 25px;
    border: 1px solid #6dace8;
    border-radius: 50%;
    text-align: center;
}

.agree-area .chk-wrap.all input[type=checkbox]:checked + label:before {
	content: "\2713";
	display: inline-block;
	width: 100%;
	transition: all .2s;
	position: absolute;
	right: 0;
	top: 0;
}
/* //agree */

/* step1 */
.join-form {
	margin-top: 30px;
}
/* //step1 */

/* //join */

/* pin_check */
.pin {
	height: 100vh;
	background: rgb(254,205,76)!important;
    background: linear-gradient(100deg, rgba(254,205,76,1) 0%, rgba(255,170,40,1) 100%)!important;
    font-family: "Noto Sans KR", sans-serif;
}

.pin .inner-top {
	background: transparent!important;
}

.pin .inner-top .back-btn {
    filter: invert(91%) sepia(1%) saturate(374%) hue-rotate(177deg) brightness(98%) contrast(121%);
}

.cont_pin_check .tit {
	padding-top: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.pwWrap {
  width: 100%;
  max-width: 450px;
}

.pwWrap .pwSection {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-top: 100px;
}

.pwWrap .pwSection .dot {
        display: block;
    width: 13px;
    height: 13px;
    background: #f6f8fb;
    border-radius: 100%;
    margin: 0 5px;
}

.pwWrap .pwSection .dot.active {
  background: #ff0000;
}

.pwWrap .pwSection .message {
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 1;
  min-width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.03em;
  opacity: 0;
  transition: .2s ease-out;
}

.pwWrap .numberSection {
  overflow: hidden;
	width: 80%;
	margin: 0 auto;
}

.pwWrap .numberSection .number {
	font-family: 'Poppins', sans-serif;
    float: left;
    width: 33.33%;
    padding: 20px 0;
    cursor: pointer;
    border: 0;
    background: transparent;
    font-size: 28px;
    color: #fff;
    font-weight: 500;
}

.pwWrap .numberSection .number:last-child {
  margin-left: 33.33%;
}

.pwWrap.error .message {
  opacity: 1;
  color: #ff0000;
}

.pwWrap.confirm .message {
  opacity: 1;
  color: green;
}

.go-login {
	text-align: center;
    color: #87682e;
    margin: 0 auto;
    position: relative;
    font-size: 13px;
    margin-top: 15px;
    cursor: pointer;
    border: 1px solid #b58d41;
    width: 145px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
}
/* //pin_check */

.over-layer {
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9999999;
}

.more-area {
	display: none;
	position: fixed;
    width: calc(100% - 20px);
    bottom: 90px;
    right: 20px;
    z-index: 9999999;
}

.more-close img {
	width: 100%!important;
}

.more-menu {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
	margin-top: 15px;
}

.more-menu .more-menu-inner {
	overflow: hidden;
}

.more-menu p {
	color: #fff;
    font-size: 14px;
    font-weight: 400;
	float: left;
    line-height: 45px;
}

.more-menu .icon-box {
	height: 45px;
    width: 45px;
    background: #fff;
    border-radius: 50%;
    position: relative;
	margin-left: 10px;
	float: left;
}

.more-menu .icon-box img {
	width: 55%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 출금 */
.sub_wrap .content{
    margin-bottom: 50px;
}
.input02 {
	position: relative;
}

.input02 > span {
	position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #ffffff;
	font-size: 14px;
}

.span-area {
	padding-right: 55px;
}

.s_box01 {
    text-align: center;
    border-radius: 10px;
    height: 160px;
    width: 100%;
    background-origin: border-box;
    background-clip: content-box, border-box;
    background-image: linear-gradient(135deg, #080b23, #080b23), linear-gradient(315deg, #343fb7 0%, #c38300 100%);
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.s_box01 .tbox{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 40px;
    align-items: center;
}
.s_box01 .tbox .titlebox{
    width: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.s_box01 .tbox .titlebox p{
    margin-bottom: 0;
    margin-left: 15px;
}
.s_box01 .tbox01 p{
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}
.s_box01 .tbox02 p{
    font-size: 15px;
    font-weight: 500;
    color: #d2d2d2;
}
.s_box01 .tbox01 .mycash{
    font-size: 22px;
    color: #fff;
}
.s_box01 .tbox01 .unit{
    font-size: 18px;
    color: #fff;
}
.s_box01 .tbox02 .mycash,
.s_box01 .tbox03 .mycash{
    font-size: 18px;
    color: #d2d2d2;
}
.s_box01 .tbox02 .unit,
.s_box01 .tbox03 .unit{
    font-size: 15px;
    color: #d2d2d2;
}
.s_box01 .tbox03 p{
    font-size: 15px;
    font-weight: 500;
    color: #d2d2d2;
}
.s_box01 .tbox02{
    margin: 15px 0;
}
.s_box01 .tit {margin-bottom:10px;}

.s_box01 .amount {
	font-size: 34px;
	font-weight: 600;
	color: #fff;
}

.s_box01 .unit {
	font-size: 14px;
	font-weight: 500;
	padding-left: 5px;
}
/* //출금 */


.j-request {
	width: 29%;
    float: right;
    height: 40px;
    color: #ffffff;
    border: 1px #e9e9e9 solid;
    border-radius: 5px;
    padding-left: 10px;
    background: #db1a19;
    line-height: 37px;
    font-size: 13px;
    margin-left: 1%;
	}



.layer-popup {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index:999999;
	}
.layer-popup .popupin{
	width:90%;
	height:400px;
	background:#ffffff;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	}
.layer-popup .popupin .intop {
    width: 100%;
    height: 50px;
    background-color: rgb(63, 81, 181);
    color: #ffffff;
    font-size: 20px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	padding-left:20px;
	padding-right:20px;
}
.layer-popup .popupin .inbody {
	height:350px;
	overflow-y:auto;
	font-size:14px;
	padding:20px;
	}
.layer-popup .popupin .intop .pop-close{
    margin-left:auto;
	cursor:pointer;
}





/* new */

/*top*/
#header {
    height: 60px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin: auto;
	z-index: 9999999;
	color: #ffe191 !important;
	width: 100%;
    max-width: 600px;
    }
#header .header_in{
    max-width:600px;
	margin:0 auto;
    }

    #header .top_logo {
        position: absolute;
        top: 8px;
        left: 50%;
        transform: translateX(-50%);
    }

    #header .top_section img {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top:13px;
        width: auto;
        height: 53px;
    }

    .userInfo {display: none;}
    .level_box {
        display: none;
    }

    .left_menu {
        width: 80%;
        min-height: 100vh;
        background: url(../img/menubg.png) no-repeat;
        float: left;
        overflow: hidden;
        padding-top: 30px;
		background-size: cover;
    }

    .left_menu #Level {
        position: absolute;
        top: 8px;
        left: 15px;
    }

    .left_menu #Level .Level-img {
        float: left;
        width: 55px;
    }

    .left_menu #Level p {
        display: table;
        float: left;
        color: #ffffff;
        font-size: 0.95em;
        font-weight: 600;
        line-height: 1.1em;
        margin-top: 10px;
        margin-left: 10px;
    }

    .left_menu #Level p span {
        color: #8f8f8f;
        font-size: 0.8em;
        font-weight: 400;
    }

    .left_menu .Language {
        display: table;
        float: left;
        margin-left: 15px;
        margin-top: 7px;
        width: 90px;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        position: absolute;
        top: 0px;
    }

    .left_menu .Language .dropbtn {
        font-size: 16px;
        border: none;
        padding-left: 5px;
    }

    .left_menu .Language .dropdown-content .N-flag {
        margin-left: 5px;
        margin-right: 10px;
        width: 20px;
        vertical-align: middle;
    }

    .left_menu .Language .dropdown img {
        vertical-align: middle;
        width: 20px;
        margin-right: 10px;
    }

    .left_menu .Language .dropdown p {
        font-size: 1em;
        font-weight: 600;
        color: #FFFFFF;
        text-align: right;
        display: table;
        float: right;
        padding-right: 5px;
    }

    .left_menu .Language .dropdown {
        position: relative;
        display: inline-block;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .left_menu .Language .dropdown-content {
        position: fixed;
        min-width: 100px;
        box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
        z-index: 1;
        border: 1px #d3d3d3 solid;
        left: 50%;
        top: 50%;
        width: 80%;
        height: 300px;
        transform: translate(-50%, -50%);
        background: #ffffff;
        border-radius: 10px;
        overflow: hidden;
    }

    .left_menu .Language .dropdown-content a {
        color: #333333;
        padding: 0px 16px;
        text-decoration: none;
        display: block;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px #e4e4e4 solid;
    }

    .left_menu .Language .dropdown-content a:hover {
        background-color: #e4e4e4;
    }

    .left_menu .Language .dropdown-content .close-lang {
        color: #333333;
        text-align: center;
        width: 100px;
        margin: 0 auto;
        border: 1px #e4e4e4 solid;
        border-radius: 10px;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 13px;
        cursor: pointer;
        z-index: 99999;
        height: 42px;
    }



    .nav-hm {
        top: 50px;
    }

    .nav-hm.nh-gnb {
        left: -140%;
        position: absolute;
        top: 0px;
        z-index: 99999999;
		max-width: 400px;
        padding-top: 65px;
		height:100%;
    }

    .nav-hm .area-over {
		font-size: 16px;
		height: 63px;
		width: 100%;
		display: block;
		color: #bcbcbc;
		font-weight: 400;
		line-height: 63px;
		padding-left: 25px;
		DISPLAY: flex;
		align-items: center;
	}
    .menuBgArea{
        margin-top: 30px;
    }
    .menuBgArea .mobile-scroll {
	height: 500px;
    overflow-y: auto;
    
	}
    .menu-bg {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1; /* 메뉴보다 뒤에 오도록 설정 */
		max-width: 400px;
    }
    
    .left_menu {
        position: relative;
        z-index: 2; /* 배경보다 앞에 오도록 설정 */
    }

    .logout-btn {
		background: rgb(195 0 0);
        margin: 25px auto 0;
		border-radius: 3px;
		border-radius: 5px;
		width: 180px;
		height: 49px;
		position: absolute;
		bottom: 50px;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		align-items: center;
		justify-content: center;
	}

    .logout-btn a {
		text-align: center;
		display: block;
		color: #fff;
		font-size: 15px;
		font-weight: 500;
	}

    .left_menu .level-area {
        display: none;
    }

    .left_menu .level-area .id {
            display: table;
        color: #000;
        padding-left: 20px;
    }

    .left_menu .level-area .infop {
            margin-top: 7px;
        margin-bottom: 5px;
        text-align: center;
    }

    .left_menu .level-area .infop .s1 {
        font-family: 'Pretendard Variable', sans-serif;
        font-size: 14px;
        font-weight: 300;
    }

    .left_menu .level-area .infop img {
        width: 30px;
        margin-right: 10px;
    }

    .left_menu .level-area .id .jicimg {
            width: 65px;
        display: block;
    }

    .left_menu .level-area a img {
        display: none;
    }

    .left_menu .mlist {
        position: relative;
    }

    .left_menu .mlist .menu_01 {
        margin-right: 13px;
        height: 16px;
    }

    .nav-hm .mlist-sub {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        opacity: 1;
        visibility: visible;
        height: auto;
        padding-bottom: 5px;
        display: none;
    }

    .nav-hm .mlist-sub a {
    font-size: 15px;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    padding: 15px 0 15px 40px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.7);
	}

    .nav-hm .mlist .area-over.isOpen {
        position: relative;
        background: linear-gradient(315deg, rgb(246 57 34) 0%, rgb(254 157 40) 100%);
        color: #fff;
    }


    .nav-hm .mlist .area-over.isOpen .menu_01 {
        opacity: 1;
    }
    .nav-hm .mlist .area-over.isOpen img {
        opacity: 1;
        filter: brightness(90);
    }
    .nav-hm .logout_Btn {
        width: 99px;
        height: 38px;
        background: #068d45;
        color: #ffffff;
        float: left;
        margin-left: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        margin-top: 30px;
    }

    .nav-hm .logout_Btn a {
        color: #ffffff;
        font-size: 16px;
    }

    .nav-hm .logout_Btn:hover {
        background: #2f6ff1;
    }

    .close {
        float: left;
        position: absolute;
        top: 28px;
        right: 30px;
        cursor: pointer;
    }


    .inquery-email {
        overflow: hidden;
        width: 90%;
        border: 1px #8b0785 solid;
        color: #ffffff;
        font-size: 16px;
        margin: 20px auto 0px;
        height: 40px;
        line-height: 40px;
        border-radius: 5px;
        text-align: center;
        cursor: pointer;
    }


    .m_top_section {
        background: #ffffff;
        height: 70px;
        width: 100%;
        padding: 0px 20px;
        position: relative;
    }

    .m_nav {
        float: left;
        width: 20px;
        margin-top: 12px;
        cursor: pointer;
    }

    .m_logo {
        float: left;
        position: absolute;
        top: 48%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 200px;
    }

    .m_level {
        float: right;
        margin-top: 15px;
    }

    .m_level p span {
        margin-right: 6px;
        color: #f3f3f3;
        font-size: 14px;
        display: none;
    }

    .close {
        float: right;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        color: #000;
    }







    .language_btn2 {
        position: absolute;
        top: 14px;
        left: 10px;
        padding-left: 0px !important;
    }

    .language_btn02 {
        border: 1px #5e5e5e solid;
        width: 110px;
        height: 35px;
        color: #ffffff;
        line-height: 35px;
        cursor: pointer;
        padding-left: 0px !important;
        font-size: 14px;
    }

    .language_img2 {
        width: 20px;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 10px;
    }

    .bottom_img2 {
        width: 10px;
        float: right;
        margin-top: 15px;
        margin-right: 10px;
    }

    .logout {
        float: left;
        width: 70px;
        height: 30px;
        background: #7c00ff;
        color: #ffffff;
        text-align: center;
        line-height: 30px;
        border-radius: 3px;
        font-size: 12px;
        margin-left: 10px;
        margin-top: 30px;
        padding: 0px !important;
        cursor: pointer;
    }

    .logout a {
        color: #ffffff;
    }

    .dep_01 {
        display: none;
        position: absolute;
        top: 36px;
        left: 0px;
        width: 100px;
        z-index: 999999;
    }

    .dep_02 li {
        background: #ffffff;
        line-height: 35px !important;
        width: 110px;
    }

    .dep_02 li a {
        color: #333333;
    }

    .top-left {
        display: none;
    }

    .top_logo img {
        width: 160px;
        cursor: pointer;
    }

    .top-right {
        display: table;
        float: right;
        margin-right: 3.5%;
    }

    .top-right #Level {
        display: table;
        float: left;
        display: none;
    }

    .top-right #Level img {
        display: table;
        float: left;
        margin-right: 20px;
        margin-top: 10px;
        width: 52px;
    }

    .top-right #Level p {
        display: table;
        float: left;
        color: #ffffff;
        font-size: 0.95em;
        font-weight: 600;
        line-height: 1.1em;
        margin-top: 18px;
    }

    .top-right #Level p span {
        color: #8f8f8f;
        font-size: 0.8em;
        font-weight: 400;
    }

    .top-right .notification {
        margin-left: 50px;
        float: left;
        display: table;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .top-right .notification img {
        width: 40px;
    }

    .top-right .notification .N-number {
        background: #b000a3;
        color: #ffffff;
        font-size: 0.7em;
        padding: 3px 5px;
        border-radius: 20px;
        font-weight: 600;
        position: absolute;
        margin-left: -20px;
    }

    .top-right .Language {
        display: table;
        float: left;
        margin-left: 15px;
        border: 1px solid #4a4860;
        border-radius: 40px;
        /* padding: 4px 8px; */
        margin-top: 16px;
        width: 135px;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        display: none;
    }

    .top-right .Language .dropbtn {
        font-size: 16px;
        border: none;
        padding-left: 5px;
    }

    .top-right .Language .dropdown .N-flag {
        margin-left: 5px;
    }

    .top-right .Language .dropdown img {
        vertical-align: middle;
    }

    .top-right .Language .dropdown p {
        font-size: 1em;
        font-weight: 600;
        color: #ffffff;
        text-align: right;
        display: table;
        float: right;
        padding-right: 5px;
    }

    .top-right .Language .dropdown {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .top-right .Language .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .top-right .Language .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    .top-right .Language .dropdown-content a:hover {
        background-color: #ddd;
    }

    .top-right .Language .dropdown:hover .dropdown-content {
        display: block;
    }

    /*top end*/
.tk {
    /* padding: 35px 0px 100px; */
    color: #fff;
    width: 100%;
    max-width: 500px;
    margin: auto;
    margin-bottom: 25px;
}
.tk .tit {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
	display: flex;
    padding: 0px 20px;
}
.tk .coin-box {
    height: 70px;
    width: 100%;
    background-image: -moz-linear-gradient( 90deg, rgb(2,79,152) 0%, rgb(2,144,226) 46%, rgb(40,214,226) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(2,79,152) 0%, rgb(2,144,226) 46%, rgb(40,214,226) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(2,79,152) 0%, rgb(2,144,226) 46%, rgb(40,214,226) 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    background-image: linear-gradient(#0f0f0f, #0f0f0f),
    linear-gradient( 90deg, rgb(2,79,152) 0%, rgb(2,144,226) 46%, rgb(40,214,226) 100%);
    border-radius: 25px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
}
.tk .trx-box {
    height: 70px;
    width: 100%;
    background-origin: border-box;
    background-clip: content-box, border-box;
    background-image: linear-gradient(#0f0f0f, #0f0f0f), linear-gradient( 90deg, rgb(99 15 16) 0%, rgb(255 84 84) 46%, rgb(110 80 87) 100%);
    border: 1px solid transparent;
}
.tk .bnb-box {
    height: 70px;
    width: 100%;
    background-origin: border-box;
    background-image: linear-gradient(#0f0f0f, #0f0f0f), linear-gradient( 90deg, rgb(243 186 47) 0%, rgb(110 82 13) 46%, rgb(177 120 0) 100%);
    border: 1px solid transparent;
    margin-top: 15px;
    margin-bottom: 15px;
}
.tk .token-box {
    height:70px;
    width: 100%;
    background-origin: border-box;
    background-clip: content-box, border-box;
    background-image: linear-gradient(#0f0f0f, #0f0f0f),
    linear-gradient( 90deg, rgb(255,225,13) 0%, rgb(255,185,12) 46%, rgb(194,136,13) 100%);
    border: 1px solid transparent;
    margin-top: 15px;
	margin-bottom:15px;

}
.tk .coin-box img {
    height: 40px;
    padding: 0px 20px;
}
.tk .coin-box .txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 90px);
    margin-right: 20px;
}
.tk .coin-box .txt1 {
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    display: flex;
    justify-content: space-between;

}
.tk .coin-box .txt2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 14px;
    color: #919191;
}
.bottom .home {
  position: absolute;
  top: -17px;
}
.bottom .home img{
  height:64px;
}

.bottom ul li:nth-child(3) {
    position: relative;
}


/* 추천 팝업 시작 */
.pop-up table {
	width: 100% !important;
}
.pop-up table th {
	font-size: 13px;
}
.pop-up table td {
	word-break: keep-all;
	padding: 10px;
	font-size: 12px;
	line-height: 25px;
	font-weight: 600;
	width: auto !important;
}
.pop-up strong {
	padding-bottom: 5px;
}
.pop_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99999;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	display: none;
}
.pop-up {
	position: fixed;
	z-index: 100000;
	background: #fff;
	width: 90%;
	height: 80%;
	overflow-y: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}
.popTop {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 5000;
}
.popTop .popclose {
	position: absolute;
    top: 50%;
    width: 14px;
    right: 20px;
    transform: translate(0, -50%);
    cursor: pointer;
}
.popTop .tit {
	background: #066ea4;
    color: #ffffff;
	font-size: 16px;
	padding: 18px 22px;
}
.popCont {
	padding: 10px 20px;
}
.popCont section {
	line-height: 30px;
	font-size: 12px;
	font-weight: 500;
}
.popCont strong {
	font-size: 15px;
	display: block;
	color: #2a2f42;
	padding-bottom: 10px;
	font-weight: 600;
}
.pop-up2 {
    position: fixed;
    z-index: 100000;
    background: #ffffff;
    width: 90%;
    height: 80vh;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.pop-up2 .inArea-scroll {
    height: calc(80vh - 55px);
    overflow-y: auto;
}
.pop-up2 .inArea {overflow:hidden;padding:20px;}
.pop-up2 .inArea .item01 {
    width: 100%;
    border: 1px #d3d3d3 solid;
    background: #f6f6f4;
    border-radius: 5px;
    padding: 15px;
}
.pop-up2 .inArea .item01 .tit {
    font-size: 12px;
    color: #e74444;
    font-weight: 500;
    margin-bottom: 20px;
    word-break: keep-all;
}
.pop-up2 .inArea .item01 .form {
    overflow: hidden;
    border-bottom: 1px #d3d3d3 solid;
    padding-bottom: 10px;
}
.pop-up2 .inArea .item01 .form .t1 {
    font-size: 14px;
    color: #000000;
    float: left;
    width: 65px;
    text-align: left;
    height: 35px;
    line-height: 35px;
	font-weight:400;
}
.pop-up2 .inArea .item01 .form .input-form {
    width: 100%;
    float: left;
    display: flex;
}
.pop-up2 .inArea .item01 .form .input-form input {
    width: 69%;
    color: #191919;
    border: 1px solid #d3d3d3;
    cursor: default;
    background: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    vertical-align: baseline;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0 0 0 8px;
    outline: none;
    -o-text-overflow: clip;
    text-overflow: clip;
    height: 35px;
}
.pop-up2 .inArea .item01 .form .input-form .searchBt {
	width: 29%;
    background: #066ea4;
    border-radius: 5px;
    margin-left: auto;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.pop-up2 .inArea-list {
    overflow: hidden;
    padding: 0 20px;
}
.pop-up2 .inArea-list .item01 {
    width: 100%;
    margin-bottom: 10px;
     border: 1px #e4e4e4e4 solid;
	background: #f6f6f4;
    border-radius: 5px;
    padding: 15px;
}
.pop-up2 .inArea-list .item01 .tit {
    font-size: 14px;
    color: #ed1c24;
    font-weight: 500;
    margin-bottom: 20px;
}
.pop-up2 .inArea-list .item01 .tit span {
    font-weight: 700;
    font-size: 16px;
}
.pop-up2 .inArea-list .item01 .userlist{
    overflow:hidden;
}
.pop-up2 .inArea-list .item01 .userlist .listHead {
    width: 100%;
    overflow: hidden;
}
.pop-up2 .inArea-list .item01 .userlist .listHead li {
    background: #3f3f3f;
    height: 40px;
    text-align: center;
    line-height: 40px;
    float: left;
    width: 33%;
    font-size: 13px;
	color: #fff;
}
.pop-up2 .inArea-list .item01 .userlist .listHead li:nth-child(2) {border-left:0px;}
.pop-up2 .inArea-list .item01 .userlist .listHead li:nth-child(3) {border-left:0px;}
.pop-up2 .inArea-list .item01 .userlist .listHead li:nth-child(4) {border-left:0px;}
.pop-up2 .inArea-list .item01 .listbody {
    overflow: hidden;
    overflow-y: auto;
    height: 108px;
}
.pop-up2 .inArea-list .item01 .listbody table{width:100%;}
.pop-up2 .inArea-list .item01 .listbody table tr td {
    width: 25%;
    font-size: 12px;
	padding: 8px 5px;
	word-break: break-all;
	color: #000;
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
}
.pop-up2 .inArea-list .item01 .listbody table tr td:nth-child(1) {border-top:none;}
/* 추천 팝업 끝 */

#t_userid {color:#ffffff;font-size:14px;}


.notice-form  {
    display: flex;
    flex-wrap: wrap;
}
.notice-form li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.notice-form .noticeArea {
    width: 100%;
    float: left;
    border: 1px #23262f solid;
    border-radius: 5px;
    background: #12151c;
    height: 160px;
    cursor: pointer;
    background-origin: border-box;
    background-clip: content-box, border-box;
    background-image: linear-gradient(135deg, #12151c, #12151c), linear-gradient(315deg, #2e3442 0%, #504c47 100%);
    border: 1px solid transparent;
}
.notice-form .noticeArea .txt {
    height: 110px;
    padding: 20px 30px;
    border-bottom: 1px rgb(58 61 68) solid;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.5;
    color: #ffffff;
    opacity: .8;
}
.notice-form .noticeinfo {
    display: flex;
    align-items: center;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.notice-form .noticeinfo .num {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    margin-right: 10px;
    border-radius: 5px;
    color: #fff;
    background: #000000;
}
.notice-form .noticeinfo .date {
    font-size: 14px;
    color: #c6c7c9;
    font-weight: 300;
}


.notice_table02 {
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 50px;
    background-image: linear-gradient(135deg, #12151c, #12151c), linear-gradient(315deg, #2e3442 0%, #504c47 100%);
    overflow: hidden;
}
.notice_table02 .view_table tr th {
    width: 100%;
    border-top: 1px solid #23262f;
    border-bottom: 1px dashed #23262f;
    padding: 20px 10px;
    overflow: hidden;
}
.viewtitle_l {
    float: left;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}
.viewtitle_r {
    float: right;
    font-size: 12px;
    color: #ffffff;
	opacity:0.7;
    font-weight: 400;
    padding-top: 3px;
}
.view_table tr td {
    height: 40px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #23262f;
    padding: 15px 10px;
    word-break: break-word;
}
.view_txt {
    width: 100%;
    border: none;
    font-size: 14px;
    line-height: 20px;
    min-height: 300px;
    color: #b3b9c5;
}
.listgo_btn {
    width: 150px;
    color: #ffffff;
    border-radius: 50px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: auto;
    margin-top: 30px;
    cursor: pointer;
    outline: none;
    border: none;
    background: #e50113;
}



.history .history_list {width:100%;overflow:hidden;}
.history .history_list .list_top {
    border-bottom: 1px #3c3c3c solid;
	width:100%;
}

.history .history_list .list_top ul {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    text-align: center;
}
.history .history_list .list_top ul li{
	width:calc(100% / 3);
	color:#ffffff;
	font-size:14px;
	}
.history .history_list .list_body .item {
    padding-top:15px;
	border-bottom: 1px #3c3c3c solid;
	padding-bottom:5px;
}
.history .history_list .list_body .item ul {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.history .history_list .list_body .item ul li {
    width: calc(100% / 3);
    color: #b8b8b8;
    font-size: 12px;
}
.history .history_list .list_body .item .info {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.history .history_list .list_body .item .info .addr {
    overflow-x: auto;
    font-size: 12px;
    color: #b8b8b8;
    width: calc(100% - 120px);
    overflow-x: scroll;
    padding-left: 10px;
    padding-right: 10px;
}
.history .history_list .list_body .item .info .id {
    font-size: 12px;
    color: #b8b8b8;
    width: 90px;
    margin-left: auto;
    text-align: right;
    padding-right: 10px;
}


.history .history_list .list_body ::-webkit-scrollbar {width: 3px; height:2px;}
.history .history_list .list_body ::-webkit-scrollbar-thumb {  background: #bdbdbd;border-radius:30px; }

    /* top banner */
    .top-banner {
        position: fixed;
        z-index: 999999999;
        width: 100%;
    }
    .top-banner .inner {
        width: 100%;
    }

    .top-banner .tb-img {
        width: 100%;
        height: 140px;
        background-color: #00c2e5;
    }
    .top-banner .tb-txt {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 5px 10px;
        background-color: #484848;
    }
    .top-banner .tb-txt label {
        color: #d0d0d0;
    }
    .top-banner .tb-txt p {
        color: #9a9a9a;
        cursor: pointer;
    }

        /* // top banner */



.secession {
    text-align: center;
    border-radius: 10px;
    height: 42px;
    width: 200px;
    float: right;
    background-image: -moz-linear-gradient(90deg, rgb(2, 79, 152) 0%, rgb(2, 144, 226) 46%, rgb(40, 214, 226) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(2, 79, 152) 0%, rgb(2, 144, 226) 46%, rgb(40, 214, 226) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(2, 79, 152) 0%, rgb(2, 144, 226) 46%, rgb(40, 214, 226) 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    background-image: linear-gradient(#080b23, #080b23), linear-gradient(315deg, rgba(195,131,0,1) 0%, rgba(235,204,140,1) 100%);
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    /* padding: 40px; */
}
.secession a {
    color: rgba(235,204,140,1);
    font-weight: 300;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.s_input_box {
    margin-top: 25px;
}
.s_input_title {
    font-size: 15px;
    display: block;
    padding-bottom: 5px;
	color:#ffffff;
}
.checkAg {color:#ffffff;}
.checkAg input[type="checkbox"] {
    margin: 0;
    margin-right: 5px;
    width: 14px;
    height: 14px;
}

.find_txt {
    font-size: 12px;
    margin-top: 10px;
    padding-left: 10px;
    color: #ff0000;
	margin-bottom: 30px;
}



#m_contury {
	background-image: url(../img/select.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
	}




.sns_link {margin-top:20px;margin-bottom:20px;}
.sns_link ul {
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
}
.sns_link ul img {
    width: 40px;
}
/* 커스텀 셀렉트 */

#coin_select ul {
  list-style-type: none;
  padding-left: 0px;
}

#coin_select {
	position:relative;
}

#coin_select .selected {
  display: flex;
  justify-content: space-between;

}

#coin_select .selected .selected-value {
 
}

#coin_select .selected .selected-value li.input01 {
    width: 100%;
    font-size: 15px;
    padding-left: 10px;
    color: #ffffff;
    margin-bottom: 10px;
    padding: 0px;
    display: flex;
    align-items: center;
    height: 42px;
}
#coin_select .selected .selected-value li.input01 .se1 {
	display: flex;
    align-items: center;
	width: 100px;
	}
#coin_select .selected .selected-value li.input01 .se2 {
	display: flex;
    align-items: center;
	}
#coin_select .selected .selected-value li.input01 .arrow {
    font-size: 10px;
    width: 28px;
    display: block;
    z-index: 999999;
}
#coin_select .selected .selected-value li img{
  height:20px;
}


#coin_select ul li,
#coin_select .selected .selected-value {
  white-space: nowrap;
  /* 줄바꿈 안함 */
  overflow: hidden;
  text-overflow: ellipsis;
  /* 말줄임 적용 */
}

#coin_select ul {
    width: 100%;
    border: 1px solid #23262f;
    display: none;
    background: #000000;
    cursor: pointer;
    z-index: 99999;
    position: absolute;
    left: 0px;
    top: 46px;
    padding-bottom: 0px;
    border-radius: 5px;
}

#coin_select.active ul {
  display: initial;
}

#coin_select ul li {
  padding: 8px 5px;
}
#coin_select ul li.input01 {
    width: 100%;
    height: 45px;
    line-height: 40px;
    font-size: 15px;
    padding-left: 10px;
    color: #ffffff;
    margin-bottom: 10px;
    padding: 0px;
    display: flex;
    align-items: center;
    padding: 20px;
}
#coin_select ul li.input01 .se1 {
	display: flex;
    align-items: center;
	}
#coin_select ul li.input01 .se2 {
	display: flex;
    align-items: center;
	}
#coin_select ul li.input01 .arrow {
	font-size:10px;
	margin:0px 8px;
	}
#coin_select ul li img {
    height: 20px;
    margin-right: 7px;
}

#coin_select ul li:hover {
    background: rgb(75 75 75 / 35%);
}

/* new */

.main_bg .inner2 {width:100% !important;}

#coin_balance_box {
    overflow: hidden;
    width: 100%;
    background-color: #1f1e1e;
    /* height: 160px; */
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 500px;
    background: linear-gradient(0deg, rgba(10,14,57,1) 0%, rgba(18,26,113,1) 100%);
    margin-bottom: 25px;
}
#coin_balance_box .top_section{
    display: flex;
    justify-content: space-between;
    width: calc(100% - 30px);
    margin: 25px auto;
    margin-bottom: 45px;
}
#coin_balance_box .top_section .left_section{
    color: #fff;
    width: 70%;
}
#coin_balance_box .top_section .left_section>p{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
#coin_balance_box .top_section .left_section .wallet_num{
    display: flex;
}
#coin_balance_box .top_section .left_section .wallet_num p{
    margin-right: 10px;
    font-size: 15px;
    font-weight: 200;
}
#coin_balance_box .top_section .left_section .wallet_num img{
    width: 12px;
    height: 12px;
}
#coin_balance_box .top_section .right_section{
    width: 30%;
    display: flex;
    justify-content: end;
    align-items: center;
}
#coin_balance_box .top_section .right_section .link{
    width: 100%;
    max-width: 90px;
    height: 30px;
    color: #fff;
    font-weight: 500;
    background-color: #c38300;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-align: center;
    background: rgba(195,131,0,1)
}

#coin_balance_box .balance_section{
    width: 100%;
    padding: 0 25px;
}

#coin_balance_box .price_area {
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
#coin_balance_box .price_area .left_section02 img{
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 9999;
}
#coin_balance_box .price_area .right_section02{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
#coin_balance_box .price_area .right_section02>span{
    font-size: 14px;
    color: #fff;
    text-align: right;
    margin-bottom: 5px;
}
#coin_balance_box .price_area .right_section02 p{
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    text-align: right;
}
#coin_balance_box .price_area .right_section02 p span{
    font-size: 25px;
}
#coin_balance_box .link_btn {

    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    /* padding: 0px 20px; */
    background-color: #1f2345;
}
#coin_balance_box .depositBtn{
    position: relative;
}
#coin_balance_box .depositBtn:after {
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    opacity: .3;
}
#coin_balance_box .link_btn a {
    width: calc(100% / 3);
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    display: block;
    text-align: center;
    height: 45px;
    line-height: 45px;
}
#coin_balance_box .link_btn a:hover {
	color:#17bbe2;
	transition: 0.5s ease-in-out;
	}
.tk .coin_area {
    width: 100%;
    max-width: 500px;
    /* height: 130px; */
    background: #0a0e39;
    padding: 20px 20px;
    position: relative;
    margin-bottom: 4px;
    border: 1px solid #343fb7;
    border-radius: 15px;
    margin: auto;
}
.tk .coinbalance{
    display: flex;
    flex-direction: column;
    align-items: end;
}
.tk .coinbalance p:nth-child(2){
    font-size: 14px;
    color: #808080;
}
.tk .tit .p2 {
    margin-left: auto;
}
.tk .coin_area .ar1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tk .coin_area .ar1 .coin_tit{
	display:flex;
	align-items:center;
	}
.tk .coin_area .ar1 .coin_tit img {
    height: 34px;
    margin-right: 7px;
}
.tk .coin_area .ar1 .coin_tit .info .tit1{
	font-size:14px;
	color:#ffffff;
    margin-bottom: 5px;
	}
.tk .coin_area .ar1 .coin_tit .info .tit2{
	font-size: 14px;
    color: #919191;
	}
.tk .coin_area .ar1 .price_sum {
    margin-left: auto;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px;
}
.tk .coin_area .ar1 .price_sum span{
   font-size:0.8em;
}
.tk .coin_area .bt {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.tk .coin_area .bt ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.tk .coin_area .bt ul li {
    margin-right: 8px;
    color: #ffffff;
    border: 1px #636262 solid;
    border-radius: 5px;
	cursor:pointer;
}
.tk .coin_area .bt ul li:last-child {margin-right:0px;}
.tk .coin_area .bt ul li a {
    color: #ffffff;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 5px 17px;
}
.tk .coin_area .bt ul li:hover {
    background: #bb8126;
    border: 1px #bb8126 solid;
	transition: 0.3s ease-in-out;
}

.tk .swap_area {
    width: 100%;
    height: 110px;
    background: #1f1e1e;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tk .swap_area .item {
    width: 30%;
    height: 45px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #151414;
}
.tk .swap_area .item img{
	height:22px;
	margin-right:5px;
	}
.tk .swap_area .item p{
	color:#ffffff;
	font-size:12px;
	}
.tk .swap_area .item_icon {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #151414;
    margin-left: 40px;
    margin-right: 40px;
	position:relative;
		cursor:pointer;
}
.tk .swap_area .item_icon:after {
    content: 'Swap';
    font-size: 12px;
    color: #c1c1c1;
    position: absolute;
    bottom: -20px;
}
.tk .swap_area .item_icon img{
	height:22px;
	}

.de_txt {
	font-size:14px; 
	color:#ffffff;
	margin-bottom:5px;
	}
.s_input05 {
    width: calc(100% - 70px);
    height: 45px;
    color: #fff;
    border-radius: 30px;
    border: none;
    border-radius: 5px;
    text-align: left;
    padding-left: 10px;
    background: #080b23;
    font-size: 11px;
    overflow-x: auto;
}
.input_line {border: 1px #23262f solid; border-radius: 5px; overflow: hidden;}
.s_btn05 {
    height: 45px;
    line-height: 45px;
    border: none;
    outline: none;
    background: rgba(195,131,0,1);
    color: #ffffff;
    font-size: 12px;
    padding: 0px 20px;
    cursor: pointer;
    margin: auto;
    display: block;
    width: 70px;
    border-left: 2px #23262f solid;
    position: absolute;
    top: 0px;
    right: 0px;
}
.qr_txt {
	font-size:14px; 
	color:#ffffff;
	margin-bottom:5px;
	text-align:left;
	}
.qr_errer {
    background: #080b23;
    width: 100%;
    padding: 20px;
    border: 1px #23262f solid;
    border-radius: 5px;
}
.qr_errer {
    font-size:14px;
	color:#ffffff;
}
.qr_errer .txt1 {
    margin-bottom: 10px;
    color: #f56161;
    font-weight: 500;
}
.qr_errer ul li {
    margin-bottom: 8px;
    color: #999999;
    position: relative;
    padding-left: 10px;
    font-size: 12px;
}
.qr_errer ul li:after {
    content: '';
    width: 4px;
    height: 4px;
    background: #999999;
    position: absolute;
    top: 5px;
    left: 0px;
    border-radius: 50%;
}



.history_menu {
    border-bottom: 1px #3c3c3c solid;
}
.history_menu ul {
    display: flex;
    align-items: center;
    height: 40px;
}
.history_menu ul li {
    margin-right: 8px;
    padding: 0px 8px;
    position: relative;
}
.history_menu ul li.on:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #FFDC73;
    position: absolute;
    bottom: -11px;
    left: 0px;
}
.history_menu ul li.on a {
    color: #FFDC73;
}
.history_menu ul li a{color:#ffffff;font-size:13px;}

.history_scroll {
	overflow:hidden;
	height:600px;
	overflow-y:auto;
	}
.history_scroll::-webkit-scrollbar {width: 4px; height: 12px;}
.history_scroll::-webkit-scrollbar-thumb {  background: #e4e4e4;border-radius:30px; } 
.history_scroll .list {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.history_scroll .list .price{
    display: flex;
	align-items:center;
	padding: 0px 20px;
}
.history_scroll .list .send_c .s1{
    color: #ff4b4b !important; 
}
.history_scroll .list .reci_c .s1{
    color: #FFDC73 !important; 
}
.history_scroll .list .price .s1{
    color:#ffffff;
	font-size:15px;
}
.history_scroll .list .price .s2{
    color:#ffffff;
	font-size:15px;
	margin-left:auto;
}
.history_scroll .list .price .s2 span{
    font-size:0.8em;
	margin-left:7px;
}
.history_scroll .list .wallet_add {
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 400;
    color: #c3c3c3;
	padding: 0px 20px;
}
.history_scroll .list .wallet_add .s1 {
    text-align: right;
    margin-bottom: 7px;
}
.history_scroll .list .fee_txt {
    display:flex;
	align-items:center;
	width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #c3c3c3;
	padding: 0px 20px;
	margin-top: 10px;
}
.history_scroll .list .fee_txt .s2{
    margin-left:auto;
}
.history_scroll .list .date {
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 400;
    color: #c3c3c3;
	padding: 0px 20px;
	margin-bottom:10px;
}
.history_scroll .list .status {
    display: flex;
    align-items: center;
    background: #080b23;
    height: 40px;
    border-top: 1px #3c3c3c solid;
    border-bottom: 1px #3c3c3c solid;
    padding: 0px 20px;
    color: #c3c3c3;
    font-weight: 300;
    font-size: 14px;
}
.history_scroll .list .status .s1{
    margin-right:40px;
}
.history_scroll .list .status .s2{
   
}


.input_form2 {
	display:flex;
	width: 100%;
    height: 45px;
    color: #fff;
    border-radius: 30px;
    border: 1px #23262f solid;
    border-radius: 5px;
    padding-left: 10px;
    background: #080b23;
	}
.input_form2 .s_input06 {
    width: calc(100% - 90px);
    color: #fff;
    border: none;
    border-radius: 5px;
    background: #080b23;
}

.but_ul {
    width: 90px;
    display: flex;
    align-items: center;
    text-align: center;
    border-left: 1px #23262f solid;
    margin-left: auto;
}
.but_ul li {
    width: 50%;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
	position:Relative;
}
.but_ul li:nth-child(1):after {
    content: '';
    width: 0.1px;
    height: 25px;
    background: #23262f;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.but_ul li .camera {
    height: 19px;
    opacity: 0.6;
}
.but_ul li a {
	font-size: 10px;
    color: #929292;
	}

.pop-up2 .inArea .add_box {
    overflow-y: auto;
    height: 480px;
}
.pop-up2 .inArea .add_box input {
    width: 100%;
    color: #191919;
    border: 1px solid #d3d3d3;
    cursor: default;
    background: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    vertical-align: baseline;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0 0 0 8px;
    outline: none;
    -o-text-overflow: clip;
    text-overflow: clip;
    height: 40px;
    margin-bottom: 10px;
	cursor:pointer;
}

.top_banner{
    background-image: url(../img/banner03.png);
    background-size: cover;
    background-position: center center;
}
.bottom_banner{
    background-image: url(../img/banner04.png);
    background-size: cover;
    background-position: center center;
}
.top_banner,
.bottom_banner{
    width: 100%;
    max-width: 500px;
    height: 130px;
    margin: auto;
    margin-bottom: 25px;
    border-radius: 15px;
    overflow: hidden;
    /* position: relative; */
}

/* .top_banner img,
.bottom_banner img{
    width: 100%;
    position: absolute;
} */

.top_banner>a,
.bottom_banner>a{
    display: block;
    /* position: relative; */
}

.top_banner>a .banner_txt01,
.bottom_banner>a .banner_txt02{
    display: block;
    width: 50%;
    height: 100%;
    /* position: absolute; */
    z-index: 999;
    margin-left: 20px;
}
.bottom_banner>a .banner_txt02{
    width: 70%;
}
.top_banner>a .banner_txt01{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top_banner>a .banner_txt01 .txtbox{
    /* border: 1px solid #fff; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.top_banner>a .banner_txt01 .txtbox span{
    font-size: 14px;
    margin-bottom: 5px;
}
.top_banner>a .banner_txt01 .txtbox p{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    word-break: keep-all;
}
.top_banner>a .banner_txt01 .de_box01{
    width: 100%;
}
.top_banner>a .banner_txt01 .de_box01 .line{
    width: 100%;
    height: 30px;
    background-color: #fff;
    border-radius: 50px;
    color: #380169;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_banner>a .banner_txt01 .de_box01 .line p{
    font-weight: 700;
    font-size: 14px;
    opacity: .5;
}
.bottom_banner>a .banner_txt02{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.bottom_banner>a .banner_txt02 .de_box02{
    width: 70%;
    height: 30px;
    border: 1px solid #fff;
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}
.bottom_banner>a .banner_txt02 .txtbox span{
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}
.bottom_banner>a .banner_txt02 .txtbox p{
    font-size: 20px;
    font-weight: 700;
    word-break: keep-all;
}



.mainwrap #main_content {
	position:relative;
	max-width: 600px;
    margin: 0 auto;
	}
.mainwrap #main_content .item_balance{
	border-bottom-left-radius:30px;
	border-bottom-right-radius:30px;
	padding: 0px 15px;
	width:100%;
	height:350px;
	background:url(../img/main_bg.jpg)no-repeat;
	background-size:cover;
	display: flex;
    flex-direction: column;
	}
.mainwrap #main_content .menu_link{
	position: absolute;
    top: 75px;
    left: 15px;
	}
.mainwrap #main_content .menu_link > ul{
	display:flex;
	gap:10px;
	}
.mainwrap #main_content .menu_link > ul > li {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor:pointer;
}
.mainwrap #main_content .menu_link > ul > li.notice {
    border-radius: 50px;
}
.mainwrap #main_content .menu_link > ul > li.menu img{
    height:12px;
}
.mainwrap #main_content .menu_link > ul > li.notice img{
    height:20px;
}
.mainwrap #main_content .balance{
    overflow: hidden;
    padding-top: 150px;
}
.mainwrap #main_content .balance .txt{
    color:#ffffff;
	font-weight:300;
	font-size:16px;
	margin-bottom:10px;
}
.mainwrap #main_content .balance .value{
    color:#ffffff;
	font-weight:500;
	font-size:30px;
}
.mainwrap #main_content .balance .value span{
   font-size: 18px;
    font-weight: 300;
    opacity: 0.8;
    margin-left: 10px;
}
.mainwrap #main_content .button_link{
   display: flex;
    gap: 10px;
    margin-top: auto;
    margin-bottom: 40px;
}
.mainwrap #main_content .button_link li{
   width: 100%;
    height: 30px;
    background: #6949fe;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mainwrap #main_content .button_link li a{
   color: #ffffff;
    font-size: 14px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mainwrap #main_content .button_link li:hover{
   background:#11083d;
}

.mainwrap #main_content .item_value{
   overflow:hidden;
   display:flex;
   gap:10px;
   margin-top: 12px;
}
.mainwrap #main_content .item_value .box{
   width:100%;
   height:115px;
   display: flex;
   flex-direction: column;
   border-radius:15px;
   background:#22222d;
   padding:20px;
}
.mainwrap #main_content .item_value .box .txt{
   display:flex;
   align-items: center;
   font-size: 14px;
}
.mainwrap #main_content .item_value .box .txt img{
   height:26px;
   margin-left:auto;
}
.mainwrap #main_content .item_value .box .value{
   font-size: 22px;
    font-weight: 700;
    margin-top: auto;
}
.mainwrap #main_content #wallet_List{
   overflow:hidden;
   margin-top:10px;
}
.mainwrap #main_content #wallet_List .list_h{
   display:flex;
   align-items: center;
    padding: 0px 15px;
    margin-top: 10px;
	margin-bottom: 10px;
}
.mainwrap #main_content #wallet_List .list_h .txt{
   font-size:14px;
   font-weight:400;
}
.mainwrap #main_content #wallet_List .list_h .exchange_link{
   margin-left:auto;
   display:flex;
   align-items: center;
   gap:5px;
}
.mainwrap #main_content #wallet_List .list_h .exchange_link img{
  height:32px;
}
.mainwrap #main_content #wallet_List .list_b {
  
}
.mainwrap #main_content #wallet_List .list_b .coin_a{
  width:100%;
  height:70px;
  background:#22222d;
  border-radius:15px;
  display:flex;
  align-items: center;
  padding: 0px 20px;
  margin-bottom: 10px;
}
.mainwrap #main_content #wallet_List .list_b .coin_a .coin_title{
  display:flex;
  gap:10px;
  align-items: center;
}
.mainwrap #main_content #wallet_List .list_b .coin_a .coin_title p{
  font-size: 16px;
    font-weight: 400;
}
.mainwrap #main_content #wallet_List .list_b .coin_a .coin_title img{
  height:35px;
}
.mainwrap #main_content #wallet_List .list_b .coin_a .coin_balance{
  display: flex;
    gap: 5px;
    flex-direction: column;
    margin-left: auto;
    text-align: right;
}
.mainwrap #main_content #wallet_List .list_b .coin_a .coin_balance .value{
 font-size:18px;
 font-weight:700;
}
.mainwrap #main_content #wallet_List .list_b .coin_a .coin_balance .price{
 font-size:12px;
 font-weight:400;
 color:#d2d2d2;
}



#reward_visual {
    width: 100%;
    height: 270px;
    background: url(../img/visual_01.jpg);
    background-size: cover;
    background-position: center;
    margin-top: -70px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    margin: -70px auto 0px;
}
#reward_visual .enent_txt {
    border: 3px #ffffff solid;
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: auto;
    margin-bottom: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgba(0, 0, 0, 0.4);
    gap: 15px;
	padding-left: 15px;
    padding-right: 15px;
	border-image: linear-gradient(90deg, #ff5f6d, #ffc371) 1;
	border-radius: 16px;
}
#reward_visual .enent_txt h3{
   color:#ffffff;
   font-weight:700;
   font-size:18px;
}
#reward_visual .enent_txt .txt{
   color:#ffffff;
   font-weight:400;
   font-size:14px;
   line-height:1.4;
   text-align:center;
}

#reward_list {
	overflow:hidden;
	max-width:600px;
	margin: 30px auto 0px;
	padding: 0 15px;
}
#reward_list .list_head{
	display:flex;
}
#reward_list .list_head li{
	flex: 1;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #12151c;
}

#reward_list .list_body{
	height:150px;
	overflow-y:auto;
}
/* ie 용 스크롤 바 *********************************************/
#reward_list .list_body { scrollbar-arrow-color: #bdbdbd;

        scrollbar-Track-Color: #bdbdbd; 
        scrollbar-base-color: #bdbdbd;

        scrollbar-Face-Color: #bdbdbd;

        scrollbar-3dLight-Color: #bdbdbd;         
        scrollbar-DarkShadow-Color: #bdbdbd;

        scrollbar-Highlight-Color: #bdbdbd;

        scrollbar-Shadow-Color: #bdbdbd}
/* Chrome, Safari용 스크롤 바 */
#reward_list .list_body::-webkit-scrollbar {width: 3px; height: 6px;}
#reward_list .list_body::-webkit-scrollbar-thumb {  background: #bdbdbd;border-radius:30px; }

#reward_list .list_body li{
	display:flex;
	border-bottom: 1px #262626 solid;
}
#reward_list .list_body li p{
	flex: 1;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aritstPage #coin_list {
	overflow:hidden;
	max-width: 600px;
    margin: 0 auto;
	}
.aritstPage #coin_list .category{
	display:flex; 
	gap: 30px;
    justify-content: center;
	}
.aritstPage #coin_list .category li{
	color:#ffffff;
	cursor:pointer;
	font-weight:400;
	font-size:14px;
	}
.aritstPage #coin_list .category li.on{
	color:#ffb927;
	border-bottom: 1px #ffb317 solid;
	}

.aritstPage #coin_list .list_itam {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 20px;
	gap: 12px;
}
.aritstPage #coin_list .card {
    background: #22222c;
    border-radius: 12px;
    width: 90%;
	overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.aritstPage #coin_list .card-header {
    display: flex;
    flex-direction: column;
	padding: 20px 20px 0px 20px;
  }

.aritstPage #coin_list .card-header img {
    height: 30px;
  }
.aritstPage #coin_list .card-header small {
    font-size: 14px;
    margin-left: auto;
    gap: 10px;
    display: flex;
    align-items: flex-end;
  }
.aritstPage #coin_list .card-header small b{
    font-size: 20px;
    font-weight: 500;
  }

.aritstPage #coin_list .card-buttons {
    display: flex;
	justify-content: end;
    gap: 10px;
    margin-top: 15px;
	padding: 0px 20px 20px 20px;
  }

.aritstPage #coin_list .btn {
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 400;
    transition: 0.2s;
	background: #34343c;
  }

.aritstPage #coin_list .btn-swap {
    background-color: #444;
    color: #fff;
  }
.aritstPage #coin_list .btn-swap a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	height:30px;
	padding:0px 15px;
  }

.aritstPage #coin_list .btn-info {
    background-color: #ffb347;
    color: #000;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	height:30px;
	padding:0px 15px;
  }

.aritstPage #coin_list .btn:hover {
    opacity: 0.9;
  }

.aritstPage #coin_list .card-content {
    margin-top: 16px;
    padding: 12px 0px;
    display: none;
    font-size: 12px;
    flex-direction: column;
    background: #34343c;
    padding: 12px 20px;
  }

.aritstPage #coin_list .card-content.open {
    display: flex;
    animation: fadeIn 0.3s ease;
  }

.aritstPage #coin_list .close-btn {
    color: #ffb347;
    cursor: pointer;
    margin-top: 20px;
    display: inline-block;
    font-size: 14px;
  }


.concertPage #concertList {
	overflow:hidden;
	max-width: 600px;
    margin: 0 auto;
	}
.concertPage #concertList ul.concert_item{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 20px;
	padding:20px;
}
.concertPage #concertList ul.concert_item > .item_info{
   width:100%;
}
.concertPage #concertList ul.concert_item > .item_info .thumbnail {
    width: 100%;
    padding-top: 145%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 5px;
}
.concertPage #concertList ul.concert_item > .item_info .thumbnail img{
   width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover;
}
.concertPage #concertList ul.concert_item .concert_city{
   font-size: 13px;
    color: #f63737;
    margin-bottom: 6px;
    font-weight: 400;
}
.concertPage #concertList ul.concert_item .concert_title{
  font-size: 16px;
    color: #ffffff;
    margin-bottom: 5px;
	    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.concertPage #concertList ul.concert_item .concert_add{
   font-size: 14px;
    color: #ffffff;
    margin-bottom: 5px;
    opacity: 0.7;
    font-weight: 200;
}
.concertPage #concertList ul.concert_item .concert_date{
   font-size:14px;
   color:#ffffff;
   margin-bottom:10px;
   opacity: 0.7;
}
.concertPage .m_top {
    text-align: center;
    height: 70px;
    z-index: 9999;
    position: relative;
}

.concertPage #concert_Area {
	max-width: 600px;
    margin: -70px auto 0px;
	}
.concertPage #concert_Area .poster_img {
    width: 100%;
    position: relative;
    background-size: contain;
    background-position: center;
    padding: 0px 30px 70px 30px;
    height: 423px;
    display: flex;
}
.concertPage #concert_Area .poster_img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* 어둡게 덮기 */
}
.concertPage #concert_Area .poster_img .concert_info{
  position: relative;
    z-index: 999;
    margin-top: auto;
}
.concertPage #concert_Area .poster_img .concert_info .concert_title{
  font-size:28px;
  font-weight: 500;
}
.concertPage #concert_Area .poster_img .concert_info .concert_name{
  font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 300;
}
.concertPage #concert_Area .poster_img .concert_info .concert_date{
  display: flex;
    border-top: 1px #ffffff solid;
    border-bottom: 1px #ffffff solid;
    position: relative;
    width: 220px;
}
.concertPage #concert_Area .poster_img .concert_info .concert_date:after{
  content:'';
  width:0.5px;
  height:50px;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  background:#ffffff;
}
.concertPage #concert_Area .poster_img .concert_info .concert_date li{
  width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.concertPage #concert_Area .poster_img .concert_info .concert_date li .txt {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 3px;
}
.concertPage #concert_Area .poster_img .concert_info .concert_date li .stxt {
    font-size: 14px;
    font-weight: 300;
}
.concertPage #concert_Area .ticketForm {
    width: calc(100% - 60px);
    min-height: 500px;
    background: #22222d;
    margin: -50px auto 0px;
    position: relative;
    z-index: 999;
    border-radius: 10px;
	padding: 30px 20px 20px 20px;
}
.concertPage #concert_Area .ticketForm h3{
    font-size:20px;
	color:#cccccc;
	font-weight:300;
	margin-bottom:15px;
}
.concertPage #concert_Area .ticketForm form {display:Flex;flex-direction:column;gap:10px;}
.concertPage #concert_Area .ticketForm .input-box-1{

}
.concertPage #concert_Area .ticketForm .input-box-2{
	display: flex;
    gap: 10px;
}
.concertPage #concert_Area .ticketForm .input-box-1 .input01{
	width: 100%;
    border-radius: 6px;
    border: none;
    background: #34343d;
    color: #fff;
    font-size: 0.8rem;
    height: 48px;
    padding-left: 20px;
}
.concertPage #concert_Area .ticketForm .price_item{
  width: 100%;
  height: 48px;
  padding: 0px 20px;
  background: #34343d;
  display:flex;
  align-items:center;
}
.concertPage #concert_Area .ticketForm .price_item p  {
  font-size: 0.8rem;
}
.concertPage #concert_Area .ticketForm .price_item span {  
  font-size: 0.8rem;
    opacity: 0.7;
    margin-left: auto;
    font-weight: 200;
}

.concertPage #concert_Area .ticketForm .buyBtn {
  width: 100%;
  padding: 0.9rem;
  background: #e50914;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  margin-top: 0.6rem;
  cursor: pointer;
  transition: 0.3s;
}

.concertPage #concert_Area .ticketForm .buyBtn:hover {
  background: #ff1c25;
}

.concertPage #concert_Area .ticketForm .smallText {
  font-size: 0.8rem;
  color: #e75c5c;
  margin-top: 0.6rem;
}


.concertPage #concert_Area .ticketForm .select-style {
        position: relative;
        display: inline-block;
		flex: 1;
    }
.concertPage #concert_Area .ticketForm .date01 {
    cursor: pointer;
    background-color: #34343d;
    border: none;
    font-size: 14px;
    border-radius: 6px;
    width: 100%;
    text-align: left;
    color: #fff;
    height: 48px;
    padding-left: 20px;
	flex: 1;
    }
.concertPage #concert_Area .ticketForm .date-wrapper {
	flex: 1;
    position: relative;
	}
.concertPage #concert_Area .ticketForm .date01::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: none;
}
.calendar-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  height: 14px;
  transform: translateY(-50%);
  cursor: pointer;
}
/* 날짜 선택 시 커서 및 폰트 유지 */
.date01::-webkit-datetime-edit-text,
.date01::-webkit-datetime-edit-month-field,
.date01::-webkit-datetime-edit-day-field,
.date01::-webkit-datetime-edit-year-field {
  color: #fff;
}
.concertPage #concert_Area .ticketForm .select-button {
    cursor: pointer;
    background-color: #34343d;
    border: none;
    font-size: 14px;
    border-radius: 6px;
    width: 100%;
    text-align: left;
    color: #fff;
    height: 48px;
    padding-left: 20px;
    }
.concertPage #concert_Area .ticketForm .select-style select {
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 1px;
        opacity: 0;
        z-index: -1;
    }
.concertPage #concert_Area .ticketForm .select-list-scroll {
        width: 100%;
        position: absolute;
        top: 50px;
        left: 0;
        z-index: 999;
        background-color: #34343d;
        border-radius: 4px;
        display: none;
        overflow-y: auto;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
.concertPage #concert_Area .ticketForm .select-list-box .list li  {
       padding:10px;
    }
.concertPage #concert_Area .ticketForm .list-item-button {
        background: none;
        border: none;
        text-align: left;
        width: 100%;
        cursor: pointer;
        font-size: 14px;
        color: #a3a3a3;
    }
.concertPage #concert_Area .ticketForm .list-item-button a {
   font-size: 12px;
    color: #cdcdcd;
    width: 100%;
    display: block;
    padding: 10px 10px;
    }
.concertPage #concert_Area .ticketForm .select-style.toggle .select-list-scroll {
        display: block;
    }
.concertPage #concert_Area .ticketForm .line{
        width:100%;
		margin:20px 0px;
		height:1px;
		background:#3a3a43;
    }
.concertPage #concert_Area .ticketForm .concert_info{
        display:flex;
		flex-direction:column;
		gap:20px;
    }
.concertPage #concert_Area .ticketForm .concert_info .item-1{
        display:flex;
		flex-direction:column;
		gap:10px;
    }
.concertPage #concert_Area .ticketForm .concert_info .item-1 h4 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}
.concertPage #concert_Area .ticketForm .concert_info .item-1 .ul_add li{
    align-items:center;
}
.concertPage #concert_Area .ticketForm .concert_info .item-1 .ul_add img{
    height: 15px;
}
.concertPage #concert_Area .ticketForm .concert_info .item-1 ul li {
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
    display: flex;
    gap: 5px;
    line-height: 1.4;
    font-weight: 200;
    margin-bottom: 8px;
	word-break: keep-all;
}
.concertPage #concert_Area .ticketForm .concert_info .item-1 ul li img{
    height: 17px;
    margin-right: 5px;
}



.pack-my {
    border-radius: 15px;
    background: #333333;
    padding: 20px;
    margin-bottom: 30px;
}
.pack-my:last-of-type{margin-top: 5px;}
.pack-my .p1 {
    font-size: 18px;
    font-weight: 400;
}
.pack-my .p1 p:last-of-type {
    margin-top: 10px
}
.pack-my .p2 {
    padding-top: 25px;
    line-height: 25px;
    font-size: 13px;
    font-weight: 400;
}
.pack-my .p2 p {
    display: flex;
    align-items: center;
}
.pack-my .p2 span {
    font-size: 12px;
    background: #000000;
    border-radius: 50px;
    height: 17px;
    display: inline-block;
    line-height: 17px;
    padding: 0 20px;
    color: #fff;
    margin-left: 10px;
}

.stakingBtnArea {
	display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.stakingBtnArea .stakingClickBtn {
	color: #fff;
    height: 30px;
    line-height: 30px;
    border-radius: 7px;
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
    width: calc(96% / 3);
    display: block;
    margin-right: 2%;
    text-align: center;
}

.stakingBtnArea .stakingClickBtn:nth-of-type(1) {
	background: #f10973;
}
.stakingBtnArea .stakingClickBtn:nth-of-type(2) {
	background: #125ade;
}
.stakingBtnArea .stakingClickBtn:nth-of-type(3) {
	background: #8612de;
	margin-right: 0;
}


/*package buy: 팝업*/

.pop_box {
	width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 50%;
    clear: both;
    left: 50%;
    z-index: 99999999;
    transform: translate(-50%, -50%);
}
.pop_box .productIMG img {width: 70px;}
.pop_box .productIMG {
    text-align: center;
    padding-top: 50px;
}

.pop_box .popup-buy .p-h {
	background: #fe6827;
	height: 55px;
	padding: 0 25px;
	line-height: 55px;
	display: flex;
    align-items: center;
}

.pop_box .popup-buy .p-i .able {
    font-size: 18px;
    padding-left: 10px;
}
.pop_box .coin-tab .box {
	display:flex;
	flex-direction: column;
	gap:10px;
	}

.pop_box .popup-buy {
    background: #111111;
    max-width: 600px;
	width:100%;
    height: 340px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.pop_box .popup-buy .p-h h2 {
	float: left;
	font-size: 1.1em;
	color: #ffffff;
	font-weight: 500;
}

.pop_box .popup-buy .p-h h5 {
	float: right;
	font-size: 1.2em;
	color: #ffffff;
	font-weight: 400;
	cursor: pointer;
}

.pop_box .popup-buy .p-i {
    margin-top: 25px;
    padding: 0 20px;
}

.pop_box .popup-buy .p-i h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}

.pop_box .popup-buy .p-i p {
	color: #0f0f0f;
	font-size: 0.8em;
	line-height: 1.3em;
}

.pop_box .popup-buy .p-i p span {
	color: #2f49d1;
}

.p-time {
	width: 80%;
	margin: 20px auto 0;
	border: 2px dashed #4df1cc;
	border-radius: 20px;
	padding: 10px;
	overflow: hidden;
}

.p-time .t-icon {
	float: left;
	width: 20%;
	display: none;
}

.p-time .t-icon img {
	width: 100px;
}

.p-time .time-display {
	float: left;
	width: 100%;
}

.p-time .time-display p {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin-top: 7px;
}

.p-time .time-display span {
	color: #9c9cad;
	font-size:13px;
	display: block;
	text-align: center;
}

.pop_box .popup-buy .coin-tab {
	width: 85%;
	margin: 20px auto 0;
}

.pop_box .tab_active {
	background: #1754c5;
	color: #fff;
}

.pop_box .popup-buy .coin-tab .tab_ul {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-bottom: 25px;
}

.pop_box .popup-buy .coin-tab li {
	float: left;
	width: 27%;
	border: #1754c5 1px solid;
	border-radius: 30px;
	color: #1754c5;
	padding: 8px 0;
	text-align: center;
}

.pop_box .input001 {
	width: 100%;
	height: 40px;
	border: none;
	padding-left: 10px;
	background: transparent;
	color: #fff;
	text-align: right;
	font-size: 14px;
	text-align: right;
}

.pop_box .input001::placeholder {
	color: #9c9cad;
	font-size: 14px;
	text-align: right;
}

.pop_box .popup-buy .coin-tab .table01 {
	width: 100%;
}

.pop_box .popup-buy .coin-tab .table01 tr {
	height: 50px;
	border-bottom: 1px solid #315885;
}

.pop_box .popup-buy .coin-tab .table01 td:nth-child(1) {
	color: #9c9cad;
	width: 40%;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
}

.pop_box .popup-buy .coin-tab .table01 td:nth-child(2) {
	width: 70%;
	text-align: right;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
line-height: 50px;
}

.pop_box .popup-buy .coin-tab .btn {
	margin: 20px auto 0;
	text-align: center;
}

.pop_box .popup-buy .coin-tab .btn button {
	border-radius: 7px;
    outline: 0;
    border: none;
    width: 100%;
    height: 50px;
    background: #a51e1e;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}

.pop_box .popup-buy .coin-tab .btn p {
	color: #000000;
	margin-top: 10px;
	font-size: 0.8em;
}

.pop_box .popup-buy .coin-tab li:nth-child(2) {
	margin: 0 9.5%;
}

.pop_box .popup-buy .coin-tab li:nth-child(3) {
	float: right;
}

.pop_box .popup-buy .coin-tab li a {
	color: #ffffff;
	font-size: 0.9em;
	font-weight: 500;
}

.packList{overflow:hidden;}
.packList .main_tit {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.packList {
    width: 100%;
    float: left;
}
.packList .detail {
    padding: 20px 0px;
    height: 300px;
    margin-top: 0px;
    width: 100%;
}
.packList .m_scroll100 {
	width: 100%;
    overflow-y: auto;
}
.packList .m_scroll100 .detail {
    
}
.packList .notice_table ul {
	height: 185px;
	overflow: auto;
}
.packList .notice_table ul li {
	border-bottom: 1px solid #efefef;
	padding: 7px 0px;
}
.packList .notice_table .notice_tit {
	width: 70%;
	font-size: 17px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.packList .notice_table .notice_date {
	float: right;
	font-size: 15px;
	color: #898989;
	padding-right: 10px;
}
.packList .detail_tit {
	margin-bottom: 5px;
	padding: 10px 0px;
	overflow: hidden;
		background: #151617;
		display: flex;
}
.packList .detail_tit p {
    flex:1;
	width:100%;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}
.packList .detail_tit p.address {
	width: 40%;
}
.packList .detail_table ul {
	height: 205px;
	overflow: auto;
}
.packList .detail_table ul li {
    overflow: hidden;
    color: #fff;
    padding-top:7px;
}
.packList .detail_table ul li p {
	width: calc(100% / 3);
	display: block;
	float: left;
	text-align: center;
	font-size: 13px;
    line-height: 25px;
	color: #fff;
	padding: 0 5px;
	word-break: break-all;
}
.packList .detail_table ul li p.date {
    color: #9c9cad;
}
.packList .detail_table ul li p.state {
    font-size: 12px;
}
.packList .detail_table ul li p.state span {
    border-radius: 4px;
}

.staking_area {
	overflow:hidden;
	padding:0px 15px;
	}

.member_wrap .register_check {
	margin-top: 8px;
    gap: 7px;
	display:flex;
	align-items:center;
	}
.member_wrap .register_check #register1{margin:0px;}



.input_box .rate_box {
	width: 100%;
    color: #fff;
    border-radius: 5px;
    padding-left: 10px;
    background: #333333;
    border: none;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    gap: 7px;
	}
.input_box .rate_box p{
	color:#ffffff;
	font-weight:300;
	font-size:14px;
	}
.input_box .rate_box p #waao_usd{
	color: #ffffff;
    font-weight: 600;
    font-size: 16px;
	}
.input_box .rate_box p #token_usd{
	color: #ffffff;
    font-weight: 600;
    font-size: 16px;
	}