@charset "utf-8";
/*.cmsBanner img, .cmsBanner iframe, .cmsBanner embed {
    max-width: none !important;
    max-height: none !important;
}*/
.cmsBanner img, .cmsBanner iframe, .cmsBanner embed {
    max-width: 100%;
}

/**common**/

#tokenpost_main_wrap {
    width: 100%;
    margin: 0 auto;
}

#header_wrap {
    position: sticky;
    top: 0;
    width: 100%;
    height: 70px;
    line-height: 1.5;
    z-index: 99;
}

#headerBanner{
    height: auto !important;
    min-width: 970px;
}

.line_li {
    width: 1px;
    height: 310px;
    display: inline-block;
    border: 1px solid #D1D1D1;
}

.line_li div {
    width: 1px;
}

.sub_nav_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
}

.sub_nav_title > img {
    width: 11px;
    height: 8px;
    margin-left: 5px;
    margin-bottom: 2px;
}

.point_text_1 {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FF7A00;
}

.point_text_2 {
    background: #FF7A00;
    width: 14px;
    height: 14px;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    color: #FFFFFF;
    border-radius: 50px;
    padding: 0px 4px;
}

.sub_heading {
    margin-top: 15px;
}

.sub_heading > li {
    padding-bottom: 14px;
}

.sub_heading > li > a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}


.nav {
    width: 650px;
    margin-left: 20px;
}

.nav > ul {
    display: flex;
}

.nav > ul > li {
    margin: 6px 15px 0px 15px;
}

