/* layout */
section {
    padding: 40px 0;
}

/*TEST SERVER*/

@media screen and (min-width: 1025px) {
    section {
        padding: 80px 0;
    }
}

/* swiper */
.swiper {
    margin-left: -16px;
    margin-right: -16px;
}

.swiper-slide {
    padding: 0 16px;
}

.swiper-content {
    max-width: 375px;
    margin: 0 auto;
}

.swiper-pagination {
    bottom: -40px !important;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 0;
    background: #e4e4e4;
    opacity: 1;
    margin: 5px !important;
}

.swiper-pagination-bullet-active {
    background: var(--color-brand-standard);
}

/* font */
h2 {
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
    color: var(--color-brand-Auxiliary);
    margin-bottom: 40px;
}

h3,
#market-news .wp_rss_retriever_title {
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    color: var(--color-brand-Auxiliary);
}

h4.digit {
    font-size: 28px;
    font-weight: bold;
    line-height: 38px;
    /*color: var(--color-brand-standard);*/
    color: #e5813a;
}

p,
#market-news .wp_rss_retriever_container {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: var(--color-icon-03);
}

@media screen and (min-width: 1025px) {
    h2 {
        font-size: 48px;
        line-height: 64px;
        margin-bottom: 80px;
    }

    h3,
    #market-news .wp_rss_retriever_title {
        font-size: 28px;
        line-height: 42px;
    }

    h4.digit {
        font-size: 40px;
        line-height: 54px;
    }
}

/* banner */
.innner-pc.swiper-container {
    margin-bottom: 40px;
}

.innner-pc .container>* {
    margin-left: calc(1 / 12 * 70%);
}

.innner-pc .pc-small-title {
    padding-top: 244px;
}

.innner-pc .banner-text-title {
    padding: 0 0 40px;
}

.innner-pc div.bottom-group {
    padding-top: 80px;
}

.innner-pc div.bottom-group a:not(:last-child) {
    margin-right: 24px;
}

@media (max-width: 1570px) {
    #swiper-slide-desktop-1 {
        background-size: 320vh;
        background-repeat: no-repeat !important;
        background-position: center top !important;
    }
}

@media(min-width:1025px) {
    .banner-text-content {
        width: 28% !Important;
    }
}

@media screen and (max-width: 1024px) {
    .innner-wap.swiper-container {
        height: 755px;
    }

    .innner-wap .swiper-slide {
        background-size: cover;
    }

    .innner-wap .container {
        height: 100%;
    }

    .innner-wap .wap-small-title {
        padding-top: 120px;
    }

    .innner-wap .banner-text-title {
        padding: 0 0 24px;
    }

    .innner-wap div.bottom-group {
        /* padding-top: 450px; */
        position: absolute;
        width: fit-content;
        left: 50%;
        bottom: 40px;
        transform: translate(-50%, 0) !important;
    }

    .innner-wap div.bottom-group a:not(:last-child) {
        margin-right: 8px !important;
        min-width: 150px !important;
        height: 48px;
        line-height: 24px;
    }
}

/* market-listing */
#market-listing .swiper-content,
#market-listing .grid-item {
    box-shadow: 4px 4px 15px 0 rgba(227, 227, 227, 0.5);
    padding: 24px 16px;
}

#market-listing h4.digit {
    margin-bottom: 16px;
}

#market-listing p {
    padding: 0 16px;
}

@media screen and (min-width: 835px) {
    #market-listing .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    #market-listing .grid-item {
        box-shadow: 4px 4px 15px 0 rgba(227, 227, 227, 0.5);
    }
}

@media screen and (min-width: 1025px) {
    #market-listing .grid-item {
        padding: 32px 0 56px;
    }
}

@media screen and (max-width: 834px) {
    #market-listing {
        padding-bottom: 72px;
    }

    #market-listing p {
        min-height: 48px;
    }
}

/* market-table */
#market-table table {
    width: 125%;
    margin: 0 auto 8px;
}

#market-table th:nth-of-type(1),
#market-table td:nth-of-type(1) {
    width: 16%;
}

#market-table th,
#market-table td {
    width: 28%;
}

#market-table th {
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    color: var(--color-brand-Auxiliary);
    background-color: #e5814a;
    border: 1px solid #dbdbdb;
    padding: 8px;
}

#market-table tbody tr:nth-child(odd) td {
    background-color: #f9f9f9;
}

#market-table tbody tr:nth-child(even) td {
    background-color: var(--color-icon-01);
}

