/* MAIN CONTENT */
.main_cont {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #050a0f;
    padding: 0;
}

.main_cont .main_box {
    width: 100%;
    height: auto;
    position: relative;
}

.main_cont .main_box .cont_sc {
    width: 100%;
    height: auto;
    position: relative;
}

.main_cont .main_box .cont_sc_01 {
    padding: 40px 15px;
}

.main_cont .main_box .cont_sc_02 {
    padding: 40px 15px;
    background-image: linear-gradient(rgba(5,10,15,.75), rgba(5,10,15,.75)), url(/img/sec_bg_01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.main_cont .main_box .cont_sc_03 {
    padding: 40px 15px;
}

.main_cont .main_box .cont_sc_04 {
    padding: 40px 15px;
    background-image: linear-gradient(rgba(5,10,15,.7), rgba(5,10,15,.7)), url(/img/sec_bg_03.webp);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.main_cont .main_box .cont_sc_05 {
    padding: 40px 15px;
}

.main_cont .main_box .cont_sc_06 {
    padding: 40px 15px;
}

.main_cont .main_box .cont_sc_07 {
    padding: 40px 15px;
    background-image: linear-gradient(rgba(5,10,15,.55), rgba(5,10,15,.85)), url(/img/sec_bg_04.webp);
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.main_cont .main_box .cont_sc_08 {
    padding: 40px 15px;
}

.main_cont .main_box .cont_sc_09 {
    padding: 40px 0px 0;
}

.main_cont .main_box .cont_sc_10 {
    padding: 40px 15px;
}

.main_cont .cont_tit {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.main_cont .cont_tit > h3 {
    font-size: 1.4375rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1;
}

.main_cont .cont_tit > h3 > span {
    color: #F2C12E;
}

.main_cont .cont_tit > p {
    font-size: 0.8125rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin-top: 14px;
}

.main_cont .cont_item {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.main_cont .cont_item.align_cen {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main_cont .cont_item.fl_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main_cont .cont_item.gap {
    gap: 80px;
}

.main_cont .cont_item.gap_20 {
    gap: 20px;
}

.main_cont .cont_item .item_lt {
    width: 100%;
    height: auto;
    position: relative;
}

.main_cont .cont_item.order .item_lt {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.main_cont .cont_item .item_lt .item_thumb {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 0;
    margin: 0 auto;
}

.main_cont .cont_item .item_lt .item_thumb .batimg {
    position: absolute;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9;
}

.main_cont .cont_item .item_lt .item_thumb > img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.main_cont .cont_item .item_gt {
    width: 100%;
    height: auto;
    position: relative;
}

.main_cont .cont_item .item_gt .item_text {
    width: 100%;
    height: auto;
    position: relative;
}

.main_cont .cont_item .item_gt .item_text > h4 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.6;
    word-break: keep-all;
}

.main_cont .cont_item .item_gt .item_text > h4.s_up {
    font-size: 1.125rem;
}

.main_cont .cont_item .item_gt .item_text > p {
    font-size: 0.8125rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.6;
    word-break: keep-all;
    margin-top: 12px;
}

.main_cont .cont_item .item_gt .item_text .txtbox {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 10px;
}

.main_cont .cont_item .item_gt .item_text .txtbox > p {
    font-size: 0.8125rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.6;
    word-break: keep-all;
    margin-bottom: 15px;
}

.main_cont .cont_item .item_gt .item_text .txtbox > p:last-of-type {
    margin-bottom: 0;
}

.main_cont .tvbtn {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
}

.main_cont .tvbtn > a {
    width: 100%;
    font-size: 0.875rem;
    font-weight: 700;
    color: #000;
    border-radius: 5rem;
    padding: 15px 30px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(242 193 46)), to(rgb(242 193 46)));
    background: -webkit-linear-gradient(bottom, rgb(242 193 46) 0%, rgb(242 193 46) 100%);
    background: -moz-linear-gradient(bottom, rgba(36, 83, 229, 1) 0%, rgba(98, 144, 240, 1) 100%);
    background: -o-linear-gradient(bottom, rgba(36, 83, 229, 1) 0%, rgba(98, 144, 240, 1) 100%);
    background: linear-gradient(0deg, rgb(242 174 48) 0%, rgb(242 193 46) 100%);
    text-align: center;
}

.main_cont .info_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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: rgba(5, 10, 15, 0.5);
    border: 1px solid #F2C12E;
    border-radius: 10px;
    padding: 20px;
    gap: 30px;
}

.main_cont .info_item .info_txt {
    width: 100%;
    height: auto;
    position: relative;
}

.main_cont .info_item .info_txt > h4 {
    font-size: 1.375rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
    padding-bottom: 14px;
    position: relative;
    line-height: 1;
    margin-bottom: 14px;
}

.main_cont .info_item .info_txt > h4::after {
    content: '';
    width: 43px;
    height: 2px;
    background-color: #F2C12E;
    position: absolute;
    bottom: 0;
    left: 0;
}

.main_cont .info_item .info_p {
    width: 100%;
    height: auto;
    position: relative;
}

.main_cont .info_item .info_p > p {
    font-size: 0.8125rem;
    font-weight: 300;
    color: #fff;
    word-break: keep-all;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.main_cont .info_item .info_p > p:last-of-type {
    margin-bottom: 0;
}

.main_cont .info_item .info_thumb {
    display: none;
}

.main_cont .info_item .info_thumb .thumbimg {
    width: 100%;
    height: 100%;
    background-image: url(/img/batimg_02.webp);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.main_cont .info_item .info_thumb > img {
    position: absolute;
    top: 5vw;
    left: 2vw;
    width: 87vw;
}

.main_cont .info2_item {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 40px;
}

.main_cont .info2_item .info2_logo {
    width: 100%;
    height: 113px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/img/batimg_03.webp);
    -webkit-background-size: contain;
    background-size: contain;
    position: relative;
    margin-bottom: 30px;
}

.main_cont .info2_item .info2_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;
    gap: 30px;
}

.main_cont .info2_item .info2_box .info2_ob {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 10px;
    background: #1a1a1a;
    border-left: 3px solid #F2AE30;
    padding: 40px 20px;
}

.main_cont .info2_item .info2_box .info2_ob.info2_ob_01 {
    text-align: left;
}


.main_cont .info2_item .info2_box .info2_ob.info2_ob_02 {
    text-align: left;
}



.main_cont .info2_item .info2_box .info2_ob > h4 {
    font-size: 1.375rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.main_cont .info2_item .info2_box .info2_ob > h4::after {
    content: '';
    width: 28px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
}

.main_cont .info2_item .info2_box .info2_ob.info2_ob_01 > h4::after {
    left: 0;
}

.main_cont .info2_item .info2_box .info2_ob.info2_ob_02 > h4::after {
    left: 0;
}

.main_cont .info2_item .info2_box .info2_ob .info2_txt {
    width: 100%;
    height: auto;
    position: relative;
}

.main_cont .info2_item .info2_box .info2_ob .info2_txt > p {
    font-size: 0.8125rem;
    font-weight: 300;
    color: #fff;
    word-break: keep-all;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.main_cont .info2_item .info2_box .info2_ob .info2_txt > p:last-of-type {
    margin-bottom: 0;
}

.main_cont .event_info {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 120px;
}

.main_cont .event_info .item_lt > h4 {
    font-size: 1.875rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1;
    position: relative;
    margin-bottom: 20px;
}

.main_cont .event_info .item_lt > p {
    font-size: 0.875rem;
    font-weight: 300;
    color: #fff;
    word-break: keep-all;
    letter-spacing: -0.5px;
    line-height: 1.6;
}

.main_cont .event_info .item_lt .event_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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px 0;
    margin-top: 30px;
}

.main_cont .event_info .item_lt .event_list > li {
    width: 174px;
    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;
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1;
}

.main_cont .event_info .item_lt .event_list > li > span {
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.main_cont .event_info .item_lt .event_list > li.list_01 > span {
}

.main_cont .event_info .item_lt .event_list > li.list_02 > span {
}

.main_cont .event_info .item_lt .event_list > li.list_03 > span {
}

.main_cont .event_info .item_lt .event_list > li.list_04 > span {
}

.main_cont .event_info .item_gt .item_thumb {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 0;
}

.main_cont .event_info .item_gt .item_thumb > img {
    width: 100%;
    height: auto;
    position: relative;
}

.main_cont .search_info {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

.main_cont .search_info .search_infobox {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
}

.main_cont .search_info .search_infobox .search_tit {
    width: 230px;
    padding: 10px 15px;
    background-color: #F2AE30;
    -webkit-clip-path: polygon(0 0, 74% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 74% 0, 100% 100%, 0% 100%);
}

.main_cont .search_info .search_infobox .search_tit > h4 {
    font-size: 1.375rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1;
    position: relative;
}

.main_cont .search_info .search_infobox .search_txtbox {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    padding: 20px;
}

.main_cont .search_info .search_infobox .search_txtbox > p {
    font-size: 0.8125rem;
    font-weight: 400;
    color: #000;
    word-break: keep-all;
    letter-spacing: -0.5px;
    line-height: 1.6;
}

.main_cont .search_info .search_infobox .search_txtbox .search_ob {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    gap: 8px;
}

.main_cont .search_info .search_infobox .search_txtbox .search_ob .search_input {
    width: -webkit-calc((100% - 10px) - 100px);
    width: -moz-calc((100% - 10px) - 100px);
    width: calc((100% - 10px) - 100px);
    background-color: #eeeeee;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 10px;
    gap: 10px;
}

.main_cont .search_info .search_infobox .search_txtbox .search_ob .search_input .search_icon {
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.main_cont .search_info .search_infobox .search_txtbox .search_ob .search_input > p {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #000;
    word-break: keep-all;
    letter-spacing: -0.5px;
    line-height: 1.6;
}

.main_cont .search_info .search_infobox .search_txtbox .search_ob .tvbtn_01 {
    width: 100px;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.main_cont .search_info .search_infobox .search_txtbox .search_ob .tvbtn_01 > a {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #000;
    border-radius: 10px;
    padding: 12px 10px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(242 193 46)), to(rgb(242 193 46)));
    background: -webkit-linear-gradient(bottom, rgb(242 193 46) 0%, rgb(242 193 46) 100%);
    background: -moz-linear-gradient(bottom, rgba(36, 83, 229, 1) 0%, rgba(98, 144, 240, 1) 100%);
    background: -o-linear-gradient(bottom, rgba(36, 83, 229, 1) 0%, rgba(98, 144, 240, 1) 100%);
    background: linear-gradient(0deg, rgb(242 193 46) 0%, rgb(242 174 48) 100%);
    text-align: center;
    width: 100%;
    line-height: 18px;
}

.main_cont .relay_info {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 40px;
}

.main_cont .relay_info:last-of-type {
    margin-bottom: 0;
}

.main_cont .baseball_info {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}

.main_cont .baseball_info .baseball_tit {
    width: 100%;
    height: auto;
    position: relative;
}

.main_cont .baseball_info .baseball_tit > h4 {
    font-size: 1.375rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}

.main_cont .baseball_info .baseball_tit > h4::after {
    content: '';
    width: 26px;
    height: 23px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    top: -19px;
    left: -31px;
}

.main_cont .baseball_info .baseball_txtbox {
    width: 100%;
    height: auto;
    position: relative;
}

.main_cont .baseball_info .baseball_txtbox > p {
    font-size: 0.8125rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.6;
    word-break: keep-all;
    margin-bottom: 20px;
}

.main_cont .baseball_info .baseball_txtbox > p:last-of-type {
    margin-bottom: 0;
}

.main_cont .baseball_relay {
    width: 100%;
    height: auto;
    position: relative;
}

.main_cont .baseball_relay .item_thumb > span {
    display: none;
}

.main_cont .basketball_tit {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.main_cont .basketball_tit_2 {
    padding: 0 15px;
}

.main_cont .basketball_tit > h5 {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #F2C12E;
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin-bottom: 14px;
}

.main_cont .basketball_tit > h4 {
    font-size: 1.375rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1;
    position: relative;
    margin-bottom: 20px;
}

.main_cont .basketball_tit > p {
    font-size: 0.8125rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.6;
    word-break: keep-all;
}

.main_cont .basketball_relay {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 40px;
}

.main_cont .basketball_relay .basketball_bg_01,
.main_cont .basketball_relay .basketball_bg_02 {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
}

.main_cont .basketball_relay .basketball_bg_01 {
    background-image: url(/img/batbg_01.webp);
}

.main_cont .basketball_relay .basketball_bg_02 {
    background-image: url(/img/batbg_02.webp);
}

.main_cont .basketball_relay .basketball_ob {
    width: 100%;
    height: auto;
    position: relative;
    padding: 40px 20px;
}

.main_cont .basketball_relay .basketball_ob > span {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    background-image: url(/img/batimg_12.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-bottom: 12px;
}

.main_cont .basketball_relay .basketball_ob > h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1;
    position: relative;
}

.main_cont .basketball_relay .basketball_ob .basketball_txt {
    width: 100%;
    height: auto;
    padding-left: 20px;
    border-left: 1px solid #fff;
    margin-top: 15px;
}

.main_cont .basketball_relay .basketball_ob .basketball_txt > p {
    font-size: 0.8125rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.6;
    word-break: keep-all;
}

.main_cont .other_relay {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
}

.main_cont .other_relay:last-of-type {
    margin-bottom: 0;
}

.main_cont .global_tit {
    width: 100%;
    height: auto;
    position: relative;
}

.main_cont .global_tit h5 {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #fce46b;
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin-bottom: 14px;
}

.main_cont .global_info {
    width: 100%;
    max-width: 900px;
    height: auto;
    position: relative;
    margin: 0 auto;
}

.main_cont .global_info .global_item {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.main_cont .global_info .global_item:last-of-type {
    padding-bottom: 0;
}

.main_cont .global_info .global_item .circle {
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    position: relative;
    border-radius: 5rem;
    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;
    z-index: 9;
    margin-top: 8vw;
}

.main_cont .global_info .global_item::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #F2AE30;
    position: absolute;
    top: 0;
    left: 12px;
}

.main_cont .global_info .global_item:nth-of-type(1):after {
    margin-top: 21vw;
}

.main_cont .global_info .global_item:nth-of-type(5):after {
    height: 22vw;
}

.main_cont .global_info .global_item:last-of-type .circle::after {
    content: none;
}

.main_cont .global_info .global_item .circle > span {
    width: 9px;
    height: 9px;
    background-color: #F2AE30;
    position: relative;
    border-radius: 5rem;
}

.main_cont .global_info .global_item .global_flex {
    width: -webkit-calc((100% - 20px) - 25px);
    width: -moz-calc((100% - 20px) - 25px);
    width: calc((100% - 20px) - 25px);
    height: 55vw;
    max-height: 260px;
    position: relative;
}

.main_cont .global_info .global_item .global_flex .glo_thumb {
    width: 100%;
    height: 55vw;
    max-height: 260px;
    position: relative;
    font-size: 0;
    border-radius: 14px;
    overflow: hidden;
}
.main_cont .global_info .global_item .global_flex .glo_thumb > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(85%) brightness(0.55) contrast(1.1);
}

.main_cont .global_info .global_item .global_flex .glo_thumb > img {
    width: auto;
    max-width: 100%;
}

.main_cont .global_info .global_item .global_flex .glo_txt {
    width: 100%;
    height: 55vw;
    max-height: 260px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,.92) 0%, rgba(0,0,0,.55) 55%, rgba(0,0,0,0) 100%);
    border-radius: 14px;
}

.main_cont .global_info .global_item .global_flex .glo_txt > h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #F2C12E;
    letter-spacing: -0.5px;
    line-height: 1;
    word-break: keep-all;
}

.main_cont .global_info .global_item .global_flex .glo_txt .glo_txtbox {
    width: 100%;
    height: auto;
    position: relative;
}

.main_cont .global_info .global_item .global_flex .glo_txt .glo_txtbox > p {
    font-size: 0.8125rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.6;
    word-break: keep-all;
    margin-top: 12px;
}

.main_cont .analy_info {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background-color: #F2AE30;
}

.main_cont .analy_info .analy_infobox {
    width: 100%;
    height: auto;
    position: relative;
}

.main_cont .analy_info .analy_infobox .analy_item {
    width: 100%;
    height: auto;
    position: relative;
    padding: 30px 15px;
}

.main_cont .analy_info .analy_infobox .analy_item::after {
    content: '';
    width: 90%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.5;
}

.main_cont .analy_info .analy_infobox .analy_item:last-of-type:after {
    content: none;
}

.main_cont .analy_info .analy_infobox .analy_item .analy_thumb {
    display: block;
    width: 100%;
    height: 55vw;
    max-height: 260px;
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 0;
    border-radius: 14px;
    filter: grayscale(85%) brightness(0.55) contrast(1.1);
}

.main_cont .analy_info .analy_infobox .analy_item .analy_thumb.analy_thumb_01 {
    background-image: url(/img/batthumb_18.webp);
}

.main_cont .analy_info .analy_infobox .analy_item .analy_thumb.analy_thumb_02 {
    background-image: url(/img/batthumb_19.webp);
}

.main_cont .analy_info .analy_infobox .analy_item .analy_thumb.analy_thumb_03 {
    background-image: url(/img/batthumb_20.webp);
}

.main_cont .analy_info .analy_infobox .analy_item .analy_txtbox {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    margin-top: -90px;
    padding: 30px 16px 16px;
    background: linear-gradient(to top, rgba(0,0,0,.95) 0%, rgba(0,0,0,.85) 60%, rgba(0,0,0,0) 100%);
    border-radius: 0 0 14px 14px;
}

.main_cont .analy_info .analy_infobox .analy_item .analy_txtbox > h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1;
    word-break: keep-all;
}

.main_cont .analy_info .analy_infobox .analy_item .analy_txtbox > p {
    font-size: 0.8125rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.6;
    word-break: keep-all;
    margin-top: 12px;
}

.main_cont .user_info {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.main_cont .user_info .user_logo {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 0;
}

.main_cont .user_info .user_logo > img {
    width: auto;
    max-width: 100%;
}

.main_cont .user_info .user_infobox {
    width: 100%;
    height: auto;
    position: relative;
}

.main_cont .user_info .user_infobox .user_txtbox {
    width: 100%;
    height: 60vw;
    max-height: 280px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(to top, rgba(0,0,0,.92) 0%, rgba(0,0,0,.5) 55%, rgba(0,0,0,0) 100%);
    border-radius: 14px;
    margin-bottom: 0;
}

.main_cont .user_info .user_infobox .user_txtbox > h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1;
    position: relative;
    margin-bottom: 20px;
}

.main_cont .user_info .user_infobox .user_txtbox > p {
    font-size: 0.8125rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.6;
    word-break: keep-all;
}

.main_cont .user_info .user_infobox .user_thumb {
    width: 100%;
    height: 60vw;
    max-height: 280px;
    position: relative;
    font-size: 0;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 20px;
}

.main_cont .user_info .user_infobox .user_thumb > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(85%) brightness(0.5) contrast(1.1);
}

.main_cont .user_info .user_infobox .user_guide {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
}

.main_cont .user_info .user_infobox .user_guide > li {
    width: 100%;
    height: auto;
    position: relative;
}

.main_cont .user_info .user_infobox .user_guide > li > h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1;
    word-break: keep-all;
}

.main_cont .user_info .user_infobox .user_guide > li > p {
    font-size: 0.8125rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.6;
    word-break: keep-all;
    margin-top: 15px;
}

/* MAIN CONTENT END */


.sport-button-wrap {
    padding-top: 20px;
    padding: 20px 10px 0;
    margin-bottom: 22px;
}
.sport-button-wrap .sport-button-box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 10px;
    width: 100%;
    height: 60px;
}
.sport-button-wrap .sport-button-box.type-a {
    background-image: url(/img/main-sport-a-button.webp?v=3);
}
.sport-button-wrap .sport-button-box.type-b {
    background-image: url(/img/main-sport-b-button.webp?v=3);
}
.sport-button-wrap .sport-button-box .sport-button {
    display: block;
    width: 100%;
    height: 100%;
}