.nav > ul > li > a {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

.menuUnderbar {
    padding-bottom: 2px;
    border-bottom: 4px solid #1176AA;
}

.search_item {
    width: 400px;
}

.search_item_person {
    float: right;
    width: 38px;
    height: 38px;
    background: #E7F4F9;
    border-radius: 50px;
    margin-left: 10px;
}

.search_item_person img {
    max-width: 100%;
    height: 38px;
    border-radius: 50px;
}

.search_item_bell {
    float: right;
    width: 38px;
    height: 38px;
    background: #E7F4F9;
    border-radius: 50px;
    margin-left: 10px;
    padding: 0px 0px 2px 1px;
}

.news_report {
    float: right;
    width: 82px;
    height: 30px;
    text-align: center;
    background: #FEAA2A;
    border-radius: 30px;
    margin-top: 4px;
    padding-top: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    cursor: pointer;
}

/** news_flash **/
.news_flash {
    width: 1280px;
    height: 90px;
    margin: 0 auto 30px;
    min-height: 120px;
    padding-top: 30px;
}

/* vertical_crop */
.news_flash_top_banner {
    width: 728px;
    height: 90px;
    float: left;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

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

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



/*속보 1920*/
.news_flash_item_right_wrap{
    width: 0;
    height: 0;
    position: absolute;
    margin: 0;
    padding: 0;
}
.news_flash_item_right_wrap .news_flash_right_point{
    display: none;
}
.news_flash_item_wrap {
    background: #FFFFFF;
    border-radius: 10px;
    width: 528px;
    height: 90px;
    float: right;
    overflow: hidden;
    position: relative;
    padding: 12px;
    display: inherit;
}
.news_flash_right_point {
    border-radius: 5px;
    background: #F65252;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    min-width: 52px;
    width: 52px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.news_flash_right_time {
    /*float: right;*/
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}


.news_flash_right_time > span {
    font-weight: 500;
    font-size: 12px;
    margin: 0px 0px -1px 5px;
}

.news_flash_right_text_item {
    width: 100%;
    max-height: 45px;
    overflow: hidden;
    display: inline-block;
    margin-right: 24px;
}

.news_flash_right_text_title {
    width: 100%;
    max-height: 44px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.14px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.top_bottom_icon {
    display: none;
}

.news_flash_item_right_article_wrap{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.top_bottom_icon_right {
    width: 25px;
    height: 60px;
    float: right;
    padding: 5px 0px 0px 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.top_bottom_icon_right > img {
    width: 10px;
    height: 6px;
}


.news_flash_content_wrap  {
    height: 44px;
    overflow: hidden;
}

.news_flash_content_wrap .swiper-slide{
    /* Center slide text vertically */
    width: 100%;
    display: flex;
    align-items: center;
}

/* body */
#body_container{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

/* skyscraper - 좌우 ad */
.sticky_wrap{
    position: sticky;
    top: 100px;
    margin: 30px 0 55px 0;
    width: 300px;
    height: auto;
    z-index: 50 !important;
    overflow: hidden;
}

.sticky_wrap.sticky_left_wrap{
    display: flex;
    justify-content: flex-end;
}

.sticky_wrap.sticky_left_wrap .sticky_item{
    text-align: right;
}

.sticky_wrap .sticky_item{
    min-width: 300px;
    width: 300px;
    max-height: 600px;
}

.sticky_wrap .sticky_item .ad{
    max-width: 300px;
    max-height: 600px;
    position: relative;
}

.sticky_wrap .sticky_item .ad + .ad{
    margin-top: 40px;
}

.sticky_wrap .sticky_item .ad iframe{
    max-width: none;
}

#commonArea{
    position: relative;
    width: 1280px;
    min-height: 800px;
    margin: 0 auto 15px;
    word-wrap: break-word;
    word-break: keep-all;
    justify-content: center;
    display: flex;
}

.middle {
    margin: 0 auto;
}

#middle{
    width: 100%;
}

/* RightSection */

/** list_right **/
#commonRight {
    width: 300px;
    margin-left: 30px;
    margin-top: 0;
}
.list_right {
    width: 300px;
    float: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

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

/** 스크롤 하면 top 버튼 **/
.backTop{
    position: fixed;
    right: 20px;
    bottom: 8px;
    cursor: pointer;
    width: 45px;
    height: 46px;
}

/** bottom_event **/ /* vertical_crop */
.bottom_event {
    width: 1280px;
    height: 90px;
    margin-left: 120px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 85px;
}

.bottom_event_item {
    width: 728px;
    height: 90px;
    border-radius: 10px;
}

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

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

/**footer**/
#footer_wrap {
    width: 100%;
    margin: 0 auto;
    position: static;
    background: #4A4A4A;
    display: table;
}

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

.footer_item_article {
    width: 100%;
    margin: 0 auto;
    /* background: #4A4A4A; */
    text-align: left;
    display: flex;
    padding: 40px 0;
}

.footer_left {
    width: 200px;
    margin-right: 120px;
    flex: 0 0 auto;
}

.footer_left > a > img {
    max-width: 200px;
    max-height: 47px ;
}


.footer_right_top {
margin-bottom: 24px;
}

.footer_right_top > ul  {
display: flex;
}

.footer_right_top li{
margin-right: 16px;
}

.footer_right_top li span {
color: #EDEDED;
font-size: 14px;
font-weight: 400;
}

.footer_right_top li .fw_b{
color: #fff;
font-weight: bold;
}
.footer_right_bottom{
color: #EDEDED;
}
.footer_right_bottom p{
margin-top: 12px;
}

.footer_right_bottom p:last-child{
    margin-top: 24px;
}

.footer_sns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 24px;
}


.footer_sns span{
    margin-right: 12px;
}

.footer_sns span img {
    max-width: 28px;
    max-height: 28px;
}




.footer_line {
width: 100%;
background-color: #2F2F2F;
}

.footer_line_item {
width: 1280px;
margin: 0 auto;
padding: 16px 0;
}

.footer_line_item a:first-child img{
width: 105px;
}

.footer_line img {
width: 120px;
margin-right: 40px;
}

/* base */
/** login_wrap **/
.index_login_link_wrap{
    text-align: center;
    margin-top: 12px;
}

.login_wrap {
    width: 100%;
    height: 300px;
    background: #FFFFFF;
    float: right;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 20px;
    /*margin-top: 30px;*/

 /*   display: flex;
    justify-content: center;
    align-items: center;*/

}

/*.login_wrap>div{
    display: flex;
    justify-content: center;
    width: 260px;
    flex-direction: column;
    align-items: stretch;
}

.login_wrap .index_sns_login_wrap{
    display: flex;
    justify-content: center;
    width: 260px;
    flex-direction: column;
}*/

.index_email_login_wrap .login_form_item{
    padding: 0;
    border-bottom: 0;
    margin-bottom: 8px;
}

.login_input.login_id{
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
    /*border-bottom: 0;*/
}

.login_input.login_pw{
    border-radius: 0 0 4px 4px ;
}

.index_email_login_wrap .loginCheckRobot {
    transform: scale(0.859);
    margin-bottom: 0;
    margin-left: -20px;
}

.index_login_toggle_email{
    text-align: center;
    cursor: pointer;
}


.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_complete */

.login_complete_top {
    width: 100%;
    text-align: right;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.login_complete_img img{
    width: 36px;
    height: 36px;
    border-radius: 50px;
    margin-right: 8px;
    display: block;
}


.login_complete_text {
    color: #111111;
    font-weight: 700;
    letter-spacing: -0.35px;
}

.login_complete_middle{
    display: flex;
    gap: 10px;
}

.login_complete_middle .mypage_level_bar{
    background: #EDEDED;
    border-radius: 10px;
    height: 6px;
    width: 100%;
    position: relative;
}

.login_complete_middle .mypage_level_bar .bar{
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
    background: #4294FF;
    border-radius: 10px;
}

.login_complete_middle .border_item{
    padding: 12px 16px;
    text-align: center;
    width: 100%;
}

.login_complete_middle .border_item:nth-child(2){
    margin-right: 0;
}

.login_complete_middle .border_item .mission_icon{
    margin-left: 0;
}

.login_complete_middle .login_grade_wrap{
    min-width: 126px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_complete_middle .login_grade_wrap a{
    width: 100%;
}

.login_complete_middle .login_badge_wrap{
    min-width: 126px;
}

.login_badge_margin div:first-child{
    margin-right: 4px;
}

.login_grade_img{
    width: 40px;
    display: block;
    margin: auto;
}

.login_grade_txt{
    color: #767676;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.325px;
    margin: 8px 0;
}

.login_complete_middle .badge_bg{
   margin: 0 auto;
    min-width: 48px;
    width: 48px;
    height: 48px;
}

.login_complete_middle .badge_bg img {
    width: 22px;
}

 .login_wid50_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
     margin-top: 12px;
}
.login_wid50_item div:first-child{
    border-right: 1px solid #EDEDED;

}


.login_wid50_item>div{
    width: 100%;
}

.login_wid50_item .mission_reward{
    display: flex;
    justify-content: space-between;
}

.login_wid50_item .mission_reward:first-child{
    padding-right: 12px;
}


.login_wid50_item .mission_reward:last-child{
    padding-left: 12px;
}

.login_complete_bottom span{
   cursor: pointer;
    width: 100%;
    color: #767676;
    font-size: 13px;
    letter-spacing: -0.325px;
}

.login_complete_gray {
    width: 58px;
    border-radius: 50px;
    border: none;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    background-color: gray;
    padding: 3px 8px;
}

.login_complete_gray span {
    font-weight: 500;
    font-size: 12px;
    color: #fff;
}

.login_complete_blue {
    width: 58px;
    border-radius: 50px;
    border: none;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    background-color: #1176AA;
    padding: 3px 8px;
}

.login_complete_blue span {
    font-weight: 500;
    font-size: 12px;
    color: #fff;
}

.login_complete_yellow {
    width: 58px;
    border-radius: 50px;
    border: none;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    background-color: #FEAA2A;
    padding: 3px 8px;
}

.login_complete_level {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.01em;
    color: #3D8FBA;
}

.login_complete_level > span {
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.01em;
    color: #8FBBD1;
}

.login_complete_bottom>div{
    width: 100%;
    text-align: center;
}

/*login*/

.login_sns_wrap{
    text-align: center;
}

.index_sns_login_wrap{
    margin-top: 30px;
    position: relative;
}

.login_sns_wrap .login_kakao,
.login_sns_wrap .login_naver{
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 12px;
    border-radius: 4px;
    cursor: pointer;
}

.login_sns_wrap .login_kakao{
    background: #FEE500;
}

.login_sns_wrap .login_naver{
    background: #03CF5D;
}

.login_sns_wrap .login_kakao p,
.login_sns_wrap .login_naver p{
    width: 224px;
    font-weight: 500;
    letter-spacing: -0.35px;
}

.login_sns_wrap .login_naver p{
    color: #fff;
}

.login_google{
    position: relative;
    border: 1px solid #DBDBDB;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.login_sns_wrap .recent_login,
.index_sns_login_wrap .recent_login{
    z-index: 51;
    position: absolute;
    fill: #FFF;
    stroke-width: 1px;
    stroke: #EBEBF0;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.04));
    right: -106px;
    top: 6px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    background: #fff;
    border: 1px solid #EBEBF0;
    border-radius: 4px;
    color: #111;
    cursor: default;
}

.recent_login:after {
    content: '';
    position: absolute;
    left: -6px;
    top: 25%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right-color: #fff;
    border-left: 0;
    margin-top: 0;
    margin-left: 0;
}

.recent_login:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 25%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right-color: #EBEBF0;
    border-left: 0;
    margin-top: 0;
    margin-left: 0;
}


/*로그인 팝업*/
.modal_login_popup{
    width: 346px;
}

.modal_login_popup .loginCheckRobot{
    transform: scale(0.92);
    margin-left: -11px;
}

.join_step_contents_4 .new_title4{
    letter-spacing: -0.8px;
}

.recent_login.login_bubble_naver{
    right: initial;
    left: 0;
    top: 50px;
}
.recent_login.login_bubble_naver:before{
    left: 50%;
    top: -12px;
    border-left: 0;
    margin-top: 0;
    margin-left: 0;
    rotate: 90deg;
}
.recent_login.login_bubble_naver:after {
    left: 50%;
    top: -11px;
    border-left: 0;
    margin-top: 0;
    margin-left: 0;
    rotate: 90deg;
    border-right-color: #fff;
}
.recent_login.login_bubble_kakao{
    right: initial;
    left: 0;
    top: -36px;
}

.recent_login.login_bubble_kakao:before{
    left: 50%;
    top: initial;
    bottom: -11px;
    border-left: 0;
    margin-top: 0;
    margin-left: 0;
    rotate: 270deg;
}
.recent_login.login_bubble_kakao:after {
    left: 50%;
    top: initial;
    bottom: -9px;
    border-left: 0;
    margin-top: 0;
    margin-left: 0;
    rotate: 270deg;
    border-right-color: #fff;
}

.recent_login.login_bubble_basics{
    right: initial;
    left: 40px;
    top: -70px;
    height: 60px;
    text-align: center;
}

.recent_login.login_bubble_basics:before{
    left: 50%;
    top: initial;
    bottom: -11px;
    border-left: 0;
    margin-top: 0;
    margin-left: 0;
    rotate: 270deg;
}
.recent_login.login_bubble_basics:after {
    left: 50%;
    top: initial;
    bottom: -9px;
    border-left: 0;
    margin-top: 0;
    margin-left: 0;
    rotate: 270deg;
    border-right-color: #fff;
}



/*공통영역 이메일로 로그인하기*/
.main_login_email{
    position: relative;
}
.recent_login.login_bubble_email:before{
    left: 50%;
    top: initial;
    bottom: -11px;
    border-left: 0;
    margin-top: 0;
    margin-left: 0;
    rotate: 270deg;
}
.recent_login.login_bubble_email:after {
    left: 50%;
    top: initial;
    bottom: -9px;
    border-left: 0;
    margin-top: 0;
    margin-left: 0;
    rotate: 270deg;
    border-right-color: #fff;
}

.recent_login.login_bubble_email{
    right: initial;
    left: 0;
    top: -21px;
}

.join_email_link{
    color: #111;
    font-size: 16px;
    text-decoration-line: underline;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    display: block;
    cursor: pointer;
}

.loginBottomJoin{
    border-top: 1px solid  #EDEDED;
    padding-top: 20px;
    margin-top: 20px;
}

.common_input_wrap{
    position: relative;
    width: 100%;
}

.login_input{
    margin-bottom: 10px;
    padding: 8px 12px !important;
}


.find_account_link{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login_form_item{
    padding: 20px 0;
}

.find_account_link{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.find_id_pw_item a{
    color: #767676;
    letter-spacing: -0.14px;
}

.find_id_pw_item a:first-child{
    position: relative;
    padding-right: 8px;
    margin-right: 8px;
}

.find_id_pw_item a:first-child:before{
    content: '';
    position: absolute;
    right: 0;
    top:5px;
    width: 1px;
    height: 8px;
    background: #EBEBF0;
}

.login_btn_item{
    margin-bottom: 12px;
}

.new_checks input[type="checkbox"] {
    display: none;
}

.new_checks input[type="checkbox"] + label span {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    border: 1px solid #BBBBBB;
    background: #fff;
    cursor: pointer;
    background-size: cover;
    margin: 0 4px 2px 0;
    border-radius: 4px;
    box-sizing: border-box;
}

.new_checks input[type="checkbox"]:checked + label span {
    background: url('/assets/images/tokenpost_new/common_new/checkbox_on.svg') center center no-repeat;
    border: 0;
    width: 16px;
    height: 16px;
    background-size: 100%;
}

.new_checks label,
.new_checks input[type="checkbox"]{
    cursor: pointer;
    /*글자 드레그 방지*/
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    color: #767676;
    vertical-align: middle;
}

/*login end*/


/** 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;
}

/*로그인 OTP login-otp*/
.login2FactorWrap{
    padding: 30px 0;
}
.base_login_otp_extxt {
    text-align: center;
    font-size: 13px;
}

.base_login_otp_txt {
    text-align: center;
    font-size: 16px;
    letter-spacing: -0.4px;
    font-weight: 500;
    margin-bottom: 24px;
}

/** coin_list 코인 슬라이드**/
.coin_list {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}

.coin_list .coin_list_swiper_wrap {
    cursor: pointer;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    padding: 0px 10px;
    position: relative;
}

.coin_list_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coin_list_item a {
    width: auto;
    height: 23px;
    background: #E2EEF4;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 2px 0px 4px;
    float: left;
    margin-right: 3px;
}

.coin_list_item a img {
    width: 17px;
    height: 17px;
}

.coin_list_name {
    width: auto;
    height: 20px;
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 23px;
    color: #292929;
}

.coin_list_dollar {
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 23px;
    float: right;
    width: auto;
}

.coin_list_dollar img {
    float: right;
    width: 11px;
    height: 9px;
    margin: 8px 0px 0px 4px;
}

.dollar_blue {
    font-size: 13px;
    line-height: 19px;
    color: #155E85;
}

.percent_blue {
    color: #0a5cff;
}

.percent_red {
    color: #FF0000;
}


/** exposition **/
.exposition {
    width: 300px;
    height: 383px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    float: right;
    margin-top: 30px;
}

.date_top {
    line-height: 0;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.date_top_text {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    margin: 0px 20px;
}

.list_right .date_top_text{
    font-size: 18px;
}

.btnCalendarChangeDaily {
    width: 20px;
    height: 13px;
}

.btnCalendarChangeDaily img  {
    width: 100%;
    height: 100%;

    cursor: pointer;
}

.exposition_bottom {
    width: 280px;
    height: 287px;
    margin: 15px auto 0;
    text-align: center;
}

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

.exposition_bottom::-webkit-scrollbar-track {
    background: #F7F7FA;  /*스크롤바 뒷 배경 색상*/
}

.exposition_bottom::-webkit-scrollbar-thumb {
    height: 30%; /* 스크롤바의 길이 */
    background: #DBDBDB; /* 스크롤바의 색상 */
    border-radius: 10px;
}

.exposition_item {
    width: 100%;
    min-height: 77px;
    margin-bottom: 18px;
}

.exposition_item_image {
    width: 40px;
    height: 40px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-top: 3px;
    text-align: center;
}

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

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

.exposition_item_text {
    width: 200px;
    float: right;
    margin-right: 12px;
    text-align: left;
}

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

.exposition_text_contents {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: -0.01em;
    color: #6C6C6C;
    margin-top: 3px;
    vertical-align: -12%;
    margin-bottom: 3px;
}
.exposition_text_contents > span {
    margin-top: 5px;
    margin-right: 7px;
}

.exposition_text_contents img {
    vertical-align: -2.4px;
}

.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;
}

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

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

/** best_articles **/
.best_articles {
    width: 300px;
    min-height: 730px;
    max-height: 866px;
    margin-top: 30px;
}

.best_articles_title {
    width: 300px;
    height: 30px;
    margin-bottom: 13px;
}

.title_text {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    float: left;
    letter-spacing: -0.015em;
}

a.title_text {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    float: left;
    letter-spacing: -0.015em;
    cursor: pointer;
}

.base_right_title_wrap{
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title_paging_wrap{
    display: flex;
    align-items: center;
    gap: 16px;
}

.title_paging_item img{
    cursor: pointer;
    vertical-align: middle;
}

.best_articles_paging:first-of-type {
    margin-right: 18px;
}

.best_articles_item {
    width: 300px;
    min-height: 680px;
    max-height: 816px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.best_articles_item > ul {
    width: 278px;
    /*height: 680px;*/
    min-height: 680px;
    max-height: 816px;
    margin: 0 auto;
}
.best_articles_item > ul > li {
    display: block;
}

.articles_item {
    width: 100%;
    height: 136px;
    opacity: 0.9;
    padding: 14px 0px 12px 0px;
    border-bottom: 0.5px solid #E9E9E9;
}

.articles_item:nth-of-type(5) {
    border: none;
}

.best_articles_ranking {
    width: 26px;
    height: 26px;
    float: left;
    padding-top: 1px;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.015em;
    font-family: "SB 어그로 L";
    color: #FEAA2A;
}

.best_articles_contents {
    width: 248px;
    height: 115px;
    float: right;
}

.best_articles_left_contents {
    width: 145px;
    height: 115px;
    float: left;
}

.best_articles_contents_text {
    height: 70px;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    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;
    letter-spacing: -0.015em;
}

.best_articles_left_contents span {
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
    line-height: 30px;
    padding-top: 7px;
    color: #6C6C6C;
}

.best_articles_right_contents {
    width: 100px;
    height: 115px;
    float: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.best_articles_right_contents > a {
    width: 100px;
    height: 60px;
    float: right;
    margin-bottom: 15px;
}

.best_articles_right_contents > a > img {
    width: 100px;
    height: 60px;
    border-radius: 5px;
}

.best_articles_icon {
    min-width: 60px;
    height: 30px;
    padding-top: 2px;
}

.best_articles_icon_like {
    height: 30px;
    float: left;
    padding-right: 8px;
    display: flex;
    align-items: center;
}

.best_articles_icon_image_like > img {
    width: 15px;
    height: 13px;
}

.best_articles_icon_comment {
    height: 30px;
    float: right;
    display: flex;
    align-items: center;
}

.best_articles_icon_image_comment > img {
    width: 15px;
    height: 15px;
}

.writer_item_icon_text {
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    display: inline-block;
    color: #6C6C6C;
    padding-left: 3px;
}

/** new_community **/
.new_community {
    width: 300px;
    /*height: 550px;*/
    margin-top: 30px;
}

.new_community_title {
    width: 300px;
    height: 30px;
    margin-bottom: 13px;
}


.title_text_blue {
    color: #1176AA;
}

.title_text_view {
    font-weight: 500;
    font-size: 12px;
    float: right;
    letter-spacing: -0.015em;
}

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

.new_community_item_article {
    width: 265px;
    /*height: 102px;*/
    margin: 0 auto;
    opacity: 0.9;
    border-bottom: 0.5px solid #E9E9E9;
    padding: 18px 0px 17px 0px;
}

.new_community_item_article_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new_community_item_article:nth-of-type(5) {
    border: none;
}

.new_community_item_article .board_new_category{
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.015em;
}




.new_community_contents {
    width: 265px;
    /*height: 46px;*/
    margin: 5px auto 0;
}

.new_community_contents > a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    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;
}

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

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

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


/**
.vote {
    width: 300px;
    height: 350px;
    margin-top: 30px;
}

.vote_item {
    width: 300px;
    height: 323px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 5px;
}

.vote_item_article {
    width: 260px;
    height: 323px;
    margin: 0 auto;
    padding: 20px 0px;
}

.vote_item_title {
    width: 100%;
    height: 22px;
    margin-bottom: 8px;
}

.vote_item_title > a {
    width: 23px;
    height: 20px;
    padding: 2px 8px;
    border-radius: 50px;
    background: rgba(99, 170, 74, 0.1);
    margin-right: 6px;
}

.vote_item_title > a > img {
    width: 11px;
    height: 17px;
}

.vote_item_title_text {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.015em;
    color: #63AA4A;
}

.day_2 {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: -0.015em;
    color: #6C6C6C;
    float: right;
}

.vote_item_text {
    width: 259px;
    height: 80px;
    margin: 0 auto;

}

.vote_item_text > p {
    width: 259px;
    height: 79px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.015em;
    overflow: hidden;
}

.vote_item_check_box {
    width: 100%;
    height: 105px;
    margin-top: 23px;
}

.vote_check_box {
    width: 257px;
    height: 29px;
    background: rgba(99, 170, 74, 0.1);
    border-radius: 5px;
    margin-bottom: 8px;
    text-align: center;
}

.vote_check_box_text {
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: -0.015em;
    float: left;
    padding: 4px 0px 4px 10px;

}
.vote_check_box_check{
    float: right;
    margin: 8px 10px 0px 0px;
}

.vote_item_btn {
    width: 121px;
    height: 29px;
    background: #63AA4A;
    border-radius: 5px;
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.015em;
    color: #FFFFFF;
    border: none;
    margin-top: 22px;
    margin-left: 70px;
}

 **/
/* vertical_crop */
.event_item_right_bottom {
    width: 300px;
    height: 593px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 100px;
}

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

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

/*paging V1*/
.paging{
    width:100%;
    height:27px;
    margin-top:20px;
    margin-bottom:40px;
    text-align:center;
}
.paging.mPag>span{
    cursor: pointer;
    display: inline-block;
    margin-top: 2px;
}

.paging.mPag>span img {
    height: 12px;
    width: 8px;
}

/*.paging a{*/
/*    text-decoration:none;*/
/*    color:#a6a6a6;*/
/*    margin-left:6px;*/
/*}*/
/*.paging span{*/
/*    margin-left:6px;*/
/*}*/
.owl-next {
    margin-right: -34px;
}
.owl-prev {
    margin-left: 1px;
}

/* Paging V2 */

.paging_v2 {
    min-width: 950px;
    min-height: 50px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}

.paging_item {
    width: 100%;
    height: 50px;
    font-size: 18px;
    margin: 30px auto 0;
}

.onV2 {
    border-bottom: 2px solid #1176AA;
    color: #1176AA;
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    margin-right: 24px;
}

.paging_item_left {
    display: inline-block;
}

.paging_item_left_once {
    width: 20px;
    height: 13px;
    margin-top: 7px;
    margin-right: 20px;
}

.paging_item_left_once > img {
    width: 20px;
    height: 13px;
    display: inline-block;
    padding-bottom: 2px;
}

.paging_item_left_twice {
    width: 17px;
    height: 18px;
    margin-top: 7px;
}

.paging_item_left_twice > img {
    width: 17px;
    height: 18px;
}

.paging_item_right_once {
    height: 13px;
}

.paging_item_right_once > img {
    width: 20px;
    height: 13px;
    display: inline-block;
    margin-bottom: 2.55px;
}

.paging_item_right_twice {
    width: 17px;
    height: 18px;
    display: inline-block;
}

.paging_item_right_twice > img {
    width: 17px;
    height: 18px;
    display: inline-block;
    margin-top: 10px;
}

.paging_item > a {
    color: #1176AA;
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    color: #6C6C6C;
    margin-right: 24px;
}

.paging_item > a:nth-of-type(10) {
    margin-right: 0px;
}

.paging_item > a:nth-of-type(11) {
    margin-right: 0px;
}

/*에어드랍*/

.airdrop_option {
    margin-bottom: 8px;
}

.airdrop_option span{
    border-radius: 20px;
    font-size: 12px;
    margin-right: 6px;
    padding: 3px 8px;
    display: inline-block;
    word-break: keep-all;
}

.airdrop_option span.network{
    background: #E6ECFF;
    color: #376CFB
}
.airdrop_option span.airdrop_category{
    background: #EDE7FF ;
    color: #8A61FF;
}
.airdrop_option span.progress{
    background: #E4F9F0;
    color: #37C187;
}
.airdrop_option span.end{
    background: #EDEDED;
    color: #999999;
}

.swiper_employment{
    width: 300px;
    margin-top: 30px
}

.swiper_employment .employment_text{
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 여러 줄 자르기 추가 스타일 */
    white-space: normal;
    max-height: 50px;
    height: auto;
    text-align: left;
    word-wrap: break-word;
    /*플렉스 박스형태로 변환*/
    display: -webkit-box;
    /*보여줄 줄 갯수*/
    -webkit-line-clamp: 2;
    /*플렉스 박스의 방향 설정*/
    -webkit-box-orient: vertical;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}

.swiper_employment .blockchain_item{
    width: 300px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 15px 0;
    background: #FFFFFF;
}

.swiper_employment .employment_item_text{
    height: 100%;
    margin: 10px auto;
    width: 260px;
}


.swiper_employment .swiper_item_image{
    cursor: pointer;
    width: 160px;
    max-height: 160px;
    margin: 0 auto 10px auto;
    overflow: hidden;
    text-align: center;
    border-radius: 15px;
}

.swiper_employment .swiper_item_image img{
    max-width: 100%;
    max-height: 100%;
    border-radius: 15px;
    margin: 0 auto;
    width: 100%;
    object-fit: initial;
}

.swiper_employment .swiper_base_table{
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
}

.swiper_employment .swiper_base_table th{
    color: #767676;
    font-weight: normal;
    padding: 2px 0;
    width: 22%;
}

.swiper_employment .swiper_base_table td{
    color: #6C6C6C;
    line-height: 18px;
}

.airdrop_employment .airdrop_graph{
    position: relative;
    width: 100%;
    max-width: 98px;
    display: inline-block;
    border-radius: 5px;
}

.airdrop_employment .airdrop_graph .bar{
    position: absolute;
    left: 0;
    top:0;
    background: #8A61FF;
    height: 8px;
    border-radius: 5px;
}

.airdrop_employment .airdrop_graph .graph{
    width: 100%;
    background: #F0F0F0;
    height: 8px;
    border-radius: 5px;
}

.airdrop_employment .graph_lable{
    display: inline-block;
    margin-left: 5px;
}

.airdrop_employment .graph_lable span{
    font-weight: bold;
    color: #8A61FF;
}


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

.right_item_btn a{
    color: #fff;
    display: inline-block;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}

.swiper_employment .swiper-button-prev,
.swiper_employment .swiper-container-rtl .swiper-button-next,
.swiper_employment .swiper-button-next,
.swiper_employment .swiper-container-rtl .swiper-button-prev{
    background-image: none;
    top: -11px;
    margin: 0;
    width: 12px;
    height: 19px;
}


.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}


.swiper_employment .base_right_title_wrap .title_paging_item{
    position: relative;
    display: inline-block;
    width: 40px;
}

.swiper_employment .swiper-container-rtl .swiper-button-next,
.swiper_employment .swiper-button-next{
    right: 0;
}

.swiper_employment .swiper-container-rtl .swiper-button-prev,
.swiper_employment .swiper-button-prev{

    left: 0;
}

.swiper_employment .blockchain_title{
    width: 300px;
    height: 30px;
    margin-bottom: 13px;
}

.quiz_employment .quiz_category{
    margin-bottom: 8px;
}

.quiz_employment .quiz_category span{
    display: inline-block;
    color: #fff;
    border-radius: 20px;
    font-weight: 500;
    font-size: 12px;
    padding:3px 8px;
    margin-right: 6px;
}

.quiz_employment .quiz_category .progress{
    background: #E4F9F0;
    color: #37C187;
}

.quiz_employment .quiz_category .quiz_gray_category{
    background: #EDEDED;
    color: #999999;
}



.quiz_employment .quiz_result{
    font-size: 13px;
}

.quiz_employment .quiz_result .quiz_answer{
    color: #4294FF;
    display: inline-block;
}

.quiz_employment .quiz_result .quiz_answer span,
.quiz_employment .quiz_result .quiz_answer_out span{
    font-weight: 600;
}

.quiz_employment .quiz_result .quiz_bar{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    display: inline-block;
    width: 137px;
    height: 8px;
    margin: 0 4px;
}

.quiz_employment .quiz_result .quiz_bar div:first-child{
    position: absolute;
    left: 0;
    height: 8px;
    background: #4294FF;
    border-radius: 15px 0 0 15px;
}

.quiz_employment .quiz_result .quiz_bar div:last-child{
    position: absolute;
    height: 8px;
    right: 0;
    background: #F65757;
    border-radius: 0 15px 15px 0;
}

.quiz_employment .quiz_result .quiz_answer_out{
    display: inline-block;
    color: #F65757;
}

.quiz_employment .swiper_base_table .quiz_reward img{
    vertical-align: middle;
    margin-bottom: 3px;
}

.quiz_employment .swiper_base_table .quiz_reward img:nth-child(3){}
.quiz_user_num{
    color: #767676;
    font-size: 13px;
    margin: 0 0 4px 0;
}


/* 커뮤니티 오른쪽 영역*/
.community_employment .new_community_item{
    height: auto;
}

.new_community.community_employment{
    height: auto;
}

.community_employment .new_community_item_article{
    height: auto;
}

.community_employment .new_community_contents{
    height: auto;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 4px;
}

.community_employment .community_notice_date{
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    display: inline-block;
}

.community_banner{
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-top: 30px;
    border-radius: 10px;
}

.community_banner img{
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    border-radius: 10px;
}

.community_employment .like_comment_view{
   float: right;
}

.community_employment .community_UserName{
    font-weight: 400;
    font-size: 13px;
    color: #767676;
    margin-top: 2px;
}

.community_employment .community_UserName img{
    vertical-align: middle;
}





/* Paging V3 */
.pagingV3_section{
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.pagingV3_section .paging_on{
    border-radius: 4px;
    background:#E6F1FF;
    color:  #4294FF;
    font-weight: 700;
    padding: 0 8px;
}

.pagingV3_section a,
.pagingV3_section span{
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #999;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagingV3_section .pagingV3_btn_wrap{
    display: inline-flex;
    gap: 8px;
}

.pagingV3_section .pagingV3_btn_wrap a,
.pagingV3_section .pagingV3_btn_wrap span{
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    max-width: 25px;
    max-height: 24px;
    padding: 3px 6px;
    display: inline-block;
}

.pagingV3_section .pagingV3_btn_wrap._disabled_btn span{
    border: 1px solid  #ededed;
}


/* Paging V4 */
.pagingV4_section{
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.pagingV4_section .paging_on{
    border-radius: 4px;
    background:#E6F1FF;
    color:  #4294FF;
    font-weight: 700;
    padding: 0 8px;
}

.pagingV4_section a,
.pagingV4_section span{
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #999;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagingV4_section .pagingV4_btn_wrap{
    display: flex;
    gap: 8px;
}

.pagingV4_section .pagingV4_btn_wrap span{
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    background: #FFF;
    width: 24px;
    height: 24px;
    line-height: normal;
}

/*페이징 완쪽 화살표*/
.pagingV4_section .pagingV4_btn_wrap .pagingV4_left_double{
    background: url("/assets/images/tokenpost_new/list_new/left_arrow_double.svg")center center no-repeat;
}
.pagingV4_section .pagingV4_btn_wrap .pagingV4_left_once{
    background: url("/assets/images/tokenpost_new/list_new/left_arrow.svg")center center no-repeat;
}

.pagingV4_section .pagingV4_btn_wrap .pagingV4_left_double.inactive{
    border: 1px solid #EDEDED;
    background: url("/assets/images/tokenpost_new/list_new/disabled_left_arrow_double_v2.svg")center center no-repeat;
}
.pagingV4_section .pagingV4_btn_wrap .pagingV4_left_once.inactive{
    border: 1px solid #EDEDED;
    background: url("/assets/images/tokenpost_new/list_new/disabled_left_arrow_v2.svg")center center no-repeat;
}

/*페이징 오른쪽 화살표*/
.pagingV4_section .pagingV4_btn_wrap .pagingV4_right_double{
    background: url("/assets/images/tokenpost_new/list_new/right_arrow_double.svg")center center no-repeat;
}
.pagingV4_section .pagingV4_btn_wrap .pagingV4_right_once{
    background: url("/assets/images/tokenpost_new/list_new/right_arrow.svg")center center no-repeat;
}

.pagingV4_section .pagingV4_btn_wrap .pagingV4_right_double.inactive{
    border: 1px solid #EDEDED;
    background: url("/assets/images/tokenpost_new/list_new/disabled_right_arrow_double.svg")center center no-repeat;
}
.pagingV4_section .pagingV4_btn_wrap .pagingV4_right_once.inactive{
    border: 1px solid #EDEDED;
    background: url("/assets/images/tokenpost_new/list_new/disabled_right_arrow.svg")center center no-repeat;
}


/* copyAlert*/
.copyAlert {
    display: none;
    position: fixed;
    width: 280px;
    height: 100px;
    top: 35%;
    left: 50%;
    margin-left: -160px;
    z-index: 99999;
    background-color: #fff;
    box-sizing: border-box;
    text-align: center;
    font-size: 17px;
    border: 0.5px solid #9D9D9D;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-align: center;
    padding-top: 22px;
}

.copyAlert span {
    display: block;
    padding-top: 12px;
}

.g-recaptcha>div{
    margin:0 auto;
}



/*-----------popup------------*/

.popupWrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    z-index: 10000;
}

.popupDisabled {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    /*right: 17px;*/
    right: 0;
    background-color: #171717;
    opacity: 0.8;
    filter: Alpha(Opacity=50);
    bottom: 0;
    overflow: auto;
    z-index: 10000;
}

.popup {
    display: none;
    position: absolute;
    left: 50%;
    /*top: 50%;*/
    top: 0;
    margin: 60px 0;
    z-index: 10000;
}

.popup > .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    /*background-color: #2c2c2c;*/
    padding: 20px;
    margin: -12px 0 0 -12px;
    border-radius: 15px;
}

.popup > .content {
    z-index: 99999;
}

.modalBg{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 99;
}



/*-------------v2 banner popup--------------*/

/* modal main popup */
.baseModalWrap{
    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: 998;
}

/* modal common*/
.modalClose2{
    pointer-events : auto;
}
.baseModalWrap .modal,
.indexModalWrap .modal{
    max-width: 1280px;
    margin: 100px auto 50px;
    text-align: center;
}
.baseModalWrap .modal .closeRow img,
.indexModalWrap .modal .closeRow img{
    width: 30px;
    margin-bottom: 10px;
    cursor: pointer;
}
.baseModalWrap .modal .content,
.indexModalWrap .modal .content{
    display: inline-block;
    position: relative;
}
.baseModalWrap .modal .modalContent,
.indexModalWrap .modal .modalContent{
    max-width: 900px;
    max-height: 600px;
    min-width: 450px;
    min-height: 200px;
    text-align: center;
}
.baseModalWrap .modal .modalContent .bxslider-inner div,
.indexModalWrap .modal .modalContent .bxslider-inner div{
    margin: auto;
    vertical-align: middle;
    color: #ffffff;
}
.baseModalWrap .modal .modalContent p,
.indexModalWrap .modal .modalContent p{
    margin: auto;
    vertical-align: middle;
    line-height: 1.25em;
    color: #ffffff;
}
.baseModalWrap .modal .modalContent .textWrap,
.indexModalWrap .modal .modalContent .textWrap{
    max-width: 450px;
}
.baseModalWrap .modal .modalContent iframe,
.indexModalWrap .modal .modalContent iframe{
    max-width: 100%;
    margin: auto;
}
.baseModalWrap .modal .modalContent img,
.indexModalWrap .modal .modalContent img{
    max-width: 900px;
    display:inline;
    vertical-align: middle;
    margin: auto;
}

.indexModalWrap .modal .modalContent img{
    max-height: 600px;
}

.baseModalWrap .modal .content a,
.indexModalWrap .modal .content a{
    display: block;
}
.baseModalWrap .modal .closeRow,
.indexModalWrap .modal .closeRow{
    position: absolute;
    top: -40px;
    /*right: 198px;*/
    right: 0px;
}

.baseModalWrap .modal .popup,
.indexModalWrap .modal .popup{
    width: 100%;
}
.baseModalWrap .modal .todayClose,
.indexModalWrap .modal .todayClose{
    position: absolute;
    bottom: -50px;
    right: 0;
}
.baseModalWrap .modal .todayClose .btnClose,
.indexModalWrap .modal .todayClose .btnClose{
    margin-left: 5px;
    display: inline-block;
    min-width: 152px;
}
.baseModalWrap .modal .todayClose .btnClose img,
.indexModalWrap .modal .todayClose .btnClose img{
    vertical-align: inherit;
}
.baseModalWrap .modal .closeWrap,
.indexModalWrap .modal .closeWrap{
    display: inline-block;
    cursor: pointer;
}
.baseModalClose  span,
.indexModalClose  span{
    color: #fff;
}

.baseModalWrap .oneModal .todayClose,
.indexModalWrap .oneModal .todayClose{
    bottom: -25px !important;
    /*right: 40%;*/
}

.baseModalWrap .bx-wrapper ,
.indexModalWrap .bx-wrapper {
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}
.baseModalWrap .slideScroll,
.indexModalWrap .slideScroll{
    height: 600px;
}
.baseModalWrap .bx-viewport,
.indexModalWrap .bx-viewport{
    height: 600px;
}
.baseModalWrap .bx-wrapper .bx-pager.bx-default-pager a:hover,
.indexModalWrap .bx-wrapper .bx-pager.bx-default-pager a:hover,
.baseModalWrap .bx-wrapper .bx-pager.bx-default-pager a:focus,
.indexModalWrap .bx-wrapper .bx-pager.bx-default-pager a:focus{
    background: #666;
}
.baseModalWrap .bx-wrapper .bx-pager.bx-default-pager a.active,
.indexModalWrap .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #ffffff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.indexModalWrap .bxslider .bxslider-inner ,
.baseModalWrap .bxslider .bxslider-inner {
    height: 600px;
    vertical-align: middle;
    display: inline-block;
    float: none !important;
}
.indexModalWrap .bx-wrapper .bx-pager-item,
.baseModalWrap .bx-wrapper .bx-pager-item {
    display: inline-block;
    vertical-align: middle;
}
/* 스크롤 vertical-align */
.baseModalWrap  .main-description,
.indexModalWrap .main-description{
    position: absolute;
    width: 100%;
    height: 600px; /* set your own value */
    top: 155px;
    bottom: 10px;
}
.baseModalWrap .vcenter,
.indexModalWrap .vcenter{
    top: 50% !important;
    transform: translateY(-50%);
}
/* ---------- swiper ---------- */
.baseModalWrap .swiper-pagination ,
.indexModalWrap .swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: -35px;
}
/*.swiperScroll {
    top: 50% !important;
    transform: translateY(-50%);
}*/
.baseModalWrap .oneModal .swiper-pagination,
.indexModalWrap .oneModal .swiper-pagination{
    display: none;
}
.baseModalWrap .swiper-pagination-bullet,
.indexModalWrap .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
.baseModalWrap .swiper-pagination-bullet-active ,
.indexModalWrap .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
}
/* ---------- ---------- */
























/* 좋아요 싫어요 댓글 뷰 */
.like_comment_view{
    display: inline-flex;
    font-weight: 400;
    font-size: 13px;
    color: #999999;
    align-items: center;
    justify-content: flex-start;
}

.like_comment_view>div:last-child{
    margin-right: 0;
}

.like_comment_view img{
    margin-right: 4px;
}

.like_comment_view span{
    display: inline-block;
    margin-right: 10px;
    line-height: normal;
}

.like_comment_view span:last-child{
    margin-right: 0;
}

.like_comment_view ._bad_icon{
    margin-top: 2px;
}



/*헤더 리뉴얼*/
/*헤더 왼쪽*/
.header_wrapper{
    position: relative;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    /*height: 70px;*/
    z-index: 99;
    background: #fff;
}

.header_section{
    position: relative;
    width:  1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.header_left_wrap,
.header_right_wrap{
   position: relative;
    display: flex;
    align-items:flex-start;
}

.show_item_970{
    display: none;
}
.show_item_1920{
    display: inline-block;
}

.header_wrapper::before{
    content: '';
    position: absolute;
    left: 0;
    top: 70px;
    border-bottom: 1px solid #EDEDED;
    background: #F7F7FA;
    z-index: 0;
    width: 100%;
    height: calc(100% - 70px);
    display: none;
}

.header_wrapper.header_active::before{
    display: block;
}


.header_left_wrap .list_header_1depth{
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 0 0 auto;
}

.header_left_wrap .list_header_1depth .item_header_1depth{
    position: relative;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    flex-direction: column;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    z-index: 5;
}

.header_left_wrap .list_header_1depth .header_1depth_text{
    position: relative;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_left_wrap .list_header_1depth .header_1depth_text::after {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    background: #4294FF;
    left: 50%;
    bottom: 0;
    z-index: 3;
    transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
}

.header_left_wrap .list_header_1depth .header_1depth_text:hover::after {
    width: 100%;
    left: 0;
}

.header_left_wrap .list_header_1depth .header_1depth_text:hover{
    color: #4294FF;
    font-weight: bold;
}


.header_left_wrap .list_header_1depth .item_header_1depth.header_active .header_1depth_text,
.header_left_wrap .list_header_2depth .item_header_2depth.header_active p{
    color: #4294FF;
    font-weight: bold;
}

.header_left_wrap .list_header_1depth .item_header_1depth.header_active .header_1depth_text::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #4294FF;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    z-index: 3;
    transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
}

.header_wrapper.header_active .header_left_wrap .list_header_2depth{
    display: flex;
}

.header_left_wrap .list_header_2depth{
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    display: none;
}

.header_left_wrap .list_header_2depth .item_header_2depth{
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #767676;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}


.header_left_wrap .list_header_2depth p:hover {
    color: #4294FF;
    font-weight: bold;
}

.header_left_wrap .list_header_2depth p:after{
    width: 0;
    content: attr(title);
    display: block;
    font-weight: bold;
    height: 0;
    visibility: hidden;
}

.header_logo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 190px;
    height: 47px;
    margin: 10px 0 0 0 ;
    flex-shrink: 0;
}

.header_logo img{
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

.item_header_2depth .new_menu{
    position: relative;
}

.item_header_2depth .new_menu::before{
    position: absolute;
    content: '';
    background: url("/assets/images/tokenpost_new/common_new/new_icon_v3.svg")center center no-repeat;
    width: 16px;
    height: 16px;
    right: -20px;
    top: 3px;
}

.hamburger_menu_2daps .new_menu{
    position: relative;
    margin-right: 25px;
}

.hamburger_menu_2daps .new_menu::before{
    position: absolute;
    content: '';
    background: url("/assets/images/tokenpost_new/common_new/new_icon_v3.svg")center center no-repeat;
    width: 16px;
    height: 16px;
    right: -20px;
    top: 6px;
}

.header_sub_modal_wrap{
    z-index: 11 !important;
}

.header_sub_modal{
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: max-content;
    background: #4299FF;
    border-radius: 4px;
    padding:7px 7px 8px 12px;
    animation: fadeIn 0.5s ease-in-out;
    z-index: 111;
}

.header_left_wrap li .header_sub_modal p:hover{
    color: #fff !important;
}

/* 굿즈샵 */
.item_header_1depth.header_link_menu .list_header_2depth{
    display: none;
}

.tp_md_shop:hover img{
    filter: invert(48%) sepia(88%) saturate(1829%) hue-rotate(194deg) brightness(100%) contrast(101%);
}

@keyframes fadeIn {
    from{
        opacity: 0;
        transform: translate(-50%, 3px);
    }
    to{
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

.header_left_wrap>li:nth-child(5){
    margin-right: 18px;
}
.header_sub_modal .arrow{
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.header_sub_modal p{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0 4px;
    vertical-align: middle;
    line-height: normal;
}


.header_sub_modal img{
    vertical-align: middle;
}

.header_sub_modal span{
    cursor: pointer;
    padding:0 5px;
}

.new_menu_txt{
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    border: 0.5px solid #FFF;
    background: #F44;
    padding: 0 4px;
    height: 18px;
    margin-left: 4px;
}



/*header 오른쪽*/
.header_right_wrap ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 70px;
}

.header_right_wrap img{
    vertical-align: middle;
    display: inline-block;
}

.header_right_wrap li{
    margin-right: 16px;
}
.header_right_wrap li a{
    font-size: 14px;
}


.header_right_wrap li:nth-child(3),
.header_right_wrap li:nth-child(4),
.header_right_wrap li:nth-child(5),
.header_right_wrap li:nth-child(6){
    margin-right: 8px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
}

.header_right_wrap li.header_profile{
    margin-right: 0;
}

.header_right_wrap li.header_profile  img{
    padding: 10px;
}


.header_right_wrap li:last-child{
    margin-right: 0;
    padding: 14px 10px;
}

.header_language{
    position: relative;
}

.language_select{
    display: inline-flex;
    font-size: 14px;
    color: #767676;
    gap: 4px;
    align-items: center;
    cursor: pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}

.header_language_list{
    position: absolute;
    top: 30px;
    display: flex;
    width: 100px;
    flex-direction: column;
    align-items: stretch;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    z-index: 100;
}

.header_language_list .list_item{
    display: flex;
    height: 36px;
    padding: 4px 12px;
    align-items: center;
    color: #767676;
    background: #fff;
}

.header_language_list .list_item:hover{
    background: #F7F7FA;
}

.header_alarm{
    position: relative;
    width: 40px;
    height: 40px;
    padding: 8px 10px;
    border-radius: 50%;
}



.header_alarm span{
    position: absolute;
    color: #fff;
    border-radius: 40px;
    background: #F44;
    font-size: 11px;
    padding:2px 4px;
    top: 1px;
    right: -2px;
    display: inline-block;
    min-width: 20px;
    height: 18px;
    text-align: center;
}

.header_alarm:hover,
.header_profile:hover,
.header_search_wrap:hover{
    background: #F7F7FA;
    transition: all 0.2s ease-out;
}

.header_search_img{
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    padding: 10px;
}

.header_search_img:hover{
    background: #F7F7FA;
    transition: all 0.2s ease-out;
}



/*해더 검색영역*/
.header_search_wrap{
    position: relative;
}

.header_search_form input.search_text{
    background: none;
    color: #111;
    border: 0;
    line-height: 1.5;
    width: 140px;
    padding: 10px 4px;
}

.header_search_btn{
    margin-right: 12px;
}

input:focus {outline: none;}

.header_search_form input.search_tex::placeholder{
    color: #767676;
}

@keyframes header_search_action {
    from {
       width: 0;
    }
    to {
        width: 220px;
        display: block;
    }
}

@keyframes header_search_action_none {
    from {
        width: 220px;
        display: block;

    }
    to {
        width: 0;
        display: none;
    }
}

.header_search_form{
    display: none;
    z-index: 9;
    position: absolute;
    top: 0px;
    right: 0;
    height: 40px;
    width: 220px;
    border-radius: 25px;
    padding:0 9px;
    background: #F7F7FA;
    overflow: hidden;
    animation: header_search_action_none 0.3s linear forwards;
}

.header_search_form img{
    display: none;
}

.header_search_form.header_search_action img{
    display: inline-block;
}


.header_search_form.header_search_action{
    animation: header_search_action 0.3s linear forwards;
    display: block;
}

/*해더 검색영역 끝*/




.hamburger_menu_wrap{
    cursor: pointer;
}

.hamburger_menu {
    padding: 10px;
    width: 18px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.hamburger_menu span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #111111;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


.hamburger_menu span:nth-child(1) {
    top: 0px;
}

.hamburger_menu span:nth-child(2),
.hamburger_menu span:nth-child(3) {
    top: 7px;
}

.hamburger_menu span:nth-child(4) {
    top: 14px;
}

.hamburger_menu.hamburger_open span:nth-child(1) {
    top: 6px;
    width: 0%;
    left: 50%;
}

.hamburger_menu.hamburger_open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger_menu.hamburger_open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger_menu.hamburger_open span:nth-child(4) {
    top: 6px;
    width: 0%;
    left: 50%;
}


/*햄버거 메뉴 열렸을때 */


.hamburger_menu_contents{
    position: sticky;
    width: 100%;
    height:calc(100vh - 70px);
    background: #fff;
    top: 70px;
    left: 0;
    z-index: 90;
    align-items: center;
    display: none;
    overflow-y: auto;
}

.hamburger_menu_contents.active{
    display: flex;
}


.hamburger_contents_inner{
    /*position: absolute;*/
    width: 1280px;
    /*top: 45%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 500px;
    overflow-y: auto;
    line-height: 1.5;
    margin: 0 auto;
}

.hamburger_menu_1daps{
    position: relative;
    width: 160px;
    color: #111111;
    font-size: 20px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
}

.hamburger_menu_1daps img{
    margin: 0 12px 0 0;
}

.hamburger_menu_2daps{
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.hamburger_menu_2daps p{
    color: #767676;
    font-size: 18px;
    font-weight: 500;
}

.hamburger_menu_2daps p:hover{
    font-weight: 700;
    color: #000;
    transition: all 0.4s;
}

.hamburger_menu_2daps p.header_active{
    font-weight: 700;
    color: #000;
    border: 0;
}

.hamburger_menu_2daps a:last-child p{
    margin-right: 0;
}

.hamburger_menu_list li{
    margin-bottom: 60px;
    display: flex;
}

.hamburger_menu_list li:last-child{
    margin-bottom: 0;
}

.hamburger_menu_right_list .hamburger_menu_1daps{
    width: 215px;
}

.menu_newsNFT_hover img{
    filter: invert(47%) sepia(0%) saturate(0%) hue-rotate(65deg) brightness(97%) contrast(87%);
}

.menu_newsNFT_hover:hover img{
    filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(15deg) brightness(103%) contrast(103%);
}

/*#idname:not(:hover) {*/
/*    transition: 1s ease-out;*/
/*}*/

/*미션 업적 배지 공통*/
.mission_bonus_wrap .bonus_name {
    display: inline-flex;
    align-items: center;
    color: #767676;
    margin-bottom: 4px;
}

.mission_bonus_wrap .bonus_name img{
    margin-right: 4px;
}

.mission_reward{
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission_reward>div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.mission_reward>div:last-child{
    margin-right: 0;
}

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

.mission_reward p{
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
    margin-left: 4px;
    letter-spacing: -0.35px;
    /*line-height: normal;*/
}

.mission_reward .mission_icon {
    line-height: 0;
}

.today_reward_txt{
    color: #767676;
    margin-right: 8px;
}


.reward_ticket{
    color: #29CC96;
    margin-left: 4px;
    display: inline-block;
    font-weight: 400;
}

.reward_point{
    color: #4294FF;
    margin-left: 4px;
    display: inline-block;
    font-weight: 400;
}

.reward_pol{
    color: #FF2E97;
}

.reward_time {
    color: #9D7BFF;
}

.reward_RP {
    color: #FA0;
    letter-spacing: -0.35px;
    margin-left: 4px;
    display: inline-block;
    font-weight: 400;
}


.reward_badge {
    background: var(--gradient-bage-gradient, linear-gradient(135deg, #6CF 16.67%, #66F 52.08%, #C6F 87.5%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.reward_point.disable_txt,
.reward_ticket.disable_txt{
    color: #999999;
}

.reward_badge.disable_txt {
    -webkit-text-fill-color: initial;
    background: none;
    color: #999;
}


/*티어*/
.tier{
    display: inline-block;
    padding: 4px 8px;
    height: 24px;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    float: left;
    margin-right: 8px;
}

.tier.normal{
    color: #FA0;
    background: #FFF3DB;
}

.tier.unique{
    color: #9D7BFF;
    background: #F5F0FF;
}

.tier.rare{
    color: #29CC96;
    background: #DCF5ED;
}

.tier.legend{
    color: #F65252;
    background: #FFEBEB;
}

.tier.epic{
    color: #4294FF;
    background: #E6F1FF;
}


/*업적 백그라운드 이미지*/
.achievement_bg.normal{
    background: url("/assets/images/tokenpost_new/achievement/normal_bg.svg")center center no-repeat;
    background-size: cover;
}
.achievement_bg.unique{
    background: url("/assets/images/tokenpost_new/achievement/unique_bg.svg")center center no-repeat;
    background-size: cover;
}
.achievement_bg.rare{
    background: url("/assets/images/tokenpost_new/achievement/rare_bg.svg")center center no-repeat;
    background-size: cover;
}
.achievement_bg.legend{
    background: url("/assets/images/tokenpost_new/achievement/legend_bg.svg")center center no-repeat;
    background-size: cover;
}
.achievement_bg.epic{
    background: url("/assets/images/tokenpost_new/achievement/epic_bg.svg")center center no-repeat;
    background-size: cover;
}
.achievement_bg.unset{
    background: url("/assets/images/tokenpost_new/achievement/unset_bg.svg")center center no-repeat;
    background-size: cover;
}

 .achievement_bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 27px;
}

.tutorial_popup .achievement_bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 27px;
}

/*배지 아이콘 */

.badge_bg{
    position: relative;
    min-width: 48px;
    width:  48px;
    height: 48px;
    margin-right: 12px;
}
.badge_bg img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
}

/*배지 백그라운드 이미지*/
.badge_bg.normal{
    background: url("/assets/images/tokenpost_new/badge/normal_bg.svg")center center no-repeat;
    background-size: cover;
}
.badge_bg.unique{
    background: url("/assets/images/tokenpost_new/badge/unique_bg.svg")center center no-repeat;
    background-size: cover;
}
.badge_bg.rare{
    background: url("/assets/images/tokenpost_new/badge/rare_bg.svg")center center no-repeat;
    background-size: cover;
}
.badge_bg.legend{
    background: url("/assets/images/tokenpost_new/badge/legend_bg.svg")center center no-repeat;
    background-size: cover;
}
.badge_bg.epic{
    background: url("/assets/images/tokenpost_new/badge/epic_bg.svg")center center no-repeat;
    background-size: cover;
}
.badge_bg.unset{
    background: url("/assets/images/tokenpost_new/badge/unset_bg.svg")center center no-repeat;
    background-size: cover;
}



/*튜토리얼 팝업*/

.tuto_bonus_name span{
    color: #767676;
    letter-spacing: -0.35px;
    vertical-align: middle;
}

.tuto_bonus_name img{
    vertical-align: sub;
}

.modal_wrap.tutorial_popup{
    width: 600px;
    height: 660px;
    overflow: hidden;
    padding: 0;
}

.tutorial_popup .tutorial_title{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.4px;
    padding: 16px 28px;
}

.tutorial_popup .mission_gradation{
    background: var(--gradient-mission-gradient, linear-gradient(90deg, #68A4FF 0.05%, #5FCEF1 98.77%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tutorial_popup .tutorial_contents{
    padding: 28px 40px 40px;
    text-align: center;
    height: calc(100% - 56px);
}

.tutorial_popup .tutorial_h3{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #111111;
    margin-bottom: 8px;
}

.tutorial_popup .tutorial_article{
    color: #767676;
    font-size: 16px;
    letter-spacing: -0.4px;
}

.tutorial_popup .tutorial_article .blue_txt{
    color: #4294FF;
    font-weight: bold;
}

.tutorial_popup .swiper-button-next,
.tutorial_popup .swiper-button-prev{
    top: initial ;
    bottom: 28px;
    z-index: 20 ;
    color: #767676;
    width: 55px;
    height: auto;
    margin-top: 0;
    padding: 10px;
}

.tutorial_popup .swiper-button-next {
    right: 40px;
    background:url("/assets/images/tokenpost_new/common_new/gray_arrow_12px.svg")center right no-repeat;
}

.tutorial_popup .swiper-button-prev {
    left: 40px ;
    text-align: right;
    background:url("/assets/images/tokenpost_new/common_new/gray_arrow_12px_v2.svg")center left no-repeat;
}

.tutorial_popup .swiper-button-next.swiper-button-disabled,
.tutorial_popup .swiper-button-prev.swiper-button-disabled{
    display: none;
}

.tutorial_popup .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 36px;
}

.tutorial_popup .tutorial_contents_item{
    margin-top: 24px;
}

.tutorial_popup .mission_content_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.tutorial_popup .mission_content_wrap .border_item{
    text-align: center;
    width: 100%;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
    padding: 20px;
    margin: 0;
    border: 0;
}

.tutorial_popup .mission_content_wrap .border_item:nth-of-type(3n){
    margin-right: 0;
}

.tutorial_popup .mission_content_wrap .mission_title{
    font-size: 17px;
    font-weight: 700;
    color: #111;
    margin: 12px 0 8px 0;
}

.tutorial_popup .mission_content_wrap .mission_state{
    color: #999;
    font-size: 14px;
}

.tutorial_popup .mission_content_wrap .gradation_txt{
    background: var(--gradient-mission-gradient, linear-gradient(90deg, #68A4FF 0.05%, #5FCEF1 98.77%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 16px;
    padding: 0;
}

.tutorial_popup .mission_content_wrap .gradation_txt.disable_txt{
    -webkit-text-fill-color: initial;
    background: none;
    color: #BBB;
}

.mission_content_wrap .mission_bar_bg{
    position: relative;
    width: 100%;
    background: #E8E9F0;
    height: 8px;
    border-radius: 10px;
    margin-top: 4px;
    overflow: hidden;
}

 .mission_bar_bg.disable_bar{
    background: #BBB;
}

 .mission_bar_bg .bar_item{
    position: absolute;
    left: 0;
    top: 0;
    height: 8px;
    width: 100%;
    background: url("/assets/images/tokenpost_new/mission/bar.svg")left center no-repeat;
    background-size: cover;
     border-radius: 10px;
}

.tutorial_popup .mission_content_wrap .mission_content{
    border-radius: 10px;
    border: 1px solid #EDEDED;
    padding: 16px;
    margin: 20px auto;
}


.tutorial_popup .mission_bonus_wrap .mission_reward>p{
    color: #797979;
}


.tutorial_popup .mission_reward div{
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-left: 8px;*/
}

.tutorial_popup .mission_content_wrap .mission_reward span{
    line-height: 0;
    margin-left: 0;
}

.tutorial_popup .mission_content_wrap .arrow_double{
    margin: 0 12px;
}

.tutorial_popup .swiper-pagination-bullet{
    background: #EDEDED;
    opacity: 1;
}

/*.tutorial_popup .swiper-pagination-bullet:last-child{*/
/*    display: none;*/
/*}*/

.tutorial_popup .swiper-pagination-bullet-active{
    background: #4294FF;
}

.tutorial_popup .mission_bonus_wrap{
    border-radius: 10px;
    border: 1px solid #EDEDED;
    background: #FFF;
    padding: 16px;
    margin-top: 12px;
}

.tutorial_popup .tutorial_mission_item{
    padding: 20px;
    border-radius: 10px;
    background: #FFF;
}

.tutorial_popup .tutorial_mission_wrap2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tutorial_popup .tutorial_mission_item{
    width: 49%;
}

.tutorial_popup .achievement_gradation{
    background: var(--gradient-achivement-gradient, linear-gradient(90deg, #FF668C 0%, #FFB266 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.tutorial_popup .tutorial_page1{
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: transform ease .3s;
    left: 0;
    transform: translateX(0);
}

.tutorial_popup .tutorial_page1_inner{
 text-align: center;
    margin: 0px auto 25px auto;
}

.tutorial_popup .tutorial_page1.is-active {
    transform: translate(-100%);
    transition: transform ease .3s;
}

.tutorial_popup .tutorial_page1_btn.new_btn02{
    cursor: pointer;
    width: 130px;
    height: 44px;
    padding: 12px 0
}

.tutorial_popup .tutorial_page2_txt {
    position: absolute;
    right: 80px;
    bottom: 82px;
}

.tutorial_popup .achievement_item{
    display: block;
    width: 280px;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin-bottom: 0;
}

.tutorial_popup .achievement_item_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.tutorial_popup .achievement_item_tier_wrap {
    display: flex;
    align-items: center;
}


.tutorial_popup .achievement_item .mission_reward{
    justify-content: flex-start;
}

.tutorial_popup .achievement_item .badge_img{
    width: 60px;
    height: 60px;
    margin-right: 12px;
    margin-top: 0;
}

.tutorial_popup .achievement_item img {
    /*width: 100%;*/
}

.tutorial_popup .achievement_name{
    word-break: keep-all;
    display: block;
    margin-bottom: 0;
    font-size: 17px;
    color: #111111;
    font-weight: bold;
}

.tutorial_popup .achievement_item .new_btn04,
.tutorial_popup .achievement_item .new_btn02{
    width: 50px;
}

.tutorial_popup .achievement_item.first_div .achievement_bar_right{
    width: 200px;
}

.tutorial_popup .achievement_item .achievement_bar_right {
    border-top: 1px solid #EDEDED;
    margin-top: 16px;
    padding-top: 16px;
    display: block;
}

.tutorial_popup .achievement_bar_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tutorial_popup .achievement_bar_content p {
    font-size: 14px;
    color: #797979;
}

.tutorial_popup .achievement_bar_bg {
    position: relative;
    border-radius: 10px;
    height: 8px;
    background: #E8E9F0;
    width: 100%;
    margin-top: 4px;
}

.tutorial_popup .achievement_bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 8px;
    width: 100%;
    background: url(/assets/images/tokenpost_new/mission/bar_v2.svg)left center no-repeat;
    background-size: cover;
    border-radius: 6px;
}

.tutorial_popup .achievement_item.second_div{
    position: absolute;
    right: 40px;
    bottom: 110px;
}

.tutorial_popup .tutorial_page3 .achievement_name{

}

.tutorial_popup .achievement_state p {
    color: #999;
    display: inline-block;
}

.tutorial_page4_txt{
    position: absolute;
    right: 30px;
    bottom: 43%;
}


.tutorial_popup .achievement_bar_num{
    font-weight: 700;
    font-size: 16px;
    background: var(--gradient-achivement-gradient, linear-gradient(90deg, #FF668C 0%, #FFB266 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tutorial_popup .achievement_bar_num.disable_txt {
    -webkit-text-fill-color: initial;
    background: none;
    color: #BBB;
}

.tutorial_popup .achievement_item_v2{
    border-radius: 10px;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
    margin: 0 10px;
    width: 210px;
    padding: 20px;
    text-align: center;
}

.tutorial_popup .achievement_bg {
    min-width: 60px;
    width: 60px;
    height: 60px;
    margin: 0 auto 8px auto;
    display: block;
    position: relative;
}

.tutorial_popup .tuto_bonus_name{
    margin-bottom: 4px;
}

.tutorial_popup .achievement_item_top .achievement_bg{
    margin-bottom: 0;
}

.tutorial_popup .achievement_item_v2 .tier{
    float: none;
    margin: 0 0 4px 0;
}

.tutorial_popup .achievement_item_v2 .achievement_name{
    display: block;
}


.tutorial_achievement_right{
    display: flex;
    overflow: hidden;
    padding: 20px 0 10px 0;
}
.tutorial_achievement_left {
    display: flex;
    overflow: hidden;
    padding: 20px 0 10px 0;
    flex-direction: row-reverse;
}

.rolling-list,
.rolling-list2 {
    padding : 0px;
    display: flex;
}
.rolling-list .image-wrap ,
.rolling-list2 .image-wrap {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.rolling-list.original {
    animation: rollingleft1 33s linear infinite;
}
.rolling-list.clone {
    animation: rollingleft2 33s linear infinite;
}

@keyframes rollingleft1 {
    0% { transform: translateX(0); }
    50% { transform: translateX(-100%); }
    50.01% { transform: translateX(100%); }
    100% { transform: translateX(0); }
}

@keyframes rollingleft2 {
    0% { transform: translateX(0); }
    100% { transform: translateX(-200%); }
}


.rolling-list2.original2 {
    animation: rollingleft3 33s linear infinite;
}
.rolling-list2.clone2 {
    animation: rollingleft4 33s linear infinite;
}

@keyframes rollingleft3 {
    0% { transform: translateX(0); }
    50% { transform: translateX(100%); }
    50.01% { transform: translateX(-100%); }
    100% { transform: translateX(0); }
}

@keyframes rollingleft4 {
    0% { transform: translateX(0); }
    100% { transform: translateX(200%); }
}

.tutorial_page4_gradient_left{
    position: absolute;
    left: 0;
    bottom: 90px;
    width: 40px;
    height: 400px;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}

.tutorial_page4_gradient_right{
    position: absolute;
    right: 0;
    bottom: 90px;
    width: 40px;
    height: 400px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}




.tutorial_popup .badge_gradation{
    background: var(--gradient-bage-gradient, linear-gradient(135deg, #6CF 16.67%, #66F 52.08%, #C6F 87.5%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.tutorial_popup .represent_badge_item {
    border-radius: 10px;
    border: 0;
    text-align: center;
    padding-bottom: 24px;
    width: 287px;
    margin: 60px auto;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
}

.tutorial_popup .achievement_name_detail{
    color: #767676;
    font-size: 14px;
    margin-bottom: 4px;
}

.tutorial_popup .badge_epic {
    background: var(--gradient-epic-gradient, linear-gradient(180deg, #7CADF5 0%, #498EF5 100%));
    padding: 24px 0 48px 0;
    border-radius: 10px 10px 0 0;
}

.tutorial_popup .represent_badge_item .tier {
    float: none;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.24);
    color: #ffff;
    font-size: 12px;
    font-weight: 500;
    height: 24px;
    padding: 4px 8px;
    letter-spacing: -0.3px;
}

.tutorial_popup .badge_name {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.425px;
    margin-top: 8px;
}

.tutorial_popup .represent_badge_item .badge_bg {
    position: relative;
    margin: -40px auto 0 auto;
    width: 80px;
    height: 80px;
}

.tutorial_popup .represent_badge_item .badge_bg img{
    width: 36px;
}

.tutorial_popup .represent_badge_item .mission_reward {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

.tutorial_badge_count{
    position: relative;
}

.tutorial_popup .represent_badge_item .full_gradation_div {
    border-radius: 4px;
    background: var(--gradient-mid-badge-gradient, linear-gradient(135deg, #80D4FF 16.67%, #8080FF 52.08%, #D480FF 87.5%));
    width: 100px;
    height: 36px;
    padding: 7px 12px;
    cursor: pointer;
    margin: 16px auto 0 auto;
}
.tutorial_popup .represent_badge_item .gradation_div {
    border: 1px solid transparent;
    border-radius: 4px;
    background-image: linear-gradient(#fff, #fff), linear-gradient(150deg, rgba(102,204,255,1) 0%, rgba(102,102,255,1) 50%, rgba(204,102,255,1) 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    text-align: center;
    width: 100px;
    margin: 16px auto 0 auto;

}

.tutorial_popup .represent_badge_item .gradation_txt {
    background: linear-gradient(150deg, rgba(102,204,255,1) 0%, rgba(102,102,255,1) 50%, rgba(204,102,255,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 14px;
    padding: 6px 12px;
    font-weight: 500;
    letter-spacing: -0.35px;
}

.tutorial_popup .represent_badge_item .full_gradation_div p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.35px;
}

.tutorial_page6_txt{
    position: absolute;
    left: 86px;
    bottom: 33.5%;
}

.tutorial_page7_wrap{
    border-radius: 10px;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
    width: 440px;
    padding: 28px;
    margin: 40px auto;
}

.tutorial_page7_wrap>div{
    margin-top: 28px;
    display: flex;
    align-items: center;
}

.tutorial_page7_wrap>div:first-child{
    margin-top: 0;
}

.tutorial_page7_wrap>div img{
    margin-right: 16px;
}

.tutorial_page7_wrap>div p{
    font-size: 14px;
    color: #767676;
    text-align: left;
    letter-spacing: -0.35px;
}

.tutorial_page7_wrap>div .title{
    color: #111;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}

.tutorial_popup .tutorial_page7_mission_reward {
    border: 1px solid #EDEDED;
    border-radius: 10px;
    background: #FFF;
    padding: 16px;
    text-align: center;
    margin-top: 16px;
}

.tutorial_popup .tutorial_last_page .badge_item{
    position: relative;
    border-radius: 10px;
    border: 0;
    background: #FFF;
    padding: 24px;
    text-align: center;
    margin: 42px auto;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 340px;
    min-width: 300px;
    max-width: 340px;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
}

.tutorial_popup .tutorial_last_page .badge_item .badge_bg{
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 8px auto;
}

.tutorial_popup .tutorial_last_page .badge_item .badge_bg img {
    width: 36px;
}

.tutorial_popup .tutorial_last_page .mission_reward{
    border: 0;
    padding: 4px 0 0 0;
}

.tutorial_popup .tutorial_last_page .tier{
    float: none;
    margin: 0 0 4px 0;
}

.tutorial_last_page.new_btn02{
    cursor: pointer;
    width: 130px;
    height: 44px;
    padding: 12px 0;
    text-align: center;
}

.tutorial_gif_wrap img{
    width: 100%;
}



.tutorial_popup .tutorial_mission_item._active {
    -webkit-animation: shadow-drop-center 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: shadow-drop-center 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.tutorial_popup .tutorial_mission_item._active:nth-child(2) {
    animation-delay: 1s;
}
.tutorial_popup .tutorial_mission_item._active:nth-child(3) {
    animation-delay: 2s;
}
.tutorial_popup .tutorial_mission_item._active:nth-child(4) {
    animation-delay: 3s;
}

@-webkit-keyframes shadow-drop-center {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
    50% {
        -webkit-box-shadow:0px 3px 20px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
        z-index: 10;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
@keyframes shadow-drop-center {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
    50% {
        -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
        z-index: 10;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


.tutorial_popup .modal_close{
    top: 18px;
    right: 28px;
}
/*튜토리얼 팝업 끝 */



/*공유 팝업 모달 */
.shareModalWrap {
    width: 400px;
}

.modal_title {
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
}

.modal_close {
    float: right;
    width: 20px;
    cursor: pointer;
}

.modal_close img{
    width: 100%;
}

.share_item_sns {
    cursor: pointer;
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.sns_item {
    text-align: center;
}

.sns_item img {
    margin-bottom: 8px;
}

.sns_item span {
    display: block;
    color: #767676;
    font-size: 13px;
    font-weight: 400;
}
/*공유*/


/*알람 모달*/
.popupAlarmWrap {
    position: absolute;
    top: 80px;
    right:  0;
    width: 320px;
    background: #FAFAFB;
    z-index: 110;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    overflow: hidden;
    line-height: 1.5;
}

.popupAlarmHeader{
    padding: 18px 20px;
    border-bottom: 1px solid #EDEDED;
    background: #fff;
}

.popupAlarmHeaderTitle,
.popupAlarmHeaderTitleEdit{
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
}


.btnClosePopupAlarm{
    width: 20px;
    height: 20px;
    float: right;
    cursor: pointer;
}


.btnClosePopupAlarm img{
    width: 100%;
}

.alarm_scroll{
    background: #FAFAFB;
    height: 588px;
    overflow: auto;
    margin: 4px 4px 6px 0;
    transition: all 0.5s ease-out;
}

.alarmItemContainer{
    padding:0 10px 0 20px;
    background: #FAFAFB;
    margin: 4px 4px 0 0;
    transition: all 0.5s ease-out;
}

.alarm_state{
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    margin-top: 20px;
}

.alarm_state p{
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #D9D9D9;
    font-size: 13px;
    color: #7B7C81;
    font-weight: 500;
    padding: 3.5px 8px;
    line-height: 1.5;
    cursor: pointer;
}

.alarm_state p.btnReadAllAlarm{
    background: #DAF0F8;
    color: #008FC3;
    border-radius: 4px;
    border: 0;
    padding: 4.5px 9px;
}
.alarmItem{
    margin-top: 16px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
    padding: 20px;
    transition: all 0.5s ease-out;
}

/* 알람 읽었을 때*/
.alarmItem.alarmItem_read .alarm_content_top p img{
    opacity: 0.5;
}

.alarmItem.alarmItem_read .alarm_content_wrap .alarm_title p,
.alarmItem.alarmItem_read .alarm_content_top p,
.alarmItem.alarmItem_read .btnReadAlarm,
.alarmItem.alarmItem_read .alarmContent{
    color: #dddddd;
}

.alarmItem.alarmItem_read .btnReadAlarm {
   display: none;
}
/* 알람 읽었을 때 끝*/


/*알람 삭제버튼 눌렀을 때 액션*/
@keyframes left_action  {
    from{
        transform: translate(0 , 0);
        display: block;
        opacity: 1;
    }
    to {
        transform: translate(-200px , 0);
        display: none;
        opacity: 0;
    }
}

.alarmItem.delete_action{
    animation: left_action 0.5s linear forwards;
}

.alarm_content_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.alarm_content_top p{
    color: #767676;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.alarm_content_top p img{
    vertical-align: middle;
    margin-right: 5px;
}

.alarm_content_wrap .alarm_title{
    font-size: 14px;
    color: #111111;
    font-weight: 500;
    line-height: 1.5;

}

.alarm_content_wrap .alarm_title p{
    text-align: justify;
    word-break: break-all;
}


.btnReadAlarm{
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    background: #FFF;
    text-align: center;
    cursor: pointer;
    color: #767676;
    font-size: 14px;
    width: 100%;
    margin-top: 16px;
}

/*  스크롤 */
.alarm_scroll::-webkit-scrollbar {
    /* 스크롤바의 너비 */
    width: 5px;}
.alarm_scroll::-webkit-scrollbar-thumb {
    /* 스크롤바의 길이 */
    height: 30%;
    /* 스크롤바의 색상 */
    background: #DBDBDB;
    border-radius: 4px;
}
.alarm_scroll::-webkit-scrollbar-track {
    /*스크롤바 뒷 배경 색상*/
    background: #FAFAFB;
}

.btnMoreAlarm{
    cursor: pointer;
    border-radius: 4px;
    background: #4294FF;
    padding: 9.5px 20px;
    font-size: 14px;
    color: #FFF;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    width: 100%;
    display: inline-block;
}

.alarm_txt{
    font-size: 13px;
    color: #999999;
    margin: 12px 0;
    text-align: center;
}

.alarm_footer{
    padding: 0 12px 0 20px;
    background: #FAFAFB;
    margin: 10px 0 0 0;
    width: 100%;
    background: #FAFAFB;
    text-align: center;
}



.alarm_content_wrap.alarm_remove{
    width: calc(100% - 32px);
    display: inline-block;
    vertical-align: middle;
}

.btnDeleteAlarm{
    display: inline-block;
    width: 16px;
    margin-left: 16px;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
}

.btnDeleteAlarm img{
    width: 100%;
}

.alarmNoItem{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    text-align: center;
    padding: 30px 0;
    width: 100%;
}

/*알람 끝*/


/* 미션 */
.right_common_mission{
    width: 100%;
    height: 230px;
    background: #FFFFFF;
    float: right;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 16px;
    margin-top: 30px ;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.right_common_mission .mypage_mabe_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 18px;
}

.right_common_mission .mypage_mabe_wrap:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.right_common_mission .mission_img img,
.right_common_mission .mission_img{
    width: 36px;
    height: 36px;
}


.right_common_mission .mypage_mabe_wrap .mabe_name {
    font-size: 14px;
    color: #111111;
    font-weight: bold;
    margin-bottom: 0;
    display: flex;
    word-break:break-all;
}

.mypage_mabe_wrap .mabe_name.disable_txt{
    color: #999;
}



.mission_bar_bg{
    position: relative;
    width: 100%;
    background: #E8E9F0;
    height: 8px;
    border-radius: 10px;
    margin-top: 8px;
    overflow: hidden;
}

.right_common_mission .mission_bar_bg,
.right_common_mission .mission_bar_bg .bar_item{
    height: 6px;
}

.mission_bar_bg.disable_bar{
    background: #BBB;
}

.mypage_mabe_mission_right {
    width: 100%;
    margin-right: 12px;
    margin-left: 8px;
}
.mypage_mabe_mission_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mission_state {
    color: #999;
    font-size: 14px;
    white-space: nowrap;
}


.mission_state .gradation_txt {
    background: var(--gradient-mission-gradient, linear-gradient(90deg, #68A4FF 0.05%, #5FCEF1 98.77%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 16px;
    padding: 0;
}

.gradation_txt.disable_txt {
    -webkit-text-fill-color: initial;
    background: none;
    color: #BBB;
}

.right_common_mission .new_btn02,
.right_common_mission .new_btn04{
    height: 32px;
    padding: 6px 0;
    width: 48px;
}

/*티켓 스토어*/

.ticket_swiper .ticket_product_item{
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
}

.ticket_product_item:nth-of-type(3n){
    margin-right: 0;
}

.ticket_swiper .product_img_item{
    position: relative;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    /*border: 1px solid red;*/
    text-align: center;
    height: 260px;
    width: 260px;
    margin: 0 auto 20px auto;
    overflow: hidden;

}

.ticket_swiper .product_img_item img{
    object-fit: cover;
    border-radius: 10px;
    height: 260px;
    width: 260px;
    border: 1px solid rgba(0, 0, 0, 0.02);

}

.product_img_item .badge_bg {
    position: absolute;
    width: 160px;
    height: 160px;
    margin-right: 12px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product_img_item .badge_bg img {
    width: 70px;
    height: auto;
    border-radius: 0;
}

.blockchain_item .product_img_item p{
    position: absolute;
    right: 8px;
    top: 8px;
    border-radius: 40px;
    height: 32px;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.60);
    color: #fff;
    letter-spacing: -0.35px;
    font-size: 13px;
}
.product_img_item p.product_sale{
    left: 0;
    top: 0;
    border-radius: 0px 0px 8px 0px;
    background: #E6F1FF;
    color: rgba(66, 148, 255, 1);
    font-weight: bold;
    width: fit-content;
    z-index: 2;
}


.product_title{
    color: #000;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.45px;
    margin-bottom: 4px;
    text-align: center;
}

.product_title_sub{
    color: #767676;
    font-size: 15px;
    letter-spacing: -0.375px;
    margin-bottom: 8px;
}


.ticket_swiper .product_state{
    margin: 4px 0 0 0;
}

.product_state .mission_reward {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.product_state .mission_reward p.today_reward_txt{
    margin-left: 0;
}

.product_state .grade_small{
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #DBDBDB;
}

.product_state .my_entry_num {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #DBDBDB;
    line-height: 13px;
    color: #767676;
}

.ticket_swiper{
    padding: 12px 24px;
}
.product_grade {
    display: flex;
    align-items: center;
}

.product_grade img {
    margin-right: 4px;
}



/*-------------------market/index---------------------*/
#market{
    margin: 15px 0px;
}
.directionUp{
    color:  #FF0000;

}
.directionDown{
    color: #0a5cff;
}
#marketList{
    width:970px;
    margin: 0 auto;
    /*padding-top:15px;*/
}
#marketList .marketTabWrap{
    display: inline-block;
}
#marketList .marketTabMenu{
    float: left;
    display: none;
    /*display: inline-block;*/
}
#marketList > .marketTabWrap .marketTabMenu > li{
    float: left;
    width:325px;
    height:60px;
    margin-bottom: 15px;
    line-height:60px;
    text-align: center;
    color: #1891c3;
    font-weight:bold;
    font-size: 18px;
    border: 1px solid #1891c3;
    background-color: #fff;
    box-sizing: border-box;
    cursor: pointer;
}


#marketList .marketCalculation{
    float: right;
    width:300px;
}
/*환율 계산기*/
#marketList .marketCalculation > .marketConverter{
    width:300px;
    background-color: #fff;
}
#marketList .marketCalculation .title{
    height: 45px;
    padding: 13px 0 0 15px;
    border-bottom: 1px solid #d0d0d0;
    box-sizing: border-box;
    color: #1891c3;
    font-size: 16px;
    font-weight: bold;
}

#marketList .marketCalculation > .marketConverter > .converter{
    padding:15px;
    box-sizing: border-box;
}
#marketList .marketCalculation > .marketConverter .converterBox{
    height: 92px;
    border:1px solid #ebebeb;
}
#marketList .marketCalculation > .marketConverter .converterBox > .converterInput {
    overflow: hidden;
    padding:10px 15px 0;
}
#marketList .marketCalculation > .marketConverter .converterBox > .converterInput > input{
    float: right;
    width:220px;
    height:20px;
    border: none;
    outline: none;
    text-align: right;
    font-size: 18px;
    font-weight:bold;
}
#marketList .marketCalculation > .marketConverter .calculationEqual{
    padding:15px 0;
    text-align: center;
}


#marketList .marketCalculation > .marketConverter .converterListWrap{
    height:29px;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}
#marketList .marketCalculation > .marketConverter .converterSelected{
    width: 100%;
    display: inline-block;
    height:29px;
    line-height:29px;
    padding-left: 13px;
    box-sizing: border-box;
    cursor: pointer;
}
#marketList .marketCalculation > .marketConverter .converterSelected:hover{
    background-color: #fafafa;
}
#marketList .marketCalculation > .marketConverter .calculatorNation{
    width:18px;
    height:12px;
}
#marketList .marketCalculation > .marketConverter .calculatorListShort{
    color: #1891c3;
}
#marketList .marketCalculation > .marketConverter .converterList{
    display: none;
    position: relative;
    width: 268px;
    max-height: 180px;
    overflow: auto;
    margin-left: -1px;
    border:1px solid #ebebeb;
    background-color: #fff;
}
#marketList .marketCalculation > .marketConverter .calculationArrow{
    float: right;
    margin: 12px;
}
#marketList .marketCalculation > .marketConverter .converterList li{
    height:30px;
    line-height: 30px;
    padding-left:13px;
    box-sizing: border-box;
}
#marketList .marketCalculation > .marketConverter .converterList li:hover{
    background-color: #fafafa;
    cursor: pointer;
}
#marketList .marketCalculation > .marketConverter .converterList li span.selectedCoin{
    font-weight: bold;
}
#marketList .marketCalculation > .marketConverter .converterList li span.money{
    color: #1891c3;
}
#marketList .marketCalculation > .marketConverter .converterText{
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}
#marketList .marketCalculation > .marketConverter .converterText > li{
    text-align: right;
}
#marketList .marketCalculation > .marketConverter .converterText .text1{
    margin-bottom: 8px;
    font-size:18px;
    font-weight:bold;
}
#marketList .marketCalculation > .marketConverter .converterText .text2{
    color: #636363;
}

#marketList .marketCalculation > .marketConverter .converterText .text2 span{
    color: #1891c3;
}
#marketList .marketCalculation > .marketConverter .converterText .converterResult{
    color: #f41a1a;
    font-weight: bold;
    font-size: 18px;
}

/*프리미엄 계산기*/
#marketList .marketCalculation > .marketCalculator{
    background-color: #fff;
}
#marketList .marketCalculation .calculator{
    height:130px;
    padding:15px;
    box-sizing: border-box;
}
#marketList .marketCalculation .calculatorBox{
    position: relative;
}
#marketList .marketCalculation .calculatorListWrap{
    position: absolute;
}
#marketList .marketCalculation .calculatorSelected{
    height: 29px;
    line-height: 29px;
    padding-left: 13px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #ebebeb;
}
#marketList .marketCalculation .calculatorSelected:hover{
    background-color: #fafafa;
}
#marketList .marketCalculation .calculator .calculationArrow {
    float: right;
    margin: 12px;
}

