

.contact-banner{
    background-image: url(../images/sub/contactus/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-banner1{
    /*background-image: url(../images/sub/contactus/banner.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.sub-banner1 {
    position: relative;
    width: 100%;
    height: 50px;
    background-color: var(--main-blue2);
    padding-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}





/* mypage */
.sub-container>.user-content {
   /*  margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
     */
    
        max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0.5%;
    
}

/* .user-info {
    width: 82%;
}
 */
 
 /* 
.user-info h1 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 50px;
}
 */


.user-info p {
    word-break: keep-all;
}

.user-info ul ol {
    word-break: keep-all;
    line-height: 1.5;
}



.reg-caution{
    color: #ed1515;    
    text-align: center;
    word-break: keep-all;
}

.user-info-wrap {
    margin-bottom: 30px;
}

.user-box {
    padding: 20px 20px 10px;
    width: auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
}

.user-data {}

.user-img {
    width: 120px;
    height: 120px;
    border: 1px solid #ddd;
    background-color: #eaeaea;
    margin-bottom: 10px;
}

.user-name {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.user-btn-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-btn {
    background-color: #969696;
    font-size: 12px;
    font-weight: 700;
    color: #1e1e1e;
    white-space: nowrap;
    width: 48%;
    padding: 4px 0px;
}

.info-box {
    width: 100%;
}

.info-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info-row:first-of-type {
    border-bottom: 1px solid #ddd;
}

.info-sell {
    width: 50%;
    padding: 20px;
    display: flex;
    align-items: center;
}

.info-row .info-sell:first-of-type {
    border-right: 1px solid #ddd;
}

.info-sell i {
    font-size: 40px;
}

.info-sell ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 30px;
}

.info-sell ul li {
    font-size: 14px;
    font-weight: 700;
    list-style: none;
    color: var(--main-blue2);
}

.info-sell ul li p {
    font-size: 14px;
    margin-bottom: 0;
    color: #000;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px; 
    display: inline-block;
}

.business-btn {
    display: inline-block;
    width: auto;
    padding: 8px 20px;
    border: 2px solid var(--main-blue2);
    background-color: transparent;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    color: var(--main-blue2);
    transition-duration: 0.3s;
}

.business-btn:hover {
    background-color: var(--main-blue2);
    color: #1e1e1e;
    transition-duration: 0.3s;
}

.business-btn2 {
    display: inline-block;
    width: auto;
    padding: 8px 20px;
    border: 2px solid #858585;
    background-color: #858585;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #343434;
}

.partner-wrap p {
    margin: 10px 0;
}

.partner-wrap p span{
    color: var(--main-blue2);
}
.account-header {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 10px;
}

.account-header h2 {
    font-size: 20px;
}

.add-account-link {
    border: 1px solid var(--main-blue2);
    background-color: transparent;
    color: var(--main-blue2);
    padding: 7px 9px;
}

.account-list-wrap {
    overflow-x: auto;
}

.account-list {
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
}

.account-list th {
    height: 50px;
    background-color: #ddd;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    /* border-top: 2px solid #000; */
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    padding: 8px;
}

.account-list td {
    height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    background-color: #ffffff;
    border: 1px solid #ddd;
    white-space: nowrap;
    padding: 8px;
}

.account-list td strong {
    font-size: 14px;
    color: #1e1e1e;
}

.side-menu {
    width: 25%;
    margin-left: 20px;
}

.side-list {
    width: 100%;
}

.side-list-header {
    width: 100%;
    padding: 20px;
    border-bottom: 2px solid #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.side-list-header h4 {
    font-size: 20px;
    color: #343434;
    text-decoration: none;
}

.side-list-header:hover h4 {
    color: var(--main-blue2);
}

.side-list-header.active h4 {
    color: var(--main-blue2);
}

.side-arrow i {
    font-size: 20px;
    transform: rotate(180deg);
    color: #bfbfbf;
    transition-duration: .2s;
}

.side-arrow.active i {
    transform: rotate(0);
    color: #000;
}

.side-list-body {
    padding: 0;
    margin-bottom: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: .3s;
}

.side-list-body.active {
    height: auto;
    overflow: auto;
    opacity: 1;
    transition-duration: .3s;
}

.side-list-body li {
    list-style: none;
    border-bottom: 1px solid #8d8d8d;
}

.side-list-body li a {
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    padding: 20px;
    text-decoration: none;
}

.side-list-body li a:hover {
    color: var(--main-blue2); font-weight: bold;
}

.side-list-body li a.active {
    background-color: #dddddd;
    color:#000; 
}

.balance-box {
    margin-top: 10px;
    border: 1px solid var(--main-blue2);
    background-color: var(--main-blue2);
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.balance-box p {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0;
}

.balance-box span {
    font-size: 24px;
    font-weight: 700;
    color: var(--main-blue2);
}

.balance-box a {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    color: var(--main-blue2);
    text-decoration: underline;
}

.transfer-box-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.transfer-list-wrap {
    margin-top: 20px;
    border-bottom: 1px solid #ffffff;
}

.transfer-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 10px;
}

.transfer-box {
    width: 48%;
}

.transfer-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.transfer-box h4 {
    font-size: 16px;
}

.transfer-con {
    border: 1px solid #ddd;
    background-color: transparent;
    padding: 20px;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.transfer-con p {
    font-size: 16px;
    font-weight: 400;
    color: #343434;
    line-height: 25px;
}

p.required {
    position: relative;
}

p.required::after {
    content: '*';
    font-size: 14px;
    font-weight: 400;
    color: rgb(235, 33, 33);
    left: 0;
    top:  2px;
}

.transfer-con select {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    padding: 0 10px;
    border: 1px solid #eee; 
    background: #eee; 
}

.transfer-con select option {
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
}

.transfer-con span {
    font-size: 22px;
    font-weight: 700;
    color: var(--main-blue2);
    text-align: center;
}

.transfer-select {
    width: 48%;
}

.transfer-select select {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    padding: 0 10px;
}

.transfer-select select option {
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
}

.transfer-input input {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    padding: 0 10px;
    margin-right: 20px;
}

.input-wrap {
    display: flex;
    align-items: center;
}

.transfer-btn-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}

.transfer-btn-wrap p {
    margin-bottom: 30px;
}

.transfer-delete,
.transfer-add {
    width: 20px;
    height: 20px;
    background-color: var(--main-blue2);
    color: #e1e1e1;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-btn {
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    margin-bottom: 20px;
}

.submit-btn {
    display: block;
    width: 250px;
    height: 50px;
    background-color: var(--main-blue2);
    color: #ffffff;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    border: 0;
}

p.caution {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: var(--main-blue2);
}

.radio-list-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}

.radio-btn {
    width: 25%;
    padding: 8px;
}

.radio-btn label {
    cursor: pointer;
}

.radio-btn input[type="radio"] {
    accent-color: var(--main-blue2);
}

.account-select-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account-select-wrap>.account-select {
    width: 50%;
}

.account-select {
    display: flex;
    align-items: center;
}

.account-select h4 {
    font-size: 16px;
    color: var(--main-blue2);
    margin-right: 20px;
}

.account-select select {
    width: 200px;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    padding: 0 10px;
}

.account-select select option {
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
}

.password-reset-wrap {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.password-input {
    width: 32%;
    border: 1px solid #eee;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.password-input p {
    font-size: 16px;
    font-weight: 400;
    padding-left: 12px; 
}

.password-input input {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    padding: 0 10px;
    display: inline-block;
    margin-top: 10px; 
    /* border: 1px solid #c6c6c6; */
    background:#eee; 
    border-radius: 6px;
}

.find-password-wrap h4 {
    font-size: 16px;
    color: var(--main-blue2);
    margin-top: 50px;
}

.find-password-box {
    width: 100%;
    border: 1px solid #ddd;
    padding: 20px;
}

.find-password-box button {
    border: 1px solid var(--main-blue2);
    background-color: var(--main-blue2);
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
}

.password-input select {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    padding: 0 10px;
}

.password-input select option {
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
}

.ibcode {
    text-align: right;
}

.add-account-wrap {
    margin-top: 30px;
}

.add-account-wrap label {
    cursor: pointer;
    word-break: keep-all;
    font-weight: 400;
}

.add-account-wrap input[type="checkbox"] {
    accent-color: var(--main-blue2);
}

.add-account-btn {
    margin-top: 50px;
}

.account-explain-wrap {
    margin-top: 30px;
}

.explain-row {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

.account-explain-box {
    width: 48%;
    border: 1px solid #ddd;
}

.account-explain-box h4 {
    padding: 16px 20px;
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.account-explain-box ul {
    padding: 20px;
}

.account-explain-box ul li {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.account-explain-box ul li:last-of-type {
    border-bottom: 0;
    padding-bottom: 30px;
}

.account-explain-box ul li div {
    font-size: 14px;
    font-weight: 700;
    width: 30%;
}

.account-explain-box ul li p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    width: 70%;
    word-break: keep-all;
}

.learn-more-btn {
    width: 100%;
    display: block;
    background: #8f8f8f;
    color: #333;
    font-size: 15px;
    font-weight: normal;
    padding: 20px;
    text-align: center;
    margin-top: auto;
    cursor: pointer;
}

.account-popup {
    display: none;
}

.ac-modal-header {
    position: relative;
    width: 100%;
    padding: 20px 30px;
}

.ac-modal-content {
    padding: 20px 30px;
}

.ac-modal-content p {
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
}

.ac-modal-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.ac-modal-content table tr {
    border-bottom: 1px solid #858585;
}

.ac-modal-content table th {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #1e1e1e;
    padding: 12px 20px;
    white-space: nowrap;
}

.ac-modal-content table td {
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    padding: 12px 20px;
}

.datepick-wrap {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.date-src-btn {
    background-color: #858585;
    color: #fff;
    padding: 0 12px;
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
}

.history-table-wrap {
    margin-top: 30px;
    overflow-x: auto;
}

table.dataTable {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
}

.table-striped>tbody>tr:nth-of-type(odd),
.table-striped>tbody>tr:nth-of-type(even) {
    color: #1e1e1e;
    background-color: #ffffff;
}

.table-bordered>thead>tr>th {
    background-color: #ddd;
    color: #1e1e1e;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
    border: 1px solid #858585;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
    border: 1px solid #858585;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dataTables_wrapper .dataTables_length select option {
    color: #1e1e1e;
    font-size: 14px;
}

table.dataTable thead th {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 10px 0; 
}

table.dataTable tbody td {
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    white-space: nowrap;
     padding: 15px 0; 
}

.tab-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
    background: #eee; 
}

.tab-wrap a {
    width: 33.3%;
    background-color: #f8f8f8;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    text-align: center;
    padding: 16px 0;
    margin-right: 1px;
}

.tab-wrap a.active {
    background-color: #fef7f1;
    color: var(--main-blue2);;
}

.mail-change-wrap h2 {
    font-size: 20px;
}

.mail-input-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mail-input {
    width: 100%;
}

.mail-input input {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    padding: 0 10px;
}
.mail-input input:-webkit-autofill,
.mail-input input:-webkit-autofill:hover,
.mail-input input:-webkit-autofill:focus,
.mail-input input:-webkit-autofill:active {
 transition: background-color 5000s ease-in-out 0s;
 -webkit-transition: background-color 9999s ease-out;
 -webkit-box-shadow: 0 0 0px 1000px #eee inset !important;
 -webkit-text-fill-color: #1e1e1e !important;
}

.phone-change-wrap {
    margin-bottom: 30px;
}

.phone-change-wrap h2 {
    font-size: 20px;
}

.phone-select {
    display: flex;
    align-items: center;
}

.phone-select select {
    width: 100px;
    height: 50px;
}

.phone-select input {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    padding: 0 10px;
}

.phone-select input::-webkit-outer-spin-button,
.phone-select input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sms-btn {
    display: inline-block;
    width: 200px;
    height: 50px;
    background-color: #969696;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    white-space: nowrap;
    margin-left: 20px;
}

.cert-table {
    margin-top: 20px;
}
/* 
.document-table table th {
    border: 1px solid #fff;
    font-size: 14px;
    height: 50px;
    font-weight: 400;
    text-align: center;
} */
.cert-table tbody td{
    text-align: center;
}
.cert-table tbody td input{
    
    width: 150px;
}
.id-card-wrap h2 {
    font-size: 20px;
    color: #333;
}

.upload-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
}

.upload-guide {
    border: 1px solid #fff;
    width: 60%;
    height: 380px;
}

.upload-guide h4 {
    padding: 20px;
    margin: 0;
}

.guide-btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
}

.guide-btn {
    width: 200px;
    height: 120px;
    border: 1px solid #ddd;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.guide-btn:hover {
    border: 1px solid var(--main-blue2);
}

.guide-btn p {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}

.guide-btn>i {
    font-size: 30px;
    color: var(--main-blue2);
}

.guide-btn div {
    width: 100%;
    padding: 2px 0;
    background-color: #858585;
    text-align: center;
}

.guide-btn:hover div {
    background-color: var(--main-blue2);
}

.guide-btn div>i {
    font-size: 16px;
    color: #fff;
}

.guide-exp-wrap {
    margin-bottom: 0;
    padding: 20px;
    border-top: 1px solid #fff;
}

.guide-exp-wrap li {
    list-style: none;
    line-height: 26px;
}

.guide-exp-wrap li a {
    color: var(--main-blue2);
}

.upload-btn {
    width: 40%;
    margin-left: 10px;
    height: 380px;
}

.trade-graph {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.graph-box {
    width: 30%;
    border: 1px solid #858585;
    position: relative;
    margin-bottom: 20px;
}

.graph-icon {
    width: 100%;
    border-bottom: 1px solid #858585;
    padding: 20px 0 30px;
    text-align: center;
}

.graph-icon i {
    font-size: 40px;
}

.graph-box p {
    position: absolute;
    top: calc(50% + 10px);
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    background-color: #1e1e1e;
    margin-bottom: 0;
    padding: 10px;
    line-height: 1;
    width: 80%;
    text-align: center;
    font-size: 14px;
}

.graph-value {
    text-align: center;
    padding: 20px 0;
}

.graph-value h5 {
    font-size: 25px;
    font-weight: 700;
    color: #858585;
    margin: 0;
}

.analyze-table-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.analyze-table {
    width: 48%;
    border: 1px solid #858585;
    border-collapse: collapse;
}

.analyze-table th,
.analyze-table td {
    border: 1px solid #858585;
    padding: 8px 5px;
    font-size: 14px;
    font-weight: 300;
}

.analyze-table th {
    font-weight: 700;
}

.summary-wrap {
    width: 100%;
    border: 1px solid #858585;
    padding: 20px;
    margin-top: 20px;
    display: flex;
    align-items: flex-start;

}

.summary-box {
    width: 50%;
}

.summary-box h5 {
    font-size: 20px;
    color: var(--main-blue2);
}

.summary-box ul {
    padding-left: 0;
}

.summary-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
}

.summary-list div {
    position: relative;
    width: 50%;
}

.summary-list div::before {
    content: 'â–¶';
    font-size: 10px;
    color: var(--main-blue2);
}
.check-img{
    text-align: center;
    margin-bottom: 70px;
  }
  .check-img img{
    max-width: 100px;
}
.information-form{
    padding:40px 0;
   border-top: 3px solid #fff;
  margin-top:30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.information-form > h2{
    font-size: 28px;
    font-family: 700;
    margin: 0;
    margin-bottom: 20px;
    color: var(--main-blue2);
}
.information-form > p{
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  margin-bottom: 50px;

}
.information-con{
  max-width: 600px;
  width: 100%;
  padding: 0 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 10px 0;
}
.information-con > p{
  font-size: 18px;
  font-weight:400;
  color: #a1a1a1;
  line-height: 25px;
  margin-bottom: 0;

}
.information-con > div{
  font-size: 18px;
  font-weight:700; 
  line-height: 25px;
  letter-spacing: .5px;
}

.registration-form {
    padding: 40px 0;
    border: 1px solid #ddd;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.registration-form>h2 {
    font-size: 28px;
    margin: 0;
    margin-bottom: 10px;
}

.registration-form>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.registration-form > p.code{
    font-size: 18px;
    font-weight: 700;
    color: var(--main-blue2);

}

.registration-con {
    width: 70%;
    margin-bottom: 20px;
}

.registration-con p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 22px;
    margin-bottom: 10px; 
}
.registration-con p.required {  padding-left: 12px;  } 

.registration-con input {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    padding: 0 10px;
    background: #eee;
}

.registration-con input:-webkit-autofill,
.registration-con input:-webkit-autofill:hover,
.registration-con input:-webkit-autofill:focus,
.registration-con input:-webkit-autofill:active {
 transition: background-color 5000s ease-in-out 0s;
 -webkit-transition: background-color 9999s ease-out;
 -webkit-box-shadow: 0 0 0px 1000px #eee inset !important;
 -webkit-text-fill-color: #1e1e1e !important;
}

.registration-con input:read-only {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    padding: 0 10px;
}
.registration-con span{
    position: absolute;
    right:0px;
    bottom:1px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 48px;
    font-size: 16px;
    font-weight: 700;
    color: var(--main-blue2);
    background-color: #fff;
}
.registration-con select{
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    padding: 0 10px;
    background: #eee;
} 
.registration-con select option{
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
}
.account-change-txt{
    width: 70%;
    text-align: left;
    word-break: keep-all;
}
.account-change-txt span{
    color: var(--main-blue2);
    font-weight: 700;
}

.exchange-wrap {
    margin: 30px 0;
}

.exchange-wrap h5 {
    text-align: center;
    font-size: 28px;
    margin: 0;
    margin-bottom: 10px;
}

.exchange-wrap>p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
    text-align: center;
}

.exchange-box-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}

.exchange-box {
    width: 33.333%;
    text-align: center;
}

.exchange-img img {
    max-width: 64px;
    width: 100%;
}

.exchange-img p {}

.exchange-calc {
    margin-top: 20px;
}

.exchange-calc span {
    display: inline-block;
    font-size: 26px;
    font-weight: 500;
    color: var(--main-blue2);
    font-family: 'Tomorrow', sans-serif;
    line-height: 1;
}

.exchange-calc p {
    margin: 0;
    font-size: 12px;
    color: #858585;
}

.application-form {
    margin-top: 30px;
}

.application-con-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.application-con-wrap1 {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

#result {
    margin: 25px 0 0 30px;

}

.application-con-wrap1 .application-con p.required {
    padding-left: 12px;
}
.application-con-wrap1 .application-con {
    width: 32%;
}


.application-con-wrap .application-con {
    width: 48%;
}

.application-con-wrap .application-con p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 25px;
}
.application-con-wrap .application-con p.required { padding-left: 12px}


