@charset "UTF-8";

/* MAIN SETTING */
#new_sc {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 20px;
    padding-bottom: 100px;
}

#new_sc .sc_area {
    width: 100%;
    height: auto;
    position: relative;
}

#new_sc .sc_con {
    width: 100%;
    height: auto;
    position: relative;
}

#new_sc .sc_size {
    width: 100%;
    max-width: var(--inner);
    padding: var(--inner-padding);
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px;
}

#new_sc .lt_contents {
    flex-shrink: 0;
    width: 364px;
    height: auto;
    position: relative;
}

#new_sc .gt_contents {
    width: -webkit-calc((100% - 20px) - 340px);
    width: -moz-calc((100% - 20px) - 340px);
    width: calc((100% - 20px) - 340px);
    height: auto;
    position: relative;
}

/* MAIN SETTING END */

/* OUTLOGIN WRAP */
.outlogin_wrap {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
}

.outlogin_con {
    width: 100%;
    position: relative;
}

.outpage_con {
    padding: 0;
}

.outlogin_con .outlogin_box {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: var(--border);
}

/* OUTLOGIN WRAP END */

/* OUTLOGIN */
.outlogin_con .login_box {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 16px;
}

.outlogin_con .login_box .login_inputbox {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 10px;
}

.outlogin_con .login_option {
    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;
}

.outlogin_con .login_option .page_mode {
    width: 48px;
    height: 23px;
    position: relative;
}

.outlogin_con .login_option .page_mode > a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/assets/Pc/img/mode_dark.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.outlogin_con .login_option .option_box {
    flex: 1;
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.outlogin_con .login_option .option_box > li {
    width: auto;
    height: auto;
    position: relative;
}

.outlogin_con .login_option .option_box > li::after {
/*    content: '';
    width: 1px;
    height: 10px;
    background-color: #7d7d7d;
    position: absolute;
    right: -8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.outlogin_con .login_option .option_box > li:last-of-type::after {
    content: none;
}

.outlogin_con .login_option .option_box > li > a {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--gray-400);
}

/* OUTLOGIN END */

/* OUTMYPAGE */
.outlogin_con .outpage_info {
    width: 100%;
    height: auto;
    position: relative;
    
}

.outlogin_con .outpage_info .outpage_name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 15px;
}

.outlogin_con .outpage_info .outpage_name .outpage_namebox {
    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;
}

.outlogin_con .outpage_info .outpage_name .outpage_namebox .name_img {
    width: 50px;
    height: 50px;
    border-radius: 5rem;
    overflow: hidden;
    border: 1px solid #484848;
    font-size: 0;
}

.outlogin_con .outpage_info .outpage_name .outpage_namebox .name_img > img {
    width: 100%;
    height: 100%;
}

.outlogin_con .outpage_info .outpage_name .outpage_namebox .name_txt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}


.outlogin_con .outpage_info .outpage_name .outpage_namebox .name_txt .name_lv {
    width: 20px;
    height: 20px;
    position: relative;
}

.outlogin_con .outpage_info .outpage_name .outpage_namebox .name_txt .name_lv > img {
    width: 100%;
    height: 100%;
}

.outlogin_con .outpage_info .outpage_name .outpage_namebox .name_txt > p {
    font-size: 1.0625rem;
    font-weight: 800;
    color: var(--gray-100);
}

.outlogin_con .outpage_info .outpage_name .outpage_namebox .name_profiles > span {
    font-size: 13px;
    font-weight: 500;
    color: #697183;
}

.outlogin_con .outpage_info .outpage_name .name_option {
    margin-left: auto;
    flex-shrink: 0;
    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;
}

.outlogin_con .outpage_info .outpage_name .name_option .page_mode {
    width: 43px;
    height: 20px;
    position: relative;
}

.outlogin_con .outpage_info .outpage_name .name_option .page_mode > a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/assets/Pc/img/mode_dark.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.outlogin_con .outpage_info .outpage_name .name_option .option_box {
    width: auto;
    height: auto;
    position: relative;
    gap: 16px;
}

.outlogin_con .outpage_info .outpage_name .name_option .option_box > li {
    width: auto;
    height: auto;
    position: relative;
}