#marketList .marketCalculation .calculatorList{
    display: none;
    position: relative;
    width: 268px;
    max-height: 180px;
    overflow: auto;

    border:1px solid #ebebeb;
    /*background-color: #fff;*/
}
#marketList .marketCalculation .calculatorList li{
    height: 30px;
    line-height: 30px;
    padding-left: 13px;
    box-sizing: border-box;
    background: #fff;
}
#marketList .marketCalculation .calculatorList li:hover{
    background-color: #fafafa;
}
#marketList .marketCalculation .calculatorResult{
    margin-top: 59px;
}

/**/
#marketList .marketContent1{
    width: 970px;
    overflow: hidden;
    padding: 15px 15px 0;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom:1px solid #f3f3f3;
}
#marketList .marketContent1 .marketListSummary1{
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #f3f3f3;
}
#marketList .marketContent1 div.marketListContent{
    float: left;
    width:222px;
    margin-right:17px;
    box-sizing: border-box;
    border-right:1px solid #f3f3f3;
}
#marketList .marketContent1 div.marketListContent:nth-child(4){
    margin-right:0;
    border-right:0;
}
#marketList .marketSummaryTitle{
    color: #1891c3;
    font-weight:500;
    margin-bottom: 8px;
}

#marketList .marketContent1 .marketListSummary2{
    overflow: hidden;
    line-height: 30px;
}
#marketList .marketContent1 .marketListSummary2 .rankingUpdate{
    float: right;
}


