
.square {
    font-family: 'NanumSquare', sans-serif !important;
    font-weight: 500 !important;
}

@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: local('Pretendard Variable'), url('../fonts/PretendardVariable.woff2') format('woff2-variations');
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Thin.woff2') format('woff');
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-ExtraLight.woff2') format('woff');
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Light.woff2') format('woff');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Regular.woff2') format('woff');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Medium.woff2') format('woff');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-SemiBold.woff2') format('woff');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Bold.woff2') format('woff');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-ExtraBold.woff2') format('woff');
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Black.woff2') format('woff');
    font-weight: 900;
    font-display: swap;
}

/********************************************
	intro
********************************************/ 
.intro {
	width: 100%;
	height: 100%;
	height: 100vh;
	background: url(../img/intro-bg.jpg)no-repeat;
	background-size: cover;
	background-position: center center;
	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;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    font-size: 1em;
    font-family: 'Pretendard', sans-serif !important;
    display: table;
    width: 100%;
    font-weight: 400;
    background: #fff;
    color: #000;
}

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 {
    outline: none;
    font-family: 'Noto Sans KR', sans-serif !important;
}

input::placeholder {
    color: #fff;
}

input:focus {
    outline: none;
}

select {
    outline: none;
    font-family: 'ElandChoice', sans-serif !important;
}

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;
}

.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;
}
.mb20 {
    margin-bottom: 20px;
}

.inner {
    width: 90%;
    margin: 0 auto;
}

.inner02 {
    width: 83%;
    margin: 0 auto;
}

table {
    border-collapse: collapse
}

#wrap {
    width: 100%;
    height: 100%;
    color: #333;
    background: #ffffff;
}
.login #wrap {
    background: #fff;
}
a {
    color: #fff;
}

/* input */
.j_input_box {
    border-radius: 5px;
    margin-bottom: 10px;
	overflow: hidden;
}

.j_input_title {
    font-size: 15px;
    display: block;
    padding-bottom: 5px;
}

.j_input {
    width: 100%;
    height: 40px;
    color: #343434;
	border: 1px #e4e4e4 solid;
    border-radius: 7px;
    padding-left: 10px;
    background: #ffffff;
    line-height: 40px;
	font-size: 13px;
}
.j_input2 {
    width: 100%;
    height: 45px;
    color: #343434;
    padding-left: 10px;
    line-height: 45px;
    font-size: 16px;
    border: none;
    border-bottom: 1px #e4e4e4  solid;
    border-radius: 0;
}

.j_input:focus {
    border: 1px #0380ff solid;
}
.j_input2:focus {
    border-bottom: 1px #0380ff solid;
}

.j_input::placeholder {
    color: #cdcdcd;
}
.j_input2::placeholder {
    color: #cdcdcd;
}

.s_input02:focus {
    border: 1px #0380ff solid;
}

#m_contury {
    /* width: 28%; */
    float: left;
    margin-right: 2%;
}

#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: #cdcdcd;
    z-index: 1000;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
    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*/
.main .LiveArea {
	overflow:hidden;
	margin-top:10px;
	background:#ffffff;
	padding: 20px 20px;
    position: relative;
	margin-bottom:10px;
	}
.main .LiveArea .LiveTit{
	display: flex;
    align-items: center;
	margin-bottom:15px;
	}
.main .LiveArea .LiveTit .p_tit {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.main .LiveArea .LiveTit .p_tit .liveIcon {
    height: 23px;
    margin-left: 5px;
}
.main .LiveArea .LiveTit .p_stit{
	margin-left:auto;
	font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
	}
.main .LiveArea .LiveTit .p_stit span {
    line-height: 1;
    color: #9f9fa0;
    font-weight: 500;
}
.main .LiveArea .LiveTit .p_stit .livelist {
    height: 16px;
    margin-right: 5px;
}
.main .LiveArea .Live-List-item {
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px #e9e9e9 solid;
    padding-bottom: 15px;
}
/*
.main .LiveArea .Live-List-item .Thumbnail {
    padding-top: 30%;
    position: relative;
    width: 30%;
	border-radius:5px;
	overflow:hidden;
}
*/
.main .LiveArea .Live-List-item .Thumbnail {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    padding-top: 50%;
}
.main .LiveArea .Live-List-item .Thumbnail iframe{
    width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	object-fit: contain;
}
.main .LiveArea .Live-List-item .Live-info-item {
    overflow: hidden;
    padding-left: 10px;
    padding-top: 10px;
    width: 100%;
    position: relative;
}
.main .LiveArea .Live-List-item .Live-info-item .Livetitle {
    font-size: 16px;
    font-weight: 700;
    color: #4e4e54;
    line-height: 1.1;
    margin-bottom: 7px;
}
.main .LiveArea .Live-List-item .Live-info-item .LiveTime {
    font-size: 14px;
    font-weight: 700;
    color: #4b48e5;
    line-height: 1;
}
.main .LiveArea .Live-List-item .Live-info-item .Live-stitle {
    font-size: 12px;
    font-weight: 700;
    color: #f4341b;
    position: absolute;
    bottom: 7px;
    right: 10px;
}
.main .LiveArea .Live-List-item .LiveState {
    font-size: 12px;
    font-weight: 700;
    color: #b7b3b6;
    margin-left: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.main .LiveArea .Live-List-item .Live_On {
    color: #f4341b !important;
	}
.main .LiveArea .Live-List-item .Live_On .live_off{
    display:none;
	}
.main .LiveArea .Live-List-item .Live_off .Live_On{
    display:none;
	}
.main .LiveArea .Live-List-item .LiveState img {width:37px;margin-bottom:5px;}


.main .coinArea {overflow:hidden;background:#ffffff;}
.main .coinArea .balanceItem {
    display: flex;
    margin-bottom: 20px;
}
.main .coinArea .balanceItem .level-box{width:100px;}
.main .coinArea .balanceItem .level-box img{width:100%;}
.main .coinArea .balanceItem .user-info {padding-top:10px;padding-left:15px;}
.main .coinArea .balanceItem .user-info .user_name {
    font-size: 14px;
    font-weight: 700;
    color: #4e4e54;
    line-height: 1;
    margin-bottom: 10px;
}
.main .coinArea .balanceItem .user-info .user_prie {
    font-size: 14px;
    font-weight: 500;
    color: #4e4e54;
    line-height: 1;
    margin-bottom: 5px;
}
.main .coinArea .balanceItem .user-info .balance {
	font-size: 25px;
    font-weight: 700;
    color: #4e4e54;
    line-height: 1;
}

/*main END*/
.login_backbutton{
    width: 30px;
    height: 30px;
    position: absolute;
    padding: 0;
    margin-top: 15px;
    background-color: inherit;
    border: none;
    display: block;
    left: 20px;
    top: 10px;
}
.login_backbutton img{
    filter: brightness(0) invert(1);
}
/* deposit */
.backbutton{
    width: 30px;
    height: 30px;
    position: relative;
    padding: 0;
    margin-top: 15px;
    background-color: inherit;
    border: none;
    display: block;
}
.backbutton .line{
    width: 100%;
    height: 1px;
    position: absolute;
    /* top: 50%;
    left: 50%;
    transform: translateX(-50%); */
    background-color: #000;
}
.backbutton .line1{
    rotate: 45deg;
    top: 25px;
}
.backbutton .line2{
    rotate: -45deg;
    top: 25px;
}
.deposit_content .inner2{
    margin-bottom: 130px;
}
.qr_box {
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    margin: 15px auto;
    width: 280px;
    height: 280px;
}
.qr_box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.qr_box img {
    width: 170px;
}
.s_input01 {
    width: 100%;
    height: 40px;
    color: #333333;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
	text-indent: 15px;
    text-align: center;
}
.s_input02 {
    width: 100%;
    height: 40px;
    color: #333333;
    border: 1px #e4e4e4 solid;
    border-radius: 7px;
	padding-left: 15px;
	background: #ffffff;
}
.select01 {
    width: 100%;
    height: 40px;
    color: #333333;
    border: 1px #e4e4e4 solid;
	background:#ffffff;
    border-radius: 5px;
	padding-left:15px;
}
.close_area {margin-right:10px;}
.select02{
    width: 100%;
    height: 40px;
    color: #333333;
    border: 1px #e4e4e4 solid;
	background:#ffffff;
    border-radius: 5px;
	padding-left:15px;
    background-image: url(../img/arrow_b.png);
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: 94% 50%;
}
.phone_select {
    width: 100%;
    height: 40px;
    color: #333333;
    border: 1px #e4e4e4 solid;
	background:#ffffff;
    border-radius: 5px;
	padding-left:15px;
}
.s_btn01 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    outline: none;
    background-color: #0380ff;
    color: #fff;
    font-size: 16px;
    border-radius: 7px;
	cursor:pointer;
}
.s_btn02 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    outline: none;
    background: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
	cursor:pointer;
}
.s_btn03 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    outline: none;
    background: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
	cursor:pointer;
}

