@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-Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Black.woff') format('woff');
    font-weight: 1000;
    font-display: swap;
}

#wrap {
    width: 100%;
	max-width:600px;
	margin:0 auto;
}


/* 세팅 시작 */
body {
    font-family: "Pretendard", sans-serif;
    color: #ffffff;
    font-weight: 300;
    background: #141823;
}

input,
select {
	font-family: "Pretendard", sans-serif;
}
.m_hide {
        display: none ! important;
    }
.inner {
	width: 90%;
	margin: 0 auto;
}
.c_inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
p {
	margin: 0px 0px 0px 0px;
}
.top_inner {
	position: relative;
	width: calc(100% - 420px);
}
.t_bold {
	font-weight: bold
}
.allowed {
	cursor: not-allowed !important;
}
.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: 20px;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;}
.sp110 {height: 110px;clear: both;}
.sp120 {height: 120px;clear: both;}
.sp130 {height: 130px;clear: both;}
.sp140 {height: 140px;clear: both;}
.sp150 {height: 150px;clear: both;}
.sp160 {height: 160px;clear: both;}
.sp165 {height: 165px;clear: both;}
.sp200 {height: 200px;clear: both;}
.p-mb15 {margin-bottom:15px;}
.p-mb30 {margin-bottom:30px;}
.p-mb25 {margin-bottom:20px;}
.w75 {width: 75%;margin: 0 auto;}
.w100 {width: 100%;}
.mt-17 {margin-top: 17px;}
.mt-20 {margin-top: 20px;}
.mt-35 {margin-top: 35px;}
.mb-20 {margin-bottom: 20px;}
.mb-35 {margin-bottom: 35px !important;}
.mb-50 {margin-bottom: 50px !important;}
.mb-80 {margin-bottom: 80px;}
.mr-5 {margin-right: 5px;}
.mr-20 {margin-right: 20px;}
.mr-5p {margin-right: 5%;}
.ml-5p {margin-left: 5%;}

/* 세팅 끝 */



/* 인풋 시작 */
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/select.png);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	background-size: 8px auto;
}
input,
select {
	appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: none;
	-webkit-border: none;
	-moz-border: none;
	-webkit-padding: 0 10px;
	-moz-padding: 0 10px;
}
input[type='checkbox'] {
	-webkit-appearance: checkbox;
}
input[type='radio'] {
	-webkit-appearance: radio;
    margin-right: 5px;
}
input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
select::-ms-expand {
	display: none;
	/*for IE10, 11*/
}

/* 인풋 끝 */

/* 언어 시작 */
#top .language-switch {
  display: none;
  position: absolute;
  top: 40px;
  right: 0px;
  z-index: 999;
  width: 70px;
}
#top .language-switch .lang-list {
  display: flex;
  gap: 10px;
  background: rgb(47 50 61 / 80%);
  padding: 10px 10px 10px 10px;
  border-radius: 5px;
  border: 1px #3f3f3f solid;
  flex-direction: column;
  text-align: right;
}
#top .language-switch .lang img{
	height:20px;
	}
.lang.on {position:relative;}
.lang.on:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #ee8d01;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0px;
}
.flex {
    display: flex;
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}

/* 언어 끝 */


/*로그인 회원가입*/

.sign {
    background-image: url(../img/bg-card.png);
    background-position: 100% 40px;
    background-size: 500px;
    background-repeat: no-repeat;
}
.sign .logo {
	position: absolute;
    top: 20px;
    left: 20px;
    height: 22px;
	}
.sign .contentArea {
	margin-top:auto;
	padding: 0px 20px;
	}
.sign .contentArea .text-box {
    display: flex;
    gap: 0px;
    flex-direction: column;
	margin-bottom: 15px;
}
.sign .contentArea .text-box p{
	font-size: 34px;
    font-weight: 500;
	}
.sign .contentArea  .stxt{
	font-size: 14px;
        color: #96969c;
        font-weight: 200;
	}
.sign .button-area{
	display:flex;
	gap:15px;
	margin-top:40px;
	margin-bottom: 40px;
	}
.sign .button-area a{
	height: 50px;
    padding: 0px 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
	transition:0.3s all;
	border-radius:7px;
	}
.sign .button-area a.joinBt{
	width: 120px;
    flex: none;
    border: 1px #7d7d7d solid;
	}
.sign .button-area a.joinBt:hover{
	background: #ffffff;
    color: #232323;
	}
.sign .button-area a.loginBt{
	width:100%;
	background: #ffffff;
    color: #232323;
	}


#access_layer {
	width: 100%;
	height: 100vh;
	z-index: 9;
	max-width: 600px;
    margin: 0 auto;
	}
#access_layer .auth-modal{
	width:90%;
	border: 1px #1d1d1f solid;
    background: rgb(42 42 42 / 50%);
	border-radius: 16px;
	padding:24px;
	}
#access_layer .auth-modal .auth-modal__header{
	position:relative;
	margin-bottom: 15px;
	}
#access_layer .auth-modal .auth-modal__header h2{
	font-size:20px;
	  color: #ffffff;
	  margin-bottom: 5px;
	}
#access_layer .auth-modal .auth-modal__header p{
	font-size: 14px;
	color: #96969c;
	font-weight: 200;
	}
#access_layer .auth-modal .auth-modal__header .auth-modal__close {
        font-size: 22px;
        color: #96969c;
        position: absolute;
        right: 0px;
        top: -10px;
        border: none;
        outline: none;
        background: transparent;
        cursor: pointer;
		transition:0.3s all;
    }
#access_layer .auth-modal .auth-modal__header .auth-modal__close:hover{
        color: #ffffff;
    }

#access_layer .select-tab{
        width:100%;
		height:40px;
		border-radius:10px;
		padding:4px;
		background:#1a1a1d;
		margin-bottom: 15px;
    }
#access_layer .select-tab .tab_ul{
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        gap: 5px;
    }
#access_layer .select-tab .tab_ul li{
       width: 100%;
        height: 100%;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        overflow: hidden;
    }
#access_layer .select-tab .tab_ul li.tab_active{
       background:#0e0e11;
    }
#access_layer .select-tab .tab_ul li.tab_active a{
       color:#ffffff !important;
    }
#access_layer .select-tab .tab_ul li a {
		color: #96969c;
        font-size: 12px;
        font-weight: 300;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

#access_layer .auth-modal__body {}
#access_layer .auth-modal__body .form-fields{
	gap:9px;
	display:flex;
	flex-direction:column;
	}
#access_layer .auth-modal__body .form-fields .value{
	font-style: normal;
	}
#access_layer .auth-modal__body .form-fields .value p{
	color:#ffffff;
	font-size:14px;
	font-weight:200;
	}
#access_layer .auth-modal__body .form-fields .relavie{
	position:relative;
	}
