@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-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-display: swap;
}
@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-SemiBold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}



body {
	font-family: 'Pretendard', sans-serif;
    color: #423a3a;
    font-weight: 400;
    background: #f5f7fa;
}

input,
select {
	font-family: 'Pretendard', serif !important;
}

.inner {
	width: 1100px;
	margin: 0 auto;
}

.inner2 {
	width: 1100px;
	margin: 0 auto;
}

.c_inner {
	width: 960px;
	margin: 0 auto;
	position: relative;

}

.line22 {
	line-height: 22px;
	color: #0170a6 !important;
}

p {
	margin: 0px 0px 0px 0px;
	line-height: 1;
}

.h500 {
	height: 500px !important;
}

.wimpo {
	padding: 100px 97px !important;
}

.top_inner {
	width: 1100px;
	margin: 0 auto;
}

.pc_hide {
	display: none;
}

.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;
}

.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;
}

.t_bold {
	font-weight: bold
}

.pc_hider {
	display: none;
}

.allowed {
	cursor: not-allowed !important;
}

.error {
	border: 1px solid #ff0000 !important;
	color: #ff0000 !important;
	background-color: #fff !important;
}

.succes {
	border: 1px solid #0000ff !important;
	color: #0000ff;
	background-color: #fff !important;
}


/*리셋 스타일*/
.pa_0 {padding: 0 !important;}
.mg_0 {margin: 0 !important;}

.mg_t0 {margin-top: 0 !important;}
.mg_b0 {margin-bottom: 0 !important;}

/* Select box */
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: 9px 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
}

input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

select::-ms-expand {
	display: none;
	/*for IE10, 11*/
}

.flexForm {
	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;
}


/* 로그인 시작 */
.login_bg {
    background: url(../images/login-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    width: 60%;
    min-height: 100%;
    float: right;
}
.login_bg .logo_img {
	display: block;
	margin: 0 auto 30px;
	width: 190px;
}

.index_input_form .login_inner {
	width: 100%;
	margin: 0 auto;
}

.index_input_form .login_inner .input {
	width:100%;
	margin: 0 auto;
	position:relative;
}
.index_input_form .login_inner .input .input_tit {
    color: #e3e3e5;
    font-weight: 200;
    margin-bottom: 7px;
    display: block;
}
.index_input_form .login_inner .input .wrong-t {
	font-size: 14px;
	color: #f96565;
	display: block;
	padding: 5px 10px;
	display: none;
}

.index_input_form .login_inner .input input {
    width: 100%;
    height: 50px;
    background: transparent;
    padding-left: 15px;
    color: #e3e3e5;
    font-weight: 300;
    font-size: 14px;
    border-bottom: 1px #43464e solid;
    padding-right: 110px;
}
.index_input_form .login_inner .input input::-webkit-inner-spin-button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.index_input_form .login_inner .input .error_msg {
	margin-top: 5px;
	display: block;
	font-size: 13px;
	padding-left: 10px;
}

.index_input_form .login_inner .input input::placeholder {
	color: #b1b1b1;
	font-weight: 300;
}
.index_input_form .login_inner .input input:focus {
	border-bottom: 1px #4446bd solid;
}

.p_mb_15 {
	margin-bottom: 15px !important;
}

.p_mb_25 {
	margin-bottom: 25px !important;
}
.p_mb_40 {
	margin-bottom: 40px !important;
}

.login_Btn {
    width: 100%;
    height: 50px;
    color: #ffffff;
    background: #4446bd;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    border-radius: 10px;
    margin: 30px auto 0px;
    display: block;
    cursor: pointer;
}

.index_input_form .login_inner .find {
    text-align: right;
    margin-top: 15px;
}

.index_input_form .login_inner .find a {
    color: #e3e3e5;
    font-size: 14px;
    font-weight: 200;
}
.index_input_form .login_inner .join_txt a {
    color: #e3e3e5;
	font-weight: 300;
}
.index_input_form .login_inner .join_txt {
    text-align: center;
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translate(-50%);
}
.index_input_form .login_inner .join_txt a span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin-left: 30px;
}

#m_contury {
    height: 45px;
    font-size: 16px;
    padding-left: 15px;
    width: 100%;
    background: #181f2e;
    color: #fff;
    border-bottom: 1px #43464e solid;
}

.index .select-box {
	width: 120px;
	height: 30px;
	color: #ffffff;
	line-height: 30px;
	background: #575656;
	border-radius: 20px;
	text-align: center;

}

.index .con_btn {
    width: 100px;
    position: absolute;
    right: 5px;
    background: #4446bd;
    color: #fff;
    height: 35px;
    border-radius: 5px;
    top: 30px;
    cursor: pointer;
    border: none;
}

.index .position-login {
	position: absolute;
	top: 20px;
	right: 20px;
}

.index .select-box select {
	width: 100%;
	height: 100%;
	background: transparent;
	text-align-last: center;
	text-align: center;
	-ms-text-align-last: center;
	-moz-text-align-last: center;
	text-align: -webkit-center;
	color: #fff;
	border-radius: 20px;
	border: none;

}

.index .select-box select:focus {
	border: 1px #575656 solid;
}

.index .select-box select option {
	border: 1px #575656 solid;
	background: #575656;
	text-align: -moz-center;
	text-align: -webkit-center;
}

.index .login_title {
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 500;
	margin-bottom:50px;
}

/* 로그인 끝 */

/* 바깥쪽 비밀번호 찾기 시작 */
.find_title {
	padding: 10px 0 10px 0;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	display: block;
	text-transform: uppercase;
}

.Fbtn_box {
	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: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 30px;

}

.Send_Btn {
	width: 170px;
	height: 50px;
	color: #ffffff;
	background: #016699;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	border-radius: 20px;
	display: block;
	cursor: pointer;
}

.Back_Btn {
	width: 100%;
    height: 50px;
    color: #ffffff;
    background: #8d8d8d;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    border-radius: 10px;
    margin: 30px auto 0px;
    display: block;
    cursor: pointer;
}

.find-send_Btn {
	width: 155px !important;
}

.index .position-find {
	position: absolute;
	top: 20px;
	right: 20px;
}

.find_bg {
	background: url(../images/login-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0;
	width: 100%;
	min-height: 100%;
}

.find_bg .logo_img {
	display: block;
	margin: 0 auto 30px;
	width: 190px;
}

.index_input_form {
    height: 100vh;
    background: #181f2e;
    padding: 150px 150px 0px;
    box-shadow: 15px 20px 30px rgb(0 0 0 / 5%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40%;
}
/* 모든 스크롤바에 대해서 투명하게 만듦 */
.index_input_form::-webkit-scrollbar {
  background-color: transparent;
  width: 10px; /* 스크롤바 너비 조절 */
}

/* 스크롤바의 thumb(끝 부분) */
.index_input_form::-webkit-scrollbar-thumb {
  background-color: #393940;
  border-radius: 5px;
}

/* 스크롤바의 track(전체) */
.index_input_form::-webkit-scrollbar-track {
  background-color: transparent;
}

.join .index_input_form {
    padding: 100px 150px 100px;
    /* height: auto; */
    position: fixed;
    overflow-y: scroll;
    width: 768px;
}
.join .login_bg {position: fixed;
    right: 0px;
    top: 0px;
	}
.index_input_form .find_inner {
	width: 100%;
	margin: 0 auto;
}

.index_input_form .find_inner .input {
	height: 50px;
	margin: 0 auto;
}

.index_input_form .find_inner .input .wrong-t {
	font-size: 14px;
	color: #f96565;
	display: block;
	padding: 5px 10px;
	display: none;
}

.index_input_form .find_inner .input input {
	width: 100%;
	height: 50px;
	border-radius: 20px;
	background: #575656;
	padding-left: 15px;
	color: #b1b1b1;
	font-weight: 700;
	font-size: 16px;
}

.index_input_form .find_inner .input .error_msg {
	margin-top: 5px;
	display: block;
	font-size: 13px;
	padding-left: 10px;
}

.index_input_form .find_inner .input input:focus {
	border: 2px #051c45 solid;
	background: #ffffff;
	color: #051c45;
}

.index_input_form .find_inner .find {
	text-align: Center;
	margin-top: 5px;
}

.index_input_form .find_inner .find a {
	color: #0070c0;
}

/* 바깥쪽 비밀번호 찾기 끝 */

/* 메뉴 시작 */
.left-menu {
	width: 200px;
	min-height: 100vh;
	float: left;
	background: #ffffff;
	position: fixed;
}

.left-menu .menu-list {
	width: 200px;
	min-height: 100vh;
	float: left;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	margin-top: 150px;
}

.left-menu .menu-list ul li {
	text-align: center;
	margin-bottom: 50px;
	cursor: pointer;
}

.left-menu .menu-list ul li:nth-child(7) {
	text-align: center;
	margin-bottom: 100px;
	cursor: pointer;
}

.left-menu .menu-list ul li:last-child {
	margin-bottom: 0px;
}

.kategorie-on {
	width: 70%;
}

.kategorie-on img {
	max-width: 100%;
}

.kategorie-box {
    width: 300px;
    position: fixed;
    top: 0px;
    min-height: 100vh;
    background: #181f2e;
    z-index: 99999;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 40px 0px;
}

.kategorie-box .head-logo {
    text-align: center;
}
.kategorie-box .head-logo .logo {
    width: 190px;
}

.kategorie-box .head-logo .close {
	position: absolute;
	top: 0px;
	right: 40px;
	width: 30px;
}


.nav-hm .area-over {
    font-size: 18px;
    width: 100%;
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: #96999f;
    font-weight: 300;
	padding: 20px 30px;
}

.mlist {
	width:100%;
	margin:0 auto;
}

.mlist:hover > a {
    color: #ffffff;
    background: #404652;
}

.mlist .isOpen {
	color: #ffffff;
	background: #4446bd;
}
.mlist:hover a img{
	filter: brightness(10);
}

.mlist .img-icon {
	width: 25px;
	margin-right: 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mlist .img-icon img {
	max-width: 100%;
}

.mlist .menu_01 {
	margin-right: 15px;
}

.nav-hm .mlist-sub {
	width: 100%;
	position: relative;
	top: auto;
	left: auto;
	opacity: 1;
	visibility: visible;
	height: auto;
	display: none;
	margin-top: 10px;
}

.nav-hm .mlist-sub a {
	font-size: 16px;
	width: 100%;
	display: block;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	padding-left: 75px;
	color: #96999f;
	font-weight:300;
	margin-bottom: 10px;
}

.nav-hm .mlist .area-over.isOpen {
	color: #ffffff;
}

.nav-hm .mlist .area-over.isOpen img {
    filter: brightness(10);
}

.mlist-box {
	margin-top: 10px;
}


.mlist-box .logoutmlist {
	position: absolute;
    bottom: 40px;
	}

/* 메뉴 끝 */

/* 공통(common) 시작 */
.section_right {
    width: calc(100% - 300px);
    float: right;
    min-height: 100vh;
	padding:100px 50px 50px 40px;
}

.section-top {
    overflow: hidden
    width: 100%;
    float: left;
    padding-right: 50px;
    background: #ffffff;
    position: absolute;
    top: 0px;
    left: 300px;
    width: calc(100% - 300px);
    padding-left: 50px;
    height: 100px;
    display: flex;
    align-items: center;
}


.section-top .ham_btn {
	display: none;
}
.section-top .info_user {
    overflow: hidden;
    float: left;
}
.section-top .info_user .user_id{
	font-size:24px;
	color:#444444;
	font-weight:500;
	margin-bottom:5px;
}
.section-top .info_user .page_nav{
	font-size:24px;
	color:#464646;
	font-weight:300;
}
.section-top .info_user .Update_txt{
	font-size:14px;
	color:#ffffff;
	font-weight:300;
}

.section-top .notice_area {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    right: 40px;
    background: rgb(255 255 255 / 80%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px #323232 solid;
}
.section-top .notice_area img{
    width:40px;
}


.section-top .right-box {
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex-direction: column;
}

.section-top .right-box .lang-box {
	width: 120px;
	height: 35px;
	line-height: 35px;
	border-radius: 10px;
	background: #016699;
	color: #ffffff;
	text-align-last: center;
	text-align: center;
	-ms-text-align-last: center;
	-moz-text-align-last: center;
}

.section-top .right-box .lang-box select {
	width: 100%;
	height: 100%;
	background: transparent;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	border: none;
}

.section-top .right-box .lang-box select option {
	background: #ffffff;
	color: #333333;
}

.section-top .right-box .update-text {
	font-size: 14px;
	margin-top: 5px;
}
/* 공통(common) 끝 */

/* 공통 input 시작 */
.common .item-1 .form01 {
	overflow: hidden;
	margin-bottom: 30px;
}

.common .item-1 .form01 .tit {
	font-size: 20px;
    padding-bottom: 10px;
    color: #555555;
    font-weight: 300;
    padding-left: 10px;
}

.common .item-1 .form01 .input01-form {
	width: 100%;
}

.common .item-1 .form01 .input01-form .input01 {
	border-radius: 10px;
    height: 50px;
    border: none;
    font-size: 16px;
    padding-left: 20px;
    width: 100%;
    font-weight: 300;
    border: 1px #cbcbcb solid;
    background: transparent;
    color: #333333;
}
/* 공통 input 끝 */

/* 공통 버튼 시작 */
.bWrap {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	margin: 30px 0 10px;;
	align-items: center;
	justify-content: center;
}


.bOk {
	width: 50%;
    height: 55px;
    background: #4446bd;
    text-align: center;
    color: #fff;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    font-weight: 300;
    font-size: 20px;
    line-height: 55px;
    border-radius: 10px;
	margin-right: 1%;
}

a.bCa {
    width: 50%;
    height: 55px;
    background: #eeeeee;
    text-align: center;
    color: #292929;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    font-weight: 300;
    font-size: 20px;
    line-height: 55px;
    border-radius: 10px;
    margin-left: 1%;
}
/* 공통 버튼 끝 */

/* 메인 시작 */
.dashboard #main-item01 {
    overflow: hidden;
    padding-top: 20px;
    margin-bottom: 2%;
    display: flex;
    justify-content: space-between;
}

.dashboard #main-item01 .item0 {
    width: calc((100% / 4) - 32px);
    height: 150px;
    background: #ffffff;
    float: left;
    border-radius: 10px;
    padding: 30px 30px;
}
.dashboard #main-item01 .item0:last-child {margin-right:0px;}
.dashboard #main-item01 .item0 .tit {
    font-size: 18px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 10px;
}
.dashboard #main-item01 .item01 .ContA {
    overflow:hidden;
}
.dashboard #main-item01 .item01 .ContA .p_01 {
    font-size: 19px;
    color: #333333;
    font-weight: 300;
    margin-bottom: 7px;
}
.dashboard #main-item01 .item01 .ContA .p_01 span {font-weight:700;font-size:25px;}
.dashboard #main-item01 .item01 .ContA .p_02 {
    font-size: 16px;
    color: #7274cd;
    line-height: inherit;
    font-weight: 300;
}