.input_title {font-size:14px;margin-bottom:8px;}

.input_title img {
	height: 18px;
    vertical-align: middle;
    margin-right: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
}


.available_coin {
	font-size: 12px;
    color: #939393;
    margin-top: 8px;
	}


/*mypage*/
.mypage .infoForm02 {
    overflow: hidden;
    padding: 20px 0;
}
.mypage .infoForm02 .tit{
text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
    background-color: #0380ff;
    border-radius: 50px;
    color: #fff;
    padding: 5px 20px;
    width: 0 auto 0;
	}
.mypage .infoForm02 .codebox {
    width: 100%;
	    text-align: center;
    padding: 50px 10px 20px;
    border-radius: 15px;
    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;
    font-size: 14px;
    font-weight: 500;
	flex-direction: column;
    position: relative;
    background-color: #f2f2f2;
}
.mypage .infoForm02 .codebox .exbg{
    width: 50%;
    height: 30px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.mypage .infoForm02 .codebox::before{
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    background-image: url(../img/ex1.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 75%;
    z-index: 30;
}
.mypage .infoForm02 .codebox::after{
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    background-image: url(../img/ex2.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 75%;
    z-index: 30;
}
.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: 30px;
    vertical-align: bottom;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    background: #000;
}


.mypage .infoForm01 {
    overflow: hidden;
    padding: 20px 0 70px;
}
.mypage .infoForm01 .info_box{
    border-bottom: 8px solid #f5f6fa;
    padding-bottom: 30px;
}
.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;
	 height:40px;
     justify-content: space-between;
     border-bottom: 1px solid #e2e2e2;
}
.mypage .infoForm01 .info_box .item01:last-child{
    border-bottom: none;
}
.mypage .infoForm01 .info_box h3{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}
.mypage .infoForm01 .change_box{
    padding: 30px 0;
}
.mypage .infoForm01 .change_box .item02{
    height: 60px;
    border: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
    color: #000;
    padding: 0 20px;
    border-radius: 15px;
    margin-bottom: 10px;
    justify-content: space-between;
}
.mypage .infoForm01 .change_box .item02 .imgbox{
    width: 15px;
    rotate: -90deg;
}
.mypage .infoForm01 .change_box .item02 .imgbox img{
    width: 100%;
}
.mypage .infoForm01 .item01:last-of-type{
	 margin-bottom:0px;
}
.mypage .infoForm01 .item01 .tit {
    font-size: 14px;
    color: #808080;
}
.mypage .infoForm01 .item01 .inputBox {
    font-size: 14px;
}
.mypage .infoForm01 .item01 .inputBox .input001 {
    border: none;
    font-size: 14px;
    width: 100%;
	    background: transparent;
        text-align: right;
}
.mypage .infoForm01 .item01 .inputBox .add-input {
    text-align: right;
    border: none;
    font-size: 14px;
    width: calc(100% - 60px);
}
.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 {
    border: 1px #329102 solid;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px 13px 5px 13px;
    color: #329102;
    font-weight: 700;
    cursor: pointer;
    float: right;
}
.changeLink a {color: #329102;}


.mypage .lang-box {
    float: right;
    font-size: 14px;
    cursor: pointer;
    margin-left: auto;
}

.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;
	}
.mypage .lang_select_list {
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 99;
}
.mypage .lang_select_list .lang_box{
	width:80%;
	margin:0 auto;
	overflow:hidden;
	background:#ffffff;
	border-radius:10px;
	padding:20px;
	}
.mypage .lang_select_list .lang_box .lang {
    display: flex;
    align-items: center;
    /* border-bottom: 1px #e4e4e4 solid; */
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.mypage .lang_select_list .lang_box .lang:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.mypage .lang_select_list .lang_box .lang img {
    border: 1px #e4e4e4 solid;
    margin-right: 10px;
    height: 26px;
}

/*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 #ddd;
}

.table_title th {
    padding-bottom: 12px;
    font-size: 14px;
    color: #909090;
    font-weight: 500;
}
.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:8px;
	padding-bottom:8px;
}

.s_cont {
    padding: 15px;
    width: 100%;    
	background: #f5f5f5;
    border-radius: 5px;
    margin-bottom: 8px;
}

.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;}

/**/
#button-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: relative;
}
#button-container::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;
    position: absolute;
    bottom: 1px;
    left: 0;
    z-index: 0;
}
.s_select {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 10px;
    font-size: 12px;
    background-color: #fff;
	}
.s_select.on{
    border-bottom: 3px solid #0380ff;
    position: relative;
    z-index: 1;
}
.s_select2{
    background-color: #fff;
    border: 1px solid #e2e2e2;
    height: 30px;
    width: 100px !important;
    margin-top: 15px;
    background-image: url(../img/arrow_b.png);
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: 90% 50%;
}
.notice .content{
    margin-bottom: 120px;
}
.notice_box {
    padding: 15px 0px;
    background: #ffffff;
    width: 100%;
	border-bottom:1px #e4e4e4 solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
	}
.notice_box .textbox{
    width: calc(100% - 50px);
}
.notice_view .content{
    margin-bottom: 50px;
}
.notice_view .notice_box{
    flex-direction: column;
    margin-bottom: 30px;
}
.notice_box .notice_t{
	font-size:16px;
	white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    word-break: keep-all;
    line-height: 150%;
	}
.notice_box .notice_d{
	font-size:12px;
	text-align:left;
	color: #9b9b9b;
}
.notice_box .arrowbox{
    width: 20px;
    rotate: -90deg;
}
.notice_box .arrowbox img{
    width: 100%;
}
.notice_box .item-top {
	border-top:1px #000 solid;
	border-bottom:1px #e4e4e4 solid;
	font-size:16px;
	padding:20px 0;
    width: 100%;
    font-weight: 500;
    margin-bottom: 20px;
}
.notice_box .item-top p{
    font-size: 12px;
    color: #808080;
    margin-top: 10px;
    font-weight: 300;
}
.notice_box .item-body {
	font-size:12px;
	padding-top:5px;
	}
.notice_box .item-body img {width:100%;}
.notice_list_btn {
    width: 100%;
    height: 40px;
    float: right;
    /* background: #0e77d4; */
    border: 1px solid #d2d2d2;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
	}