#market-table td {
    width: 28%;
    border: 1px solid #dbdbdb;
    padding: 8px;
}

#market-table td,
#market-table td p {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: var(--color-brand-Auxiliary);
}

#market-table td p:not(:last-child) {
    margin-bottom: 8px;
}

#market-table .remark {
    text-align: center;
}

@media screen and (min-width: 835px) {

    #market-table table,
    #market-table .remark {
        max-width: 1330px;
        width: 100%;
        margin: 0 auto;
    }

    #market-table table {
        margin-bottom: 16px;
    }

    #market-table th:nth-of-type(1),
    #market-table td:nth-of-type(1) {
        width: 20%;
    }

    #market-table th,
    #market-table td {
        width: 22%;
    }

    #market-table tbody tr:nth-child(odd) td {
        background-color: #f9fbfd;
    }

    #market-table tbody tr:nth-child(even) td {
        background-color: #f6f7fb;
    }

    #market-table th {
        font-size: 16px;
        line-height: 24px;
        color: var(--color-icon-01);
        background-color: #e5813a;
        border: 0;
        padding: 12px 24px;
    }

    #market-table td {
        border: 0;
        padding: 30px 24px;
    }

    #market-table td,
    #market-table td p {
        font-size: 16px;
        line-height: 24px;
    }

    #market-table .remark {
        text-align: right;
    }
}

@media screen and (max-width: 834px) {

    #market-table tr td:first-child,
    #market-table tr th:first-child {
        position: sticky;
        left: 0;
        top: 0;
    }

    #market-table .remark {
        font-size: 12px;
        font-weight: normal;
        line-height: 18px;
    }
}

/* market-features */
#market-features .columns:not(:last-child) {
    margin-bottom: 56px;
}

#market-features .swiper-content,
#market-features .grid-item {
    background-color: #f7f7fa;
}

#market-features .content-wrapper {
    position: relative;
    padding: 24px 10px;
}

#market-features .mobile-height {
    height: 185px;
}

#market-features h3 {
    font-weight: bold;
    margin-bottom: 16px;
}

#market-features .remark {
    position: absolute;
    left: 8px;
    bottom: 24px;
}

@media screen and (min-width: 835px) {
    #market-features .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    #market-features .content-wrapper {
        cursor: pointer;
        padding: 32px 32px 64px;
    }

    #market-features .remark {
        left: 32px;
    }

    /* hover */
    #market-features .grid-item,
    #market-features .grid-item:hover {
        transition: .3s;
    }

    #market-features .grid-item:hover {
        transform: translate(0, -16px);
    }

    #market-features .grid-item:hover h3,
    #market-features .grid-item:hover p {
        color: var(--color-brand-standard);
    }
}

@media screen and (min-width: 1025px) {
    #market-features .grid {
        gap: 80px 24px;
    }
}

@media screen and (max-width: 834px) {
    #market-features h3 {
        text-align: center;
    }

    #market-features p {
        min-height: 72px;
    }
}

/* market-news */
#market-news .wp_rss_retriever_item_wrapper {
    display: flex;
    flex-direction: column;
}

#market-news .wp_rss_retriever_image {
    order: 1;
    width: 100% !important;
    height: 196px !important;
    border-radius: 6px;
    background-color: #000000;
    margin: 0 0 24px;
}

#market-news .wp_rss_retriever_image img.portrait {
    position: static;
    transform: none;
    max-width: 100%;
}

#market-news .wp_rss_retriever_title {
    order: 2;
    text-align: center;
    margin: 0 0 16px;
}

#market-news .wp_rss_retriever_container {
    order: 3;
    text-align: center;
}

#market-news .wp_rss_retriever_metadata {
    display: none;
}

/* hover */
#market-news .wp_rss_retriever_item {
    transition: .3s;
    cursor: pointer;
}

#market-news .wp_rss_retriever_item:hover {
    transform: translate(0, -1rem);
}

#market-news .wp_rss_retriever_item:hover .wp_rss_retriever_title,
#market-news .wp_rss_retriever_item:hover .wp_rss_retriever_container {
    color: var(--color-brand-standard);
}

@media screen and (min-width: 835px) {

    /* layout */
    #market-news .wp_rss_retriever {
        margin-left: -12px;
        margin-right: -12px;
    }

    #market-news .wp_rss_retriever_list {
        display: flex;
        flex-wrap: wrap;
    }

    #market-news .wp_rss_retriever_item {
        flex: 0 0 33.3334%;
        padding: 0 12px;
        margin: 0 0 40px;
    }

    /* content */
    #market-news .wp_rss_retriever_title,
    #market-news .wp_rss_retriever_container {
        text-align: left;
    }
}