.dashboard #main-item01 .item02 {
    display: flex;
    align-items: center;
}
.dashboard #main-item01 .item02 > ul > li {
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 5px;
	position:relative;
}
.dashboard #main-item01 .item02 > ul > li:last-child {margin-bottom:0px;}
.dashboard #main-item01 .item02 > ul > li::after {
    content: '';
    width: 2px;
    height: 2px;
    background: #f7f7f7;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
}

.dashboard #main-item01 .item02 > ul > li > .p_01 {color:#ffffff;opacity:0.9;}
.dashboard #main-item01 .item02 > ul > li > .p_02 {
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
}
.dashboard #main-item01 .item02 > ul > li > .p_02 span {font-weight:700;}

.dashboard #main-item01 .item03 .sum {
    font-size: 26px;
    font-weight: 700;
    color: #333333;
}
.dashboard #main-item02 {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.dashboard #main-item02 .item0 {
    width: calc((100% / 4) - 32px);
    height: 150px;
    background: #ffffff;
    float: left;
    border-radius: 10px;
    padding: 30px 30px;
}
.dashboard #main-item02 .item0:last-child {
	margin-right:0px;
	}
.dashboard #main-item02 .item0 .tit {
    font-size: 18px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 10px;
}
.dashboard #main-item02 .item01 .ContA {
    overflow:hidden;
}
.dashboard #main-item02 .item01 .ContA .p_01 {
    font-size: 25px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 7px;
}
.dashboard #main-item02 .item01 .ContA .p_01 span {font-weight:700;font-size:25px;}
.dashboard #main-item02 .item01 .ContA .p_02 {
    font-size: 16px;
    color: #7274cd;
    line-height: inherit;
    font-weight: 300;
}
.dashboard #main-item02 .item04 {background:transparent;}
.dashboard #main-item02 .item04 .link_box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
	position:relative;
}
.dashboard #main-item02 .item04 .link_box::after {
    content: '';
    width: 1px;
    height: 80px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.dashboard #main-item02 .item04 .link_box li {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 50%;
	cursor:pointer;
}
.dashboard #main-item02 .item04 .link_box li span {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    opacity: 0.5;
    margin-top: 10px;
}
.dashboard #main-item02 .item04 .link_box img {
    height: 40px;
}


.user_jic01 #main-item01 .item0 {
    width: calc(96% / 3);
    height: 150px;
    background: rgb(255 255 255 / 20%);
    float: left;
    border-radius: 10px;
    padding: 20px 30px;
    margin-right: 2%;
}

.dashboard #main-item04 {
	overflow:hidden;
	margin-top:2%;
	}
.dashboard #main-item04 .item01 {
    width: calc(98% / 2);
    height: 280px;
    background: #ffffff;
    float: left;
    border-radius: 10px;
    padding: 20px 30px;
	margin-right:2%;
}
.dashboard #main-item04 .item02 {
    width: calc(98% / 2);
    float: right;
    display: flex;
}



.dashboard #main-item04 .item0 .tit {
   font-size: 18px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 10px;
}

.dashboard #main-item04 .notice_item {overflow:hidden;}
.dashboard #main-item04 .notice_item .notice_list{overflow-y:auto;}
.dashboard #main-item04 .notice_item .notice_list table{width:100%;}
.dashboard #main-item04 .notice_item .notice_list table tr td {
    color: #333333;
    font-size: 17px;
    height: 40px;
    border-bottom: 1px #c9c9c9 solid;
    cursor: pointer;
}
.dashboard #main-item04 .notice_item .notice_list table tr td.date{width:120px;}
.dashboard #main-item04 .notice_item .notice_list table tr td.title{
	width:calc(100% - 120px);
	}

.dashboard #main-item04 .item01 .leg_list {overflow:hidden;}
.dashboard #main-item04 .item01 .leg_list .list_h{width:100%;height:30px;line-height:30px;}
.dashboard #main-item04 .item01 .leg_list .list_h ul li {
    float: left;
    width: 33%;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px #ffffff solid;
}
.dashboard #main-item04 .item01 .leg_list .list_b{width:100%;height:150px;overflow-y:auto;}
.dashboard #main-item04 .item01 .leg_list .list_b ul li {
    float: left;
    width: 33%;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px #42383f dashed;
	height:30px;
	line-height:30px;
}

/* 스크롤바 thumb 스타일 */

/* 모든 스크롤바에 대해서 투명하게 만듦 */
.scroll_bar::-webkit-scrollbar {
  background-color: transparent;
  width: 5px; /* 스크롤바 너비 조절 */
}

/* 스크롤바의 thumb(끝 부분) */
.scroll_bar::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.5);
  border-radius: 5px;
}

/* 스크롤바의 track(전체) */
.scroll_bar::-webkit-scrollbar-track {
  background-color: transparent;
}


.dashboard #main-item04 .item02 .itemArea{
    width: calc(97% / 2 - 4px);
    height: 280px;
    background: rgb(255 255 255 / 20%);
    float: left;
    border-radius: 10px;
    padding: 20px 30px;
    margin-right: 3%;
}
.dashboard #main-item04 .item02 .itemArea:last-child{
	margin-right: 0px;
    margin-left: auto;
}
.dashboard #main-item04 .item02 .itemArea .contA {
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100% - 50px);
}
.dashboard #main-item04 .item02 .itemArea .contA li {
    color: #ffffff;
    font-weight: 700;
    font-size: 25px;
	margin-bottom:5px;
}
.dashboard #main-item04 .item02 .itemArea .contA li:last-child{
	margin-bottom:0px;
}

.dashboard #main-item04 .item02 .itemArea .contB {
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100% - 50px);
}
.dashboard #main-item04 .item02 .itemArea .contB li {
	margin-bottom:5px;
}
.dashboard #main-item04 .item02 .itemArea .contB li.date{
	font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    opacity: 0.5;
}
.dashboard #main-item04 .item02 .itemArea .contB li.unit_txt{
	color: #ffffff;
    font-weight: 700;
    font-size: 25px;
}
.dashboard #main-item04 .item02 .itemArea .contB li.sum{
	font-size: 16px;
    color: #01dde5;
    line-height: inherit;
    font-weight: 300;
}
.dashboard #main-item04 .item02 .itemArea .contB li:last-child{
	margin-bottom:0px;
}
/* 메인 끝 */

/* UnitBuyPopup 시작 */
#UnitBuyPopup {
    width: calc(100% - 380px);
    height: 90vh;
    background: #ffffff;
    position: fixed;
    top: 5vh;
    border: 3px #e4e4e4 solid;
	z-index: 99999;
	padding:40px;
	overflow-y: auto;
}
#UnitBuyPopup .PopupTop {
    display: flex;
    align-items: center;
}
#UnitBuyPopup .PopupTop .tit {
    font-size: 22px;
    display: flex;
    align-items: center;
    padding-left: 10px;
	margin-bottom:5px;
}
#UnitBuyPopup .PopupTop .tit2{
    font-size:16px;
}
#UnitBuyPopup .PopupTop .tit img{
    margin-right: 15px;
}
#UnitBuyPopup .PopupTop .tit span{
    font-weight: 700;
    color: #000000;
	margin-right:10px;
}
#UnitBuyPopup .close_bt {
    margin-left: auto;
    width: 25px;
    cursor: pointer;
}
#UnitBuyPopup .itme01 {
    width: 90%;
    height: 40px;
    border-radius: 5px;
    background: #eeeeee;
    margin-top: 10px;
    float: left;
    display: flex;
    align-items: center;
    padding-left: 20px;
    margin-left: 63px;
    margin-bottom: 20px;
}
#UnitBuyPopup .itme01 .space{
    margin-left:10px;
	margin-right:10px;
}
#UnitBuyPopup .itme01 .total_b ul{
   display: flex;
    align-items: center;
}
#UnitBuyPopup .itme01 .total_b ul li {
    font-size: 13px;
    color: #161616;
    font-weight: 400;
}
#UnitBuyPopup #stepArea01 {
    overflow: hidden;
    width: 90%;
    float: left;
	margin-left: 63px;
}
#UnitBuyPopup #stepArea01 .coin_selet {
    overflow: hidden;
    margin-bottom: 20px;
}
#UnitBuyPopup #stepArea01 .coin_selet ul li {
    height: 50px;
    border: 1px #4446bd solid;
    color: #4446bd;
    font-size: 22px;
    font-weight: 200;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    width: calc(96% / 3);
    float: left;
	cursor:pointer;
}
#UnitBuyPopup #stepArea01 .coin_selet ul li:nth-child(1) {margin-right:2%;}
#UnitBuyPopup #stepArea01 .coin_selet ul li:nth-child(2) {margin-right:2%;}
#UnitBuyPopup #stepArea01 .coin_selet ul li:hover {
    background: #4446bd;
    color: #ffffff;
}
#UnitBuyPopup .active {background:#4446bd !important;color:#ffffff !important;}


#UnitBuyPopup #stepArea01 .item01_area {
    width: 100%;
    border: 1px #000000 solid;
    border-radius: 15px;
    min-height: 320px;
    padding: 20px 20px 50px;
    position: relative;
    overflow: hidden;
}
#UnitBuyPopup #stepArea01 .item01_area::after {
    content: '';
    width: 0px;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 50%;
    border: 1px #dbdbdb dashed;
    transform: translateX(-50%);
}
#UnitBuyPopup #stepArea01 .item01_area .l_box{
	width:48%;
	float:left;
	}