.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;}


 .terms {
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
 .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: 44px;
    right: 30px;
	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 {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.camera_btn img {width:20px;
	cursor: pointer;}

.lang_select {
    position: absolute;
    right: 5%;
    top: 29px;
    cursor: pointer;
    z-index: 1000;
}
.lang_select .active_lang img {
    border: 1px #7b7b7b solid;
    width: 30px;
}
.lang_select .lang_select_list {
        background: #ffffff;
    position: absolute;
    top: 25px;
    z-index: 9999;
    right: 5%;
    padding: 10px;
    width: 200px;
    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;
}
.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;
}

/* index */
.index-area {
    font-family: 'Noto Sans KR', sans-serif;
    width: 100%;
    height: 100vh;
    background: linear-gradient(0deg, rgba(14,132,242,1) 0%, rgba(1,78,184,1) 100%);
    background-size: cover;
    display: flex;
    position: relative;
}
.index-area>form{
    background-color: #fff;
    border-radius: 80px 80px 0 0;
    margin-top: auto;
    width: 100%;
    height: 70%;
}
.index-area .imgbox{
    position: absolute;
    width: 100px;
    height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.index-area .imgbox img{
    width: 100%;
}
.index-area .logo_box {
    text-align: center;
    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;
	padding-top: 50px;
}

.index-area .logo_box .logo_icon img {
    width: 200px;
}
.index-area .logo_box .logo_icon p{font-size:20px;margin-top:10px;}
.index-area .login_input_area {
    width: 100%;
    padding: 0 7.5%;
    margin: 0 auto;
    padding-top: 30px;
    border-top-left-radius: 35px;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}
.index-area .login_input_area .input_area_box{
    width: 100%;
}
.index-area .login_input_area .input_form {
   position:relative;
}
.index-area .login_input_area .input_form .input01 {
    width: 100%;
    height: 45px;
    background: #f5f6fa;
    border-radius: 50px;
    outline: none;
    padding-left: 30px;
    font-size: 15px;
    color: #424242;
    font-weight: 300;
    padding-left: 20px;
    border: none;
}
.index-area .login_input_area .input_form .input01::placeholder{
    color: #808080;
}
.index-area .login_input_area .input_form .input01:focus {
    border: 1px #d2d2d2 solid;
}
.find_id{
    margin-left: auto;
}
.find_id a{
    font-size: 14px;
    color: #808080;
}
.loginBtn {
    width: 100%;
    border-radius: 50px;
    display: block;
    height: 45px;
    border: none;
    outline: none;
    color: #0380ff;
    font-size: 16px;
    font-weight: 500;
    margin-left: auto;
    position: relative;
    border: 1px solid #0380ff;
    background-color: #fff;
    background-size: 20px;
    background-position: 50% 25px;
}
.loginBtn2{
    background-color: 46b748;
    color: #fff;
}
.save_area {
	width: 85%;
    margin: 0 auto;
	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;
	padding-left: 20px;
    padding-right: 20px;
	}
.save_area .label_div label{
	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;
	}
.save_area .label_div span{
	color:#ffffff;
	font-size:14px;
	margin-left:5px;
	font-weight:300;
	}
.save_area .label_div .save_check {
    width: 17px;
    height: 17px;
    outline: none;
    border: none;
}

.save_area input[type=checkbox] { display: none;  }
.save_area input[type=checkbox] + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 0px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    vertical-align: top;
}
.save_area input[type=checkbox]+ label:before {
	content: "";  
	display: inline-block;
	width:24px;
	height:24px;
	transition:all .2s;
	position:absolute; 
	left:0; 
	top:0;
	background: url(../img/chkbox_circle.png) no-repeat;
	} 
.save_area input[type=checkbox]:checked + label:before { 
	background:url(../img/chkbox_circle_on.png) no-repeat;
	}  

.index-area .link_tab {
    width: 100%;
	padding: 0 7.5%;
    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;
    justify-content: space-around;
}
.index-area .link_tab li {
    font-size: 14px;
    position: relative;
    width: 48%;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
}
.index-area .link_tab li a {
    font-size: 14px;
    color: #808080;
    font-weight: 400;
    position: relative;
    display: block;
}

/* //index */

/* join */
.join {
	font-family: "Noto Sans KR", sans-serif;
}

.gray {
	background: #f8f8f8!important;
}

.inner-top {
	background: #fff;
	height: 50px;
	position: relative;
}

.inner-top .top_txt {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
}

.inner-top .back-btn {
	width: 25px;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
}

.join-area {
	padding: 40px 0 60px;
}

.join-area .txt-p1 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.join-area .txt-p2 {
	font-size: 13px;
    font-weight: 500;
}
/* 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;
}

.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: #0e77d4;
    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: 2px 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: #0e77d4;
    height: 25px;
    border: 2px solid #0e77d4;
    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 */

/* 출금 */
.input02 {
	position: relative;
}

.input02 > span {
	position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #bbbbbb;
	font-size: 14px;
}

.span-area {
	padding-right: 55px;
}

.s_box01 {
	background: rgb(254,205,76);
    background: linear-gradient(100deg, rgba(254,205,76,1) 0%, rgba(255,170,40,1) 100%);
    text-align: center;
    border-radius: 10px;
    padding: 20px 0;
    box-shadow: 0px 3px 6px rgb(154 143 188 / 30%);
}

.s_box01 > p {
	font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.s_box01 .amount {
	font-size: 34px;
	font-weight: 600;
	color: #fff;
}

.s_box01 .unit {
	font-size: 14px;    
	font-weight: 500;
	color: #fff;
	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;
    line-height: 1.5;
}
.layer-popup .popupin .intop .pop-close{
    margin-left:auto;
	cursor:pointer;
}

/* 메인 탑 */
.top {
    padding: 20px 20px;
    background: #ffffff;
    position: relative;
}
.navBtn {
    height: 20px;
}
.navBtn2 {
    height: auto;
}
.logo {
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
}
.notice_icon {
    position: absolute;
    right: 20px;
    height: 24px;
    top: 20px;
}
.vip_icon {
    position: absolute;
    right: 20px;
    height: 38px;
    top: 12px;
}





.resetArea {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #9b9b9b;
	margin-bottom: 8px;
    font-size: 13px;
}

.resetArea .resetBtn {
	cursor: pointer;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #c7e4f7;
	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;
	margin-left: 5px;
}

.resetArea .resetBtn img {
	width : 60%;
}
/* //메인 탑 */

/* 메인페이지 디자인 */
.main .bannerArea {
	width: 100%;
}
.main .bannerArea .swiper-wrapper {
   height: auto;
}
.mySwiper {
	overflow:hidden;
	width: 100%;
	border-radius: 5px;
	position: relative;
}

.mySwiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	position: relative;
	/* Center slide text vertically */
	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;
	width: 100% !important;
}

.swiper-slide > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.mySwiper .swiper-pagination {
	background: #414141;
    color: #fff;
    width: 55px;
    height: 20px;
    line-height: 21px;
    border-radius: 50px;
    font-size: 14px;
    right: 15px;
    left: auto;
}
/* //메인페이지 디자인 */



/* 서브페이지 */
.m_top .inner {
	position: relative;
	height: 60px;
}

.m_top .inner img {
	position: absolute;
	height: 21px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
    z-index: 9;
}
.s_title {
	text-align: center;
	line-height: 60px;
	font-size: 15px;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.substArea01 {
	font-size: 17px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
    padding-left: 10px;
	margin: 15px 0 20px;
}
.cardimg{
    background-color: #f2f2f2;
    position: relative;
    height: 200px;
    margin-bottom: 120px;
    padding-top: 20px;
}
.substArea02 {
	color: #777777;
    margin-bottom: 15px;
    font-size: 14px;
}
.substArea03 {
    margin-bottom: 30px;
}

.substArea02 p {
	display:block;
    width: fit-content;
	font-size: 14px;
	color: #000;
    margin-top: 50px;
    margin-bottom: 5px;
}
.substArea03 .stxt {
	display:block;
    width: fit-content;
	font-size: 14px;
	color: #000;
	padding: 5px 20px;
    border-radius: 50px;
    text-align: center;
    font-weight: 500;
    background-color: #0380ff;
    margin: 0 auto 15px;
    color: #fff;
}
.substArea03 h2{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #000;
}
.sub_tab {
	width: 100%;
}

.sub_tab ul {
	overflow: hidden;
	width: 100%;
	border: 1px solid #000;
	border-radius: 5px;
	color: #000;
}

.sub_tab ul li {
	float: left;
	height: 40px;
	line-height: 40px;
	display: block;
	cursor: pointer;
	width: calc(100% / 2);
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid #000;
}

.sub_tab ul li:last-of-type {
	border-right: 0;
}

.sub_tab ul li.active {
	background: #000;
	color: #fff;
}

.sub_tab01 ul {
	overflow: hidden;
	width: 100%;
	border: 1px solid #03ac8e;
	border-radius: 5px;
	color: #03ac8e;
}

.sub_tab01 ul li {
	float: left;
	height: 40px;
	cursor: pointer;
	line-height: 40px;
	display: block;
	width: calc(100% / 2);
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid #03ac8e;
}

.sub_tab01 ul li.active {
	background: #03ac8e;
	color: #fff;
}

.sub_tab02 ul {
	overflow: hidden;
	width: 100%;
	border: 1px solid #0e77d4;
	border-radius: 5px;
	color: #0e77d4;
}

.sub_tab02 ul li {
	float: left;
	height: 30px;
	cursor: pointer;
	line-height: 30px;
	display: block;
	width: calc(100% / 2);
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid #0e77d4;
	font-size: 13px;
}

.sub_tab02 ul li.active {
	background: #0e77d4;
	color: #fff;
}

.tab_cont {display: none;}

.input-tel {
    font-size: 12px;
    text-align: right;
    color: #fff;
    margin-left: auto;
}

.s_input07 {
    width: 100%;
    height: 40px;
    color: #333;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
	padding-left: 15px;
	background: #ffffff;
	padding-right: 120px;
}

.s_input08 {
    width: 100%;
    height: 40px;
    color: #333;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
	padding-left: 15px;
	background: #ffffff;
	padding-right: 120px;
}
.s_input09 {
    width: 100%;
    height: 40px;
    color: #fff;
    border: NONE;
    border-bottom: 1px solid #d2d2d2;
	padding-right: 15px;
	background: inherit;
    text-align: right;
    font-size: 14px;
    border-radius: 5px;
}

.s_btn07 {
	cursor: pointer;
    display: block;
    height: 40px;
    line-height: 41px;
    width: 100px;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #000;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
	background: #000;
}

.btnbg01 {background: #4b4cd2 !important;}

.BtnArea01 {
    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: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.BtnArea01 .Btn_pr {
    background: #e4e4e4;
    color: 000;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    width: calc(94% / 4);
    text-align: center;
    border-radius: 3px;
	cursor: pointer;
}

.BtnArea02 {
    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;
    -moz-box-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px;
}

.BtnArea02 .Btn_pr {
    background: #e4e4e4;
    color: 000;
    font-size: 12px;
    height: 22px;
	cursor: pointer;
    line-height: 22px;
    text-align: center;
    border-radius: 3px;
	padding: 0 20px;
	margin-left: 10px;
}

.red-tel {
	border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 25px 15px;
    text-align: center;
    font-size: 12px;
    color: #ff0000;
    word-break: keep-all;
}

.red-tel .nw_time {
	font-size: 17px;
    padding-bottom: 10px;
    color: #000;
	display: block;
}

.sub-telBg01 {
    border-radius: 5px;
    padding: 25px 15px;
    color: #fff;
    word-break: keep-all;
    font-size: 14px;
    line-height: 1.4;
    background: #40434a;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
	background-image: url("../img/sub-txtBg01.png");
}

.sub-telBg01 .h1-txt  {
	display: block;
	padding-bottom: 10px;
    font-size: 1.1em;
}

.sub-telBg01 .yellow-txt  {
	display: block;
	padding-top: 10px;
	font-size: 0.85em;
	color: #f9f228;
}

.feeArea {
    width: 100%;
    height: 40px;
    color: #0865b8;
    border: 1px #0865b8 solid;
    border-radius: 5px;
	background: #e3f1ff;
	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: 0 15px;
	font-size: 14px;
}

.feeArea .a1 {margin-left: auto;}

.readonly {
	background: #f3f3f3;
}

.bankArea {
	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;
    border: 1px #e4e4e4 solid;
	border-radius: 5px;
}

.bankArea  input, .bankArea  select {border: none !important;}

.bankArea .line {
	background: #e4e4e4;
    height: 14px;
    width: 1px;
}
/* 지갑 */



/* //지갑 */

/* 전환 */
.exchange .ex_box{
    position: relative;
    margin-bottom: 130px;
}
.exchange .ex_box .changebox{
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #e6edf6;
    border: 8px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
}
.exchange .input_box{
    border-radius: 15px;
    background-color: #121212;
    margin-bottom: 6px;
    position: relative;
}
.exchange .p2p_wrap .input_box{
    background-color: #333;
}
.exchange .charging_wrap .input_box{
    background-color: #20226d;
}
.exchange .withdrawal_wrap .input_box{
    background-color: #080a42;
}
.exchange .withdrawal_wrap .input_box4 {
    padding: 15px 15px 55px;
}
.exchange .input_box .st{
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
}
.exchange .input_box1 .exbg::before{
    content: '';
    width: 60px;
    height: 40px;
    display: block;
    background-image: url(../img/ex1-1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: -40px;
    z-index: 2;
}
.exchange .input_box1 .exbg::after{
    content: '';
    width: 60px;
    height: 40px;
    display: block;
    background-image: url(../img/ex2-1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 2;
}
.exchange .input_box1 .exbg{
    width: 150px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 55;
}
.exchange .input_box1 .box_title{
    background: #e6edf6 !important;
    border-radius: 50px;
    width: 170px !important;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 55;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.exchange .input_box1 .box_title p{
    display: block;
    width: 155px;
    height: 28px;
    border-radius: 50px;
    background-color: #4B4CD2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.exchange .input_box1{
    padding: 55px 15px 45px;
}
.exchange .input_box2{
    padding: 45px 15px 55px;
}
.exchange .input_box3{
    padding: 30px 15px 30px;
}
.exchange .input_box4{
    padding: 30px 15px 55px;
}
.exchange .input_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.exchange .input_flex .input_title{
    width: 120px;
    background-color: #0380ff;
    border-radius: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 0;
}
.exchange .input_flex .input_title2{
    padding: 0 15px;
    background-color: #0380ff;
    border-radius: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}
.exchange .input_flex02{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    height: 35px;
    width: 100%;
    border-radius: 50px;
    margin-bottom: 35px;
}
.exchange .input_flex02 .input_title{
    margin-bottom: 0;
    color: #000;
}
.exchange .input_flex02 .innerBtn {
    width: calc(100% - 100px);
}
.exchange .input_flex .innerBtn2 {
    width: calc(100% - 200px);
}
.exchange .input_flex02 .innerBtn input{
    width: 100%;
    background-color: #f2f2f2;
    border: none;
    border: 1px solid #e2e2e2;
    height: 40px;
    border-radius: 5px;
    padding: 0 15px;
}
.exchange .input_flex02 .innerBtn input::placeholder{
    color: #808080;
}
.exchange .input_box2 .exbg::before{
    content: '';
    width: 60px;
    height: 40px;
    display: block;
    background-image: url(../img/ex3-1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: -40px;
    z-index: 2;
}
.exchange .input_box2 .exbg::after{
    content: '';
    width: 60px;
    height: 40px;
    display: block;
    background-image: url(../img/ex4-1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: -40px;
    z-index: 2;
}
.exchange .input_box2 .exbg{
    width: 150px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 55;
}
.exchange  .btnbg01 {
    background: #4b4cd2 !important;
    border-radius: 50px;
    width: 170px !important;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 55;
    height: 40px !important;
    line-height: 40px !important;
}
.exchange  .btnbg02 {
    background: #4b4cd2 !important;
    border-radius: 50px;
    width: 170px !important;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 55;
    height: 40px !important;
    line-height: 40px !important;
    color: #fff;
    border: none;
}
.innerBtn {
    display: flex;
    align-items: center;
    justify-content: end;
    width: calc(100% - 150px);
}
.exchange input::placeholder{
    opacity: .3;
}
.exchange .typing_input{
    border: 1px solid rgba(255, 255, 255, .5) !important;
    padding-right: 10px;
}

.exchange .input_flex .s_btn06 {
    background-color: inherit;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 30px;
    width: 60px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    align-items: end;
    /* justify-content: center; */
    font-size: 14px;
    margin-bottom: 7px;
    margin-left: 7pt;
}
.exchange .input_flex .fee{
    font-size: 12px;
    color: #fff;
}
.exchange .input_flex .s_input06 {
    border: none;
    width: 100%;
    height: 40px;
    color: #fff;
    border-radius: 5px;
	/* padding-right: 15px; */
    font-size: 24px;
    text-align: right;
    background-color: inherit;
}
.exchange .changeIcon {
	width: 20px;
    margin: 10px auto;
    display: block;
}

.exchange .how_price {
	text-align: center;
	font-size: 14px;
	color: #7a7a7a;
	padding-top: 30px;
}

.exchange .how_price span {font-weight: 600; color: #000; }
/* //전환 */

/* 출금 */
.escrow_table {width: 100%;}
.escrow_table ul {width: 100%; overflow: hidden;}
.escrow_table ul li {
	float: left;
	text-align: center;
	font-size: 13px;
    height: 28px;
    line-height: 28px;
	background: #0e77d4;
    color: #fff;
}
.escrow_table ul li:first-of-type {
	border-top-left-radius: 5px;
}
.escrow_table ul li:last-of-type {
	border-top-right-radius: 5px;
}
.table_scroll {
	padding-top: 5px;
	height: 82px;
	overflow: auto;
	border: 1px solid #e4e4e4;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.escrow_table table {width: 100%;}
.escrow_table table tr td {
	font-size: 12px;
	padding: 5px;
	text-align: center;
}
/* //출금 */

/* 내역 */
.his_selectArea {
	overflow: hidden;
}

.his_selectArea select {
	width: calc(96% / 2);
	float: right;
}

.hisArea {
	padding: 20px;
    width: 100%;
    background: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 10px;
}

.hisArea .his_top  {
	border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 10px;
    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;
}

.hisArea .group  {
	font-size: 16px;
}

.hisArea .red  {
	color: #fb376a;
}

.hisArea .blue  {
    color: #3781fb;
}

.hisArea .green  {
    color: #2dc498;
}

.hisArea .amount {    
    margin-left: auto;
    text-align: right;
}

.hisArea .amount .s1 {    
    display: block;
    font-size: 15px;
    font-weight: 600;
}

.hisArea .amount .a1 {    
	font-size: 13px;
    padding-top: 3px;
    display: block;
    color: #96979c;
}

.hisArea .his_bot {    
	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;
}

.hisArea .date {    
    font-size: 12px;
    display: block;
    color: #96979c;
}

.hisArea .state {    
    margin-left: auto;
	font-size: 12px;
}

.hisArea .state_info {    
    position: relative;
    padding-right: 10px;
    color: #96979c;
    margin-right: 5px;
}

.hisArea .state_info::after {    
    position: absolute;
	top:0;
	right: 0;
	display: block;
	content: "";
	height: 13px;
	width: 1px;
	background: #96979c;
}

.date-none {
	font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #e0e0e0;
    line-height: 65vh;
}
/* //내역 */

.otp .th {
	word-break: keep-all;
	font-size: 14px;
	line-height: 1.2;
}
/* //서브페이지 */

.s_input_box {margin-top: 25px;}
.s_input_title {
	    font-size: 15px;
    display: block;
    padding-bottom: 5px;
}
.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;
}
.input_num {margin-right: 1%;}
.input_num:last-of-type {margin-right: 0;}
.checkAg {
	margin-top: 5px;
	font-size: 14px;
}
.checkAg input[type="checkbox"] {
	margin: 0;
	margin-right: 5px;
	width: 14px;
    height: 14px;
}
.find #Request {
    background-color: #000;
    height: 40px;
    width: 29%;
    border: none;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    margin-left: auto;
}
.find .phone_select {
    width: 65px;
    height: 40px;
    box-sizing: border-box;
    color: #333333;
    border: 1px #e4e4e4 solid;
    background: #ffffff;
    border-radius: 7px;
    padding-left: 10px;
    margin-right: 7px;
}
.find .flex-box {
    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;
}




/*nav*/
#nav {
    position: fixed;
    width: 100%;
    height: 525px;
    z-index: 999;
    left: 0%;
	bottom: -150%;
    /* background: url(../img/loginBack01.png)no-repeat; */
    background-color: #fff;
    border-radius: 30px 30px 0 0;
    background-size: cover;
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.4);
}
#nav .inner{
    width: 85%;
}
.logoutBt {
    width: 100px;
    height: 40px;
    background: #329102;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    margin-top: 40px;
    font-size: 14px;
}
.logoutBt a {display:block;}
#nav ul {
    border-bottom: 1px solid #c7c7c7;
    padding: 0 10px;
}

#nav li {
    height: 45px;
    line-height: 45px;
}

#nav li a {
    color: #303030;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}
#nav li a .imgbox{
    width: 15px;
    height: 15px;
}
#nav li a .imgbox img{
    width: 100%;
}
.close {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    border: 1px solid #333;
    position: relative;
}
.close .linebox{
    position: absolute;
    height: 15px;
    width: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.close .line{
    background-color: #333;
}
.close .line1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 2px;
}
.close .line2{
    width: 2px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#nav li>img {
    width: 6px;
    float: right;
    vertical-align: middle;
    margin-top: 15px;
    margin-right: 10px;
}

.nav_logo {
    width: 180px;
    padding-left: 5%;
    margin-top: 18px;
}

/*nav end*/

.listForm {overflow:hidden;}
.listForm .table01{width:100%;}
/* .listForm .table01 .tr .th {
    border: 1px #d7d8da solid;
    background: #f5f4f4;
    color: #a9adb1;
    font-size: 12px;
    line-height: 35px;
    height: 35px;
    width: calc(100% / 4);
} */
.listForm .table01 .tr{
    /* border: 1px solid #f00; */
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 10px;
}
.listForm .table01 .tr .td {
    color: #333;
    font-size: 12px;
    /* line-height: 40px; */
    height: 30px;
    width: 100%;
    padding: 0px;
    display: flex;
    gap: 30px;
    font-weight: 600;
    align-items: center;
    justify-content: space-between;
}
.listForm .table01 .tr .td .th{
    font-size: 12px;
    font-weight: 500;
    color: #808080;
}
.listForm .table01 .tr .td span {font-size:12px;}
.listForm .table01 .tr .td .applice_on {
    /* width: 100%; */
    display: block;
    height: auto;
    /* margin: 0 auto; */
}
.listForm .table01 .tr .td3 .applice_on {
    color: rgb(11, 51, 110);
    background-color: #c9e5ff;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 12px;
}
.listForm .table01 .tr .td .applice_no {
    /* width: 100%; */
    display: block;
    /* margin: 0 auto; */
    border-radius: 36px;
}
.listForm .table01 .tr .td .applice_no a{
    color: rgb(110, 11, 11);
    background-color: #ffc9c9;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 12px;
}
.listForm .table01 .nolist .td {
    font-size: 16px;
    color: #a9adb1;
    font-size: 16px;
    font-weight: 500;
    height: 80px;
    line-height: 80px;
}
.listForm .applice_add {
    width: 100%;
    display: block;
    background: linear-gradient(328deg, rgba(203,255,212,1) 0%, rgba(213,223,255,1) 100%);
    text-align: center;
    color: #000;
    border-radius: 20px;
    margin-bottom: 15px;
    padding: 30px 20px;
    cursor: pointer;
}
.listForm .list_title{
    font-size: 20px;
    font-weight: 600;
}
.listForm .applice_add .imgbox{
    width: 200px;
    height: fit-content;
    margin: 40px auto;
}
.listForm .applice_add .imgbox img{
    width: 100%;
    /* rotate: 90deg; */
}
.listForm .textArea1{
    width: 100%;
    text-align: left;
    font-size: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.listForm .textArea1 img{
    width: 14px;
    rotate: -90deg;
    filter: brightness(0) grayscale(100);
}
.listForm .textArea2{
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
}
.history .content{margin-bottom: 100px;}
.card .content{margin-bottom: 120px;}
.card_view .content{margin-bottom: 0;}
.card .Txtbox {overflow:hidden;}
.card .Txtbox .tit {
    font-size: 16px;
    font-weight: 700;
	margin-bottom: 20px;
}
.card .Txtbox ul li {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
}
.card .Txtbox ul li:after {
    content: '';
    width: 3px;
    height: 3px;
    background: #838383;
    position: absolute;
    top: 8px;
    left: 0px;
    border-radius: 50%;
}
.card .img_Box {
    overflow: hidden;
    text-align: center;
}

/*카드정보*/
.mypage-ARea .formArea {
    overflow: hidden;
    margin-top: 40px;
}
.mypage-ARea .Area-head {
    width: 100%;
    border-bottom: 2px #000000 solid;
}
.mypage-ARea .Area-head p {
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 16px;
}
.mypage-ARea .Area-body {
    overflow: hidden;
}
.mypage-ARea .Area-body .form-dl {
    display: flex;
    align-items: center;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f3f4f5;
}
.mypage-ARea .Area-body .form-dl .th {
    font-size: 15px;
    color: #999999;
    font-weight: 500;
}
.mypage-ARea .Area-body .form-dl .td {
    margin-left: auto;
    font-size: 14px;
    font-weight: 500;
    color: #252525;
}
.mypage-ARea .formArea .Area-body .item-1{
	padding-bottom:20px;
	border-bottom:1px #e4e4e4 solid;
	}
.mypage-ARea .formArea .Area-body .item-1 .input-Area{
	overflow:hidden;
	}
.mypage-ARea .input-Area .input01 {
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #252525;
    background: #ffffff;
    border-radius: 5px;
    padding-left: 10px;
    border: 1px solid #dbdbdb;
}
.mypage-ARea .formArea .Area-body .item-1 .input-Area .bull {
    position: absolute;
    right: 10px;
    top: 10px;
}
.mypage-ARea .formArea .Area-body .item-1 .p-tit {
    font-size: 14px;
    color: #252525;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 10px;
}
.mypage-ARea .input-Area .pwput {
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #252525;
    background: #ffffff;
    border-radius: 5px;
    padding-left: 10px;
    border: 1px solid #dbdbdb;
    margin-right: 10px;
    float: left;
}

.common-btn3 {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    box-sizing: border-box;
    border-radius: 7px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #1e3b7a;
}
.common-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #212121;
    background-color: #ffcc00;
    box-sizing: border-box;
    border-radius: 7px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.s_input03 {
    width: 100%;
    height: 40px;
    color: #333333;
    border: 1px #e4e4e4 solid;
    border-radius: 7px;
	text-align:center;
	background: #ffffff;
}
.w50 {width:50px;}
.select01 {
    width: 100%;
    height: 40px;
    color: #333333;
    border: 1px #e4e4e4 solid;
	background:#ffffff;
    border-radius: 5px;
	padding-left:15px;
}

.select02{
    width: 100%;
    height: 40px;
    color: #333333;
    border: 1px #e4e4e4 solid;
	background:#ffffff;
    border-radius: 5px;
	padding-left:15px;
    background-image: url(../img/arrow_b.png);
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: 94% 50%;
}
.phone_select {
    width: 100%;
    height: 40px;
    color: #333333;
    border: 1px #e4e4e4 solid;
	background:#ffffff;
    border-radius: 5px;
	padding-left:15px;
}
.s_btn01 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    outline: none;
    background: #1e3b7a;
    color: #fff;
    font-size: 16px;
    border-radius: 7px;
	cursor:pointer;
}
.s_btn02 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    outline: none;
    background: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
	cursor:pointer;
}
.s_btn03 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    outline: none;
    background: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
	cursor:pointer;
}