#access_layer .auth-modal__body .form-fields .relavie img{
	position: absolute;
    top: 13px;
    right: 20px;
    width: 16px;
	}
#access_layer .auth-modal__body .form-fields .relavie .input01{
	width:100%;
	height:40px;
	background:#ffffff;
	border:1px #202124 solid;
	border-radius:5px;
	text-indent:10px;
	color:#232323;
	font-size:14px;
	font-weight:300;
	padding-right:40px;
	}
#access_layer .auth-modal__body .form-fields .relavie .input01::placeholder{
	color: #96969c;
    font-size: 14px;
	font-weight:300;
	}
#access_layer .auth-modal__body .code-fields{
	padding:12px;
	width:100%;
	border-radius:10px;
	border:1px #332056 solid;
	margin-bottom: 20px;
	display:none;
	}
#access_layer .auth-modal__body .code-fields .info {
        display: flex;
        gap: 5px;
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 8px;
        position: relative;
        color: #7c3bed;
    }
#access_layer .auth-modal__body .code-fields .stxt{
	color: #96969c;
    font-size: 14px;
	font-weight:300;
	}
#access_layer .auth-modal__body .code-fields .code-gift
	color: #7c3bed;
        position: absolute;
        top: 50%;
        left: 0px;
        font-size: 12px;
        transform: translateY(-50%);
	}

#access_layer .auth-modad__bottom {

	}
#access_layer .auth-modad__bottom .item-sign .bar{
  margin: 20px auto 20px;
    position: relative;
    font-size: 12px;
    font-weight: 200;
    color: #96969c;
    text-align: center;
}
#access_layer .auth-modad__bottom .item-sign .bar:after{
  content: '';
	width: calc((100% / 2) - 65px);
	height: 1px;
	background: #1e1e22;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}
#access_layer .auth-modad__bottom .item-sign .bar:before{
  content: '';
	width: calc((100% / 2) - 65px);
	height: 1px;
	background: #1e1e22;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}
#login-teb .index_p01{
  font-size: 12px;
    color: #96969c;
    text-align: right;
}
#login-teb .index_p01 a{
  font-size: 12px;
    color: #96969c;
    text-align: right;
}

    .clickBt {
        font-size: 14px;
        width: 100%;
        height: 40px;
        border: none;
        outline: none;
        border-radius: 12px;
        background: #dd8403;
        font-weight: 200;
        margin-top: 20px;
        cursor: pointer;
        transition-duration: .3s;
        transition-property: all;
        transition-timing-function: 
cubic-bezier(.4, 0, .2, 1);
		color:#ffffff;
    }
    .register_check {
        margin-top: 10px;
        color: #ffffff;
    }
	    .join .register_check span {
        color: #ffffff;
        font-size: 14px;
    }
.join #access_layer .auth-modal{
	margin: 20px auto 0px;
    background: rgb(20 24 35 / 70%);
	}

.gradient02 {
	background: #5b5b5b;
	}

.join .inputForm {
	margin: 0 auto;
	width: 100%;
}
.join .inputForm .login-input-Area {
        
    }
.join .inputForm .login-input-Area .form {
        overflow: hidden;
        position: relative;
        width: 100%;
    }
.join .inputForm .login-input-Area .form {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.join .inputForm .login-input-Area .form .input_tit {
        font-size: 15px;
        color: #ffffff;
        margin-bottom: 7px;
    }
.join .inputForm .login-input-Area .form .input01 {
        font-size: 14px;
        font-weight: 500;
        height: 40px;
        color: #444c56;
        width: 100%;
        text-indent: 20px;
        border: 1px #202124 solid;
		border-radius: 5px;
        background: #ffffff;
    }
.join .email-input {
        float: left;
        width: calc(98% - 120px) !important;
        margin-right: 2%;
    }
    .join .button05 {
        height: 40px;
        border: none;
        background: #506ae6;
        color: #ffffff;
        font-size: 15px;
        cursor: pointer;
        border-radius: 5px;
        width: 120px;
        margin-top: 25px;
		font-weight:300;
    }
.privacy {
	padding: 10px;
    color: #ffffff;
    height: 200px;
    overflow: hidden;
    overflow-y: auto;
    border: 1px #4c4c4c solid;
    margin-top: 20px;
    width: 100%;
	font-size:12px;
}
.privacy .text1 {
	FONT-SIZE: 12px;
	color: #bebebe;
}
.privacy .s1 {
    FONT-SIZE: 14px;
    color: #fc732f;
}


/* 추천 팝업 시작 */
.pop-up table td {
    padding: 5px;
    font-size: 12px;
    line-height: 30px;
    font-weight: 600;
    text-align: left;
    word-break: keep-all;
}
.pop-up strong {
	padding-bottom: 5px;
}
.pop_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99999;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	display: none;
}
.pop-up {
	position: fixed;
	z-index: 100000;
	background: #fff;
	width: 60%;
	padding-top: 0!important;
	height: 70%;
	border-radius: 20px;
	overflow-y: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}
.pop-up2 {
    position: fixed;
	z-index: 100000;
	background: #ffffff;
	width: 90%;
	max-width: 500px;
	max-height: 80vh;
	border-radius: 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}
