/* ****** 1-login ****** */
.login .inner {
    background: url('../src/ico/login-acc@2x.png') no-repeat 50% 94% / 132px 165px;
}
.login-top p{
    display: block;
    text-align: center;
    margin-top: 24px;
}
.login-top p span {
    font-size: 12px;
    text-align: center;
    color: #fff;
    /* font-family: "Figtree", serif; */
    font-weight: 300;
}
.login-top p span:not(:first-child){
    position: relative;
    padding-left: 6px;
    margin-left: 6px;
} 
.login-top p span:not(:first-child)::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.6px;
    height: 10px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}


/* input css */
.login .cont-box .login-input-box{
    margin-top: 60px;
}
.login .cont-box .login-input-box .input-group{
    width: 100%;
    margin: 0 auto;
}
.login .cont-box .login-input-box .input {
    position: relative;
}
.login .cont-box .login-input-box > div:first-child{
    margin-bottom: 10px;
}
.login .cont-box .login-input-box input {
    height: 42px;
    padding: 0 10px 0 55px;
}
.login .cont-box .login-input-box .input + a {
    font-size: 12px;
    color: #fff;
    margin: 8px 0 0 16px;
    display: block;
    width: fit-content;
}
.login .cont-box .login-input-box .input i {
    position: absolute;
    top: 50%;
    left: 18px;
    width: 24px;
    height: auto;
    transform: translateY(-50%);
}
.login .cont-box .login-input-box .input i::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -11px;
    width: 1px;
    height: 10px;
    /* background-color: #09112b; */
    transform: translateY(-50%);
}

.login .cont-box .login-input-box .input i.pw-ico {
    width: 20px;
    left: 16px;
}
.login .cont-box .login-input-box .input i.pw-ico::after{
    right: -10px;
}

.login .cont-box .btn-confirm{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px auto 0;
    width: 120px;
    height: 38px;
    border-radius: 10px;
    font-size: 14px;
}

.login .cont-box .join-txt-box {
    text-align: center;
    margin-top: 26px;
}
.login .cont-box .join-txt-box p {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}
.login .cont-box .join-txt-box p span {
    /* font-family: "Figtree", serif; */
    color: #fff;
}
.login .cont-box .join-txt-box .btn-join {
    background-color: transparent;
    color: #fff;
    width: 80px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.75px solid #fff;
    border-radius: 100px;
    margin: 0 auto;
    font-size: 13px;
}

/* copyright */
.copyright{
    margin-top: 164px;
    font-size: 11px;
    color: #fff;
    /* font-family: "Figtree", serif; */
    text-align: center;
    font-weight: 300;
}


/* ****** 2-join ****** */
.join .cont-box .tit {
    display: block;
    text-align: center;
    margin: 30px 0 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.join .cont-box .tit span {
    /* font-family: "Figtree", serif; */
    color: #fff;
}

.join .join-input-box{
    width: 100%;
    margin: 0 auto;
}
.join .join-input-box > div:not(:first-child) {
    margin-top: 16px;
}
.join .join-input-box .input-group{
    position: relative;
}
.join .join-input-box input {
    height: 42px;
    padding: 0 20px 0 76px;
}
.join .join-input-box input.recommend {
    padding-right: 80px;
}
.join .join-input-box span {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    font-size: 12px;
    color: #09112b;
}
.join .join-input-box span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -6px;
    width: 0.5px;
    height: 12px;
    /* background-color: #09112b; */
    transform: translateY(-50%);
}

.join .tel-group{
    display: flex;
    align-items: center;
    gap: 6px;
}
.join .tel-group select {
    width: 84px;
    border-radius: 20px;
    border: none;
    appearance: none;
    height: 42px;
    padding: 0 40px 0 8px;
    font-size: 12px;
    background: #fff url('../src/ico/select-txt-arrow@2x.png') no-repeat 73% 50% / 32px 9px;
    outline: none;
    font-size: 10px;
}
.join .tel-input {
    width: calc(100% - 90px);
}
.join .tel-input input {
    padding: 0 20px;
}
.join .search-group {
    position: relative;
}
.join .search-group .btn-search {
    position: absolute;
    top: 50%;
    right: 8px;
    background: #09112b;
    border-radius: 20px;
    color: #fff;
    height: 30px;
    width: 70px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    z-index: 1;
}
.join .btn-box {
    margin-top: 38px;
}

