@charset "UTF-8";

/* SUB SETTING */
.sub_contents {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #020409;
    border: 1px solid #233956;
    padding: 30px 25px 100px;
    border-radius: 10px;
    background-image: url(../img/sub_bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
    background-size: auto;
}

.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: 80px;
}

.sub_contents.ranking_contents {
    background-image: url(../img/rank_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.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;
    margin-bottom: 20px;
}

.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: #f5ea51;
    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: auto;
    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: #f5ea51;
    color: #000;
}

/* PARNER TAB END */

/* REWARD BOX */
.reward_info {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #152031;
    border: 1px solid #233956;
    padding: 20px;
}

.reward_info .reward_logo {
    width: 110px;
    height: 70px;
    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.875rem;
    line-height: 25px;
    color: #fff;
}

/* REWARD BOX END */

/* REWARD ASK */
.reward_ask {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #152031;
    border: 1px solid #233956;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.reward_ask .reward_askbox {
    width: 100%;
    height: auto;
    position: relative;
}

.reward_ask .reward_askbox .rwp_item {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.reward_ask .reward_askbox .rwp_item .th_ask {
    width: 150px;
    background-color: #000205;
    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.9375rem;
    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: #f5ea51;
    font-size: 0.875rem;
    font-weight: 600;
}

/* REWARD ASK END */

/* RANK ACT */
.rank_act {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 60px;
}

.rank_act:last-of-type {
    margin-bottom: 0;
}

.rank_act .rank_act_tit {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 15px;
}

.rank_act .rank_act_tit .rank_titbox {
    width: 100%;
    height: auto;
    position: relative;
    padding: 15px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.rank_act .rank_act_tit .rank_titbox > h2 {
    font-size: 1.625rem;
    font-weight: 700;
    color: #fff;
}

.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: 60px;
}

.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%;
    height: 46px;
    position: relative;
    margin-bottom: 10px;
    background-image: url(../img/rank_tit_bg.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 {
    font-size: 1.125rem;
    font-weight: 500;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 46px;
    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: -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;
    padding: 8px 14px 8px 8px;
    background-color: #131e2e;
}

.rank_act .rank_act_list .rank_item:nth-of-type(3) .rank_list .list_item {
    background-color: #000205;
}

.rank_act .rank_act_list .rank_item.rank_item_bg .rank_list .list_item {
    background-color: #131e2e;
}

.rank_act .rank_act_list .rank_item .rank_list .list_item:nth-of-type(2n) {
    background-color: transparent;
}

.rank_act .rank_act_list .rank_item .rank_list .list_item:last-of-type {
    margin-bottom: 0;
}

.rank_act .rank_act_list .rank_item .rank_list .list_item .user_info {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.rank_act .rank_act_list .rank_item .rank_list .list_item .user_info > p {
    width: 35px;
    height: 28px;
    position: relative;
    font-size: 0.875rem;
    font-weight: 500;
    color: #f5ea51;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center;
    -webkit-background-size: contain;
    background-repeat: no-repeat;
    -webkit-background-size: 24px 24px;
    background-size: 24px;
}

/* .rank_act .rank_act_list .rank_item .rank_list .list_item:nth-of-type(1) .user_info > p.medal {
    background-image: url(/assets/Pc/img/medal_01.png);
    color: transparent;
}

.rank_act .rank_act_list .rank_item .rank_list .list_item:nth-of-type(2) .user_info > p.medal {
    background-image: url(/assets/Pc/img/medal_02.png);
    color: transparent;
}

.rank_act .rank_act_list .rank_item .rank_list .list_item:nth-of-type(3) .user_info > p.medal {
    background-image: url(/assets/Pc/img/medal_03.png);
    color: transparent;
} */

.rank_act .rank_act_list .rank_item .rank_list .list_item .user_info .user_name {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.rank_act .rank_act_list .rank_item .rank_list .list_item .user_info .user_name > span {
    width: 20px;
    height: 20px;
    position: relative;
}

.rank_act .rank_act_list .rank_item .rank_list .list_item .user_info .user_name > span > img {
    width: 100%;
    height: 100%;
}

.rank_act .rank_act_list .rank_item .rank_list .list_item .user_info .user_name > p {
    font-size: 0.875rem;
    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.875rem;
    font-weight: 400;
    color: #fff;
}

.rank_act .rank_act_list .rank_item .rank_list .list_item .user_point > span {
    color: #d05d2a;
}

/* RANK ACT END */

/* ATTEND */
.attend_con {
    width: 100%;
    height: auto;
    position: relative;
    padding: 30px;
}

.attend_con::before {
    content: '';
    width: 580px;
    height: 395px;
    position: absolute;
    top: -50px;
    right: 0;
    background-image: url(../img/attend_topbg1.png?v=2);
    background-position: right top;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.attend_con::after {
    content: '';
    width: 170px;
    height: 255px;
    position: absolute;
    top: 2px;
    left: 30px;
    background-image: url(../img/attend_stamp.png);
    background-position: right top;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.attend_con .attend_tit {
    width: auto;
    height: auto;
    position: relative;
    z-index: 9;
    margin-left: 80px;
    font-size: 0;
    margin-bottom: 20px;
}

.attend_con .attend_tit > img {
    width: auto;
    max-width: 100%;
}

.attend_con .attend_year {
    display: inline-block;
    font-size: 2.0625rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 9;
    margin-left: 160px;
    margin-bottom: 20px;
}

.attend_con .attend_year > span {
    color: #f5ea51;
}

.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: 100%;
    height: auto;
    position: relative;
    border: 1px solid #f5ea51;
    background-color: #000;
}

.attend_con .attend_box .attend_table > table th {
    padding: 15px 5px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color: #f5ea51;
    color: #000;
    font-size: 1rem;
    font-weight: 700;
}

.attend_con .attend_box .attend_table > table th:last-of-type {
    border-right: 0;
}

.attend_con .attend_box .attend_table > table th.sun {
    color: #d21c0f;
}

.attend_con .attend_box .attend_table > table th.sat {
    color: #0069bc;
}

.attend_con .attend_box .attend_table > table td {
    height: 119px;
    vertical-align: top;
    padding: 10px 15px;
    text-align: right;
    border: 1px solid #f5ea51;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
    background-size: auto;
    font-size: 0.875rem;
    font-weight: 700;
    color: #fff;
}

.attend_con .attend_box .attend_table > table td.sun {
    color: #d21c0f;
}

.attend_con .attend_box .attend_table > table td.sat {
    color: #0069bc;
}

.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: 20px;
    background-color: #13405f;
    padding: 25px 20px;
    border-radius: 10px;
}

.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: 14px;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_infotit > h4 {
    font-size: 1.875rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_infotit > h4 > span {
    color: #f3ea6c;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox {
    width: auto;
    height: auto;
    position: relative;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox_01 {
    width: 340px;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox_02 {
    width: 340px;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox_03 {
    width: -webkit-calc((100% - 340px) - 340px);
    width: -moz-calc((100% - 340px) - 340px);
    width: calc((100% - 340px) - 340px);
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox::before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #286d9a;
    position: absolute;
    right: 0;
    bottom: 0;
}

.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_01::after {
    width: 87px;
    height: 87px;
    background-image: url(../img/att_icon_01.png);
    right: 30px;
    top: 0;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox_02::after {
    width: 105px;
    height: 105px;
    background-image: url(../img/att_icon_02.png);
    right: 30px;
    top: 0;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_tit {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    z-index: 1;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_tit > p {
    font-size: 1.125rem;
    font-weight: 700;
    color: #000;
    padding: 8px 20px;
    border-radius: 5rem;
    letter-spacing: -0.5px;
    line-height: 1;
    display: inline-block;
    border: 1px solid #000;
    -webkit-box-shadow: 0 10px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 3px rgba(0, 0, 0, 0.2);
    position: relative;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox_01 .att_tit > p {
    background-color: #ffe04f;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox_02 .att_tit > p {
    background-color: #5bbad8;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox_03 .att_tit > p {
    background-color: #ffe04f;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox_03 .att_tit > p::after {
    content: '';
    width: 21px;
    height: 38px;
    background-image: url(../img/att_tit_icon_01.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: -20px;
    top: -2px;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox_03 .att_tit > p::before {
    content: '';
    width: 21px;
    height: 38px;
    background-image: url(../img/att_tit_icon_02.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    right: -20px;
    top: -2px;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_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: 15px 0;
    z-index: 1;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_list_01 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 34px;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_list_02 {
    display: block;
    padding-top: 23px;
    padding-bottom: 23px;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_list > li {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: calc(100% / 2);
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_list_02 > li {
    width: 100%;
    padding-left: 44px;
    margin-bottom: 14px;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_list_02 > li:last-of-type {
    margin-bottom: 0;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_list > li > span {
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid #000;
    background-color: #ffe04f;
    border-radius: 5rem;
    -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_list > li > p {
    font-size: 1rem;
    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 > li > p > .c_blue {
    color: #1fcdff;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_list > li > p > .c_yellow {
    color: #ffe04f;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_list > li > p > .c_orange {
    color: #ff8352;
}

.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: 20px;
    height: 20px;
    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: #0c2c42;
    color: #85a2b6;
    border-radius: 4px;
    border: 1px solid #1f5377;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_list_03 .rank_item .rank_name > p {
    font-size: 0.875rem;
    letter-spacing: -0.5px;
    font-weight: 400;
    color: #fff;
}

.attend_con .attend_box .attend_infobox .attend_info .attend_flex .att_txtbox .att_list_03 .rank_item > p {
    font-size: 0.875rem;
    letter-spacing: -0.5px;
    font-weight: 400;
    color: #000;
}

.attend_con .comt_wrap {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 20px;
}

.attend_con .comt_wrap .comt_txt {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    border: 10px solid #f5ea51;
}

.attend_con .comt_wrap .comt_txt .comt_textarea {
    width: 100%;
    height: 43px;
    position: relative;
}

.attend_con .comt_wrap .comt_txt .comt_textarea > textarea {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #131e2e;
    border: 1px solid #233956;
    padding: 8px 10px;
    color: #fff;
}

.attend_con .comt_wrap .comt_txt .comt_button {
    width: 226px;
    height: 43px;
    position: relative;
}

.attend_con .comt_wrap .comt_txt .comt_button > button {
    width: 100%;
    height: 100%;
    border: none;
    cursor: pointer;
    background-color: #309ad7;
    border: 1px solid #309ad7;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    position: relative;
    padding-right: 60px;
}

.attend_con .comt_wrap .comt_txt .comt_button > button::after {
    content: '';
    width: 59px;
    height: 57px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/attend_btn_icon.png?v=2);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.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_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: #f5ea51;
}

.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 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: #f5ea51;
}

.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: #f5ea51;
}

.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: #f5ea51;
}

/* 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: #f5ea51;
    color: #000;
    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: #f5ea51;
}

.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: #f5ea51;
}

.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: #f5ea51;
}

.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: #f5ea51;
    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:151px;
	width:300px;
    -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: left;
}

.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: 56px;
    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: #f5ea51;
    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: #f5ea51;
}

.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: #f5ea51;
    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;
}



/* paging */
.paging{display: table;margin:0 auto;text-align: center; padding:0 0 35px;margin-top:20px; }
.paging a:first-child { border-left:1px solid #233956; }
.paging a{position: relative;float: left;display: block;width: 41px;height: 41px;line-height: 41px; background: #131e2e; font-size: 16px;font-weight: 900;color: #fff; border-right:1px solid #233956; border-top:1px solid #233956; border-bottom:1px solid #233956; }
.paging a.bos-page{font-weight: 500;}
.paging a.bos-page.active { background:#4674eb; color:#fff;}
/* .paging a:hover { color:#ff1517;} */
.paging a img,
.paging a span{position:relative;z-index:1;}
.paging a > img{vertical-align: 0;}
.paging a:hover::before{content:"";position:absolute;top: -1px;left: -1px; bottom:-1px; right:-1px; width:calc(100% + 2px);height:calc(100% + 2px); box-sizing: border-box; border:1px solid #4674eb; }

/* EVENT PAGE END */
