
/*--------------------*/
/*----Slick SLide-----*/

/*--------------------*/

.home {
    html, .home, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea {
        font-family: "Noto Sans", serif;
    }
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

@keyframes fadeInUp {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.anime {
    display: block;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.anime.animated {
    -webkit-animation: fadeInUp 1.2s forwards;
    animation: fadeInUp 1.2s forwards;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.sp {
    display: none !important;
}
@media screen and (max-width:1279px) {
    .sp {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
}
.home header a, .home header p, .home header span, .home footer p, .home header button {
    font-family: "karla", "sans-serif";
}
#main {
    padding-top: 65px;
}
#banner .banner {
    background-image: url("../img/home/bg_banner.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 118px 130px;
}
#banner .notice {

}
#banner .notice li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    background: #FF4F29;
    cursor: pointer;
    height: 70px;
}
#banner .notice p {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
}
#banner .notice .btn_join {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 12px;
    flex-shrink: 0;
    font-size: 14px;
    padding: 0 12px;
    font-weight: 600;
    height: 36px;
    line-height: 36px;
    margin-left: 26px;
    
}
.banner_content {
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner_content .txt_desp {
    text-align: left;
    color: #000000;
}
.banner_content .txt_desp h1 {
    font-size: 68px;
    margin-bottom: 40px;
    line-height: 96px;
    font-weight: 600;
    color: #000000;
    clip-path: inset(0 100% 0 0);
    transition: 2s cubic-bezier(0.37, 0, 0.63, 1);
    transition-property: clip-path;
}
.banner_content .txt_desp h1.anime.animated {
    clip-path: inset(0);
}
.banner_content .txt_desp h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 18px;
    color: #747882;
}
.banner_content .thumb img {
    width: 100%;
    height: auto;
}
.banner_content .txt_desp .btn_google {
    position: relative;
    border-radius: 30px;
    border: 1px solid #ff4f29;
    color: #ff4f29;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    width: 340px;
    height: 60px;
}
.banner_content .txt_desp .btn_google::after {
    background: #ff4f29;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}
.banner_content .txt_desp .btn_google:hover,
.banner_content .txt_desp .btn_google:hover span {
    color: #ffffff;
}
.banner_content .txt_desp .btn_google:hover::after {
    transform: scale(1, 1);
}
.banner_content .txt_desp .btn_google span {
    font-size: 16px;
    color: #ff4f29;
    font-weight: 600;
}
.banner_content .txt_desp .btn_google svg {
    margin-left: 8px;
}

#statistic .inner {
    border-top: 1px solid #dadada;
}
#statistic .statistic_list {
    max-width: 1260px;
    margin: 0 auto;
    padding: 30px 0;
}
#statistic .statistic_list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.statistic_list li span {
    font-size: 18px;
    display: block;
    margin-bottom: 8px;
    line-height: 22px;
    color: #747882;
}
.statistic_list li p {
    font-size: 40px;
    line-height: 46px;
    color: #000000;
}