.outlogin_con .outpage_info .outpage_name .name_option .option_box > li > a {
    display: block;
    padding: 8px 16px;
    border: var(--border);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--gray-100);
}
.outlogin_con .outpage_info .outpage_name .name_option .option_box > li > a:hover {
    border-color: var(--gray-300);
}

.outlogin_con .outpage_info .outpage_stat {
    width: 100%;
    height: auto;
    position: relative;
}

.outlogin_con .outpage_info .outpage_stat .outpage_statbox {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding: 13px 18px 20px;
    border-radius: 10px;
    border: 2px solid var(--primary);
    background: var(--gray-500);
}

.outlogin_con .outpage_info .outpage_stat .outpage_statbox .stat_item {
    width: 100%;
    height: auto;
}

.outlogin_con .outpage_info .outpage_stat .outpage_statbox .stat_item:last-of-type {
    margin-bottom: 0;
}
.outlogin_con .outpage_info .outpage_stat .outpage_statbox .stat_item_txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.outlogin_con .outpage_info .outpage_stat .outpage_statbox .stat_item_txt > h3 {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--gray-100);
    letter-spacing: -0.5px;
}

.outlogin_con .outpage_info .outpage_stat .outpage_statbox .stat_item_txt > p {
    font-size: 0.925rem;
    font-weight: 600;
    color: var(--primary);
}

.outlogin_con .outpage_info .outpage_stat .outpage_statbox .stat_item .stat_bar {
    margin-top: 8px;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
}

.outlogin_con .outpage_info .outpage_stat .outpage_statbox .stat_item .stat_bar > span {
    height: 100%;
    background-color: var(--primary);
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 0;
}

.outlogin_con .outpage_btn {
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.outlogin_con .outpage_btn .outpage_btnbox {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 5px;
}

.outlogin_con .outpage_btn .outpage_btnbox .btn_item {
    width: 100%;
    height: auto;
    position: relative;
}


.outlogin_con .outpage_btn .outpage_btnbox .btn_item > a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}

.outlogin_con .outpage_btn .outpage_btnbox .btn_item > a > span {
    display: block;
    width: 28px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.outlogin_con .outpage_btn .outpage_btnbox .btn_item.btn_item_01 > a > span {
    background-image: url(/assets/Pc/img/mypage_icon_01.png);
}

.outlogin_con .outpage_btn .outpage_btnbox .btn_item.btn_item_02 > a > span {
    background-image: url(/assets/Pc/img/mypage_icon_02.png);
}

.outlogin_con .outpage_btn .outpage_btnbox .btn_item.btn_item_03 > a > span {
    background-image: url(/assets/Pc/img/mypage_icon_03.png);
}

.outlogin_con .outpage_btn .outpage_btnbox .btn_item.btn_item_04 > a > span {
    background-image: url(/assets/Pc/img/mypage_icon_04.png);
}

.outlogin_con .outpage_btn .outpage_btnbox .btn_item > a > p {
    font-size: 1rem;
    font-weight: 600;
    color: var(--gray-100);
}

/* OUTMYPAGE END */

/* BANNER WRAP */
.mainbanner_wrap {
    width: 100%;
    height: auto;
    position: relative;
}

.mainbanner_wrap.mar_b {
    margin: 20px 0;
}

.mainbanner_wrap .mainbanner_box {
    width: 100%;
    height: auto;
    position: relative;
}

.mainbanner_wrap .mainbanner_box.banner_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.mainbanner_wrap .mainbanner_box.banner_flex + .mainbanner_box {
    margin-top: 15px;
}

.mainbanner_wrap .mainbanner_box > li {
    width: 100%;
    height: auto;
    position: relative;
}

.mainbanner_wrap .mainbanner_box > li > a {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    font-size: 0;
}

.mainbanner_wrap .mainbanner_box > li > a > img {
    width: 100%;
    max-width: 100%;
}

/* BANNER WRAP END */

/* CHAT FRAME */
.chat_frame {
    width: 100%;
    height: 660px;
    position: relative;
    background: #1f1f1f;
    border-radius: 10px;
    margin-bottom: 20px;
}

/* CHAT FRAME END */

/* RANK CONTENTS */
.exprank_wrap {
    width: 100%;
    height: auto;
    position: relative;
}

.exprank_wrap .exprank_con {
    width: 100%;
    height: auto;
    position: relative;
}

.exprank_wrap .exprank_con .rank_tit {
    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: 11px;
}

.exprank_wrap .exprank_con .rank_tit > h4 {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--gray-400);
}