/* copyright */
.join .copyright {
    margin-top: 68px;
}



/* ****** step3-home ****** */
.home header {margin-bottom: 20px;}

.home .profile-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 60px 8px 12px;
    margin-bottom: 12px;
}
.home .profile-box .level-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #1e2a6c;
    width: 58px;
    height: 58px;
}
.home .profile-box .level-box span {
    font-size: 12px;
    /* font-family: "Figtree", serif; */
    font-weight: 500;
    color: #fff;
}
.home .profile-box .profile-info {
    width: calc(100% - 70px);
}
.home .profile-box .profile-info strong {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
    color: #fff;
}
.home .profile-box .profile-info p {
    display: block;
    font-size: 12px;
    /* font-family: "Figtree", serif; */
    color: #fff;
}
.home .profile-box .edit-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #1e2a6c url('../src/ico/edit-ico@2x.png') no-repeat 50% 50% / 18px 18px;
}

.home .list-wrapper ul li.balance-summary{
    margin: 10px 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 26px;
    text-align: center;
    padding: 10px 14px;
}
.home .list-wrapper ul li.balance-summary dl {
    display: flex;
    gap: 4px;
    flex-direction: column;
    justify-content: space-between;
}
.home .list-wrapper ul li.balance-summary dl dt {
    display: block;
    font-size: 10px;
}
.home .list-wrapper ul li.balance-summary dl dd {
    font-size: 10px;
    color: #fff;
}
.home .list-wrapper ul li.balance-summary dl dd em {
    color: #fff;
}
.home .list-wrapper ul li.balance-summary dl.balance-highlight dt {
    font-size: 14px;
    font-weight: 700;
}
.home .list-wrapper ul li.balance-summary dl.balance-highlight dd {
    font-weight: 700;
}
.home .list-wrapper ul li.spacing-top {
    margin-top: 8px;
}
.home .list-wrapper ul li:not(.has-button){
    padding-right: 12px;
}
.home .list-wrapper ul li .list-tit {
    width: 84px;
    display: block;
}

.home .list-wrapper ul li .list-btn {
    position: absolute;
    top: 50%;
    right: 14px;
    background-color: #1e2a6c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    width: 70px;
    height: 30px;
    font-size: 12px;
    gap: 2px;
    transform: translateY(-50%);
}
.home .list-wrapper ul li .list-btn em {
    color: #fff;
}
.home .list-wrapper ul li p {
    font-size: 14px;
}
.home .list-wrapper ul li.has-button p {
    width: calc(100% - 84px);
}
.home .list-wrapper ul li p.link{
    font-size: 9px;
    word-break: break-all;
}
.home .list-wrapper ul li p.investment-name {
    font-size: 12px;
    /* font-family: "Figtree", serif; */
}
.home .list-wrapper ul li p.investment-name small {
    font-size: 10px;
    /* font-family: 'Pretendard'; */
}

/* reword section */
.home .reward-section .section-title{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 30px 0 15px;
}
.home .reward-section .reward-list li:nth-child(n+2) {
    margin-top: 4px;
}
.home .reward-section .reward-list .has-button {
    padding-right: 40px;
}