#news .inner {
    background-color: #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
}
#news .news_list {
    max-width: 1260px;
    margin: 0 auto;
    padding: 30px 0;
}
#news .news_list ul {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
#news .news_list li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1;
}
#news .news_list a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    transition: all .2s ease-in-out;
}
#news .news_list .info_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 4px
}
#news .news_list .info_item span {
    background-color: #000000;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 700;
}
#news .news_list .info_item.no_border {
    border: 0;
}
#news .news_list .info_item span.date {
    background-color: #EAEAEA;
    color: #000000;
    border-radius: 4px;
    font-weight: 500;
}
#news .news_list a p {
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    max-width: 480px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
#trading_bot {
    background-image: url("../img/home/bg_trading_bot.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0;
}
#trading_bot .trading_desp {
    position: relative;
    width: 100%;
    margin: 0 auto 30px;
    max-width: 1260px;
    text-align: left;
}
#trading_bot .trading_desp h2 {
    font-size: 36px;
    line-height: 48px;
    color: #000;
    font-weight: 500;
    margin-bottom: 8px;
}
#trading_bot .trading_desp h3 {
    max-width: 1100px;
    font-size: 52px;
    line-height: 62px;
    color: #000;
    letter-spacing: 1px;
    font-weight: 700;
}
#trading_bot .trading_desp .btn_link {
    position: absolute;
    bottom: 0;
    right: 0;
}
.btn_link a {
    display: flex;
    align-items: center;
}
.btn_link span {
    font-size: 24px;
    color: #ff4f29;
    font-weight: 500;
    line-height: 32px;
    display: inline-block;
}
.btn_link svg {
    color: #ff4f29;
    margin-left: 8px;
}
.trading_slide {
    margin-bottom: 40px;
}
.trading_slide .item_slide {
    margin: 0 30px;
    position: relative;
    cursor: pointer;
}
.trading_slide .item_slide .slide_box {
    max-width: 1260px;
    height: 520px;
    display: flex;
    align-items: center;
}
.trading_slide .item_slide .desp_box {
    background-clip: border-box;
    background-color: #131215;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 50px;
    border-radius: 31px 0 0 31px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    text-align: left;
    width: 630px;
    height: 520px;
}
.trading_slide .item_slide.first .desp_box{
    background-image: url("../img/home/trading_bt_bot_01.png");
}
.trading_slide .item_slide.second .desp_box{
    background-image: url("../img/home/trading_bt_bot_02.png");
}
.trading_slide .item_slide.third .desp_box{
    background-image: url("../img/home/trading_bt_bot_03.png");
}
.trading_slide .item_slide.fourth .desp_box{
    background-image: url("../img/home/trading_bt_bot_04.png");
}
.trading_slide .item_slide .desp_box h3 {
    font-size: 52px;
    line-height: 76px;
    font-weight: 600;
    color: #000000;
}
.trading_slide .item_slide.third .desp_box h3 {
    color:#fff;
}
.trading_slide .item_slide .desp_box span {
    font-size: 52px;
}
.trading_slide .item_slide .desp_box p{
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    color: #000;
}
.trading_slide .slide_box .thumb {
    width: 630px;
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left-width: 0;
    border-radius: 0 31px 31px 0;
    background-color: #ededed;
}
.trading_slide .item_slide.first .slide_box .thumb{
    padding: 30px;
}
.trading_slide .item_slide.second .slide_box .thumb{
    padding: 45px 0;
}
.trading_slide .slide_box video {
    height: 460px;
}
.trading_slide .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.trading_slide .item_slide.first .slide_box video{
    border-radius: 20px;
    width: 100%;
    height: auto;
}
.trading_slide .item_slide.fourth .slide_box video{
    border-radius: 20px;
}
.trading_slide_nav {
    margin: 0 auto;
    max-width: 1260px;
    position: relative;
    width: 100%;
    padding: 0 100px;
    display: flex;
    align-items: center;
}
.trading_slide_nav .slick-list{
    width: 100%;
}
.trading_slide_nav .item_slide {
    text-align: center;
    height: 73px;
    border-bottom: 2px solid #B2B7C1;
    position: relative;
    margin-bottom: 3px;
}
.trading_slide_nav .item_slide .line{
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ff4f29;
    border: 0;
    z-index: 10;
    border-radius: 20px;
    display: none;
    margin: 0;
}
.trading_slide_nav .item_slide.slick-current .line{
    display: block;
}
.trading_slide_nav .item_slide span {
    color:#000;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding-bottom: 30px;
    font-weight: 600;
}
.trading_slide_nav .item_slide.slick-current span{
    color: #FF4F29;
}
.txt_desp_bottom {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 34px;
    text-align: center;
    color: #626773;
}
.txt_desp_bottom p{
    color: #626773;
    font-size: 14px;
    line-height: 18px;
}

/*----------------*/
#sec_arbitrage {
    background-image: url("../img/home/bg_arbitrage.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0;
}
#sec_arbitrage .inner {
    max-width: 1260px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 20px;
}
.sec_arbitrage_box {
    padding: 40px 0;
    text-align: left;
    flex: 1 1;
}
.sec_arbitrage_box h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 8px;
    color: #000000;
    font-weight: 500;
}
.sec_arbitrage_box h3 {
    font-size: 58px;
    font-weight: 600;
    line-height: 76px;
    color: #000000;
    margin-bottom: 30px;
    white-space: pre-line;
}
.sec_arbitrage_box h3 span {
    font-size: 58px;
    font-weight: 600;
    line-height: 76px;
    color: #ff4f29;
}
.thumb_arbitrage {
    width: 520px;
    height: 850px;
    text-align: right;
}
.thumb_arbitrage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sec_arbitrage_box .btn_link a {
    margin-bottom: 40px;
}