#detail-popup01 {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.2);
    position: fixed;
    bottom: 0px;
    padding: 5% 5%;
	display: flex;
    align-items: center;
}
#detail-popup01 .closeBt{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #232323;
    color: #ffffff;
    border-radius: 5px;
	cursor:pointer;
}
#detail-popup01 .nft-buy-box {
    overflow-y: auto;
    height: 100%;
}
#detail-popup01 .nft-buy-box .nft-info {
    margin-top: 10px;
}
#detail-popup01 .nft-buy-box .nft-info .form .price .p1 {
    font-size: 16px;
}



.app_down {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.app_down p{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.app_down .app_bg {
    width: 100%;
    background: url(../img/app_bg.png)no-repeat;
    background-size: cover;
    padding: 25px 10px;
    border-radius: 5px;
}
.app_down ul {
	display: flex;
    align-items: center;
    justify-content: space-between;
	}
.app_down ul li {
    width: calc(93% / 2);
    margin-right: 7%;
}
.app_down ul li:last-child {margin-right:0px;}
.app_down ul li img {
    width:100%;
}

.divpop {
	background-color: #ffffff;
	position: absolute;
	left: 20%;
	top: 30%;
	z-index: 999999;
}
.divpop table {width:100%;}
.divpop td a img{
	padding-top:20px;
    width: 100%;
    max-width: 100px;
}



.notice_section01 {
    width: 100%;
    margin-left: auto;
    margin-bottom: 15px;
}
.notice_section01 .swiper {
    width: 100%;
    border: 1px #e4e4e4 solid;
    background: #ffffff;
    height: 55px;
    overflow: hidden;
    cursor: pointer;
    padding: 0 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;
    border-radius: 10px;
}
.notice_section01 .swiper-slide {
    height: 65px;
    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;
}
.notice_section01 .swiper .notit {
	width: 100%;
	font-size: 16px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #232323;
}
.notice_section01 .swiper .notice_mainIcon {
	margin-right: 10px;
	width: 18px;
	vertical-align: baseline;
}



.video_area {
	overflow:hidden;
	width:100%;
	padding-top:56.25%;
	position:relative;
	}
.video_area .video_play{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	}


/*Game*/

#game_list {
    overflow: hidden;
}
#game_list .win_result {
    background: linear-gradient(rgb(70 70 70 / 80%), rgb(85 85 85 / 90%)), url(../img/bg005.jpg) no-repeat center center / cover;
}

