@charset "UTF-8";

/* SUB SETTING */
.sub_contents {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 10px;
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
    background-size: auto;
    margin-top: 40px;
}

.sub_contents.named_contents {
    background-color: #020409;
    border: 1px solid #233956;
    padding: 30px 20px;
}

.sub_contents.border_contents {
    background-color: #020409;
    border: 1px solid #233956;
}

.sub_contents.attend_contents {
    padding: 0;
    margin-top: 40px;
}

.sub_contents .sub_cont {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
}

.sub_contents .sub_size {
    width: 100%;
    height: auto;
    position: relative;
}

/* 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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;    
    border-radius: 5px;
    background: linear-gradient(90deg, rgba(44, 81, 155, 0.61) 0%, rgba(56, 146, 180, 0.61) 100%);
    padding: 11px 16px;
}

.sub_titbox.widget {
    margin-top: 60px;
}
.sub_titbox .sub_tit {
    width: auto;
    height: auto;
}


/* .sub_titbox .sub_tit::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e49c12;
    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: #ffffff;
    position: relative;
    padding: 0 10px 0 0px;
    display: inline-block;
    z-index: 9;
}

/* SUB TIT END */

/* PARNER BOX */
.parner_winbox {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
}

.parner_winbox .parner_logo {
    width: 220px;
    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(/assets/Pc/img/hd_logo.png?ver=20240910);
    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: #367af4;
}

.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_winbox .parner_img {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 0;
}

.parner_winbox .parner_img > img {
    width: 100%;
    max-width: 100%;
}

/* 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 #233956;
    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: #888;
    border-radius: 5rem;
}

.parner_tab .parner_tabbox > li.tabactive > a,
.parner_tab .parner_tabbox > li > a:hover {
    background-color: #61A8FF;
    color: #000;
}

/* PARNER TAB END */

/* REWARD BOX */
.reward_info {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #2e2f30;
    padding: 25px;
}

.reward_info .reward_logo {
    width: 110px;
    height: 21.5px;
    position: relative;
    margin-bottom: 20px;
}

.reward_info .reward_logo > span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(/assets/Pc/img/hd_logo.png?ver=20240910);
    background-repeat: no-repeat;
    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.8125rem;
    line-height: 25px;
    color: #fff;
}

/* REWARD BOX END */

/* REWARD ASK */
.reward_ask {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #2e2f30;
    padding: 25px;
    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: #3e3f3f;
    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;
}

.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.875rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.5px;
}

.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;
    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: #61A8FF;
    font-size: 0.875rem;
    font-weight: 600;
}

/* REWARD ASK END */

/* RANK ACT */
.rank_act_wrap {
    border-radius: 5px;
    background-color: #2E2F30;
    padding: 36px 20px 56px;
}

.rank_act {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 95px;
}

.rank_act:last-of-type {
    margin-bottom: 0;
}

.rank_act .rank_act_tit {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 29px;
}

.rank_act .rank_act_tit .rank_titbox {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 13px;
}

.rank_act .rank_act_tit .rank_titbox > h2 {
    border-radius: 23px;
    background: linear-gradient(to right, #2A4B99, #3894B5);
    padding: 6px 25px;
    font-size: 1.5625rem;
    font-weight: 700;
    color: #fff;
}
.rank_act .rank_act_tit .rank_titbox > .rank_date {
    font-size: 0.9375rem;
    color: #CDCDCD;
}

.rank_act .rank_act_tit .rank_titbox > span {
    width: 21px;
    height: 35px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.rank_act .rank_act_tit .rank_titbox > span.icon_lt {
    background-image: url(../img/rank_lt.png);
}

.rank_act .rank_act_tit .rank_titbox > span.icon_gt {
    background-image: url(../img/rank_gt.png);
}

.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: 25px;
}

.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;
}

.rank_act .rank_act_list .rank_item .rank_subtit {
    width: 100%;
    position: relative;
    margin-bottom: 24px;
}

.rank_act .rank_act_list .rank_item .rank_subtit > h2 {
    font-size: 1.25rem;
    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: 4px;
}