#UnitBuyPopup #stepArea01 .item01_area .l_box .txt_ul{
	overflow:hidden;
	margin-bottom:25px;
	}
#UnitBuyPopup #stepArea01 .item01_area .l_box .txt_ul li {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 5px;
}
#UnitBuyPopup #stepArea01 .item01_area .l_box .txt_ul .txt2 {
    font-size: 12px;
    color: #4446bd;
}
#UnitBuyPopup #stepArea01 .item01_area .l_box .txt3 {
	text-align: center;
    font-weight: 700;
    font-size: 13px;
	}
#UnitBuyPopup #stepArea01 .item01_area .l_box .Quantity_select {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	margin-top:20px;
}
#UnitBuyPopup #stepArea01 .item01_area .l_box .Quantity_select .se_ul {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#UnitBuyPopup #stepArea01 .item01_area .l_box .Quantity_select .se_ul li {
    display: flex;
    height: 30px;
    width: 40px;
    border: 1px #4446bd solid;
    color: #4446bd;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
#UnitBuyPopup #stepArea01 .item01_area .l_box .txt4 {
	text-align: center;
    font-weight: 500;
    font-size: 15px;
	}

#UnitBuyPopup #stepArea01 .item02_area {
    overflow: hidden;
    margin-top: 40px;
}
#UnitBuyPopup #stepArea01 .item02_area .tit{
	font-size: 22px;
    display: flex;
    align-items: center;
	line-height: normal;
	}
#UnitBuyPopup #stepArea01 .item02_area .tit span{
	font-weight: 700;
    color: #000000;
    margin-right: 10px;
	}
#UnitBuyPopup #stepArea01 .item02_area .list_box {
    overflow: hidden;
    margin-top: 30px;
}
#UnitBuyPopup #stepArea01 .item02_area .list_box .list_box_head ul li{
	height:50px;
	width:calc(100% / 4);
	line-height:50px;
	text-align:center;
	float:left;
	}

#UnitBuyPopup #stepArea01 .item02_area .list_box .list_box_body ul {
    border: 1px #bababa solid;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 10px;
}
#UnitBuyPopup #stepArea01 .item02_area .list_box .list_box_body ul li{
	height:50px;
	width:calc(100% / 5);
	line-height:50px;
	text-align:center;
	float:left;
	}
#UnitBuyPopup #stepArea01 .item02_area .list_box .list_box_body ul li .historyBt {
    display: inline-block;
    background: #4446bd;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}
#UnitBuyPopup #stepArea01 .item02_area .list_box .list_box_body ul li .cancelBt {
    display: inline-block;
    background: #999999;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}




#UnitBuyPopup .quantity_btn {
    border-radius: 10px;
    text-align: center;
    line-height: 60px;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
}
#UnitBuyPopup .quantity_btn #suText {
    text-align: center;
    color: #4446bd;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 22px;
}

#UnitBuyPopup .quantity_btn .quant01, #UnitBuyPopup .quantity_btn .quant02 {
    display: block;
    width: 25px;
    height: 20px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    border: 1px #4446bd solid;
}

#UnitBuyPopup .quantity_btn .quant01 img, #UnitBuyPopup .quantity_btn .quant02 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11px;
}


#UnitBuyPopup #stepArea01 .item01_area .r_box {
    width: 48%;
    float: right;
    padding-top: 30px;
}
#UnitBuyPopup #stepArea01 .item01_area .r_box .tit {
    font-size: 14px;
    color: #4446bd;
    font-weight: 500;
    text-align: center;
}
#UnitBuyPopup #stepArea01 .item01_area .r_box .Quantity_area {
    margin: 0 auto;
    width: 300px;
    margin-top: 40px;
    border-bottom: 1px #9a9a9a solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#UnitBuyPopup #stepArea01 .item01_area .r_box .Quantity_area ul li {
    font-size: 16px;
    display: flex;
    margin-bottom: 20px;
}
#UnitBuyPopup #stepArea01 .item01_area .r_box .Quantity_area ul li:last-child {margin-bottom:0px;}
#UnitBuyPopup #stepArea01 .item01_area .r_box .Quantity_area ul li .qt_tit {
    position:relative;
}
#UnitBuyPopup #stepArea01 .item01_area .r_box .Quantity_area ul li .qt_tit::after {
    position: absolute;
    top: 7px;
    left: -10px;
    content: '';
    width: 2px;
    height: 2px;
    background: #919191;
    border-radius: 30px;
}
#UnitBuyPopup #stepArea01 .item01_area .r_box .Quantity_area ul li .value_qt {
    margin-left: auto;
    font-weight: 700;
    color: #4446bd;
}
#UnitBuyPopup #stepArea01 .terms_area {
    overflow: hidden;
    margin-top: 30px;
    border-top: 1px #e4e4e4 solid;
    border-bottom: 1px #e4e4e4 solid;
}
#UnitBuyPopup #stepArea01 .terms_area .li01 {
    position: relative;
    width: 100%;
    padding: 25px 0px;
    font-size: 14px;
	border-bottom: 1px #e4e4e4 solid;
}
#UnitBuyPopup #stepArea01 .terms_area .li01:last-of-type {border-bottom:0;}
#UnitBuyPopup #stepArea01 .terms_area .li01 .t1 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
#UnitBuyPopup #stepArea01 .terms_area .li01 .t1 img {height:15px;margin-right:5px;}
#UnitBuyPopup #stepArea01 .terms_area .li01 .t2 {
    margin-left:20px;
}
#UnitBuyPopup #stepArea01 .terms_area .li01 .terms_label{
	display: flex;
    align-items: center;
	}
#UnitBuyPopup #stepArea01 .terms_area .li01 .terms_label input[type='checkbox']{
	margin-right:10px;
	}
.Confirm_Btn {
    width: 200px;
    height: 50px;
    margin: 0 auto;
    background: #4446bd;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    margin-top: 20px;
    color: #FFFFFE;
    font-size: 19px;
    font-weight: 500;
	cursor:pointer;
}

#UnitBuyPopup #stepArea02 {
	overflow: hidden;
    width: 90%;
    float: left;
    margin-left: 63px;
	}
#UnitBuyPopup #stepArea02 .item01 {width:100%;}
#UnitBuyPopup #stepArea02 .item01 .price_txt{
	font-size: 14px;
    color: #4446bd;
    font-weight: 500;
    }
#UnitBuyPopup #stepArea02 .item01 .Waiting_list {
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 20px;
}
#UnitBuyPopup #stepArea02 .item01 .Waiting_list .list_txt {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}
#UnitBuyPopup #stepArea02 .item01 .Waiting_list .Waiting_area {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

#UnitBuyPopup #stepArea02 .item01 .Waiting_list .Waiting_area .area_h ul li {
    width: calc(100%/3);
    float: left;
    text-align: center;
    background: #ededed;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
#UnitBuyPopup #stepArea02 .item01 .Waiting_list .Waiting_area .area_b ul li {
    width: calc(100%/3);
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
	border-bottom:1px #e4e4e4 solid;
}

#UnitBuyPopup #stepArea02 .item01 .address_form {
    overflow: hidden;
    margin-bottom: 20px;
}
#UnitBuyPopup #stepArea02 .item01 .address_form .list_txt {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}
#UnitBuyPopup #stepArea02 .item01 .address_form .address_area {
    display: flex;
    align-items: center;
	width: 100%;
    overflow: hidden;
    margin-top: 10px;
}
#UnitBuyPopup #stepArea02 .item01 .address_form .address_area .input01 {
    height: 40px;
    border-radius: 5px;
    background: #dcdcdc;
    width: 70%;
    padding-left: 20px;
    font-size: 13px;
    color: #161616;
    font-weight: 300;
}
#UnitBuyPopup #stepArea02 .item01 .address_form .address_area .add_copy {
    width: 29%;
    height: 40px;
    background: #4768d3;
    margin-left: auto;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    border-radius: 5px;
	cursor:pointer;
}

#UnitBuyPopup #stepArea02 .item01 .txid_form {
    overflow: hidden;
}
#UnitBuyPopup #stepArea02 .item01 .txid_form .list_txt {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}
#UnitBuyPopup #stepArea02 .item01 .txid_form .txid_area {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}
#UnitBuyPopup #stepArea02 .item01 .txid_form .txid_area .input01 {
    height: 40px;
    border-radius: 5px;
    background: transparent;
    width: 100%;
    padding-left: 20px;
    font-size: 13px;
    color: #161616;
    font-weight: 300;
    border: 2px #b5c7ff solid;
}
#UnitBuyPopup #stepArea02 .item01 .txid_form .txid_area .input01:focus {
	border: 2px #4768d3 solid;
	}

