.visual_banner {
    min-width: 1240px;
    padding: 56px 0 0;
    background-color: #121212;
    background-image: url(/futures_v2/assets/img/main/visual_banner_bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

    .visual_banner .visual_txt h1 {
        font-size: 50px;
        font-weight: 900;
        color: #fff;
    }

    .visual_banner .visual_txt p {
        font-size: 18px;
        font-weight: 300;
        margin-top: 20px;
        color: #fff;
    }

    .visual_banner .visual_txt a {
        padding: 14px 20px;
        background: #02a2e0;
        text-decoration: none;
        color: #fff;
        border-radius: 5px;
        margin-top: 30px;
        display: inline-block;
        min-width: 170px;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
    }

        .visual_banner .visual_txt a:hover {
            background: #113fea;
        }

    .visual_banner .visual_rolling {
        margin-top: 56px;
        padding: 24px 0 48px 0
    }

        .visual_banner .visual_rolling > #Coin-percentage > ul {
            width: 100%;
            padding: 20px 0 0 0;
        }

            .visual_banner .visual_rolling > #Coin-percentage > ul > li {
                display: flex;
            }

                .visual_banner .visual_rolling > #Coin-percentage > ul > li > div {
                    width: 100%;
                    max-width: 240px;
                    min-width: 240px;
                    padding: 0 12px;
                }

                    .visual_banner .visual_rolling > #Coin-percentage > ul > li > div > a > p.desc {
                        font-size: 15px;
                        letter-spacing: 1px;
                        color: #fff;
                    }

                        .visual_banner .visual_rolling > #Coin-percentage > ul > li > div > a > p.desc > span {
                            margin-left: 5px;
                        }

                            .visual_banner .visual_rolling > #Coin-percentage > ul > li > div > a > p.desc > span.up {
                                color: rgb(14, 203, 129);
                            }

                            .visual_banner .visual_rolling > #Coin-percentage > ul > li > div > a > p.desc > span.down {
                                color: rgb(246, 70, 93);
                            }

                    .visual_banner .visual_rolling > #Coin-percentage > ul > li > div > a > h4 {
                        font-size: 27px;
                        font-weight: 700;
                        letter-spacing: 1px;
                        margin-top: 5px;
                        color: #fff;
                    }

                    .visual_banner .visual_rolling > #Coin-percentage > ul > li > div > a > p.price {
                        font-size: 13px;
                        margin-top: 5px;
                        opacity: 0.5;
                        letter-spacing: 1px;
                        color: #fff;
                    }





.content {
    min-width: 1400px;
    padding: 48px 0 0 0;
}

/* content_slide_banner */
.content_slide_banner {
    margin-bottom: 48px;
}

    .content_slide_banner .owl-carousel .owl-item {
        border-radius: 5px;
        overflow: hidden;
    }

    .content_slide_banner .owl-nav {
        display: block;
        text-align: center;
    }

    .content_slide_banner .owl-dots {
        display: none;
    }

    .content_slide_banner .owl-nav .owl-prev,
    .content_slide_banner .owl-nav .owl-next {
        display: inline-block;
        margin: 5px;
    }

    .content_slide_banner .owl-carousel .owl-nav button.owl-next,
    .content_slide_banner .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .content_slide_banner .owl-carousel .owl-nav button.owl-next {
        right: 10px;
        background-color: #000;
        color: #fff;
        width: 45px;
        height: 45px;
        margin: 0;
        text-align: center;
        line-height: 20px;
        border-radius: 50%;
        opacity: 0.5;
        transition: opacity 300ms ease-out;
    }

        .content_slide_banner .owl-carousel .owl-nav button.owl-next:hover {
            opacity: 1;
            transition: opacity 300ms ease-out;
        }

    .content_slide_banner .owl-carousel .owl-nav button.owl-prev {
        left: 10px;
        background-color: #000;
        color: #fff;
        width: 45px;
        height: 45px;
        margin: 0;
        text-align: center;
        line-height: 20px;
        border-radius: 50%;
        opacity: 0.5;
        transition: opacity 300ms ease-out;
    }

        .content_slide_banner .owl-carousel .owl-nav button.owl-prev:hover {
            opacity: 1;
            transition: opacity 300ms ease-out;
        }