#game_list .tbl_data {
    padding:0px 20px;
}
#game_list .tbl_data_head {
    border-top: 1px solid #333;
    background: #f5f5f5;
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
#game_list .tbl_data_head li {
    display: flex;
    width: 100%;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
#game_list .tbl_data_head li span{
    text-align: center;
}
#game_list .tbl_data_head .round {width:60px;flex-shrink: 0;}
#game_list .tbl_data_head .amount {
	width:100%;
	border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
	}
#game_list .tbl_data_head .number {width:100%;}

#game_list .tbl_data .list_scroll {
    height: calc(100vh - 500px);
    overflow-y: auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#game_list .tbl_data .list_scroll .list li {
    display: flex;
    width: 100%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #dddddd solid;
}
#game_list .tbl_data .list_scroll .list li span{ text-align: center;}
#game_list .tbl_data .list_scroll .list li span.round{width:60px;flex-shrink: 0;}
#game_list .tbl_data .list_scroll .list li span.amount{
	width:100%;
	border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
	color: #d43301 !important;
	}
#game_list .tbl_data .list_scroll .list li span.number{width:100%;}

#game_list .win_result {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#game_list .title {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
#game_list .title span{
    font-weight: 700;
    font-size: 28px;
}
#game_list .win_result .itme_box {
    padding-bottom: 20px;
    border-radius: 20px;
    width: 100%;
}
#game_list .win_result .itme_box ul {
    display: flex;
    justify-content: center;
	gap:10px;
}
#game_list .win_result .itme_box ul .nem1{
	background: url(../img/lo1.png);
	background-size:cover;
	}