/* 프리미엄,가격정보 테이블 공통 */
#marketList .tableHeader{
    height:45px;
    line-height:45px;
    overflow: hidden;
    padding: 0 15px;
    box-sizing: border-box;
}
#marketList .tableHeader > div.title{
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #1891c3;
}
#marketList .tableHeader > div.update{
    float: right;
}
#marketList .marketTable .marketTableTitle th{
    height:40px;
    font-size:14px;
    font-weight:500;
    color: #1891c3;
    border-bottom:1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    vertical-align: middle;
}
#marketList .marketTable tr.marketTableLine td{
    height:35px;
    border-bottom:1px solid #f3f3f3;
    box-sizing: border-box;
    text-align: right;
    vertical-align: middle;
}
#marketList .marketContent2 tr.marketTableLine td{
    border-right:1px solid #ebebeb;
    padding:0 12px;
    box-sizing: border-box;
}
#marketList .marketContent2 tr.marketTableLine td img{
    vertical-align: -2px;
}

#marketList .marketTable tr.marketTableLine td:first-of-type{
    text-align: center;
}
#marketList .marketTable tr.marketTableLine td:last-of-type{
    border-right:none;
}

/*#marketList .marketTable tr:nth-child(2n){*/
/*background-color: #f4f7ff;*/
/*}*/
.tableBorder1{
    border-right:1px solid #ebebeb;
}
#marketList .marketTableInfo{
    padding:10px;
    box-sizing: border-box;
    overflow: hidden;
}
#marketList .marketTableInfo li{
    margin-bottom: 10px;
}