/* content_notice */
.content_notice {
    margin-bottom: 48px;
}

    .content_notice ul > li > a {
        color: #707A8A;
        font-size: 14px;
        font-weight: 500;
        display: inline-flex;
        align-items: center;
    }

        .content_notice ul > li > a > p span {
            margin-left: 12px;
        }

        .content_notice ul > li > a > i {
            margin-right: 12px;
            font-size: 20px;
        }

        .content_notice ul > li > a:first-child {
            margin-right: 12px;
        }

            .content_notice ul > li > a:first-child:hover {
                color: #02a2e0
            }

        .content_notice ul > li > a:last-child {
            color: #02a2e0
        }

        .content_notice ul > li > a:first-child:after {
            content: 'l';
            margin-left: 12px;
            opacity: 0.5;
            color: #707A8A;
        }

    .content_notice ul > li + li {
        margin-top: 24px;
    }

/* market-trend */
.market-trend {
    margin-bottom: 48px;
}

    .market-trend table {
        border-collapse: collapse;
        width: 100%;
    }

        .market-trend table th {
            width: 25%;
        }

    .market-trend th,
    .market-trend td {
        padding: 15px 12px;
        text-align: right;
        font-size: 19px;
        letter-spacing: 1px;
    }

    .market-trend tr {
        cursor: pointer;
    }

        .market-trend tr:hover {
            background-color: #2b3139;
        }

body.light-mode .market-trend tr:hover {
    background-color: #f7f7f7;
}

.market-trend tr.table_tit th {
    font-size: 14px;
    padding: 12px;
    font-weight: 500;
    opacity: 0.5;
}

.market-trend tr.table_tit:hover {
    background-color: transparent;
}

body.light-mode .market-trend tr.table_tit:hover {
    background-color: transparent;
}

.market-trend tr.table_tit {
    cursor: text;
}

.market-trend td img {
    width: 32px;
    height: 32px;
}

.market-trend th.name {
    text-align: left;
}

.market-trend td.name {
    display: inline-flex;
    align-items: center;
}

    .market-trend td.name p {
        margin-left: 12px;
    }

    .market-trend td.name span {
        opacity: 0.5;
        margin-left: 6px;
    }

.market-trend td.change.down {
    color: rgb(246, 70, 93);
}

.market-trend td.change.up {
    color: rgb(14, 203, 129);
}

.market-trend .btn_area {
    text-align: center;
    margin-top: 24px;
}

    .market-trend .btn_area a.btn {
        font-size: 15px;
        font-weight: 500;
        color: #707A8A;
    }

        .market-trend .btn_area a.btn:hover {
            color: #02a2e0
        }

        .market-trend .btn_area a.btn i {
            margin-left: 12px;
        }

/* trade-anywhere */
.trade-anywhere {
    margin-bottom: 48px;
}

    .trade-anywhere .trade-anywhere-desc {
        display: inline-flex;
        width: 100%;
    }

    .trade-anywhere .img-area {
        width: 60%;
        padding: 0 48px 0 0;
    }

    .trade-anywhere .txt-area {
        width: 40%;
    }

    .trade-anywhere .QR-code {
        display: inline-flex;
        align-items: center;
        margin-bottom: 24px;
    }

        .trade-anywhere .QR-code p {
            margin-left: 24px;
            line-height: 1.2;
            font-size: 18px;
        }

            .trade-anywhere .QR-code p span {
                font-size: 14px;
                font-weight: 300;
            }

    .trade-anywhere .ios-android ul li {
        display: inline-flex;
        width: 32%;
    }

        .trade-anywhere .ios-android ul li div {
            display: inline-block;
            text-align: center;
            padding: 20px 12px;
            border-radius: 5px;
            min-width: 120px;
        }

            .trade-anywhere .ios-android ul li div:hover {
                background-color: #2b3139;
            }

body.light-mode .trade-anywhere .ios-android ul li div:hover {
    background-color: #f7f7f7;
}

.trade-anywhere .ios-android a {
    color: inherit;
}

.trade-anywhere .ios-android ul li div svg {
    width: 30px;
}

.trade-anywhere .ios-android ul li div p {
    margin-top: 12px;
}

.trade-anywhere .ios-android ul + ul {
    margin-top: 34px;
}