.exprank_wrap .exprank_con .rank_tit .rank_more {
    width: auto;
    height: auto;
    position: relative;
}

.exprank_wrap .exprank_con .rank_tit .rank_more > a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: auto;
    font-size: 0.875rem;
    font-weight: 500;
    gap: 5px;

    color: var(--gray-400);
}
.exprank_wrap .exprank_con .rank_tit .rank_more > a:after {
    content: "";
    width: 1em;
    height: 1em;
    font-size: 24px;
    background-image: url(/assets/Pc/img/link_arrow.png);
    background-size: cover;
}

.exprank_wrap .exprank_con .rank_tit .rank_more > a:hover {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.exprank_wrap .exprank_con .rank_list {
    width: 100%;
    height: auto;
    position: relative;
}

.exprank_wrap .exprank_con .rank_list .rank_listbox {
    width: 100%;
    height: auto;
    position: relative;
}

.exprank_wrap .exprank_con .rank_list .rank_listbox > li {
    width: 100%;
    height: auto;
    position: relative;
    padding: 9px 0px;
    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;
    border-bottom: 1px solid #484848;
}

.exprank_wrap .exprank_con .rank_list .rank_listbox > li:last-of-type {
    border-bottom: 0;
}

.exprank_wrap .exprank_con .rank_list .rank_listbox > li .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: 10px;
}

.exprank_wrap .exprank_con .rank_list .rank_listbox > li .rank_name .rank_num {
    width: 32px;
    height: 24px;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -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;
}

.exprank_wrap .exprank_con .rank_list .rank_listbox > li:nth-of-type(1) .rank_name .rank_num,
.exprank_wrap .exprank_con .rank_list .rank_listbox > li:nth-of-type(2) .rank_name .rank_num,
.exprank_wrap .exprank_con .rank_list .rank_listbox > li:nth-of-type(3) .rank_name .rank_num {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    font-size: 0;
}

.exprank_wrap .exprank_con .rank_list .rank_listbox > li:nth-of-type(1) .rank_name .rank_num {
    background-image: url(/assets/Pc/img/medal_01.png);
}

.exprank_wrap .exprank_con .rank_list .rank_listbox > li:nth-of-type(2) .rank_name .rank_num {
    background-image: url(/assets/Pc/img/medal_02.png);
}

.exprank_wrap .exprank_con .rank_list .rank_listbox > li:nth-of-type(3) .rank_name .rank_num {
    background-image: url(/assets/Pc/img/medal_03.png);
}
.exprank_wrap .exprank_con .rank_list .rank_listbox > li:nth-of-type(1) .point_num,
.exprank_wrap .exprank_con .rank_list .rank_listbox > li:nth-of-type(2) .point_num,
.exprank_wrap .exprank_con .rank_list .rank_listbox > li:nth-of-type(3) .point_num {
    color: var(--primary);
}

.exprank_wrap .exprank_con .rank_list .rank_listbox > li .rank_name .name_box {
    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;
}

.exprank_wrap .exprank_con .rank_list .rank_listbox > li .rank_name .name_box > span {
    width: 20px;
    height: 20px;
    position: relative;
}

.exprank_wrap .exprank_con .rank_list .rank_listbox > li .rank_name .name_box > span > img {
    width: 100%;
    height: 100%;
}

.exprank_wrap .exprank_con .rank_list .rank_listbox > li .rank_name .name_box > p {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--gray-100);
    letter-spacing: -0.5px;
}

.exprank_wrap .exprank_con .rank_list .rank_listbox > li .point_num {
    font-size: 1rem;
    font-weight: 500;
    color: var(--gray-100);
}

/* RANK CONTENTS END */

/* LATEST BOARD */
.latest_board {
    width: 100%;
    position: relative;
    margin-bottom: 32px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 11px;
}

.latest_board .latest_item {
    background-color: var(--gray-500);
    border-radius: 10px;
}

.latest_board .notice_latest {
   flex: 1;
   max-width: 490.5px;
}

.latest_board .tab_latest {
    flex: 1;
    overflow: hidden;
}

.latest_board .latest_box {
    width: 100%;
    height: auto;
    position: relative;
}