.Deposit_Btn {
	width:350px;
    height: 50px;
    margin: 0 auto;
    background: linear-gradient(to right, #87CEFA, #1E90FF);
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    margin-top: 20px;
    color: #FFFFFE;
    font-size: 19px;
    font-weight: 500;
    cursor: pointer;
    display: table;
}
/* UnitBuyPopup 끝 */

/* 페이징 버튼 시작 */
.page_number {
	text-align: center;
	display: table;
	margin: 25px auto;
}

.page_number table tr {
	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;
}

.page_number table tr td {
	width: 40px;
	height: 40px;
	font-size: 14px;
	display: block;
	border: 1px solid #c1c1c1;
	border-radius: 10px;
	margin: 0px 2px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	font-weight: 600;
}

.page_number table tr td:hover {
	background: #4446bd;
	color: #ffffff !important;
	border: none;
}

.page_number table tr td:hover a {
	color: #ffffff;
}

.page_number table tr td a {
	display: block;
}


.page_number .on {
	background: #4446bd;
	color: #ffffff !important;
	border: none;
}
/* 페이징 버튼 끝 */

/* 마이닝 시작 */
.mining .item01 {
	overflow: hidden;
	width: 100%;
	background: #ffffff;
	border-radius: 10px;
	padding: 30px;
	margin-top: 20px;
}

.mining .item01 .title {
    font-size: 18px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 15px;
}

.mining .item01 .title01 {
    font-size: 18px;
    color: #999999;
    font-weight: 300;
	margin-bottom: 10px;
}

.mining .item01 .val01 {
    font-size: 25px;
    color: #333333;
    font-weight: 300;
	display: block;
}

.mining .item01 .val01 b {
    font-size: 1.2em;
	font-weight:500;
}

.mining .item01 .val02 {
    font-size: 18px;
    color: #7274cd;
    font-weight: 300;
	display: block;
}

.mining .item01 .rightArea {
    margin-left: auto;
    color: #fff;
    width: 700px;
}

.mining .item01 .rightArea .th_box {
    margin-right: 250px;
}

.mining .item01 .rightArea .th {
    font-size: 17px;
    padding-bottom: 10px;
}

.mining .item01 .rightArea .td {
    font-size: 17px;
    padding-bottom: 10px;
	text-align: right
}

.mining .item01 .rightArea .td span {
    opacity: 0.5;
}

.mining .item02 .title {
    font-size: 26px;
    color: #333333;
    font-weight: 500;
    margin: 50px 0 20px;
}

.mining .item02 .item02-1 {
	margin-bottom: 15px;
	font-weight: 600;
}

.mining .item02 .item02-1 p {
	width: 33%;
	color: #fff;
	font-weight: 300;
	text-align: center;
	font-size: 16px;
	opacity: 0.5;
}

.mining .item02 .sb {
	border-radius: 10px;
	border: 1px solid #c1c1c1;
	margin-bottom: 20px;
}

.mining .item02 .sb .sb-1 {
	padding: 20px 0px;
	position: relative;
	overflow: hidden;
}

.mining .item02 .sb .sb-1 .th {
    text-align: center;
    font-size: 24px;
    color: #333333;
    font-weight: 400;
    display: flex;
    align-items: center;
	padding-left:80px;
}

.mining .item02 .sb .sb-1 .th b {font-size: 1.2em;}

.mining .item02 .sb .sb-1 .td {
    font-size: 24px;
    color: #333333;
    font-weight: 300;
    text-align: center;
    margin-left: auto;
    padding-right: 150px;
}
.mining .item02 .sb .sb-1 .arrow_down {
    position: absolute;
    width: 20px;
    right: 2%;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
	filter: brightness(0);
}

.mining .item02 .sb .sb-2 {
	width: calc(100% - 40px);
	border-top: 1px dashed #a4a4a5;
	margin: 0 auto;
	padding: 40px 0;
	display: none;
}

.mining .item02 .sb .sb-2 .sb_cont {
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.mining .item02 .sb .sb-2 .leftArea {
	margin-right: 40px;
}

.mining .item02 .sb .sb-2 .leftArea p {
	font-size: 17px;
    padding-bottom: 10px;
	color: #fff;
	font-weight: 300;
}

.mining .item02 .sb .sb-2 .rightArea p {
	font-size: 17px;
    padding-bottom: 10px;
	color: #07d1ee;
	font-weight: 300;
}

/* sp.type2 */
.mining .innerArea {
	overflow: hidden;
}
.mining .item02 .sb.type2 {
	width: 100%;
    float: left;
    padding: 0 20px;
}
.mining .item02 .sb.type2:nth-of-type(even) {
	margin-right: 0;
}
.mining .item02 .sb.type2 .th {
	margin-bottom: 90px;
}
.mining .item02 .sb.type2 .td img {
    margin-right: 10px;
}
.mining .item02 .sb.type2 .rightArea {
	margin-left: auto;
}
.mining .item02 .sb.type2 .rightArea p {
    font-size: 15px;
    padding-bottom: 10px;
    text-align: right;
	color: #fff;
}
.mining .item02 .sb.type2 .rightArea p:last-of-type {
	padding-bottom: 0;
}
/* 마이닝 끝 */

/* assets 시작 */
.assets .tabArea a {
	height: 58px;
    border: 1px #c1c1c1 solid;
    color: #6e6f70;
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
    text-align: Center;
    line-height: 58px;
    border-radius: 10px;
	width:calc(96% / 3);
}
.assets .item03 {padding-top:50px;margin-top:50px;border-top:1px #cbcbcb solid;}
.tabArea {
	overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
	}



.assets .active {
	background: #4446bd;
	color:#ffffff !important;
}

.assets .item01 {
	overflow: hidden;
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    padding: 30px;
    margin-top: 20px;
}

.assets .title {
	font-weight: 800;
	font-size: 34px;
	color: #0170a6;
}

.assets .item01 .flexForm {
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.assets .item01 .flexForm > div {
	width: calc(100% / 3);
	text-align: center;
	padding-top: 10px;
    padding-bottom: 10px;
}
.assets .item01 .flexForm > .btn_mid {
	border-left:1px #cbcbcb solid;
	border-right:1px #cbcbcb solid;
}

.assets .item01 .th {
	font-size: 25px;
    color: #333333;
    font-weight: 500;
}

.assets .item01 .td {
	font-size: 18px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 15px;
}

.assets .item03-1 {
    border: 1px #c1c1c1 solid;
    padding: 30px 30px;
    margin-top: 50px;
    border-radius: 10px;
}

.assets .sb {
	margin-bottom: 30px;
	border: 1px #c1c1c1 solid;
	border-radius: 10px;
}

.assets .sb:last-of-type {
	margin-bottom: 0;
}

.assets .sb-1 {
	padding: 20px 5% 20px 40px;
	position: relative;
	overflow: hidden;
}

.assets .sb .sb-1 > p {
	width: calc(100% / 3);
}

.assets .sb .sb-1 .th {
    text-align: center;
    font-size: 24px;
    color: #333333;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding-left: 40px;
}
.assets .sb .sb-1 .td {
   font-size: 24px;
    color: #333333;
    font-weight: 300;
    text-align: center;
    margin-left: auto;
    padding-right: 50px;
}

.assets .sb .sb-1 .td.date {
    text-align: right;
}

.assets .sb .sb-1 .coin_box img {width: 20px;margin-right: 10px;}

.assets .sb .sb-1 .arrow_down {
    position: absolute;
    width: 20px;
    right: 2%;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
	filter: brightness(0);
}
.assets .sb .sb-2 {
	width: calc(100% - 40px);
    border-top: 1px dashed #a4a4a5;
    margin: 0 auto;
    padding: 20px 0;
	display: none;
}
.assets .sb .sb-2 .leftArea {
    margin-right: 40px;
}
.assets .sb .sb-2 .sb_cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.assets .sb .sb-2 .sb_cont .sumArea {
    display: flex;
    color: #333333;
    width: 100%;
}
.assets .sb .sb-2 .sb_cont .sumArea .li1 {
    width: calc(100% / 3);
    text-align: center;
}
.assets .sb .sb-2 .sb_cont .sumArea .li1 .li-th {
    font-size: 18px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 15px;
}

.assets .sb .sb-2 .sb_cont .sumArea .li1 .li-td {
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    display: block;
}

.assets .item03-1 .form01 {
	overflow: hidden;
	margin-bottom: 30px;
}

.assets .item03-1 .form01 .tit {
	font-size: 20px;
    padding-bottom: 10px;
    color: #555555;
    font-weight: 300;
    padding-left: 10px;
}

.assets .item03-1 .form01 .input01-form {
	width: 100%;
	height: 45px;
}

.assets .item03-1 .form01 .input01-form .btnS {
	margin-left: 15px;
    border-radius: 10px;
    height: 45px;
    font-size: 18px;
    font-weight: 300;
    background: #4446bd;
    color: #ffffff;
    line-height: 45px;
    padding: 0 50px;
	border: 1px solid #4446bd;
}

.assets .item03-1 .form01 .input01-form .input01 {
    border-radius: 10px;
    width: 100%;
    height: 45px;
    font-size: 18px;
    padding-left: 20px;
    border: 1px #c1c1c1 solid;
    font-weight: 300;
    background: transparent;
    color: #555;
}
.assets .item03-1 .form01 .input01-form .input01::placeholder {
	color: #b0b0b1;
}
.assets .assetOk {
	width: 100%;
    height: 45px;
	background: #4446bd;
    text-align: center;
    color: #fff;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    font-weight: 300;
    font-size: 20px;
    line-height: 45px;
    border-radius: 10px;
}
/* assets 끝 */

/* otp 시작 */
.otp .otp-form {
    overflow: hidden;
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    padding: 30px;
    margin-top: 20px;
}

.otp .otp-form .w100 {
	width: 100%;
}

.otp .otp-form .w100 .th {
    font-size: 20px;
    color: #555555;
    font-weight: 200;
    padding-bottom: 15px;
}

.otp .otp-form .w100 .td {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 25px 0;
}

.otp .otp-form .w100 .input {
	padding: 0 !important;
}

.otp .otp-form .w100 .td .form01 {
	border-radius: 10px;
	height: 50px;
	border: none;
	font-size: 16px;
	padding-left: 20px;
	width: 100%;
	font-weight: 300;
	border: 1px #cbcbcb solid;
    background: transparent;
    color: #333333;
}
.otp .otp-form .w100 .td .form01::placeholder {
	color:#9f9f9f;
}
.otp .otp-form .w100 .qr_img {
	width: 200px;
	margin: 0 auto;
}

.otp .otp-form .w100 .qr_img img {
	width: 100%;
}
/* otp 끝 */

/* 비밀번호 변경 시작 */
.change .change-form {
	width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 50px;
}
/* 비밀번호 변경 끝 */

/* node 시작 */
.node .item01 {
    overflow: hidden;
    width: 100%;
    background:#ffffff;
    border-radius: 10px;
    padding: 30px;
    margin-top: 20px;
}
.node .item01 .itemin {
    width: 250px;
    border-right: 1px #e4e4e4 solid;
}
.node .item01 .title {
	font-size: 18px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 10px;
}
.node .item01 .val01 {
    font-size: 25px;
    color: #333333;
    font-weight: 300;
    display: block;
}
.node .item01 .val02 {
    font-size: 18px;
    color: #7274cd;
    font-weight: 300;
    display: block;
}
.node .item01 .val01 b {
    font-size: 1.2em;
}
.node .item01 .rightArea {
    margin-left: auto;
    color: #fff;
    width: 700px;
}
.node .item01 .rightArea .sumArea {
    display: flex;
    color: #333333;
    width: 100%;
}
.node .item01 .rightArea .sumArea .li1 {
    width: calc(100% / 3);
    text-align: center;
}
.node .item01 .rightArea .sumArea .li1 .li-th {
    font-size: 18px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 15px;
}
.node .item01 .rightArea .sumArea .li1 .li-td {
    font-size: 25px;
    color: #333333;
    font-weight: 500;
    display: block;
}

.node .item02 .titArea {
    margin: 50px 0 20px;
	-webkit-box-align: end;
    -moz-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.node .item02 .title {
    font-size: 26px;
    color: #333333;
    font-weight: 500;
    margin: 50px 0 20px;
}
.node .item02 .titArea .txt {
    font-size: 17px;
    color: #333333;
    font-weight: 300;
	margin-left: auto;
}
.node .item02 .listArea {
	overflow: hidden;
    width: 100%;
}
.node .item02 .listArea .listBox {
	width: 49%;
    margin-right: 2%;
    float: left;
    padding: 30px;
	border-radius: 10px;
    border: 1px solid #c1c1c1;
    margin-bottom: 20px;
}
.node .item02 .listArea .listBox:nth-child(2n-2) {margin-right:0px;}
.node .item02 .listArea .listBox .item02-2 {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.node .item02 .listArea .listBox .item02-2 .th_box {float:left;}
.node .item02 .listArea .listBox .item02-2 .th_box .th{font-size: 14px;margin-bottom:10px;color: #333333;}
.node .item02 .listArea .listBox .item02-2 .td_box {margin-left:auto;}
.node .item02 .listArea .listBox .item02-2 .td_box .td{font-size: 14px;margin-bottom:10px;color: #333333;}


.node .item02 .listArea .userInfo {
	margin-bottom: 35px;
}
.node .item02 .listArea .userInfo .name {
	font-size: 30px;
    color: #333333;
    font-weight: 300;
    display: block;
    margin-bottom: 7px;
}
.node .item02 .listArea .userInfo .name span {
	font-size: 0.8em;
}
.node .item02 .listArea .userInfo .jic {
    font-size: 21px;
    color: #4446bd;
    font-weight: 300;
}
.node .item02 .listArea .userInfo .jic b {
    font-size: 1.2em;
}
.node .item02 .listArea .profileImg {
	margin-right:15px;
	width: 70px;
	height: 70px;
	background: #fff;
	border-radius: 50%;
	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;
}
.node .item02 .listArea .userInfo .profileImg img {
	width: 50%;
}

/* node 끝 */


/* reward 시작 */
.reward .item01 {
    overflow: hidden;
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 45px 30PX;
    margin-top: 20px;
}
.reward .item01 .itemin {
    width: 250px;
    border-right: 1px #e4e4e4 solid;
}
.reward .item01 .title {
    font-size: 18px;
    color: #999999;
    font-weight: 400;
	margin-bottom: 10px;
}
.reward .item01 .val01 {
    font-size: 25px;
    color: #333333;
    font-weight: 500;
    display: block;
}
.reward .item01 .rightArea {
    margin-left: auto;
    color: #fff;
    width: 1200px;
}

.reward .item01 .rightArea .sumArea {
    display: flex;
    color: #333333;
    width: 100%;
}
.reward .item01 .rightArea .sumArea .li1 {
    width: calc(100% / 6);
    text-align: center;
}
.reward .item01 .rightArea .sumArea .li1 .li-th {
    font-size: 18px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 15px;
}
.reward .item01 .rightArea .sumArea .li1 .li-td {
    font-size: 25px;
    color: #333333;
    font-weight: 500;
    display: block;
}






.reward .item02 .title {
    font-size: 26px;
    color: #333333;
    font-weight: 500;
    margin: 50px 0 20px;
}

.reward .item02 .list_box {
	font-size: 18px;
}
.reward .item02 .list_box .sb-1 {
    padding: 20px 0px;
    position: relative;
    overflow: hidden;
}

.reward .item02 .list_box .Reward_list {
	width: 49%;
    margin-right: 2%;
    float: left;
    padding: 0 20px;
	border-radius: 10px;
    border: 1px solid #c1c1c1;
    margin-bottom: 20px;
	}
.reward .item02 .list_box .Reward_list:nth-of-type(even) {
    margin-right: 0;
}

.reward .item02 .list_box .Reward_list .sb .sb-1 {
    padding: 20px 0px;
    position: relative;
    overflow: hidden;
}
.reward .item02 .list_box .Reward_list .sb-1 .th {
    font-size: 18px;
    color: #333333;
    font-weight: 300;
    margin-bottom: 20px;
}
.reward .item02 .list_box .Reward_list .sb-1 .td {
    font-size: 24px;
    color: #333333;
    font-weight: 500;
}
.reward .item02 .list_box .Reward_list .leftArea {
   width:180px;
   border-right: 1px #b5b5b5 solid;
}
.reward .item02 .list_box .Reward_list .rightArea {
    margin-left: auto;
    width: calc(100% - 250px);
}
.reward .item02 .list_box .Reward_list .rightArea .sumArea {
    display: flex;
    color: #333333;
    width: 100%;
    flex-wrap: wrap;
}

.reward .item02 .list_box .Reward_list .rightArea .sumArea .li1 {
    width: calc(100% / 2);
    display: flex;
    align-items: center;
	margin-bottom:20px;
}
.reward .item02 .list_box .Reward_list .rightArea .sumArea .li1:nth-child(5) {margin-bottom:0px;}
.reward .item02 .list_box .Reward_list .rightArea .sumArea .li1:nth-child(6) {margin-bottom:0px;}
.reward .item02 .list_box .Reward_list .rightArea .sumArea .li1 .li-th {
    font-size: 16px;
    color: #999999;
    font-weight: 200;
    margin-right: 10px;
}
.reward .item02 .list_box .Reward_list .rightArea .sumArea .li1 .li-td {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    display: block;
}
/* reward 끝 */

/* 마이페이지 시작 */
.Profile .item-1 {
	position: relative;
}
.Profile .shareBtn {
	cursor: pointer;
}
.Profile .usImg {
	width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 2px solid #707070;
	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-right: 50px;
}
.Profile .usImg img {
	width: 55%;
}
.Profile .user-info {
	margin-right: 120px;
}
.Profile .user-info .tit {
	font-size: 30px;
    font-weight: 500;
    color: #333333;
    padding-bottom: 7px;
}
.Profile .user-info .txt {
    font-size: 20px;
    font-weight: 400;
    color: #999999;
}
.Profile .user-info .ContA {
	margin-top: 45px;
}
.Profile .user-info .ContA .contTit {
	font-size: 14px;
    color: #333333;
    font-weight: 300;
    opacity: 0.5;
    margin-bottom: 5px;
}
.Profile .user-info .ContA .p_01 {
	font-size: 20px;
    color: #333333;
    font-weight: 300;
}
.Profile .user-info .ContA .p_01 span {
    font-weight: 700;
    font-size: 25px;
}
.Profile .user-info .ContA .p_02 {
	font-size: 14px;
    color: #01dde5;
    line-height: inherit;
    font-weight: 300;;
}
.Profile-form {
    overflow: hidden;
    padding-top: 20px;
}
.Profile-form .item-1 {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    padding: 50px 100px;
}

.Profile-form .item-1 .profile-user {
	width: 30%;
	text-align: center;
}

.Profile-form .item-1 .profile-user .user-img {
	position: relative;
	display: inline-block;
}

.Profile-form .item-1 .profile-info {
	float: left;
}

.Profile-form .item-1 .profile-info ul li {
	font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}

.Profile-form .item-1 .profile-info ul li:last-of-type {
	margin-bottom: 0;
}

.Profile-form .item-1 .profile-info ul li .n1 {
    width: 120px;
    margin-right: 30px;
    color: #333333;
    opacity: 0.7;
    font-weight: 400;
}

.Profile-form .item-1 .profile-info ul li .s1 {
	font-weight: 500;
	color: #333333;
}

.Profile-form .item-1 .profile-info ul li .check-status {
	margin-right: 10px;
	vertical-align: sub;
}

.Profile-form .item-1 .profile-info ul li .check-status img {
	width: 21px;
}

.Profile-form .item-1 .profile-info ul li .change-btn {
	background: #4446bd !important;
	color: #ffffff;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	border-radius: 7px;
	cursor: pointer;
	display: inline-block;
	padding: 0 45px;
}

.Profile-form .item-1 .profile-info ul li .change-box {
	float: right;
}


    .Profile-form .item-2 {
        overflow: hidden;
        margin-top: 20px;
        display: flex;
        gap: 20px;
    }

.Profile-form .item-2 .itme-box {
    width: 100%;
    float: left;
    height: 72px;
    background: #ffff;
    border-radius: 20px;
    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;
    /* flex-direction: column; */
    cursor: pointer;
}


.Profile-form .item-2 .itme-box img {
    height: 30px;
    filter: brightness(0);
}
.Profile-form .item-2 .itme-box p {
    color: #333333;
    font-size: 22px;
    margin-left: 10px;
}
/* 마이페이지 끝 */



/* 공지사항 시작 */
.common .subTit {
	font-size: 26px;
    color: #333333;
    font-weight: 500;
    margin: 50px 0 20px;
}

.notice-form {
	width: 100%;
	background: #ffffff;
	padding:30px;
	min-height: 500px;
	clear: both;
	border-radius: 10px;
}

.notice_list {
	width: 100%;
	margin: 0px auto 0px;
	overflow: hidden;
}

.notice_list ul.n01 {
	width: 100px;
	padding: 15px 0;
	font-size: 33px;
	font-weight: 600;
	text-align: center;
	color: #4446bd;
	line-height: 1.5;
}

.notice_list ul.name01 {
	width: calc(100% - 100px);
	padding: 15px 0;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	cursor: pointer;
	position: relative;
}

.notice_list ul .notice-title {
	padding: 7px 0 0 0;
	font-size: 20px;
	color: #646464;
	letter-spacing: 0;
}

.notice_list ul .date {
    padding: 5px 0 0 0;
    font-size: 14px;
    color: #0a0a0a;
    letter-spacing: 0;
    opacity: 0.5;
}
.notice_list ul {
	float: left;
	height: 93px;
	border-bottom: 1px solid #cbcbcb;
	overflow: hidden;
}

.notice_list .content {
    clear: both;
    width: 100%;
    padding: 30px 20px;
    border-bottom: 1px solid #cbcbcb;
    font-size: 16px;
    color: #333333;
}

.notice_list .content p {
	line-height: 1.2;
}

.notice_list .down-area {
	position: absolute;
	righT: 40px;
	top: 27px;
}

.notice_list .down-area img {
	width: 40px;
}
/* 공지사항 끝 */


/* qna 시작 */
.faq .myOption {
	width: 100%;
	margin: 20px 0;
	padding: 20px 20px;
	border: 1px solid #c1c1c1;
	border-radius: 15px;
	line-height: 35px;
	overflow: hidden;
}

.faq .myOption ul li {
    float: left;
    padding: 0 15px;
    color: #333;
    font-weight: 500;
    font-size: 20px;
}
.faq .myOption ul li span {margin-left:8px;}

.faq .myOption ul li label {display:flex;align-items:center;}


.faq .myOption input[type="radio"] {
    margin: 0;
    width: 20px;
    height: 20px;
}
.faq .myOption ul li label input[type="radio"]:checked {
    background-color: #4446bd !important;
}
.faq .faq-form {
	overflow: hidden;
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    padding: 30px;
    margin-top: 20px;
}

.faq .faq-form ul {
    overflow: hidden;
    border-bottom: 1px solid #cbcbcb;
    padding-left: 5%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.motion {
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
}

.faq .faq-form ul li {
	float: left;
	text-align: left;
	cursor: pointer;
	font-size: 20px;
    font-weight: 400;
    color: #333333;
}
.faq .faq-form ul .title {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.faq .faq-form ul .title .date{
    padding: 5px 0 0 0;
    font-size: 14px;
    color: #0a0a0a;
    letter-spacing: 0;
	opacity: 0.5;
}
.faq .faq-form .iconQ {
    margin: 12px 40px 0 0;
    font-size: 48px;
    font-weight: 400;
    color: #4446bd;
    line-height: 1;
}

.faq .faq-form .sub_menu {
    border-bottom: 1px solid #cbcbcb;
    padding: 35px 5%;
    word-break: keep-all;
    color: #333333;
	display: none;
}
.faq .faq-form .sub_menu .item0 {
    display: flex;
    align-items: center;
}
.faq .faq-form .sub_menu .item0 .tit{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
}
.faq .faq-form .sub_menu .item0 .tit p span {
    font-size: 20px !important;
    font-weight: 400;
    color: #333333;
    line-height: 1.2 !important;
    margin-bottom: 5px;
}
.faq .faq-form .sub_menu .item0 .date {
    padding: 5px 0 0 0;
    font-size: 14px;
    color: #0a0a0a;
    letter-spacing: 0;
    opacity: 0.5;
}
.faq .faq-form .iconA {
    font-size: 48px;
    font-weight: 400;
    color: #333333;
    display: block;
    line-height: 1;
    margin: 0px 40px 0 0;
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
}

.clearfix {
	clear: both;
}
/* qna 끝 */

/* 변경 전 페이지 시작 */
.pw-popup {
	width: 480px;
	height: 350px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #f4f6f7;
	border-radius: 15px;
	box-shadow: 0 20px 15px 0 rgb(0 0 0 / 30%);
}

.pw-popup .inner-area {
	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;
	flex-direction: column;
	height: 100%;
}

.pw-popup .inner-area .tit {
	font-size: 33px;
	font-weight: 800;
	color: #000000;
}

.pw-popup .inner-area .check-img {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 85px;
}

.change .change-form .item-2 .t1 {
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
}

.change .change-form .item-2 .t2 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    margin: 20px 0;
	text-align: center;
}

.change .change-form .item-2 .input-box {
	width: 310px;
	height: 50px;
	margin: 0 auto;
}

.change .change-form .item-2 .input-box .input01 {
	background: rgb(255 255 255 / 20%);
    border-radius: 10px;
    height: 45px;
    border: none;
    font-size: 16px;
    padding-left: 20px;
    width: 100%;
    color: #fff;
    font-weight: 300;
}

.change .change-form .item-2 .input-box .input01::placeholder {
	color: #b1b1b1;
}

.enter-box {
	width: 310px;
	height: 50px;
	margin: 0 auto;
}

.enter-box .button01 {
	width: 100%;
    height: 45px;
    background: rgb(12,179,211);
    background: linear-gradient(145deg, rgba(12,179,211,1) 0%, rgba(47,84,209,1) 100%);
    text-align: center;
    color: #fff;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    font-weight: 300;
    font-size: 20px;
    line-height: 45px;
    border-radius: 10px;
}

.change .change-form .item-3 {
	background: #ffffff;
	padding: 20px 20px;
	border-radius: 15px;
	box-shadow: 0 0 15px 0 rgb(0 102 153 / 15%);
	margin-bottom: 30px;
}

.change .change-form .item-3 .tit {
	padding: 10px 0 00px 0;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
}

.change .change-form .item-3 .tit2 {
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 10px;
}

.change .change-form .item-3 .th {
	font-weight: bold;
	font-size: 22px;
	padding-bottom: 10px;
	padding-top: 30px;
}

.change .change-form .item-3 .th .s1 {
	width: 100%;
	height: 40px;
	background: #fbfbfb;
	color: #000;
	text-indent: 10px;
	padding: 0;
	position: relative;
}

.change .change-form .item-3 .td {
	width: 100%;
}

.change .change-form .item-3 .td .form01 {
	background: #efefef;
	border-radius: 10px;
	height: 45px;
	border: none;
	font-size: 24px;
	padding-left: 20px;
}
/* 변경 전 페이지 끝 */


/* 지갑 리스트 시작 */
.address .address-form {
	width: 100%;
    background: #ffffff;
    border-radius: 10px;
    padding: 50px;
}
.address .coinTypeArea:first-of-type {
	margin-bottom: 30px;
}
.address .coinTypeArea .coinImg {
	color: #333333;
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 15px;
}
.address .coinTypeArea .coinImg img {
	height: 25px;
	margin-right: 10px;
}
.address .coinTypeArea .hideForm {
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
}
.address .coinTypeArea .address01 {
	border: 1px #cbcbcb solid;
    background: transparent;
    border-radius: 10px;
    height: 45px;
    font-size: 16px;
    padding-left: 20px;
    width: 20%;
    color: #333333;
    font-weight: 300;
	float: left;
}
.address .coinTypeArea .address01::placeholder {color:#9f9f9f;}
.address .coinTypeArea .address02 {
	border: 1px #cbcbcb solid;
    background: transparent;
    border-radius: 10px;
    height: 45px;
    font-size: 16px;
    padding-left: 20px;
    color: #fff;
    font-weight: 300;
    width: 100%;
	padding-right: 50px;
}
.address .coinTypeArea .address03 {
	border: 1px #cbcbcb solid;
    background: transparent;
    border-radius: 10px;
    height: 45px;
    font-size: 16px;
    padding-left: 20px;
    width: 68%;
    color: #333333;
    font-weight: 300;
	margin-left: 1%;
	float: left;
}
.address .coinTypeArea .address03::placeholder {
	color:#9f9f9f;
}
.address .coinTypeArea .addressBtn {
	background: #4446bd;
    border-radius: 10px;
    height: 45px;
    border: none;
    font-size: 16px;
    width: 10%;
    color: #fff;
    font-weight: 300;
	margin-left: 1%;
	text-align: center;
	cursor: pointer;
	float: left;
}
/* 버튼 */
.btnForm {
	margin-left: 1%;
    width: 79%;
	position: relative;
	float: left;
}
.btnForm .btnDot {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 50px;
	text-align: center;
}
.btnForm .btnDot img {
    height: 25px;
    display: block;
}
.btnForm .subBtnBox {
	position: absolute;
	top: -35px;
	right: 0;
	cursor: pointer;
	display: none;
	overflow: hidden;
}
.btnForm .subBtnBox.show {
	display: block;
}
.btnForm .subBtnBox > div {
    color: #ffffff;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    border-radius: 7px;
    cursor: pointer;
    display: inline-block;
    padding: 0 45px;
	float: left;
}
.btnForm .subBtnBox > div.del {
	background: #d73636;
    color: #ffffff;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    border-radius: 7px;
    cursor: pointer;
    display: inline-block;
    padding: 0 20px;
}
.btnForm .subBtnBox > div.copy {
	background: #4f4c50;
    color: #ffffff;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    border-radius: 7px;
    cursor: pointer;
    display: inline-block;
    padding: 0 20px;
	margin-left: 10px;
}
/* 지갑 리스트 끝 */


/* --------------23/03/31 서브페이지 css 정리완료 부분------------ */



/* ------------23/03/31 서브페이지 쓸지도 모름 지우지 말 것--------- */



/* agency 시작 */
.agency .item01 {
	overflow: hidden;
	width: 100%;
	background: #fff;
	border-radius: 15px;
	padding: 30px;
}

.agency .title {
	font-weight: 800;
	font-size: 34px;
	color: #0170a6;
}

.agency .item01 .blank {
	height: 30px;
}

.agency .item01 .th {
	font-weight: 600;
	font-size: 36px;
	color: #4e4e4e;
}

.agency .item01 .td {
	color: #a09f9f;
	font-weight: 600;
	font-size: 20px;
	padding-bottom: 2px;
	line-height: 1.3em;
}

.agency .item01-2 {
	overflow: hidden;
	padding-top: 20px;
}

.agency .item01-2 .th {
	font-size: 22px;
	line-height: 1.4em;
}

.agency .item02 .title {
	padding: 30px;
}

.agency .item01-2 .th_box,
.agency .item01-2 .td_box {
	text-align: right;
	width: 120px;
}

.agency .item01-2 {
	overflow: hidden;
	padding-top: 20px;
}

.agency .item01-2 .th {
	font-size: 20px;
}

.agency .item02 .title {
	padding: 30px;
}

.agency .item01-2 .th_box,
.agency .item01-2 .td_box {
	text-align: right;
	width: 120px;
}

/* 스케줄 영역 시작 */
.agency .total_box {
	padding: 20px 0px;
	position: relative;
}

.agency .total_box .schedule img {
	cursor: pointer;
	width: 25px;
}

.agency .total_box .schedule p {
	font-size: 28px;
	font-weight: 800;
	padding: 0px 30px;
}

.agency .total_box .total {
	position: absolute;
	top: 30%;
	right: 30px;
}

.agency .total_box .total p {
	font-size: 24px;
	font-weight: 600;
}

/* 스케줄 영역 끝 */

.agency .item02-1 {
	margin-bottom: 15px;
	font-weight: 600;
}

.agency .item02-1 p {
	width: 33%;
	float: left;
	text-align: center;
	color: #646464;
}

.agency .sb-1 {
	border: 1px solid #a4a4a5;
	border-radius: 15px;
	padding: 20px 0px;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}

.agency .sb .sb-1 .td {
	width: 33%;
	float: right;
	text-align: center;
	font-size: 22px;
	line-height: 26px;
}

.agency .sb .sb-1 .th {
	width: 33%;
	text-align: center;
	font-weight: 800;
	font-size: 28px;
}


.agency .item03-1 {
	margin-bottom: 15px;
	font-weight: 600;
}

.agency .item03-1 p {
	width: 20%;
	float: left;
	text-align: center;
	color: #646464;
}

.agency .item03-2 .sb-1 {
	border: 1px solid #a4a4a5;
	border-radius: 15px;
	padding: 20px 0px;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}

.agency .item03-2 .sb .sb-1 .td {
	width: 20%;
	float: right;
	text-align: center;
	font-size: 22px;
	line-height: 26px;
}

/* agency 끝 */

/* 민호추가 */
.mg_r20 p {
	line-height: 22px;
}

.point_c p {
	line-height: 22px;
}

.m_auto {
	margin: 0 auto;
}

.item03-1.f_l:nth-child(2n) {
	text-align: center;
}


.newView_M {
	display: none !important;
}


/* 수정 추가 */


.node .item01 .item01-1 {
	overflow: hidden;
	width: 40%;
	padding-top: 5px;
}

.node .item01 .item01-1 .td01 {
	float: left;
	width: 50%;
}

.node .item01 .item01-1 .td01 .td {
	font-size: 32px;
	    min-width: 180px;
}

.node .item01 .item01-1 .th01 {
	float: left;
}

.node .item01 .item01-1 .th01 .th {
	font-size: 32px;
	line-height: 41px;
	text-align: right;
}

.dashboard .update-text {
	width: 70%;
	display: block;
}

.pc_badge {
	padding-top: 30px !important;
}

.wallet .td {
	text-align: right;
}

.deposit .sb .sb-2 .td {
	text-align: right;
}

.point-txt {
	height: 36px;
	line-height: 42px !important;
}


.level-area {
	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;
}




.agency .sb .sb-1 .arrow_down {
	position: absolute;
	width: 15px;
	right: 2%;
	top: 38%;
	cursor: pointer;
}

.agency .sb .sb-2 {
	background: #fff;
	border-radius: 15px;
	padding: 20px;
	overflow: hidden;
	display: none;
	font-weight: 600;
}

.change-box {
	overflow: hidden;
}


/*pop*/
.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.4);
	left: 0;
	display: none;
}

.pop-up {
	position: fixed;
	z-index: 100000;
	background: #fff;
	width: 60%;
	padding-top: 0!important;
	height: 70%;
	overflow-y: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

.pop-up2 {
    position: fixed;
    z-index: 100000;
    background: #f5f8fb;
    width: 500px;
    height: 550px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.pop-up2 .inArea {
    overflow: hidden;
    padding: 20px;
    overflow-y: auto;
}
.pop-up2 .inArea .item01 {
    width: 100%;
    border: 1px #e4e4e4 solid;
    background: #ffffff;
    border-radius: 5px;
    padding: 15px;
}
.pop-up2 .inArea .item01 .tit {
    font-size: 14px;
    color: #2473bb;
    font-weight: 500;
    margin-bottom: 20px;
}
.pop-up2 .inArea .item01 .form {
    overflow: hidden;
    border-bottom: 1px #e4e4e4 solid;
    padding-bottom: 10px;
}
.pop-up2 .inArea .item01 .form .t1 {
    font-size: 16px;
    color: #333333;
    float: left;
    width: 80px;
    text-align: left;
    height: 40px;
    line-height: 40px;
}
.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: #555;
    border: 1px solid #dedede;
    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 .searchBt {
	width: 29%;
    background: #4446bd;
    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 #e4e4e4 solid;
    background: #ffffff;
    border-radius: 5px;
    padding: 15px;
}
.pop-up2 .inArea-list .item01 .tit {
    font-size: 14px;
    color: #bb2424;
    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: #eef3f8;
    height: 40px;
    text-align: center;
    line-height: 40px;
    float: left;
    width: 25%;
    border: 1px #e4e4e4 solid;
    border-top: 1px #000000 solid;
    font-size: 14px;
}
.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: #333333;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px #e4e4e4 solid;
}
.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;
}

.popTop .tit {
	background: #4446bd;
	color: #fff;
	font-size: 18px;
	padding: 25px;
}

.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;
}



/* 약관 추가 */
.terms {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.terms .t1 {
	margin-left: 10px;
	color: #c3c3c4;
	font-weight: 300;
	font-size: 16px;
}
input[id="cb1"]+label {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #1672a1;
    cursor: pointer;
}
input[id="cb1"]+label {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #c3c3c4;
    cursor: pointer;
}
input[id="cb2"]+label {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #c3c3c4;
    cursor: pointer;
}
input[id="cb1"]:checked+label {
    background: #4446bd;
    border: 1px solid #4446bd;
}
input[id="cb2"]:checked+label {
    background-color: #4446bd;
    border: 1px solid #4446bd;
}
.popup01, .popup02 {
    cursor: pointer;
    margin-left: 10px;
}
.tabBox {
    padding: 20px 20px 0 20px;
	overflow:hidden;
}
.tab-link {
	width: 49%;
	display: block;
	float: left;
	padding: 10px;
	text-align: center;
	background-color: #929090;
	border-radius: 20px;
	color: #fff;
	cursor: pointer;
	margin-right: 2%;
}
.tab-link:last-of-type {
	margin-right: 0;
}
.tab-link.current {
	background-color: #2d70ba;
}
.tab-link.current2 {
	background-color: #07cbd2;
}
/*.tab-content {
    height: 380px;
    width: 100%;
    border: 1px #e4e4e4 solid;
    background: #ffffff;
    border-radius: 5px;
    padding: 15px;
    overflow: auto;
	font-size: 15px;
    line-height: 1.2;
	display: none;
	word-break: keep-all;
}
.tab-content.current {
	display: block;
}
.tab-content.current2 {
	display: block;
}*/

/* 2023.04.17 추가 */
.p2p .tabArea a {
	height: 58px;
    border: 1px #6e6f70 solid;
    color: #6e6f70;
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
    text-align: Center;
    line-height: 58px;
    border-radius: 10px;
    width: calc(98% / 2);
}


.p2p .active {
	background: #4446bd;
    color: #ffffff !important;
}

.p2p .p2p-form {
	border: 1px solid #6e6f70;
    padding: 30px 30px;
    margin-top: 20px;
    border-radius: 10px;
}

.p2p .item-1 .form01 .input01-form .input01 {
    border-radius: 10px;
    width: 100%;
    height: 45px;
    font-size: 18px;
    padding-left: 20px;
    border: 1px #555 solid;
    font-weight: 300;
    background: transparent;
    color: #555;
}
.p2p .item-1 .form01 .input01-form .input01::placeholder {
	color: #fff;
	opacity: 0.5;
}

.p2p .input01-form .btnS {
    margin-left: 15px;
    border-radius: 10px;
    height: 45px;
    font-size: 18px;
    font-weight: 300;
    background: #4446bd;
    color: #fff;
    line-height: 45px;
    padding: 0 50px;
	width:150px;
}
.color-f{
    color:#232323;
}
.color-3{
    color:#232323;
}


/*리뉴얼추가*/
#kategorie-box .Update_txt {
    position: relative;
    color: #96999f;
    font-size: 14px;
    text-align: right;
    margin-top: 40px;
    padding-right: 20px;
}
#kategorie-box .Update_txt span{
    width:189px;
}
#kategorie-box .Update_txt::after {
    content: '';
    width: calc(100% - 220px);
    height: 1px;
    background: #575757;
    position: absolute;
    top: 50%;
    left: 0px;
}
#kategorie-box .menu_txt {
    position: relative;
    color: #96999f;
    font-size: 14px;
    text-align: left;
    margin-top: 30px;
    padding-left: 30px;
    margin-bottom: 30px;
}
#kategorie-box .logoutmlist {
    position: absolute;
    bottom: 40px;
}

.dashboard #main-item02 .item02 {
    margin-right: 0px;
    width: calc((100% / 2) - 24px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard #main-item02 .item02 .li1 {
	width:calc(100% / 3);
	text-align:center;
	}
.dashboard #main-item02 .item02 .li1 .t1{
	font-size: 18px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 10px;
	}
.dashboard #main-item02 .item02 .li1 .sum{
	font-size: 25px;
    color: #333333;
    font-weight: 700;
	}
.dashboard #main-item03 {
    overflow: hidden;
    padding-top: 30px;
    margin-bottom: 2%;
    display: flex;
    gap: 40px;
}
.dashboard #main-item03 .item0 {
    width: calc((100% / 4) - 32px);
    height: 150px;
    background: #ffffff;
    float: left;
    border-radius: 10px;
    padding: 30px 30px;
}
.dashboard #main-item03 .item02 {
    width: calc((100% / 2) - 24px);
}
.dashboard #main-item03 .item0 .tit {
    font-size: 18px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 10px;
}
.dashboard #main-item03 .item01 .ContA {
    overflow: hidden;
}
.dashboard #main-item03 .item01 .ContA .p_01 {
    font-size: 19px;
    color: #333333;
    font-weight: 300;
	text-align:center;
    margin-bottom: 7px;
}
.dashboard #main-item03 .item01 .ContA .p_01 span {
    font-weight: 700;
    font-size: 25px;
}
.dashboard #main-item03 .item01 .ContA .p_02 {
    font-size: 16px;
    color: #7274cd;
    line-height: inherit;
    font-weight: 300;
	text-align:center;
}
.dashboard #main-item03 .item02 .link_box{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
	}