/* ===== [FIX] 제목 태그(h2/h3) CSS 매칭 누락 수정 - 형제 요소 값 기준 통일 ===== */
.main_cont .cont_tit > h2 {
    font-size: 1.625rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.25;
    word-break: keep-all;
    margin-bottom: 14px;
}

.main_cont .info_txt > h2 {
    font-size: 1.375rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.25;
    word-break: keep-all;
    position: relative;
    margin-bottom: 20px;
}

.main_cont .info2_item .info2_box .info2_ob > h3 {
    font-size: 1.375rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.25;
    word-break: keep-all;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.main_cont .search_info .search_infobox .search_tit > h3 {
    font-size: 1.375rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.25;
    word-break: keep-all;
    position: relative;
}

.main_cont .baseball_info .baseball_tit > h3 {
    font-size: 1.375rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.25;
    word-break: keep-all;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}

.main_cont .basketball_tit > h3 {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #F2C12E;
    letter-spacing: -0.5px;
    line-height: 1.2;
    word-break: keep-all;
    margin-bottom: 14px;
}

.main_cont .basketball_tit_2 > h3 {
    font-size: 1.375rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.25;
    word-break: keep-all;
    position: relative;
    margin-bottom: 20px;
}

.main_cont .user_info .user_infobox .user_txtbox > h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.25;
    word-break: keep-all;
    position: relative;
    margin-bottom: 20px;
}