/* 프리미엄(첫번째 테이블) */
#marketList .marketContent2 {
    width: 970px;
    box-sizing: border-box;
    background-color: #fff;
}

/* 가격정보(두번째 테이블) */
#marketList .marketContent3{
    width:970px;
}
#marketList .marketContent3{
    background-color: #fff;
    padding-bottom: 10px;
}
#marketList .marketContent3 .marketTable .marketTableTitle th{
    box-sizing: border-box;
}
#marketList .marketContent3 .marketTable .marketTableTitle th:nth-of-type(1){
    width:50px;
}
#marketList .marketContent3 .marketTable .marketTableTitle th:nth-of-type(2){
    width:190px;

}
#marketList .marketContent3 .marketTable .marketTableTitle th:nth-of-type(3){
    width:110px;
}
#marketList .marketContent3 .marketTable .marketTableTitle th:nth-of-type(4){
    width:110px;
}
#marketList .marketContent3 .marketTable .marketTableTitle th:nth-of-type(5){
    width:110px;
}
#marketList .marketContent3 .marketTable .marketTableTitle th:nth-of-type(6){
    width:90px;
}
#marketList .marketContent3 .marketTable .marketTableTitle th:nth-of-type(7){
    width:150px;
}
#marketList .marketContent3 .marketTable .marketTableTitle th:nth-of-type(8){
    width:160px;
}
#marketList .marketContent3 .marketTable > table tr:nth-child(2n-1){

}
#marketList .marketContent3 .marketTable > table tr:nth-child(2n){
    background-color: #eff4ff;
}
#marketList .marketContent3 tr.marketTableLine td{
    border-right:1px solid #ebebeb;
    /*padding:0 10px;*/
    box-sizing: border-box;
    text-align: center;
}
#marketList .marketContent3 tr.marketTableLine td.name{
    position: relative;
}

#marketList .marketContent3 tr.marketTableLine td:nth-of-type(2){
    text-align: left;
}
#marketList .marketContent3 tr.marketTableLine td:nth-of-type(2) img{
    vertical-align: -2px;
    margin-left: 7px;
}
#marketList .marketContent3 tr.marketTableLine .btnCurrencyExchange{
    display: inline-block;
}
#marketList .marketContent3 tr.marketTableLine .btnCurrencyExchange span{
    color: #373737;
    text-decoration: underline;
    font-size: 12px;
}

#marketList .marketContent3 tr.marketTableLine .btnCurrencyExchange button{
    cursor: pointer;
    padding:0;
    background-color:transparent;
    border:0;
    color: #373737;
    text-decoration: underline;
    font-size: 12px;
}

#marketList .marketAll{
    padding: 20px;
}
#marketList .marketAll > div{
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #1891c3;
    font-weight: bold;
    border: 1px solid #1891c3;
    background-color: #fff;
    margin:0 auto;
}
#marketList .priceAll{
    margin:0 auto 20px;
}
#marketList .priceAll a:visited{
    color: #1891c3;
}
#marketList .priceAll a{
    text-decoration: none;
}
/*-------------------market/all-----------------------*/
#marketList #searchResult > tbody{
    box-shadow: 0px 2px 2px 1px #ddd;
}
#marketList .marketListSummary2 .coinRankingSearch{
    float: left;
}
#marketList .marketListSummary2 .searchInput{
    height: 30px;
    width: 620px;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #dadada;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    outline: 0;
}


/*market */
.linkAreaLi{
    display: none;
    z-index: 2;
    box-shadow: 3px 4px 7px #7c7c7c;
    position: absolute;
    top:0px;
    right: -25px;
    border:1px solid #ebebeb;
    background-color: #fff;
    padding:10px;

}

.linkAreaLi>li>a{
    font-weight: 400;
    color: #373737;
    font-size: 12px;
    text-decoration: none;
}

.linkAreaLi>li{
    margin-bottom: 10px;
}
.linkAreaLi>li:last-child{
    margin-bottom: 0;
}

/*market */
.linkAreaLi{
    display: none;
    z-index: 2;
    box-shadow: 3px 4px 7px #7c7c7c;
    position: absolute;
    top:0px;
    right: -25px;
    border:1px solid #ebebeb;
    background-color: #fff;
    padding:10px;

}

.linkAreaLi>li>a{
    font-weight: 400;
    color: #373737;
    font-size: 12px;
    text-decoration: none;
}

.linkAreaLi>li{
    margin-bottom: 10px;
}
.linkAreaLi>li:last-child{
    margin-bottom: 0;
}

/*공통영역 광고 배너*/
.cmsBanner {
    /*margin-top: 30px;*/
}


/*---------------------info/index----------------------*/
/*
scrollList ->지식백과,tpc페이지에 적용된 공통부분
*/
.scrollListWrap{
    width:655px;
    float: left;
    margin-top: 0;
    margin-bottom: 30px;
}
.scrollListWrap > .guideWrap{
    padding: 30px 15px;
    box-sizing: border-box;
    background-color: #fff;
}


.scrollListWrap > .guideWrap .guideTitle{
    width:390px;
    font-size:20px;
    font-weight:bold;
    margin-bottom: 25px;
}
.scrollListWrap > .guideWrap .guideText{
    width:390px;
    line-height: 1.4em;
}
.scrollListWrap > .guideWrap .guideText span{
    font-weight:bold;
}






.scrollListWrap > .scrollMenuWrap{
    padding:15px 0;
}


.scrollListWrap > .scrollMenuWrap li{
    float: left;
    width: 160px;
    height:75px;
    border:1px solid #1891c3;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
    font-size:18px;
    font-weight:bold;
    color: #1891c3;
    cursor: pointer;
    margin-right: 5px;
}
.scrollListWrap > .scrollMenuWrap li:nth-child(3){
    line-height: 76px;
}

.scrollListWrap > .scrollMenuWrap li:nth-child(3) img{
    vertical-align: -12px;
}
.scrollListWrap > .scrollMenuWrap li:last-of-type{
    margin-right: 0;
}

.scrollListWrap > .scrollMenuWrap li a:visited{
    color: #1891c3;
}
.scrollListWrap > .scrollMenuWrap li a{
    display: block;
    text-decoration: none;
    color: #1891c3;
}
.scrollListWrap > .scrollMenuWrap li img{
    vertical-align: -15px;
    margin: 14px 6px 0 0;
}
.scrollListWrap > .scrollListContentWrap{
    background-color: #fff;
    padding:0px 15px;
}
.scrollListWrap > .scrollListContentWrap .content{
    padding-bottom: 15px;
}
.scrollListWrap > .scrollListContentWrap .contentTitle{
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0 8px;
    border-bottom: 2px solid #1891c3;
    margin-bottom: 5px;
}
.scrollListWrap > .scrollListContentWrap .scrollList:last-child{
    border:0px;
}
.scrollListWrap > .scrollListContentWrap .scrollList{
    overflow: hidden;
    padding:12px 0 15px;
    border-bottom:1px solid #ebebeb;
}
.scrollListWrap > .scrollListContentWrap .scrollList .scrollListImg{
    width:150px;
    height:90px;
    float: left;
    margin-right:10px;
}
.scrollListWrap > .scrollListContentWrap .scrollList .scrollListImg > a{
    display: block;
}
.scrollListWrap > .scrollListContentWrap .scrollList .scrollListImg img{
    width:150px;
    height:90px;
}
.scrollListWrap > .scrollListContentWrap .scrollList .scrollListText{
    float: left;
    width:450px;
}
.scrollListWrap > .scrollListContentWrap .scrollList .scrollListText .terms_title{
    font-weight:bold;
    display: block;
    margin-bottom: 5px;
}

.shadow {
    box-shadow: 0px 2px 2px 1px #ddd;
}



/*-------------------recruit/list-----------------------*/
#recruit {
    width: 100%;
    margin: 30px 0px;
}

.recruitList {
    width: 970px;
    margin: 0 auto;
}

.recruit > .recruitList{
    /*overflow: hidden;*/
}
.recruit > .recruitList > .categoryWrap{
    width: 235px;
    background-color: #fff;
    margin-right:15px;
}
.recruit > .recruitList > .listContentWrap{
    width:720px;
    background-color: #fff;

}
.recruit > .recruitList > .categoryWrap .category{
    box-sizing: border-box;
    border-bottom: 1px solid #e1e1e1;
}
.recruit > .recruitList > .categoryWrap .areaBox .content span:nth-child(4n){
    margin-right:0;
}



.recruit > .recruitList > .categoryWrap .category .title{
    height:40px;
    line-height: 40px;
    padding-left:15px;
    font-weight: bold;
}
.recruit > .recruitList > .categoryWrap .category .content{
    padding: 0 0px 10px 15px;
}
.recruit > .recruitList > .categoryWrap .category .content span.multiCategory{
    display: inline-block;
    color: #9e9c9c;
    border: 1px solid #9e9c9c;
    padding: 0 5px;
    border-radius: 10px;
    margin:0 5px 10px 0;
    cursor: pointer;
}
.recruit > .recruitList > .categoryWrap > .areaBox > .content > span{
    margin:0 8px 10px 0;
}
.recruit > .recruitList > .categoryWrap .duty .content{
    padding: 0;
}
.recruit > .recruitList > .categoryWrap .category .dutyType{
    border-top:1px dotted #e6e6e6;
    padding: 15px 15px 5px 15px;
}

.recruit > .recruitList > .categoryWrap .category .dutyType div{
    height:30px;
    color: #666666;
}

.checked{
    background-color: #1891c3;
    border:1px solid #1891c3 !important;
    color: #fff !important;
}

.recruit > .recruitList > .listContentWrap{

}
.recruit > .recruitList > .listContentWrap .searchBox{
    background-color: #fff;
    overflow: hidden;
}
.recruit > .recruitList > .listContentWrap .searchBox .floatLeft{
    width:585px;
    padding:15px;
    box-sizing: border-box;
}
.recruit > .recruitList > .listContentWrap .searchBox .floatLeft input{
    width: 100%;
    height:35px;
    padding-left: 8px;
    border: 1px solid #c7c0c0;
    box-sizing: border-box;
}
.recruit > .recruitList > .listContentWrap .searchBox .floatLeft > div{
    min-height: 108px;
    margin-top: 10px;
    border: 1px solid #c7c0c0;
    padding:10px;
    color: #a7a7a7;
}
.recruit > .recruitList > .listContentWrap .categorySelectedBox{
    margin-top:10px;
}
.recruit > .recruitList > .listContentWrap .categorySelectedBox  .categorySelectedList{
    display: inline-block;
    background-color: #1891c3;
    padding: 3px 7px 4px;
    box-sizing: border-box;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    color: #fff;
    font-size: 14px;
    margin:0 10px 5px 0;
    font-weight: 400;
}
.recruit > .recruitList > .listContentWrap .categorySelectedBox  .categorySelectedList img{
    margin-left: 5px;
    vertical-align: -1px;
    cursor: pointer;
}
.recruit > .recruitList > .listContentWrap .searchBox .floatRight{
    width:135px;
    margin-top: 33px;
}

.recruit > .recruitList > .listContentWrap .searchBox .searchRefreshBox{
    display: inline-block;
    border-bottom: 1px solid #6f6f6f;
    padding-bottom: 2px;
    margin-left: 23px;
    cursor: pointer;
    font-size: 13px;
}
.recruit > .recruitList > .listContentWrap .searchBox .floatRight .btn21{
    margin: 11px 0 0 15px;
    padding: 37px 0;
    font-size: 19px;
}
.recruit > .recruitList > .registerBox{
    margin: 15px 0;
    width: 720px;
    float: right;
    overflow: hidden;
}
.recruit > .recruitList .registerBox span{
    float: right;
    padding: 15px 0;
    font-size: 18px;
}
.recruit > .recruitList .registerBox a:visited{
    color: #fff;
}
.recruit > .recruitList .registerBox a{
    text-decoration: none;
    color: #fff;
}
/*mypage 스크랩리스트에도 적용됨*/
.recruitListSection{
    float: right;
    background-color: #fff;
    width: 720px;
    padding: 15px;
    box-sizing: border-box;
}
.recruitListSection > .listHeader{
    height:30px;
    border-bottom:1px solid #e0e0e0;
    overflow: hidden;
}
.recruitListSection > .listHeader > span{
    color: #666666;
    font-size: 15px;
    font-weight: 500;
}
.recruitListSection > .listHeader > ul{
    float: right;
    overflow: hidden;
    color: #666666;
    font-size: 12px;
}
.recruitListSection > .listHeader > ul > li{
    float: left;
    cursor: pointer;
}