.dashboard #main-item03 .item02 .link_box li{
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    cursor: pointer;
	}
.dashboard #main-item03 .item02 .link_box li img {
    height: 40px;
    filter: brightness(0);
}
.dashboard #main-item03 .item02 .link_box li span {
    font-size: 16px;
    color: #999999;
    font-weight: 400;
	margin-top:10px;
}
.dashboard #main-item03 .item02 .link_box::after {
    content: '';
    width: 1px;
    height: 90px;
    background: #999999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.p_mt20 {margin-top:20px;}

#UnitBuyPopup #stepArea01 .item01_area .r_box .Quantity_area2 {
    position: relative;
    width: 300px;
    margin: 0 auto;
}
#UnitBuyPopup #stepArea01 .item01_area .r_box .Quantity_area2 .p1{
   position:absolute;
   top:0px;
   left:0px;
}
#UnitBuyPopup #stepArea01 .item01_area .r_box .Quantity_area2 .sum {
    font-weight: 500;
    color: #4446bd;
    text-align: right;
    font-size: 20px;
    margin-bottom: 10px;
}
#UnitBuyPopup #stepArea01 .item01_area .r_box .Quantity_area2 .sum span {
	font-size: 16px;
    color: #999999;
    font-weight: 400;
}
#UnitBuyPopup #stepArea01 .item01_area .r_box .Quantity_area2 .item {
	margin-top:20px;
	overflow:hidden;
}
#UnitBuyPopup #stepArea01 .item01_area .r_box .Quantity_area2 .item .txt{
	font-size:14px;
	margin-bottom:7px;
}
#UnitBuyPopup #stepArea01 .item01_area .r_box .Quantity_area2 .item .inputForm {
    width: 150px;
    height: 40px;
    border: 1px #a3a3a3 solid;
    border-radius: 5px;
    padding-left: 15px;
    font-size: 16px;
}