.pop-up2 .inArea {overflow:hidden;padding:20px;}
.pop-up2 .inArea .item01 {
    width: 100%;
    border: 1px #d3d3d3 solid;
    background: #f6f6f4;
    border-radius: 5px;
    padding: 15px;
}
.pop-up2 .inArea .item01 .tit {
    font-size: 15px;
    color: #e74444;
    font-weight: 500;
    margin-bottom: 20px;
}
.pop-up2 .inArea .item01 .form {
    overflow: hidden;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
}
.pop-up2 .inArea .item01 .form .t1 {
    font-size: 12px;
    color: #000000;
    float: left;
    width: 80px;
    text-align: left;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
}
.pop-up2 .inArea .item01 .form .input-form {
    width: calc(100% - 80px);
    float: left;
	display:flex;
}
.pop-up2 .inArea .item01 .form .input-form input {
    width: 69%;
    color: #191919;
    border: 1px solid #d3d3d3;
    cursor: default;
    background: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    vertical-align: baseline;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0 0 0 8px;
    outline: none;
    -o-text-overflow: clip;
    text-overflow: clip;
    height: 40px;
}
.pop-up2 .inArea .item01 .form .input-form input:placeholder {color: #998b80;}
.pop-up2 .inArea .item01 .form .input-form .searchBt {
	width: 29%;
	font-size: 12px;
    background: #fc732f;
    border-radius: 5px;
    margin-left: auto;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.pop-up2 .inArea-list {
    overflow: hidden;
    padding: 20px;
    padding-top: 0px;
}
.pop-up2 .inArea-list .item01 {
    width: 100%;
    margin-bottom: 10px;
    border: 1px #e4e4e4e4 solid;
	background: #f6f6f4;
    border-radius: 5px;
    padding: 15px;

}
.pop-up2 .inArea-list .item01 .tit {
    font-size: 14px;
    color: #ed1c24;
    font-weight: 500;
    margin-bottom: 20px;
}
.pop-up2 .inArea-list .item01 .tit span {
    font-weight: 700;
    font-size: 16px;
}
.pop-up2 .inArea-list .item01 .userlist{
    overflow:hidden;
}
.pop-up2 .inArea-list .item01 .userlist .listHead {
    width: 100%;
    overflow: hidden;
}
.pop-up2 .inArea-list .item01 .userlist .listHead li {
    background: #3f3f3f;
    height: 40px;
    text-align: center;
    line-height: 40px;
    float: left;
    width: 33%;
    font-size: 14px;
	color: #fff;
}
.pop-up2 .inArea-list .item01 .userlist .listHead li:nth-child(2) {border-left:0px;}
.pop-up2 .inArea-list .item01 .userlist .listHead li:nth-child(3) {border-left:0px;}
.pop-up2 .inArea-list .item01 .userlist .listHead li:nth-child(4) {border-left:0px;}
.pop-up2 .inArea-list .item01 .listbody {
    overflow: hidden;
    overflow-y: auto;
    height: 108px;
}
.pop-up2 .inArea-list .item01 .listbody table{width:100%;}
.pop-up2 .inArea-list .item01 .listbody table tr td {
    width: 25%;
    font-size: 14px;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
    padding: 10px 5px;
    word-break: break-all;
}
.pop-up2 .inArea-list .item01 .listbody table tr td:nth-child(1) {border-top:none;}
#pop-up02 {
	width: 50%;
}
.popTop {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 5000;
}
.popTop .popclose {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
	cursor: pointer;
	filter: brightness(0) invert(1);
	cursor: pointer;
}
.popTop .tit {
	background: #fc732f;
    color: #ffffff;
    font-size: 18px;
    padding: 20px 20px;
	font-weight: 500;
}
.popCont {
	padding: 10px 20px;
}
.popCont section {
	line-height: 30px;
	font-size: 14px;
	font-weight: 500;
}
.popCont strong {
	font-size: 18px;
	display: block;
	color: #423a3a;
	padding-bottom: 10px;
	font-weight: 600;
}
/* 추천 팝업 끝 */


/*top*/
#top {
	display: flex;
    width: 100%;
    height: 60px;
    align-items: center;
    padding: 0px 25px;
	}
#top .logo{
	height: 23px;
	}
#top .wallet_add{
	border: 1px #cccccc solid;
    border-radius: 30px;
    font-size: 10px;
    width: 150px;
    overflow: hidden;
    padding: 7px 10px;
    font-weight: 700;
	cursor:pointer;
	}
#top .lang_group {
  margin-left: auto;
  margin-right: 12px;
  position: relative;
  display: flex;
  gap: 5px;
}
#top .lang_group .lang_icon{
	width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px #ffffff solid;
    display: flex;
    align-items: center;
    justify-content: center;
	}
#top .lang_group .lang_icon img{
    height: 18px;
	}
#top .m_ham {
	cursor:pointer;
	}
#top .m_ham .menu_icon{
	height: 20px;
	}


/*메뉴*/

/*모바일메뉴*/
.left_menu {
    width: 90%;
    min-height: 100vh;
    float: left;
    overflow: hidden;
    position: fixed;
    top: 0px;
		left: -150%;
    background: rgb(15 19 28);
		padding: 30px 20px;
		height: 100%;
		/* display: none; */
		z-index: 99;
}
.logout-btn{
		height: 38px;
        padding: 0px 18px;
        background: #ee8d01;
        border-radius: 10px;
        transition-duration: .3s;
        transition-property: all;
        transition-timing-function:cubic-bezier(.4, 0, .2, 1);
        margin-left: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        gap: 14px;
        font-size: 14px;
        font-weight: 100;
        height: 38px;
		}
.logout-btn a{
		width:100%;
		height:100%;
		display:flex;
		align-items: center;
        justify-content: center;
		color: #fff;
		}
.left_menu .close {
        position: absolute;
        right: 20px;
        top: 30px;
    }
.nav-hm .area-over {
	height: 30px;
	width: 100%;
	display: block;
	font-size: 16px;
	font-weight: 300;
	color: #96969c;
	line-height: 60px;
	display: flex;
	align-items: center;
	gap: 15px;
}
.nav-hm .area-over img{
	filter: brightness(0) invert(1);
}


.left_menu .listmenu .mlist {
	position: relative;
	margin: 25px 0;
}



.nav-hm .mlist-sub {
	width: 100%;
	position: relative;
	top: auto;
	left: auto;
	opacity: 1;
	visibility: visible;
	height: auto;
	padding-bottom: 10px;
	display: none;
}

.left_menu .level-area .logoimg {
    width: 105px;
	display: block;
}

.left_menu .level-area {
	text-align: center;
	color: #ffffff;
	margin-bottom: 30px;
}

.left_menu .level-area .id {
	padding-top: 10px;
	display: table;
	display: none;
	margin: 0 auto;
}

.left_menu .level-area .id .infop {
	font-size: 18px;
	color: #343434;
	margin-top: 10px;
}

.left_menu .level-area .id .infop .conimg {
	width: 30px;
	float: left;
	margin-top: 5px;
}

.nav-hm .mlist-sub ul li {
	color: #ffffff;
}

.nav-hm .mlist-sub a {
	  font-size: 14px;
	  height: 46px;
	  width: calc(100% - 25px);
    display: block;
    display: flex;
    align-items: center;
    padding-left: 20px;
    color: #ffffff;
		background-color: rgba(255, 255, 255, .3);
		border-radius: 5px;
		margin-top: 5px;
		margin-left: auto;
		transition: .3s;
}
.nav-hm .mlist-sub a:hover{
	background-color: rgba(0, 0, 0, .5);
}
.nav-hm .mlist-sub ul{
	position: relative;
}
.nav-hm .mlist-sub ul::after{
	content: '';
	background-color: #5a5a5a;
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 7px;
}

.mobile-scroll {
	height: 67vh;
	overflow-y: auto;
}

.mobile-scroll {
	scrollbar-arrow-color: #bdbdbd;

	scrollbar-Track-Color: #bdbdbd;
	scrollbar-base-color: #bdbdbd;

	scrollbar-Face-Color: #bdbdbd;

	scrollbar-3dLight-Color: #bdbdbd;
	scrollbar-DarkShadow-Color: #bdbdbd;

	scrollbar-Highlight-Color: #bdbdbd;

	scrollbar-Shadow-Color: #bdbdbd
}

/* Chrome, Safari용 스크롤 바 */
.mobile-scroll::-webkit-scrollbar {
	width: 6px;
	height: 12px;
}