@media screen and (min-width: 1025px) {

    /* layout */
    #market-news .wp_rss_retriever_item {
        margin-bottom: 80px;
    }

    /* content */
    #market-news .wp_rss_retriever_image {
        height: 284px !important;
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 834px) {
    #market-news .wp_rss_retriever_list {
        max-width: 375px;
        margin: 0 auto 24px !important;
    }

    #market-news .wp_rss_retriever_item_wrapper {
        margin-bottom: 40px;
    }
}

/* #trading-tools */
#trading-tools h2 {
    margin-bottom: 16px;
}

#trading-tools h2+p {
    margin-bottom: 40px;
}

#trading-tools img {
    width: auto;
    height: 80px;
}

#trading-tools .swiper-content,
#trading-tools .trading-tools-item {
    box-shadow: 0 2px 12px 0 #e7e7e7;
    background: url('../inpageImg/market/trading-tools-bg.png') no-repeat scroll top / cover;
    padding: 24px 20px 40px;
}

#trading-tools .swiper-content img {
    margin-bottom: 80px;
}

#trading-tools .swiper-content h3 {
    font-size: 28px;
    line-height: 42px;
}

#trading-tools h3 {
    font-weight: bold;
    margin-bottom: 16px;
}

@media screen and (min-width: 835px) {
    #trading-tools .trading-tools-item-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    #trading-tools .trading-tools-item {
        transform: translateY(0);
        transition: 0.3s;
        padding: 32px 16px 40px;
    }

    #trading-tools .trading-tools-item:hover {
        transform: translateY(-16px);
        transition: 0.3s;
    }

    #trading-tools .trading-tools-item:hover img {
        transform: scale(1.1);
        transition: 0.3s;
    }

    #trading-tools .trading-tools-item img {
        margin-bottom: 8px;
        transform: scale(1);
        transform-origin: top left;
        transition: 0.3s;
    }

    #trading-tools .trading-tools-item img.fix-api-img {
        width: 263px;
        height: 64px;
    }
}

@media screen and (min-width: 1281px) {
    #trading-tools h2 {
        margin-bottom: 24px;
    }

    #trading-tools h2+p {
        margin-bottom: 80px;
    }

    #trading-tools .trading-tools-item-wrapper {
        /* grid-template-columns: repeat(4, 1fr); */
        grid-template-columns: repeat(3, 1fr);
    }

    #trading-tools .trading-tools-item {
        padding: 32px 24px 64px;
    }

    #trading-tools .trading-tools-item img {
        height: 80px;
        margin-bottom: 120px;
    }

    #trading-tools .trading-tools-item img.fix-api-img {
        height: 80px;
    }
}

@media screen and (max-width: 835px) {
    #trading-tools {
        padding-bottom: 72px;
    }

    #trading-tools .swiper-content {
        display: block;
    }
}


/* ==================== */
/* swiper */
.swiper {
    margin-left: -16px;
    margin-right: -16px;
}

.swiper-slide {
    padding: 0 16px;
}

.swiper-content {
    max-width: 375px;
    margin: 0 auto;
}

.swiper-pagination {
    bottom: -40px !important;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 0;
    background: #e4e4e4;
    opacity: 1;
    margin: 5px !important;
}

.swiper-pagination-bullet-active {
    background: var(--color-brand-standard);
}

/* market-stocks */
#market-stocks h2 {
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
    color: var(--color-brand-Auxiliary);
    margin-bottom: 40px;
}

#market-stocks h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    color: var(--color-brand-Auxiliary);
}

#market-stocks .content-wrapper {
    display: block;
    padding: 24px 0 0;
}

#market-stocks figure {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    margin-bottom: 32px;
}

#market-stocks figure img {
    width: auto;
    height: 100%;
}

#market-stocks .swiper-slide h3 {
    margin-bottom: 16px;
}

#market-stocks .swiper-slide p {
    max-width: 343px;
    color: var(--color-bg-general-03);
    margin: 0 auto;
}

@media screen and (min-width: 835px) {
    #market-stocks .content-wrapper {
        position: relative;
        cursor: pointer;
        padding: 40px 0;
    }

    #market-stocks p {
        display: none;
        align-items: center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-top: 2px solid var(--color-brand-standard);
        background-color: #f9fbfd;
        padding: 0 16px;
    }

    /* hover */
    #market-stocks .content-wrapper:hover p {
        display: flex;
    }
}