.latest_board .latest_tit {
    width: 100%;
    height: auto;
    position: relative;
    padding: 10px 20px;
    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;
    border-bottom: 1px solid var(--primary);
}

.latest_board .latest_tit > h4 {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--primary);
}

.latest_board .latest_tit .latest_more {
    width: auto;
    height: auto;
    position: relative;
}

.latest_board .latest_tit .latest_more > a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: auto;
    font-size: 0.875rem;
    font-weight: 500;
    gap: 5px;
    color: var(--gray-400);
}
.latest_board .latest_tit .latest_more > a:after {
    content: "";
    width: 1em;
    height: 1em;
    font-size: 24px;
    background-image: url(/assets/Pc/img/link_arrow.png);
    background-size: cover;
}

.latest_board .latest_tit .latest_more > a:hover {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}


.latest_board .latest_tab {
    width: 100%;
    height: auto;
    position: relative;
}

.latest_board .latest_tab .tab_box {
    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;
}

.latest_board .latest_tab .tab_box > li {
    flex: 1;
    height: auto;
    position: relative;
}

.latest_board .latest_tab .tab_box > li > a {
    display: block;
    padding: 10px 5px;
    border-bottom: 2px solid var(--primary);
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 23px;
    text-align: center;
    background-color: var(--gray-500);
    color: var(--gray-100);
    border-radius: 10px 10px 0 0;
}

.latest_board .latest_tab .tab_box > li > a:hover,
.latest_board .latest_tab .tab_box > li.active > a {
    background-color: #e49c12;
    color: #000;
}

.latest_board .latest_cont {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    padding: 15px 20px 24px;
}

.latest_board .latest_cont.tab_latest_cont {
    display: none;
}

.latest_board .latest_cont .latest_listbox {
    width: 100%;
    height: auto;
    position: relative;
}
.latest_thumblist {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 15px;
} 
.latest_thumblist li {

}

.latest_thumblist .gall_thumb {
    border-radius: 5px;
    overflow: hidden;
    aspect-ratio: 1.45/1;
    margin-bottom: 8px;
}
.latest_thumblist .gall_thumb img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.latest_thumblist .gall_txt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    overflow: hidden;
}
.latest_thumblist .gall_txt p {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: var(--gray-200);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.latest_thumblist .gall_txt span {
    flex-shrink: 0;
    font-weight: 700;
    color: var(--primary);
}

.latest_board .latest_cont .latest_listbox_50 {
    /*width: -webkit-calc((100% - 15px) / 2);
    width: -moz-calc((100% - 15px) / 2);
    width: calc((100% - 15px) / 2);
    height: auto;*/
    position: relative;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-auto-flow: column;
    gap: 15px;
    overflow: hidden;
}

.latest_board .latest_cont .latest_listbox_50 .txt_item {
    margin-bottom: 0 !important;
}
 
.latest_board .latest_cont .latest_listbox .txt_item {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    overflow: hidden;
}

.latest_board .latest_cont .latest_listbox .txt_item:last-of-type {
    margin-bottom: 0;
}

.latest_board .latest_cont .latest_listbox .txt_item .subject_txt {
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
    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;
}

.latest_board .latest_cont .latest_listbox_50 .txt_item .subject_txt {
    width: 100%;
}

.latest_board .latest_cont .latest_listbox .txt_item .subject_txt > a {
    width: auto;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1rem;
    font-weight: 500;
    color: var(--gray-200);
    padding-left: 10px;
}

.latest_board .latest_cont .latest_listbox .txt_item .subject_txt > a:hover {
    color: #e49c12;
    text-decoration: underline;
}

.latest_board .latest_cont .latest_listbox .txt_item .subject_txt > a::before {
    content: '';
    width: 2px;
    height: 2px;
    background-color: currentColor;
    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%);
}

.latest_board .latest_cont .latest_listbox .txt_item .subject_txt > span {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary);
}

.latest_board .latest_cont .latest_listbox .txt_item > p {
    width: 65px;
    height: auto;
    font-size: 0.875rem;
    text-align: right;
    color: #7d7d7d;
}

.latest_board .latest_cont.tab_latest_cont.active {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    overflow: hidden;
}

/* LATEST BOARD END */


