@charset "UTF-8";

/* SUB SETTING */
h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}


.sub_contents {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #333333;
    border: 1px solid #333333;
    padding: 20px 25px 100px;
    float: left;
    margin-top: 10px;
}

.sub_contents .sub_cont {
    width: 100%;
    height: auto;
    position: relative;
}

.sub_contents .sub_size {
    width: 100%;
    height: auto;
    position: relative;
}

@media screen and (max-width: 1440px) {
    .sub_contents {
        padding: 20px 5px;
    }
}
@media screen and (max-width: 768px) {
    .sub_contents {
        padding: 20px 0px;
    }
}
/* SUB SETTING END */

/* SUB TIT */
.sub_titbox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.sub_titbox .sub_tit {
    width: auto;
    height: auto;
}

.sub_titbox .sub_tit::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #28ffbb;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    z-index: 0;
}

.sub_titbox .sub_tit > h2 {
    display: block;
    font-weight: 600;
    font-size: 1.25rem;
    display: block;
    color: #28ffbb;
    position: relative;
    padding: 0 10px 0 0px;
    display: inline-block;
    background-color: #2e2e2e;
    z-index: 9;
}

/* SUB TIT END */

/* PARNER BOX */
.parner_winbox {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #1b1b1b;
    border: 1px solid #484848;
    padding: 20px;
    margin-bottom: 30px;
}

.parner_winbox .parner_logo {
    width: 171px;
    height: 93px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
}