.sec_arbitrage_box li {
    width: 460px;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFFFFF;
    padding: 0 30px;
    border: 1px solid #E9E9E9;
    border-radius: 18px;
    margin-bottom: 20px;
}
.sec_arbitrage_box li:last-child {
    margin-bottom: 0;
}
.sec_arbitrage_box .name_spot {

}
.sec_arbitrage_box .name_spot span {
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 4px;
    color: #000000;
}
.sec_arbitrage_box .name_spot p,
.parameter p {
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}
.parameter p {
    text-align: right;
}
.sec_arbitrage_box .item_spot {
    display: flex;
    align-items: center;
    column-gap: 4px;
}
.sec_arbitrage_box .item_spot .thumb {
    width: 15px;
    height: 28px;
}
.sec_arbitrage_box .item_spot img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sec_arbitrage_box .item_spot p {
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    font-weight: bold;
}

#security {
    background-image: url("../img/home/bg_security.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0;
}
#security .inner {
    max-width: 1260px;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
#security .tlt_section {
    margin-bottom: 140px;
}
.tlt_section {
    margin-bottom: 30px;
}
.tlt_section h2 {
    text-align: left;
    font-size: 58px;
    font-weight: 600;
    line-height: 76px;
    color: #000000;
}
.tlt_section .txt_color {
    color: #ff4f29;
    display: block;
    font-size: 58px;
    font-weight: 600;
    line-height: 76px;
}
.security_list ul {
    display: flex;
    justify-content: space-between;
}
.security_list li {
    max-width: 380px;
}
.security_list li .thumb {
    width: 260px;
    height: 260px;
    margin: 0 auto 60px;
}
.security_list li .thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.security_list li .txt_desp h3 {
    font-size: 36px;
    line-height: 48px;
    color: #000000;
    white-space: nowrap;
    margin-bottom: 12px;
    font-weight: 500;
    text-align: center;
}
.security_list li .txt_desp p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #747882;
}
.security_list li .txt_desp a {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-decoration-line: underline;
    color: #ff4f29;
    display: block;
    width: 100%;
}

#team {
    background-image: url("../img/home/bg_kol_show.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 230px 0 320px;
}

#team .inner {
    max-width: 1260px;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
#team .tlt_section {
    margin-bottom: 90px;
}
#team .tlt_section h2 {
    color: #000000;
}
.team_list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
}
.team_list .item_team {
    border-radius: 12px;
    height: 533px;
    position: relative;
    width: 188px;
    cursor: pointer;
    transition: width 0.3s ease;
}
.team_list .item_team:hover {
    width: 546px;
}
.team_list .item_team .team_show_small {
    cursor: pointer;
    display: block;
    z-index: 1;
}
.team_list .item_team:hover .team_show_small {
    display: none;
}
.team_list .item_team .team_show_small p {
    bottom: 30px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    opacity: 1;
    position: absolute;
    right: 30px;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    transition: opacity .22s ease-in-out .1s;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.team_list .item_team .team_show_full {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease, display 0s linear 0.3s;
    padding: 30px 30px 10px;
}
.team_list .item_team:hover .team_show_full {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.team_list .item_team .thumb {
    height: 553px;
}
.team_list .item_team .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    object-position: -105px 0;
}
.team_list .item_team:hover .thumb img {
    object-position: center;
}
.team_show_full p {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 42px;
    color: #ffffff;
}
.info_person {
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: left;
}
.info_person > span {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}
.parameter_subs span {
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
}
.parameter_subs .dots {
    width: 18px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    font-weight: 100;
}
.team_list .item_team .icon_play {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.team_list .item_team:hover .icon_play {
    opacity: 1;
}
#app_trade {
    background-color: #ffffff;
}
#app_trade .inner {
    max-width: 1260px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 90px;
}
#app_trade .tlt_section {
    text-align: center;
}
#app_trade .tlt_section h2 {
    font-size: 58px;
    line-height: 76px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000000;
    text-align: center;
}
#app_trade .tlt_section p {
    font-size: 36px;
    line-height: 48px;
    color: #000000;
    margin-bottom: 62px;
    text-align: center;
}
.thumb_trade {
    max-width: 864px;
    width: 100%;
    margin: 0 auto;
}