.application-con input {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    padding: 0 10px;
    margin-right: 20px;
    background: #eee;
}
.application-con input:-webkit-autofill,
.application-con input:-webkit-autofill:hover,
.application-con input:-webkit-autofill:focus,
.application-con input:-webkit-autofill:active {
 transition: background-color 5000s ease-in-out 0s;
 -webkit-transition: background-color 9999s ease-out;
 -webkit-box-shadow: 0 0 0px 1000px white inset !important;
 -webkit-text-fill-color: #1e1e1e !important;
}

.application-con-wrap .application-con select {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    padding: 0 10px;
    background: #eee;
}

.application-con-wrap .application-con select option {
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
}

.bank-info-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 540px;
    width: 85%;
    height: auto;
    max-height: 85vh;
    z-index: 202;
    overflow-y: auto;
    display: none;
    background-color: #fff;
    padding: 50px 20px 20px;
    z-index: 99999;
}

.info-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
}

.info-close i {
    color: #fba128;
    font-size: 24px;
}

.bank-info {
    width: 100%;
    height: auto;
    display: none;
}

.bank-info-table {
    width: 100%;
    margin-bottom: 40px;
}

.bank-info-table caption {
    width: 100%;
    /* background-color: var(--main-blue2); */
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #1e1e1e;
}