.mobile-scroll::-webkit-scrollbar-thumb {
	background: #bdbdbd;
	border-radius: 30px;
}


.nav-hm .mlist .menu_01{
	margin-right: 0;
	width: 15px;
	vertical-align: text-bottom;
	filter: brightness(0) invert(1);
	transition: .3s;
}
.nav-hm .mlist-sub .menu_01{
	margin-right: 15px;
	margin-bottom: 0;
}
.nav-hm .button_flex .mlist.active {
  background-color: #fff !important;
}

.nav-hm .button_flex .mlist.active a {
  color: #3050A2;
}

.nav-hm .button_flex .mlist.active .menu_01 {
  filter: unset;
}


.left_menu .dashboard-actions {
        height: 38px;
        padding: 0px 14px;
        background: #141823;
        border: 1px #27272a solid;
        color: #eee;
        font-size: 14px;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }
.left_menu .dashboard-actions a{
        width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	gap: 12px;
	font-size: 14px;
	font-weight: 400;
    }
.left_menu .wallet-item {
        margin-left: auto;
        align-items: center;
        gap: 14px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 20px;
        row-gap: 20px;
        column-gap: 20px;
    }
.left_menu .wallet-item .secure-actions{
	height: 38px;
	padding: 0px 14px;
	background: #141823;
    border: 1px #27272a solid;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	}
.left_menu .wallet-item .secure-actions p{
	font-weight: 200;
	display: flex;
	gap: 8px;
	align-items: center;
	}
.left_menu .wallet-item .secure-actions p.secured{
	color:#21c45d;
	}
.left_menu .wallet-item .secure-actions p.un-secured{
	color:#ff2020;
	display:none;
	}
.left_menu .wallet-item .withdraw-link{
	height: 38px;
	background: #0e0e11;
	border-radius: 10px;
	border: 1px #27272a solid;
	transition-duration: .3s;
        transition-property: all;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	}
.left_menu .wallet-item .withdraw-link:hover{
	background:#1e1d21;
	border:1px #0f8491 solid;
	}
.left_menu .wallet-item .withdraw-link i{
	font-size:15px;
	}
.left_menu .wallet-item .withdraw-link a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	gap: 12px;
	font-size: 14px;
	font-weight: 400;
	}
.left_menu .wallet-item .deposit-link{
	height: 38px;
	padding: 0px 18px;
	background: var(--gradient-primary);
	border-radius: 10px;
	transition-duration: .3s;
        transition-property: all;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	}
.left_menu .wallet-item .deposit-link:hover{
	box-shadow: var(--shadow-primary);
	}
.left_menu .wallet-item .deposit-link i{
	font-size:15px;
	}
.left_menu .wallet-item .deposit-link a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #232323;
	gap: 12px;
	font-size: 14px;
	font-weight: 400;
	}


/*메뉴 // */


/* 공지사항 */ 

#notice_list {
	width: 100%;
        position: relative;
        z-index: 12;
	}
#notice_list .notice {
    width: 90%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1f2534;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 0px 20px;
    margin: 12px auto;
    }
#notice_list .notice .imgbox{
        margin-right:10px;
    }
#notice_list .notice img{
        height:16px;
    }
#notice_list .notice .notice p {
        font-size: 14px;
    }
#notice_list .notice .right {
	margin-left:auto;
	width:95px;
	flex-shrink: 0;
    }
#notice_list .notice .right p{
       font-size:10px; 
	   opacity: 0.6;
    }
#notice_list .notice .text{
       font-size: 12px;
    opacity: 1;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    }
#user_balance {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 15px auto 30px;
}
#user_balance .item{
    position:relative;
	display: flex;
    align-items: center;
    }
#user_balance .item .tit{
    font-size: 16px;
    color: #ffffff;
    font-weight: 200;
    display: flex;
    align-items: center;
    gap: 7px;
    }
#user_balance .item .tit span {
    padding: 3px 18px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 12px;
    margin-left: 7px;
}
#user_balance .item .tit span.lv1 {
    border: 1px #767173 solid;
	background: rgb(140 117 117 / 50%);
}
#user_balance .item .tit span.lv2 {
    border: 1px #c8b43e solid;
    background: rgb(242 217 79 / 40%);
}
#user_balance .item .tit span.lv3 {
    border: 1px #a92c35 solid;
    background: rgb(255 0 0 / 40%);
}
#user_balance .item .tit span.lv4 {
    border: 1px #2c47a9 solid;
    background: rgb(0 66 255 / 40%);
}
#user_balance .item .tit span.lv5 {
    border: 1px #3f8629 solid;
    background: rgb(80 255 0 / 40%);
}
#user_balance .item .tit img{
    height:17px;
    }
#user_balance .item .link{
    display:flex;
	align-items:center;
	gap:8px;
	margin-left:auto;
    }
#user_balance .item .link li {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    background: #1f2534;
    display: flex;
    align-items: center;
}
#user_balance .item .link li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#user_balance .item .link li a i{
   color: #fff;
    opacity: 0.6;
    font-size: 13px;
}

#user_balance .balance_box {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 8px;
    position: relative;
    border: 1px #3a3f4c solid;
    padding: 15px 30px;
    border-radius: 10px;
    background: rgb(20 22 27 / 20%);
    margin-top: 20px;
}
#user_balance .balance_box .txt {
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 7px;
    opacity: 0.7;
}
#user_balance .value {
    font-size: 30px;
    font-weight: 700;
}
#user_balance .item-link {
    position: relative;
    border: 1px #3a3f4c solid;
    padding: 15px;
    border-radius: 10px;
    background: rgb(20 22 27 / 20%);
}
#user_balance .item-link .link{
    display:flex;
	align-items:center;
	gap:8px;
}
#user_balance .item-link .link li{
	width:100%;
	display:flex;
	flex-direction:column;
	align-items: center;
	gap: 12px;
	cursor: pointer;
}
#user_balance .item-link .link li .icon-box{
	width:55px;
	height:55px;
	border-radius:50%;
	background: #1f2534;
	display: flex;
    align-items: center;
    justify-content: center;
}
#user_balance .item-link .link li .icon-box i{
	font-size:21px;
}
#user_balance .item-link .link li p{
	font-size:14px;
	color:#ffffff;
	opacity:0.7;
}
#coin-account {
	width: 90%;
    margin: 0 auto;
}
#coin-account .tab_ul{
	display:flex;
	align-items:center;
	margin-bottom: 40px;
}
#coin-account .tab_ul li{
	width:100%;
	position: relative;
}
#coin-account .tab_ul li a{
	width: 100%;
    text-align: center;
    color: #ffffff;
    opacity: 0.7;
    font-weight: 200;
    display: flex;
    align-items: center;
    justify-content: center;
}
#coin-account .tab_ul li.tab_active a{
	opacity:1;
	position:relative;
}
#coin-account .tab_ul li.tab_active:after{
	content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 25px;
    height: 3px;
    background: #48ff91;
    transform: translateX(-50%);
}
#coin-account .list{
	position:relative;
}
#coin-account .list .coin-item {
    width: 100%;
    display: flex;
    margin-bottom: 12px;
    position: relative;
    border: 1px #3a3f4c solid;
    padding: 15px 15px;
    border-radius: 10px;
}
#coin-account .list .coin-item img.coin{
	width:40px;
	height:40px;
}
#coin-account .list .coin-item .price{
	display: flex;
    flex-direction: column;
    gap: 3px;
    margin-left: 10px;
}
#coin-account .list .coin-item .price .t1{
	font-size:14px;
	color:#ffffff;
	font-weight:400;
}
#coin-account .list .coin-item .price .t2{
	font-size: 14px;
	font-weight: 100;
	color: #96969c;
}
#coin-account .list .coin-item .price-info{
	display:flex;
	flex-direction:column;
	gap:3px;
	margin-left:auto;
	text-align: right;
}
#coin-account .list .coin-item .price-info .t1{
	font-size:14px;
	color:#ffffff;
	font-weight:400;
}
#coin-account .list .coin-item .price-info .t2{
	font-size: 14px;
	font-weight: 100;
	color: #96969c;
}