/*-- brand info --*/
#brand_info{
    padding: 230px 0;
    background-image: url("../img/home/home_band_bg.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
#brand_info .tlt_section h2{
    text-align: center;
    text-wrap: nowrap;
}
#brand_info .tlt_section h2 span{
    font-size: 58px;
    line-height: 76px;
    font-weight: 600;
    color: #000;
}
#brand_info .tlt_section p{
    font-size: 36px;
    line-height: 48px;
    color: #000;
}
#brand_info .tlt_section{
    text-align: center;
    margin-bottom: 110px;
}
#brand_info .tlt_section .txt_color{
    color: #ff4f29;
    display: inline;
}
#brand_info .brand_list{
    overflow: hidden;
}
#brand_info .brand_list > ul{
    display: flex;
    gap: 20px;
    width: fit-content;
}
#brand_info .brand_list .brand_list_01{
    margin-bottom: 20px;
    -webkit-animation-duration: 60s;
    animation-duration: 60s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: marguee-scroll-to-left;
    animation-name: marguee-scroll-to-left;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
}
#brand_info .brand_list .brand_list_02{
    margin-bottom: 20px;
    -webkit-animation-duration: 60s;
    animation-duration: 60s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: marguee-scroll-to-right;
    animation-name: marguee-scroll-to-right;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
@keyframes marguee-scroll-to-left {
    0% {
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    } 
}
@keyframes marguee-scroll-to-right {
    0% {
        -webkit-transform: translate3d(-45%, 0, 0);
        transform: translate3d(-45%, 0, 0);
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    } 
}
#brand_info .brand_list .brand_list_01 .brand_item_1{
    width: 284px
}
#brand_info .brand_list .brand_list_01 .brand_item_2{
    width: 450px
}
#brand_info .brand_list .brand_list_01 .brand_item_3{
    width: 340px
}
#brand_info .brand_list .brand_list_01 .brand_item_4{
    width: 284px
}
#brand_info .brand_list .brand_list_01 .brand_item_5{
    width: 400px
}
#brand_info .brand_list .brand_list_01 .brand_item_6{
    width: 400px
}
#brand_info .brand_list .brand_list_01 .brand_item_7{
    width: 450px
}
#brand_info .brand_list .brand_list_01 .brand_item_8{
    width: 284px
}
#brand_info .brand_list .brand_list_01 .brand_item_9{
    width: 500px
}

#brand_info .brand_list .brand_list_02 .brand_item_1{
    width: 284px
}
#brand_info .brand_list .brand_list_02 .brand_item_2{
    width: 394px
}
#brand_info .brand_list .brand_list_02 .brand_item_3{
    width: 450px
}
#brand_info .brand_list .brand_list_02 .brand_item_4{
    width: 284px
}
#brand_info .brand_list .brand_list_02 .brand_item_5{
    width: 365px
}
#brand_info .brand_list .brand_list_02 .brand_item_6{
    width: 284px
}
#brand_info .brand_list .brand_list_02 .brand_item_7{
    width: 540px
}
#brand_info .brand_list .brand_list_02 .brand_item_8{
    width: 450px
}

#brand_info .brand_list .thumb img{
    width: 100%;
    height: auto;
}

#brand_info .brand_list .brand_item{
    height: 100%;
}
#brand_info .brand_list .brand_item span{
    font-size: 32px;
    line-height: 43px;
    font-weight: 500;
}
#brand_info .brand_list .brand_item p{
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
}
#brand_info .brand_list .brand_item span,
#brand_info .brand_list .brand_item p{
    color: #fff;
}

