#section_crypto_home .exposition {
    width: 100%;
    max-height: 598px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    float: none;
    margin: 0;
    padding: 20px;
    overflow: hidden;
}

#section_crypto_home .calendar_wrap{
    width: 100%;
    min-height: auto;
    max-height: 620px;
    float: none;
    margin:0 auto;
    font-size: 14px;
}

#section_crypto_home .title_text{
    float: none;
    cursor: auto;
    color: #111;
}

.exposition_bottom {
    width: 100%;
    height: 100%;
    max-height: 470px;
    overflow-y: auto;
    margin: 25px auto 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.exposition_bottom>span{
    margin: 25px auto;
    font-size: 16px;
}

.exposition_item{
    height: auto;
    width: calc(100% / 2 - 14px);
    max-width: 441px;
    display: flex;
}

.exposition_item_text,
.exposition_item_image{
    float: none;
}

.exposition_item_image{
    margin-right: 12px;
}

.event,
.event_item,
.event_item_text,
.event_item_text_title{
    width: 100%;
    height: auto;
}

.event{
    float: none;
    margin-top: 30px;
}

.event_item_text{
    padding: 12px;
}

.event_item_article{
    width: calc(100% / 4);
}

.event_item_article:nth-child(4){
    margin-right: 0;
}

.event_item_article:nth-last-child(-n+2){
    display: none;
}

.event_text{
    font-size: 14px;
}

.event_item_article_image{
    height: 225px;
    border-radius: 10px;
}
#section_crypto_home .event_title{
    float: none;
    margin: 30px 0 12px 0;
    height: auto;
}

.calendar_title{
    width: 100%;
    height: auto;
    margin:30px 0 12px 0;
}

.terms_wrap{
    color: #111;
}

#section_crypto_home .terms_link_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
}

#section_crypto_home .terms_link_wrap .terms_link_item{
    border-radius: 10px;
    background:#FFF;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.20);
    display: flex;
    width: 100%;
    height: 110px;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

#section_crypto_home .terms_link_wrap a{
    width: calc(100% / 4 - 16px);
    display: block;
}

#section_crypto_home .terms_link_wrap .terms_link_item img{
    width: 52px;
    margin: 0 auto;
}

#section_crypto_home .terms_link_wrap .terms_link_item p{
    font-weight: 500;
    letter-spacing: -0.35px;
    color: #111;
    margin-top: 8px;
}

.terms_title{
    margin: 30px 0 8px 0;
}

.title_text_view{
    color: #767676;
}

/*코인마켓*/
.crypto_coin_market_wrap{
    width: 100%;
    font-size: 14px;
}

.crypto_coin_market_title{
    width: 100%;
    height: auto;
    margin:0 0 12px 0;
}

.crypto_coin_market_contents{
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, auto);
    grid-auto-rows: auto;
    grid-column-gap:  28px;
    grid-row-gap:  24px;
    grid-auto-flow: column;
}

.crypto_coin_market_item{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.crypto_coin_market_item>div{
    display: flex;
    align-items: center;
}

.crypto_coin_market_item .crypto_coin_image img{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 12px;
}

.crypto_coin_ranking{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.4px;
    display: block;
    min-width: 30px;
    text-align: left;
}

.crypto_coin_name{
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}

.crypto_coin_name span{
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
}

.crypto_coin_price{
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin-right: 8px;
}

.crypto_coin_price i{
    font-size: 12px;
    font-style: normal;
}

.percent_item{
    font-size: 12px;
}



/*리서치*/
.crypto_research_wrap{
    margin-top: 30px;
}

.crypto_research_wrap .title_wrap{
    margin-bottom: 12px;
}

.crypto_research_list{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 40px 24px;
    align-self: stretch;
    flex-wrap: wrap;
}

.crypto_research_item{
    width: 282px;
}

.crypto_research_wrap .research_title_img{
    width: 282px;
    height: 188px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
}

.crypto_research_wrap .research_title_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.crypto_research_wrap .research_category{
    color: #767676;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.325px;
}

.crypto_research_wrap .research_title{
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    color: #111;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    word-break: break-all;
    margin-top: 8px;
}

.research_tag_wrap {
    display: flex;
    margin-top: 8px;
    flex-wrap: wrap;

}

.crypto_research_wrap .research_tag_wrap span{
    color: #4294FF;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.325px;
    margin-right: 8px;
}

.research_analyst_wrap{
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content:space-between;
}

.research_analyst_img{
    display: flex;
    margin-right: 4px;
}

.research_analyst_img>div{
    margin-left: -8px;
    position: relative;
    overflow: hidden;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    border: 1.5px solid #FFF;
}

.research_analyst_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.research_analyst_img>div:first-child{
    margin-left: 0;
}

.research_analyst_img .analyst_besides{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 150%; /* 18px */
    letter-spacing: -0.3px;
    font-weight: 500;
    padding: 2px 0;
}

.research_analyst_item{
    cursor: pointer;
    display: flex;
    align-items: center;
}

.research_analyst_name {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
}

.research_analyst_name .arrow.rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);

}