.rank_act .rank_act_list .rank_item .rank_subtit > h2 > span:nth-of-type(1) {
    width: 24px;
    height: 24px;
    position: relative;
    background-image: url(../img/rank_icon_lt.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.rank_act .rank_act_list .rank_item .rank_subtit > h2 > span:nth-of-type(2) {
    width: 24px;
    height: 24px;
    position: relative;
    background-image: url(../img/rank_icon_gt.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;
}

.rank_act .rank_act_list .rank_item .rank_list .list_item {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #4D4D4D;
    padding: 14px 18px;
}
.rank_act .rank_act_list .rank_item .rank_list .list_item:first-of-type {
    border-top: 1px solid #4D4D4D;
}
.rank_act .rank_act_list .rank_item .rank_list .list_item:nth-of-type(odd) {
    background-color: #383838;
}

.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: flex;
    align-items: center;
    gap: 10px;
}

.rank_act .rank_act_list .rank_item .rank_list .list_item .user_info > p {
    width: 40px;
    text-align: center;
    position: relative;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}

.rank_act .rank_act_list .rank_item .rank_list .list_item:nth-of-type(1) .user_info > p.medal::before,
.rank_act .rank_act_list .rank_item .rank_list .list_item:nth-of-type(2) .user_info > p.medal::before,
.rank_act .rank_act_list .rank_item .rank_list .list_item:nth-of-type(3) .user_info > p.medal::before {
    content: '';
    display: block;
    background-image: url(../img/att_rank_icon_before.png);
    width: 9px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.rank_act .rank_act_list .rank_item .rank_list .list_item:nth-of-type(1) .user_info > p.medal::after,
.rank_act .rank_act_list .rank_item .rank_list .list_item:nth-of-type(2) .user_info > p.medal::after,
.rank_act .rank_act_list .rank_item .rank_list .list_item:nth-of-type(3) .user_info > p.medal::after {
    content: '';
    display: block;
    background-image: url(../img/att_rank_icon_after.png);
    width: 9px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.rank_act .rank_act_list .rank_item .rank_list .list_item .user_info .user_name {
    width: auto;
    height: auto;
    position: relative;
    display: flex;
    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: 0.812rem;
    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: 0.8125rem;
    font-weight: 400;
    color: #FFCD34;
}

.rank_act .rank_act_list .rank_item .rank_list .list_item .user_point > span {
    color: #F65E5E;
}

/* RANK ACT END */

/* ATTEND */
.attend_con {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 23px 30px 23px;
    border-radius: 5px;
    background-color: #2e2f30;
}

.attend_con::before {
    content: '';
    width: 513px;
    height: 254px;
    position: absolute;
    top: -9px;
    left: 0;
    background-image: url(../img/attend_topbg.png);
    background-image: image-set(url("../img/attend_topbg.png.webp") type("image/webp"), url("../img/attend_topbg.png") type("image/png"));
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
}

.attend_con .attend_tit {
    width: auto;
    height: auto;
    position: relative;
    z-index: 9;
    margin-left: 512px;
    margin-bottom: 20px;
    padding-top: 67px;
    font-size: 0;
}

.attend_con .attend_tit > img {
    width: auto;
    max-width: 100%;
}

.attend_con .attend_year {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 9;
    width: 292px;
    margin-left: 512px;
    margin-bottom: 52px;
    text-align: center;
}

.attend_con .attend_year > span {
    color: #39DEFF;
}

.attend_con .attend_box {
    width: 100%;
    height: auto;
    position: relative;
}

.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-family: 'TTTogether';
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
}

.attend_con .attend_box .attend_cal > p > span {
    color: #000;
}

.attend_con .attend_box .attend_table {
    width: 100%;
    height: auto;
    position: relative;
}

.attend_con .attend_box .attend_table > table {
    width: calc(100% + 18px);
    height: auto;
    position: relative;
    border-collapse: separate;
    border-spacing: 9px;
    margin: -9px;
}

.attend_con .attend_box .attend_table > table th {
    padding: 10px 0;
    border-radius: 5px;
    background-color: #2D4D6D;
    color: #fff;
    font-size: 1.0625rem;
    font-weight: 500;
}

.attend_con .attend_box .attend_table > table th:last-of-type {
    border-right: 0;
}

.attend_con .attend_box .attend_table > table th.sun {
    color: #E44444;
}

.attend_con .attend_box .attend_table > table th.sat {
    color: #28C2FF;
}

.attend_con .attend_box .attend_table > table td {
    height: 89px;
    vertical-align: top;
    padding: 10px 15px;
    text-align: right;
    border-radius: 5px;
    background-color: #212122;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #fff;
}

.attend_con .attend_box .attend_table > table td.sun {
    color: #E44444;
}

.attend_con .attend_box .attend_table > table td.sat {
    color: #28C2FF;
}

.attend_con .attend_box .attend_table > table td.on {
    background-image: url(/assets/Pc/img/attend_on.png);
}

.attend_con .attend_box .attend_table > table td.off {
    background-image: url(/assets/Pc/img/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;
    margin-top: 41px;
    background-color: #1B1A1C;
    padding: 25px 20px 20px 20px;
    border-radius: 5px;
}

.attend_con .attend_box .attend_infobox .attend_info {
    width: 100%;
    height: auto;
    position: relative;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_infotit {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 37px;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_infotit > h4 {
    font-size: 1.625rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex {
    width: 100%;
    height: auto;
    display: flex;
    gap: 13px;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox {
    width: calc(100% / 3);
    height: 167px;
    position: relative;
    border-radius: 5px;
    background-color: #272E36;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox:last-of-type:before {
    content: none;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox::after {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_tit {
    width: 100%;
    height: auto;
    position: relative;
    top: -15px;
    text-align: center;
    margin-bottom: 3px;
    z-index: 1;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_tit > p {
    font-size: 1.0625rem;
    font-weight: 500;
    color: #fff;
    padding: 8px 17px;
    border-radius: 5rem;
    letter-spacing: -0.5px;
    line-height: 1;
    display: inline-block;
    background: linear-gradient(to right, #2A4B99, #3894B5);
    position: relative;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox_03 .att_tit > p {
    padding-right: 42px;
}
.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox_03 .att_tit > p::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/assets/Pc/img/att_rank_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_list {
    z-index: 1;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_list_01 {
    margin-left: 66px;
    margin-top: 13px;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_list_02 {
    display: block;
    margin-left: 24px;
    margin-top: 25px;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_list > li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 14px;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_list > li:last-of-type {
    margin-bottom: 0;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_list > li::before {
    content: '';
    display: block;
    margin-right: 9px;
    width: 4px;
    height: 4px;
    background-color: #DEF364;
    border-radius: 50%;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_list_02 > li::before {
    background-color: #F3C364;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_list_03 > li::before {
    display: none;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_list > li > p {
    font-size: 0.875rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_list > li > p > span {
    font-weight: 700;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_list_01 > li > p > span {
    color: #DEF364;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_list_02 > li > p > span {
    color: #F3C364;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_list_03 {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    padding: 0 15px;
    padding-bottom: 10px;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_list_03 .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: 4.5px;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_list_03 .rank_item:last-of-type {
    margin-bottom: 0;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_list_03 .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_info .attend_flex .att_txtbox .att_list_03 .rank_item .rank_name > span {
    width: 18px;
    height: 18px;
    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;
    font-weight: 500;
    background-color: #DEF364;
    color: #000;
    border-radius: 3px;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_list_03 .rank_item .rank_name > p {
    font-size: 0.8125rem;
    letter-spacing: -0.5px;
    font-weight: 500;
    color: #fff;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_list_03 .rank_item > p {
    font-size: 0.8125rem;
    letter-spacing: -0.5px;
    font-weight: 400;
    color: #909090;
}

.attend_con .comt_wrap {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 20px;
    padding: 18px 20px 24px;
    border-radius: 3px;
    background-color: #3E3F3F;
}

.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;
    margin-bottom: 20px;
    background-color: #272727;
    border: 3px solid #F6E900;
    border-radius: 3px;
}

.attend_con .comt_wrap .comt_txt .comt_textarea {
    width: calc(100% - 114px);
    height: 56px;
    position: relative;
}

.attend_con .comt_wrap .comt_txt .comt_textarea > textarea {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #272727;
    padding: 10px 13px;
    color: #fff;
    font-size: 0.875rem;
    overflow: hidden;

}

.attend_con .comt_wrap .comt_txt .comt_button {
    width: 114px;
    height: 32px;
    position: relative;
    margin-right: 8px;
}

.attend_con .comt_wrap .comt_txt .comt_button > button {
    width: 100%;
    height: 32px;
    border: none;
    cursor: pointer;
    background-color: #309ad7;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 700;
    position: relative;
}

.attend_con .comt_wrap .comt_txt .comt_button > button:hover {
    background-color: #1a3f81;
    border: 1px solid #1a3f81;
}

.attend_con .comt_wrap .comt_list {
    width: 100%;
    height: auto;
    position: relative;
}

.attend_con .comt_wrap .comt_list .comt_tablebox {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 9px;
    overflow: hidden;
    color: #fff;
    font-size: 0.875rem;
}
.attend_con .comt_wrap .comt_list .comt_tablebox thead tr th {
    background-color: #272727;
    height: 32px;
    font-weight: 500;
}
.attend_con .comt_wrap .comt_list .comt_tablebox tbody tr:nth-of-type(2n) {
    background-color: #383838;
}
.attend_con .comt_wrap .comt_list .comt_tablebox tbody tr td {
    height: 49px;
    text-align: center;
    border-bottom: 1px solid #595959;
}
.attend_con .comt_wrap .comt_list .comt_tablebox tbody tr:last-child td {
    border-bottom: none;
}
.attend_con .comt_wrap .comt_list .comt_tablebox tbody tr td.rank_num {
    width: 70px;
}
.attend_con .comt_wrap .comt_list .comt_tablebox tbody tr td.regist_date {
    width: 100px;
}
.attend_con .comt_wrap .comt_list .comt_tablebox tbody tr td.nickname {
    padding-left: 15px;
    width: 120px;
    text-align: left;
}
.attend_con .comt_wrap .comt_list .comt_tablebox tbody tr td.comment_txt {
    padding-left: 20px;
    text-align: left;
}
.attend_con .comt_wrap .comt_list .comt_tablebox tbody tr td.point {
    width: 100px;
}
.attend_con .comt_wrap .comt_list .comt_tablebox tbody tr td.inarow {
    width: 80px;
}

.attend_con .comt_wrap .comt_list .comt_tablebox tbody tr td.point .point_txt {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #004AC1;
    border-radius: 21px;
    background-color: #AECADD;
    color: #004AC1;
    font-size: 0.75rem;
    font-weight: 600;
}
.attend_con .comt_wrap .comt_list .comt_tablebox tbody tr td.inarow span {
    color: #61A8FF;
}


.attend_con .comt_wrap .comt_list .comt_tablebox .comt_tableitem.rank_1 .rank_num,
.attend_con .comt_wrap .comt_list .comt_tablebox .comt_tableitem.rank_2 .rank_num,
.attend_con .comt_wrap .comt_list .comt_tablebox .comt_tableitem.rank_3 .rank_num {
    position: relative;
    color: #28C2FF;
}
.attend_con .comt_wrap .comt_list .comt_tablebox .comt_tableitem.rank_1 .rank_num::before,
.attend_con .comt_wrap .comt_list .comt_tablebox .comt_tableitem.rank_2 .rank_num::before,
.attend_con .comt_wrap .comt_list .comt_tablebox .comt_tableitem.rank_3 .rank_num::before {
    content: '';
    display: block;
    background-image: url(../img/att_rank_icon_before.png);
    width: 9px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
}
.attend_con .comt_wrap .comt_list .comt_tablebox .comt_tableitem.rank_1 .rank_num::after,
.attend_con .comt_wrap .comt_list .comt_tablebox .comt_tableitem.rank_2 .rank_num::after,
.attend_con .comt_wrap .comt_list .comt_tablebox .comt_tableitem.rank_3 .rank_num::after {
    content: '';
    display: block;
    background-image: url(../img/att_rank_icon_after.png);
    width: 9px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.attend_con .comt_wrap .comt_list .comt_tablebox .comt_tableitem.my_rank td {
    background-color: #293f60;
}

.attend_con .comt_wrap .paging_con {
    background-color: #3E3F3F;
}

.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;
    margin-bottom: 20px;
    gap: 30px;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem:last-of-type {
    margin-bottom: 0;
}

.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: #fff;
    text-align: center;
    margin-top: 6px;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem.rank_1 .profile > p,
.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem.rank_2 .profile > p,
.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem.rank_3 .profile > p {
    width: 25px;
    height: 25px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    font-size: 0;
    margin: 0 auto;
    margin-top: 2px;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem.rank_1 .profile > p {
    background-image: url(../img/medal_01.png);
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem.rank_2 .profile > p {
    background-image: url(../img/medal_02.png);
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem.rank_3 .profile > p {
    background-image: url(../img/medal_03.png);
}

.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: #131e2e;
    border: 1px solid #233956;
    border-radius: 5px;
    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 #131e2e;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile_txt::before {
    border-width: 17px 18px 17px 0;
    border-color: transparent #233956;
    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: #fff;
}

.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: #4b505a;
}

.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: #61A8FF;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem .profile_txt .attend_txt {
    width: 100%;
    padding: 10px 15px;
    background-color: #020409;
    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: #fff;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem.my_rank .profile_txt {
    background-color: #293f60;
}

.attend_con .comt_wrap .comt_list .comt_listbox .comt_listitem.my_rank .profile_txt::after {
    border-color: transparent #293f60;
}

/* ATTEND END */

/* NAMED SCORE */
.named_score {
    width: 100%;
    height: auto;
    position: relative;
}

.named_score .named_nav {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
}

.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;
    gap: 15px;
}

.named_score .named_nav .named_navbox .named_item {
    width: 100%;
    height: auto;
    position: relative;
}

.named_score .named_nav .named_navbox .named_item > a {
    display: block;
    width: 100%;
    height: 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-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;
    background-color: #172437;
    border: 1px solid #233956;
    padding: 10px 0 20px;
    border-radius: 20px;
    gap: 8px;
}

.named_score .named_nav .named_navbox .named_item > a > span {
    width: 60px;
    height: 60px;
    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(/assets/Pc/img/named_icon_01.png);
}

.named_score .named_nav .named_navbox .named_item#soccer > a > span {
    background-image: url(/assets/Pc/img/named_icon_02.png);
}

.named_score .named_nav .named_navbox .named_item#baseball > a > span {
    background-image: url(/assets/Pc/img/named_icon_03.png);
}

.named_score .named_nav .named_navbox .named_item#basketball > a > span {
    background-image: url(/assets/Pc/img/named_icon_04.png);
}

.named_score .named_nav .named_navbox .named_item#volleyball > a > span {
    background-image: url(/assets/Pc/img/named_icon_05.png);
}

.named_score .named_nav .named_navbox .named_item#hockey > a > span {
    background-image: url(/assets/Pc/img/named_icon_06.png);
}

.named_score .named_nav .named_navbox .named_item#football > a > span {
    background-image: url(/assets/Pc/img/named_icon_07.png);
}

.named_score .named_nav .named_navbox .named_item#star > a > span {
    background-image: url(/assets/Pc/img/named_icon_08.png);
}

.named_score .named_nav .named_navbox .named_item#lol > a > span {
    background-image: url(/assets/Pc/img/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(/assets/Pc/img/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(/assets/Pc/img/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(/assets/Pc/img/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(/assets/Pc/img/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(/assets/Pc/img/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(/assets/Pc/img/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(/assets/Pc/img/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(/assets/Pc/img/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(/assets/Pc/img/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.8125rem;
    font-weight: 400;
    color: #fff;
}

.named_score .named_nav .named_navbox .named_item > a:hover > p,
.named_score .named_nav .named_navbox .named_item.active > a > p {
    color: #61A8FF;
}

.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: #131e2e;
    text-align: center;
    border: 1px solid #233956;
}

.mypage_tab .mypage_tabtit > h2 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 48px;
    color: #61A8FF;
}

.mypage_tab .mypage_tabbox {
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
    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;
    background-color: #020409;
    border: 1px solid #233956;
    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: #565a5e;
    -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: #fff;
}

.mypage_tab .mypage_tabbox > li > a:hover,
.mypage_tab .mypage_tabbox > li.active > a {
    color: #61A8FF;
}

/* MYPAGE END */

/* MYPAGE USER */
.mypage_usercon {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #152031;
    border: 1px solid #233956;
    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: #020409;
    border: 1px solid #233956;
}

.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 #233956;
    border-radius: 5rem;
}

.mypage_usercon .mypage_userbox .mypage_user > h2 {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    background-color: #61A8FF;
    color: #fff;
    padding: 5px 10px;
    font-size: 0.875rem;
    font-weight: 900;
}

.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;
}

.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: #fff;
}

.mypage_usercon .mypage_usertxt .user_txt > p > span {
    color: #61A8FF;
}

.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: #fff;
    background-color: #333;
}

.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: #fff;
    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: -webkit-calc((100% - 30px) - 320px);
    width: -moz-calc((100% - 30px) - 320px);
    width: calc((100% - 30px) - 320px);
    height: auto;
    position: relative;
}

.mypage_usercon .mypage_usertxt .mypage_userinfo::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #233956;
    position: absolute;
    top: 0;
    right: -15px;
}

.mypage_usercon .mypage_usertxt .mypage_userinfo .userinfo_box {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #233956;
}

.mypage_usercon .mypage_usertxt .mypage_userinfo .userinfo_box > h2 {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.mypage_usercon .mypage_usertxt .mypage_userinfo .userinfo_box > h2 > span {
    color: #61A8FF;
}

.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: 500;
    padding: 5px 20px;
    background-color: #333;
    color: #fff;
}

.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: #313437;
    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: #fff;
}

.mypage_usercon .mypage_usertxt .mypage_userinfo .userinfo_box .info_list > li > p > span {
    color: #61A8FF;
}

.mypage_usercon .mypage_usertxt .mypage_userinfo .userinfo_box .info_list > li > a {
    display: block;
    width: auto;
    height: auto;
    position: relative;
    background-color: #333;
    padding: 3px 15px;
    font-size: 0.75rem;
    font-weight: 800;
    color: #fff;
}

.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 #233956;
}

.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 #233956;
    background-color: #020409;
}

.user_chartbox .chart_th > h2 {
    font-size: 0.875rem;
    font-weight: 700;
    color: #fff;
}

.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 #233956;
    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: #fff;
}

.user_chartbox .chart_td > li > p {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 0.875rem;
    font-weight: 300;
    color: #fff;
}

.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: #fff;
    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 #233956;
}

.exp_bar_area .exp_bar .exp_gauge .exp_gauge_bar {
    width: 100%;
    height: 15px;
    background-color: #1b1b1b;
    border: 1px solid #233956;
    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: #61A8FF;
    position: absolute;
    top: 0;
    left: 0;
}

.exp_bar_area .exp_bar .exp_gauge .gauge_line {
    position: absolute;
    width: 1px;
    height: 35px;
    background-color: #233956;
    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: 320px;
    height: auto;
    position: relative;
}

.mypage_usercon .mypage_usertxt .mypage_userstat .userstat_p {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    gap: 15px;
}

.mypage_usercon .mypage_usertxt .mypage_userstat .userstat_p > p {
    font-size: 0.875rem;
    font-weight: 400;
    color: #fff;
    word-break: keep-all;
    line-height: 26px;
}

.mypage_usercon .mypage_usertxt .mypage_userstat .exp_list {
    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-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.mypage_usercon .mypage_usertxt .mypage_userstat .exp_list > li {
    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;
}

.mypage_usercon .mypage_usertxt .mypage_userstat .exp_list > li::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #233956;
    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: #fff;
}

.mypage_usercon .mypage_usertxt .mypage_userstat .exp_list > li > p {
    font-variant-numeric: tabular-nums;
    font-size: 0.875rem;
    font-weight: 400;
    color: #fff;
}

/* MYPAGE USER */

/* MYPAGE LV LIST */
.mypage_lvlist {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #020409;
    padding: 20px 15px;
    margin-bottom: 20px;
}

.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: #fff;
}

.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: #232831;
    border: 1px solid #4b505a;
    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: #fff;
    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: #fff;
}

.mypage_conttitle > h2 > span {
    color: #61A8FF;
    font-weight: 600;
}

.mypage_edit {
    width: 100%;
    height: auto;
    position: relative;
    border: 1px solid #233956;
    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;
}

.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: #61A8FF;
}

.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: #fff;
    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 */

/* EVENT PAGE */
.event_h2 {
    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;
}

.event_titbtn {
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    font-size: 0.9375rem;
    color: #fff;
    background-color: #000;
    padding: 6px 15px;
    line-height: 1;
    -webkit-clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
    clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
}

.event_titbtn.event_titbtn_01 {
    background-color: #3d7ca4;
}

.event_titbtn.event_titbtn_02 {
    background-color: #f7ea15;
    font-weight: 600;
    color: #000;
}

.view_eventcon {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 80px;
}

.view_eventcon .view_eventbox {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #1c1c1c;
    padding-top: 35px;
    padding-bottom: 35px;
}

.view_eventcon .view_eventbox > p {
    text-align: center;
    font-size: 1.875rem;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 1;
    color: #61A8FF;
    margin-bottom: 25px;
}

.view_eventcon .event_databox {
    font-family: 'GmarketSans', sans-serif;
    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: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
}

.view_eventcon .event_databox .event_dataitem {
    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;
}

.view_eventcon .event_databox .event_dataitem .event_callist {
    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: 6px;
}

.view_eventcon .event_databox .event_dataitem .event_callist > li {
    width: 46px;
    height: 64px;
    background-image: url(../img/event_data_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    overflow: hidden;
    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;
}

.view_eventcon .event_databox .event_dataitem .event_callist > li > span {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 9;
    line-height: 1;
    top: 4px;
}

.view_eventcon .event_databox .event_dataitem > span {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1;
    color: #2f79a8;
    position: relative;
    top: 4px;
}

.event_txtbox {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 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;
    margin-top: 40px;
}

.event_txtbox .event_input {
    width: 170px;
    height: 42px;
    position: relative;
}

.event_txtbox .event_input > input {
    width: 100%;
    height: 100%;
    background-color: #282a2d;
    border: 1px solid #5a90f7;
    padding: 0 20px;
    border-radius: 5rem 0 0 5rem;
    color: #fff;
}

.event_txtbox .event_submit {
    width: 160px;
    height: 42px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
}

.event_txtbox .event_submit > button {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 1.0625rem;
    font-weight: 500;
    letter-spacing: -0.5px;
    border-radius: 5rem;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(90, 144, 247, 1)), to(rgba(31, 75, 238, 1)));
    background: -webkit-linear-gradient(top, rgba(90, 144, 247, 1) 0%, rgba(31, 75, 238, 1) 100%);
    background: -moz-linear-gradient(top, rgba(90, 144, 247, 1) 0%, rgba(31, 75, 238, 1) 100%);
    background: -o-linear-gradient(top, rgba(90, 144, 247, 1) 0%, rgba(31, 75, 238, 1) 100%);
    background: linear-gradient(180deg, rgba(90, 144, 247, 1) 0%, rgba(31, 75, 238, 1) 100%);
    border: 0;
}

.event_txt {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-top: 24px;
}

.event_txt > p {
    font-size: 1.0625rem;
    font-weight: 300;
    letter-spacing: -0.5px;
    color: #fff;
    line-height: 1.6;
}

.event_comtlist .comt_listbox > li:last-of-type {
    border-bottom: 1px solid #484848;
}

.viewevent_btnbox {
    width: auto;
    height: auto;
    position: absolute;
    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;
    right: 0;
    top: 10px;
}

.viewevent_btnbox .eventbtn {
    width: auto;
    height: auto;
    position: relative;
    font-size: 0.875rem;
    padding: 4px 15px;
    background-color: #000;
    color: #fff;
    -webkit-clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
    clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
}

.viewevent_btnbox .eventbtn.eventbtn_01 {
    background-color: #f7ea15;
    font-weight: 500;
    color: #000;
}

.viewevent_btnbox .eventbtn.eventbtn_02 {
    background-color: #3d7ca4;
}

.viewevent_btnbox .eventbtn.eventbtn_03 {
    background-color: #505050;
}

/* EVENT PAGE END */

/* PLAYER TAB */
.player_tabcon {
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 2px solid #5a90f7;
    background-color: #232831;
}

.player_tabcon .player_tabbox {
    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;
}

.player_tabcon .player_tabbox > li {
    width: auto;
    height: auto;
    position: relative;
}

.player_tabcon .player_tabbox > li > a {
    display: block;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    padding: 12px 15px;
    letter-spacing: -0.5px;
}

.player_tabcon .player_tabbox > li > a:hover,
.player_tabcon .player_tabbox > li.active > a {
    background-color: #5a90f7;
    color: #fff;
}

/* PLAYER TAB END */

/* ICONSHOP CONTENTS */
.iconshop_wrap {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 5px 5px 0 0;
    background-color: #2E2F30;
    padding: 20px;
}

.iconshop_info {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #0b0c10;
    border-radius: 10px;
    padding: 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;
    gap: 40px;
    margin-bottom: 5px;
}

.iconshop_info .iconshop_user {
    width: 395px;
    height: 110px;
    position: relative;
    background-color: #081321;
    border-radius: 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;
    gap: 50px;
}

.iconshop_info .iconshop_user .profile {
    width: 100%;
    max-width: 48px;
    height: auto;
    position: relative;
    font-size: 0;
    text-align: center;
}

.iconshop_info .iconshop_user .profile > img {
    width: auto;
    max-width: 100%;
}

.iconshop_info .iconshop_user .user_point {
    width: auto;
    height: auto;
    position: relative;
}

.iconshop_info .iconshop_user .user_point > p {
    font-size: 1.1875rem;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 1;
    color: #fff;
}

.iconshop_info .iconshop_user .user_point > p > span {
    color: #83a91e;
    font-weight: 400;
}

.iconshop_info .iconshtop_txt {
    width: -webkit-calc((100% - 40px) - 295px);
    width: -moz-calc((100% - 40px) - 295px);
    width: calc((100% - 40px) - 295px);
    height: auto;
    position: relative;
}

.iconshop_info .iconshtop_txt > p {
    font-size: 1.1875rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.6;
}

.iconshop_info .iconshtop_txt > p > span {
    color: #1f6dfb;
}

/* ICONSHOP CONTENTS END */

/* ICONSHOP MY */
.iconshop_my {
    width: 100%;
    height: auto;
    position: relative;
    border: 1px solid #233956;
    background-color: #0b0c10;
    padding: 20px;
    margin-bottom: 55px;
}

.iconshop_mytit {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}

.iconshop_mytit > h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #61A8FF;
    letter-spacing: -0.5px;
}

/* ICONSHOP MY END */

/* ICONSHOP TAB */
.iconshop_tab {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 24px;
    border-bottom: 1px solid #646464;
    margin-bottom: 36px;
}

.iconshop_tab .iconshop_tabbox {
    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-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

.iconshop_tab .iconshop_tabbox > li {
    width: auto;
    height: auto;
    position: relative;
}

.iconshop_tab .iconshop_tabbox > li > a {
    display: block;
    width: auto;
    height: auto;
    position: relative;
    padding: 8px 14px;
    border-radius: 4px;
    background-color: #272727;
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #fff;
}

.iconshop_tab .iconshop_tabbox > li.active > a,
.iconshop_tab .iconshop_tabbox > li > a:hover {
    background-color: #61A8FF;
    color: #fff;
}

/* ICONSHOP TAB END */

/* ICONLIST */
.iconshop_lsitcon {
    width: 100%;
    height: auto;
    position: relative;
}

.iconshop_list {
    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;
    gap: 37px;
}

.iconshop_mylist {
    gap: 10px;
}

.iconshop_list > li {
    width: -webkit-calc((100% - 111px) / 4);
    width: -moz-calc((100% - 111px) / 4);
    width: calc((100% - 111px) / 4);
    height: auto;
    position: relative;
    padding: 6px 7px;
    background-color: #3E3F3F;
    border-radius: 3px;
}

.iconshop_mylist > li {
    width: -webkit-calc((100% - 50px) / 6);
    width: -moz-calc((100% - 50px) / 6);
    width: calc((100% - 50px) / 6);
}

.iconshop_list > li .icon_thumb {
    width: 100%;
    height: 115px;
    position: relative;
    background-color: #000;
    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;
    margin-bottom: 10px;
    font-size: 0;
}

.iconshop_mylist > li .icon_thumb {
    height: 90px;
}

.iconshop_list > li .icon_thumb > img {
    width: 50px;
    height: 50px;
    position: relative;
}

.iconshop_list > li .icon_txt {
    width: 100%;
    height: auto;
    position: relative;
}

.iconshop_list > li .icon_txt > p {
    font-size: 0.9375rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.5px;
    padding-bottom: 8px;
    border-bottom: 1px solid #646464;
    line-height: 1;
    text-align: center;
    margin-bottom: 8px;
}

.iconshop_list > li .icon_txt .icon_pay {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 10px;
    margin-bottom: 10px;
}

.iconshop_list > li .icon_txt .icon_pay > li {
    font-size: 0.8125rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
    line-height: 1;
}

.iconshop_list > li .icon_txt .icon_pay > li:last-of-type {
    margin-bottom: 0;
}

.iconshop_list > li .icon_txt .icon_pay > li > span {
    color: #61A8FF;
}

.iconshop_list > li .icon_txt .icon_btnbox {
    width: 100%;
    height: auto;
    position: relative;
}

.iconshop_list > li .icon_txt .icon_btnbox > li {
    width: 100%;
    height: 30px;
    position: relative;
    margin-bottom: 5px;
}

.iconshop_list > li .icon_txt .icon_btnbox > li:last-of-type {
    margin-bottom: 0;
}

.iconshop_list > li .icon_txt .icon_btnbox > li > a {
    width: 100%;
    height: 100%;
    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: 6px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #fff;
}

.iconshop_list > li .icon_txt .icon_btnbox > li > a > span {
    width: 16px;
    height: 14px;
    position: relative;
    background-image: url(../img/iconshop_pay_w.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.iconshop_list > li .icon_txt .icon_btnbox > li.icon_btn_01 > a {
    border-radius: 3px;
    background-color: #61A8FF;
    color: #fff;
    transition: all 0.3s ease;
}

.iconshop_list > li .icon_txt .icon_btnbox > li.icon_btn_01 > a:hover {
    background-color: #4B8FE6;
}

.iconshop_list > li .icon_txt .icon_btnbox > li.icon_btn_02 > a {
    border: 1px solid #fff;
}

.iconshop_list > li .icon_txt .icon_btnbox > li.icon_btn_02 > a:hover {
    background-color: #fff;
    color: #000;
}

.iconshop_list > li .icon_txt .icon_btnbox > li > a:hover > span {
    background-image: url(../img/iconshop_pay.png);
}

/* ICONLIST END */

.iconshop .paging_con {
    border-radius: 0 0 5px 5px;
}


/* 2025.05.30 마이페이지 개편 */
.mypage-content {
    padding: 25px 25px 30px;
    background-color: #2E2F30;
    border-radius: 3px;
}
.mypage-content .mypage-tab {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    border: 2px solid #3079A8;
    margin-bottom: 6px;
}
.mypage-content .mypage-tab li {
    width: calc(100% / 3);
    height: 46px;
    text-align: center;
}
.mypage-content .mypage-tab li > a {
    display: block;
    padding: 11px 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.mypage-content .mypage-tab li.active > a {
    background-color: #3079A8;
}

.mypage-content .myinfo-wrap {
    background-image: url(../img/mypage-title-myinfo.png);
    background-position: top 23px right;
    background-repeat: no-repeat;
    padding-top: 65px;
}
.mypage-content .myinfo-wrap .myinfo-box {
    display: flex;
    align-items: center;
    gap: 40px;
    border-radius: 5px;
    background-color: #212121;
    padding: 20px 30px;
}
.mypage-content .myinfo-wrap .myinfo-box .profile-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.mypage-content .myinfo-wrap .myinfo-box .profile-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.mypage-content .myinfo-wrap .myinfo-box .nickname-wrap {
    display: flex;
    align-items: center;
}
.mypage-content .myinfo-wrap .myinfo-box .nickname-wrap .nickname {
    display: inline-block;
    margin-left: 13px;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.mypage-content .myinfo-wrap .myinfo-box .nickname-wrap .level {
    display: inline-block;
    margin-left: 6px;
    color: #61A8FF;
    font-size: 13px;
    font-weight: 600;
    line-height: 150%;
}
.mypage-content .myinfo-wrap .myinfo-box .join-date {
    margin-top: 12px;
    color: #B3B3B3;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
}

.mypage-content .edit-info-wrap .input-box input[type="text"],
.mypage-content .edit-info-wrap .input-box input[type="password"],
.mypage-content .edit-info-wrap .input-box input[type="file"] {
    background-color: #3F4346;
    width: 365px;
    height: 36px;
    border: 0;
    border-radius: 3px;
    padding: 9px 17px 7px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}
.mypage-content .edit-info-wrap {
    margin-top: 40px;
}
.mypage-content .edit-info-wrap .user-info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #414045;
}
.mypage-content .edit-info-wrap .user-info-item:first-of-type {
    border-top: 1px solid #414045;
}
.mypage-content .edit-info-wrap .user-info-item .item-label {
    padding: 17px 0 0 50px;
    width: 200px;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
}
.mypage-content .edit-info-wrap .user-info-item .item-value {
    padding: 17px 0;
}
.mypage-content .edit-info-wrap .user-info-item.user-id .item-value .user-id {
    color: #61A8FF;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}
.mypage-content .edit-info-wrap .user-info-item.profile-img .item-value {
    display: flex;
    align-items: center;
    gap: 36px;
}
.mypage-content .edit-info-wrap .user-info-item.profile-img .item-value .current-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.mypage-content .edit-info-wrap .user-info-item.profile-img .item-value .current-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mypage-content .edit-info-wrap .user-info-item.profile-img .item-value .new-img .input-box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.mypage-content .edit-info-wrap .user-info-item.profile-img .item-value .new-img .input-box label {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #B3B3B3;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
}
.mypage-content .edit-info-wrap .user-info-item.profile-img .item-value .new-img .input-box input[type="checkbox"] + label::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../img/mypage-checkbox.png);
}
.mypage-content .edit-info-wrap .user-info-item.profile-img .item-value .new-img .input-box input[type="checkbox"]:checked + label::before {
    background-image: url(../img/mypage-checkbox-checked.png);
}
.mypage-content .edit-info-wrap .user-info-item .item-value .notice-list {
    margin-top: 12px;
}
.mypage-content .edit-info-wrap .user-info-item .item-value .notice-list li {
    color: #B3B3B3;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
}
.mypage-content .edit-info-wrap .user-info-item .item-value .input-box textarea {
    width: 750px;
    height: 160px;
    background-color: #3F4346;
    border-radius: 3px;
    padding: 12px 17px;
}
.mypage-content .edit-info-wrap .button-box {
    margin-top: 40px;
}
.mypage-content .edit-info-wrap .button-box button {
    display: block;
    margin: 0 auto;
    padding: 10.5px 43.5px 9.5px 43.5px;
    border: 0;
    border-radius: 5px;
    background: #3079A8;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}


.mypage-content .exp-wrap {
    background-image: url(../img/mypage-title-exp.png);
    background-position: top 23px right;
    background-repeat: no-repeat;
    padding-top: 65px;
}
.mypage-content .exp-wrap .exp-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.mypage-content .exp-wrap .exp-stats .exp-stats-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 19px;
    border-radius: 5px;
    background-color: #212121;
    
}
.mypage-content .exp-wrap .exp-stats .exp-stats-item.my-exp {
    grid-column: span 3;
}
.mypage-content .exp-wrap .exp-stats .exp-stats-item .exp-stats-item-title {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
}
.mypage-content .exp-wrap .exp-stats .exp-stats-item .exp-stats-item-value {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
}
.mypage-content .exp-wrap .exp-stats .exp-stats-item .exp-stats-item-value span {
    color: #61A8FF;
}
.mypage-content .my-level {
    margin-top: 30px;
}
.mypage-content .my-level .my-level-title {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.mypage-content .my-level .my-level-content {
    margin-top: 13px;
    border-radius: 5px;
    background-color: #25292B;
}
.mypage-content .my-level .my-level-content .level-gauge-box {
    position: relative;
    padding: 30px 0 28px;
    border-radius: 5px;
    background-color: #233855;
}
.mypage-content .my-level .my-level-content .level-gauge-box .remain-text {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
}
.mypage-content .my-level .my-level-content .level-gauge-box .remain-text span {
    color: #61A8FF;
}
.mypage-content .my-level .my-level-content .level-gauge-box .level-gauge-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 14px;
}
.mypage-content .my-level .my-level-content .level-gauge-box .level-gauge-wrap .level-item {
    border-radius: 30px;
    border: 1px solid #285E75;
    background-color: #25292B;
    width: 60px;
    height: 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
}
.mypage-content .my-level .my-level-content .level-gauge-box .level-gauge-wrap .level-item img {
    width: 23px;
    height: 23px;
}
.mypage-content .my-level .my-level-content .level-gauge-box .level-gauge-wrap .level-item span {
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
}
.mypage-content .my-level .my-level-content .level-gauge-box .level-gauge-wrap .gauge-bar-box {
    position: relative;
    width: 644px;
    height: 11px;
}
.mypage-content .my-level .my-level-content .level-gauge-box .level-gauge-wrap .gauge-bar-box .gauge-guide-line {
    position: absolute;
    top: -6px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
}
.mypage-content .my-level .my-level-content .level-gauge-box .level-gauge-wrap .gauge-bar-box .gauge-guide-line::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 24px;
    background-color: #87BAD0;
}
.mypage-content .my-level .my-level-content .level-gauge-box .level-gauge-wrap .gauge-bar-box .gauge-guide-line.guide-01 {
    left: 0;
    transform: translateX(0);
}
.mypage-content .my-level .my-level-content .level-gauge-box .level-gauge-wrap .gauge-bar-box .gauge-guide-line.guide-01::before {
    align-self: flex-start;
}
.mypage-content .my-level .my-level-content .level-gauge-box .level-gauge-wrap .gauge-bar-box .gauge-guide-line.guide-02 {
    left: 33.3%;
}
.mypage-content .my-level .my-level-content .level-gauge-box .level-gauge-wrap .gauge-bar-box .gauge-guide-line.guide-03 {
    left: 66.6%;
}
.mypage-content .my-level .my-level-content .level-gauge-box .level-gauge-wrap .gauge-bar-box .gauge-guide-line.guide-04 {
    left: 100%;
    transform: translateX(-100%);
}
.mypage-content .my-level .my-level-content .level-gauge-box .level-gauge-wrap .gauge-bar-box .gauge-guide-line.guide-04::before {
    align-self: flex-end;
}
.mypage-content .my-level .my-level-content .level-gauge-box .level-gauge-wrap .gauge-bar-box .gauge-guide-line span {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
}
.mypage-content .my-level .my-level-content .level-gauge-box .level-gauge-wrap .gauge-bar-box .gauge-bar {
    background-color: #30667D;
    width: 100%;
    height: 11px;
}
.mypage-content .my-level .my-level-content .level-gauge-box .level-gauge-wrap .gauge-bar-box .gauge-bar .gauge-bar-fill {
    position: absolute;
    z-index: 10;
    background-color: #FFD453;
    height: 11px;
}
.mypage-content .my-level .my-level-content .level-list-wrap {
    padding: 21px 53px 29px;
}
.mypage-content .my-level .my-level-content .level-list-wrap .level-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 41px;
    row-gap: 26px;
}
.mypage-content .my-level .my-level-content .level-list-wrap .level-list .level-item {
    position: relative;
}
.mypage-content .my-level .my-level-content .level-list-wrap .level-list .level-item .level-item-rank {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.mypage-content .my-level .my-level-content .level-list-wrap .level-list .level-item .level-item-rank img {
    width: 23px;
    height: 23px;
}
.mypage-content .my-level .my-level-content .level-list-wrap .level-list .level-item .level-item-rank span {
    border-radius: 34px;
    background-color: #414345;
    padding: 3px 8px 1px;
    color: #B3B3B3;
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}
.mypage-content .my-level .my-level-content .level-list-wrap .level-list .level-item.my-level-item .level-item-rank span {
    background-color: #3079A8;
    color: #FFF;
}
.mypage-content .my-level .my-level-content .level-list-wrap .level-list .level-item .help-tooltip {
    position: absolute;
    display: none;
    top: -31px;
    left: 12px;
    background-image: url(../img/mypage-level-tooltip.svg);
    background-size: 100%;
    width: 124px;
    height: 27px;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 166.667%;
    text-align: center;
}
.mypage-content .my-level .my-level-content .level-list-wrap .level-list .level-item:hover .help-tooltip {
    display: block;
}

.mypage-content .my-exp-history .my-exp-history-title {
    margin-top: 70px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.mypage-content .my-exp-history table {
    margin-top: 16px;
    width: 100%;
}
.mypage-content .my-exp-history table thead tr th {
    background-color: #212121;
    height: 32px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
}
.mypage-content .my-exp-history table thead tr th:first-child {
    border-radius: 10px 0 0 0;
}
.mypage-content .my-exp-history table thead tr th:last-child {
    border-radius: 0 10px 0 0;
}
.mypage-content .my-exp-history table tbody tr td {
    border-bottom: 1px solid #49484D;
    height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
}
.mypage-content .my-exp-history table tbody tr td.col-date {   
    width: 280px;
    color: #B3B3B3;
}
.mypage-content .my-exp-history table tbody tr td.col-content {
    padding-left: 60px;
    width: 450px;
    color: #FFF;
    text-align: left;
}
.mypage-content .my-exp-history table tbody tr td.col-point span {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 21px;
    border: 1px solid #004AC1;
    background-color: #AECADD;
    color: #004AC1;
    font-size: 12px;
    font-weight: 600;
    line-height: 114%;
}

.mypage-content .regulations-wrap {
    background-image: url(../img/mypage-title-bmmoney.png);
    background-position: top 23px right;
    background-repeat: no-repeat;
    padding-top: 65px;
}
.mypage-content .regulations-wrap .regulation-box {
    border-radius: 5px;
    border: 1px solid #000;
    background-color: #212121;
    background-image: url(../img/mypage-b-icon.png);
    background-position: top 45px right 64px;
    background-repeat: no-repeat;
    padding: 22px 28px;
    width: 100%;
    height: 212px;
    flex-shrink: 0;
}
.mypage-content .regulations-wrap .regulation-box .regulation-list > li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 11px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}
.mypage-content .regulations-wrap .regulation-box .regulation-list > li::before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #5B99E5;
}
.mypage-content .regulations-wrap .regulation-box .regulation-list > li:last-of-type {
    margin-bottom: 0;
}
.mypage-content .regulations-wrap .regulation-box .link-button {
    display: inline-block;
    margin-top: 15px;
    padding: 6px 10px;
    border-radius: 4px;
    background: #327BB1;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
}
.mypage-content .regulations-wrap .regulation-box .link-button:hover {
    background-color: #5B99E5;
}
.mypage-content .regulations-wrap .regulation-box .warning {
    margin-top: 24px;
    color: #DE7062;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}
.mypage-content .money-wrap {
    margin-top: 10px;
}
.mypage-content .money-wrap .money-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.mypage-content .money-wrap .money-stats .money-stats-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 19px;
    border-radius: 5px;
    background-color: #212121;
    
}
.mypage-content .money-wrap .money-stats .money-stats-item.my-money {
    grid-column: span 3;
}
.mypage-content .money-wrap .money-stats .money-stats-item .money-stats-item-title {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
}
.mypage-content .money-wrap .money-stats .money-stats-item .money-stats-item-value {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
}
.mypage-content .money-wrap .money-stats .money-stats-item .money-stats-item-value span {
    color: #61A8FF;
}
.mypage-content .my-money-history .my-money-history-title {
    margin-top: 70px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.mypage-content .my-money-history table {
    margin-top: 16px;
    width: 100%;
}
.mypage-content .my-money-history table thead tr th {
    background-color: #212121;
    height: 32px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
}
.mypage-content .my-money-history table thead tr th:first-child {
    border-radius: 10px 0 0 0;
}
.mypage-content .my-money-history table thead tr th:last-child {
    border-radius: 0 10px 0 0;
}
.mypage-content .my-money-history table tbody tr td {
    border-bottom: 1px solid #49484D;
    height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
}
.mypage-content .my-money-history table tbody tr td.col-date {   
    width: 280px;
    color: #B3B3B3;
}
.mypage-content .my-money-history table tbody tr td.col-content {
    padding-left: 60px;
    width: 450px;
    color: #FFF;
    text-align: left;
}
.mypage-content .my-money-history table tbody tr td.col-point span {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 21px;
    border: 1px solid #004AC1;
    background-color: #AECADD;
    color: #004AC1;
    font-size: 12px;
    font-weight: 600;
    line-height: 114%;
}

/* 머니 전환신청 */
.reward-wrap .reward-info {
    border-radius: 3px;
    background-color: #2E2F30;
    background-image: url(../img/money-exchange-bg.png);
    background-position: center bottom 28px;
    background-repeat: no-repeat;
    padding: 41px;
}
.reward-wrap .reward-info .reward-logo {
    position: relative;
    width: 100%;   
}
.reward-wrap .reward-info .reward-logo::after {
    content: '';
    display: block;
    width: calc(100% - 162px);
    height: 1px;
    background-color: #9C9C9C;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.reward-wrap .reward-info .reward-info-list {
    margin-top: 26px;
}
.reward-wrap .reward-info .reward-info-list > li {
    position: relative;
    padding-left: 11px;
    margin-bottom: 10px;;
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}
.reward-wrap .reward-info .reward-info-list > li:last-child {
    margin-bottom: 0;
}
.reward-wrap .reward-info .reward-info-list > li::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #5B99E5;
}
.reward-wrap .reward-info .link-button {
    display: inline-block;
    margin-top: 30px;
    border-radius: 4px;
    background: #327BB1;
    padding: 6px 10px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
}
.reward-wrap .exchange-wrap {
    border-radius: 3px;
    margin-top: 20px;
}
.reward-wrap .exchange-wrap .exchange-head {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #3F4246;
    padding: 30px 0 25px;
    font-size: 15px;
    font-weight: 600;
    line-height: 151%;
    color: #FFF;
}
.reward-wrap .exchange-wrap .exchange-head .user-info {
    display: flex;
    align-items: center;
    margin-left: 7px;    
}
.reward-wrap .exchange-wrap .exchange-head .user-info .need-login {
    display: block;
    padding: 6px 10px;
    border-radius: 4px;
    background: linear-gradient(90deg, rgba(44, 81, 155, 0.61) 0%, rgba(56, 146, 180, 0.61) 100%);
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
}
.reward-wrap .exchange-wrap .exchange-head .user-info .user-level {
    margin-right: 12px;
    color: #61A8FF;
}
.reward-wrap .exchange-wrap .exchange-head .user-info > img {
    width: 24px;
    height: 24px;
}
.reward-wrap .exchange-wrap .exchange-head .user-info .nickname {
    margin-left: 7px;
}
.reward-wrap .exchange-wrap .exchange-head .money-info {
    display: flex;
    align-items: center;
    margin-left: 28px;
}
.reward-wrap .exchange-wrap .exchange-head .money-info::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #585858;
    margin-right: 28px;
}
.reward-wrap .exchange-wrap .exchange-head .money-info .money-value {
    margin-left: 9px;
    color: #61A8FF;
}
.reward-wrap .exchange-wrap .exchange-body {
    padding: 45px 0 30px;
}
.reward-wrap .exchange-wrap .exchange-body .exchange-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
}
.reward-wrap .exchange-wrap .exchange-body .partner-list-title {
    margin-top: 55px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #FFFFFF;
}
.reward-wrap .exchange-wrap .exchange-body .partner-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.reward-wrap .exchange-wrap .exchange-body .partner-list.no-exchange {
    margin-top: 15px;
}
.reward-wrap .exchange-wrap .exchange-body .partner-list .partner-item input {
    display: none;
}
.reward-wrap .exchange-wrap .exchange-body .partner-list .partner-item label,
.reward-wrap .exchange-wrap .exchange-body .partner-list .partner-item span {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #515151;
    padding: 4px 0;
    min-width: 100px;
    height: 32px;
    color: #CECECE;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}
.reward-wrap .exchange-wrap .exchange-body .partner-list .partner-item span.no-exchange {
    color: #727175;
    cursor: default;
}
.reward-wrap .exchange-wrap .exchange-body .partner-list .partner-item input:checked + label {
    border-color: #327BB1;
    background-color: #327BB1;
    color: #FFF;
}
.reward-wrap .exchange-wrap .exchange-body .form-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 19px;
    margin-bottom: 15px;
}
.reward-wrap .exchange-wrap .exchange-body .form-item label {
    width: 110px;
    text-align: right;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    line-height: 151%;
}
.reward-wrap .exchange-wrap .exchange-body .form-item input,
.reward-wrap .exchange-wrap .exchange-body .form-item select {
    border-radius: 3px;
    border: none;
    background: #3F4346;
    width: 270px;
    height: 36px;
    padding: 8px 18px;
}
.reward-wrap .exchange-wrap .exchange-body .form-item select {
    background-image: url(../img/icon-dropdown-arrow.svg);
    background-size: 15px 14px;
    background-repeat: no-repeat;
    background-position: right 14px center;
}
.reward-wrap .exchange-wrap .exchange-body .exchange-submit {
    display: flex;
    justify-content: center;
    border-top: 1px solid #3F4246;
    margin-top: 40px;
    padding-top: 40px;
}
.reward-wrap .exchange-wrap .exchange-body .exchange-submit button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 3px;
    padding: 10.5px 29px 9.5px 32px;
    border-radius: 5px;
    border: 0;
    background: #3079A8;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
}
.reward-wrap .exchange-wrap .exchange-body .exchange-submit button::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../img/icon-exchange.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.reward-wrap .exchange-wrap .exchange-history {
    padding: 0 25px;
}
.reward-wrap .exchange-wrap .exchange-history .exchange-history-title {
    margin-top: 70px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.reward-wrap .exchange-wrap .exchange-history table {
    margin-top: 16px;
    width: 100%;
}
.reward-wrap .exchange-wrap .exchange-history table thead tr th {
    background-color: #212121;
    height: 32px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
}
.reward-wrap .exchange-wrap .exchange-history table thead tr th:first-child {
    border-radius: 10px 0 0 0;
}
.reward-wrap .exchange-wrap .exchange-history table thead tr th:last-child {
    border-radius: 0 10px 0 0;
}
.reward-wrap .exchange-wrap .exchange-history table tbody tr td {
    border-bottom: 1px solid #49484D;
    height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    color: #B3B3B3;
}
.reward-wrap .exchange-wrap .exchange-history table tbody tr td.col-date {   
    width: 280px;
    color: #B3B3B3;
}
.reward-wrap .exchange-wrap .exchange-history table tbody tr td.col-content {
    padding-left: 60px;
    width: 450px;
    color: #FFF;
    text-align: left;
}
.reward-wrap .exchange-wrap .exchange-history table tbody tr td.col-point span {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 21px;
    border: 1px solid #004AC1;
    background-color: #AECADD;
    color: #004AC1;
    font-size: 12px;
    font-weight: 600;
    line-height: 114%;
}
.reward-wrap .exchange-wrap .exchange-history table tbody tr td.col-writer {
    width: 140px;
    padding-left: 20px;
    text-align: left;
}
.reward-wrap .exchange-wrap .exchange-history table tbody tr td.col-view {
    width: 140px;
}
.reward-wrap .exchange-wrap .exchange-history table tbody tr td.col-view span {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 21px;
    font-size: 12px;
    font-weight: 600;
    line-height: 114%;
}
.reward-wrap .exchange-wrap .exchange-history table tbody tr td.col-view span.submit {
    border: 1px solid #848484;
    background-color: #CFCFCF;
    color: #454545;
}
.reward-wrap .exchange-wrap .exchange-history table tbody tr td.col-view span.confirm {
    border-color: #004AC1;
    background-color: #AECADD;
    color: #004AC1;
}
.reward-wrap .exchange-wrap .exchange-history table tbody tr td.col-view span.reject {
    border-color: #C14D00;
    background-color: #D2B9B9;
    color: #C24506;
}