.tab-content{
  display: none;
}
 
.tab-content.current{
  display: inherit;
}

.bottom {
    width: 100%;
    height: 80px;
    position: fixed;
    bottom: 0px;
    background: #12151c;
    z-index: 1000;
    left: 50%;
    transform: translateX(-50%);
    max-width: 600px;
}

.bottom ul li img {
    height: 26px;
}
.bottom_icon {filter: brightness(350%) saturate(0%);}
.bottom ul {
    display: flex;
    align-items: center;
    height: 100%;
}
.bottom .on .bottom_icon {filter:none;}
.bottom .on p {
	color: #fc5527;
    opacity: 1;
	}

.bottom ul li {
    /* float: left; */
    width: calc(100% / 5);
    color: #6e8ca9;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
	cursor:pointer;
	font-weight: bold;
	gap:5px;
}

.bottom ul li p {
    font-size: 12px;
    margin-top: 5px;
    color: #fff;
    font-weight: 400;
    opacity: 0.5;
}

.bottom .homeBtn {
	height: 60px;
    margin-top: -15px;
}

#sub-top {
	width: 100%;
    height: 50px;
    display: Flex;
    align-items: center;
    position: relative;
    margin: 0 auto;
    background: #1e2333;
    padding: 0px 5%;
	}
#sub-top i{
	color: #fff;
    font-size: 17px;
	}
#sub-top .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: calc(100% - 100px);
    text-align: center;
}



    #content {
        position: relative;
        z-index: 3;
        padding-bottom: 50px;
        padding-top: 20px;
		margin: 0 auto;
    }


	/*입·출금*/

.transactionArea {
	width: 100%;
    background: rgb(30 35 51 / 70%);
    backdrop-filter: blur(24px);
    border: 1px #202124 solid;
    border-radius: 10px;
    padding: 24px 24px 16px;
}
.transactionArea .sub_title{
	font-size: 14px;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-bottom:16px;
}
.transactionArea .sub_title .iconbox i {
        font-size: 15px;
    }
.transactionArea .sub_title h3 {
        font-weight: 400;
        font-size: 16px;
    }
.transactionArea .sub_title_in {
	display: flex;
    align-items: center;
    gap: 7px;
	}
.transactionArea .sub_title .stxt {
        font-size: 14px;
        font-weight: 200;
        color: #96969c;
    }
.transactionArea .balance-item {
        display: flex;
        align-items: center;
        padding: 12px;
        width: 100%;
        border: 1px solid hsl(var(--border2) / 0.1);
        border-radius: 12px;
    }
.transactionArea .balance-item .txt {
        font-size: 14px;
        font-weight: 200;
        color: #96969c;
        display: flex;
        align-items: center;
        gap: 7px;
    }
.transactionArea .balance-item .value {
        font-size: 16px;
        font-weight: 700;
        color: #00EAFF;
        margin-left: auto;
    }
.transactionArea .trans-fields{
        position:relative;
		margin-top: 20px;
    }
.transactionArea .trans-fields .value{
        display:flex;
		align-items:center;
		margin-bottom:7px;
		gap:7px;
    }
.transactionArea .trans-fields .value span{
	   font-size:12px;
    }
.transactionArea .trans-fields .qr_item{
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 20px;
    }
.transactionArea .trans-fields .qr_item img{
	width:100%;
	max-width:150px;
    }
.transactionArea .trans-fields .value p{
       color: #ffffff;
        font-size: 14px;
        font-weight: 200;
    }
.transactionArea .trans-fields .value .balance_txt{
       margin-left:auto;
    }
.transactionArea .trans-fields .relavie{
       position: relative;
    }
.transactionArea .trans-fields .stxt{
    font-size: 12px;
    margin-top: 7px;
    margin-left: 10px;
    color: #fff;
    }
.transactionArea .trans-fields .relavie .input01 {
    width: 100%;
    height: 45px;
    background: #141823;
    border: 1px #202124 solid;
    border-radius: 10px;
    text-indent: 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    }
.transactionArea .trans-fields .relavie .input01:option {
    text-indent: 15px;
	padding-left: 10px; /* 드롭다운 리스트 항목 여백 */
    }

   
.transactionArea .trans-fields .select_amount{
        display:flex;
		gap:10px;
		margin-top:20px;
    }