#game_list .win_result .itme_box ul .nem2{
	background: url(../img/lo2.png);
	background-size:cover;
	}
#game_list .win_result .itme_box ul .nem3{
	background: url(../img/lo3.png);
	background-size:cover;
	}
#game_list .win_result .itme_box ul li {
    width: 45px;
    height: 45px;
    color: #470000;
    font-size: 22px;
	background: #6ecef6;
    border-radius: 50%;
	font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
#game_list .win_result .total_content {
    margin: 0 auto;
    width: 90%;
    text-align: center;
}
#game_list .win_result .total_content .t_thead{
    background: #11619c;
    color: #fff;
    font-size: 16px;
    padding: 12px 0px;
    border: 1px #4a8cb9 solid;
}
#game_list .win_result .total_content .amount{
    font-size: 20px;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px #4a8cb9 solid;
    border-top: none;
}
#game_list .btn_game{
    width: 200px;
    height: 45px;
    background: #383838;
    border-radius: 5px;
    line-height: 45px;
    color: #ffffff;
    margin: 20px auto 0px;
    text-align: center;
}
/*Game END*/

.divpop table tr:nth-child(1){padding:0px 20px;display:block;}
.divpop table tr td p {
    word-break: keep-all;
}
.pop_box {
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	clear: both;
	z-index: 999999;
}

