@charset "UTF-8";
.main_section1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height:750px;
}
.main_section1 .main_image_bg {
    position: relative;
    z-index:1;
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:100%;
    background: url('../image/main_slide_bg.png') no-repeat 50% 100%;
    background-size: cover;
}

/****************************/
.main-slideshow {
    position: absolute;
    width:100%;
    z-index:0;
}
.cb-slideshow,
.cb-slideshow:after { 
    position:relative;
    width: 100%;
    height:750px;
    overflow: hidden;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.cb-slideshow:after { 
    content: '';
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div h3 { 
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px; 
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url('../image/main_slide_01.jpg') 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url('../image/main_slide_02.jpg');
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url('../image/main_slide_03.jpg');
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url('../image/main_slide_01.jpg');
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url('../image/main_slide_02.jpg');
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url('../image/main_slide_03.jpg');
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}

.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}

.cb-slideshow li:nth-child(4) div { 
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) div { 
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) div { 
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
/****************************/


.main_section1 .main_title {
}
.main_title .inner1 {
    text-align:center;
    font-size:5.2rem;
    color:#fff;
}
.main_title .inner2 {
    margin-top:70px;
    text-align:center;
    font-size:1.5rem;
    color:#fff;
}
.main_section1 .inner_line {
    position: absolute;
    bottom:0;
}

.main_container {
    text-align:center;
}
.main_container .inner1 {
    font-size:1.25rem;
    color: var(--color-sub1);
}
.main_container .inner1 > img {
    position: relative;
    margin-top:-3px;
    margin-right:13px;
}
.main_container .inner2 {
    font-size:3rem;
    line-height:130%;
}
.main_container .inner3 {
    font-size:1.45rem;
    line-height:130%;
}
.main_container .inner4 {
    position: relative;
    width:100%;
    height:400px;
    overflow: hidden;
}
.main_container .inner4 > img {
    position: absolute;
    max-width:120%;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.main_container .inner5 {
}
.main_container .inner5 .inner_line {
    border-style: solid;
    border-image: linear-gradient(to bottom, #0e0e0e 0%, #ddd 100%);
    border-image-slice: 1;
    border-image-width: 0 0 0 1px;
}
.main_container .inner5 .w_inner {
    width: 93%;
    margin:0 auto;
    text-align:left;
    text-align: justify;
    line-height:180%;
}

.main_cont_bg2 {
    background: url('../image/ains_container_Bg.jpg') no-repeat 50% 50%;
    background-size: cover;
}
.main_cont_bg2 .bg {
    width:100%;
    background: rgba(0,0,0, 0.55);
}
.m_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top:80px; 
    padding-bottom:80px;
}
.main_box {
    width: calc(100% / 3 - 30px);
    margin-bottom:45px;
    padding:50px;
    background: rgba(255,255,255, 0.05);
    border:1px solid rgba(255,255,255, 0.25);
    border-radius:20px;
}
.main_box .inner1 {
}
.main_box .inner2 {
    padding:30px 0;
    font-size:1.6rem;
}
.main_box .inner3 {
    line-height:180%;
    font-size:1rem;
}

.footer {
    text-align:center;
}
.foot {}
.foot a.top_btn {
    display:inline-block;
    padding:15px 35px;
    background: rgba(255,255,255, 0.085);
    border-radius:100px;
}
.foot a.top_btn > img {
    position: relative;
    margin-top:-2px;
    margin-left:5px;
}
.font_copyright {
    opacity: 0.5;
}
.font_copyright > div {
    padding:5px 20px;
    line-height:150%;
}
.font_copyright .inner1 {}
.font_copyright .inner2 {}
.font_copyright .inner2 > span {
    padding:0 15px;
    display:inline-block;
}

.sub_section {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* sub_asset_bg */
.sub_asset_bg {
    background: url('../image/sub_asset_bg.jpg') no-repeat 100% 100%;
    background-size: cover;
}
.asset_box {
    position: relative;
    display: flex;
    padding:40px;
    background: var(--color-accent) url('../image/Asset_img.jpg') no-repeat 100% 100%;
    background-size: 65% auto;
    border-radius:20px;
}
.asset_box .inner1 {
    font-size:1.2rem;
    padding-bottom:160px;
}
.asset_box .inner2 {
    position: absolute;
    bottom:40px;
    font-size:2.2rem;
}
.asset_box .inner2 > span {opacity: 0.5;margin-right:12px;}
.asset_box_r4 {

}
.asset_box_r4 > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.asset_box_r4 > ul > li {
    cursor: pointer;
    padding:20px;
    text-align:center;
    width: calc(100% / 4 - 10px);
    border-radius:10px;
    background: rgba(0,0,0, 0.7);
    border:1px solid rgba(0,0,0, 0.7);
}
.asset_box_r4 > ul > li:hover {
    background: rgba(0,0,0, 0.2);
    border:1px solid rgba(255,255,255, 0.2);
}
.asset_box_r4 .inner_img {
    text-align:center;
    padding-bottom:15px;
}
.asset_box_r4 > ul > li > p {font-size:0.95rem;}
.asset_graph_box {
    height:800px;
    background: #0E0E0E;
}

.asset_graph_box .board_tab_itemContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.asset_graph_box .board_tab_itemContainer .board_tab_item {
    display: flex;
    align-items: center;
    width: calc(100% / 3);
    text-align:center;
    border:1px solid rgba(255,255,255, 0.1);
    cursor: pointer;
}
.asset_graph_box .board_tab_itemContainer .board_tab_item > a {
    display: inline-block;
    text-align: center;
    width:100%;
    height:51px;
    line-height:51px;
}
.asset_graph_box .board_tab_itemContainer .board_tab_item.on {
    background: linear-gradient(180deg, #4C88F2 0%, #124D99 100%);
}
.asset_graph_box .asset_tab {
    padding:30px 20px;
    width:100%;
}

.asset_tab .tab {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius:60px;
    height:51px;
    line-height:51px;
    overflow: hidden;
}
.asset_tab .tab > button {
    position: relative;
    height:51px;
    line-height:51px;
    border:none;
    width: calc(100% / 3 + 10px);
    color: var(--color-sub2);
    background: #fff;
    border-radius:60px;
}
.asset_tab .tab > button.active {
    color:#fff;
    background: rgba(0,0,0, 0.7);
}
.asset_tab .tabcontent,
.asset_tab .tabcontent2,
.asset_tab .tabcontent3 {
    display: none;
    padding: 0;
}
.asset_graph_api {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 300px;
    /*
    height: 높이;
    min-height: 최소 높이;
    */
}

.asset_graph_table {}
.asset_graph_table .inner_Daily {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.asset_graph_table .inner_Daily > li {
}
.graph_table .inner_head {background: #fff;}
.graph_table .inner_head,
.graph_table .inner_body {
    display: flex;
    align-items: center;
    justify-content: center;
}
.graph_table .inner_head > li,
.graph_table .inner_body > li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height:51px;
    text-align:center;
    margin-bottom:-1px;
    color: var(--color-ft3);;
    border:1px solid #323232;
}
.graph_table .inner_head > li:nth-child(2),
.graph_table .inner_body > li:nth-child(2) {
    border-left:none;
}









/* 우측 상단 로그인 버튼 */
.login_btn {
    position: fixed;
    z-index:50;
    display: flex;
    align-items: center;
    right:20px;
    top:16px;
}
.login_btn > a {
    display:inline-block;
    padding:10px 25px;
    color: #fff;
}
.login_btn > a:hover {
    opacity: 0.7;
}
.login_btn > span {
    position: relative;
    margin-bottom:-1px;
    display:inline-block;
    width:1px;
    height:16px;
    font-size:0;
    background: rgba(255,255,255, 0.35);
}
/* 모달 GNB 버튼 디자인 */
.gnb_icon {
    position: fixed;
    z-index:50;
    top:6px;
    left:15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width:60px;
    height:60px;
}
.gnb_icon .box {
    margin:0 0 0 0;
    width:32px;
    font-size:0;
}
.gnb_icon .box span.bar {
	display:inline-block;
	float:left;
	margin:3px 0;
    width: 65%;
    height: 3px;
	background:#fff;
	border-radius:3px;
	transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.gnb_icon .box span.bar:nth-child(2) {
    width:100%;
}
.gnb_icon > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:60px;
}
.gnb_icon > a:hover span.bar {background:#fff;}
.gnb_icon > a:hover span.bar:nth-child(1) {width:100%;}
.gnb_icon > a:hover span.bar:nth-child(2) {width:65%;}
.gnb_icon > a:hover span.bar:nth-child(3) {width:100%;}

/* 모달 GNB BOX 디자인 */
.blocker {
    position: fixed;
    top: 0;
    left: 0;
    width: 340px;
    height: 100%;
    overflow:hidden;
    z-index: 999999;
    padding: 0;
}
.blocker:before{content: "";height:100vh;}
.blocker.behind {background-color: transparent;}
.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 15px 30px;
}
.full_pop_all_gnb {
    position:relative;
    width:100%;
    max-width:100%;
    min-height:100vh;
    padding:0;
    background: rgba(0,0,0, 1);
}


/*
.modal a.close-modal {
    position: absolute;
    top: 6px;
    left: 15px;
    display: block;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/cancel_svg.svg');
}

display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
justify-content: center;
flex-direction: column;
*/

.modal_gnb_cancel_svg {
    position: absolute;
    top: 6px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}
.modal_gnb_cancel_svg img {max-width:30px;}
.gnb_login {
    position: absolute;
    top:100px;
    left:35px;
    width: calc(100% - 70px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gnb_login > a {
    display:flex;
    align-items: center;
    height:100%;
}
.gnb_login .inner1 {
    display: flex;
    padding-right:15px;
}
.gnb_login .inner1 > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width:60px;
    height:60px;
    border-radius:60px;
    background: var(--color-accent);
    margin-right:15px;
}
.gnb_login .inner1 > span > img {width:32%;}
.gnb_login .inner2 {
    display: flex;
    align-items: center;
    padding-left:15px;
    padding-right:15px;
    height:60px;
    text-decoration: underline;
    opacity: 0.7;
}

.gnb_menu {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
}
.gnb_menu > ul {
    position: relative;
    top:200px;
}
.gnb_menu > ul:after {display:block;visibility:hidden;clear:both;content:""}
.gnb_menu .all_step_2 {}
.gnb_menu .all_step_2 > a {
    display:inline-block;
    width:100%;
    padding:15px 0 15px 35px;
    font-size:2rem;
}
.gnb_menu .all_step_2 > a:hover {
    color: var(--color-accent);
}
.close-modal {
    display:none;
    text-indent:-999999999px;
}
@media (max-width:1070px) {
    html {
        font-size:15px;
    }
    .main_box {
        width: calc(100% / 2 - 20px);
        margin-bottom: 40px;
    }
    .main_section1,
    .cb-slideshow,
    .cb-slideshow:after {
        height:580px;
    }
}
@media (max-width:920px) {
    .main_title .inner1 {font-size: 4rem;}
    .main_title .inner2 {font-size: 1.2rem;}
    .main_container .inner2 {font-size: 2.2rem;}
    .main_container .inner3 {font-size: 1.2rem;}
    .main_container .inner4 {
        height:30vw;
    }
}
@media (max-width:720px) {
    html {
        font-size:14px;
    }
    .main_section1,
    .cb-slideshow,
    .cb-slideshow:after {
        height:420px;
    }
    .main_section1 .inner_line {bottom:-25%;}
    .main_box {
        padding:8vw;
        width: calc(100% / 1 - 0px);
        margin-bottom: 40px;
    }
    .main_box .inner2 {
        font-size: 1.3rem;
        padding: 5vw 0;
    }
    .main_box .inner1  > img {height:45px;}
    .gnb_login .inner1 > span {
        width:45px;
        height:45px;
    }
    .gnb_login .inner2 {height:45px;}
}
@media (max-width:620px) {
    .main_section1,
    .cb-slideshow,
    .cb-slideshow:after {
        height:320px;
    }
    .main_title .inner1 {font-size: 3rem;}
    .main_title .inner2 {margin-top:4vw;}
    .sp_100 {height:10vw;}
    .sp_120 {height:10vw;}
    .sp_70 {height:7vw;}
    .sp_40 {height:5vw;}
    .sp_30 {height:3.8vw;}
    .m_section {
        padding-top: 7.5vw;
        padding-bottom: 7.5vw;
    }
}