.transactionArea .trans-fields .select_amount li{
		width: 100%;
        height: 38px;
        padding: 0px 18px;
        background: #0e0e11;
        border-radius: 10px;
        border: 1px #27272a solid;
        transition-duration: .3s;
        transition-property: all;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        color: #ffffff;
        gap: 12px;
        font-size: 14px;
        font-weight: 400;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.transactionArea .trans-fields .select_amount li:hover{
		background: #1e1d21;
        border: 1px #0f8491 solid;
    }


.transactionArea .free-fields {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	border-radius: 12px;
	background-color: hsl(var(--muted) / .3);
	border: 1px solid hsl(var(--border) / 0.1);
	position: relative;
}
.transactionArea .free-fields .free-ul{
	width:100%;
	display:flex;
	flex-direction:column;
	gap:10px;
	border-bottom:1px solid hsl(var(--border) / 0.1);
	padding-bottom: 10px;
}
.transactionArea .free-fields .free-ul li{
	display: flex;
    align-items: center;
	border-bottom: 1px #343a4d solid;
    padding-bottom: 10px;
}
.transactionArea .free-fields .free-ul li .free_neme{
	font-size: 13px;
	font-weight: 200;
	color: #96969c;
	display: flex;
	align-items: center;
	gap: 5px;
}
.transactionArea .free-fields .free-ul li .free_value{
	color: #ffffff;
	margin-left: auto;
	font-size: 15px;
	font-weight: 200;
}
.transactionArea .free-fields .total-amount{
	width:100%;
	display:flex;
	flex-direction: column;
}
.transactionArea .free-fields .total-amount li{
	display: flex;
    align-items: center;
}
.transactionArea .free-fields .total-amount li .amount_neme{
	font-size: 13px;
	font-weight: 200;
	color: #ffffff;
	display: flex;
	align-items: center;
	gap: 5px;
}
.transactionArea .free-fields .total-amount li .amount_value{
	color: #00EAFF;
	margin-left: auto;
	font-size: 15px;
	font-weight: 200;
}
.transactionArea .noti-period{
        width: 100%;
        display: flex;
        padding-top: 15px;
        padding-bottom: 15px;
        gap: 7px;
        background: #ef94431a;
		border-radius: 12px;
		border: 1px #efbf434d solid;
        margin-top: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }
.transactionArea .type2 {
	background: #f8c6301a !important;
	border: 1px #f8c6304d solid !important;
}
.transactionArea .type2 i{
	color: #ee8d01 !important;
}
.transactionArea .type2 p{
	color: #ee8d01 !important;
}

.transactionArea .noti-period i {
	color: #ee8d01;
    font-size: 14px;
    margin-top: 3px;
	}
.transactionArea .noti-period p {
        font-size: 12px;
        font-weight: 300;
        color: #ee8d01;
		line-height:1.6;
    }
.transactionArea .button-area{
	margin-top: 14px;
	}
.transactionArea .button-area .continue-button{
        width: 100%;
        height: 38px;
       background: #ee8d01;
        border-radius: 10px;
        transition-duration: .3s;
        transition-property: all;
        transition-timing-function:cubic-bezier(.4, 0, .2, 1);
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        line-height: 38px;
        cursor: pointer;
    }
.transactionArea .button-area .continue-button:hover{
	box-shadow: var(--shadow-secondary);
    }

.transactionArea .button-type-2 .continue-button{
	background: var(--gradient-primary) !important;
}
.transactionArea .button-type-2 .continue-button:hover{
	box-shadow: var(--shadow-primary) !important;
    }
.transactionArea .coin-select {
	}
.transactionArea .coin-select .con{
	display:flex;
	align-items:center;
	gap:15px;
	overflow:hidden;
	width: 100%;
	height: 40px;
	background: #1b1d21;
	border: 1px #202124 solid;
	border-radius: 10px;
	text-indent: 10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	display: flex;
	align-items: center;
	padding-left: 20px;
	margin-bottom:20px;
	}
.transactionArea .coin-select .value p {
        color: #ffffff;
        font-size: 14px;
        font-weight: 200;
        margin-bottom: 10px;
    }
.transactionArea .coin-select .con label{
	display:flex;
	align-items:center;
	
	}
.transactionArea .coin-select .con label span{
	font-size:14px;
	}
.rewards_info {
	width: 100%;
    background: rgb(30 35 51 / 70%);
    backdrop-filter: blur(24px);
    border: 1px #202124 solid;
    border-radius: 10px;
    padding: 16px 24px 16px;
	display:flex;
	}
.rewards_info .rewards_txt {font-size:13px;}
.rewards_info .price {font-size:15px;margin-left:auto;}

.trans-fields .custom-select {
  position: relative;
  cursor: pointer;
  user-select: none;
  width: 100%;
    height: 45px;
    background: #141823;
    border: 1px #202124 solid;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
	padding-left:20px;
}

.trans-fields .selected {
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 8px;
}

.trans-fields .coin-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.trans-fields .options {
  position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #2f364e;
    border-radius: 8px;
    background: #141823;
    display: none;
    z-index: 100;
}

.trans-fields .options li {
  display: flex;
  align-items: center;
  padding: 8px 12px;
}

.trans-fields .options li:hover {
  background: #242c41;
}


    .transactionArea .trans-fields .relavie .max_Bt {
        position: absolute;
        top: 50%;
        right: 5px;
        transform: translateY(-50%);
        color: #ffffff;
        font-size: 12px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        height: 85%;
        width: 35px;
    }
	.transactionArea .trans-fields .relavie .max_Bt:hover {
        background: #ee8d01;
    }


.exchangeContent  {
	position:relative;
	}
.exchangeContent .exchange-fields {
	width: 100%;
    background: rgb(30 35 51 / 70%);
    backdrop-filter: blur(24px);
    border: 1px #202124 solid;
    border-radius: 10px;
    padding: 24px 24px 16px;
	display:flex;
	flex-direction:column;
	}
.exchangeContent .exchange-fields .txt{
	color: #ffffff;
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 10px;
	opacity:0.7;
	}
.exchangeContent .exchange-fields .fields-area{
	display:flex;
	width:100%;
	position: relative;
	 z-index: auto;
	}
.exchangeContent .exchange-fields .fields-area .balance-area{
	display:flex;
	flex-direction:column;
	gap:10px;
	width: calc(100% - 120px);
	}
.exchangeContent .exchange-fields .fields-area .balance-area .balance{
	font-size: 30px;
    font-weight: 500;
	position:relative;
	}
.exchangeContent .exchange-fields .fields-area .balance-area .balance .input01{
	height: 40px;
    background: transparent;
    color: #ffffff;
    font-size: 26px;
	font-weight: 500;
	width: 100%;
	}
.exchangeContent .exchange-fields .fields-area .balance-area .my-balance{
	font-size: 14px;
    font-weight: 100;
    color: #96969c;
	}
.exchangeContent .exchange-fields .fields-area .balance-area .my-balance i{
	font-size:12px;
	margin-right:10px;
	}
.exchangeContent  .max_Bt {
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 35px;
}
.exchangeContent  .max_Bt:hover {
    background: #ee8d01;
}
.exchangeContent .exchange-fields .fields-area .token{
	margin-left:auto;
	width: 100px;
	}
.fields-area .token .custom-select {
    position: relative;
    cursor: pointer;
    user-select: none;
    width: 100%;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
}

.fields-area .token .selected {
  display: flex;
  align-items: center;
  border-radius: 8px;
  gap:7px;
}

.fields-area .token .coin-icon {
  width: 30px;
  height: 30px;
  margin-right: 3px;
}

.fields-area .token .options {
  position: absolute;
    top: 120%;
    left: 0;
    right: 0;
    border: 1px solid #2f364e;
    border-radius: 8px;
    background: #141823;
    display: none;
    z-index: 100;
}
.fields-area .token .options .coin-icon{
 width:20px;
 height:20px;
}

.fields-area .token .options li {
  display: flex;
  align-items: center;
  padding: 8px 12px;
}

.fields-area .token .options li:hover {
  background: #242c41;
}

.exchange-icon {
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    background: #141823;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 99999;
}
.exchange-icon i {font-size:20px;color:#f7931a;}

.exchangeContent .noti-txt {
    text-align: center;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.exchangeContent .noti-txt .txt{
    font-size:12px;
	color:#f7931a;
}
.exchangeContent .noti-txt .fee{
    font-size:12px;
}
.exchangeContent .button-area {
    margin-top: 14px;
}
.exchangeContent .button-area .continue-button {
    width: 100%;
    height: 38px;
    background: #ee8d01;
    border-radius: 10px;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}

#item-area {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px 15px;
}
#item-area .box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
#item-area .box .img-box {
    width: 90%;
    border: 1px #ba9333 solid;
    padding: 10px;
    background: #141823;
}
#item-area .box .img-box:hover {
    background: #393222;
}
#item-area .box .img-box:focus {
    background: #393222;
}
#item-area .box .img-box img{
	width:100%;
}
#item-area .box .price{
	font-size: 14px;
    font-weight: 100;
    color: #96969c;
}