@media screen and (min-width: 1025px) {
    #market-stocks {
        padding-bottom: 188px;
    }

    #market-stocks h2 {
        font-size: 48px;
        line-height: 64px;
        margin-bottom: 80px;
    }

    #market-stocks h3 {
        font-size: 28px;
        line-height: 42px;
    }

    #market-stocks .columns {
        margin-left: -28px;
        margin-right: -28px;
    }

    #market-stocks .column {
        padding-left: 28px;
        padding-right: 28px;
    }

    #market-stocks figure img {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 1381px) {
    #market-stocks .content-wrapper {
        padding: 80px 0 54px;
    }

    #market-stocks h2 {
        margin-bottom: 120px;
    }

    #market-stocks h3 {
        width: 200px;
        font-size: 20px;
        line-height: 26px;
    }

    #market-stocks figure {
        width: 200px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 834px) {
    #market-stocks {
        padding-bottom: 72px;
    }
}


/* ======================= */
#global-globe {
    background-color: var(--color-bg-general-02);
    padding-top: 80px;
    padding-bottom: 48px;
}

#global-globe h3.title {
    font-size: 28px;
    font-weight: normal;
    line-height: 38px;
    text-align: center;
    color: var(--color-brand-Auxiliary);
    margin-bottom: 24px;
}

#global-globe p.subtitle {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    color: var(--color-bg-general-03);
    margin-bottom: 0 !important;
}

#global-globe .columns.inner {
    position: relative;
    z-index: 1;
    padding-bottom: 24px;
}

#global-globe .columns.inner .column {
    padding-bottom: 40px;
}

#global-globe .columns.inner h4 {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}

#global-globe .columns.inner p {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #e5813a;
    white-space: nowrap;
    margin-bottom: 16px;
}

@media screen and (min-width: 835px) {
    #global-globe {
        padding-top: 88px;
        padding-bottom: 88px;
    }

    #global-globe .columns.outer {
        max-width: 820px;
        margin: 0 auto;
    }

    #global-globe h3.title {
        font-size: 28px;
        line-height: 38px;
        text-align: left;
    }

    #global-globe p.subtitle {
        text-align: left;
        margin-bottom: 56px !important;
    }

    #global-globe .columns.inner {
        padding-bottom: 48px;
    }

    #global-globe .columns.inner .column {
        padding-bottom: 32px;
    }

    #global-globe .columns.inner p {
        font-size: 48px;
        line-height: 64px;
        margin-bottom: 8px;
    }
}

@media screen and (min-width: 835px) and (max-width: 1024px) {
    #global-globe {
        min-height: 850px;
        overflow: hidden;
        position: relative;
        z-index: 0;
    }

    #global-globe video,
    #global-globe .image {
        position: absolute;
        top: 96px;
        z-index: -1;
    }

    #global-globe .columns.inner {
        display: grid;
        grid-template-columns: repeat(4, auto);
        word-break: keep-all;
        justify-content: flex-start;
        align-items: flex-start;
        margin-left: -40px;
        margin-right: -40px;
    }

    #global-globe .columns.inner .column {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    #global-globe .buttons {
        justify-content: center;
    }
}

@media screen and (min-width: 1025px) {
    #global-globe .columns.outer {
        max-width: 1300px;
    }

    #global-globe h3.title {
        font-size: 48px;
        line-height: 64px;
    }

    #global-globe p.subtitle {
        max-width: 485px;
        margin-bottom: 40px !important;
    }

    #global-globe .columns.inner {
        padding-bottom: 24px;
    }
}

@media screen and (max-width: 834px) {
    #global-globe .image {
        margin-bottom: 64px;
    }

    #global-globe .columns.inner {
        padding-left: 40px;
    }

    #global-globe .buttons {
        justify-content: center;
    }
}

/* ================ */
.globe {
    height: 900px;
    width: 900px;
    float: right;
    transform: translateX(100px);
}

video {
    mix-blend-mode: multiply;
}


/* ============ */
#register-steps {
    padding-top: 80px;
    padding-bottom: 40px;
}

#register-steps h3.title {
    font-size: 28px;
    font-weight: normal;
    line-height: 38px;
    text-align: center;
    margin-bottom: 40px;
}

#register-steps h4 {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    color: var(--color-brand-Auxiliary);
    margin-bottom: 8px;
}