/* ===== [ADD] 로그인 버튼 - 헤더 로고/푸터와 통일된 골드 브랜드컬러 적용 ===== */
.hd_login > a {
    display: inline-block;
    background: linear-gradient(0deg, rgb(242 174 48) 0%, rgb(242 193 46) 100%);
    color: #000;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 5rem;
    text-decoration: none;
}


/* ===== [REDESIGN] V리그/테니스/UFC(other_relay) - NBA와 동일하게 이미지 위 텍스트 오버레이 방식으로 통일 ===== */
.main_cont .other_relay .cont_item.fl_wrap,
.main_cont .relay_info .cont_item.fl_wrap,
.main_cont .baseball_relay .cont_item.fl_wrap {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 0;
}

.main_cont .other_relay .item_lt,
.main_cont .relay_info .item_lt,
.main_cont .baseball_relay .item_lt {
    height: 60vw;
    max-height: 300px;
}

.main_cont .other_relay .item_lt .item_thumb,
.main_cont .relay_info .item_lt .item_thumb,
.main_cont .baseball_relay .item_lt .item_thumb {
    height: 100%;
    width: 100%;
}

.main_cont .other_relay .item_lt .item_thumb > img,
.main_cont .relay_info .item_lt .item_thumb > img,
.main_cont .baseball_relay .item_lt .item_thumb > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(85%) brightness(0.55) contrast(1.1);
}