.transactionArea .free-fields #total {
    color: #00EAFF;
    font-size: 15px;
    font-weight: 200;
    background: transparent;
    width: 100px;
}


/* New notice*/
.noticePage .notice-form {overflow:hidden;}
.noticePage .notice-form ul{
	display: flex;
    flex-wrap: wrap;
	}
.noticePage .notice-form ul li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 2%;
}
.noticePage .notice-form .noticeArea {
    width: 100%;
    float: left;
    background-color: #1f2534;
    height: 150px;
    cursor: pointer;
	margin-bottom:20px;
}
.noticePage .notice-form .noticeArea .txt {
    height: 100px;
    padding: 15px 20px;
    border-bottom: 1px #404d53 solid;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.5;
    color: #ffffff;
}
.noticePage .notice-form .noticeinfo {
    display: flex;
    align-items: center;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.noticePage .notice-form .noticeinfo .num {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    margin-right: 10px;
    background: #ff7a08;
    border-radius: 5px;
	color:#ffffff;
}
.noticePage .notice-form .noticeinfo .date{
	font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    opacity: 0.7;
}
.noticePage .notice-form .noticeinfo .hit{
    margin-left:auto;
	font-size: 14px;
    color: #6d707f;
    font-weight: 300;
}





/* //New notice*/


/* 공지사항 뷰 시작 */
.notice_table02 {
    padding: 30px;
    border: 1px #373737 solid;
    background: #1e2333;
}
.view_table tr th {
    width: 100%;
    border-top: 1px solid #3d4252 ;
    border-bottom: 1px dashed #3d4252;
    padding: 20px 15px;
    overflow: hidden;
}
.viewtitle_l {
    float: left;
    color: #ffffff;
    font-weight: 300;
}
.viewtitle_r {
    float: right;
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
}
.t_bold {
	font-weight: bold;
}
.view_table tr td {
	height: 40px;
	line-height: 40px;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px solid #3d4252;
	padding: 15px;
}
.view_table tr td p img {
    width: 100%;
}
.view_txt {
    width: 100%;
    border: none;
    font-size: 15px;
    line-height: 26px;
    min-height: 300px;
    color: #ffffff;
}
.listgo_btn {
    width: 130px;
        color: #ffffff;
        background: #ff7a08;
        border-radius: 3px;
        height: 40px;
        line-height: 40px;
        margin-top: 20px;
        cursor: pointer;
        font-size: 14px;
}
/* 공지사항 뷰 끝 */



#profileArea .area-box {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
#profileArea .profile-1 {
		width: 100%;
		background: rgb(30 35 51 / 70%);
		backdrop-filter: blur(24px);
		border: 1px #202124 solid;
		border-radius: 10px;
		padding: 24px 24px 16px;
    }
#profileArea .profile-1 .tit {
        font-size: 16px;
        font-weight: 300;
        color: #ffffff;
        margin-bottom: 20px;
    }
#profileArea .profile-1 .profile-info {
        overflow: hidden;
    }
#profileArea .profile-1 .profile-info > ul {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 20px;
    }
#profileArea .profile-1 .profile-info > ul > li {
        display: flex;
        flex-direction: column;
        gap: 7px;
    }
#profileArea .profile-1 .profile-info > ul > li .n1 {
        color: #ffffff;
        font-size: 14px;
        font-weight: 200;
    }
#profileArea .profile-1 .profile-info > ul > li .s1 {
        color: #ffffff;
        font-size: 14px;
        font-weight: 200;
    }
#profileArea .profile-1 .profile-info > ul > li .id_span {
    font-size: 14px;
    font-weight: 100;
    color: #96969c;
    margin-top: 5px;
    padding-left: 10px;
    display: block;
    text-align: right;
}
#profileArea .profile-1 .profile-info > ul > li .input01 {
        width: 100%;
        height: 40px;
        background: #141823;
		border: 1px #202124 solid;
        border-radius: 10px;
        text-indent: 10px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 300;
    }
.profile-1 .button-area .change_btn {
        width: 100%;
        height: 38px;
        background: #ee8d01;
        border-radius: 10px;
        transition-duration: .3s;
        transition-property: all;
        transition-timing-function: 
cubic-bezier(.4, 0, .2, 1);
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        line-height: 38px;
        cursor: pointer;
    }


/*history-list*/
#history-list {
	width: 100%;
	min-height: 310px;
	background: rgb(30 35 51 / 70%);
    backdrop-filter: blur(24px);
    border: 1px #202124 solid;
	border-radius: 10px;
	padding: 24px 24px 16px;
	}
#history-list .title_page i{
	font-size: 16px;
    }
#history-list .title_page {
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 300;
    }
#history-list .item-area {
	overflow: hidden;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
    }
#history-list .item-area:first-child {
	margin-top: 0px;
    }
#history-list .item-area .list{
	width:100%;
	border-radius: 12px;
	background-color: #141823;
    border: 1px solid #272727;
	padding: 16px;
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	position: relative;
	display:flex;
	flex-direction: column;
    }
#history-list .item-area .list:hover{
	border: 1px #0f8491 solid;
    }
#history-list .item-area .list .list-info{
	display:flex;
	flex-direction:column;
	gap:5px;
	}
#history-list .item-area .type{
	font-weight: 200;
	font-size: 14px;
	color: #ffffff;
	display: flex;
	align-items: center;
	gap: 8px;
	}
#history-list .item-area .state {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 2px 4px;
    color: #cccccc;
    font-size: 10px;
    font-weight: 100;
    background-color: #000000;
    border: 1px solid #232323;
}
#history-list .item-area .complet{
	background-color: rgba(33, 115, 63, 0.3);
	border: 1px solid #21c45d;
	color: #21c45d;
	}
#history-list .item-area .list .list-info .date{
	font-size: 12px;
        font-weight: 100;
        color: #96969c;
	}