.bank-info-table th {
    font-size: 15px;
    font-weight: 500;
    padding: 8px;
}

.bank-info-table td {
    font-size: 14px;
    font-weight: 400;
    padding: 8px;
}

.deposit-popup-btn, .usdt-deposit-btn{
    display: block;
    width: 250px;
    height: 50px;
    background-color: var(--main-blue2);
    color: #ffffff;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    cursor: pointer;
}

.usdtex-deposit-btn {
    display: block;
    width: 250px;
    height: 50px;
    background-color: var(--main-blue2);
    color: #ffffff;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    cursor: pointer;
}



.note-box {
    border: 1px solid #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px 30px;
}

.note-list {
    list-style: none;
}

.note-list li {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    word-break: keep-all;
    line-height: 1.5;
}

.note-list li::before {
    content: '▶';
    font-size: 10px;
    color: var(--main-blue2);
    margin-right: 6px;
}

.balance-mark-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.balance-mark {
    width: 33.3%;
    padding: 10px;
    border-right: 1px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.balance-mark:last-of-type {
    border-right: 0;
}

.balance-mark span {
    font-size: 20px;
    font-weight: 500;
    color: var(--main-blue2);
    margin: 0;
    margin-bottom: 4px;
}

.balance-mark p {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.withdraw-text {
    margin-bottom: 30px;
    word-break: keep-all;
}
.qr-box{
    width: 100%;
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .qr-box img{
    max-width: 200px;
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 20px;
  }
  .qr-notice{
    width: 70%;
    border:1px solid var(--main-blue2);
    background-color: #fff;
    padding: 20px;
  }
  .qr-notice ul {
    padding: 0;
    margin: 0;
  }
  .qr-notice ul li{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    list-style: none;
    color: #1e1e1e;
  }
@media screen and (min-width:1200px) {
    .sub-container>.user-content {
        width: 1180px;
    }
}

@media screen and (max-width:1199px) {
    .sub-container>.user-content {
        margin: 0 15px;
    }
}

@media screen and(min-width:992px) {
    .sub-container>.user-content {
        width: 930px;
    }
}

@media screen and (max-width:991px) {
    .sub-container>.user-content {
        flex-direction: column-reverse;
    }

    .user-info {
        width: 100%;
        padding-top: 40px;
    }

    .info-sell ul {
        padding-left: 30px;
    }

    .info-sell i {
        font-size: 32px;
    }

    .upload-wrap {
        flex-direction: column;
    }

    .upload-guide {
        width: 100%;
    }

    .upload-btn {
        width: 100%;
        height: 80px;
        margin-left: 0;
    }
    .note-box{
        padding:15px 20px;
    }
    .note-list {
        padding-left: 30px;
    }

    .side-menu {
        width: 100%;
        margin-left: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
    }

    .side-list {
        position: initial;
        width: 24%;
        z-index: 100;
    }

    .side-list-body {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background-color: #1e1e1e;
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.75), 0 10px 10px rgba(0, 0, 0, 0.75);
    }

    .side-list-body li:last-of-type {
        border-bottom: 0;
    }

    .side-arrow {
        display: none;
    }

}


@media screen and (max-width:767px) {
    .sub-container>.user-content {
        width: auto;
        margin: 0 15px;
    }

    .info-row {
        flex-direction: column;
    }

    .info-row:first-of-type {
        border: 0;
    }

    .info-sell {
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

    .info-row .info-sell:first-of-type {
        border-right: 0;
    }

    .info-sell ul {
        padding-left: 20px;
    }

    .info-sell i {
        font-size: 28px;
    }

    .user-info h1 {
        font-size: 26px;
        line-height: 40px;
    }

    .transfer-box-wrap {
        flex-direction: column;
    }

    .transfer-box {
        width: 100%;
        margin-bottom: 10px;
    }

    .transfer-box:last-of-type {
        margin-bottom: 0;
    }

    .password-reset-wrap {
        flex-direction: column;
    }

    .password-input {
        width: 100%;
        margin-bottom: 10px;
    }

    .password-input:last-of-type {
        margin-bottom: 0;
    }

    .datepick-wrap {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .datepick-box {
        width: 100%;
        margin-bottom: 10px;
    }

    .date-src-btn {
        margin-left: 0;
    }

    .datepick-wrap p {
        display: none;
    }

    .side-list-header {
        padding: 15px 0;
        justify-content: center;
    }

    .side-list-header h4 {
        font-size: 15px;
        margin: 0;
    }

    .popup-layout {
        max-width: 85%;
    }

    .application-con-wrap {
        flex-direction: column;
    }

    .application-con-wrap .application-con {
        width: 100%;
        margin-bottom: 10px;
    }
    .registration-con {
        width: 80%;
    }
    .qr-notice{
        width: 80%;
    }
    .account-change-txt{
        width: 80%;
    }
    .note-list {
        padding-left: 10px;
    }

}

@media screen and (max-width:576px) {
    .guide-btn-wrap {
        flex-direction: column;
    }

    .upload-guide {
        height: auto;
    }

    .guide-btn {
        margin-bottom: 20px;
    }

    .guide-btn:last-of-type {
        margin-bottom: 0;
    }
}



.account-select select{ border: 1px solid #eee; background: #eee;  }
.password-input p { color:#000;  }



.picker__input{ border: 1px solid #eee; }


.dataTables_length{ margin-bottom: 10px;  }
.dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    padding: 4px
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: .755em
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: .25em
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: inherit !important;
    border: 1px solid transparent;
    border-radius: 2px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: inherit !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: rgba(230, 230, 230, 0.1);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    background: transparent;
    box-shadow: none;
    
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #585858 0%, #111 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #2b2b2b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    box-shadow: inset 0 0 3px #111
}


table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty {
    text-align: center
}

.user-info p{ line-height: 1.5;  }
.method-table-wrap { display: inline-block; width: 100%; margin-top: 30px; }


.depost_note-box p { display: inline-block; width: 100%; margin-bottom: 7px;  }
.depost_note-box img { float: left; width: 20px;  } 
.depost_note-box strong { float: left; margin-left: 10px;  } 



.depost_wrap .submit-btn { margin-top: 30px;  }
 



.id-card-wrap{ margin-top: 50px;  }
.id-card-wrap > strong { display: inline-block; width: 100%; margin-top: 5px;  }


.inf__drop-area * {
	box-sizing: border-box;
}

.inf__drop-area {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  height: 100%;
	width: 100%;
	max-width: 100%;
	border: 1px dashed #c4c4c4;
	border-radius: 3px;
	transition: 0.2s;
}

.inf__drop-area.is-active {
	background-color: rgba(0, 20, 20, 0.03);
}

input[type="file"] {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	cursor: pointer;
}

input[type="file"]:focus {
	outline: none;
}

.inf__btn {
	display: inline-block;
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	padding: 5px 12px;
	margin-right: 10px;
	font-size: 10px;
	text-transform: uppercase;
}

.inf__hint {
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px; 
}








.guide-popup h4 {
    font-size: 20px;
    color: #1e1e1e;
}

.guide-popup p {
    font-size: 14px;
    font-weight: 300;
    color: #1e1e1e;
}

.guide-popup > p {
    display: inline-block; width: 100%; margin-top: 5px; 
}
.guide-item{ margin-top: 15px;  }

.find-pw-input {
    width: 100%;
    margin: 0 auto;
    appearance: none;
    border: 0;
    border-bottom: 1px solid #1e1e1e;
    background-color: transparent;
    padding: 11px 8px;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    margin-bottom: 20px;
}
.popup-close {
    appearance: none;
    position: absolute;
    right: 20px;
    top: 20px;
    border: 0;
    cursor: pointer;
}

.guide-popup {
    padding: 20px;
}

.guide-popup1,
.guide-popup2,
.guide-popup3 {
    display: none;
}

.guide-item {
    width: 100%;
    border: 1px dashed #1e1e1e;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 20px;
}

.guide-item p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.guide-img {
    text-align: center;
}

.guide-img img {
    display: block;
    margin: 0 auto;
}

.guide-img p {
    font-size: 14px;
    font-weight: 400;
}
.guide-img img {
     max-width: 300px; 
}

.contact-truncate {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.contact-full-text {
    display: none;
}

.contact-truncate-answer {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.contact-full-text-answer {
    display: none;
}

.contact-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.contact-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -250%);
    background: white;
    padding: 20px;
}

.contact-answer-link {
    cursor: pointer;
}



.profile_account_w > .mail-change-wrap { margin-top: 0; margin-bottom: 30px;  }
.profile_account_w  .profile_account_box > strong { display: inline-block; width: 100%; margin-top: 5px; word-break: keep-all; }

.mail-change-wrap.profile_account_box:first-child { margin-top: 0;  }


.mail-change-wrap { display: inline-block; width: 100%; margin-top: 50px;  }
.user-info p.required { padding-left: 13px;  }
.mail-change-wrap .mail-input p , .phone-input-wrap .phone-input p  { display: inline-block; width: 100%; margin-top: 6px; }

.mail-input input, .phone-select input  { background: #eee; margin-top: 10px;  }

.phone-change-wrap { display: inline-block; width: 100%; margin-top: 30px; }


.application-con-wrap .application-con { width: 32%; }
.profile_account_w .profile_account_box{ margin-top: 50px;  }


@media screen and (max-width:991px) {
	.side-list-body li a{ background: #fff; }
	.side-list-body li a.active{ color:var(--main-blue2); background: #fff; }
	.side-list-body { box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3), 0 2px 0px rgba(0, 0, 0, 0.3); display: none;  }
	.side-list-body.active { display: inline-block;  } 
}

/* 
.sub-banner1{ display: none;  }
 */

#content-wrap{ padding-top: 0;  }


.sub-container>.user-content{ width: 100%; padding: 0 0px;   }

.account-container{ padding: 0;  }

.side-menu{ margin-left: 0; overflow: auto; }


.mypage_menu h1 a{ padding: 20px 0 ; text-align: center;  display: inline-block; width: 100%;  }
.mypage_menu h1 img{ width: 150px;  }


.side-menu{  background: #FFF; }


 div::-webkit-scrollbar {
    width: 6px;
  }
  div::-webkit-scrollbar-thumb {
    background-color: #333;;
    border-radius: 10px;
    background-clip: padding-box;
    border: 0px solid transparent;
  }
  div::-webkit-scrollbar-track {
    background-color: #D9D9D9;;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
  }
	

.side-list-header h4 { font-size: 13px; color: #333;  }

.side-list-body li a{ position: relative; padding-left: 65px; font-size: 15px;  }
.side-list-body li a.active{ border-radius: 5px; background: #fef7f1; color: var(--main-blue2); font-weight: bold;  }
.side-list-body li a.active:before { content:""; display: inline-block; width: 3px; height: 100%; 
background: var(--main-blue2); position: absolute; left: 0; top:0;  }

.side-arrow.active i{ color: #C3C3C3; font-size: 15px;  }


.side-list-body li i { display: inline-block; width: 30px; height: 30px;  position: absolute; left: 20px; top: 14px;  }

.my_menu1 i { background: url(../images/my/my_menu1.svg) no-repeat center; }
.my_menu2 i { background: url(../images/my/my_menu2.svg) no-repeat center; }
.my_menu3 i { background: url(../images/my/my_menu3.svg) no-repeat center; }
.my_menu4 i { background: url(../images/my/my_menu4.svg) no-repeat center; }
.my_menu5 i { background: url(../images/my/my_menu5.svg) no-repeat center; }
.my_menu6 i { background: url(../images/my/my_menu6.svg) no-repeat center; }
.my_menu7 i { background: url(../images/my/my_menu7.svg) no-repeat center; }
.my_menu8 i { background: url(../images/my/my_menu8.svg) no-repeat center; }
.my_menu9 i { background: url(../images/my/my_menu9.svg) no-repeat center; }
.my_menu10 i { background: url(../images/my/my_menu10.svg) no-repeat center; }
.my_menu11 i { background: url(../images/my/my_menu11.svg) no-repeat center; }
.my_menu12 i { background: url(../images/my/my_menu12.svg) no-repeat center; }
.my_menu13 i { background: url(../images/my/my_menu13.svg) no-repeat center; }
.my_menu14 i { background: url(../images/my/my_menu14.svg) no-repeat center; }
.my_menu15 i { background: url(../images/my/my_menu15.svg) no-repeat center; }


.side-list-body li{ border: 0;  }


.my_menu1 .active i, .side-list-body li.my_menu1 a:hover i { background: url(../images/my/my_menu15_on.svg) no-repeat center; }
.my_menu2 .active i, .side-list-body li.my_menu2 a:hover i { background: url(../images/my/my_menu14_on.svg) no-repeat center; }
.my_menu3 .active i, .side-list-body li.my_menu3 a:hover i { background: url(../images/my/my_menu13_on.svg) no-repeat center; }
.my_menu4 .active i, .side-list-body li.my_menu4 a:hover i { background: url(../images/my/my_menu12_on.svg) no-repeat center; }
.my_menu5 .active i, .side-list-body li.my_menu5 a:hover i { background: url(../images/my/my_menu11_on.svg) no-repeat center; }
.my_menu6 .active i, .side-list-body li.my_menu6 a:hover i { background: url(../images/my/my_menu10_on.svg) no-repeat center; }
.my_menu7 .active i, .side-list-body li.my_menu7 a:hover i { background: url(../images/my/my_menu9_on.svg) no-repeat center; }
.my_menu8 .active i, .side-list-body li.my_menu8 a:hover i { background: url(../images/my/my_menu8_on.svg) no-repeat center; }
.my_menu9 .active i, .side-list-body li.my_menu9 a:hover i { background: url(../images/my/my_menu7_on.svg) no-repeat center; }
.my_menu10 .active i, .side-list-body li.my_menu10 a:hover i { background: url(../images/my/my_menu6_on.svg) no-repeat center; }
.my_menu11 .active i, .side-list-body li.my_menu11 a:hover i { background: url(../images/my/my_menu5_on.svg) no-repeat center; }
.my_menu12 .active i, .side-list-body li.my_menu12 a:hover i { background: url(../images/my/my_menu4_on.svg) no-repeat center; }
.my_menu13 .active i, .side-list-body li.my_menu13 a:hover i { background: url(../images/my/my_menu3_on.svg) no-repeat center; }
.my_menu14 .active i, .side-list-body li.my_menu14 a:hover i { background: url(../images/my/my_menu2_on.svg) no-repeat center; }
.my_menu15 .active i, .side-list-body li.my_menu15 a:hover i { background: url(../images/my/my_menu1_on.svg) no-repeat center; }


.user-info{ padding: 30px; height: 100%; overflow: auto; }
.side-list{ margin-top: 10px;  }

.sub-container>.user-content { background: #fff;  }

.my_heder_w{ margin: 0px 0; border-radius: 20px; background: #FFF; box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05); 
padding: 30px 35px;   display: inline-block; width: 100%;  }

.my_heder_w > strong { font-size: 25px; float: left;  }

.my_heder_w .r { float: right;  display: flex; }

.my_heder_w { padding: 30px;   }
.my_heder_w img{ width: auto;  }


.my_heder_w .r .use_w {
      justify-content: center; position: relative; }


.my_heder_w .r .use_w span { font-size: 15px; padding-right: 20px; 
background: url("/static/images/my/use_more.svg") no-repeat right center;  }


.my_heder_w .r .use{  cursor: pointer;  display: flex; gap: 7px;  flex-wrap: wrap;
      flex-direction: row; /*수평 정렬*/ align-items: center; }

.use_menu{ position: absolute; right: 0; width: 150px; top:50px; background: #fff; border-radius: 10px;  
   box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05); display: none; }
   
.use_menu ul li { display: inline-block; width: 100%; padding: 3px 15px;   }
.use_menu ul li a{ padding: 13px; display: inline-block; width: 100%; font-size: 13px; border-radius: 100px;   }


.use_menu ul li a:hover { background: #fef7f1; color: var(--main-blue2);  }


.side-menu{ width: 360px;  }

.user-info{ width: calc(100% - 360px); }


.mypage_main .my_cont { margin: 20px 0; }
.mypage_main .my_cont1 { margin-top: 40px;  }

.my_title { display: inline-block; width: 100%;  }
.my_title .l { float: left; display: flex;  align-items: center; justify-content: center; }
.my_title .l strong { font-size: 22px; font-weight: bold; color: var(--main-blue2);  }

.my_title .l span { margin-left: 10px; font-size: 16px; font-weight: 400; color: #646464; margin-top: 2px;  }



.info-row:first-of-type{ border: 0;  }
 .info-sell{ width: 25%; padding: 30px 29px 23px;  }
 .user-info-wrap{ margin-top: 15px;  }

.info-sell img{ width: 30px;  }

 .info-sell{ display: inline-block; background: #fff;  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
 border-radius: 20px; }

 .info-sell ul{ width: 100%; padding: 0; margin-top: 20px;   }

 .info-sell{ border: 0 !important;  }

 .info-row { gap: 20px }

.info-sell ul li{ color: #222; font-weight: 400; }
.info-sell ul li p , .info-sell ul li p span { font-size: 22px; font-weight: 700; color: var(--main-blue2); }
.info-sell ul li p{ margin-top: 1px;  }

.mypage_main .my_cont2 {  background: #fff;  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
 border-radius: 20px; padding: 25px 35px 35px;  }




.add_account_btn{ color:#222; padding: 8px 20px; border-radius: 5px; border: 1px solid #222; background: #fff; margin-left:5px ;  }
.add_account_btn:hover{ background-color: var(--main-blue2); color:#fff; border-color:var(--main-blue2);  }

.add_account_btn.modal-btn{  border-color:var(--main-blue2); color:var(--main-blue2);  }
.add_account_btn.modal-btn:hover{ color:#fff;  }


.apprval_info{ border-radius: 30px; color:#fff; font-size: 13px;  border-radius: 15px;
background: var(--main-blue2); padding: 7px 13px;  }



.account-list th{ background: #fff;  border-top:1px solid #E2E2E2; border-bottom: 1px solid #E2E2E2;  }
.account-list td{ border: 0; border-top:1px solid #E2E2E2; border-bottom: 1px solid #E2E2E2;  }

.account-header{ margin-bottom: 15px;  }



.user-info p{ font-size: 15px;  }


.my_wrap { margin-top: 30px; display: inline-block; width: 100%;  }
.my_box {   background: #fff;  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05);
 border-radius: 20px; padding: 25px 35px 35px; margin-top: 20px;  }



.account-select h4{ color:#333;  }



.my_box .table{ margin-top: 10px;  }
.my_box .table th{ background: #fff;  border-top:1px solid #E2E2E2; border-bottom: 1px solid #E2E2E2;  }
.my_box .table td{ border: 0; border-top:1px solid #E2E2E2; border-bottom: 1px solid #E2E2E2;  }


.my_title p { display: inline-block; width: 100%;  font-size: 16px; font-weight: 400; color: #646464;  }
.my_title p:first-child { margin-top: 15px;  }



.my_box .table{ width: 100%;  }



.funding-table th, .funding-table th, table.dataTable thead th { background: #fff;  border-top:1px solid #E2E2E2; border-bottom: 1px solid #E2E2E2; color: #333;  }

.funding-table td, .funding-table td,table.dataTable thead td  { border: 0; border-top:1px solid #E2E2E2; border-bottom: 1px solid #E2E2E2;  }


.transfer-box-wrap{ margin-top: 0;  }



#usdtAddress{   }



@media screen and (max-width: 968px){
	.side-list-body{ z-index: 20;  }
	.sub-container>.user-content{ display: inline-block; width: 100%; padding: 0 ; margin: 0;   }
	.user-info{ padding: 0; width: 100%; height: auto;  }
	.side-menu{ width: 100%;   height: auto; overflow: inherit; display: inline-block;  }
	.side-list_w { display: flex; margin-top: 20px; flex-direction: row; flex-wrap: wrap; }
	.side-list{ display: inline-block;  width: auto; padding: 0 20px; margin-top: 0;   }
	.my_heder_w{ padding:  15px;  }
	.user-info{ border: 0; padding: 15px 11px; }
	.my_heder_w > strong{ font-size: 20px; display: inline-block; width: 100%;  }
	.my_heder_w .r .use_w{ display: inline-block; width: 100%; margin-top: 15px;  }
	.mypage_main .my_cont1{ margin-top: 30px; margin-bottom: 0;   }
	.user-info-wrap{ margin-bottom: 0;  }
	 .info-row{  width: 100%;  gap:5px ; }
	 .info-sell { width: calc( 50% - 5px); }
	 .info-row{ display: flex; flex-direction: row; flex-wrap: wrap; }
	 .info-sell ul li p, .info-sell ul li p span{ font-size: 15px !important;  }
	 .info-sell ul li{ font-size: 11px;  }
	 .info-sell{ padding: 20px 20px 15px }
	 .mypage_main .my_cont2 { padding: 15px; margin-top: 10px;  }
	 .add_account_btn{ padding: 8px 10px;  }
	 .account-header h2{ font-size: 17px;  }
	 html, body, #content-wrap, .account-container, .sub-banner1, .side-menu, .sub-container>.user-content{ height: auto;  }
	 footer{ display: inline-block; width: 100%;  }
	 .account-header{ display: inline-block; width: 100%;  }
	 .account-header > div{ display: flex; margin-top: 10px;  }
	 .account-header > div a {}
	 .my_title .l strong{ font-size: 17px;  }
	 .account-select h4{ font-size: 15px;  }
	 
	 .my_box{ padding: 15px;  }
	 .dataTables_wrapper .dataTables_info{ font-size: 11px;  }
	 .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{ font-size: 12px;  }

	.add_account_btn.modal-btn{ margin-left: 0;  }
	.datepick-box{ width: 40%;  }
	.datepick-wrap{ flex-direction: row; }
	.picker__input{ width: 100%;  }
	.date-src-btn{ height: 50px;  }
	.datepick-wrap{ margin: 15px 0 5px;  }
	.business-partner-wrap{ margin-top: 30px !important;  }
	.tab-wrap a{ font-size: 11px;  }
	.dataTables_length label { font-size: 11px;  }
	.picker__input, .date-src-btn { font-size: 12px;  }
	.funding-btn{ font-size: 11px;  }
	.user-info p{ font-size: 10px !important;  }
	.mail-change-wrap{ margin-top: 20px;  }
	.mail-change-wrap h2, .phone-change-wrap h2 { font-size: 15px;  }
	.id-card-wrap > strong{ font-size: 11px;  }
	.guide-exp-wrap li{ font-size: 12px;  }
	.footer-info, .footer-info li { font-size: 12px;  }
	.my_heder_w > strong{ font-size: 15px;  }
	.my_heder_w .r .use_w span{ font-size: 13px;  }
	
	.mypage_menu h1 a{ padding: 20px 0 10px;  }
	.footer-info li.company-name{ font-size: 13px;  }
	
	
	
}

.tab-wrap{ background: #f8f8f8; }

.user-info { width: 100%; background: #fff;  }