#brand_info .brand_list .brand_item.bg{
    padding: 20px;
    border-radius: 20px;
    background-color: #1b1d20;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#brand_info .brand_list .brand_item.bg_grey{
    background-color: #CBCBCB;
}
#brand_info .brand_list .brand_item.bg_grey span,
#brand_info .brand_list .brand_item.bg_grey p{
    color: #000;
}
#brand_info .brand_list .brand_item.bg_orange{
    background-color: #ff4f29;
}
#brand_info .brand_list .brand_item.bg_green{
    background-color: #0abf7f;
}

/* ------footer-------- */
footer {
    background: #F7F7F7;
}

footer .grid_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 30px 0;
}

footer .footer_1 p{
    max-width: 400px;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

footer .footer_1 > img {
    width: 160px;
    height: auto;
    margin-bottom: 20px;
}

footer .footer_1 .social{
    margin-top: 10px;
}

footer .footer_1 .social img{
    margin-right: 10px;
    width: 36px;
    height: 36px;
}

footer .footer_2 {
    display: grid;
    grid-template-columns: 4fr 1fr 1fr;
    gap: 20px;
}

footer .footer_2 .footer_title {
    font-weight: 600;
    margin-bottom: 8px;
    color: #000;
    font-size: 16px;
}

footer .footer_2 .footer_sub {
    font-weight: 600;
    margin-bottom: 8px;
    color: #747882;
    text-wrap: nowrap;
    font-size: 16px;
}

footer .footer_2 .footer_item{
    border: 0;
}

footer .footer_2 .footer_item.menu {
    text-align: center;
}

header .header_box{
    padding: 5px 24px;
}

header .header_box .header_left .header_menu .dropdown > a{
    font-weight: 600;
    padding: 18px 16px 14px 16px;
}

header .header_right button{
    padding: 8px 25px;
    border-radius: 30px;
}

header .logo img{
    width: 113px;
    height: 25px;
}

.lnb{
    top: 55px;
}
.lnb .lnb_logout{
    width: 100%;
}

@media (min-width: 1536px) {
    
}

@media screen and (max-width: 1599px) {
    #main {
        padding-top: 57px;
    }
    .team_list .item_team:hover {
        height: 480px;
        width: 491px;
    }
    .team_list .item_team {
        width: 169px;
        height: 480px;
    }
    #banner .notice p {
        font-size: 20px;
        line-height: 24px;
    }
}