#history-list .item-area .list .price-info{
	display:flex;
	align-items: end;
	gap:5px;
	margin-top: 5px;
	}
#history-list .item-area .list .price-info .value {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	margin-left: auto;
	}
#history-list .item-area .withdraw .price-info .value {
	color: #ef4343 !important;
	}
#history-list .item-area .withdraw .iconbox i {
	color: #ef4343 !important;
	}
#history-list .item-area .deposit .price-info .value {
	color: #21c45d !important;
	}
#history-list .item-area .deposit .iconbox i {
	color: #21c45d !important;
	}
#history-list .item-area .reward .price-info .value {
	color: #f8c630 !important;
	}
#history-list .item-area .reward .iconbox i {
	color: #f8c630 !important;
	}
#history-list .item-area .stake .price-info .value {
	color: #00EAFF !important;
	}
#history-list .item-area .stake .iconbox i {
	color: #00EAFF !important;
	}
#history-list .item-area .list .price-info .value span{
	font-size: 14px;
	font-weight: 100;
	color: #96969c;
	}
#history-list .item-area .list .price-info .fee{
	font-size: 14px;
	font-weight: 100;
	color: #96969c;
	}


#full-list {position:relative;}
#full-list .item{
	position:relative;
	width: 100%;
    background: rgb(30 35 51 / 70%);
    backdrop-filter: blur(24px);
    border: 1px #202124 solid;
    border-radius: 10px;
    padding: 24px 14px 16px;
	display:flex;
	flex-direction:column;
	gap:15px;
	margin-bottom: 20px;
	}
#full-list .item ul{
	width: 100%;
	display:flex;
	gap: 7px;
	}
#full-list .item ul li{
	width: 100%;
	display:flex;
	flex-direction:column;
	gap:5px;
	text-align:center;
	}
#full-list .item ul li.line-1{
	}
#full-list .item ul li.line-1 .line-1-txt,#full-list .item ul li.line-2 .line-2-txt,#full-list .item ul li.line-3 .line-3-txt{
	font-size:14px;
	font-weight:500;
	color:#ffffff;
	}
#full-list .item ul li.line-1 .line-1-stxt,#full-list .item ul li.line-2 .line-2-stxt,#full-list .item ul li.line-3 .line-3-stxt{
	font-size: 12px;
	font-weight: 200;
	color: #96969c;
	}
#full-list .item ul li.line-1 .value,#full-list .item ul li.line-2 .value,#full-list .item ul li.line-3 .value{
	font-size:14px;
	font-weight:500;
	color:#ffffff;
	}
#full-list .item ul li.line-1 .p-value,#full-list .item ul li.line-2 .p-value,#full-list .item ul li.line-3 .p-value{
	font-size:12px;
	font-weight:200;
	color:#ee8d01;
	}
#full-list .item ul li.line-1 .t-value,#full-list .item ul li.line-2 .t-value,#full-list .item ul li.line-3 .t-value{
	font-size: 12px;
    font-weight: 200;
    color: #96969c;
	}


#full-list .item-list {}
#full-list .item-list .tab_ul{
	display: flex;
    align-items: center;
    margin-bottom: 25px;
	}
#full-list .item-list .tab_ul li {
    width: 100%;
    position: relative;
}
#full-list .item-list .tab_ul li.tab_active a{
	color: #ee8d01 !important;
	opacity: 1;
}
#full-list .item-list .tab_ul li a {
    width: 100%;
    text-align: center;
    color: #ffffff;
    opacity: 0.7;
    font-weight: 200;
    display: flex;
    align-items: center;
    justify-content: center;
}
#full-list .item-list .list {
    
}
#full-list .item-list .list .list-box{
    position: relative;
    width: 100%;
    background: rgb(30 35 51 / 70%);
    backdrop-filter: blur(24px);
    border: 1px #202124 solid;
    border-radius: 10px;
    padding: 20px 14px 16px;
	margin-bottom: 15px;
}
#full-list .item-list .list .list-box .box-head{
    width: 100%;
    border-bottom: 1px #2a303f solid;
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 10px;
}
#full-list .item-list .list .list-box .box-head .add{
   width: calc(100% - 150px);
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
}
#full-list .item-list .list .list-box .box-head .date{
	margin-left: auto;
	font-size: 12px;
	font-weight: 200;
	width: 115px;
	flex-shrink: 0;
	text-align: right;
}
#full-list .item-list .list .list-box .box-info{
	width:100%;
}
#full-list .item-list .list .list-box .box-info ul{
	width: 100%;
    display: flex;
    gap: 7px;
	margin-top: 10px;
}
#full-list .item-list .list .list-box .box-info ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: center;
	justify-content: center;
}
#full-list .item-list .list .list-box .box-info ul li.line-1 .value, #full-list .item-list .list .list-box .box-info ul li.line-2 .value, #full-list .item-list .list .list-box .box-info ul li.line-3 .value {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}
#full-list .item-list .list .list-box .box-info ul li.line-1 .p-value, #full-list .item-list .list .list-box .box-info ul li.line-2 .p-value, #full-list .item-list .list .list-box .box-info ul li.line-3 .p-value {
    font-size: 12px;
    font-weight: 200;
    color: #ee8d01;
}
#full-list .item-list .list .list-box .box-info ul li.line-1 .t-value, #full-list .item-list .list .list-box .box-info ul li.line-2 .t-value, #full-list .item-list .list .list-box .box-info ul li.line-3 .t-value {
    font-size: 12px;
    font-weight: 200;
    color: #96969c;
}


#banner_slide {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
	display: grid;
	  grid-template-columns: repeat(2, 1fr); /* 1줄에 2개 */
	  gap: 10px; /* 아이템 간 간격 */
}
#banner_slide img{
    width:100%;
	cursor:pointer;
	border-radius:5px;
}



.flex-box {display:flex;align-items:center;}
.flex-box .value{margin-left:auto;}

.noti_txt{
	width:100%;
	display:flex;
	flex-direction: column;
	gap:7px;
	background:#f8c6301a;
	border-radius:12px;
	border:1px #f8c6304d solid;
	margin-top: 12px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
	}
.noti_txt .txt{
	display:flex;
	gap:7px;
	}
.noti_txt i{
	font-size: 12px;
	color: #f8c630;
	}
.noti_txt p{
	font-size: 12px;
	font-weight: 200;
	color: #f8c630;
	}

.pledge_list {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.pledge_list li{
	font-size: 13px;
	}
.pledge_list li p{
	position:relative;
	}
.pledge_list li p i{
	position:relative;
	left:-5px;
	}
.pledge_list li span {
    margin-top: 5px;
    display: block;
    margin-left: 12px;
    font-size: 13px;
    font-weight: 200;
    color: #96969c;
    display: flex;
    align-items: center;
    gap: 5px;
	}