.research_analyst_list_wrap{
    position: relative;
}

.research_analyst_num{
    position: relative;
    color: #BBB;
    font-size: 13px;
    padding-left: 4px;
    margin-left: 4px;
}

.research_analyst_num::after{
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 1px;
    height: 10px;
    background: #EDEDED;
}

.research_date{
    color:  #BBB;
    font-size: 13px;
}

.research_analyst_list{
    display: none;
    position: absolute;
    top: 30px;
    width: 164px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
    z-index: 2;
}

.research_analyst_list .analyst_profile_img{
    width: 32px;
    height: 32px;
    border-radius: 32px;
    border: 1.5px solid #EDEDED;
    overflow: hidden;
    margin-right: 8px;
}
.research_analyst_list .analyst_profile_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.research_analyst_list li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px;
}

.research_analyst_list li:hover{
    background: #F7F7FA;
}

.research_analyst_list p{
    font-size: 13px;
    font-weight: 500;
    color: #111;
}

.research_analyst_num{
    position: relative;
    color: #BBB;
    font-size: 13px;
    padding-left: 4px;
    margin-left: 4px;
}

.research_analyst_num::after{
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 1px;
    height: 10px;
    background: #EDEDED;
}

/*리서치 끝*/

/* 포트폴리오 */
.crypto_portfolio_login_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 60px 30px 180px;
    border-radius: 10px;
    background: url('/assets/images/tokenpost_new/crypto/portfolio_bg.svg') left center no-repeat,
    linear-gradient(91deg, #8D66FF 0.38%, #5563FF 99.93%);
    background-size: contain;
    margin-bottom: 32px;
}

.crypto_portfolio_login_wrap .text_box{
    display: flex;
    align-items: center;
    gap: 20px;
}

.crypto_portfolio_login_wrap .text_box .top_text{
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%; /* 30px */
}

.crypto_portfolio_login_wrap .text_box .bottom_text{
    color: #FFC34D;
    font-size: 28px;
    font-weight: 900;
    line-height: 150%; /* 48px */
}

.common_hot_portfolio_container{
    display: flex;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.common_hot_portfolio_container .common_hot_portfolio_item{
    width: 282px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #EDEDED;
    background: #FFF;
}

.common_hot_portfolio_container .portfolio_name{
    color: #111;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: -0.4px;
}



@media (max-width: 1399px){
    #section_crypto_home .main_left_right,
    #section_crypto_home .main_left_right_wrap,
    #main_news_wrap{
        width: 640px;
    }

    #main_news_wrap{
        float: left;
    }

    .exposition_bottom{
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .exposition_item {
        height: auto;
        width: 100%;
        max-width: 100%;
        display: flex;
    }
    .exposition_item_text{
        width: 100%;
    }

    .exposition_item:last-child{
        margin-bottom: 0;
    }

    .event_item_article,
    .event_item_article_image{
        height: 200px;
    }

    .event_item_article{
        width: calc(100% / 3);
    }

    .event_item_article:nth-child(n+4){
        display: none;
    }

    .event_item_article:nth-child(3){
        margin-right: 0;
    }

    .event_title{
        height: auto;
    }

    .crypto_coin_market_contents{
        grid-template-columns: repeat(1, 1fr);
    }

    .crypto_coin_market_item:nth-child(n+6){
        display: none;
    }
    .crypto_research_list{
        gap: 40px 20px;
    }

    /* 포트폴리오 */
    .crypto_portfolio_login_wrap{
        padding: 20px 32px;
        margin-bottom: 16px;
        justify-content: flex-end;
        gap: 32px;
    }

    .crypto_portfolio_login_wrap .text_box {
        display: flex    ;
        align-items: flex-end;
        gap: 0;
        flex-direction: column;
    }

    .common_hot_portfolio_container{
        align-items: stretch;
        gap: 24px;
        align-self: stretch;
        flex-direction: column;
    }
    .common_hot_portfolio_container .common_hot_portfolio_item{
        width: 100%;
    }

    .common_hot_portfolio_container .common_profile_wrap{
        border-bottom: 1px solid #EDEDED;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
}