#mark {
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.5);
	}
#depoPopup {
	display:none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 900px;
    height: 600px;
    transform: translate(-50%,-50%);
    background: #ffffff;
    border: 1px #9d9d9d solid;
    padding: 50px;
	z-index: 99;
}
#depoPopup .close_depo{
   position: absolute;
    top: 25px;
    right: 40px;
    height: 24px;
    cursor: pointer;
}
#depoPopup .title{
	font-size: 20px;
	margin-bottom:20px;
	}
#depoPopup .boxinner {
    background: #ffffff;
    border: 1px #9d9d9d solid;
    border-radius: 15px;
    height: 90%;
	padding:30px;
}
#depoPopup .boxinner .txt_ul {
    overflow: hidden;
    margin-bottom: 25px;
}
#depoPopup .boxinner .txt_ul li {
    font-size: 14px;
    color: #4446bd;
    font-weight: 500;
    margin-bottom: 5px;
}

#depoPopup .boxinner .lbox {
    width: 40%;
    float: left;
}
#depoPopup .boxinner .lbox .tit {
    font-size: 14px;
    color: #4446bd;
    font-weight: 500;
    text-align: center;
}
#depoPopup .boxinner .lbox .Quantity_area {
    margin: 0 auto;
    width: 100%;
    margin-top: 40px;
    border-bottom: 1px #9a9a9a solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#depoPopup .boxinner .lbox .Quantity_area ul li {
    font-size: 16px;
    display: flex;
    margin-bottom: 20px;
}