/* ****** step4-ozbot 세팅 ****** */
.ozbot-setting .icon-box {
    width: 100px;
    margin: 24px auto 20px;
}
.ozbot-setting .list-wrapper ul li{
    padding-right: 14px;
}
.ozbot-setting .list-wrapper ul li:nth-child(n+2){
    margin-top: 12px;
}
.ozbot-setting .list-wrapper ul li span {
    width: 90px;
}
.ozbot-setting .list-wrapper ul li p {
    width: calc(100% - 90px);
}
.ozbot-setting .list-wrapper ul li p.flex-box {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.ozbot-setting .list-wrapper ul li p span.small {
    font-size: 10px;
    color: #818fc7;
    text-align: right;
}
.ozbot-setting .list-wrapper ul li .point-color {
    font-weight: 500;
    font-size: 14px;
}
.ozbot-setting .btn-box{
    margin: 33px 0 18px;
}
.caution-title {
    font-size: 10px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}
.caution-title span, .caution-title em {
    color: #fff;
}




/* ****** step5-ozbot 충전 ****** */
.ozbot-recharge .icon-box {
    width: 120px;
    margin:  24px auto 70px;
}
.ozbot-recharge .list-wrapper ul li{
    padding-right: 40px;
}
.ozbot-recharge .list-wrapper ul li .list-tit{
    width: 90px;
}
.ozbot-recharge .list-wrapper ul li p {
    width: calc(100% - 90px);
    font-size: 14px;
    font-weight: 500;
}


.ozbot-recharge .folder-box{
    margin-top: 40px;
}
.ozbot-recharge .folder-box ul{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px 0;
}
.ozbot-recharge .folder-box ul li {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.ozbot-recharge .folder-box ul li i {
    position: relative;
    width: 70px;
    height: 50px;
    background: url('../src/ico/folder-ico@2x.png') no-repeat 50% 50% / contain;
}
.ozbot-recharge .folder-box ul li i span {
    margin: 21px 0 0 -4px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    display: block;
    text-align: center;

}

.ozbot-recharge .folder-box ul li i::after {
    content: '';
    position: absolute;
    top: -9px;
    left: -11px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-color: #68c3c7;
    font-size: 10px;
    color: #09112b;
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}
/* 배수 아이콘 */
.ozbot-recharge .folder-box ul li i.x2::after{
    content: '2X';
}
.ozbot-recharge .folder-box ul li i.x3::after{
    content: '3X';
}
.ozbot-recharge .folder-box ul li i.x4::after{
    content: '4X';
}

.ozbot-recharge .folder-box ul li .price {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    margin: 8px 0 6px;
    display: block;
}
.ozbot-recharge .folder-box ul li .price em {
    color: #fff;
}
.ozbot-recharge .folder-box ul li .buy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 24px;
    border-radius: 20px;
    font-size: 12px;
}



/* ****** step5-ozbot 충전상세페이지 ****** */
.ozbot-recharge.detail .list-wrapper {
    margin: 40px 0 36px;
}

.ozbot-recharge .recharge-detail-box {
    padding: 32px 18px 28px;
    background-color: #152042;
    border-radius: 16px;
}
.ozbot-recharge .recharge-detail-box > div:not(.btn-box) {
    background-color: #fff;
    border-radius: 12px;
}
.ozbot-recharge .recharge-detail-box > div:not(:last-child){
    margin-bottom: 12px
}
.ozbot-recharge .recharge-detail-box .list-box-1{
    padding: 13px 20px 16px;
}
.ozbot-recharge .recharge-detail-box .list-box-1 .top-tit {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}
.ozbot-recharge .recharge-detail-box .list-box-1 i {
    width: 38px;
    height: 28px;
    margin-left: -6px;
    display: block;
    background: url('../src/ico/ozbot-recharge-navy@2x.png') no-repeat 50% 50% / contain;
}
.ozbot-recharge .recharge-detail-box .list-box-1 .top-tit p {
    width: calc(100% - 42px);
    font-size: 12px;
}
.ozbot-recharge .recharge-detail-box .list-box-1 .top-tit p .num {
    display: block;
}
.ozbot-recharge .recharge-detail-box .list-box-1 .bottom-info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.ozbot-recharge .recharge-detail-box .list-box-1 .bottom-info .sub-tit {
    font-size: 12px;
    color: rgba(95,93,103,0.4);
}
.ozbot-recharge .recharge-detail-box .list-box-1 .bottom-info strong {
    font-size: 32px;
    font-weight: 600;
}
.ozbot-recharge .recharge-detail-box .list-box-1 .bottom-info strong .unit {
    font-size: 12px;
}

.ozbot-recharge .recharge-detail-box .list-box-2 {
    padding: 24px 20px 26px;
}
.ozbot-recharge .recharge-detail-box .list-box-2 .sub-tit {
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px;
}
.ozbot-recharge .recharge-detail-box .list-box-2 ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 33px;
}
.ozbot-recharge .recharge-detail-box .list-box-2 ul li {
    font-size: 12px;
    color: rgba(95,93,103,0.4);
}
.ozbot-recharge .recharge-detail-box .list-box-2 .deposit-address .sub-tit{
    font-size: 14px;
    text-align: left;
    color: rgba(95,93,103,0.4);
    margin-bottom: 4px;
}
.ozbot-recharge .recharge-detail-box .list-box-2 .deposit-address p {
    font-size: 12px;
    width: fit-content;
}
.ozbot-recharge .recharge-detail-box .list-box-2 .deposit-address p.cancel {
    position: relative;
}
.ozbot-recharge .recharge-detail-box .list-box-2 .deposit-address p.cancel::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.5px;
    transform: translateY(-50%);
    /* background-color: #e24521; */
}
.ozbot-recharge .recharge-detail-box  .btn-box{
    gap: 14px;
}