.sport-button-wrap {
    position: relative;
    display: flex;
    gap: 15px;
    margin-bottom: 32px;
    height: 146px;
}
.sport-button-wrap .sport-button-box {
    flex: 1;
    background-size: cover;
}
.sport-button-wrap .sport-button-box.type-a {
    background-image: url(../../img/main-sport-a-button.png?v=2);
    background-image: image-set(url("../../img/main-sport-a-button.png.webp?v=2") type("image/webp"), url("../../img/main-sport-a-button.png?v=2") type("image/png"));
}
.sport-button-wrap .sport-button-box.type-b {
    background-image: url(../../img/main-sport-b-button.png?v=2);
    background-image: image-set(url("../../img/main-sport-b-button.png.webp?v=2") type("image/webp"), url("../../img/main-sport-b-button.png?v=2") type("image/png"));
}
.sport-button-wrap .sport-button-box .sport-button {
    display: block;
    width: 100%;
    height: 100%;
}


/* PLAYER SPORT */
.player_sport_wrap {
    width: 100%;
    height: 100%;
    min-height: 1400px;
    position: relative;
    background-color: #2e2e2e;
    border: 1px solid #484848;
}

.player_sport_wrap .player_sport {
    width: 100%;
    height: auto;
    position: relative;
}

/* PLAYER SPORT END */

/* ABOUT SERVICE */
.full-img img {
    max-width: 100%;
}
.about_service {
    width: 100%;
    color: #fff;
}
.about_service img {
    max-width: 100%;
}

.about_service section {
    margin: 100px 0;
}
.about_service section h2,
.about_service section h3 {
    font-size: 2.25rem;
    font-weight: 600;
}
.about_service section p {
    font-size: 1rem;
    line-height: 170%;
    font-weight: 200;
    letter-spacing: -0.1px;
}
.about_service section.head .card {
    background: url(../../img/as_s_head_bg.png) no-repeat center center / cover;
    background-image: image-set(url("../../img/as_s_head_bg.png.webp") type("image/webp"), url("../../img/as_s_head_bg.png") type("image/png"));
    padding-top: 49px;
    padding-left: 40px;
    height: 450px;
}
.about_service section.head .card h2 {
    margin-top: 20px;
}
.about_service section.head .card p {
    margin-top: 20px;
    width: 480px;
}
.about_service section.head .card .btn_move {
    display: block;
    margin-top: 30px;
    border: none;
    background-color: #e39b12;
    width: 240px;
    height: 50px;
    box-shadow: 0px 0px 10px #e39b12;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    line-height: 50px;
}

.about_service section.intro {
    background: url(../../img/as_s_sports_intro_bg.png) no-repeat center center / cover;
    background-image: image-set(url("../../img/as_s_sports_intro_bg.png.webp") type("image/webp"), url("../../img/as_s_sports_intro_bg.png") type("image/png"));
    padding: 70px 40px 75px;
}
.about_service section.intro h2,
.about_service section.intro h3 {
    margin-bottom: 40px;
    text-align: center;
}
.about_service section.intro .text-wrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.about_service section.intro .text-wrap p {
    flex: 1;
    line-height: 170%;
    word-break: keep-all;
}
.about_service section.intro .text-wrap p::first-letter {
    padding-right: 8px;
    font-size: 2.5em;
    font-weight: 600;
    float: left;
    line-height: 135%;
}

.about_service section.sports .card {
    margin-bottom: 100px;
}
.about_service section.sports .card.card_01 {
    position: relative;
    background: url(../../img/as_s_sport_card_01.png) no-repeat center center / cover;
    background-image: image-set(url("../../img/as_s_sport_card_01.png.webp") type("image/webp"), url("../../img/as_s_sport_card_01.png") type("image/png"));
    height: 540px;
}
.about_service section.sports .card.card_01 .text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #e49c12;
    padding: 36px 40px 0;
    box-shadow: 0px 0px 14px #e49c12;
    width: 535px;
    height: 416px;
}
.about_service section.sports .card.card_01 .text-wrap h2 {
    color: #000;
    text-align: center;
}
.about_service section.sports .card.card_01 .text-wrap p {
    margin-top: 21px;
    color: #000;
    text-align: center;
    font-weight: 500;
}