.main_cont .other_relay .item_gt,
.main_cont .relay_info .item_gt,
.main_cont .baseball_relay .item_gt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 24px 20px 20px;
    background: linear-gradient(to top, rgba(5,10,15,.95) 0%, rgba(5,10,15,.75) 55%, rgba(5,10,15,0) 100%);
    z-index: 2;
}

.main_cont .other_relay .item_gt .item_text > h4,
.main_cont .relay_info .item_gt .item_text > h4,
.main_cont .baseball_relay .item_gt .item_text > h4 {
    color: #F2C12E;
}

.main_cont .other_relay .item_gt .item_text .txtbox > p,
.main_cont .relay_info .item_gt .item_text .txtbox > p,
.main_cont .baseball_relay .item_gt .item_text .txtbox > p {
    color: #e8e8e8;
}

.main_cont .relay_info,
.main_cont .baseball_relay {
    margin-bottom: 30px;
}
.main_cont .relay_info:last-of-type,
.main_cont .baseball_relay:last-of-type {
    margin-bottom: 0;
}


/* ===== [2026-09 가독성 보정] 모바일 메인 본문: 글자 크기 상향, 포인트 컬러 노랑 통일, 이미지 카드 안 텍스트 잘림 제거 ===== */
/* 1) 이미지 위 텍스트 카드: 고정 높이(60vw) + overflow hidden 때문에 긴 문단의 제목이 위로 잘려 보이지 않던 문제
      -> 이미지를 배경층으로 깔고 텍스트 높이만큼 카드가 늘어나도록 변경 (텍스트는 항상 전부 표시) */