.parner_winbox .parner_logo > span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(/image/logo_christmas.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.parner_winbox .parner_txt {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}

.parner_winbox .parner_txt > h2 {
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
}

.parner_winbox .parner_txt > h2 > span {
    color: #28ffbb;
}

.parner_winbox .parner_txt > p {
    font-size: 1rem;
    font-weight: 400;
    color: #ff3c3c;
    margin-bottom: 10px;
}

.parner_winbox .parner_txt > span {
    font-size: 0.875rem;
    font-weight: 400;
    color: #64c55d;
}

/* PARNER BOX END */

/* PARNER TAB */
.parner_tab {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.parner_tab .parner_tabbox {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 7px;
    border: 1px solid #5f5f5f;
    border-radius: 5rem;
}

.parner_tab .parner_tabbox > li {
    width: auto;
    height: auto;
    position: relative;
}

.parner_tab .parner_tabbox > li > a {
    display: block;
    text-align: center;
    padding: 5px 15px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #ccc;
    border-radius: 5rem;
}

.parner_tab .parner_tabbox > li.tabactive > a,
.parner_tab .parner_tabbox > li > a:hover {
    background-color: #28ffbb;
    color: #000;
}

/* PARNER TAB END */

/* REWARD BOX */
.reward_info {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #1b1b1b;
    border: 1px solid #484848;
    padding: 20px;
}

.reward_info .reward_logo {
    width: 130px;
    height: 70px;
    position: relative;
    margin-bottom: 20px;
}

.reward_info .reward_logo > span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(/image/logo.png);
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}

.reward_info .reward_infobox {
    width: 100%;
    height: auto;
    position: relative;
}

.reward_info .reward_infobox > p {
    font-size: 0.875rem;
    line-height: 25px;
    color: #ccc;
}

/* REWARD BOX END */

/* REWARD ASK */
.reward_ask {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #1b1b1b;
    border: 1px solid #484848;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.reward_ask .reward_askbox {
    width: 100%;
    height: auto;
    position: relative;
}

.reward_ask .reward_askbox .rwp_item {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.reward_ask .reward_askbox .rwp_item .th_ask {
    width: 150px;
    background-color: #2e2e2e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 15px;
    border-bottom: 1px solid #484848;
}

.reward_ask .reward_askbox .rwp_item:last-of-type .th_ask {
    border-bottom: 0;
}

.reward_ask .reward_askbox .rwp_item .th_ask > h2 {
    font-size: 0.9375rem;
    font-weight: 300;
    color: #fff;
}

.reward_ask .reward_askbox .rwp_item .td_ask {
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
    height: auto;
    position: relative;
    border-bottom: 1px solid #484848;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
}

.reward_ask .reward_askbox .rwp_item:last-of-type .td_ask {
    border-bottom: 0;
}

.reward_ask .reward_askbox .rwp_item .td_ask .ask_listbox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
}

.reward_ask .reward_askbox .rwp_item .td_ask > p {
    color: #28ffbb;
    font-size: 0.875rem;
    font-weight: 600;
}

/* REWARD ASK END */

/* RANK ACT */
.rank_act {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
}

.rank_act:last-of-type {
    margin-bottom: 0;
}

    .rank_act .rank_act_tit {
        width: 100%;
        height: auto;
        position: relative;
        background-color: #222222;
        border: 1px solid #222222;
        margin-bottom: 30px;
    }

.rank_act .rank_act_tit .rank_titbox {
    width: 100%;
    height: auto;
    position: relative;
    padding: 15px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rank_act .rank_act_tit .rank_titbox > h2 {
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
}

.rank_act .rank_act_list {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.rank_act .rank_act_list .rank_item {
    width: -webkit-calc((100% - 40px) / 3);
    width: -moz-calc((100% - 40px) / 3);
    width: calc((100% - 40px) / 3);
    height: auto;
    position: relative;
}

@media screen and (max-width: 768px) {
    .rank_act .rank_act_list {
        flex-direction: column;
    }

        .rank_act .rank_act_list .rank_item {
            width: 100%;
        }
}


.rank_act .rank_act_list .rank_item .rank_subtit {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 15px;
}

.rank_act .rank_act_list .rank_item .rank_subtit > h2 {
    font-size: 1.125rem;
    font-weight: 500;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.rank_act .rank_act_list .rank_item .rank_subtit > h2 > span {
    width: 24px;
    height: 24px;
    position: relative;
    background-image: url(/image/rank_subicon.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.rank_act .rank_act_list .rank_item .rank_list {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #1b1b1b;
    border: 1px solid #484848;
    padding: 20px;
}

.rank_act .rank_act_list .rank_item .rank_list .list_item {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.rank_act .rank_act_list .rank_item .rank_list .list_item:last-of-type {
    margin-bottom: 0;
}

.rank_act .rank_act_list .rank_item .rank_list .list_item .user_info {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.rank_act .rank_act_list .rank_item .rank_list .list_item .user_info > p {
    width: 35px;
    height: 28px;
    position: relative;
    font-size: 0.875rem;
    font-weight: 500;
    color: #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center;
    -webkit-background-size: contain;
    background-repeat: no-repeat;
    -webkit-background-size: 24px 24px;
    background-size: 24px;
}

.rank_act .rank_act_list .rank_item .rank_list .list_item:nth-of-type(1) .user_info > p.medal {
    background-image: url(/image/medal_01.png);
    color: transparent;
}

.rank_act .rank_act_list .rank_item .rank_list .list_item:nth-of-type(2) .user_info > p.medal {
    background-image: url(/image/medal_02.png);
    color: transparent;
}

.rank_act .rank_act_list .rank_item .rank_list .list_item:nth-of-type(3) .user_info > p.medal {
    background-image: url(/image/medal_03.png);
    color: transparent;
}

.rank_act .rank_act_list .rank_item .rank_list .list_item .user_info .user_name {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.rank_act .rank_act_list .rank_item .rank_list .list_item .user_info .user_name > span {
    width: 20px;
    height: 20px;
    position: relative;
}

.rank_act .rank_act_list .rank_item .rank_list .list_item .user_info .user_name > span > img {
    width: 100%;
    height: 100%;
}

.rank_act .rank_act_list .rank_item .rank_list .list_item .user_info .user_name > p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.rank_act .rank_act_list .rank_item .rank_list .list_item .user_point {
    width: auto;
    height: auto;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #ccc;
}

.rank_act .rank_act_list .rank_item .rank_list .list_item .user_point > span {
    color: #28ffbb;
}

/* RANK ACT END */

/* ATTEND */
.attend_con {
    width: 100%;
    height: auto;
    position: relative;
}

.attend_con .attend_box {
    width: 100%;
    height: 1260px;
    position: relative;
    background-image: url(/image/attend_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    padding-top: 154px;
    padding-left: 50px;
    padding-right: 50px;
}

.attend_con .attend_box .attend_cal {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.attend_con .attend_box .attend_cal > p {
    font-size: 1.625rem;
    font-weight: 800;
    line-height: 66px;
    color: #383736;
}

.attend_con .attend_box .attend_cal > p > span {
    color: #2fa9ef;
}

.attend_con .attend_box .attend_table {
    width: 100%;
    height: auto;
    position: relative;
}

.attend_con .attend_box .attend_table > table {
    width: 100%;
    height: auto;
    position: relative;
    border: 1px solid #484848;
}

.attend_con .attend_box .attend_table > table th {
    padding: 15px 5px;
    border-right: 1px solid #484848;
    border-bottom: 1px solid #484848;
    background-color: #f0d15c;
    color: #1b1b1b;
    font-size: 1rem;
    font-weight: 700;
}

.attend_con .attend_box .attend_table > table th:last-of-type {
    border-right: 0;
}

.attend_con .attend_box .attend_table > table th.sun {
    color: #ea3d0f;
}

.attend_con .attend_box .attend_table > table th.sat {
    color: #24a1cf;
}

.attend_con .attend_box .attend_table > table td {
    height: 119px;
    vertical-align: top;
    padding: 10px 15px;
    text-align: right;
    border: 1px solid #484848;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
    background-size: auto;
    font-size: 0.875rem;
    font-weight: 700;
}

.attend_con .attend_box .attend_table > table td.sun {
    color: #ea3d0f;
}

.attend_con .attend_box .attend_table > table td.sat {
    color: #24a1cf;
}

.attend_con .attend_box .attend_table > table td.on {
    background-image: url(/image/attend_on.png);
}

.attend_con .attend_box .attend_table > table td.off {
    background-image: url(/image/attend_off.png);
}

.attend_con .attend_box .attend_infobox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #484848;
    margin-top: 20px;
}

.attend_con .attend_box .attend_infobox .attend_info {
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
    height: auto;
    position: relative;
    padding: 20px;
    border-right: 1px solid #484848;
}

.attend_con .attend_box .attend_infobox .attend_info > span {
    display: block;
    width: 100%;
    height: 122px;
    background-image: url(/image/attend_ex.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.attend_con .attend_box .attend_infobox .attend_rank {
    width: 200px;
    height: auto;
    position: relative;
    padding: 10px 15px;
}

.attend_con .attend_box .attend_infobox .attend_rank .attend_rank_tit {
    width: 100%;
    height: 25px;
    position: relative;
    background-image: url(/image/attend_rank_title.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-bottom: 10px;
}

.attend_con .attend_box .attend_infobox .attend_rank .attend_rank_list {
    width: 100%;
    height: auto;
    position: relative;
}

.attend_con .attend_box .attend_infobox .attend_rank .attend_rank_list .rank_item {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 7px;
}

.attend_con .attend_box .attend_infobox .attend_rank .attend_rank_list .rank_item:last-of-type {
    margin-bottom: 0;
}

.attend_con .attend_box .attend_infobox .attend_rank .attend_rank_list .rank_item .rank_name {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.attend_con .attend_box .attend_infobox .attend_rank .attend_rank_list .rank_item .rank_name > span {
    width: 16px;
    height: 16px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.75rem;
    background-color: #fbeb16;
    color: #24a1cf;
    border-radius: 3px;
}

.attend_con .attend_box .attend_infobox .attend_rank .attend_rank_list .rank_item .rank_name > p {
    font-size: 0.75rem;
    font-weight: 600;
    color: #1b1b1b;
}

.attend_con .attend_box .attend_infobox .attend_rank .attend_rank_list .rank_item > p {
    font-size: 0.75rem;
    font-weight: 600;
    color: #1b1b1b;
}

.attend_con .comt_wrap {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 20px;
}

.attend_con .comt_wrap .comt_txt {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.attend_con .comt_wrap .comt_txt .comt_textarea {
    width: 100%;
    height: 64px;
    position: relative;
}

.attend_con .comt_wrap .comt_txt .comt_textarea > textarea {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #1b1b1b;
    border: 1px solid #484848;
    padding: 15px;
}

.attend_con .comt_wrap .comt_txt .comt_button {
    width: 107px;
    height: 64px;
    position: relative;
}

.attend_con .comt_wrap .comt_txt .comt_button > button {
    width: 100%;
    height: 100%;
    border: none;
    cursor: pointer;
    background-color: #28ffbb;
    border: 1px solid #484848;
    color: #000;
    font-size: 1rem;
    font-weight: 700;
}

.attend_con .comt_wrap .comt_txt .comt_button > button:hover {
    background-color: #fbae1a;
}

.attend_con .comt_wrap .comt_list {
    width: 100%;
    height: auto;
    position: relative;
}

.attend_con .comt_wrap .comt_list .comt_listbox {
    width: 100%;
    height: auto;
    position: relative;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile {
    width: 55px;
    height: auto;
    position: relative;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile .profile_img {
    display: block;
    width: 100%;
    height: 55px;
    position: relative;
    border-radius: 5rem;
    overflow: hidden;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile .profile_img > img {
    width: 100%;
    height: 100%;
    position: relative;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile > p {
    font-size: 0.875rem;
    font-weight: 500;
    color: #ccc;
    text-align: center;
    margin-top: 6px;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile_txt {
    width: -webkit-calc((100% - 30px) - 55px);
    width: -moz-calc((100% - 30px) - 55px);
    width: calc((100% - 30px) - 55px);
    height: auto;
    position: relative;
    background-color: #1b1b1b;
    border: 1px solid #484848;
    padding: 15px;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile_txt::after,
.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile_txt::before {
    content: '';
    height: 0px;
    width: 0px;
    position: absolute;
    display: block;
    top: 14px;
    left: -16px;
    border-width: 15px 16px 15px 0px;
    border-style: solid;
    border-color: transparent #1b1b1b;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile_txt::before {
    border-width: 17px 18px 17px 0;
    border-color: transparent #484848;
    left: -18px;
    top: 12px;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem {
    width: 100%;
    height: auto;
    position: relative;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile_txt .nikname_con {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile_txt .nikname_con .niknmame {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile_txt .nikname_con .niknmame .stat {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile_txt .nikname_con .niknmame .stat > li {
    width: auto;
    height: auto;
    position: relative;
    font-size: 0.8125rem;
    font-weight: 300;
    color: #ccc;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile_txt .nikname_con .niknmame .stat > li::after {
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -8px;
    background-color: #777;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile_txt .nikname_con .niknmame .stat > li:last-of-type::after {
    content: none;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile_txt .nikname_con .attend_num {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #28ffbb;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile_txt .attend_txt {
    width: 100%;
    padding: 10px 15px;
    background-color: #2e2e2e;
    position: relative;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile_txt .attend_txt > p {
    font-size: 0.875rem;
    font-weight: 400;
    color: #ccc;
}

/* ATTEND END */

/* NAMED SCORE */
.named_score {
    width: 100%;
    height: auto;
    position: relative;
}

.named_score .named_nav {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
}

.named_score .named_nav .named_navbox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #484848;
}

.named_score .named_nav .named_navbox .named_item {
    width: 100%;
    height: auto;
    position: relative;
    border-right: 1px solid #484848;
}

.named_score .named_nav .named_navbox .named_item:last-of-type {
    border-right: 0;
}

.named_score .named_nav .named_navbox .named_item > a {
    display: block;
    width: 100%;
    height: 90px;
    background-color: #1b1b1b;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}

.named_score .named_nav .named_navbox .named_item > a > span {
    width: 43px;
    height: 43px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
    background-size: auto;
}

.named_score .named_nav .named_navbox .named_item#major > a > span {
    background-image: url(/image/named_icon_01.png);
}

.named_score .named_nav .named_navbox .named_item#soccer > a > span {
    background-image: url(/image/named_icon_02.png);
}

.named_score .named_nav .named_navbox .named_item#baseball > a > span {
    background-image: url(/image/named_icon_03.png);
}

.named_score .named_nav .named_navbox .named_item#basketball > a > span {
    background-image: url(/image/named_icon_04.png);
}

.named_score .named_nav .named_navbox .named_item#volleyball > a > span {
    background-image: url(/image/named_icon_05.png);
}

.named_score .named_nav .named_navbox .named_item#hockey > a > span {
    background-image: url(/image/named_icon_06.png);
}

.named_score .named_nav .named_navbox .named_item#football > a > span {
    background-image: url(/image/named_icon_07.png);
}

.named_score .named_nav .named_navbox .named_item#star > a > span {
    background-image: url(/image/named_icon_08.png);
}

.named_score .named_nav .named_navbox .named_item#lol > a > span {
    background-image: url(/image/named_icon_09.png);
}

.named_score .named_nav .named_navbox .named_item#major.active > a > span,
.named_score .named_nav .named_navbox .named_item#major > a:hover > span {
    background-image: url(/image/named_icon_01_on.png);
}

.named_score .named_nav .named_navbox .named_item#soccer.active > a > span,
.named_score .named_nav .named_navbox .named_item#soccer > a:hover > span {
    background-image: url(/image/named_icon_02_on.png);
}

.named_score .named_nav .named_navbox .named_item#baseball.active > a > span,
.named_score .named_nav .named_navbox .named_item#baseball > a:hover > span {
    background-image: url(/image/named_icon_03_on.png);
}

.named_score .named_nav .named_navbox .named_item#basketball.active > a > span,
.named_score .named_nav .named_navbox .named_item#basketball > a:hover > span {
    background-image: url(/image/named_icon_04_on.png);
}

.named_score .named_nav .named_navbox .named_item#volleyball.active > a > span,
.named_score .named_nav .named_navbox .named_item#volleyball > a:hover > span {
    background-image: url(/image/named_icon_05_on.png);
}

.named_score .named_nav .named_navbox .named_item#hockey.active > a > span,
.named_score .named_nav .named_navbox .named_item#hockey > a:hover > span {
    background-image: url(/image/named_icon_06_on.png);
}

.named_score .named_nav .named_navbox .named_item#football.active > a > span,
.named_score .named_nav .named_navbox .named_item#football > a:hover > span {
    background-image: url(/image/named_icon_07_on.png);
}

.named_score .named_nav .named_navbox .named_item#star.active > a > span,
.named_score .named_nav .named_navbox .named_item#star > a:hover > span {
    background-image: url(/image/named_icon_08_on.png);
}

.named_score .named_nav .named_navbox .named_item#lol.active > a > span,
.named_score .named_nav .named_navbox .named_item#lol > a:hover > span {
    background-image: url(/image/named_icon_09_on.png);
}

.named_score .named_nav .named_navbox .named_item > a > p {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    font-size: 0.9375rem;
    font-weight: 400;
}

.named_score .named_nav .named_navbox .named_item > a:hover > p,
.named_score .named_nav .named_navbox .named_item.active > a > p {
    color: #28ffbb;
}

.named_score .named_player {
    width: 100%;
    height: 32000px;
    position: relative;
}

.named_score .named_player > iframe {
    display: block;
    width: 100%;
    max-width: 903px;
    margin: 0 auto;
    height: 100%;
    border: none;
}

/* NAMED SCORE END */

/* MYPAGE */
.mypage_con {
    width: 100%;
    height: auto;
    position: relative;
}

.mypage_box {
    width: 100%;
    height: auto;
    position: relative;
}

.mypage_tab {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.mypage_tab .mypage_tabtit {
    width: 150px;
    height: 50px;
    position: relative;
    background-color: #1b1b1b;
    text-align: center;
    border: 1px solid #484848;
}

.mypage_tab .mypage_tabtit > h2 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 48px;
    color: #28ffbb;
    margin: 0;
    padding: 0;
}

.mypage_tab .mypage_tabbox {
    /*width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);*/
    height: 50px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*background-color: #464646;
    border: 1px solid #484848;*/
    border-left: 0;
}

.mypage_tab .mypage_tabbox > li {
    width: 100%;
    height: 100%;
    position: relative;
}

.mypage_tab .mypage_tabbox > li::after {
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #ccc;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mypage_tab .mypage_tabbox > li:last-of-type::after {
    content: none;
}

.mypage_tab .mypage_tabbox > li > a {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    font-size: 0.9375rem;
    font-weight: 400;
    color: #ccc;
}

.mypage_tab .mypage_tabbox > li > a:hover,
.mypage_tab .mypage_tabbox > li.active > a {
    color: #28ffbb;
}

/* MYPAGE END */

/* MYPAGE USER */
.mypage_usercon {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #222222;
    border: 1px solid #222222;
    padding: 15px;
    /*margin-bottom: 20px;*/
}

.mypage_usercon .mypage_userbox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.mypage_usercon .mypage_userbox .mypage_user {
    width: 110px;
    height: auto;
    position: relative;
    background-color: #2e2e2e;
    border: 1px solid #484848;
    border-radius: 10px;
}

.mypage_usercon .mypage_userbox .mypage_user .user_thumb {
    width: 100%;
    height: 110px;
    position: relative;
    padding: 10px;
}

.mypage_usercon .mypage_userbox .mypage_user .user_thumb > img {
    width: 100%;
    height: 100%;
    border: 1px solid #484848;
    border-radius: 5rem;
}

.mypage_usercon .mypage_userbox .mypage_user > h2 {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    background-color: #28ffbb;
    color: #1b1b1b;
    padding: 5px 10px;
    font-size: 0.875rem;
    font-weight: 900;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.mypage_usercon .mypage_usertxt {
    width: -webkit-calc((100% - 30px) - 110px);
    width: -moz-calc((100% - 30px) - 110px);
    width: calc((100% - 30px) - 110px);
    height: auto;
    position: relative;
}

@media screen and (max-width: 768px) {
    .mypage_usercon .mypage_usertxt {
        width: 100%;
    }
    .mypage_usercon .mypage_userbox {
        flex-direction: column;
    }
}


.mypage_usercon .mypage_usertxt .user_txt {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.mypage_usercon .mypage_usertxt .user_txt > p {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #ccc;
}

.mypage_usercon .mypage_usertxt .user_txt > p > span {
    color: #28ffbb;
}

.mypage_usercon .mypage_usertxt .user_txt > span {
    display: block;
    width: auto;
    height: auto;
    position: relative;
    padding: 5px 15px;
    font-size: 0.75rem;
    font-weight: 500;
    color: #1b1b1b;
    background-color: #ccc;
}

.mypage_usercon .mypage_usertxt .user_p {
    width: 100%;
    height: auto;
    position: relative;
}

.mypage_usercon .mypage_usertxt .user_p > p {
    font-size: 0.875rem;
    font-weight: 300;
    color: #ccc;
    line-height: 28px;
}

.mypage_usercon .mypage_usertxt .mypage_userflex {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

.mypage_usercon .mypage_usertxt .mypage_userinfo {
    width: calc((100% - 30px) - 370px);
    height: auto;
    position: relative;
}


.mypage_usercon .mypage_usertxt .mypage_userinfo::after {
    content: '';
    width: 10px;
    height: 100%;
    background-color: #484848;
    position: absolute;
    top: 0;
    right: -15px;
}


@media screen and (max-width: 768px) {
    .mypage_usercon .mypage_usertxt .mypage_userinfo {
        width: 100% !important;
    }
    .mypage_usercon .mypage_usertxt .mypage_userflex {
        gap: 0;
        flex-direction: column;
    }
    .mypage_usercon .mypage_usertxt .mypage_userinfo::after {
        width: 0;
    }
    .mypage_usercon .mypage_usertxt .mypage_userinfo {
        border-bottom: 10px solid #484848;
    }
}

.mypage_usercon .mypage_usertxt .mypage_userinfo .userinfo_box {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #484848;
}

.mypage_usercon .mypage_usertxt .mypage_userinfo .userinfo_box > h2 {
    font-size: 1rem;
    font-weight: 400;
    color: #ccc;
    margin-bottom: 10px;
}

.mypage_usercon .mypage_usertxt .mypage_userinfo .userinfo_box > h2 > span {
    color: #28ffbb;
}

.mypage_usercon .mypage_usertxt .mypage_userinfo .userinfo_box .more_btn {
    width: auto;
    height: auto;
    position: relative;
}

.mypage_usercon .mypage_usertxt .mypage_userinfo .userinfo_box .more_btn > a {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 5px 20px;
    background-color: #28ffbb;
    color: #1b1b1b;
}

.mypage_usercon .mypage_usertxt .mypage_userinfo .userinfo_box .more_btn > a:hover {
    background-color: #f0d15c;
}

.mypage_usercon .mypage_usertxt .mypage_userinfo .userinfo_box .info_list {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.mypage_usercon .mypage_usertxt .mypage_userinfo .userinfo_box .info_list > li {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.mypage_usercon .mypage_usertxt .mypage_userinfo .userinfo_box .info_list > li::after {
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    background-color: #ccc;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mypage_usercon .mypage_usertxt .mypage_userinfo .userinfo_box .info_list > li:last-of-type::after {
    content: none;
}

.mypage_usercon .mypage_usertxt .mypage_userinfo .userinfo_box .info_list > li > p {
    font-size: 0.875rem;
    font-weight: 400;
    color: #ccc;
}

.mypage_usercon .mypage_usertxt .mypage_userinfo .userinfo_box .info_list > li > p > span {
    color: #28ffbb;
}

.mypage_usercon .mypage_usertxt .mypage_userinfo .userinfo_box .info_list > li > a {
    display: block;
    width: auto;
    height: auto;
    position: relative;
    background-color: #28ffbb;
    padding: 3px 15px;
    font-size: 0.75rem;
    font-weight: 800;
    color: #1b1b1b;
}

.mypage_usercon .mypage_usertxt .mypage_userinfo .userinfo_chart {
    width: 100%;
    height: auto;
    position: relative;
}

.user_chartbox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #484848;
}

.user_chartbox .chart_th {
    width: 100px;
    height: 54px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #484848;
    background-color: #28ffbb;
}

.user_chartbox .chart_th > h2 {
    font-size: 0.875rem;
    font-weight: 900;
    color: #1b1b1b;
}

.user_chartbox .chart_td {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.user_chartbox .chart_td > li {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    border-right: 1px solid #484848;
    gap: 5px;
}

.user_chartbox .chart_td > li:last-of-type {
    border-right: 0;
}

.user_chartbox .chart_td > li > h3 {
    width: 100%;
    font-size: 0.875rem;
    font-weight: 300;
    color: #ccc;
    margin: 0;
    padding: 0;
}

.user_chartbox .chart_td > li > p {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 0.875rem;
    font-weight: 300;
    color: #ccc;
}

.exp_bar_area {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 36px;
}

.exp_bar_area > p {
    width: 50px;
    font-size: 0.875rem;
    color: #ccc;
    font-weight: 300;
}

.exp_bar_area .exp_bar {
    width: -webkit-calc((100% - 10px) - 50px);
    width: -moz-calc((100% - 10px) - 50px);
    width: calc((100% - 10px) - 50px);
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
}

.exp_bar_area .exp_bar .exp_step {
    width: 24px;
    height: 24px;
    position: relative;
}

.exp_bar_area .exp_bar .exp_step > img {
    width: 100%;
    height: 100%;
}

.exp_bar_area .exp_bar .exp_gauge {
    width: 380px;
    height: 30px;
    position: relative;
    border-bottom: 1px solid #484848;
}

.exp_bar_area .exp_bar .exp_gauge .exp_gauge_bar {
    width: 100%;
    height: 15px;
    background-color: #1b1b1b;
    border: 1px solid #484848;
    border-right: 0;
    margin-top: 2px;
    position: relative;
    overflow: hidden;
}

.exp_bar_area .exp_bar .exp_gauge .exp_gauge_bar .gauge_bar_color {
    width: auto;
    height: 15px;
    background-color: #28ffbb;
    position: absolute;
    top: 0;
    left: 0;
}

.exp_bar_area .exp_bar .exp_gauge .gauge_line {
    position: absolute;
    width: 1px;
    height: 35px;
    background-color: #484848;
    z-index: 999;
}

.exp_bar_area .exp_bar .exp_gauge .gauge_line.gauge_line_01 {
    left: 0;
}

.exp_bar_area .exp_bar .exp_gauge .gauge_line.gauge_line_02 {
    left: 33.3%;
}

.exp_bar_area .exp_bar .exp_gauge .gauge_line.gauge_line_03 {
    left: 66.6%;
}

.exp_bar_area .exp_bar .exp_gauge .gauge_line.gauge_line_04 {
    left: 100%;
}

.exp_bar_area .exp_bar .exp_gauge .gauge_line > span {
    position: absolute;
    top: 39px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0.8125rem;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.mypage_usercon .mypage_usertxt .mypage_userstat {
    width: 400px;
    height: auto;
    position: relative;
}

@media screen and (max-width: 768px) {
    .mypage_usercon .mypage_usertxt .mypage_userstat {
        width: 100% !important;
        margin-top:10px;
    }
}


    .mypage_usercon .mypage_usertxt .mypage_userstat .userstat_p {
        width: 400px;
        height: 100%;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        gap: 15px;
        padding-left: 30px;
    }

.mypage_usercon .mypage_usertxt .mypage_userstat .userstat_p > p {
    font-size: 16px;
    font-weight: 400;
    color: #ccc;
    word-break: keep-all;
    line-height: 20px;
    /*letter-spacing: -1px;*/
}

    .mypage_usercon .mypage_usertxt .mypage_userstat .exp_list {
        width: 400px;
        height: 100%;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        padding-left: 30px;
    }

        .mypage_usercon .mypage_usertxt .mypage_userstat .exp_list > li {
            width: 400px;
            height: auto;
            position: relative;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            font-size: 0.875rem;
            font-weight: 400;
            color: #ccc;
        }

/*.mypage_usercon .mypage_usertxt .mypage_userstat .exp_list > li::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #484848;
    position: absolute;
    bottom: -10px;
    left: 0;
}*/

.mypage_usercon .mypage_usertxt .mypage_userstat .exp_list > li:last-of-type::after {
    content: none;
}

.mypage_usercon .mypage_usertxt .mypage_userstat .exp_list > li > h4 {
    font-size: 0.875rem;
    font-weight: 400;
    color: #ccc;
}

.mypage_usercon .mypage_usertxt .mypage_userstat .exp_list > li > p {
    font-size: 0.875rem;
    font-weight: 400;
    color: #ccc;
}

/* MYPAGE USER */

/* MYPAGE LV LIST */
.mypage_lvlist {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #1b1b1b;
    border: 1px solid #484848;
    padding: 20px 15px;
    margin-bottom: 20px;
    display:none;
}

.mypage_lvlist .lvlist_box {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

.mypage_lvlist .lvlist_box .lvlist_item {
    width: 36px;
    height: auto;
    position: relative;
}

.mypage_lvlist .lvlist_box .lvlist_item .lv_rank {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}

.mypage_lvlist .lvlist_box .lvlist_item .lv_rank .lv_icon {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 5px;
}

.mypage_lvlist .lvlist_box .lvlist_item .lv_rank .lv_icon > img {
    width: 100%;
    height: 100%;
}

.mypage_lvlist .lvlist_box .lvlist_item .lv_rank > p {
    font-size: 0.8125rem;
    font-weight: 300;
    color: #ccc;
}

.mypage_lvlist .lvlist_box .lvlist_item .lv_point {
    display: inline-block;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #28ffbb;
    border: 1px solid #484848;
    top: -34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0.8125rem;
    font-weight: 600;
    color: #1b1b1b;
    padding: 6px 10px;
    text-align: center;
    display: none;
}

.mypage_lvlist .lvlist_box .lvlist_item:hover .lv_point {
    display: block;
}

/* MYPAGE LV LIST END */

/* MYPAGE CONTENTS */
.mypage_contents {
    width: 100%;
    height: auto;
    position: relative;
}

.mypage_conttitle {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 10px;
}

.mypage_conttitle > h2 {
    font-size: 1rem;
    font-weight: 400;
    color: #ccc;
}

.mypage_conttitle > h2 > span {
    color: #28ffbb;
    font-weight: 600;
}

.mypage_edit {
    width: 100%;
    height: auto;
    position: relative;
    border: 1px solid #484848;
    padding: 15px;
}

.mypage_edit .edit_box {
    width: 100%;
    height: auto;
    position: relative;
}

.mypage_edit .edit_box .edit_item {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .mypage_edit .edit_box .edit_item {
        flex-direction:column;
    }
    .mypage_usercon .mypage_usertxt .mypage_userstat .userstat_p {
        width:100%;
        padding-left: 15px;
    }
}


.mypage_edit .edit_box .edit_item:last-of-type {
    margin-bottom: 0;
}

.mypage_edit .edit_box .edit_item .edit_ob {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.mypage_edit .edit_box .edit_item .edit_ob .edit_th {
    width: 120px;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    padding-left: 15px;
    padding-top: 10px;
}

.mypage_edit .edit_box .edit_item .edit_ob .edit_th > h2 {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #28ffbb;
}

.mypage_edit .edit_box .edit_item .edit_ob .edit_td {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    height: auto;
    position: relative;
    padding: 0 10px;
}

.mypage_edit .edit_box .edit_item .edit_ob .edit_td .edit_p {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 10px;
}

.mypage_edit .edit_box .edit_item .edit_ob .edit_td .edit_p > p {
    font-size: 0.875rem;
    font-weight: 300;
    color: #ccc;
    line-height: 20px;
    margin-bottom: 5px;
    word-break: keep-all;
}

.mypage_edit .edit_box .edit_item .edit_ob .edit_td .edit_p > p:last-of-type {
    margin-bottom: 0;
}

.mypage_edit .edit_box .edit_item .edit_ob .edit_td .edit_p > p > span {
    color: #ff3c3c;
}

/* MYPAGE CONTENTS END */

.rwp_button {
    position: relative;
    width: 18%;
    margin: 5px 1%;
    height: 100px;
}

    .rwp_button > input[type='radio']:checked + label {
        /*background-color: #28ffbb;*/
        border: 2px solid #28ffbb;
    }
    .rwp_button > input[value='Mbet']:checked + label {
        border: 2px solid #ee0000 !important;
    }
    .rwp_button > input[value='Prime']:checked + label {
        border: 2px solid #ee0000 !important;
    }

.rwp_button > input[type='radio'] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

    .rwp_button > input[type='radio'] + label {
        /*width: auto;*/
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        /*border: 2px solid #cea76e;*/
        display: inline-block;
        position: relative;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 0.875rem;
        font-weight: 600;
        color: #1b1b1b;
        width: 100%;
        height: 100%;
        /*background-color: #222222;*/
        border-radius: 10px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition:all .5s;
    }
    .rwp_button > input[type='radio'] + label:hover{
        transform:scale(1.05);
    }

.rwp_select > select {
    width: 100%;
    height: 100%;
    border: 1px solid #484848;
    color: #1b1b1b;
    padding: 0 15px;
    font-weight: 600;
    background: url(/image/select_arrows2.png) no-repeat right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #bbb;
}
.rwp_input {
    width: 300px;
    height: 30px;
    position: relative;
}
.rwp_input > input {
    width: 100%;
    height: 100%;
    background-color: #bbb;
    border: 1px solid #484848;
    padding: 0 15px;
    color: #1b1b1b;
    font-weight: 600;
}
.rwp_submit {
    width: 180px;
    height: 40px;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
}
.rwp_submit > button {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #28ffbb;
    border: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1b1b1b;
    border-radius: 5px;
}



.m_rwp_button {
    position: relative;
    width: 29%;
    margin: 6px 2%;
    height: 35px;
}

    .m_rwp_button > input[type='radio']:checked + label {
        /*background-color: #28ffbb;*/
        border: 2px solid #28ffbb;
        color: #28ffbb;
    }
    .m_rwp_button > input[value='Mbet']:checked + label {
        border: 2px solid #ee0000;
        color: #ee0000;
    }
    .m_rwp_button > input[value='Prime']:checked + label {
        border: 2px solid #ee0000;
        color: #ee0000;
    }

    .m_rwp_button > input[type='radio'] {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }

        .m_rwp_button > input[type='radio'] + label {
            /*width: auto;*/
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            /*border: 1px solid #484848;*/
            display: inline-block;
            position: relative;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            width: 100%;
            height: 100%;
            background-color: #222222;
            border-radius: 20px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            text-align:center;
            line-height:32px;
        }


@media screen and (max-width:768px) {

    .rwp_button {
        width: 48%;
    }
}