.about_service section.sports .card.card_02 {
    position: relative;
    height: 460px;
}
.about_service section.sports .card.card_02::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../img/as_s_sports_card_04_pic.png) no-repeat center center / cover;
    background-image: image-set(url("../../img/as_s_sports_card_04_pic.png.webp") type("image/webp"), url("../../img/as_s_sports_card_04_pic.png") type("image/png"));
    width: 460px;
    height: 100%;
}
.about_service section.sports .card.card_02::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #e49C12;
    box-shadow: 0px 0px 14px #e49c12;
    width: 260px;
    height: 100%;
}
.about_service section.sports .card.card_02 .content {
    position: absolute;
    z-index: 2;
    background-color: #1f1f1f;
    top: 10px;
    right: 10px;
    left: 520px;
    padding: 70px 60px 0 0;
    height: calc(100% - 20px);
}
.about_service section.sports .card.card_02 .content  h2,
.about_service section.sports .card.card_02 .content p {
    margin-top: 20px;
}

.about_service section.sports .card.card_03 {
    background: url(../../img/as_s_sports_card_05_bg.png) no-repeat center center / cover;
    background-image: image-set(url("../../img/as_s_sports_card_05_bg.png.webp") type("image/webp"), url("../../img/as_s_sports_card_05_bg.png") type("image/png"));
    padding: 80px;
    height: 500px;
}
.about_service section.sports .card.card_03 h2 {
    background: url(../../img/as_s_sports_card_05_title_bg.png) no-repeat left bottom;
    padding-left: 25px;
    height: 64px;
}
.about_service section.sports .card.card_03 p {
    margin-top: 30px;
    width: 660px;
    word-break: keep-all;
}

.about_service section.sports .search .head h2 {
    position: relative;
    background-color: #e49C12;
    font-size: 1.875rem;
    width: 276px;
    height: 80px;
    color: #000;
    padding-top: 22px;
    padding-left: 35px;
}
.about_service section.sports .search .head h2::after {
    content: '';
    position: absolute;
    top: 0;
    right: -40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 0 0 40px;
    border-color: transparent transparent transparent #e49C12;
}
.about_service section.sports .search .content {
    background-color: #fff;
    padding: 30px 0 30px 30px;
    color: #000;
}
.about_service section.sports .search .content p {
    width: 909px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.2px;
}
.about_service section.sports .search .content .search_wrap {
    margin-top: 30px;
}

.about_service section.sports .search .content .search_wrap input {
    display: inline-block;
    border: none;
    background: #eeeeee url(../../img/as_s_sports_search_icon.png) no-repeat center left 15px;
    border-radius: 10px;
    padding: 0 50px;
    width: 500px;
    height: 52px;
}
.about_service section.sports .search .content .search_wrap input::placeholder {
    color: #111;
    font-size: 1rem;
    font-weight: 500;
}
.about_service section.sports .search .content .search_wrap a {
    display: inline-block;
    margin-left: 10px;
    border: none;
    border-radius: 10px;
    background-color: #e49c12;
    width: 122px;
    height: 52px;
    font-weight: 500;
    font-size: 1.125rem;
    color: #ffffff;
    text-align: center;
    line-height: 52px;
}

.about_service section.intro.soccer_intro {
    padding: 78px 0;
}
.about_service section.intro.soccer_intro h3 {
    margin-bottom: 20px;
}
.about_service section.intro.soccer_intro p {
    text-align: center;
}

.about_service section.soccer {
    position: relative;
}
.about_service section.soccer > img {
    position: absolute;
    max-width: 100%;
}
.about_service section.soccer .soccer_pic_01 {
    top :0;
    right: 0;
}
.about_service section.soccer .soccer_pic_02 {
    bottom :0;
    left: 0;
}
.about_service section.soccer ol {
    list-style: none;
    counter-reset: soccer-counter;
    padding-bottom: 15px;
}
.about_service section.soccer ol li {
    position: relative;
    padding-left: 60px;
    margin-bottom: 30px;
    max-width: 740px;
}
.about_service section.soccer ol li::before {
    counter-increment: soccer-counter;
    content: counter(soccer-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.25rem;
}

.about_service section.soccer ol li:nth-child(4) {
    margin-top: 95px;
}
.about_service section.soccer ol li:nth-child(n+4) {
    margin-left: auto;
}
.about_service section.soccer ol li h2,
.about_service section.soccer ol li h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #e49C12;
}
.about_service section.soccer ol li p {
    margin-top: 10px;
    font-size: 0.9375rem;
}