.pop_box .popup-buy .p-h {
    background-color: #217dbc;
    height: 55px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    padding: 0 25px;
    line-height: 55px;
    color: #fff;
}

.pop_box .popup-buy {
    width: 95%;
    height: 90vh;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    margin: 5vh auto;
    overflow: hidden;
    background: #ffffff;
    border: 1px #999999 solid;
}

.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: 40px;
	text-align: center;
}

.pop_box .popup-buy .p-i h2 {
	color: #272727;
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 15px;
}

.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: 60%;
	margin: 20px auto 0;
	border: 2px dashed #0178fe;
	border-radius: 20px;
	padding: 10px;
	overflow: hidden;
}

.p-time .t-icon {
	float: left;
	width: 20%;
	display: none;
}

.p-time .time-display {
	float: left;
	width: 100%;
}

.p-time .time-display p {
	text-align: center;
    color: #2c2f40;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 3px;
}

.p-time .time-display span {
	color: #a3a5ad;
	padding-left: 15px;
	font-size: 13px;
	display: block;
	text-align: center;
}

.coin-tab {
	width: 75%;
	margin: 40px auto 0;
}

.pop_box .tab_active {
    background: #217dbc;
    color: #fff;
}

.pop_box .popup-buy .coin-tab .tab_ul {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-bottom: 35px;
}

.pop_box .popup-buy .coin-tab li {
    float: left;
    width: 27%;
    border-radius: 30px;
    color: #fff;
    padding: 8px 0;
    text-align: center;
}

.pop_box .popup-buy .coin-tab .table01 {
	width: 100%;
}

.pop_box .popup-buy .coin-tab .table01 tr {
    height: 60px;
    border-bottom: 1px solid #bfbfbf;
    display: flex;
    align-items: center;
}

.pop_box .input001 {
	width: 100%;
	height: 60px;
	border: none;
	padding-left: 10px;
	background: transparent;
	color: #2c2f40;
	text-align: right;
	font-size: 16px;
	font-weight: 500;
}

.pop_box .input001:placeholder {
	color: #232323;
	font-size: 12px;
	text-align: left;
}

.pop_box .popup-buy .coin-tab .table01 td:nth-child(1) {
	color: #232323;
	width: 30%;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
}

.pop_box .popup-buy .coin-tab .table01 td:nth-child(2) {
width: 70%;
    text-align: right;
    vertical-align: bottom;
    font-size: 16px;
    font-weight: 400;
    color: #232323;
    line-height: 60px;
}

.pop_box .popup-buy .coin-tab .btn {
	margin: 40px auto 0;
	text-align: center;
}

.pop_box .popup-buy .coin-tab .btn button {
    border-radius: 8px;
    outline: 0;
    border: none;
    width: 160px;
    height: 50px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 10px;
    background: #383838;
    color: #ffffff;
}

.pop_box .popup-buy .coin-tab .btn p {
	color: #2c2f40;
	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;
    display: block;
}


#mark {display:none;}
#bet_open {
	display:none;
	}