@media screen and (max-width:1279px) {
    #main {
        padding-top: 55px;
    }
    #banner .notice li a {
        height: auto;
        padding: 4px 12px;
    }
    #banner .notice p {
        font-size: 10px;
        line-height: 14px;
    }
    #banner .notice .btn_join {
        margin-left: 12px;
        height: 31px;
        line-height: 28px;
        border-radius: 60px;
    }
    #banner .banner {
        background-image: url("../img/home/bg_banner_sp.png");
        padding: 20px 18px 0;
    }
    .banner_content {
        max-width: 100%;
        flex-direction: column-reverse;
    }
    .banner_content .thumb {
        margin-bottom: 30px;
    }
    .banner_content .thumb img{
        width: 100%;
        height: auto;
    }
    .banner_content .txt_desp h1 {
        font-size: 34px;
        line-height: 44px;
        font-weight: 600;
        text-align: center;
    }
    .banner_content .txt_desp h2 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 18px;
        text-align: center;
        padding: 0 10px;
    }
    .banner_content .txt_desp .btn_google {
        width: 100%;
        height: 52px;
        margin-bottom: 30px;
    }
    .banner_content .txt_desp .btn_google span {
        font-size: 20px;
    }
    #statistic .statistic_list {
        max-width: 100%;
        padding: 20px 30px;
    }
    #statistic .statistic_list ul {
        flex-wrap: wrap;
        row-gap: 14px;
        margin: 0 -15px;
    }
    #statistic .statistic_list ul li {
        width: 50%;
        padding: 0 15px;
    }
    .statistic_list li span {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 6px;
        text-align: left;
    }
    .statistic_list li p {
        font-size: 24px;
        line-height: 27px;
        text-align: left;
    }
    #news .news_list {
        max-width: 100%;
        padding: 20px 0 10px;
    }
    #news .news_list a {
        flex-direction: column;
    }
    #news .news_list .info_item {
        margin-bottom: 6px;
    }
    #news .news_list a p {
        max-width: 320px;
        font-size: 12px;
        line-height: 19px;
        padding: 0 12px;
        text-align: center;
    }
    #news .news_list ul {
        display: block;
    }
    #news .news_list ul.slick-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 8px;
    }
    #news .news_list .slick-dots li {
        width: 30px;
        height: 4px;
        background-color: #747882;
        flex: none;
    }
    #news .news_list .slick-dots li.slick-active {
        background-color: #C6C9CF;
    }
    #news .news_list .slick-dots li button {
        width: 0;
        font-size: 0;
    }
    #news .news_list .slick-list {
        margin-bottom: 18px;
    }
    #sec_arbitrage {
        background-image: url(../img/home/bg_arbitrage_sp.png);
        padding: 50px 30px;
    }
    #sec_arbitrage .inner {
        max-width: 100%;
        display: block;
    }
    .sec_arbitrage_box {
        padding: 0;
    }
    .sec_arbitrage_box h2 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 6px;
        text-align: center;
    }
    .sec_arbitrage_box h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 18px;
        text-align: center;
    }
    .sec_arbitrage_box h3 span {
        font-size: 30px;
        line-height: 40px;
    }
    .btn_link span {
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
    }
    .sec_arbitrage_box .btn_link a {
        margin-bottom: 24px;
        justify-content: center;
    }
    .sec_arbitrage_box li {
        width: 90%;
        height: 74px;
        margin: 0 auto 14px;
        padding: 0 20px;
    }
    .sec_arbitrage_box .name_spot span,.sec_arbitrage_box .item_spot p {
        font-size: 16px;
        line-height: 20px;
    }
    .sec_arbitrage_box .name_spot p, .parameter p {
        font-size: 10px;
        line-height: 14px;
    }
    .thumb_arbitrage {
        width: 50%;
        height: auto;
        text-align: center;
        margin: 0 auto 14px;
    }
    .btn_link svg {
        width: 13px;
    }
    #security {
        background-image: url(../img/home/bg_security_sp.png);
        padding: 50px 25px 150px;
    }
    #security .tlt_section {
        margin-bottom: 80px;
    }
    .tlt_section h2,.tlt_section .txt_color {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 1px;
    }
    .security_list ul {
        flex-direction: column;
        row-gap: 60px;
    }
    .security_list li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .security_list li .thumb {
        width: 100px;
        height: 100px;
        margin-bottom: 0;
    }
    #news .news_list .info_item.no_border {
        opacity: 0;
    }
    .security_list li .txt_desp {
        flex: 1;
    }
    .security_list li .txt_desp a {
        font-size: 12px;
        text-align: left;
    }
    .security_list li .txt_desp h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
        text-align: left;
    }
    .security_list li .txt_desp p {
        font-size: 12px;
        line-height: 18px;
        text-align: left;
    }
    #team {
        background-image: url(../img/home/bg_kol_show_sp.png);
        padding: 50px 0 150px;
    }
    #team .tlt_section {
        padding: 0 30px;
        margin-bottom: 60px;
    }
    .team_list .item_team {
        height: 302px;
        position: relative;
        width: 106px;
        border-radius: 8px;
    }
    .team_list .item_team:hover {
        height: 302px;
        width: 106px;
    }
    .team_list .item_team:hover .team_show_full {
        display: none;
    }
    .team_list .item_team .team_show_small p {
        bottom: 12px;
        font-size: 14px;
        font-weight: 600;
        right: 12px;
    }
    .team_list .item_team .team_show_full {
        display: none;
    }
    .team_list .item_team .thumb {
        height: 302px;
    }
    .team_list .item_team .thumb img {
        border-radius: 8px;
        object-position: -60px;
    }
    .team_list .item_team:hover .thumb img {
        object-position: -60px;
    }
    .team_list .item_team:hover .icon_play {
        opacity: 0;
    }
    .team_list .item_team:hover .team_show_small {
        display: block;
    }
    .team_list ul {
        justify-content: flex-start;
        overflow: auto;
        height: 100%;
        scrollbar-width: none;
        padding-left: 10px;
    }
    #app_trade .inner {
        max-width: 100%;
        padding: 50px 30px;
    }
    #app_trade .tlt_section h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 8px;
    }
    #app_trade .tlt_section p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .thumb_trade {
        max-width: 100%;
    }
    .thumb_trade img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .sign_up_bottom {
        padding: 0 20px;
        background-size: 25px;
        height: 80px;
        border-radius: 8px;
    }
    .sign_up_bottom p {
        font-size: 18px;
        line-height: 20px;
        font-weight: 500;
        text-align: left;
        flex: 1;
    }
    .sign_up_bottom a {
        padding: 6px 16px;
        font-size: 12px;
        line-height: 16px;
    }

    /* -------trading_bot------- */
    #trading_bot{
        padding: 50px 0px;
    }
    #trading_bot .trading_desp h2 {
        font-size: 14px;
        line-height: 22px;
    }
    #trading_bot .trading_desp h3 {
        font-size: 30px;
        line-height: 40px;
    }
    #trading_bot .trading_desp .btn_link{
        position: relative;
    }
    #trading_bot .trading_desp .btn_link a{
        justify-content: start;
    }
    #trading_bot .trading_desp .btn_link span{
        font-size: 12px;
        line-height: 16px;
    }
    #trading_bot .trading_desp .btn_link svg {
        width: 13px;
    }
    #trading_bot .trading_desp{
        margin-bottom: 25px;
        padding: 0 30px;
    }
    .trading_slide{
        margin-bottom: 35px;
    }
    .trading_slide_nav .item_slide{
        border-bottom: 0;
    }
    .trading_slide .item_slide .slide_box{
        flex-direction: column;
        height: auto;
    }
    .trading_slide .item_slide .desp_box h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .trading_slide .item_slide .desp_box p {
        font-size: 16px;
        line-height: 22px;
    }
    .trading_slide .item_slide .desp_box{
        width: 100%;
        height: 142px;
        padding: 30px 20px 0 20px;
        border-radius: 8px 8px 0 0;
        justify-content: start;
    }
    .trading_slide .slide_box .thumb{
        width: 315px;
        height: 264px;
        border-radius: 0 0 8px 8px;
    }
    .trading_slide .item_slide.first .slide_box video,
    .trading_slide .item_slide.fourth .slide_box video{
        border-radius: 10px;
    }
    .trading_slide .item_slide .desp_box span {
        font-size: 22px;
        line-height: 30px;
    }
    .trading_slide .slide_box video{
        height: 218px;
    }
    .trading_slide_nav{
        flex-direction: column;
        padding: 0 30px;
    }
    .trading_slide_nav .item_slide.slick-current .line{
        display: none;
    }
    .trading_slide_nav .slick-dots{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 5px;
    }
    .trading_slide_nav .slick-dots li{
        height: 4px;
        background-color: #c6c6c6;
        width: 30px;
    }
    .trading_slide_nav .slick-dots li button{
        visibility: hidden;
    }
    .trading_slide_nav .slick-dots .slick-active{
        background-color: #ff4f29;
    }
    .trading_slide_nav .item_slide{
        height: 160px;
    }
    .trading_slide_nav .item_slide span{
        padding: 0;
    }
    .trading_slide_nav .item_slide span.title{
        margin-bottom: 20px;
        display: inline-block;
    }
    .trading_slide_nav .item_slide span.des{
        font-size: 12px;
        line-height: 18px;
        color: #626773;
    }
    .trading_slide_nav .item_slide.slick-current{
        border: 0;
    }
    /* -----brand_info----- */
    #brand_info{
        background-image: url("../img/home/home_band_bg_mb.png");
        padding: 130px 0 60px 0;
    }
    #brand_info .tlt_section h2 span {
        font-size: 30px;
        line-height: 45px;
        font-weight: 600;
    }
    #brand_info .tlt_section p {
        font-size: 24px;
        line-height: 32px;
    }
    #brand_info .tlt_section {
        margin-bottom: 30px;
    }
    #brand_info .brand_list .brand_list_01 .brand_item_1,
    #brand_info .brand_list .brand_list_01 .brand_item_4,
    #brand_info .brand_list .brand_list_01 .brand_item_8,
    #brand_info .brand_list .brand_list_02 .brand_item_1,
    #brand_info .brand_list .brand_list_02 .brand_item_4,
    #brand_info .brand_list .brand_list_02 .brand_item_8{
        width: 260px;
        height: 274px;
    }
    #brand_info .brand_list .brand_list_01 .brand_item_2,
    #brand_info .brand_list .brand_list_01 .brand_item_3,
    #brand_info .brand_list .brand_list_01 .brand_item_5,
    #brand_info .brand_list .brand_list_01 .brand_item_6,
    #brand_info .brand_list .brand_list_01 .brand_item_7,
    #brand_info .brand_list .brand_list_01 .brand_item_9,
    #brand_info .brand_list .brand_list_02 .brand_item_2,
    #brand_info .brand_list .brand_list_02 .brand_item_3,
    #brand_info .brand_list .brand_list_02 .brand_item_5,
    #brand_info .brand_list .brand_list_02 .brand_item_6,
    #brand_info .brand_list .brand_list_02 .brand_item_7,
    #brand_info .brand_list .brand_list_02 .brand_item_9{
        width: fit-content;
        height: 274px;
    }
    #brand_info .brand_list .thumb{
        height: 100%;
    }
    #brand_info .brand_list .thumb img{
        width: auto;
        height: 100%;
    }
    #brand_info .brand_list .brand_item span{
        font-size: 26px;
        line-height: 32px;
    }
    #brand_info .brand_list .brand_item p{
        font-size: 12px;
        line-height: 18px;
    }
    #brand_info .brand_list > ul{
        gap: 10px;
    }
    #brand_info .brand_list .brand_list_01{
        margin-bottom: 10px;
    }
    /* -----footer----- */
    footer {
        padding: 0;
    }
    footer .grid_box {
        display: grid;
        grid-template-columns: 1fr;
        padding: 40px 0 80px 0;
    }
    footer .footer_1{
        padding-bottom: 0px;
    }
    footer .footer_1 p{
        font-size: 12px;
        line-height: 18px;
    }
    footer .footer_1 > img {
        width: 160px;
        margin-bottom: 20px;
    }
    footer .footer_1 .social img{
        width: 30px;
        height: 30px;
        margin-bottom: 0px;
    }
    footer .footer_2 {
        grid-template-columns: 1fr;
        gap: 0px;
    }
    footer .footer_1,
    footer .footer_2 {
        padding-right: 20px;
        padding-left: 20px;
    }
    footer .footer_2 .footer_title {
        margin-bottom: 0;
        line-height: 22px;
    }
    footer .footer_2 .menu .footer_title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 34px;
        cursor: pointer;
        border-bottom: 1px solid #D0D0D0;
    }
    footer .footer_2 .footer_title .btn_icon {
        width: 30px;
        height: 30px;
        display: block;
    }
    footer .footer_2 .footer_title .btn_icon svg {
        width: 100%;
        height: 100%;
    }
    footer .footer_2 .footer_title .minus_icon {
        display: none;
    }
    footer .footer_2 .footer_item.active .footer_title .minus_icon {
        display: block;
    }
    footer .footer_2 .footer_item.active .footer_title .plus_icon {
        display: none;
    }
    footer .footer_2 .footer_sub {
        border-bottom: 1px solid #D0D0D0;
        display: none;
        align-items: center;
        height: 36px;
        margin-bottom: 0;
    }
    footer .footer_2 .footer_item.active .footer_sub {
        display: flex;
    }
    footer .footer_2 .social {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    footer .footer_2 .social img {
        width: 20px;
        height: 20px;
    }
    footer .footer_2 .footer_item.menu {
        text-align: start;
    }
    header .header_box{
        padding: 10px 20px;
    }
    header .header_box .header_before_login{
        margin: 4px 0;
    }
    header .header_right button {
        padding: 5px 12px;
    }
    header .header_right .num img{
        margin: 0;
        margin-left: 10px;
    }
}
@media screen and (min-width:1280px){
    .trading_slide_nav .slick-track{
        transform: none !important;

    }
}