@charset "utf-8";
    /** popup **/

/* modal index popup */
.indexModalWrap{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    background-color: rgba(0,0,0,.85);
    z-index: 999;
}



/**index**/
#main_news_wrap {
    width: 950px;
    height: auto;
    word-wrap: break-word;
    word-break: keep-all;
    position: relative;
    margin: 0;
    position: relative;
}

/** main_left_right_wrap **/
.main_left_right_wrap {
    width: 950px;
    margin: 0;
}

.main_left_right {
    width: 1280px;
    margin: 0 auto;
}

/** main_left **/
.main_left {
    width: 950px;
    min-height: 1000px;
}

.main_news {
    width: 950px;
    height: 393px;
    background: #FAFCFD;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    display: inline-block;
}

.main_news_image {
    width: 472px;
    height: 356px;
    float: left;
    margin: 20px 10px 20px 15px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}

.main_news_image > a > img {
    border-radius: 10px;
    max-width: 100%;
    max-height: 100%;
    /*width: 100%;
    height: 350px;*/
}

.main_news_text_item {
    width: 410px;
    min-height: 187px;
    float: right;
    margin: 30px 14px 0px 0px;
}

.main_news_text_title {
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    width: 410px;
    height: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.main_news_text_contents {
    width: 410px;
    min-height: 60px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*padding-bottom: 23px;*/
    -webkit-box-orient: vertical;
}

.line_clamp_2 {
    -webkit-line-clamp: 2;
}

.line_clamp_3 {
    -webkit-line-clamp: 3;
}

.line_clamp_4 {
    -webkit-line-clamp: 4;
}

.main_add_article {
    width: 410px;
    height: 100px;
    margin-top: 20px;
}

.main_add_article_item {
    width: 410px;
}

.main_add_article_item > ul {
    overflow: hidden;
    height: 90px;
}

.main_add_article_item > ul > li {
    width: 410px;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main_add_article_item > ul > li > a {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
}


/** main_news_category **/
.main_news_category {
    width: 950px;
    height: auto;
    background: #FAFCFD;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
    display: inline-block;
}

.category_item {
    width: 450px;
    height: 125px;
    float: left;
    display: flex;
    justify-content: space-between;
    margin: 18px 8px 0px 15px;
    border-bottom: 0.5px solid #E9E9E9;
}

.category_item:nth-child(even) {
    float: right;
}

.category_item:nth-of-type(7) {
    border: none;
}

.category_item:nth-of-type(8) {
    border: none;
}

.category_item_image {
    text-align: center;
    width: 136px;
    height: 85px;
    margin-top: 5px;
    border-radius: 5px;
    margin-right: 20px;
}

.category_item_image > a > img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
}

.category_item_text {
    width: 295px;
    height: 86px;
}

.category_item_text_no_picture {
    width: 445px;
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.category_text_title {
    width: auto;
    /*height: 85px;*/
    font-weight: bold;
    font-size: 18px;
    /*line-height: 32px;*/
    padding-right: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.star_public {
    color: red;
    display: inline;
}

/** main_right **/
.main_right {
    float: right;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}




.id_item {
    width: 257px;
    height: 35px;
    background: #FFFFFF;
    border: 0.5px solid #BFBFBF;
    margin: 5px 0px;
}

.sign_up {
    min-height: 20px;
    margin-top: 2px;
    cursor: pointer;
    float: right;
}


/*a {
    font-size: 12px;
}*/

.checkbox {
    margin-bottom: 2px;
    cursor: pointer;
}

.save_id {
    min-width: 60px;
    font-size: 12px;
    margin-left: 3px;
    cursor: pointer;
    display: inline-block;
}


.profile {
    color: #292929;
    font-size: 12px;
    display: inline-block;
}



.login_btn {
    width: 256px;
    height: 40px;
    background-color: #0f74a8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    border-radius: 50px;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.01em;
    margin-bottom: 14px;
    cursor: pointer;
}

.login_text {
    color: #fff;
    font-size: 14px;
}




/** login_event **/
.login_event {
    width: 300px;
    height: 230px;
    margin-top: 30px;
    border-radius: 10px;
}

.login_event > a > img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

/** news_flash_item_right **/

/** coin_market **/
.coin_market {
    width: 300px;
    /*min-height: 408px;*/
    min-height: 366px;
    margin-top: 30px;
}

.coin_market_title {
    width: 300px;
    height: 30px;
    margin-bottom: 10px;
}

.coin_market_title > img {
    cursor: pointer;
}

.coin_maket_icon {
    margin: 7px 18px 0px 13px;
    cursor: pointer;
}


.title_text {
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.015em;
    cursor: pointer;
    float: none;
}

.title_text_view {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    float: right;
    letter-spacing: -0.015em;
    margin-top: 7px;
}

.coin_market_item {
    width: 100%;
    height: 364px;
    /*height: 322px;*/
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

.coin_market_item_table {
    width: 278px;
    height: 364px;
    /*height: 322px;*/
    margin: 0 auto;
}

.table_body > tr {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0px;
}

.table_body > tr:last-child{
    margin-bottom: 0;
}

.coin_market_item_top {
    width: 100%;
    height: 40px;
    border-bottom: 0.5px solid #E9E9E9;
    padding: 12px 0px;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.015em;
    margin: 0 auto;
}

.coin_market_item_top > span:first-of-type {
    padding-left: 2px;
    padding-right: 49px;
}

.coin_market_item_top > span:nth-of-type(2) {
    padding-right: 80px;
}

.table_body > tr > td:first-of-type {
    width: 20px;
    margin-right: 15px;
    margin-left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.coin_ranking {
    font-family: 'SB Aggro L', Sans-Serif ;
    font-style: normal;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.015em;
    color: #FEAA2A;
}

.table_body > tr > td:nth-of-type(2) {
    width: 26px;
    height: 26px;

}
.coin_image {
    width: 23px;
    height: 23px;
    background: #E2EEF4;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 5px;
    margin-left: 10px;
}

.coin_image > a > img {
    width: 23px;
    height: 23px;
}

.table_body > tr > td:nth-of-type(3) {
    min-width: 90px;
    height: 42px;
    font-weight: 500;
    font-size: 12px;
    line-height: 23px;
    padding: 3px 2px 0px 20px;
    margin-right: 5px;
}

.table_body > tr > td:last-of-type {
    min-width: 100px;
    height: 42px;
    font-weight: 700;
    font-size: 12px;
    line-height: 23px;
    text-align: right;
}

.dollar_blue {
    color: #1176AA;
}

.tbody_name {
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    display: block;
}

.tbody_percent {
    width: 100px;
    text-align: right;
    font-weight: 500;
    font-size: 10px;
    line-height: 12.5px;
    display: block;
    /**color: #2D29FF;  하향 색 **/
    /** 상향 색 color: #FF2B2B; **/
}

.tbody_percent.plsRed{
    color: #FF2B2B;
}

.tbody_percent img {
    float: right;
    margin: 4px 0px 0px 2px;
}

/** calendar_wrap 1920**/
.calendar_wrap {
    margin: 30px 0 0 0;
    font-size: 14px;
    width: 950px;
}

.index_calendar_wrap .calendar_content{
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.index_calendar_wrap .calendar_item {
    overflow: hidden;
    width: 640px;
    min-height: 587px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    display: inline-block;
    padding: 20px;
}

.index_calendar_wrap .calendar_list{
    width: 280px;
    height: 587px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    display: inline-block;
    padding: 20px;
}

.index_calendar_wrap .calendar_date {
    width: 100%;
    height: 85px;
    text-align: center;
}

.index_calendar_wrap .date_top {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}


.index_calendar_wrap .date_top_text {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.45px;
    margin: 0px 12px;
    cursor: pointer;
}

.index_calendar_wrap .date_top_image img {
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.index_calendar_wrap .calendar_date_bottom{
    background: #fff;
}

/** category_name **/

.calendar_category_list {
    /*width: 100%;*/
    /*display: flex;*/
    /*margin: 20px 0;*/
    /*gap: 8px;*/
}

.index_calendar_wrap .category_name {
    font-size: 13px;
    white-space: nowrap;
    color: #111;
}

.index_calendar_wrap .category_name:nth-of-type(10) {
    margin-right: 0;
}



.index_calendar_wrap .calendar_title_point {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    display: block;
    background-color: powderblue;
}

.index_calendar_wrap .calendar_point_item{
    display: flex;
    gap: 4px;
    align-items: baseline;
    width: max-content;
    margin-left: 8px;
}

.index_calendar_wrap .calendar_category_wrap{
    margin: 20px 0;
}

/** calendar_list **/
.calendar_list .exposition_bottom {
    width:100%;
    height: 470px;
    text-align: center;
    margin: 24px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding-right: 10px;
}

.calendar_list .exposition_bottom::-webkit-scrollbar {
    width: 6px;
}

.calendar_list .exposition_bottom::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 100px;
}

.calendar_list.exposition_bottom::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: #DBDBDB;
}

.calendar_list .exposition_item {
    width: 100%;
    min-height: auto;
    margin: 0;
    display: flex;
    gap: 12px;
}

.calendar_list .exposition_item_image {
    width: 28px;
    min-width: 28px;
    height: 28px;
    position: relative;
    text-align: center;
    float: none;
}

.calendar_list .exposition_item_image img {
    max-width: 100%;
    max-height: 100%;
}

.calendar_list .exposition_point{
    width: 10px;
    height: 10px;
    background: #1176AA;
    float: left;
    border-radius: 50px;
    margin-top: 10px;
    margin-left: 1px;
}

.calendar_list .exposition_item_text {
    width: calc(100% - 40px);
    text-align: left;
    margin-right: 0;
    float: none;
}

.calendar_list .exposition_text_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.calendar_list .exposition_text_contents {
    font-weight: 400;
    font-size: 14px;
    color: #767676;
    letter-spacing: -0.01em;
    vertical-align: auto;
    margin: 4px 0 0 0;
}

.calendar_list .exposition_text_contents > span {
    margin: 0 4px 0 0;
    display: inline-block;
}

.calendar_list .exposition_text_contents > span.exposition_point{
    margin-top: 6px;
}

.calendar_list .exposition_text_contents > span img {
    vertical-align: -2.3px;
}

.calendar_list .exposition_text_contents > span.calendar_sponsored{
    margin-right: 0;
}

.calendar_list .exposition_item_look {
    float: right;
    font-weight: 700;
    font-size: 7px;
    line-height: 10px;
    width: 70px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border: 1px solid #008FC3;
    border-radius: 10px;
    padding: 2px 0px 2px 3px;
}

.calendar_list .exposition_item_look:hover {
    color: #008FC3;
    cursor: pointer;
}

.calendar_title{
    margin: 0 0 12px 0;
}


/** event **/ /* vertical_crop */
.event {
    width: 950px;
    margin: 30px 0 0 0;
}

.event_title{
    margin: 0 0 12px 0;
}

.event_item {
    width: 950px;
    display: flex;
    gap: 16px;
}

.event_item_article {
    position: relative;
    width: 225px;
    height: 225px;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.2));
    border-radius: 10px;
    background-size: cover;
    overflow: hidden;
}

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

.event_item_article_image {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.event_item_article_image > a {
    vertical-align: baseline;
    background: transparent;
}

.event_item_article_image > a > img {
    position: initial;
    width: 100% !important;
    height: 100% !important;
    transform: translate(0, 0);
}

.event_item_text {
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    display: inline-block;
    padding: 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

.event_text_day_item {
    width: 100%;
    min-height: 20px;
}

.event_item_text_title {
    width: 220px;
    overflow: hidden;
    display: inline-block;
}

.event_text_title {
    color: #fff;
    float: left;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 3px;
}

.event_text_day {
    color: #fff;
    float: left;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    overflow: hidden;
}

.event_text {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    padding-left: 1px;
    float: left;
    cursor: pointer;
}

/** blockchain_left_right_wrap **/
.blockchain_left_right_wrap {
    width: 1280px;
    margin: 40px auto 0;
    padding-bottom: 10px;
    clear: both;
    min-height: 100px;
}

.blockchain_left {
    width: 950px;
    float: left;
    margin-top: 40px;
}

.blockchain {
    width: 460px;
    /*float: left;*/
    margin-bottom: 40px;
    display: inline-block;
}

.blockchain:nth-child(even) {
    margin-right: 0px;
    float: right;
}

.blockchain_title {
    width: 100%;
    height: 40px;
    display: inline-block;
}

.blockchain_item {
    width: 100%;
    min-height: 300px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.blockchain:last-of-type {
    margin-right: 0px;
}

.blockchain_item > ul > li {
    margin: 0 auto;
    width: 415px;
    height: 98px;
    padding-top: 18px;
    opacity: 0.9;
    border-bottom: 0.5px solid #E9E9E9;
}

.blockchain_item > ul > li:nth-of-type(5) {
    border: none;
}

.blockchain_item > ul > li:last-of-type {
    border: none;
    display: none;
}

.blockchain_image_horizon_crop {
    width: 108px;
    height: 61px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 5px;
}

.blockchain_image_horizon_crop > a {
    vertical-align: baseline;
    background: transparent;
}

.blockchain_image_horizon_crop > a > img {
    vertical-align: top;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100% !important;
    width: auto !important;
    transform: translate(-50%,-50%);
}

.blockchain_image_vertical_crop {
    text-align: center;
    width: 110px;
    height: 60px;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.blockchain_image_vertical_crop > a {
    vertical-align: baseline;
    background: transparent;
}

.blockchain_image_vertical_crop > a > img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
    /*vertical-align: top;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100% !important;
    height: auto !important;
    transform: translate(-50%,-50%);
    border-radius: 5px;*/
}

.blockchain_text {
    width: auto;
    height: 60px;
    overflow: hidden;
    margin: 0;
}

.blockchain_text_no_picture {
    width: 415px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blockchain_text_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/** bottom_left_event **/
.bottom_left_event {
    width: 728px;
    height: 90px;
    margin-left: 110px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom_left_event_item {
    width: 728px;
    height: 90px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.bottom_left_event_item > a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.bottom_left_event_item > a > img {
    vertical-align: top;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100% !important;
    width: auto !important;
    transform: translate(-50%,-50%);
}


/** blockchain_right **/
.blockchain_right {
    float: right;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}


.blockchain_right > .cmsBanner{
    margin-top: 30px;
}

/** publish_event **/ /* vertical_crop */
.publish_event {
    width: 300px;
    height: 600px;
    border-radius: 10px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.publish_event a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.publish_event a img {
    vertical-align: top;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100% !important;
    width: auto !important;
    transform: translate(-50%,-50%);
}

/** latest_category **/
.latest_category {
    width: 300px;
    height: 525px;
    margin-top: 30px;
}

.latest_category_title {
    width: 300px;
    height: 40px;
}

.latest_category_item {
    width: 300px;
    min-height: 300px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.latest_category_item_article {
    width: 262px;
    min-height: 90px;
    margin: 0 auto;
    padding-top: 10px;
    opacity: 0.9;
    border-bottom: 0.5px solid #E9E9E9;
}

.latest_category_item_article:last-of-type {
    border: none;
}

.latest_category_item_image {
    min-width: 264px;
    height: 35px;
    margin-top: 30px;
}

.latest_category_item_image_box {
    width: 25px;
    height: 25px;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    margin-top: 5px;
    margin-right: 3px;
}

.latest_category_item_image_box > a {
    vertical-align: baseline;
    background: transparent;
}

.latest_category_item_image_box > a > img {
    vertical-align: top;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100% !important;
    width: auto !important;
    transform: translate(-50%,-50%);
}

.latest_category_item_text {
    width: 264px;
    min-height: 20px;
    float: right;
    overflow: hidden;
}

.latest_category_text_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    min-height: 20px;
    -webkit-box-orient: vertical;
    color: #155E85;
}

.latest_category_text_contents {
    min-width: 50px;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.01em;
    margin-top: 2px;
    color: #6C6C6C;
    float: left;
    padding-top: 6px;
    cursor: pointer;
}

/** employment **/
.employment {
    margin-top: 40px;
    float: right;
    width: 300px;
}

.employment_title {
    width: 300px;
    height: 45px;
    float: right;
}

.employment_item {
    width: 300px;
    height: 215px;
    float: right;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

.employment_item_image {
    width: 260px;
    height: 62px;
    margin: 15px auto 0;
}

.employment_item_image img {
    width: 57px;
    height: 57px;
    float: left;
    border-radius: 50px;
}

.employment_item_company_name {
    width: 170px;
    height: 65px;
    float: left;
    margin: 0 auto 0 17px;
}

.employment_item_tags {
    display: flex;
}

.employment_item_tags_left {
    width: auto;
    height: 21px;
    border-radius: 50px;
    background: #E7F4F9;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    padding: 3px 5px 0px 5px;
    margin: 2px 6px 0px 0px;
}

.employment_item_tags_middle {
    width: auto;
    height: 21px;
    border-radius: 50px;
    background: #E7F4F9;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    padding: 3px 5px 0px 5px;
    margin: 2px 6px 0px 0px;
}

.employment_item_tags_right {
    width: auto;
    height: 21px;
    border-radius: 50px;
    background: #E7F4F9;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    padding: 3px 5px 0px 5px;
    margin-top: 2px;
}

.employment_text_title {
    width: 100%;
    height: 23px;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #155E85;
    display: inline-block;
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.employment_item_text {
    width: 260px;
    height: 50px;
    margin: 10px auto 25px;
    overflow: hidden;
}

.employment_text {
    width: 100%;
    height: 25px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.employment_text_tags {
    margin-top: 7px;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
}

.employment_text_tags > span {
    margin-left: 2px;
    margin-right: 10px;
}

.employment_item_btn {
    width: 260px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    background: #4294FF;
    border-radius: 4px;
}

.employment_item_btn .employment_btn_link{
    color: #fff;
    display: inline-block;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}

.employment_item_image > img {
    padding-top: 2px;
}

.calendar_exposition_point{
    width: 8px;
    height: 8px;
    background: #1176AA;
    float: left;
    border-radius: 50px;
    margin-top: 10px;
    margin-left: 0;
}

.btn_01 {
    width: 100%;
    background: #008FC3;
    border-radius: 40px;
    border: none;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    padding:13px;
    display: inline-block;
    text-align: center;
}

/** blockchain_event **/ /* vertical_crop */
.blockchain_right_event {
    width: 300px;
    /*height: 704px;*/
    height: 600px;
    border-radius: 10px;
    margin-top: 30px;
    float: right;
    position: relative;
    overflow: hidden;
    /*margin-bottom: 200px;*/
}

.blockchain_right_event > a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.blockchain_right_event > a > img {
    vertical-align: top;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100% !important;
    width: auto !important;
    transform: translate(-50%,-50%);
}

.bottom_event {
    display: none;
}

.newsletter5{
    width: 100%;
}

.mgAuto{
    margin:0 auto;
}

.pdUp{
    padding-bottom: 15px
}

.blockchain_left_right_wrap .swiper_employment .swiper-button-next,
.blockchain_left_right_wrap .swiper_employment .swiper-button-prev{
    top: -8px;
}
























@media all and (max-width: 1399px) {

    /**index**/

    #main_news_wrap {
        width: 640px;
        height: auto;
        word-wrap: break-word;
        word-break: keep-all;
        position: relative;
        margin: 0 auto;
        position: relative;
    }

    /** main_left_right_wrap **/
    .main_left_right_wrap {
        width: 640px;
        margin: 0 auto;
    }

    .main_left_right {
        width: 640px;
        margin: 0 auto;
    }

    /** main_left **/
    .main_left {
        width: 640px;
        float: left;
    }

    .main_news {
        width: 640px;
        height: 357px;
        background: #FAFCFD;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        display: inline-block;
    }

    .main_news_image {
        width: 640px;
        height: 357px;
        float: left;
        text-align: center;
        border-radius: 10px;
        position: relative;
        margin: 0;
    }

    .main_news_text_item {
        width: 640px;
        height: 140px;
        min-height: auto;
        float: none;
        margin: 0;
        position: absolute;
        top: 220px;
        left: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 0.01%, rgba(0, 0, 0, 0.48) 25%, rgba(0, 0, 0, 0.64) 52.08%, rgba(0, 0, 0, 0.72) 76.56%, rgba(0, 0, 0, 0.8) 100%);
        background-blend-mode: darken;
        border-radius: 10px;
        padding: 0px 30px;
    }

    .main_news_text_title {
        font-weight: 700;
        color: #fff;
        padding-top: 25px;
        font-size: 30px;
        line-height: 48px;
        width: 100%;
        min-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        text-align: left;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .main_news_text_contents {
        display: none;
    }

    .main_add_article{
        display: none;
    }

    /** main_news_category **/
    .main_news_category {
        width: 640px;
        height: auto;
        margin-top: 30px;
        background: #FAFCFD;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        overflow: hidden;
        display: inline-block;
    }

    .category_item {
        width: 588px;
        height: 102px;
        float: left;
        display: flex;
        justify-content: space-between;
        border-bottom: 0.5px solid #E9E9E9;
        margin: 18px 0 0 24px;
    }
    .category_item:nth-child(even){
        float:left;
    }

    .category_item:nth-of-type(8) {
        border: none;
    }

    .category_item_image {
        text-align: center;
        width: 121px;
        height: 74px;
        margin-top: 5px;
        border-radius: 5px;
        margin-right: 0;
    }

    .category_item_image > a > img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 5px;
    }

    .category_item_text {
        width: 450px;
        height: 70px;
        margin-top: 1px;
    }

    .category_item_text_no_picture {
        width: 588px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        text-align: left;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .category_text_title {
        /*height: 63px;*/
        margin-top: 10px;
        font-weight: 700;
        font-size: 18px;
        /*line-height: 30px;*/
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        text-align: left;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .star_public {
        color: red;
        display: inline;
    }

    /*login_wrap
    .login_wrap {
        margin-top: 30px;
    }*/

    /** login_event **/
    .login_event {
        width: 300px;
        height: 225px;
        margin-top: 30px;
        border-radius: 10px;
    }


    .coin_maket_icon {
        display: none;
    }

    .btnChangeCoinlist {
        display: none;
    }


    .coin_market_item {
        width: 100%;
        min-height: 620px;
        background: #FFFFFF;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
    }

    .coin_market_item_table {
        width: 268px;
        /*height: 364px;*/
        margin: 0 auto;
    }

    .table_body > tr {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 15px 0px;
    }

    .coin_market_item_top {
        width: 100%;
        height: 40px;
        border-bottom: 0.5px solid #E9E9E9;
        padding: 12px 0px;
        font-weight: 500;
        font-size: 12px;
        line-height: 17px;
        letter-spacing: -0.015em;
        margin: 0 auto;
        cursor: pointer;
    }


    .table_body > tr:nth-of-type(6) {
        margin-bottom: 0;
    }

    .table_body > tr > td:first-of-type {
        min-width: 20px;
        min-height: 20px;
        margin: 0px 10px 5px 5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .coin_image {
        width: 23px;
        height: 23px;
        background: #E2EEF4;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 5px;
        margin-left: 7px;
    }


    /** calendar_wrap  calendar 970 **/
    .calendar_wrap {
        width: 640px;
        min-height: 650px;
    }

    .index_calendar_wrap .calendar_content {
        display: flex;
        gap: 30px;
        align-items: flex-start;
        flex-direction: column;
    }

    .index_calendar_wrap .calendar_list {
        width: 100%;
        height: 273px;
    }

    .calendar_list .exposition_bottom {
        width: 100%;
        height: 190px;
        text-align: center;
        margin: 24px 0 0 0;
        display: flex;
        gap: 28px;
        padding-right: 10px;
        flex-wrap: wrap;
        flex-direction: inherit;
        align-content: flex-start;
    }

    .calendar_list .exposition_item{
        width: calc(100% / 2 - 14px);

    }

    /** event **/ /* vertical_crop */
    .event {
        width: 640px;
    }
    .event_item_article:nth-child(n+4){
        display: none;
    }

    .event_item_article{
        width: 200px;
        height: 200px;
    }

    /** blockchain_left_right_wrap **/
    .blockchain_left_right_wrap {
        width: 970px;
        margin: 0 auto;
        min-height: 1000px;
    }

    .blockchain_left {
        width: 640px;
        float: left;
        margin-top: 30px;
    }

    .blockchain {
        width: 305px;
        float: left;
        margin: 0px 30px 30px 0px;
        display: inline-block;
    }

    .blockchain_title {
        width: 305px;
        height: 40px;
        display: inline-block;
    }

    .blockchain_item {
        width: 305px;
        min-height: 200px;
        background: #FFFFFF;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
    }

    .blockchain:nth-child(even) {
        margin-right: 0px;
        float: right;
    }

    .blockchain:last-of-type {
        margin-right: 0px;
    }

    .blockchain_item > ul > li {
        margin: 0 auto;
        width: 273px;
        height: 75px;
        padding-top: 16px;
        opacity: 0.9;
        border-bottom: 0.5px solid #E9E9E9;
    }

    .blockchain_image_horizon_crop {
        width: 82px;
        height: 45px;
        float: left;
        position: relative;
        overflow: hidden;
        margin-right: 10px;
        border-radius: 5px;
    }

    .blockchain_image_vertical_crop {
        text-align: center;
        width: 82px;
        height: 45px;
        float: left;
        position: relative;
        overflow: hidden;
        border-radius: 5px;
    }


    .blockchain_text {
        height: 53px;
        overflow: hidden;
        margin: 0;
    }

    .blockchain_text_no_picture {
        width: 273px;
        height: 45px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        text-align: left;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        padding-top: 2px;
        -webkit-box-orient: vertical;
    }


    .bottom_left_event {
        display: none;
    }


    /** employment **/
    .employment {
        margin-top: 26px;
        float: right;
        width: 300px;
    }


    .marketList {
        display: table !important;
    }

    .coinSecondTableNews {
        display: none !important;
    }

    .airdrop_employment .blockchain_title .main_swiper_airdropBtn{
        vertical-align: middle;
    }

    .sing_up {
        font-size: 12px;
    }


    .blockchain_left_right_wrap .swiper_employment .swiper-button-next,
    .blockchain_left_right_wrap .swiper_employment .swiper-button-prev{
        top: -12px;
    }
    .blockchain_left_right_wrap .airdrop_employment.swiper_employment .swiper-button-next,
    .blockchain_left_right_wrap .airdrop_employment.swiper_employment .swiper-button-prev{
        top: -9px;
    }

    /*메인 기사 하단 구글 광고*/
    .main_left > .insert_ads{
        max-width: 640px;
    }



}