/* ****** step6-ozbot 파워 ****** */
.ozbot-balance .list-wrapper{
    margin: 40px 0 80px;
}
.ozbot-balance .list-wrapper li.navy-box {
    justify-content: space-between;
    padding-right: 14px;
}
.ozbot-balance .list-wrapper li p {
    font-size: 14px;
    font-weight: 500;
}
.ozbot-balance .list-wrapper li p span {
    font-size: 12px;
    font-weight: 500;
}

/* ****** step7-ozbot 수당출금 ****** */
.withdrawal .balance-table-wrap{
    height: 180px;
}
.withdrawal .list-wrapper{
    margin-bottom: 16px;
}
.withdrawal .list-wrapper ul li:nth-child(n+2){
    margin-top: 6px;
}
.withdrawal .list-wrapper ul li.navy-box {
    padding-right: 26px;
}
.withdrawal .list-wrapper ul li.navy-box.side p{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.withdrawal .list-wrapper ul li.navy-box.side p .small {
    font-size: 10px;
    color: #fff;
    width: 60px;
}
.withdrawal .list-wrapper ul li.navy-box.side p span:not(.small){
    width: calc(100% - 60px);
    text-align: right;
    font-size: 14px;
}
.withdrawal .list-wrapper ul li.input-box{
    position: relative;
}
.withdrawal .list-wrapper ul li.input-box > span {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #fff;
}
.withdrawal .list-wrapper ul li.input-box input {
    min-height: 42px;
    padding: 0 26px 0 90px;
    background-color: #152042;
    color: #fff;
}
.withdrawal .list-wrapper ul li.input-box input::placeholder{
    color: rgba(255,255,255,0.4);
}
.withdrawal .list-wrapper ul li span {
    width: 100px;
}

.withdrawal .caution-title{
    margin: 6px 0 12px;
}
.withdrawal-submit-btn {
    height: 34px;
    width: 94px;
    border-radius: 10px;
    font-size: 12px;
    margin: 0 auto;
    display: block;
}



/* ****** step8-community ****** */
.community .list-wrapper{ margin-bottom: 6px;}
.community .list-wrapper ul li:nth-child(n+2){
    margin-top: 6px;
}
.community .list-wrapper ul li.box3{
    display: flex;
    align-items: center;
    min-height: 33px;
    padding: 0 30px 0 16px;
}
.community .list-wrapper ul li.box3 .list-tit {
    width: 98px;
    padding: 12px 0;
}
.community .list-wrapper ul li.box3 .inner-box {
    width: calc(100% - 96px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.community .list-wrapper ul li.box3 .inner-box dl {
    width: 33.3333%;
    text-align: center;
}
.community .list-wrapper ul li.box3 .inner-box dl dt{
    font-size: 10px;
    color: #fff;
    padding-bottom: 4px;
}
.community .list-wrapper ul li.box3 .inner-box dl dd, .community .list-wrapper ul li.box3 .inner-box dl dd span {
    font-size: 10px;
    color: #fff;
}
.community .list-wrapper ul li.box3 .inner-box dl.bold dt{
    font-size: 14px;
    font-weight: 600;
}
.community .list-wrapper ul li.box3 .inner-box dl.bold dd{
    font-weight: 500;
}


.community .balance-table-wrap{
    height: 350px;
    padding: 16px;
    margin-top: 0;
}
.community .referral-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.community .referral-info .list-tit {
    position: relative;
    font-size: 12px;
    width: 57px;
}
.community .referral-info .list-tit::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 8px;
    /* background-color: #fff; */
    transform: translateY(-50%);
}
.community .referral-info strong{
    font-size: 12px;
    font-weight: 600;
}
.community .referral-info strong em {
    font-size: 14px;
    font-weight: 600;
}
.community .balance-table-wrap th{
    border-bottom: 1px solid #fff;
}
.community .balance-table-wrap td, .community .balance-table-wrap th {
    width: 25%;
    word-break: break-all;
}
.community .balance-table-wrap .table-body-wrap {
    margin-top: 6px;
    height: calc(100% - 62px);
}
.community .balance-table-wrap td {
    padding: 4px 0;
}
.community .balance-table-wrap td.address {
    text-align: left;

}