#depoPopup .boxinner .lbox .Quantity_area ul li .qt_tit {
    position: relative;
}
#depoPopup .boxinner .lbox .Quantity_area ul li .qt_tit::after {
    position: absolute;
    top: 7px;
    left: -10px;
    content: '';
    width: 2px;
    height: 2px;
    background: #919191;
    border-radius: 30px;
}
#depoPopup .boxinner .lbox .Quantity_area ul li .value_qt {
    margin-left: auto;
    font-weight: 700;
    color: #4446bd;
}

#depoPopup .boxinner .lbox .Quantity_area2 {
    position: relative;
    width: 300px;
    margin: 0 auto;
}
#depoPopup .boxinner .lbox .Quantity_area2 .p1{
   position:absolute;
   top:0px;
   left:0px;
}
#depoPopup .boxinner .lbox .Quantity_area2 .sum {
    font-weight: 500;
    color: #4446bd;
    text-align: right;
    font-size: 20px;
    margin-bottom: 10px;
}
#depoPopup .boxinner .lbox .Quantity_area2 .sum span {
	font-size: 16px;
    color: #999999;
    font-weight: 400;
}
#depoPopup .boxinner .rbox {
    width: 60%;
    float: right;
    padding-left: 100px;
	display:flex;
	flex-direction: column;
}
#depoPopup .boxinner .rbox .t1 {
    font-size: 16px;
    margin-bottom: 20px;
}
#depoPopup .boxinner .rbox .t2 {
   padding-left:20px;
}
#depoPopup .boxinner .rbox .btbox {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
	margin-top: 100px;
}
#depoPopup .boxinner .rbox .btbox .bt00 {
    width:48%;
    height: 45px;
    background: #4446bd;
    border-radius: 5px;
    text-align: center;
    line-height: 45px;
    color: #FFFFFE;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}
#depoPopup .boxinner .rbox .btbox .comple{
    background: #4446bd;
}
#depoPopup .boxinner .rbox .btbox .cancel{
    background: #999999;
}
#depoPopup .boxinner .rbox .noti {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    padding-left: 15px;
}
#depoPopup .boxinner .rbox .noti::after{
    content:'※';
	position:absolute;
	top:0px;
	left:0px;
}

.mining .item01 .rightArea .sumArea{
    display:flex;
    color: #333333;
	width:100%;
}
.mining .item01 .rightArea .sumArea .li1 {
    width: calc(100% / 3);
    text-align: center;
}
.mining .item01 .rightArea .sumArea .li1 .li-th {
    font-size: 18px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 15px;
}
.mining .item01 .rightArea .sumArea .li1 .li-td {
    font-size: 25px;
    color: #333333;
    font-weight: 500;
    display: block;
}


.mining .item02 .sb .sb-1 .th .jic {
    background: #000000;
    color: #fff;
    width: 18px;
    height: 18px;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    border-radius: 5px;
	margin-right:15px;
}
.mining .item02 .sb .sb-1 .th .state {
    font-size: 18px;
    color: #999999;
    font-weight: 300;
}


.mining .item02 .sb .sb-2 .sb_cont .sumArea {
    display: flex;
    color: #333333;
    width: 100%;
    justify-content: center;
}
.mining .item02 .sb .sb-2 .sb_cont .sumArea .li1 {
    width: calc(100% / 5);
    text-align: center;
}
.mining .item02 .sb .sb-2 .sb_cont .sumArea .li4 {
    width: calc(100% / 4) !important;
    text-align: center;
}
.mining .item02 .sb .sb-2 .sb_cont .sumArea .li1 .li-th {
    font-size: 18px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 15px;
}
.mining .item02 .sb .sb-2 .sb_cont .sumArea .li1 .li-td {
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    display: block;
}


.mining .item02 .sb .sb-2 .sb_cont .sumArea2 {
    display: flex;
	flex-direction: column;
    color: #333333;
    width: 100%;
	padding-left:50px;
}
.mining .item02 .sb .sb-2 .sb_cont .sumArea2 .li2 {
    text-align: center;
    display: flex;
    align-items: center;
	margin-bottom:20px;
}
.mining .item02 .sb .sb-2 .sb_cont .sumArea2 .li2 .li-th {
    font-size: 18px;
    color: #999999;
    font-weight: 300;
    width: 130px;
    text-align: left;
}
.mining .item02 .sb .sb-2 .sb_cont .sumArea2 .li2 .li-td {
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    display: block;
}




.mining .item01 .rightArea2 {
    margin-left: auto;
    color: #fff;
    width: calc(100% - 300px);
}
.mining .item01 .rightArea2 .sumArea{
    display:flex;
    color: #333333;
	width:100%;
}
.mining .item01 .rightArea2 .sumArea .li1 {
   width: calc(100% / 5);
    text-align: center;
}
.mining .item01 .rightArea2 .sumArea .li1 .li-th {
    font-size: 18px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 15px;
}
.mining .item01 .rightArea2 .sumArea .li1 .li-td {
    font-size: 25px;
    color: #333333;
    font-weight: 500;
    display: block;
}
.mining .item01 .itemin {
    width: 250px;
    border-right: 1px #e4e4e4 solid;
}