#register-steps span.number {
    min-width: 32px;
    min-height: 32px;
    width: 32px;
    height: 32px;
    font-size: 14px;
    font-weight: bold;
    background-color: #e5813a;
    border-radius: 50%;
    margin-right: 16px;
}

#register-steps p {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #2b2b2b;
    margin-bottom: 8px;
    padding: 12px 0 12px 48px;
}

#register-steps .divider {
    border-bottom: 1px solid #e4e4e4;
    margin: 32px 0;
}

@media screen and (min-width: 835px) {
    #register-steps {
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #register-steps h3.title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 56px;
    }

    #register-steps .column {
        position: relative;
    }

    #register-steps .column:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 44px;
        left: calc(75% + 24px);
        width: 25%;
        height: 1px;
        background-color: #e4e4e4;
    }

    #register-steps h4 {
        flex-direction: column;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 24px;
    }

    #register-steps span.number {
        width: 64px;
        height: 64px;
        font-size: 28px;
        margin: 0 auto 40px;
    }

    #register-steps p {
        margin-bottom: 0;
        padding: 0;
    }
}

@media screen and (min-width: 1025px) {
    #register-steps {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    #register-steps h3.title {
        font-size: 48px;
        line-height: 64px;
        margin-bottom: 88px;
    }

    #register-steps .column::after {
        display: none;
    }

    #register-steps .column:nth-child(odd) {
        flex: 0 0 16%;
    }

    #register-steps .column:nth-child(even) {
        flex: 0 0 12%;
    }

    #register-steps h4 {
        font-size: 28px;
        line-height: 38px;
    }

    #register-steps span.number {
        margin-bottom: 64px;
    }
}

@media screen and (max-width: 834px) {
    #register-steps p {
        position: relative;
        min-height: 68px;
    }

    #register-steps p::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 16px;
        width: 1px;
        background-color: #e4e4e4;
    }

    #register-steps .columns .column:last-child p:after {
        display: none;
    }
}

/* ============== */
/*#join-now h3,
#join-now h4,
#join-now p {
    color: var(--color-icon-01);
}

#join-now .column.right {
    background-color: #019f01;
    padding: 40px 16px 84px;
}

#join-now h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1.5px;
    margin-bottom: 24px;
}

#join-now h4 {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 8px;
}

#join-now p {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 24px;
}

#join-now .buttons>* {
    box-shadow: 0 8px 9px 0 rgba(108, 0, 0, 0.5);
}

#join-now .buttons>*:not(:last-of-type) {
    margin-right: 24px;
}


@media screen and (min-width: 835px) {
    #join-now {
        padding-top: 0;
        padding-bottom: 80px;
    }

    #join-now .column.left {
        width: 45%;
        background: url("../inpageImg/market/join-now.png") no-repeat scroll center / cover;
    }

    #join-now .column.right {
        width: 55%;
        padding: 40px 80px 34px 24px;
    }

    #join-now h3 {
        font-size: 14px;
        margin-bottom: 24px;
    }

    #join-now p {
        font-size: 28px;
        font-weight: bold;
        line-height: 38px;
        margin-bottom: 12px;
    }

    #join-now .buttons>* {
        font-weight: bold;
    }
}

@media screen and (min-width: 1025px) {
    #join-now .column.right {
        padding: 72px 120px 72px 64px;

    }

}

@media screen and (min-width: 835px) and (max-width: 1024px) {
    #join-now .content-wrapper {
        background-color: rgba(32, 121, 23, 0.15);
    padding: 4px 6px 4px 12px;
    }

    #join-now h3 {
        line-height: 1.71;
    }

    #join-now h4 {
        font-weight: bold;
    }

    #join-now .buttons>* {
        min-width: 98px;
        min-height: 40px;
        font-size: 14px;
        box-shadow: none;
        padding: 8px;
    }
}

@media screen and (min-width: 1025px) {
    #join-now {
        padding-bottom: 160px;
    }

    #join-now .column.right {
        padding: 72px 120px 72px 64px;
    }

    #join-now h3 {
        font-size: 18px;
        margin-bottom: 48px;
    }

    #join-now p {
        font-size: 48px;
        line-height: 64px;
        margin-bottom: 44px;
    }
}

@media screen and (max-width: 834px) {
    #join-now .columns {
        margin-left: -16px;
        margin-right: -16px;
    }

    #join-now .column.left {
        padding: 0;
    }
}
*/
#site-footer {
    padding-top: 0;
}