.main_cont .other_relay .cont_item.fl_wrap,
.main_cont .relay_info .cont_item.fl_wrap,
.main_cont .baseball_relay .cont_item.fl_wrap {
    height: auto;
    min-height: 240px;
}
.main_cont .other_relay .item_lt,
.main_cont .relay_info .item_lt,
.main_cont .baseball_relay .item_lt {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    height: 100%;
    max-height: none;
    z-index: 1;
}
.main_cont .other_relay .item_gt,
.main_cont .relay_info .item_gt,
.main_cont .baseball_relay .item_gt {
    position: relative;
    min-height: 240px;
    display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
    -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
    -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end;
    padding: 90px 18px 20px;
    background: linear-gradient(to top, rgba(5,10,15,.96) 0%, rgba(5,10,15,.88) 55%, rgba(5,10,15,.35) 100%);
    z-index: 2;
}
/* 2) 본문 글자: 13px/얇은 두께 -> 15px/보통 두께, 밝은 회색 (어두운 배경 대비 확보) */
.main_cont .cont_item .item_gt .item_text > p,
.main_cont .cont_item .item_gt .item_text .txtbox > p,
.main_cont .baseball_info .baseball_txtbox > p,
.main_cont .cont_tit > p,
.main_cont .info_item .info_txt > p,
.main_cont .glo_txtbox > p,
.main_cont .info2_txt > p,
.main_cont .info_p > p,
.main_cont .analy_txtbox > p,
.main_cont .basketball_tit > p,
.main_cont .basketball_txt > p,
.main_cont .user_guide > li > p,
.main_cont .search_txtbox > p {
    font-size: 15px;
    font-weight: 400;
    color: #e6e6e6;
    line-height: 1.75;
    letter-spacing: -0.3px;
}
.main_cont .cont_item .item_gt .item_text > p strong,
.main_cont .cont_item .item_gt .item_text .txtbox > p strong { color: #fff; font-weight: 600; }
.main_cont .cont_item .item_gt .item_text > h4,
.main_cont .cont_item .item_gt .item_text > h4.s_up { font-size: 19px; line-height: 1.45; margin-bottom: 6px; }
.main_cont .cont_tit > h3 { font-size: 1.5rem; line-height: 1.3; }
.main_cont .cont_tit > h3 > span,
.main_cont .basketball_tit > h5,
.main_cont .basketball_tit > h3,
.main_cont .global_tit h5 { color: #F2C12E; }
.main_cont .basketball_tit > h5,
.main_cont .basketball_tit > h3 { font-size: 15px; }
.main_cont .info_item { border-color: #F2C12E; }
.main_cont .info_item .info_txt > h4::after { background-color: #F2C12E; }
.main_cont .search_txtbox > p { color: #222; }
.main_cont .glo_txt > h4, .main_cont .analy_txtbox > h4, .main_cont .user_guide > li > h4, .main_cont .info2_ob > h3, .main_cont .basketball_ob > h4 { font-size: 18px; line-height: 1.4; color: #fff; }
.main_cont .basketball_tit > h4, .main_cont .info_txt > h2, .main_cont .search_tit > h3, .main_cont .baseball_tit > h3 { line-height: 1.35; }