.about_service section.baseball {
    position: relative;
}
.about_service section.baseball .title-area {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2e2e2e;
    padding: 0 20px;
}
.about_service section.baseball .title-area::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2e2e2e;
    transform: skewY(4deg);
    transform-origin: top left;
}
.about_service section.baseball .title-area .img {
    position: relative;
    z-index: 3;
    left: -75px;
}
.about_service section.baseball .title-area .text {
    position: relative;
    z-index: 3;
    width: 520px;
}
.about_service section.baseball .title-area .text p {
    margin-top: 20px;
}
.about_service section.baseball .title-area .text .btn_move {
    display: block;
    margin-top: 20px;
    border: none;
    background-color: #e39b12;
    background-image: url(../../img/as_btn_move_arrow.png);
    background-repeat: no-repeat;
    background-position: right 45px center;
    width: 240px;
    height: 50px;
    box-shadow: 0px 0px 10px #e39b12;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    line-height: 50px;
}

.about_service section.baseball h3 {
    font-size: 1.875rem;
    text-align: center;
    font-weight: 600;
}
.about_service section.baseball p {
    font-size: 0.9375rem;
    font-weight: 400;
}

.about_service section.baseball .mlb {
    position: relative;
    top: -75px;
    z-index: 1;
    background: url(../../img/as_s_baseball_mlb_bg.png) no-repeat center center;
    background-image: image-set(url("../../img/as_s_baseball_mlb_bg.png.webp") type("image/webp"), url("../../img/as_s_baseball_mlb_bg.png") type("image/png"));
    padding-top: 150px;
    padding-bottom: 150px;
    color: #111111;
}
.about_service section.baseball .mlb > p {
    margin: 10px auto 0;
    width: 670px;
    text-align: center;
}
.about_service section.baseball .mlb .content {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding: 0 20px;
}
.about_service section.baseball .mlb .content .text-wrap p {
    margin-top: 30px;
    width: 480px;
}
.about_service section.baseball .mlb .content .text-wrap p:first-child {
    background-color: #2e2e2e;
    margin-top: 0;
    padding: 20px;
    color: #fff;
    font-weight: 300;
}
.about_service section.baseball .mlb::after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -75px;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: #2e2e2e;
    transform: skewY(-4deg);
    transform-origin: top left;
}

.about_service section.baseball .npb {
    position: relative;
    top: -100px;
    z-index: 3;
    background-color: #2e2e2e;
    padding-bottom: 68px;
}
.about_service section.baseball .npb .content {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.about_service section.baseball .npb .content .text-wrap h3 {
    margin-top: 19px;
    text-align: left;
}
.about_service section.baseball .npb .content .text-wrap p {
    margin-top: 30px;
    width: 520px;
}
.about_service section.baseball .npb .content .text-wrap p:first-child {
    margin-top: 0;
}

.about_service section.kbo {
    position: relative;
    z-index: 2;
    padding: 10px;
    height: 510px;
}
.about_service section.kbo::before,
.about_service section.kbo::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 260px;
    height: 250px;
    background-color: #e49c12;
    box-shadow: 0px 0px 10px #e49c12;
}
.about_service section.kbo::before {
    top: 0;
    left: 0;
}
.about_service section.kbo::after {
    bottom: 0;
    right: 0;
}
.about_service section.kbo .content {
    display: flex;
    justify-content: space-between;
    background-color: #1f1f1f;
}
.about_service section.kbo .content .desc {
    padding: 40px 0 0 50px;
    width: 450px;
    height: 360px;
}
.about_service section.kbo .content .desc p {
    margin-top: 20px;
}
.about_service section.kbo .content .desc p:last-child {
    margin-top: 0;
}
.about_service section.kbo .content .pic {
    position: relative;
    width: 490px;
    height: 460px;
}
.about_service section.kbo .content .pic img {
    position: absolute;
    z-index: 2;
    top: -30px;
}
.about_service section.kbo .content .pic::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 0;
    background-color: #333333;
    width: 400px;
    height: 460px;
}