.trade-anywhere .btn_area {
    text-align: center;
    margin-top: 24px;
}

    .trade-anywhere .btn_area a.btn {
        font-size: 15px;
        font-weight: 500;
        color: #707A8A;
    }

        .trade-anywhere .btn_area a.btn:hover {
            color: #02a2e0
        }

        .trade-anywhere .btn_area a.btn i {
            margin-left: 12px;
        }

/* get-in-touch */
.get-in-touch {
    margin-bottom: 48px;
}

    .get-in-touch .banner .banner_content {
        padding: 24px;
        border-radius: 5px;
        /* text-align: center; */
    }

        .get-in-touch .banner .banner_content:hover {
            background-color: #2b3139;
        }

body.light-mode .get-in-touch .banner .banner_content:hover {
    background-color: #f7f7f7;
}

.get-in-touch .banner ul {
    display: inline-flex;
}

    .get-in-touch .banner ul li {
        width: 25%;
    }

    .get-in-touch .banner ul li {
        width: 25%;
    }

        .get-in-touch .banner ul li a {
            color: inherit;
        }

            .get-in-touch .banner ul li a .banner_content div.txt {
                margin-top: 24px;
            }

            .get-in-touch .banner ul li a h6 {
                font-size: 16px;
                font-weight: 500;
                margin-bottom: 12px;
            }

            .get-in-touch .banner ul li a p {
                font-size: 14px;
                font-weight: 500;
                line-height: 1.5;
                opacity: 0.5;
            }

.get-in-touch .stpi {
    fill: #02a2e0;
}

.get-in-touch .stwhi {
    fill: #fff;
}

body.light-mode .get-in-touch .stwhi {
    fill: #000;
}

/* line-banner */
.line-banner {
    text-align: center;
    background: #121212;
    padding: 48px 0;
}

body.light-mode .line-banner {
    text-align: center;
    background: #f7f7f7;
    padding: 40px;
}

.line-banner .btn_area a.basic {
    padding: 14px 20px;
    background: #02a2e0;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    min-width: 170px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

    .line-banner .btn_area a.basic:hover {
        background: #113fea;
    }

.line-banner .btn_area a.classic {
    padding: 14px 20px;
    background: #383a3f;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    min-width: 170px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

    .line-banner .btn_area a.classic:hover {
        background: #4c4e54;
    }

.line-banner .btn_area a + a {
    margin-left: 24px;
}




/***************** 2022.01.06 추가 start *****************/
/*
	Futures-Trade,
	COPY-Trading
	section 추가
*/

/* Futures-Trade */
.Futures-Trade {
    margin-bottom: 48px;
}

    .Futures-Trade .Futures-Trade-desc {
        display: inline-flex;
        width: 100%;
    }

    .Futures-Trade .txt-area {
        width: 50%;
        padding: 0 48px 0 0;
    }

    .Futures-Trade .img-area {
        width: 50%;
    }

    .Futures-Trade .btn_area a.basic:hover {
        background: #113fea;
    }

    .Futures-Trade .btn_area a.basic {
        padding: 14px 20px;
        background: #02a2e0;
        text-decoration: none;
        color: #fff;
        border-radius: 5px;
        display: inline-block;
        min-width: 170px;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
    }

    .Futures-Trade p.title_desc:nth-last-child(2) {
        margin-bottom: 48px;
    }

/* COPY-Trading */
.COPY-Trading {
    margin-bottom: 48px;
}

    .COPY-Trading .COPY-Trading-desc {
        display: inline-flex;
        width: 100%;
    }

    .COPY-Trading .txt-area {
        width: 50%;
        padding: 0 48px 0 0;
    }

    .COPY-Trading .img-area {
        width: 50%;
    }

    .COPY-Trading .btn_area a.basic:hover {
        background: #113fea;
    }

    .COPY-Trading .btn_area a.basic {
        padding: 14px 20px;
        background: #02a2e0;
        text-decoration: none;
        color: #fff;
        border-radius: 5px;
        display: inline-block;
        min-width: 170px;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
    }

    .COPY-Trading p.title_desc:nth-last-child(2) {
        margin-bottom: 48px;
    }
/***************** 2022.01.06 추가 end *****************/