.recruitListSection > .listHeader > ul > li img{
    vertical-align: 3px;
    margin-right: 3px;
}
.recruitListSection .listBox{
    overflow: hidden;
}
.recruitListSection .list{
    width:690px;
    height: 130px;
    padding: 10px 0px;
    margin:0;
    border-bottom: 1px solid #e0e0e0;
}
.recruitListSection .list > div{
    float: left;
    height: 100px;
}
.recruitListSection .list > .logo{
    width:140px;
    line-height:100px;
    text-align: center;
}
.recruitListSection .list > .logo img{
    max-width:100px;
    max-height:100px;
    vertical-align: middle;
}
.recruitListSection .list > .content .info{
    width:430px;
    box-sizing: border-box;
}
.recruitListSection .list .title{
    width:445px;
    margin-bottom: 12px;
}
.recruitListSection .list .title a{
    text-decoration: none;
}
.recruitListSection .list .title a{
    text-decoration: none;
}
.recruitListSection .list .title a span{
    height: 20px;
    height: 23px;
    display: inline-block;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-wrap:normal;
    max-width:415px;
    overflow:hidden;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.recruitListSection .list .title img{
    width:18px;
    height:18px;
    cursor: pointer;
}

.recruitListSection .list .company{
    margin-bottom: 8px;
    color: #1891c3;
    font-size: 15px;
}
.recruitListSection .list .position{
    font-size: 13px;
    color: #666666;
    margin-bottom: 3px;
}
.recruitListSection .list .etc{
    font-size: 12px;
    color: #858585;
}

.recruitListSection .list > .content .register{
    position: relative;
    width:85px;
    height: 100px;
}
.recruitListSection .list > .content .register > div{
    width:85px;
    position: absolute;
    bottom:0;
    text-align: center;
}
.recruitListSection .list > .content .register > div .deadline{
    color: #777777;
    font-size: 12px;
    margin: 0;
    line-height: 1.2em;
}
.recruitListSection .list > .content .register > div .btn28{
    background-color: #f97141;
    margin-top: 5px;
}
.recruitListSection .list > .content .register > div .btn31{
    width: 85px;
    border-radius: 0;
    font-size: 16px;
    padding: 11px 0;
    font-weight: 400;
    margin: 8px 0 0 0;
}
.recruitListSection .list > .content .register .btn30{
    font-size: 17px;
    padding: 12px 0;
    box-sizing: border-box;
    color: #fff;
    margin: 8px auto 0;
    cursor: pointer;
    font-weight: 400;
}
.recruitListSection .list > .content .register .btn30 a{
    color: #fff;
}
.recruitListSection .list > .content .register .btn30 a{
    text-decoration: none;
    color: #fff;
}

/*mypage 스크랩리스트에도 적용됨 끝*/
.recruit > .recruitList .registerBottomBox{
    margin: 30px auto 40px;
    overflow: hidden;
}

.recruit > .recruitList > .processPopupWrap{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 99999;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.recruit > .recruitList > .processPopupWrap > .processPopup{
    position: relative;
    width: 550px;
    margin: 0 auto;
    top: 15%;
}
.recruit > .recruitList .processPopup .header{
    padding: 15px 0px;
    color: #717171;
    font-weight: 500;
    text-align: center;
    background-color: #e7e7e7;
    font-size: 23px;
}
.recruit > .recruitList .processPopup .header img{
    float: right;
    margin-right:15px;
    cursor: pointer;
}
.recruit > .recruitList .processPopup .content{
    padding: 20px 25px;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
}
.recruit > .recruitList .processPopup .content > span{
    color: #010101;
    font-size: 18px;
}

.recruit > .recruitList .processPopup .content > ul{
    width: 100%;
}
.recruit > .recruitList .processPopup .content > ul.processImg{
    width: 380px;
    margin:20px auto 30px;
    overflow: hidden;
}
.recruit > .recruitList .processPopup .content > ul.processImg li{
    float: left;
    height:140px;
    line-height:140px;
    padding:0 10px;
}
.recruit > .recruitList .processPopup .content > ul.processImg img{
    vertical-align: middle;
}

.recruit > .recruitList .processPopup .content > ul.processText{
    color: #404040;
    text-align: left;
    margin-bottom: 30px
}
.recruit > .recruitList .processPopup .content > ul.processText li{
    margin-bottom: 13px;
    font-weight: 500;
}
.recruit > .recruitList .processPopup .content > .processText span.location a:visited{
    color: #1891c3;
}
.recruit > .recruitList .processPopup .content > .processText span.location a {
    color: #1891c3;
}
.recruit > .recruitList .processPopup .content .guide{
    color: #a7a7a7;
    font-weight:400;
    font-size: 14px;
}

/*-------------------recruit/add-----------------------*/

.recruit > .formWriteRecruit > .recruitAdd{
    padding:20px 40px 70px;
}

.recruit > .formWriteRecruit > .recruitAdd > .title{
    margin-bottom: 50px;
    font-size: 28px;
    text-align: center;
    font-weight: 500;
}
.recruit > .formWriteRecruit > .recruitAdd > .title div{
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 12px;
}
.recruit > .formWriteRecruit > .recruitAdd > .title span{
    color: #a7a7a7;
    font-size: 14px;
    font-weight: 300;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection > .subTitle{
    font-size: 20px;
    color: #1891c3;
    font-weight: 500;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 50px;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection > .subTitle .star{
    font-size: 12px;
    color: #c42121;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection > .subTitle > span.text{
    font-size: 12px;
    color: #a7a7a7;
}

.recruit > .formWriteRecruit > .recruitAdd > .contentSection .itemTitle{
    height:30px;
    color: #363636 !important;
    font-size: 16px;
    font-weight: 500;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection .itemTitle span.star{
    color: #c42121;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection1{
    width:790px;
    margin:0 auto;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection1 .content{
    overflow: hidden;
    margin-bottom: 25px;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection1 .content > div{
    float: left;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection1 .logoRegister{
    width: 218px;
    overflow: hidden;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection1 .logoBox{
    width: 152px;
    height: 186px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection1 .logoBox .logoImg{
    width: 152px;
    height:150px;
    line-height:150px;
    text-align: center;
    font-size: 0;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection1 .logoBox img{
    max-width: 150px;
    max-height:150px;
    vertical-align: middle;
    margin-left: -2px;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection1 .logoRegister .bottom{
    overflow: hidden;
    cursor: pointer;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection1 .logoRegister .bottom span{
    float: left;
    width:50%;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection1 .logoRegister .bottom span.delete{
    padding: 11px 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0;
    background-color: #dadada;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection1 .logoRegister .guide{
    width: 152px;
    color: #a7a7a7;
    font-size: 10px;
    font-weight:300;
    text-align: center;
    margin-top:3px;
    line-height: 1.2em;
}

.recruit > .formWriteRecruit > .recruitAdd > .contentSection1 .infoRegister {
    width:572px;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection1 .infoRegister .inputBox{
    height:60px;
    overflow: hidden;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection1 .infoRegister .inputBox input{
    height:35px;
    border:1px solid #d6d6d6;
    box-sizing: border-box;
    padding-left:8px;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection1 .infoRegister span.guide{
    color: #626161;
    font-size: 10px;
    font-weight: 400;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection1 .infoRegister .dateContainer{
    float: left;
    font-size: 15px;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection1 .infoRegister .dateContainer input{
    width:130px;
    font-size: 15px;
    box-sizing: border-box;
}
.recruit > .recruitAdd > .contentSection1 .infoRegister .dateContainer .startTimestamp{
    color: #a7a7a7;

}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection1 .infoRegister .dateContainer .endTimestamp{
    color: #1891c3;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection1 .infoRegister .dateContainer span{
    display: inline-block;
    margin:0 10px;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection1 .infoRegister .dateContainer img{
    vertical-align: middle;
    cursor: pointer;
}

.recruit > .formWriteRecruit > .recruitAdd > .contentSection1 .infoRegister .endAnnounceContainer{
    display: inline-block;
    padding-top: 8px;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection1 .infoRegister .inputBox select{
    /*float: right;*/
    width: 160px;
    height:35px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection1 .infoRegister .number ul{
    overflow: hidden;
    height: 35px;
    line-height: 18px;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection1 .infoRegister .number ul li{
    float: left;
    width:90px;
    margin:1px 0 0 1px;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection1 .infoRegister .number ul li.text{
    width:112px;
    overflow: hidden;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection1 .infoRegister .number ul li.text input[type="text"]{
    /*float: left;*/
    width: 63px;
    height:25px;
    border: 1px solid #dadada;
    box-sizing: border-box;
    padding-left:8px;
}



/*채용분야*/
.recruit > .formWriteRecruit > .recruitAdd > .contentSection2{
    width:790px;
    margin:0 auto;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection2 > .content{
    overflow: hidden;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection2 > .content > div{
    float: left;
    width: 364px;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection2 > .content select{
    display: block;
    width:364px;
    height:35px;
    border: 1px solid #dadada;
    box-sizing: border-box;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection2 > .content .careerYear{
    width:104px;
    height: 35px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
}

/* 산업별, 직종별*/
.recruit > .formWriteRecruit > .recruitAdd > .contentSection2 > .content1{
    margin-bottom: 50px;
}

/*지역,채용형태*/
.recruit > .formWriteRecruit > .recruitAdd > .contentSection2 > .content2{
    margin-bottom: 30px;
}
/*경력,학력*/
.recruit > .formWriteRecruit > .recruitAdd > .contentSection2 > .content3{
    margin-bottom: 30px;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection2 > .content3 .contentBox{

}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection2 > .content3 .contentBox ul{
    min-height: 21px;
    overflow: hidden;
    padding: 0 2px;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection2 > .content3 .contentBox ul li{
    float: left;
    margin:1px 25px 0 0 ;
}

.recruit > .formWriteRecruit > .recruitAdd > .contentSection2 > .content3 .careerDetail{
    overflow: hidden;
    line-height: 35px;
    margin-top:10px;
}

.recruit > .formWriteRecruit > .recruitAdd > .contentSection2 > .content3 .careerDetail > li > span {
    float: left;
    display: inline-block;
    width:23px;
    text-align: center;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection2 > .content3 .careerDetail li {
    margin: 0 !important;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection2 > .content3 .careerDetail div.title{
    float: left;
    width: 34px;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection2 > .content3 .careerDetail #careerFrom{
    float: left;
    width:102px;
    height: 35px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
}

.recruit > .formWriteRecruit > .recruitAdd > .contentSection2 > .content3 .careerDetail > span{
    float: left;
    display: inline-block;
    width:23px;
    text-align: center;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection2 > .content3 .careerDetail #careerTo{
    float: left;
    width:102px;
    height: 35px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
}


/*근무지,급여(연봉)*/
.recruit > .formWriteRecruit > .recruitAdd > .contentSection2 > .content4{
    margin-bottom: 30px;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection2 > .content4 input{
    height:35px;
    width: 100%;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection3{
    width:790px;
    margin:0 auto;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection3 textarea{
    width: 790px;
    height:188px;
    border: 1px solid #d6d6d6;
    padding:15px;
    box-sizing: border-box;
    margin-bottom: 25px;
}


/*.recruit > .recruitAdd > .contentSection4{*/
/*border-top:1px solid #c7c7c7;*/
/*border-bottom:1px solid #c7c7c7;*/
/*padding:30px 50px 50px 50px;*/
/*box-sizing: border-box;*/
/*}*/
/*.recruit > .recruitAdd > .contentSection4 .content{*/
/*overflow: hidden;*/
/*}*/
/*.recruit > .recruitAdd > .contentSection4 .content > div{*/
/*width:363px;*/
/*}*/
/*.recruit > .recruitAdd > .contentSection4 .content > div ul{*/
/*width:364px;*/
/*overflow: hidden;*/
/*}*/

/*.recruit > .recruitAdd > .contentSection4 .floatLeft ul input{*/
/*width:242px;*/
/*height:35px;*/
/*border: 1px solid #d6d6d6;*/
/*box-sizing: border-box;*/
/*}*/
/*.recruit > .recruitAdd > .contentSection4 .floatLeft ul li span.btn31{*/
/*float: right;*/
/*padding: 9px 0;*/
/*border-radius: 0;*/
/*}*/
/*.recruit > .recruitAdd > .contentSection4 .floatRight select{*/
/*width: 100%;*/
/*height: 35px;*/
/*border: 1px solid #d6d6d6;*/
/*box-sizing: border-box;*/
/*}*/





.recruit > .formWriteRecruit > .recruitAdd > .contentSection4{
    width: 890px;
    margin: 0 auto;
    padding:50px 50px 10px 50px;
    border-top:1px solid #c7c7c7;
    margin-top:50px;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection4 > .content1{
    overflow: hidden;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection4 > .content1 > div{
    width: 362px;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection4 > .content1 > div .title{
    color: #6d6d6d;
    height:27px;
    overflow: hidden;
    padding: 2px 2px 0 0;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection4 > .content1 > div .title span{
    color: #c42121;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection4 > .content1 > div .content{
    margin-bottom: 18px;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection4 > .content1 > div input{
    width: 362px;
    height:35px;
    border:1px solid #d6d6d6;
    box-sizing: border-box;
    padding-left: 8px;

}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection4 > .content1 .address input{
    width: 242px;
    height: 36px;
    /*margin-top:0;*/
    margin-bottom:12px;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection4 > .content1 > .floatLeft .btn31{
    padding: 10px 0px;
    border-radius: 0;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection4 > .content1 .emailCheck{
    color: #5f5f5f;
    font-size: 12px;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection4 > .content1 .emailCheck input{
    width:18px;
    height:18px;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection4 > .content2 .inputBox{
    margin-bottom: 30px;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection4 > .content2 input{
    width:100%;
    height:35px;
    border:1px solid #d6d6d6;
    box-sizing: border-box;
    padding-left: 8px;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection4 > .content2 .sns {
    overflow: hidden;
    margin-bottom: 8px;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection4 > .content2 .sns li{
    float: left;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection4 > .content2 .sns li:nth-child(1){
    width: 147px;
}

.recruit > .formWriteRecruit > .recruitAdd > .contentSection4 > .content2 .sns select{
    width: 132px;
    height:35px;
    border:1px solid #d6d6d6;
    box-sizing: border-box;

}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection4 > .content2 .sns li:nth-child(2){
    width:603px;
}

.recruit > .formWriteRecruit > .recruitAdd > .contentSection4 > .content2 .sns li:nth-child(2) input{
    width:588px;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection4 > .content2 .sns li:nth-child(3){
    width:40px;
    overflow: hidden;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection4 > .content2 .fileUploadBox{
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection4 .fileUploadBox label {
    float: right;
    width:85px;
    height:35px;
    line-height: 35px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    background-color: #aaaaaa;
    cursor: pointer;
    text-align: center;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection4 .fileUploadBox input[type="file"] {
    /* 파일 필드 숨기기 */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip:rect(0,0,0,0);
    border: 0;
}


.recruit > .formWriteRecruit > .recruitAdd > .contentSection4 > .content2 .fileUploadBox li{
    float: left;
    box-sizing: border-box;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection4 > .content2 .fileUploadBox li:nth-child(1){
    width: 703px;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection4 > .content2 .fileUploadBox #fileCancel img{
    width: 15px;
    vertical-align: -2px;
    cursor: pointer;
}
.recruit > .formWriteRecruit > .recruitAdd > .contentSection4 > .content2 .fileUploadBox li:nth-child(2){
    width:85px;
    height: 35px;
}

.recruit > .formWriteRecruit > .recruitAdd > .bottomArea{
    text-align: center;

}
.recruit > .formWriteRecruit > .recruitAdd > .bottomArea p{
    color: #666666;
    line-height: 1.8em;
    font-size: 16px;
}
.recruit > .formWriteRecruit > .recruitAdd > .bottomArea .register{
    margin: 40px auto 0;
    width: 160px;
}
.recruit > .formWriteRecruit > .recruitAdd > .bottomArea .register span{
    padding: 18px 0;
    font-size: 16px;
}

/*------------------------------------------*/
.formWriteRecruit > .recruitAdd input[type='radio'] {
    opacity:0;
    position: absolute;
}

.formWriteRecruit > .recruitAdd input[type='radio'] + label::before {    /* 가짜 체크박스 만들기 */
    content: ' ';
    display: inline-block;
    width: 21px;
    height: 18px;
    vertical-align: middle;
    margin: -1px 5px 0 0;
    background: url("/assets/images/tokenpost/common/img/check.png") no-repeat;
}
.formWriteRecruit > .recruitAdd input[type='radio']:checked + label::before {    /* 가짜 체크박스 체크했을 때 */
    background: url("/assets/images/tokenpost/common/img/checkColor.png") no-repeat;
}
.recruit > .formWriteRecruit > .recruitAdd .radioEffect input:focus + label {
    display: inline-block;
    height:19px;
    outline:1px solid #a6c8ff;
}


/*체크박스 스타일(큰 체크박스)*/
.formWriteRecruit .addCheckStyle input[type='checkbox'] {
    opacity:0;
    position: absolute;
}
.formWriteRecruit .addCheckStyle input[type='checkbox'] + label::before {    /* 가짜 체크박스 만들기 */
    content: ' ';
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: -1px 5px 0 0;
    background: url("/assets/images/tokenpost/common/img/checkBox.png") no-repeat;
}
.formWriteRecruit .addCheckStyle input[type='checkbox']:checked + label::before {    /* 가짜 체크박스 체크했을 때 */
    background: url("/assets/images/tokenpost/common/img/checkBoxColor.png") no-repeat;
}

.formWriteRecruit .addCheckStyle input:focus + label {
    display: inline-block;
    height:23px;
    outline:1px solid #a6c8ff;
}




/*체크박스 스타일(작은 체크박스)*/
.addCheckStyle2 input[type='checkbox'] {
    opacity:0;
    position: absolute;
}
.addCheckStyle2 input[type='checkbox'] + label::before {    /* 가짜 체크박스 만들기 */
    content: ' ';
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: -1px 5px 0 0;
    background: url("/assets/images/tokenpost/common/img/checkBox2.png") no-repeat;    /* 하위 브라우저용 img */
}
.addCheckStyle2 input[type='checkbox']:checked + label::before {    /* 가짜 체크박스 체크했을 때 */
    background: url("/assets/images/tokenpost/common/img/checkBoxColor2.png") no-repeat;    /* 하위 브라우저용 img */
}
.addCheckStyle2 input:focus + label {
    display: inline-block;
    height:17px;
    outline:1px solid #a6c8ff;
}
.addCheckStyle2 input#careerMutuality:focus + label {
    display: inline-block;
    height: 18px;
    line-height: 15px;
    outline: 1px solid #a6c8ff;
    position: absolute;
    margin-top: 9px;
}












/*-------------------recruit/view-----------------------*/

.recruit{
}
.recruit select{
    background-color: #fff;
}
.recruitView {
    margin-top:15px;
    display: inline-block;
    word-break: break-all;
}
.recruitView img{
    margin-top: -4px;
}
.recruitView > .leftSide{
    float: left;
    width:225px;
}
.recruitView > .leftSide .recruitApply{
    margin-top:35px;
    text-align: center;
}
.recruitView > .leftSide .recruitApply .btn30 a:visited{
    color: #fff;
}
.recruitView > .leftSide .recruitApply .btn30 a{
    text-decoration: none;
    font-weight:400;
}
.recruitView > .leftSide .recruitApply span{
    border-radius: 0;
    display: inline-block;
    padding:12px 0;
    font-size: 17px;
}
.recruitView > .leftSide > .summarySection{
    width:225px;
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;
}

.recruitView > .leftSide > .summarySection > .logo{
    width: 120px;
    height: 120px;
    line-height: 120px;
    margin: 0 auto;
    text-align: center;
}
.recruitView > .leftSide > .summarySection > .logo img{
    max-width: 120px;
    max-height: 120px;
    vertical-align: middle;
}
.recruitView > .leftSide > .summarySection dl{
    margin:0 0 0 10px;
    overflow: hidden;
    line-height: 1.2em;
}
.recruitView > .leftSide > .summarySection dl dt{
    float: left;
    width:60px;
    color: #666666;
    font-size: 13px;
    height:18px;
    margin-top:20px;
    font-weight: 500;
}
.recruitView > .leftSide > .summarySection dl dd{
    width: 120px;
    min-height: 18px;
    font-weight: 400;
    margin:20px 0 0 65px;
    font-size: 13px;
    color: #666666;
    word-wrap: break-word;
}
.recruitView > .leftSide > .ad{
    width:225px;
}

.recruitView > .container{
    float: left;
    width:715px;

}

.recruitView > .container .topContent{
    /*padding:15px;*/
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
    border-bottom: 2px solid #eeeeee;
}
.recruitView .endGuideBox{
    background-color: #eeeeee;
    height: 140px;
    line-height: 140px;
    text-align: center;
}
.recruitView .endGuideBox span{
    font-size: 36px;
    color: #444444;
}
.recruitView .endGuideBox span span{
    color: #1891c3;
}
.recruitView > .container .topContent > div{
    float: left;
}

.recruitView > .container .topContent > div.logo{
    width:170px;
    height: 140px;
    line-height: 140px;
    box-sizing: border-box;
    margin:0 15px 15px 0;
    text-align: center;
}
.recruitView > .container .topContent > div.logo img{
    max-width: 140px;
    max-height: 140px;
    box-sizing: border-box;
    vertical-align: middle;
}
.recruitView > .container .topContent > div.info{
    position: relative;
    width: 500px;
    padding: 18px 0 15px;
    overflow: hidden;
    box-sizing: border-box;
}
.recruitView > .container .topContent .company{
    width: 365px;
    height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #1891c3;
    margin-bottom: 15px;


}
.recruitView > .container .topContent .recruitTitle{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.2em;
}
.recruitView > .container .topContent .infoScrap{
    position: absolute;
    height:18px;
    line-height: 16px;
    top:0;
    right:0;
    overflow: hidden;
    color: #bcbcbc;
    font-size:14px;
}

.recruitView > .container .topContent .infoScrap li{
    float: left;
    /*height:18px;*/
}
.recruitView > .container .topContent .infoScrap li:nth-child(2){
    margin:0 7px;
    font-size: 16px;
}
.recruitView > .container .topContent .infoScrap li img{
    vertical-align: -2px;
}
.recruitView > .container .topContent .infoDate{
    font-size:15px;
}
.recruitView > .container .topContent .infoDate .date{
    color: #777;
    margin-bottom: 7px;
}

.recruitView > .container .topContent .infoDate .count{
    color: #ff0000;
    margin-right: 10px;
}








.recruitView > .container > .mainSection{
    position: relative;
    width: 715px;
    background-color: #fff;
    min-height:500px;
    padding: 15px 15px 50px;
    box-sizing: border-box;
}
.recruitView > .container > .mainSection > img{
    position: absolute;
    top:0;
    width:715px;
}
.recruitView .mainSection .recruitContent{
    padding:0px 20px;
    box-sizing: border-box;
}
.recruitView .mainSection .recruitContent > .title{
    height:45px;
    font-size: 20px;
    color: #1891c3;
    margin-top: 45px;
}
.recruitView .mainSection .recruitContent > .content{
    padding-left:80px;

}
.recruitView .mainSection .recruitContent > .content .detailList{
    word-break: break-all;
    margin-left: 40px;
    width: 490px;
}
.recruitView .mainSection .recruitContent > .content .detailTable {
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    margin-bottom: 30px;
}
.recruitView .mainSection .recruitContent > .content .detailTable th{
    height:38px;
    background-color: #eeeeee;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;

}
.recruitView .mainSection .recruitContent > .content .detailTable td{
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding:12px 10px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    line-height: 1.3em;
}
.recruitView .mainSection .recruitContent > .content .detailTable td ul{
    overflow: hidden;
}
.recruitView .mainSection .recruitContent > .content .detailTable td ul li{
    float: left;
    box-sizing: border-box;
    line-height: 1.4em;
}
.recruitView .mainSection .recruitContent > .content .detailTable td ul li:first-child{
    width: 40px;
    color: #1891c3;
    height: 16px;
    line-height: 15px;
}


.recruitView .mainSection .recruitContent .detailTable li.borderBar::after{
    display: inline-block;
    content: '';
    width: 2px;
    height: 12px;
    background-color: #b3b3b3;
    margin-left: 10px;
    vertical-align: -1px;
}

.recruitView .mainSection .recruitContent > .content .detailTable td ul li:last-child{
    width:150px;
    text-align: left;
    padding-left:12px;
    box-sizing: border-box;
    line-height: 17px;
}
.recruitView .mainSection .recruitContent > .content .detailTable td ul li:last-child span{
    font-size: 12px;
}
.recruitView .mainSection .recruitContent > .content .detailList li{
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.5em;
}
.recruitView .mainSection .recruitContent > .content .detailList li span{
    font-weight: 300;
}

.recruitView .mainSection .recruitContent > .content .detailList li .subDetail{
    padding-left:20px;
    margin-top: 15px;
}
.recruitView .mainSection .recruitContent > .content .detailList li .subDetail li{
    margin-bottom: 5px;
    font-size: 14px;
    color: #444444;
    font-weight: 300;
}

.recruitView .mainSection .recruitContent .companyInfoSection{
    overflow: hidden;
}
.recruitView .mainSection .recruitContent .companyInfoBox{
    float: left;
}
.recruitView .mainSection .recruitContent .companyDirector{
    width:290px;
    height:160px;
}
.recruitView .mainSection .recruitContent .companyAddress{
    width:240px;
    height:160px;
}
.recruitView .mainSection .recruitContent .companyPhone{
    width:290px;
    height:106px;
}
.recruitView .mainSection .recruitContent .companySite{
    width:270px;
    height:106px;
}
.recruitView .mainSection .recruitContent .companySite a:visited{
    color: #444444;
}
.recruitView .mainSection .recruitContent .companySite a{
    text-decoration: none;
    color: #444444;
}
.recruitView .mainSection .recruitContent .companySns{
    width:100%;
}
.recruitView .mainSection .recruitContent .companySns a:visited{
    color: #444444;
}
.recruitView .mainSection .recruitContent .companySns a{
    color: #444444;
    text-decoration: none;
}
.recruitView .mainSection .recruitContent .companyInfoBox .title:before{
    display: inline-block;
    content: '';
    width: 3px;
    height:14px;
    background-color: #1891c3;
    font-weight: 500;
    margin-right: 10px;
    vertical-align: -2px;
}
.recruitView .mainSection .recruitContent .companyInfoBox .title{
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
.recruitView .mainSection .recruitContent .companyInfoBox li{
    padding-left:15px;
    margin-bottom: 6px;
    font-weight: 300;
    line-height: 1.3em;
}
.recruitView .mainSection .recruitContent dl{
    overflow: hidden;
}
.recruitView .mainSection .recruitContent dl dt{
    width: 35px;
    height:25px;
    float: left;
    box-sizing: border-box;
    color: #444444;
    margin:0 0 10px 10px;
}
.recruitView .mainSection .recruitContent dl dt img{
    width:23px;
    height:23px;
    margin-top: 0;
}
.recruitView .mainSection .recruitContent dl dd{
    height:25px;
    margin-left:35px;
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 1.6em;
}
.recruitView .mainSection .recruitContent .bottomArea{
    margin: 70px auto 0;
    width: 207px;
}

.recruitView .mainSection .recruitContent .bottomArea a:visited{
    /*color: #fff;*/
}
.recruitView .mainSection .recruitContent .bottomArea a{
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;

}
.recruitView .mainSection .recruitContent .bottomArea span{
    font-weight: 400;
    padding: 18px 0;
    font-size: 16px;
    margin:0 auto;
}
.modalRecruitShare{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.45);
    z-index: 99999;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

.modalRecruitShare .recruitShare{
    width: 475px;
    margin:13% auto 0;
}

.modalRecruitShare .recruitShare .shareTitle{
    position: relative;
    height: 55px;
    line-height: 55px;
    color: #fff;
    text-align: center;
    background-color: #1891c3;
    font-size: 23px;
    font-weight:500;
}
.modalRecruitShare .recruitShare .shareTitle img{
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.modalRecruitShare .recruitShare .shareContent{
    background-color: #fff;
    padding:40px;
    box-sizing: border-box;
    color: #333;
    font-size: 18px;
}
.modalRecruitShare .recruitShare .shareContent > .copyResult{
    text-align: center;
    height:50px;
}
.modalRecruitShare .recruitShare .shareContent .copyResultText{
    display: none;
    color: #1891c3;;
}
.modalRecruitShare .recruitShare .shareContent .title{
    border-bottom: 1px solid #333333;
    margin-bottom: 8px;
    padding-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.modalRecruitShare .recruitShare .shareContent .snsList {
    height:50px;
    line-height:50px;
    overflow: hidden;
    margin-bottom: 40px;
}
.modalRecruitShare .recruitShare .shareContent .snsList ul{
    float: right;
    overflow: hidden;
}
.modalRecruitShare .recruitShare .shareContent .snsList ul li{
    float: left;
    margin-right:30px;
}
.modalRecruitShare .recruitShare .linkTitle{
    overflow: hidden;
    margin-bottom: 5px;
}
.modalRecruitShare .recruitShare .linkTitle > div{
    float: left;
}
.modalRecruitShare .recruitShare .linkTitle > div:first-child{
    line-height: 22px;
}
.modalRecruitShare .recruitShare .linkSection .recruitUrl{
    height:48px;
    line-height:48px;
    border:2px solid #a0a0a0;
    color: #727272;
    padding:0 12px;
    overflow: hidden;
}
.modalRecruitShare .recruitShare .linkSection #recruitLinkCopyHidden{
    position: absolute;
    top: -9999em;
}

/*-------------------recruit/payment-----------------------*/
.recruit > .recruitPayment{
    width:970px;
    padding:34px 90px;
    box-sizing: border-box;
}
.recruit > .recruitPayment > .content{

}
.recruit > .recruitPayment > .content > .status{
    background-color: #eff7fb;
    padding: 30px 70px;
    text-align: center;
    font-size: 24px;
    line-height: 1.5em;
}

.recruit > .recruitPayment > .content p{
    font-weight: 500;
    font-size: 24px;
    margin-bottom:20px;
}
.recruit > .recruitPayment > .content p span.status{
    color: #fc9e60;
}
.recruit > .recruitPayment > .content .status .guide{
    color: #929292;
    font-size: 14px;
}
.recruit > .recruitPayment > .content > .payment{
    margin-top:90px;
    padding-bottom:30px;
    border-bottom:2px solid #e5e5e5;
    text-align: center;

}
.recruit > .recruitPayment > .content > .payment span{
    display: inline-block;
    margin-bottom: 20px;

}
.recruit > .recruitPayment > .content > .payment span:first-child{
    font-size: 24px;
    font-weight: 500;
}


.recruit > .recruitPayment > .content > .coinIntro{
    padding:50px 10px;
    line-height: 1.4em;
    font-size: 14px;
}
.recruit > .recruitPayment > .content > .coinIntro .title{
    color: #1891c3;
    font-weight: 500;
    font-size: 16px;
}
.recruit > .recruitPayment > .content > .coinIntro .text a:visited{
    color: #939292;
}
.recruit > .recruitPayment > .content > .coinIntro .text a{
    color: #939292;
}
.recruit > .recruitPayment > .content > .coinIntro img{
    vertical-align: top;
}





.recruit > .recruitPayment > .content .date{
    overflow: hidden;
}
.recruit > .recruitPayment > .content .date > div{
    float: left;
    background-color: #f2f2f2;
    height:62px;
    line-height:62px;
    text-align: center;
    font-size:16px;
}
.recruit > .recruitPayment > .content .date > .title{
    width:187px;
    margin-right:3px;
    color: #777777;
    font-weight: 500;
}
.recruit > .recruitPayment > .content .date > .calendar{
    width:600px;
    overflow: hidden;
}
.recruit > .recruitPayment > .content .date > .calendar .modify{
    float: right;
    width:145px;
}
.recruit > .recruitPayment > .content .date > .calendar > span{
    font-weight: 500;
}
.recruit > .recruitPayment > .content .date > .calendar > input{
    width:130px;
    height:35px;
    line-height:35px;
    font-size: 16px;
    color: #1891c3;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    padding-left:8px;
    margin:0 6px;
}
.recruit > .recruitPayment > .content .date > .calendar > img{
    vertical-align: middle;
    cursor: pointer;
}
.recruit > .recruitPayment > .content .date > .calendar .modify span{
    display: inline;
    padding: 6px 23px;
    font-size: 13px;
}
.recruit > .recruitPayment > .content .paymentBox{
    border:1px solid #e5e5e5;
    padding:20px 0;
    width: 790px;
}
.recruit > .recruitPayment > .content .paymentBox ul{
    width: 500px;
    margin:0 auto;
    overflow: hidden;
}
.recruit > .recruitPayment > .content .paymentBox li{
    width: 100px;
    float: left;
    text-align: center;
    color: #363636;
    line-height: 1.4em;
}
.recruit > .recruitPayment > .content .paymentBox li input{
    margin-bottom: 18px;
}


.paymentBox .radioStyle input[type='radio'] + label::before {
    content: ' ';
    display: block;
    width: 21px;
    height: 18px;
    vertical-align: middle;
    margin:6px 0 13px 45px;
    background: url("/assets/images/tokenpost/common/img/check.png") no-repeat;
}
.paymentBox .radioStyle label{
    display: block;
    text-align: center;
}

.recruit > .recruitPayment > .content .paymentBox span{
    font-weight: 500;
}
.recruit > .recruitPayment > .content .amountBox{
    overflow: hidden;
    padding:30px 0;
}
.recruit > .recruitPayment > .content .amountBox ul{
    float: right;
    overflow: hidden;
}
.recruit > .recruitPayment > .content .amountBox ul li{
    float: left;
    height:32px;
}
.recruit > .recruitPayment > .content .amountBox ul li:nth-child(1){
    font-size: 16px;
    line-height: 36px;
    margin-right: 12px;
}
.recruit > .recruitPayment > .content .amountBox ul li:nth-child(2){
    font-size: 28px;
    color: #1891c3;
    font-weight: bold;
    margin-right: 15px;
}
.recruit > .recruitPayment > .content .amountBox ul li:nth-child(3){
    font-size: 13px;
}
.recruit > .recruitPayment > .content .amountBox ul li:nth-child(3) a:visited{
    color: #fff;
}
.recruit > .recruitPayment > .content .amountBox ul li:nth-child(3) a{
    text-decoration: none;
    color: #fff;
}

.recruit > .recruitPayment > .content .bottomBox{
    font-size: 20px;
    width:476px;
    margin:0 auto;
    overflow: hidden;
}
.recruit > .recruitPayment > .content .bottomBox span{
    float: left;
    width: 218px;
    margin-right: 40px;
    padding: 22px 0px;
    font-size: 19px;
}
.recruit > .recruitPayment > .content .bottomBox button{
    float: left;
    width: 218px;
    font-size: 20px;
    padding: 18px 0;
}

/*-------------------recruit/resumeAdd-----------------------*/

.resumeAdd{

}
.resumeAdd span.star{
    color: #c42121;
}

.resumeAdd .width85{
    width: 85% !important;
}
.resumeAdd .period{
    text-align: right;
    display: inline-block;
    width: 22px;
}

.resumeAdd > .guide1{
    text-align: right;

    height: 25px;
}
.resumeAdd > .guide1 span{
    color: #1891c3;
    font-size: 14px;
    vertical-align: 3px;
}
.resumeAdd > div:not(.guide){
    box-sizing: border-box;
    margin-bottom: 25px;
}
.resumeAdd > div.portfolio{
    padding-bottom:25px;
}
.resumeAdd > .resumeTitle{
    background-color: #fff;
    height:72px;
    padding:15px;
    box-sizing: border-box;
}
.resumeAdd > .resumeTitle input{
    border: none;
    font-size: 30px;
    width: 100%;
    height:40px;
    outline: none;
    text-align: center;
}
.resumeAdd > .contentSection{
    /*padding:25px;*/
    background-color: #fff;
}

.resumeAdd > .contentSection .sectionTitle{
    height:25px;
    overflow: hidden;
    padding: 25px 25px 25px 25px;
}
.resumeAdd > .basicInformation .sectionTitle{
    padding: 25px 25px 25px 0px;
}
.resumeAdd > .contentSection .sectionTitle span{
    font-size: 23px;
    color: #444444;
    font-weight:500;
}

.resumeAdd > .contentSection table td{
    padding-right:15px;
    vertical-align: middle;
    font-weight: 500;
}
.resumeAdd > .contentSection input[type="text"]{
    height:36px;
    width:100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding-left: 8px;
}
.resumeAdd > .contentSection select{
    height:36px;
    width:100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
.resumeAdd > .contentSection table th{
    height: 30px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #444;;
}
.resumeAdd > .contentSection table td:last-child{
    padding-right: 0;
}

/*기본정보*/
.resumeAdd > .basicInformation{
    overflow: hidden;
    padding: 25px;
}
.resumeAdd > .basicInformation .resumeBasicBox{
    overflow: hidden;
}
.resumeAdd > .contentSection .profileImgArea{
    float: left;
    width:130px;
}
.resumeAdd > .contentSection .profileImgArea .title{
    height: 30px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #444444;
}

.resumeAdd > .contentSection .profileImgArea > ul{
    overflow: hidden;
    margin-top: -1px;
}
.resumeAdd > .contentSection .profileImgArea > ul li{
    float: left;
    width: 60px
}
.resumeAdd > .contentSection .profileImgArea > ul li .btn21{
    padding:7px 0;
}
.resumeAdd > .contentSection .profileImgArea > ul li .btn25{
    margin: 0;
    color: #000;
    font-weight: 500;
    padding: 8px 0;
    display: inline-block;
    width: 62px;
    font-size: 14px;
}

.resumeAdd > .contentSection .profileImgArea > ul li input[type="file"]{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}



.resumeAdd > .contentSection .profileImgArea ._subTitle{
    height: 30px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #444444;
}
.resumeAdd > .contentSection .profileImgArea img{
    width: 120px;
    height: 160px;
    border:1px solid #dddddd;
}

.resumeAdd > .contentSection .basicInfoTable{
    float: right;
    width:770px;
}



.resumeAdd > .contentSection .basicInfoTable table{
    width:100%;
    margin-bottom: 20px;
}



.resumeAdd > .contentSection .basicInfoTable table td ul.address{
    overflow: hidden;
}
.resumeAdd > .contentSection .basicInfoTable table td ul.address li{
    float: left;
}
.resumeAdd > .contentSection .basicInfoTable table td ul.address li:first-of-type{
    width: 285px;
}
.resumeAdd > .contentSection .basicInfoTable table td ul.address li:last-of-type{
    width:75px;
}
.resumeAdd > .contentSection .basicInfoTable table td ul.address li:last-of-type span{
    padding:10px 8px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}

/*학력*/
.resumeAdd > .academy{
    position: relative;
}
.resumeAdd > .academy .graduationChk{
    position: absolute;
    top: 25px;
    right: 25px;
}
.resumeAdd .academy .resumeAcademyBox{
    overflow: hidden;
    padding: 25px 25px 20px 25px;
    border-bottom: 2px solid #e8e8e8;
}
.resumeAcademyBox:after{
    content:" ";
    display:block;
    clear:both;
}

.resumeAdd .resumeAcademyBox .academyBox{
    /*float: left;*/
    height:90px;
    /*max-height:110px;*/
    margin-bottom: 6px;

}
.resumeAdd .resumeAcademyBox .academyBox span.title{
    display: inline-block;
    height:30px;
    color: #444;
    font-size: 14px;
}
.resumeAdd .resumeAcademyBox .academyBox1{
    width:150px;
    /*height:105px;*/
}

.resumeAdd .resumeAcademyBox .academyBox1 .examChk{
    margin-top: 6px;
}
.resumeAdd .resumeAcademyBox .academyBox1 .transferChk{
    margin-top:6px;
}
.resumeAdd .resumeAcademyBox .academyBox2{
    width:225px;
    /*height:105px;*/
}
.resumeAdd .resumeAcademyBox .academyBox3{
    width:155px;
    /*height:105px;*/
}
.resumeAdd .resumeAcademyBox .academyBox4{
    width:155px;
    /*height:105px;*/
}
.resumeAdd .resumeAcademyBox .academyBox5{
    width:120px;
    /*height:105px;*/
}
.resumeAdd .resumeAcademyBox .academyBox6{
    width:40px;
    /*height:105px;*/
}
.resumeAdd .resumeAcademyBox .academyBox7{
    width:150px;
    padding-top:15px;
}
.resumeAdd .resumeAcademyBox .academyBox8{
    width:265px;
    padding-top:15px;
}
.resumeAdd .resumeAcademyBox .academyBox9{
    width:230px;
    padding-top:15px;
}
.resumeAdd .resumeAcademyBox .academyBox10{
    width:230px;
    padding-top:15px;
}
.resumeAdd .resumeAcademyBox .academyBox11{
    width:750px;
    max-height: 300px;
    overflow: hidden;
    height: 66px;

}
.resumeAdd .resumeAcademyBox .academyBox11 > div{
    float: left;
}
.resumeAdd .resumeAcademyBox .academyBox12{
    width:230px;
    height: inherit;
    margin-top:25px;
    /*margin-left: 265px;*/
}
.resumeAdd .resumeAcademyBox .academyBox13{

}
.resumeAdd #thesis{
    width: 914px;
    height:140px;
    border: 1px solid #ddd;
}
#resumeAcademyContainer .resumeAcademyBox:first-child{
    border: none;
}
.resumeAdd .resumeAcademyBox .extraChk ul{
    display: inline-block;
}
.resumeAdd .resumeAcademyBox .extraChk ul li{
    float: left;
}
.resumeAdd .resumeAcademyBox .extraChk ul li:first-of-type{
    margin-right:25px;
}
/*경력칸*/

.resumeAdd > .career{}
.resumeAdd #careerBox{
    padding:25px;
    border-bottom: 2px solid #e8e8e8;
}


.resumeAdd > .career .careerBox table{
    margin-bottom: 20px;
}


.resumeAdd > .career .careerBox table.dateTable td.income input{
    width:170px;
}
.resumeAdd > .career .careerBox table.dateTable tr.dateTr td:first-of-type input{
    width: 142px;
    margin-right:10px;
}


/*자격증 어학 수상내역*/
.resumeAdd #resumeLicenseBox{
    padding:25px;
    /*padding-bottom:0;*/
}


/*대외활동*/
.resumeAdd #resumeActivityBox{
    padding:25px;
    border-bottom: 2px solid #e8e8e8;
}
.resumeAdd #resumeActivityBox table {
    margin-bottom:20px;
}
.resumeAdd #resumeActivityBox table:last-of-type{
    margin-bottom:0;
    width: 100%;
}
/*교육*/
.resumeAdd #resumeEducationBox{
    padding: 25px;
    border-bottom: 2px solid #e8e8e8;
}
.resumeAdd #resumeEducationBox table{
    width: 100%;
}


/*포트폴리오/기타문서*/
.resumeAdd > .portfolio > .btnBox{
    position: relative;
    overflow: hidden;
    height: 42px;
    margin-bottom: 35px;
    padding:0 25px;
}
.resumeAdd > .portfolio > .btnBox span{
    position: absolute;
    display: inline-block;
    width: 220px;
    height:40px;
    line-height:40px;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #1891c3;
    color: #1891c3;
}
.resumeAdd > .portfolio > .btnBox span:first-of-type{
    left:253px;
}
.resumeAdd > .portfolio > .btnBox span:last-of-type{
    right:253px;
}
.resumeAdd > .portfolio .resumePortfolioBox{
    overflow: hidden;
    margin-bottom: 25px;
    padding:0 25px;
}
.resumeAdd > .portfolio .resumePortfolioBox ul{
    float: left;
    width: 835px;
    overflow: hidden;
}
.resumeAdd > .portfolio .resumePortfolioBox ul li{
    float: left;
    padding-left: 8px;
    box-sizing: border-box;
}
.resumeAdd > .portfolio .resumePortfolioBox ul li:first-of-type{
    width:735px;
    height:40px;
    line-height: 40px;
    border: 1px solid #dcdcdc;
    border-right: none;
    box-sizing: border-box;
}
.resumeAdd > .portfolio .resumePortfolioBox ul li:last-of-type{
    float: right;
    width:100px;
}
.resumeAdd > .portfolio .resumePortfolioBox ul li:last-of-type input{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.resumeAdd > .portfolio .resumePortfolioBox ul li:last-of-type label{
    float: right;
    width: 100px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    background-color: #aaaaaa;
    cursor: pointer;
    text-align: center;
}



.resumeAdd > .portfolio .resumePortfolioBox > div{
    float: right;
    height:36px;
}

/*기타문서*/
.resumeAdd > .portfolio .resumeEtcFileBox{
    overflow: hidden;
    margin-bottom: 25px;
    padding: 0 25px;
}

.resumeAdd > .portfolio .resumeEtcFileBox ul{
    float: left;
    width:835px;
}
.resumeAdd > .portfolio .resumeEtcFileBox ul li{
    float: left;
}
.resumeAdd > .portfolio .resumeEtcFileBox ul li:first-of-type{
    width:255px;
    margin-right:15px;

}
.resumeAdd > .portfolio .resumeEtcFileBox ul li:last-of-type{
    width:565px;
}
.resumeAdd > .portfolio .resumeEtcFileBox > div{
    float: right;
    height: 36px;
}


/*자기소개서*/
.resumeAdd > .resumeDescription{

}
.resumeAdd > .resumeDescription .resumeSelfDescriptionBox{
    padding:0 25px 25px 25px;
}
.resumeAdd > .resumeDescription .resumeSelfDescriptionBox ul{
    overflow: hidden;
    margin-bottom:10px;
}

.resumeAdd > .resumeDescription .resumeSelfDescriptionBox ul li{
    float: left;
}
.resumeAdd > .resumeDescription .resumeSelfDescriptionBox ul li:first-of-type{
    width: 870px;
    height:36px;
    margin-right:10px;
}
.resumeAdd > .resumeDescription .resumeSelfDescriptionBox ul li input{
    height:36px;
}
.resumeAdd > .resumeDescription .resumeSelfDescriptionBox ul li:last-of-type{
    width: 40px;
    height:36px;
}
.resumeAdd > .resumeDescription .resumeSelfDescriptionBox textarea{
    width: 100%;
    height: 240px;
    border: 1px solid #ddd;
    padding: 15px;
    box-sizing: border-box;
}
.resumeAdd .typing{
    color: #7b7b7b;
    text-align: right;
}

/*경력기술서*/
.resumeAdd > .resumeCareerDescription .resumeCareerDescriptionBox{
    padding: 0 25px 25px 25px ;
}
.resumeAdd > .resumeCareerDescription .resumeCareerDescriptionBox textarea{
    width: 100%;
    height: 240px;
    border: 1px solid #ddd;
    padding: 15px;
    box-sizing: border-box;
}




.resumeAdd #addBtn{
    height:65px;
    line-height:65px;
}
.resumeAdd #addBtn span{
    display: block;
    background-color: #1891c3;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.resumeAdd #addBtn img{
    vertical-align: -4px;
    margin-left: 6px;
}


.resumeAdd .bottom ul{
    overflow: hidden;
    width:490px;
    margin:0 auto;
}
.resumeAdd .bottom ul li{
    float: left;
    width: 200px;
}
.resumeAdd .bottom ul > li:first-of-type{
    margin-right:90px;
}
.resumeAdd .bottom ul > li:first-of-type span{
    padding:11px 0;
}
.resumeAdd .bottom ul > li:last-of-type input[type="submit"]{
    font-size: 16px;
    height:40px;
}

/*-------------------recruit/resumeView-----------------------*/
#resumePrint{
    overflow: hidden;
}
#resumePrint > button{
    float: right;
    padding: 5px 17px;
    font-size: 14px;
    cursor: pointer;
    outline: none;
}
#printNewWindow{
    padding: 5px 17px;
    font-size: 14px;
    cursor: pointer;
    outline: none;
}

.resumeView{
    margin-top: 40px;
    display: inline;
    word-wrap: break-word;
    word-break:keep-all;

}
.resumeView #print{
    text-align: right;
}
.resumeView #print button{
    display: inline;
    padding:5px 12px;
    font-size: 14px;

}
.resumeView > .versionGuide{
    margin-bottom: 10px;
    font-weight: 500;
    color: #333;
}
.resumeView > .versionGuide img{
    margin-right:5px;
}
.resumeView > .content{
    word-break: break-all;
}

.resumeView > .content table{
    border-collapse: collapse;
}
.resumeView > .content:not(.content1){
    background-color: #fff;
    margin-bottom: 25px;
    padding:30px 25px;
    box-sizing: border-box;
}
.resumeView > .content > .title{
    height: 50px;
}

.resumeView > .content > .title span{
    color: #444444;
    font-size: 23px;
    font-weight: 500;
}
.resumeView > .content .commonTable table tr th{
    background-color: #eeeeee;
    color: #444444;
    font-size: 14px;
    border-top:2px solid #444444;
    height: 35px;
    vertical-align: middle;
}
.resumeView > .content .commonTable table tr td{
    padding: 15px 10px;
    line-height: 1.4em;
    vertical-align: middle;
    border-top:2px solid #ebebeb;
    text-align: center;
    font-size: 16px;
    border-right: none;
}
.resumeView > .content .commonTable table tr td:nth-child(2) > span{
    font-weight: 500;
}
.resumeView > .content .commonTable table tr td:nth-child(2) > span > .position{
    color: #666666;
    font-size: 14px;
}
.resumeView > .content .commonTable table tr td:nth-child(3){
    text-align: center;
    font-size: 16px;

}
.resumeView > .content .commonTable table tr td:nth-child(4){}
.resumeView > .content .commonTable table tr td:nth-child(4) div{
}
.resumeView > .content .commonTable table tr td:nth-child(4) div > span{
    border: 1px solid #a7a7a7;
    color: #666;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    display: inline-block;
    padding: 2px 8px;
}
.resumeView > .content .commonTable table tr td:nth-child(4) div > p.text{
    font-size: 14px;
    color: #666666;
    margin-top: 8px;
}
.resumeView > .content .commonTable table tr td:nth-child(4) ul{
    overflow: hidden;
    width: 340px;
    margin-bottom: 8px;
}
.resumeView > .content .commonTable table tr td:nth-child(4) ul:last-of-type{
    margin-bottom: 0;
}
.resumeView > .content .commonTable table tr td:nth-child(4) ul li:last-of-type{
    width: 260px;
}
.resumeView > .content .commonTable table tr td:nth-child(4) ul li:last-of-type span{
    vertical-align: middle;
}



.resumeView > .content1{
    background-color: #fff;

    margin-bottom: 25px;
}
.resumeView > .content1 .bigTitle{
    padding: 12px 20px;
    text-align: center;
    border-top:5px solid #1891c3;
}
.resumeView > .content1 .bigTitle span{
    font-size:30px;
    color: #444;
    line-height: 1.2em;
}

.resumeView > .content2{
    padding:25px;
    overflow: hidden;
}
.resumeView > .content2 > div{
    float: left;
}
.resumeView > .content2 .img{
    margin:0 20px 0 0;
    width:122px;
    height:162px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
}
.resumeView > .content2 .img img{
    width:120px;
    height:160px;
}
.resumeView > .content2 .info{}
.resumeView > .content2 .info .name{
    font-size: 22px;
    color: #444;
    font-weight: 500;
    margin-bottom: 20px;
}
.resumeView > .content2 .info .name span{
    font-size: 16px;
    color: #888888;
    font-weight: 400;
}


.resumeView > .content2 .info table{
    width: 775px;
}


.resumeView > .content2 .info table td{
    padding-bottom: 25px;
    line-height: 1.2em;
}
.resumeView > .content2 .info table td.title{
    position: relative;
    width:55px;
    color: #888888;
    font-size: 14px;
    border-right: none;
}
.resumeView > .content2 .info table td.phone{
    width:68px;
}
.resumeView > .content2 .info table td.title:after{
    position: absolute;
    right: 0;
    content: '';
    display: inline-block;
    background-color: #dddddd;
    width: 2px;
    height: 15px;
}

.resumeView > .content2 .info table td.cont{
    width: 317px;
    padding-left:15px;
    font-size: 16px;
    box-sizing: border-box;
    border-right:none;
}


.resumeView > .content3 .commonTable table tr td:nth-child(2){
    color: #1e94c5;
}

.resumeView > .content3 .commonTable table tr td:nth-child(3){
    color: #444444;
    font-weight: 500;
}

.resumeView > .content3 .commonTable table tr td:nth-child(4){
    color: #666666;
}
.resumeView > .content3 .commonTable table tr td:nth-child(5){
    color: #666666;
}


.resumeView > .content3 .textContent p.text{
    color: #666666;
    font-size: 14px;
    line-height: 1.4em;
}
.resumeView > .content4 .commonTable table tr td:nth-child(1) span{
    color: #1891c3;
}







.resumeView > .content .commonTable table tr.textContent td{
    border-top:none;
}

.resumeView > .content .commonTable table tr.textContent td:nth-child(1){
    vertical-align: top;
}
.resumeView > .content .commonTable table tr.textContent td:nth-child(1) span{
    display: inline-block;
    width: 130px;
    color: #666666;
    border: 1px solid #a7a7a7;
    -webkit-border-radius:14px;
    -moz-border-radius:14px;
    border-radius:14px;
    font-size: 14px;
}
.resumeView > .content .commonTable table tr.textContent > td:nth-child(2){
    text-align: left;
    color: #666;
    font-size: 14px;
}
.resumeView > .content .commonTable table tr.trBorder td{
    padding:0;
    border-bottom: none;
}
.resumeView > .content .commonTable table tr.trBorder div{
    border-bottom:2px solid #e8e8e8;
}



/*교육*/
.resumeView > .content7{

}
.resumeView > .content7 .eduContent span{
    color: #666666;
    font-size: 14px;
}
/*포트폴리오*/
.resumeView > .content8{
    padding-bottom: 50px;
}
.resumeView > .content8 .title{
    border-bottom: 2px solid #444444;
}
.resumeView > .content8 .fileListBox{
    /*overflow: hidden;*/
    padding:25px 35px 0;
    box-sizing: border-box;
}
.resumeView > .content8 .fileListBox > div ul{
    padding:0;
    margin:0;
    list-style: none;
}
.resumeView > .content8 .fileListBox > div ul li{
    height: 25px;
    margin-bottom:15px;
    padding-right: 25px;
}
.resumeView > .content8 .fileListBox > div ul li a:visited{
    color: #444444;
}

.resumeView > .content8 .fileListBox > div ul li a{
    text-decoration: none;
    color: #444444;
}
.resumeView > .content8 .fileListBox > div ul li span{
    font-size: 16px;
    display: inline-block;
    height: 24px;
    max-width: 780px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.resumeView > .content8 .fileListBox > div ul li img{
    margin-right:10px;
    vertical-align: 4px;
}

/*자기소개서*/
.resumeView > .content9{
    padding-bottom:50px;
}
.resumeView > .content9 .title{
    border-bottom: 2px solid #444444;
}

.resumeView > .content9 .introduction{
    padding-top:35px;
    color: #444444;
}
.resumeView > .content9 .introduction .title{
    font-size: 23px;
    font-weight:500;
}
.resumeView > .content9 .introduction > .title{
    border-bottom: none;
}
.resumeView > .content9 .introduction > div{
    margin-top: 15px;
    line-height: 1.4em;
    text-align: justify;
}









/*경력기술서*/
.resumeView > .content10{
    padding-bottom: 50px;
}
.resumeView > .content10 .title{
    border-bottom: 2px solid #444444;
}
.resumeView > .content10 .careerIntroduction div{
    line-height: 1.4em;
    text-align: justify;
    color: #444444;
    margin-top: 35px;
}



.resumeView > .content11 .fileTable th{
    background-color: #f3f3f3;
    height:37px;
    color: #444444;
    font-size: 15px;
    font-weight:500;
    vertical-align: middle;
    border-top:2px solid #959595;
}
.resumeView > .content11 .fileTable th:first-child{
    border-right: 1px solid #e3e3e3;
}
.resumeView > .content11 .fileTable tr > td{
    border-bottom: 1px solid #e3e3e3;
}
.resumeView > .content11 .fileTable tr > td:first-child{
    border-right: 1px solid #e3e3e3;
}
.resumeView > .content11 .fileTable tr td ul{
    list-style: none;
    padding: 20px 15px;
}
.resumeView > .content11 .fileTable tr td ul li{
    height:20px;
    margin-bottom: 10px;
    line-height: 16px;
}
.resumeView > .content11 .fileTable tr td ul li:last-child{
    margin-bottom:0;
}
.resumeView > .content11 .fileTable tr td ul li a{
    text-decoration: none;
}
.resumeView > .content11 .fileTable tr td ul li span{
    display: inline-block;
    max-width: 380px;
    height: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444444;
    font-size: 15px;
}

.resumeView > .content11 .fileTable tr td ul li img{
    height:20px;
    margin-right: 15px;
}

.resumeView > .content12 .title{
    border-bottom: 2px solid #444444;
    height: 40px;
}
.resumeView > .content12 .title img{
    vertical-align: -3px;
    margin-right:5px;
}

.resumeView > .content12 .title span:first-of-type{
    font-size: 18px;
}
.resumeView > .content12 .title span:last-of-type{
    color: #808080;
    font-size: 12px;
    font-weight: 300;
}
.resumeView > .content12 .fileTable td{
    border-bottom: 1px solid #e3e3e3;
    padding:15px;
    vertical-align: middle;
}
.resumeView > .content12 .fileTable td:nth-child(1){
    background-color: #f3f3f3;
    font-size: 15px;
    color: #444444;
    font-weight: 500;
    text-align: center;
    border-right:none;
}
.resumeView > .content12 .fileTable td:nth-child(2){
    padding:15px 30px;
}


.resumeView > .content12 .fileTable td.fileBox{

}
.resumeView > .content12 .fileTable td.fileBox > div{
    margin-bottom: 8px;
    line-height: 21px;
    font-size: 15px;
    height: 22px;
}
.resumeView > .content12 .fileTable td.fileBox > div:last-of-type{
    margin-bottom: 0px;
}
.resumeView > .content12 .fileTable td.fileBox > div a{
    text-decoration: none;
    color: #444444;
}

.resumeView > .content12 .fileTable td.fileBox > div span{
    display: inline-block;
    max-width: 660px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.resumeView + .listBtn{
    float: right;
    width: 65px;
}
.resumeView + .listBtn span{
    display: inline-block;
    padding: 7px 18px;
    background-color: #fff;
    color: #333333;
    border: 1px solid #dcdcdc;
}
.resumeView + .listBtn a{
    text-decoration: none;
}

@media print{

    table{
        border-spacing: 0;
    }

    td {
        border-right:none;
    }

    dt{
        float: left;
    }

    ul{
        list-style: none;
    }

}


/*마감일때 추가*/
.graph_end_wrap.quiz_result .quiz_answer{
    color: #999 !important;
}

.graph_end_wrap.quiz_result .quiz_bar div:first-child{
    background: #999 !important;
}

.graph_end_wrap.quiz_result .quiz_bar div:last-child{
    background: #CCC !important;
}

.graph_end_wrap.quiz_result .quiz_answer_out{
    color: #ccc !important;
}

/*마감했을때 그래프 추가*/
.graph_end_wrap.airdrop_graph_wrap .airdrop_graph .bar{
    background: #999 !important;
}

.graph_end_wrap.airdrop_graph_wrap .graph_lable>span{
    color: #999 !important;
}

/*Topics 토픽*/
.topics_wrap{
    position: relative;
    width: 1280px;
    border: 1px solid #EBEBF0;
    border-radius: 10px;
    height: 46px;
    margin: 30px auto 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.topics_wrap .topics_title{
    border-radius: 10px;
    background:  #4294FF;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    min-width: 92px;
    width: 92px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topics_wrap .topics_content_wrap{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
    overflow-x: auto;
    -ms-overflow-style: none; /* 인터넷 익스플로러 */
    scrollbar-width: none; /* 파이어폭스 */
}

/* ( 크롬, 사파리, 오페라, 엣지 ) 동작 */
.topics_wrap .topics_content_wrap::-webkit-scrollbar {
    display: none;
}


.topics_wrap .swiper-slide{
    display: flex;
    align-items: center;
    width: calc(100% / 3);
}

.topics_wrap .topics_content_item{
    display: flex;
    width: 100%;
    border-right: 1px solid #EDEDED;
    padding: 0 14px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

.topics_wrap .swiper-slide:nth-child(3) .topics_content_item{
    border-right: none;
}

.topics_wrap .topics_name{
    width: auto;
    min-width: max-content;
    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;
    color: #111;
    font-size: 15px;
    font-weight: 600;
    margin-right: 12px;
}

.topics_wrap .topics_content{
    color: #767676;
    font-size: 15px;
    font-weight: 400;
    width: auto;
    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;
}

.topics_wrap .topics_gradient{
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 10px 10px 0;
    height: 100%;
    width: 66px;
    background: linear-gradient(270deg, #FFF 19%, rgba(255, 255, 255, 0.00) 100%);
    z-index: 10;
}

/*Topics 끝 */


/*리서치*/
.common_research_wrap{
    border-radius: 10px;
    background: #172242;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.20);
    padding: 20px;
    width: 100%;
}

.common_research_wrap .login_complete_top{
 text-align: left;
}

.common_research_wrap .login_complete_text span{
    color: #fff;
}

.common_research_wrap .login_complete_text p{
    color: rgba(255, 255, 255, 0.80);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.3px;
}

.common_research_content{
    display: flex;
    gap: 12px;
    align-self: stretch;
    margin: 20px auto;
}

.common_research_content div{
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.10);
    flex-direction: column;
}

.common_research_content>a{
    width: 100%;
}

.common_research_content p{
    color: #fff;
    opacity: 0.8;
    font-size: 13px;
    letter-spacing: -0.325px;
}

.common_research_content p.common_research_num{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.4px;
    opacity: 1;
}

.common_research_btn_write{
    display: flex;
    height: 40px;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #172242;
    font-weight: 500;
    letter-spacing: -0.35px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.85);
}

.common_research_btn_logout{
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    display: flex;
    height: 40px;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    font-weight: 500;
    letter-spacing: -0.35px;
    color: #FFF;
    margin-top: 8px;
}
/*리서치 끝*/



/*반응형*/
@media all and (max-width: 1399px) {
    .show_item_970{
        display: inline-block;
    }

    .show_item_1920{
        display: none;
    }

    .header_report_item{
        margin-right: 11px;
        min-width: 92px;
        height: 46px;
        border-radius: 10px;
    }

    /*.login_wrap{*/
    /*    margin-top: 30px;*/
    /*}*/
    /*헤더*/
    .header_section{
        width: 970px;
        margin: 0 auto;
    }

    /* 굿즈샵 */
    .item_header_1depth.header_link_menu .header_1depth_text{
        display: none;
    }

    .item_header_1depth.header_link_menu .list_header_2depth{
        margin-top: 90px;
    }

    .header_left_wrap .list_header_1depth .item_header_1depth{
        width: 105px;
    }

    /* 햄버거 메뉴 */
    .hamburger_contents_inner{
        width: 1100px;
    }

    .hamburger_menu_1daps {
        width: 128px;
    }

    .hamburger_menu_2daps{
        gap: 20px;
    }

    .hamburger_menu_1daps {
        width: 150px;
    }


    .news_flash_top_banner {
        margin: 0 auto;
        float: none;
    }

    .sub_nav_title > img {
        width: 11px;
        height: 8px;
        margin-left: 5px;
        margin-bottom: 2px;
    }


    .line_li {
        width: 1px;
        height: 295px;
        display: inline-block;
        border: 1px solid #D1D1D1;
    }

    .line_li div {
        width: 1px;
    }


    .sub_heading > li {
        padding-bottom: 12px;
    }

    .sub_heading > li > a {
        font-weight: 400;
        font-size: 12px;
        line-height: 17px;
    }


    .nav {
        width: 510px;
        height: 30px;
        margin-left: 25px;
    }

    .nav > ul > li {
        margin: 6px 15px 0px 15px;
        font-weight: 500;
        font-size: 16px;
        line-height: 23px;
    }

    .nav > ul > li > a {
        font-weight: 500;
        font-size: 16px;
        line-height: 23px;
    }

    .search_item {
        width: 270px;
    }

    .search_item_person {
        float: right;
        width: 28px;
        height: 28px;
        background: #E7F4F9;
        border-radius: 50px;
        margin-left: 10px;
    }

    .search_item_person img {
        max-width: 100%;
        height: 28px;
        border-radius: 50px;
    }


    .search_item_bell {
        float: right;
        width: 28px;
        height: 28px;
        background: #E7F4F9;
        border-radius: 50px;
        margin-left: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 0px 3.5px 2px;
    }

    .search_item_bell img {
        width: 28px;
        padding-top: 3px;
    }


    .news_report {
        float: right;
        width: 66px;
        height: 25px;
        text-align: center;
        background: #FEAA2A;
        border-radius: 30px;
        margin-top: 2px;
        padding-top: 2px;
    }

    .news_report span {
        font-weight: 500;
        font-size: 12px;
        line-height: 20px;
        color: #FFFFFF;
    }


    /** news_flash **/
    .news_flash {
        width: 970px;
        margin: 0 auto 30px auto;
        min-height: 120px;
    }


    /* skyscraper - 좌우 ad */
    #commonArea{
        position: relative;
        width: 970px;
        min-height: 800px;
        margin: 0 auto 15px;
        word-wrap: break-word;
        word-break: keep-all;
    }

    /** bottom_event **/
    .bottom_event {
        width: 970px;
        height: 90px;
        position: relative;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 85px;
    }

/* base */
    .top_bottom_icon {
        display: none;
    }

    .top_bottom_icon_right {
        width: 25px;
        height: 60px;
        float: right;
        padding: 5px 0px 0px 5px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .top_bottom_icon_right > img {
        width: 10px;
        height: 6px;
    }


    /*오른쪽 공통 화상표*/
    .swiper_employment .swiper-button-prev,
    .swiper_employment .swiper-container-rtl .swiper-button-next,
    .swiper_employment .swiper-button-next,
    .swiper_employment .swiper-container-rtl .swiper-button-prev{
        top: -12px;
    }


    /* Paging V2 */

    .paging_v2 {
        min-width: 100%;
        min-height: 50px;
        margin: 0 auto;
        display: inline-block;
        text-align: center;
    }

    /*속보 970 */
    /*속보 1920 버전 안보이게 */
    .news_flash_item_wrap{
        width: 0;
        height: 0;
        position: absolute;
        margin: 0;
        padding: 0;
    }
    .news_flash_item_right_wrap .news_flash_right_point{
        display: flex;
    }



    .news_flash_item_right_wrap {
        position: relative;
        background: #FFFFFF;
        border-radius: 10px;
        width: 100%;
        height: 100px;
        float: right;
        overflow: hidden;
        padding: 12px;
        margin-bottom: 30px;
    }
    .news_flash_item_right{
        margin-top: 8px;
    }

    .news_flash_item_right_wrap,
    .news_flash_item_right{
        display: block;
    }
    .news_flash_right_time{
        width: auto;
    }


    /*    커뮤니티 오른쪽 공통영역*/
    .header_left_wrap ul.header_hover li.header_hover_li:nth-child(5){
        margin-right: 0;
    }

    .footer_left {
        margin-right: 100px;
    }

    .footer_item_article,
    .footer_line_item,
    .footer_item{
        width: 970px;
    }


    .tutorial_popup .represent_badge_item .mission_reward>div:first-child {
        width: auto;
    }


    /*Topic 토픽 970*/
    .topics_wrap{
        width: 866px;
        margin: 0;
    }

    .topics_top_wrap{
        width: 970px;
        margin: 32px auto 0 auto;
        display: flex;
    }

    .topics_wrap .swiper-slide{
        width: calc(100% / 2);
        /* Center slide text vertically */
        display: flex;
        align-items: center;
        justify-content: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;

    }

    .topics_wrap .topics_gradient{
        display: block;
    }

    .topics_wrap .topics_content_item{
        /*width: auto; *!*/
        display: flex;
        border-right: 1px solid #EDEDED;
        padding: 0 14px;
        margin: inherit;
        /* text-align: left; */
        justify-content: center;
    }

    .topics_wrap .swiper-slide .topics_content_item{
        border-right: none;
    }

    .topics_wrap .swiper-slide.swiper-slide-active .topics_content_item{
        border-right: 1px solid #EDEDED;
    }

    /*Topics 끝*/



}