.rank .item01 {
    overflow: hidden;
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    padding: 30px;
    margin-top: 20px;
}
.rank .item01 .item-0 {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.rank .item01 .item-a {
    padding-bottom: 40px;
}
.rank .item01 .item-b {
    padding-top: 40px;
}
.rank .item01 .item-0 .levelBox{
    position:relative;
	width:170px;
}
.rank .item01 .item-a .levelBox::after {
    content: '';
    width: 1px;
    height: 240px;
    position: absolute;
    right: 0px;
    top: -20px;
    background: #cdcdcd;
}
.rank .item01 .item-a .rightArea::after {
    content: '';
    width: calc(100% - 20px);
    height: 1px;
    position: absolute;
    right: 0px;
    bottom: -40px;
    background: #cdcdcd;
}
.rank .item01 .item-b .levelBox::after {
    content: '';
    width: 130px;
    height: 1px;
    position: absolute;
    left: 0px;
    top:-40px;
    background: #cdcdcd;
}
.rank .item01 .item-0 .levelBox .txt1 {
    font-size: 20px;
    color: #999999;
    font-weight: 500;
    margin-bottom: 10px;
}
.rank .item01 .item-0 .levelBox .txt2{
    font-size: 28px;
    color: #333333;
    font-weight: 500;
}

.rank .item01 .item-0 .rightArea {
    margin-left: auto;
    color: #fff;
    width: calc(100% - 200px);
	position:relative;
}
.rank .item01 .item-0 .rightArea .sumArea {
    display: flex;
    color: #333333;
    width: 100%;
}
.rank .item01 .item-0 .rightArea .sumArea .li1 {
    width: calc(100% / 4);
    text-align: center;
}
.rank .sumArea .li1 .li-th {
    font-size: 20px;
    color: #999999;
    font-weight: 500;
    margin-bottom: 15px;
}
.rank .sumArea .li1 .li-td {
    font-size: 25px;
    color: #333333;
    font-weight: 500;
    display: block;
}
.rank .sumArea .li1 .li-td span {font-size:0.9em;font-weight:200;}

.rank .item02 {
	overflow: hidden;
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    padding: 30px;
    margin-top: 20px;
	display:flex;
	}
.rank .item02 .item-0 {height:140px;}
.rank .item02 .item-0 .txt1{
	font-size: 20px;
    color: #999999;
    font-weight: 500;
    margin-bottom: 10px;
	}
.rank .item02 .item-a {
    width: 170px;
    border-right: 1px #cdcdcd solid;
    padding-bottom: 60px;
}
.rank .item02 .item-a .txt1 {padding-top:20px;}
.rank .item02 .item-a .txt2{
	font-size: 28px;
    color: #333333;
    font-weight: 500;
	}
.rank .item02 .item-b {
	width:calc(100% - 450px);
	border-right: 1px #cdcdcd solid;
	display:flex;
	}
.rank .item02 .item-b .rightArea {
    color: #fff;
    width: 100%;
    position: relative;
}
.rank .item02 .item-b .rightArea .sumArea {
    display: flex;
    color: #333333;
    width: 100%;
}
.rank .item02 .item-b .rightArea .sumArea .li1 {
    width: calc(100% / 3);
    text-align: center;
}

.rank .item02 .item-c {
    text-align: center;
    width: 280px;
}
.rank .item02 .item-c .txt1 {padding-top:20px;}
.rank .item02 .item-c .txt2{
    font-size: 20px;
    color: #999999;
    font-weight: 500;
    margin-bottom: 10px;
}
.rank .item02 .item-c .txt3 {
    font-size: 25px;
    color: #333333;
    font-weight: 500;
    display: block;
    margin-top: 20px;
}
.rank .item02 .item-c .txt3 span{
    font-size: 0.9em;
    font-weight: 200;
}

.rank .item03 {
	overflow:hidden;
	display:flex;
	justify-content: space-between;
	margin-top: 20px;
	}
.rank .item03 .item-0{
	width:49%;
	background:#ffffff;
	height:350px;
	border-radius:15px;
	padding:30px;
	position:relative;
	}
.rank .item03 .item-0 .tit {
    font-size: 18px;
    color: #999999;
    font-weight: 500;
    margin-bottom: 30px;
}
.rank .item03 .item-0 .listForm{
	height:280px;
	}
.rank .item03 .item-0 .listForm .listForm-head{
	width:100%;
	display:flex;
	}
.rank .item03 .item-0 .listForm .listForm-head .ul0{
	width:100%;
	display:flex;
	align-items:center;
	padding-top:8px;
	padding-bottom:8px;
	border-bottom:1px #cbcbcb solid;
	}
.rank .item03 .item-0 .listForm .listForm-head .ul0 li{
	font-size: 18px;
    color: #333333;
    font-weight: 500;
    display: block;
	}
.rank .item03 .item-0 .line3 .listForm-head .ul0 li {
    width: calc(100% / 3);
    text-align: center;
}
.rank .item03 .item-0 .listForm .listForm-body {
    height: 200px;
    padding-top: 15px;
}
.rank .item03 .item-0 .listForm .listForm-body ul{
	width: 100%;
    display: flex;
    align-items: center;
	}
.rank .item03 .item-0 .line3 .listForm-body li{
	width: calc(100% / 3);
    text-align: center;
	}
.rank .item03 .item-0 .listForm .listForm-body li{
	font-size: 18px;
    color: #333333;
    font-weight: 300;
	padding-top:4px;
	padding-bottom:8px;
	}
.rank .item03 .item-0 .listForm .listForm-body li .button0 {
    display: inline-block;
    width: 85px;
    height: 34px;
    background: #4446bd;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    border-radius: 3px;
    line-height: 35px;
}
.rank .item03 .item-0 .listForm .listForm-body li .active{
	background:#999999;
	}
.rank .item03 .item-b .listForm .listForm-body li {
    padding-top: 10px;
    padding-bottom: 15px;
}
.rank .item03 .impoTxt {
    font-size: 14px;
    color: #ff4f4f;
    position: absolute;
    bottom: 20px;
    left: 50px;
}
.scroll-y {overflow-y:auto;}
.scroll-y::-webkit-scrollbar {width: 6px; height: 12px;}
.scroll-y::-webkit-scrollbar-thumb {  background: #bdbdbd;border-radius:30px; }

#layer-team {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 520px;
    height: 420px;
    transform: translate(-50%,-50%);
    background: #ffffff;
    border: 1px #9d9d9d solid;
    padding: 40px;
    z-index: 99;
	border-radius:15px;
}
#layer-team .close_depo{
    position: absolute;
    top: 25px;
    right: 40px;
    height: 24px;
    cursor: pointer;
}
#layer-team .title {
	font-size:24px;
	font-weight:700;
	color:#333333;
	line-height:1;
	margin-bottom:10px;
	}
#layer-team .stitle {
    font-size: 14px;
    font-weight: 300;
    color: #888;
}
#layer-team .boxinner {
    margin-top:20px;
}
#layer-team .userName {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    border-top: 1px #cbcbcb solid;
    border-bottom: 1px #cbcbcb solid;
    padding: 12px 0px 12px 30px;
}
#layer-team .boxinner .teamList {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow-y: auto;
    height: 130px;
    border-bottom: 1px #cbcbcb solid;
}
#layer-team .boxinner .teamList .line {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#layer-team .boxinner .teamList .line .userId{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
	width:120px;
	text-align:left;
}
#layer-team .boxinner .teamList .line .selectUl{
    display:flex;
	align-items:center;
	width:34%;
	text-align:center;
	position:relative;
}
#layer-team .boxinner .teamList .line .selectUl::after {
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    background: #999999;
    width: 0.1px;
    height: 22px;
    content: '';
}
#layer-team .boxinner .teamList .line .selectUl li{
    width:50%;
	font-size:14px;
	color:#333333;
	font-weight:600;
	cursor:pointer;
}
#layer-team .boxinner .teamList .line .selectUl li:hover{
    color:#4446bd !important;
}
#layer-team .boxinner .teamList .line .selectUl li.comple{
    color:#999999;
}
#layer-team .boxinner .teamList .line .selectUl li.select{
    color:#4446bd;
}
#layer-team .boxinner .teamList .line .choicebt {
    width: 80px;
    height: 33px;
    background: #4446bd;
    border-radius: 5px;
    text-align: center;
    line-height: 33px;
    color: #FFFFFE;
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
	margin-left: auto;
}
#layer-team .boxinner .box {
    display:flex;
	align-items:center;
	margin-top:15px;
	padding-left:10px;
	padding-right:10px;
}
#layer-team .boxinner .box .input01{
    width:110px;
	height:30px;
	background:#eeeeee;
	border:1px #cbcbcb solid;
	text-align:center;
	font-size:13px;
	color:#333333;
	border-radius:5px;
}
#layer-team .boxinner .box .input02{
    width:60px;
	height:30px;
	background:#eeeeee;
	border:1px #cbcbcb solid;
	text-align:center;
	font-size:13px;
	color:#333333;
	border-radius:5px;
	margin-left:5px;
}
#layer-team .boxinner .box .span01{
    margin-left:5px;
	margin-right:5px;
	font-size:14px;
}
#layer-team .boxinner .box .span02{
    margin-left:5px;
	font-size:14px;
}
#layer-team .request {
    width: 130px;
    height: 38px;
    background: #4446bd;
    border-radius: 5px;
    text-align: center;
    line-height: 38px;
    color: #FFFFFE;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    float: right;
    margin-right: 35px;
    margin-top: 20px;
}
#layer-team .impoTxt2 {
    font-size: 14px;
    color: #ff4f4f;
    position: absolute;
    bottom: 30px;
    left: 50px;
}


.node .item02 .listArea .listBox .item02-2 .sumArea {
    display: flex;
    color: #333333;
    width: 100%;
	margin-bottom:20px;
}
.node .item02 .listArea .listBox .item02-2 .sumArea .li1 {
    width: calc(100% / 3);
}
.node .item02 .listArea .listBox .item02-2 .sumArea .li1 .li-th {
    font-size: 16px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 10px;
}
.node .item02 .listArea .listBox .item02-2 .sumArea .li1 .li-td {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    display: block;
}



.tab_menu_area {
	overflow:hidden;
	margin-top:20px;
	margin-bottom:30px;
	}
.tab_menu_area .tab_ul{
	overflow:hidden;
	display:flex; 
	align-items:center;
	justify-content: space-between;
	}
.tab_menu_area .tab_ul2 li {width:49%;}
.tab_menu_area .tab_ul li {
	height:58px;
	border:1px #6e6f70 solid;
	color:#6e6f70;
	font-size:20px;
	font-weight:300;
	cursor:pointer;
	text-align:Center;
	line-height:58px;
	border-radius:10px;
	}
.tab_menu_area .tab_active {
	background:#4446bd;
	}
.tab_menu_area .tab_active a{
	color:#ffffff !important;
	}
.tab-content{
  display: none;
}
 
.tab-content.current{
  display: inherit;
}

.p_mt70 {margin-top:70px;}
#date_area {
    overflow: hidden;
    display: flex;
}
#date_area .datebox {
    margin-left: auto;
    display: flex;
    align-items: center;
}
#date_area .date_input{
	overflow:hidden;
	font-size: 24px;
    color: #333333;
    font-weight: 300;
	background:transparent;
	margin-left:30px;
	margin-right:30px;
	}
#date_area img{
	height:24px;
	cursor:pointer;
	}

 /* 기본 달력 아이콘을 숨기기 */

#date_area input[type='date'] {
  border: none; 
  position: relative;  
  width: 140px;
  padding: 10px;
  background: url('../images/your_custom_icon.png') no-repeat right 8px center /
    20px auto;
  background-color: transparent;
  border-radius: 8px;
  text-align: left;
  font-size: 100%;
}


#date_area input[type='date']::-webkit-calendar-picker-indicator {
  position: absolute; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent; // 
  color: transparent; // 
  cursor: pointer;
}


#date_area input[type='date']::before {
  content: attr(placeholder); 
  width: 100%;
  height: 100%;
}


#date_area input[type='date']:valid::before {
  display: none; 
}

/* 사용자 정의 달력 아이콘 스타일 */



/*기업형 CSS*/
.dashboard #main-item05 {
    overflow: hidden;
    margin-top: 2%;
    margin-bottom: 2%;
}
.dashboard #main-item05 .item0 {
    width: calc(98% / 2);
    height: 280px;
    background: #ffffff;
    float: left;
    border-radius: 10px;
    padding: 20px 30px;
    margin-right: 2%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.dashboard #main-item05 .item02 {
	margin-right:0px;
}
.dashboard #main-item05 .item0 .tit {
    font-size: 24px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 10px;
}
.dashboard #main-item05 .item0 .ContA {
    overflow: hidden;
}
.dashboard #main-item05 .item0 .ContA .p_01 {
    font-weight: 700;
    color: #333333;
    font-size: 30px;
    margin-bottom: 10px;
}
.dashboard #main-item05 .item0 .ContA .p_02 {
    font-weight: 700;
    color: #333333;
    font-size: 30px;
    margin-bottom: 10px;
}
.dashboard #main-item05 .item0 .ContA .p_03 {
    font-size: 20px;
    color: #7274cd;
    line-height: inherit;
    font-weight: 300;
}
/*기업형 CSS 끝*/

.rank .item03 .item-0 .tit .span01{
    margin-left:30px;
	display:inline-block;
	font-size:14px;
}