.about_service section.nba {
    background-color: #2e2e2e;
    padding: 100px 0;
}
.about_service section.nba .content {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.about_service section.nba .content .pic {
    position: relative;
}
.about_service section.nba .content .pic::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 0;
    width: 260px;
    height: 10px;
    background-color: #e49c12;
    box-shadow: 0px 0px 10px #e49c12;
}
.about_service section.nba .content .desc {
    background: url(../../img/as_s_nba_icon.png) no-repeat left top;
    padding-top: 56px;
    width: 520px;
}
.about_service section.nba .content .desc h2 {
    margin-top: 10px;
}
.about_service section.nba .content .desc p {
    margin-top: 20px;
}

.about_service section.lol .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about_service section.lol .content .desc h2 {
    margin-bottom: 20px;
}
.about_service section.lol .content p {
    width: 520px;
}
.about_service section.lol .content img {
    width: 460px;
    height: 460px;
}

.about_service section.ufc {
    background: url(../../img/as_s_ufc_bg.png) no-repeat center center/cover;
    background-image: image-set(url("../../img/as_s_ufc_bg.png.webp") type("image/webp"), url("../../img/as_s_ufc_bg.png") type("image/png"));
    padding: 100px 0;
}
.about_service section.ufc .content {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.about_service section.ufc .content .desc {
    background: url(../../img/as_s_ufc_icon.png) no-repeat left top;
    padding-top: 10px;
    width: 520px;
}
.about_service section.ufc .content .desc h2 {
    margin-top: 10px;
}
.about_service section.ufc .content .desc p {
    margin-top: 20px;
}

.about_service section.tennis {
    background: url(../../img/as_s_tennis_bg.png) no-repeat center center/cover;
    background-image: image-set(url("../../img/as_s_tennis_bg.png.webp") type("image/webp"), url("../../img/as_s_tennis_bg.png") type("image/png"));
    padding: 100px 20px;
    color: #000;
}
.about_service section.tennis h2 {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.about_service section.tennis h2::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -30px;
    left: 35%;
    background: url(../../img/as_s_tennis_icon.png) no-repeat center center;
    width: 58px;
    height: 51px;
}
.about_service section.tennis p {
    margin-top: 20px;
    text-align: center;
    font-weight: 400;
}


.about_service section.how {
    padding: 100px 0;
}
.about_service section.how .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.about_service section.how .content .desc {
    width: 520px;
}
.about_service section.how .content .desc h2 {
    margin-top: 10px;
}
.about_service section.how .content .desc p {
    margin-top: 20px;
}
/* ABOUT SERVICE */

/* main banner */
.customer_baner { margin-bottom: 32px; }
.customer_baner a { display: block; }
.customer_baner a img { width: 100%; }


/* signup modal */
.signup_modal_wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;

    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 50px;

    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.signup_modal_wrap.show {
    visibility: visible;
    opacity: 1;
}
.signup_modal_wrap .dim {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.signup_modal_con {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    position: relative;
    z-index: 10;
    margin: auto;
    width: 644px;
    max-height: 100%;
    overflow: hidden;
    background: #232323;
    padding: 40px 20px 27px;
    border-radius: 10px;
}

.signup_modal_head {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 20px;
}
.signup_modal_head button {
    margin-left: auto;
    background: transparent;
    border: 0;
    font-size: 20px;
}
.signup_modal_head button img {
    width: 1em;
}
.signup_modal_txt {
    flex-grow: 1;
    overflow: auto;
    padding-bottom: 20px;
}
.signup_modal_result {
    text-align: center;
    margin-bottom: 20px;
}
.signup_modal_result .kk_logo {
    width: 150px;
    margin: 0 auto 20px;
}
.signup_modal_result .kk_logo img {
    width: 100%;
}
.signup_modal_result h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 5px;
}
.signup_modal_result p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
}

.signup_guide_box {
    padding: 20px;
    border-radius: 10px;
    background: #393939;
}
.signup_guide_box + .signup_guide_box {
    margin-top: 10px;
}
.signup_guide_box > p {
    font-size: 15px;
    font-weight: 500;
    color: var(--gray-100);
    margin-bottom: 5px;
}
.signup_guide_box li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;

    font-size: 13px;
    font-weight: 500;
    color: var(--gray-200);
}
.signup_guide_box li + li {
    margin-top: 2px;
}
.signup_guide_box li:before {
    flex-shrink: 0;
    content: "·";
}
.signup_modal_buttons {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.signup_modal_buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    height: 50px;
    border-radius: 5px;
    background: var(--primary);
    color: #000;

    font-size: 15px;
    font-weight: 500;
}