.main .card_item {
    background: linear-gradient(0deg, rgba(14,132,242,1) 0%, rgba(1,78,184,1) 100%);
}
.main .card_item .card-inner{
    position: relative;
    width: 100%;
    height: 350px;
}
.main .card_item .card-inner .background{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.main .card_item .card-inner .background .bgimg1{
    position: absolute;
    width: 280px;
    rotate: 55deg;
    top: 50px;
    right: -115px;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, .5);
    border-radius: 10px;
    overflow: hidden;
    z-index: 3;
}
.main .card_item .card-inner .background .bgimg1 img{
    width: 100%;
}
.main .card_item .card-inner .background .bgimg2{
    position: absolute;
    width: 200px;
    top: 50px;
    left: 50%;
    z-index: 1;
}
.main .card_item .card-inner .background .bgimg2 img{
    width: 100%;
}
.main .card_item .card-inner .background .bgimg3{
    position: absolute;
    width: 110px;
    bottom: 8%;
    right: 0;
    z-index: 1;
}
.main .card_item .card-inner .background .bgimg3 img{
    width: 100%;
}
.main .card_item .card-inner .contents{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 3;
    padding-top: 35px;
}
.main .card_item .card-inner .contents .userName{
    padding: 0 20px;
    display: flex;
    justify-content: start;
    align-items: end;
    margin-bottom: 20px;
    gap: 10px;
}
.main .card_item .card-inner .contents .userName p{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 120%;
}
.main .card_item .card-inner .contents .userName .rank{
    width: 35px;
    /* height: 35px; */
    /* display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .1); */
}
.main .card_item .card-inner .contents .userName .rank img{
    width: 100%;
}
.main .card_item .card-inner .contents .userName span{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.main .card_item .card-inner .contents .userName .notice_link{
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}
.main .card_item .card-inner .contents .userName .notice_link img{
    width: 100%;
}
.main .card_item .card-inner .contents .balance{
    width: 80%;
    background-color: rgba(0, 0, 0, .5);
    padding: 20px 0 20px 20px;
    color: #fff;
    border-radius: 0 30px 30px 0;
}
.main .card_item .card-inner .contents .balance .amount h3{
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 15px;
}
.main .card_item .card-inner .contents .balance .amount h2{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}
.main .card_item .card-inner .contents .balance .card_number h3{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.main .card_item .card-inner .contents .balance .card_number .numberbox{
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 15px;
}
.main .card_item .card-inner .contents .balance .card_number .numberbox .imgbox{
    width: 15px;
    height: 15px;
}
.main .card_item .card-inner .contents .balance .card_number .numberbox .imgbox img{
    width: 100%;
    filter: brightness(0) invert(1);
}


.main .coinlist {
    width: 100%;
    margin-bottom: 120px;
}
.main .coinlist .tit01 {
    font-size: 18px;
    font-weight: 700;
	margin-bottom:10px;
}
.main .coinlist .coin_list_box {
    position:Relative;
	}
.main .coinlist .coin_list_box .coin_li01 {
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    padding: 25px 20px;
	cursor:pointer;
}
.main .coinlist .coin_list_box .coin_li01 .coin_list_Area{
	width: 100%;
	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;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main .coinlist .coin_list_box .coin_li01 .title_coin {
    overflow: hidden;
    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;
}
.c_g {color:#4fb947 !important;}
.c_y {color:#f4cb49 !important;}
.main .coinlist .coin_list_box .coin_li01 .title_coin .iconbox{
    width: 35px;
    height: 35px;
    background-color: e6edf6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.main .coinlist .coin_list_box .coin_li01 .title_coin .coin_img {
    width: 25px;
}
.main .coinlist .coin_list_box .coin_li01 .title_coin .info_coin {
    overflow:hidden;
	margin-left: 10px;
}
.main .coinlist .coin_list_box .coin_li01 .title_coin .info_coin .coin_name01 {
    color:#0d0d0d;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
}
.main .coinlist .coin_list_box .coin_li01 .title_coin .info_coin .coin_name02 {
    color:#808080;
	font-size: 12px;
	padding-top: 5px;
	line-height: 1;
}
.main .coinlist .coin_list_box .coin_li01 .total_balance {
    overflow: hidden;
    text-align: right;
}
.main .coinlist .coin_list_box .coin_li01 .total_balance .total_p{
    font-size: 16px;
	color:#0d0d0d;
    display: flex;
    flex-direction: column;
    align-items: end;
    color: #0380ff;
    font-weight: 500;
}
.main .coinlist .coin_list_box .coin_li01 .total_balance .total_p a{
    font-size:22px;
	color:#0d0d0d;
}
.main .coinlist .coin_list_box .coin_li01 .total_balance .total_p span {
    font-size: 0.7em;
    vertical-align: inherit;
    width: 45px;
    display: inline-block;
    color: #808080;
    font-size: 12px;
}
.main .coinlist .coin_list_box .coin_li01 .BtDiv {
    display: none;
    overflow: hidden;
	padding-top: 10px;
    border-top: 1px solid #d2d8e4;
	margin-top: 10px;
}
.main .coinlist .coin_list_box .coin_li01 .inFlex {
	width: 100%;
	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;
    -moz-box-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.main .coinlist .coin_list_box .coin_li01 .BtDiv .inFlex > div {
    background: #014EB8;
    padding: 0 15px;
    margin-right: 7px;
    text-align: center;
    height: 23px;
    line-height: 23px;
    border-radius: 30px;
    float: left;
}
.main .coinlist .coin_list_box .bnb_li01 .BtDiv .inFlex > div {
    background: #f0b90b;
}
.main .coinlist .coin_list_box .coin_li01 .BtDiv .inFlex > div:last-of-type {
    margin-right: 0;
}
.main .coinlist .coin_list_box .coin_li01 .BtDiv .inFlex > div a {
    display: block;
    font-size: 13px;
    font-weight: 300;
	color:#ffffff;
}

.main .btnArea {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    padding: 20px 0px;
}
.main .btnArea ul{display: flex;}
.main .btnArea ul li {
    width: calc(100% / 3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 15px;
}
.main .btnArea ul li img{
	height:40px;
	}
.main .btnArea ul li p {
    font-size: 14px;
    margin-top: 5px;
}
.bottom_menu{
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #e2e2e2;
    background-color: #fff;
    bottom: 0;
    position: fixed;
    z-index: 999;
}
.bottom_menu>ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.bottom_menu>ul li{
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom_menu>ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.bottom_menu>ul li a .imgbox{
    width: 20px;
    margin-bottom: 10px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom_menu>ul li a .imgbox img{
    width: 100%;
}
.bottom_menu>ul li a p{
    font-size: 12px;
    color: #808080;
    margin-top: auto;
}
.bottom_menu>ul li.active a img{
    filter: brightness(0) grayscale(100);
}
.bottom_menu>ul li.active a p{
    color: #000;
}
.bottom_menu .Quick_menu{
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    z-index: 998;
    display: none; /* 처음에는 숨김 */
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    visibility: hidden; /* 애니메이션을 부드럽게 적용하기 위해 추가 */
}
.Q_icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0380ff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 999;
}
.Q_icon img{
    filter: brightness(0) invert(1);
    width: 20px;
}
.bottom_menu .Quick_menu .drop_menu{
    position: absolute;
    bottom: 140px;
    right: 20px;
}
.bottom_menu .Quick_menu .drop_menu li{
    margin-bottom: 20px;
    opacity: 0; /* 처음에는 안 보이도록 설정 */
    transform: translateY(20px); /* 아래쪽에 위치 */
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.bottom_menu .Quick_menu .drop_menu li:last-child{
    margin-bottom: 0;
}
.bottom_menu .Quick_menu .drop_menu li a{
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: row-reverse;
    height: 40px;
}
.bottom_menu .Quick_menu .drop_menu li a .imgbox{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    border-radius: 50px;
    background-color: #fff;
}
.bottom_menu .Quick_menu .drop_menu li a img{
    width: 30px;
}



.main .coinlist .tab_ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.main .coinlist .tab_ul li {
    height: 60px;
    display: flex;
    align-items: center;
	position:relative;
}
.main .coinlist .tab_ul li.tab_active::after {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    width: 250%;
    height: 70px;
    content: '';
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
}
.main .coinlist .tab_ul li.tab_active::before {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #0380ff;
    width: 100%;
    height: 12px;
    content: '';
    border-radius: 30px;
    z-index: 999;
	clip-path: ellipse(50% 100% at 50% 100%);
}
.main .coinlist .tab_ul a{
    color: #0380ff;
    font-weight: 500;
	z-index: 9;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
}
.main .coinlist .tab_ul .current a{
    border-bottom: 2px solid #0380ff;
}
.tab-content{
    display: none;
}
   
.tab-content.current{
    display: inherit;
}


.charging_wrap .input02 {
    position: relative;
    border: 1px solid #e2e2e2;
    padding: 10px;
    border-radius: 5px;
}
.charging_wrap .readonly{
    background: inherit;
    color: #fff !important;
}
.charging_wrap .okbutton{
    background-color: #1E3B7A;
    width: 100%;
}
.charging_wrap .summury{
    font-size: 12px;
    color: #808080;
}
.charging_wrap .number_list .number_item{
    background-color: #f5f6fa;
    border-radius: 5px;
    padding: 10px;
}
.charging_wrap .number_list .number_item .l_title{
    font-size: 14px;
    margin-bottom: 15px;
}

.s_input11{
    width: 100%;
    height: 40px;
    color: #333;
    border: NONE;
    padding-right: 15px;
    background: inherit;
    text-align: right;
    font-size: 14px;
}
.charging_wrap .number_list .number_item .l_time{
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}
.charging_wrap .number_list .number_item .l_summury{
    font-size: 12px;
    color: #f00;
}

.exchange .withdrawal_wrap .input_box3 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.deposit_wrap{
    padding-bottom: 120px;
    background: linear-gradient(0deg, rgba(14,132,242,1) 0%, rgba(1,78,184,1) 100%) !important;
}
.deposit_wrap .his_contents{
    margin-top: 50px;
}
.deposit_wrap .contentsInner{
    background-color: #fff;
    width: 90%;
    border-radius: 15px;
    padding: 20px 0px;
    margin: 0 auto;
}
.deposit_wrap .contentsInner .qr{
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.deposit_wrap .contentsInner .qr .qrbg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.deposit_wrap .contentsInner .qr .qrbg .corner{
    width: 20px;
    height: 20px;
    position: absolute;
}
.deposit_wrap .contentsInner .qr .qrbg .corner1{
    border-top: 3px solid #014EB8;
    border-left: 3px solid #014EB8;
    top: 0;
    left: 0;
}
.deposit_wrap .contentsInner .qr .qrbg .corner2{
    border-top: 3px solid #014EB8;
    border-right: 3px solid #014EB8;
    top: 0;
    right: 0;
}
.deposit_wrap .contentsInner .qr .qrbg .corner3{
    border-bottom: 3px solid #014EB8;
    border-left: 3px solid #014EB8;
    bottom: 0;
    left: 0;
}
.deposit_wrap .contentsInner .qr .qrbg .corner4{
    border-bottom: 3px solid #014EB8;
    border-right: 3px solid #014EB8;
    bottom: 0;
    right: 0;
}
.deposit_wrap .s_btn03{
    background-color: #c14005;
    width: 150px;
    height: 40px;
    color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: unset;
    margin: 0 auto;
}
.deposit_wrap .s_title{
    color: #fff;
}
.deposit_wrap .m_top .inner img {
    filter: brightness(0) invert(1);
}
.deposit_wrap .s_input01{
    text-indent: unset;
}