@charset "utf-8";

/* font */

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 700;
    src: local('Spoqa Han Sans Neo Bold'),
        url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.woff2') format('woff2'),
        url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.woff') format('woff'),
        url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 500;
    src: local('Spoqa Han Sans Neo Medium'),
        url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.woff2') format('woff2'),
        url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.woff') format('woff'),
        url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    src: local('Spoqa Han Sans Neo Regular'),
        url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.woff2') format('woff2'),
        url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.woff') format('woff'),
        url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 300;
    src: local('Spoqa Han Sans Neo Light'),
        url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Light.woff2') format('woff2'),
        url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Light.woff') format('woff'),
        url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 100;
    src: local('Spoqa Han Sans Neo Thin'),
        url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Thin.woff2') format('woff2'),
        url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Thin.woff') format('woff'),
        url('https://gcore.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Thin.ttf') format('truetype');
}

/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
button,
figure {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0 none;
}

dl,
ul,
ol,
menu,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

input,
select,
textarea,
button {
    border-radius: 0;
    vertical-align: middle;
}

input::-ms-clear {
    display: none;
}

hr {
    display: none;
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

button,
input {
    border-radius: 0;
    border: 0;
    -webkit-border-radius: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

caption {
    display: none;
}

body {
    direction: ltr;
    word-break: keep-all;
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
}

body,
th,
td,
input,
select,
textarea,
button {
    font-size: 100%;
    font-family: "Pretendard", "Spoqa Han Sans Neo", "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
    line-height: 1;
    color: #212121;
}

a {
    color: #212121;
    text-decoration: none;
}

address,
caption,
cite,
code,
dfn,
em,
var {
    font-style: normal;
    font-weight: normal;
}

img {
    vertical-align: middle;
}

.is_blind {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

/* common */
:root {
    --c-bg: #fff;
    --c-black: #000;
    --c-txt: #212121;
    --c-gray: #444;
    --c-gray-01: #777;
    --c-gray-02: #999;
    --c-gray-03: #888;
    --c-gray-04: #ccc;
    --c-line: #E1E1E1;
    --c-box: #F2F2F2;
    --c-point: #1CA673;
    --c-point-l: #EDFFF8;
    --c-yellow: #FFEDA7;
    --c-yellow-l: #FFFAE7;
    --c-yellow-d: #D27000;
}

html {
    scroll-behavior: smooth;
    font-size: 10px !important;
}

body {
    background-color: #fff;
    color: var(--c-txt);
}

body * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    transition: 0.3s ease;
}

a {
    display: block;
}

img {
    width: 100%;
}

.wrap {
    width: 100%;
    min-width: 360px;
    overflow: hidden;
}
/*-------------------------------------------------------------------
    ## header
-------------------------------------------------------------------*/

.set_inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
#header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 100;
}
#header .header_wrap {
    position: relative;
    padding: 0 15px;
    border-bottom: 1px solid #eee;
}
#header .header_wrap::after {
   position: absolute;
    left: 0;
    display: none;
    content: '';
    width: 100%;
    height: 215px;
    padding: 20px 0;
    background-color: #fff;
    z-index: 10;
}/* 260415_수정 */
#header .header_wrap.active::after {
    display: block;
}/* 260415_수정 */

#header .header_wrap .set_inner {
    position: relative;
}
#header .all_menu {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    padding: 0 15px;
    z-index: 999;
    transform: translate(100%, 0);
    transition: transform .8s;
    overflow-y: scroll;
    
}/* 260223_수정 */
#header .all_menu.on {
    transform: translate(0, 0);
    box-shadow: 0px 30px 0px 0px rgb(69 80 95 / 12%);
}
.all_menu .menu_list{
    padding: 20px 0;
}
.all_menu .menu_list>li {
    margin-bottom: 35px;
}

.all_menu .menu_list>li>a {
    font-size: 1.8rem;
    font-weight: 700;
    color: #212121;
    margin-bottom: 25px;
}

.all_menu .menu_list .on {
    display: flex;
    gap: 20px;
    flex-direction: column;
}/* 260223_수정 */


.all_menu .menu_list .on>li {
    font-size: 1.6rem;
    font-weight: 500;
}

.all_menu .menu_list .on>li>a {
    color: #5a5a5a;

}
.all_menu_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 80px;
}
.all_menu_wrap .menu_logo{
    width: 220px;
    height: 18px;
    background: url(//bimg.mk.co.kr/2026/mk_open/images/logo.svg) no-repeat center/100%;
}
.close_btn {
    width: 20px;
    height: 20px;
    background: url(//bimg.mk.co.kr/2026/mk_open/images/close.svg) center no-repeat;
}

#header .set_inner .logo_wrap .logo {
    width: 220px;
    height: 18px;
    background: url(//bimg.mk.co.kr/2026/mk_open/images/logo.svg) no-repeat center/100%;
}

#header .set_inner .gnb {
    display: flex;
    align-items: center;
    gap: 100px;
}

#header .set_inner .gnb li {
    position: relative;
    font-size: 1.8rem;
    font-weight: 500;
}
#header .set_inner .gnb>li {
    padding: 40px 0;
}/* 260403_추가 */
#header .set_inner .gnb>li>a:hover {
    position: relative;
    font-weight: 700;
    color: #28A153;
}

#header .set_inner .gnb>li>a:hover:after {
    position: absolute;
    top: 50px;
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background: #28A153;
}

#header .set_inner .gnb .gnb_item {
    position: relative;
}

#header .set_inner .gnb .gnb_item a.active {
    font-weight: 700;
    color: #28A153
}

#header .set_inner .gnb .depth_list {
    position: absolute;
    top: 90px;
    display: flex;
    width: 162px;
    gap: 25px;
    flex-direction: column;
    z-index: 20;
    opacity: 0;
}/* 260403_수정 */
#header .set_inner .gnb .depth_list.active {
    opacity: 1;
}

#header .set_inner .gnb .depth_list li a {
    font-size: 1.6rem;
    color: #5a5a5a;
}

#header .set_inner .gnb .depth_list li a:hover {
    color: #28A153;
}

#header .set_inner .header_area {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .set_inner .menu_btn {
    display: none;
}

/*-------------------------------------------------------------------
    ## main
-------------------------------------------------------------------*/
#container {
    position: relative;
}
#container.container_wrap{
    min-height: 800px;
}

#container .content {
    position: relative;
}

#container .content .section {
    position: relative;
    margin-bottom: 50px;
}

#container .content .section.section_a {
    padding: 0 15px;
}

#container .content .section .main_bg {
    width: 100%;
    height: 630px;
    background: url(//bimg.mk.co.kr/2026/mk_open/images/main_bg.jpg) center no-repeat;
    background-size: cover;
}

#container .content .section .main_bg::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(18, 20, 9, 0.5);
}

#container .content .section.main .main_ttl_wrap {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}

#container .content .section .main_ttl_wrap .ttl_main {
    line-height: 1.2;
    font-size: 5.6rem;
    font-weight: 700;
}

#container .content .section .main_ttl_wrap .ttl_sub {
    font-size: 2.6rem;
    line-height: 1.5;
}

.sec_ttl {
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    color: #212121;
    margin-bottom: 25px;
}

.top_players_wrap {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 20px;
    background: #ffffff;
    margin-top: -137px;
    margin-bottom: 50px;
    box-shadow: 0 7px 10px rgba(120, 120, 120, 0.2);
    padding: 40px 30px 25px;
}

.top_players_wrap .top_players_list .players_wrap {
    overflow: auto;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    justify-content: space-between;
}

.top_players_wrap .top_players_list .players_wrap li a {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
}

.top_players_wrap .top_players_list .players_wrap li .player_thumb {
    width: 182px;
    height: 182px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}

.top_players_wrap .top_players_list .players_wrap li .player_thumb.player_view {
    position: relative;
    background-color: #cdcdcd;
}

.top_players_wrap .top_players_list .players_wrap li .player_thumb.player_view:after {
    position: absolute;
    display: block;
    content: '';
    width: 43px;
    height: 43px;
    background: url(//bimg.mk.co.kr/2026/mk_open/images/plus.svg) center no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top_players_wrap .top_players_list .players_wrap li .player_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_players_wrap .top_players_list .players_wrap li .player_name {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    color: #212121;
}/* 260417_수정 */
.info_banner_wrap .info_banner_box {
    display: flex;
    align-items: center;
}

.info_banner_wrap .info_banner_box .info_box {
    width: 50%;
}

.info_banner_wrap .info_banner_box .info_left {
    border-radius: 10px 0 0 10px;
    background-color: #2E61DD;
}

.info_banner_wrap .info_banner_box .info_right {
    border-radius: 0 10px 10px 0;
    background-color: #48CA76;
}

.info_banner_wrap .info_banner_box .info_box a {
    height: 170px;
    padding: 25px 25px 20px;
}

.info_banner_wrap .info_banner_box .info_box .info_ttl {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
}

.info_banner_wrap .info_banner_box .info_box .info_ttl .ic.ic_arrow {
    width: 9px;
    height: 14px;
    background: url(//bimg.mk.co.kr/2026/mk_open/images/arrow.svg) no-repeat center / 100%;

}

.info_banner_wrap .info_banner_box .info_box .info_sub_ttl {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
}

.info_banner_wrap .info_banner_box .info_left {
    position: relative;
}
.info_banner_wrap .info_banner_box .info_left .item_box {
    position: absolute;
    bottom: 20px;
    right: 35px;
    width: 57px;
    height: 56px;
}
.info_banner_wrap .info_banner_box .info_left .item_box img {
    position: relative;
    width: 100%;
    height: 100%;
}


.info_banner_wrap .info_banner_box .info_right {
    position: relative;
}


.info_banner_wrap .info_banner_box .info_right .item_box {
    position: absolute;
    bottom: 20px;
    right: 35px;
    width: 68px;
    height: 58px;
}


.spectator_info_wrap .spectator_info_list {
    display: flex;
    gap: 20px;
    align-items: center;
}

.spectator_info_wrap .spectator_info_list .spectator_area {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
}

.spectator_info_wrap .spectator_info_list .spectator_area a {
    padding: 55px 25px;
    height: 170px;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
}

.spectator_info_wrap .spectator_info_list .spectator_area.group a {
    background-image: url(//bimg.mk.co.kr/2026/mk_open/images/time.jpg);
}

.spectator_info_wrap .spectator_info_list .spectator_area.live a {
    background-image: url(//bimg.mk.co.kr/2026/mk_open/images/live.jpg);
}


.spectator_info_wrap .spectator_info_list .spectator_area .item_box {
    position: relative;
    width: 100%;
    max-width: 256px;
    display: flex;
    align-items: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 20px;
}

.spectator_info_wrap .spectator_info_list .spectator_area .item_box p {
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
}

.spectator_info_wrap .spectator_info_list .spectator_area .item_box .ic_arrow_r {
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(//bimg.mk.co.kr/2026/mk_open/images/arrow_b.svg) no-repeat center;
    background-size: 12px 12px;
    background-color: #fff;
}


.quick_fixed {
    z-index: 200;
    position: fixed;
    right: 50px;
    bottom: 50px;
    display: none;
    transition: 0.3s ease;
}

.quick_fixed.active {
    display: block;
}

.quick_fixed .btn_quick_top {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ccc;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease;
    opacity: 0.9;
}

.quick_fixed .btn_quick_top:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 18px;
    height: 24px;
    background: url(//bimg.mk.co.kr/2026/mk_open/images/top.svg) no-repeat center / 100%;
    transform: translate(-50%, -50%);
}

.blind {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}


/*-------------------------------------------------------------------
    ## //main
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
    ## sub1_대회개요1-1
-------------------------------------------------------------------*/
.sec_page {
    margin-top: 50px;
    padding: 0 15px;
}

.sub_bg_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 400px;
    background: url(//bimg.mk.co.kr/2026/mk_open/images/sub_bg.jpg) no-repeat center;
    background-size: cover;
}

.sub_bg_wrap .sub_ttl {
    position: absolute;
    top: 55%;
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
}

.game_btn_wrap ul {
    display: flex;
    align-items: center;
    border: 1px solid #28A153;
    border-radius: 5px;
}

.game_btn_wrap ul li {
    width: 50%;
    text-align: center;
}

.game_btn_wrap ul li a {
    padding: 20px 0;
}

.game_btn_wrap ul li span {
    font-size: 2rem;
    color: #28A153;
    font-weight: 700;
}

.game_btn_wrap ul .game_btn {
    border-radius: 5px;
    background-color: #fff;
}

.game_btn_wrap ul .game_btn.active {
    border-radius: 5px 5px;
    background-color: #28A153;
}

.game_btn_wrap ul .game_btn .ic {
    position: relative;
    top: 3px;
    left: -7px;
    display: inline-block;
    width: 21px;
    height: 21px;
}

.game_btn_wrap ul .game_btn .ic.ic_calender {
    background: url(//bimg.mk.co.kr/2026/mk_open/images/ic_calendar_g.svg) no-repeat center;
}

.game_btn_wrap ul .game_btn.active .ic.ic_calender {
    background: url(//bimg.mk.co.kr/2026/mk_open/images/ic_calendar_w.svg) no-repeat center;
}

.game_btn_wrap ul .game_btn .ic.ic_memo {
    background: url(//bimg.mk.co.kr/2026/mk_open/images/ic_memo_g.svg) no-repeat center;
}

.game_btn_wrap ul .game_btn.active .ic.ic_memo {
    background: url(//bimg.mk.co.kr/2026/mk_open/images/ic_memo_w.svg) no-repeat center;
}

.game_btn_wrap ul .game_btn.active span {
    color: #fff;
}

.game_info_wrap li {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.game_info_wrap li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.game_info_wrap .info_txt {
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: baseline;
}

.game_info_wrap .info_txt .txt1 {
    width: 10%;
    font-size: 1.8rem;
    font-weight: 700;
}

.game_info_wrap .info_txt .txt2 {
    width: 90%;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 500;
    word-break: break-all;
}

.game_info_wrap .info_txt .txt2 span {
    color: #787878;
}

/*-------------------------------------------------------------------
    ## sub1_대회개요1-2
-------------------------------------------------------------------*/

.participation_info_wrap .participation_info {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.par_ttl {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.participation_info_wrap .participation_info .participation_box>div {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
    color: #212121;
    background-color: #F7F7F7;
    padding: 25px;
    border-radius: 10px;
}/* 260417_수정 */
.participation_info_wrap .participation_info .participation_box>div p{
    margin-bottom: 15px;
}
/* 260417_추가 */

/*-------------------------------------------------------------------
    ## sub3_출전 선수 명단
-------------------------------------------------------------------*/
.grid_list_wrap .players {
    font-size: 1.8rem;
    font-weight: 700;
    color: #212121;
    margin-bottom: 30px;
}

.grid_list_area {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.grid_list_area .grid_list {
    width: 50%;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.grid_list_area .grid_list .list_head {
    display: flex;
    justify-content: center;
}

.grid_list_area .list_box {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.grid_list_area .list_box .list_head {
    font-size: 2rem;
    font-weight: 700;
    color: #212121;
}

.grid_list_area .list_box ul {
    border: 1px solid #E2EBFF;
}

.grid_list_area .list_box ul .list_txt {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    text-align: center;
}

.grid_list_area .list_box ul .list_txt.grid_list_txt {
    grid-template-columns: 1fr 6fr 1fr;
}

.grid_list_area .list_box .list_txt .grid_head {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1D3A7E;
    padding: 15px 0;
    background-color: #F0F5FF;
    border-right: 1px solid #E2EBFF;
}

.grid_list_area .list_box .list_txt .grid_head:last-child {
    border: none;
}



/*-------------------------------------------------------------------
    ## sub4_주요선수 프로필
-------------------------------------------------------------------*/
.key_players_wrap .key_players_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.key_players_wrap .key_players_list .key_players_box {
    position: relative;

}

.key_players_wrap .key_players_list .key_players_box a {
    border: 1px solid #EEEEEE;
}

.players_hover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    background-color: rgba(0, 0, 0, 0.7);
}

.players_hover:hover {
    opacity: 1;
    z-index: 10;
}

.players_hover .zoom-in {
    width: 38px;
    height: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(//bimg.mk.co.kr/2026/mk_open/images/more.svg) no-repeat center / 100%;
    z-index: 11;
}

.key_players_wrap .key_players_list .key_players_box .players_thumb {
    height: 260px;
}

.key_players_wrap .key_players_list .key_players_box .players_thumb img {
    height: 100%;
    object-fit: cover;
}

.players_txt {
    padding: 20px 15px 25px;
    box-sizing: border-box;
}

.players_txt .txt_top {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}/* 260417_수정 */

.players_txt .txt_top>p {
    font-size: 1.8rem;
    font-weight: 700;
    color: #212121;
}

.players_txt .txt_top>span {
    font-size: 1.4rem;
    font-weight: 600;
    color: #212121;
}

.players_txt .txt_bt{
    line-height: 1.5;
    height: auto;
    font-size: 1.6rem;
    font-weight: 500;
    color: #787878;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   overflow: hidden;
}/* 260417_수정 */

/* 주요선수 프로필 클릭 시 확대 화면 */
.close_btn.detail_close {
    position: absolute;
    top: 25px;
    right: 25px;
}

.detail_wrap {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100 !important;
}


.detail_wrap .detail_info {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    max-height: 500px;
    max-width: 868px;
    padding: 30px 30px 50px;
    transform: translate(-50%, -50%);
    background-color: #fff;
}/* 260416_수정 */
.detail_wrap .detail_info ul {
    display: flex;
    gap: 20px;
    align-items: center;
}

.detail_wrap .detail_info ul li {
    width: 50%;

}

.detail_wrap .detail_info .players_pro .pro_img {
    width: 100%;
    height: 295px;
}

.detail_wrap .detail_info .players_pro img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail_wrap .detail_info .players_info_wrap .players_info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.detail_wrap .detail_info .players_info_wrap .players_info .players_txt.txt_box {
    padding: 0;
}

.detail_wrap .detail_info .players_year {
    display: flex;
    gap: 5px;
    flex-direction: column;
    font-size: 1.4rem;
    font-weight: 500;
    color: #787878;
}

.detail_wrap .detail_info .players_career {
    overflow-y: auto;
    height: 145px;
    font-size: 1.5rem;
    background-color: #F7F7F7;
    padding: 15px 15px 20px;
    box-sizing: border-box;
}

.players_career::-webkit-scrollbar {
    width: 7px;
}

.players_career::-webkit-scrollbar-thumb {
    background: #CCC;
    border-radius: 4px;
}

.players_career::-webkit-scrollbar-track {
    background: #eee;
}

.detail_wrap .detail_info .players_career p {
    font-weight: 700;
    color: #212121;
}

.detail_wrap .detail_info .players_career span {
    font-weight: 500;
    line-height: 1.5;
    color: #5a5a5a;
    display: block;
    margin-top: 10px;
}/* 260415_수정 */


/* //주요선수 프로필 클릭 시 확대 화면 */

/* *-------------------------------------------------------------------
    ## sub5_스폰서
-------------------------------------------------------------------*/
.sponsor_slide_wrap {
    width: 100%;
    overflow: hidden;
}

.sponsor_slide {
    width: 100%;
    display: flex;
    gap: 25px;
    overflow-x: scroll;
    overflow-y: hidden;
}


.sponsor_slide .sponsor_img {
    flex: 0 0 auto;
    position: relative;
    width: 257px;
    height: 120px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.sponsor_slide .sponsor_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    height: auto;
    transform: translate(-50%, -50%);
}

.sponsor_page_wrap .sponsor_area {
    margin-bottom: 50px;
}
.sponsor_page_wrap .sponsor_area:last-child{
    margin-bottom: 0;
}
.sponsor_slide::-webkit-scrollbar {
     display: none; /
}

/*-------------------------------------------------------------------
    ## sub6_입장권 안내
-------------------------------------------------------------------*/

.cell.ticket{
    position: relative;
    max-width: 250px;
    max-height: 120px;
    margin: 0 auto;
}
.cell.ticket img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.grid_table.ticket_table{
    table-layout: fixed;
}
.grid_table.ticket_table td{
    padding: 0 15px;
    height: 253px;
}
.grid_table .cell.t_txt{
    line-height: 1.5;
}
.grid_table .cell.t_txt p{
    margin-bottom: 15px;
}
.grid_table .cell.t_txt p:last-child{
    margin-bottom: 0;
}
.cell.ticket .ticket_txt{
    position: absolute;
    top: 45%;
    right:6%;
    color: #fff;
}
.ticket_notice{
    font-size: 1.6rem;
    font-weight: 500;
    color: #989898;
    text-align: right;
    margin-top: 20px;
}


/*-------------------------------------------------------------------
    ## sub7_갤러리 경품
-------------------------------------------------------------------*/

.sub_bg_wrap.bg_wrap2 {
    background: url(//bimg.mk.co.kr/2026/mk_open/images/sub_bg2.jpg) no-repeat center;
    background-size: cover;
}

.grid_list_area.grid_ticket {
    display: block;
}


.grid_table {
    width: 100%;
    text-align: center;
    border: 1px solid #E2EBFF;
}

.grid_table .grid_head {
    font-size: 1.8rem;
    color: #1D3A7E;
    padding: 15px 0;
    background-color: #F0F5FF;
}
.grid_table td {
    padding: 15px 10px;
}
.grid_table th,
.grid_table td {
    border-bottom: 1px solid #E2EBFF;
    border-right: 1px solid #E2EBFF;
    text-align: center;
}



.grid_table th:last-child,
.grid_table td:last-child {
    border-right: none;
}

.grid_table .cell {
    text-align: center;
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: 500;
    color: #212121;
}
.grid_table .cell .cell_nat{
    font-size: 1.3rem;
    color: #787878;
}

.table_flex {
    display: flex;
    gap: 20px;
}

.table_flex .table_area {
    flex: 1;
    min-width: 0;
}

.table_flex .table_area .table_box {
    margin-bottom: 30px;
}

.table_flex .table_area .table_box.box {
    margin-bottom: 0;
}

.table_flex .table_area .table_ttl {
    font-size: 2rem;
    font-weight: 700;
    color: #212121;
    text-align: center;
    margin-bottom: 15px;
}
/* s: 260424_추가 */
.table_notice_wrap{
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-top: 20px;
}
.table_notice_wrap p{
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    color: #787878;
    word-break: break-all;
}
/* e: 260424_추가 */

/*-------------------------------------------------------------------
    ## sub8_오시는길
-------------------------------------------------------------------*/
.map_wrap {
  width: 100%;
  max-width: 620px;
  height: 275px;
  background-color: #ad5050;
}

#map {
  width: 100%;
  height: 100%;
}
.sec_location ul{
    display: flex;
    gap: 50px;
}
.sec_location ul li .loc_ttl{
    display: flex;
    gap: 7px;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #212121;
    margin-bottom: 15px;
}
.sec_location ul li .loc_ttl .ic_loc{
    display: block;
    content: '';
    width: 15px;
    height: 22px;
    background: url(//bimg.mk.co.kr/2026/mk_open/images/location.svg) no-repeat center / 100%;
}
.sec_location ul li .loc_name .loc_txt{
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2;
    color: #212121;
    margin-bottom: 15px;
}
.sec_location ul li .loc_name .loc_txt .btn_copy{
    font-size: 1.6rem;
    color: #ccc;
}
.sec_location ul li .loc_notice p{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    color: #FF0000;
    word-break: break-all;
}
.grid_table.bus_table{
    border: 1px solid #f5f5f5;
}
.grid_table.bus_table .grid_head{
    color: #212121;
    background-color: #f5f5f5;
}
.grid_table.bus_table th, .grid_table.bus_table td{
    border-bottom: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
}
.bus_info_wrap{
    margin-bottom: 25px;
}
.bus_info_wrap .bus_ttl{
    font-size: 1.8rem;
    font-weight: 700;
    color: #212121;
    margin-bottom: 15px;
}
.bus_info_wrap .bus_info{
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.bus_info_wrap .bus_info li{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    color: #212121;
}
.bus_info_wrap .bus_info li::before{
    position: relative;
    top: -3px;
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 8px;
    background-color: #48CA76;
}

/*-------------------------------------------------------------------
    ## sub9,10_조 편성표, 라이브스코어링
-------------------------------------------------------------------*/
.btn_page{
    margin-top: 160px;
    padding: 0 15px;
}
/* 260223_수정 */
.btn_wrap{
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1100px;
    height: 130px;
    border-radius: 10px;
    background-color: #28A153;
}
.btn_wrap .btn_txt{
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
}
.btn_wrap .ic_arrow{
    width: 14px;
    height: 24px;
    background: url(//bimg.mk.co.kr/2026/mk_open/images/arrow.svg) no-repeat center / 100%;
}


/*-------------------------------------------------------------------
    ## sub11_매경오픈역사
-------------------------------------------------------------------*/

.sub_bg_wrap.bg_wrap3 {
    background: url(//bimg.mk.co.kr/2026/mk_open/images/sub_bg3.jpg) no-repeat center;
    background-size: cover;
}
.card_wrap .card_area{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);

}
.card_wrap .card_area .card_box{
    display: flex; 
    justify-content: space-between; 
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 25px;
    aspect-ratio: 1 / 1;
    cursor: pointer;
}
.card_wrap .card_area .card_box::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    z-index: 1;
    background: linear-gradient(
        to top,
        rgba(33,33,33,0.9),
        rgba(33,33,33,0)
    );
}
.card_wrap .card_area .card_box .card_ttl{
    position: relative;
    z-index: 2;
    padding: 6%;
    font-size: 2.6rem;
    font-weight: 700;
    color: #fff;
    z-index: 20;
}
.card_wrap .card_area .card_box .card_ttl p{
    margin-bottom: 10px;
}
.card_wrap .card_area .card_box .card_ttl span{
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 15px;
}
.card_wrap .card_area .card_box .more_hover{
    position: relative;
    z-index: 2;
    opacity: 0;
    width: 38px;
    height: 33px;
    margin: 6%;
}
.card_wrap .card_area .card_box:hover .more_hover{
    opacity: 1;
}

.card_wrap .card_area .card_box.card1{
    background: url(//bimg.mk.co.kr/2026/mk_open/images/card1.jpg) no-repeat center;
    background-size: cover;
}
.card_wrap .card_area .card_box.card2{
    background: url(//bimg.mk.co.kr/2026/mk_open/images/card2.jpg) no-repeat center;
    background-position: -127px 0;
    background-size: cover;
}
.card_wrap .card_area .card_box.card3{
    background: url(//bimg.mk.co.kr/2026/mk_open/images/card3.jpg) no-repeat center;
    background-size: cover;
}
.card_wrap .card_area .card_box.card4{
    background: url(//bimg.mk.co.kr/2026/mk_open/images/card4.jpg) no-repeat center;
    background-size: cover;
}
.history_ttl{
    font-size: 1.8rem;
    font-weight: 700;
    color: #212121;
    padding: 20px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
}
.history_txt{
    overflow-y: auto;
    height: 350px;
    word-break: break-all;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    color: #3c3c3c;
    padding-right: 15px;
}/* 260416_수정 */
.detail_wrap .detail_info.info_b{
    border-radius: 10px;
}
.close_btn.detail_close.h_close{
    top: 15px;
    right: 15px;
}

.history_txt::-webkit-scrollbar {
    width: 5px;
}

.history_txt::-webkit-scrollbar-thumb {
    background: #CCC;
    border-radius: 4px;
}

.history_txt::-webkit-scrollbar-track {
    background: #eee;
}
/*-------------------------------------------------------------------
    ## sub12_역대 우승자
-------------------------------------------------------------------*/
select {
appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  color: #000;
  border: 1px solid #ddd;
}
.page_ttl{
    margin-bottom: 30px;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    color: #212121;
}
.drop_box_wrap{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 30px 0;
    background-color: #F5F5F5;
}
.drop_box{
    position: relative;
    width: 100%;
    max-width: 250px;
    color: #212121;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #fff;
}
.drop_box:after{
    display: block;
    content: '';
    position: absolute;
    top: 21px;
    right: 22px;
    width: 8px;
    height: 8px;
    border: solid #212121;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.drop_box select{
    position: relative;
    appearance: none;
    border: none;
    width: 100%;
    max-width: 250px;
    padding: 20px;
    font-weight: 600;
    font-size: 1.8rem;

}
.champion_history_wrap{
    margin-top: 20px;
    border: 1px solid #eee;

}

.champion_history_wrap .champion_history_ttl{
    font-size: 1.8rem;
    font-weight: 700;
    padding: 15px 0;
    color: #1D3A7E;text-align: center;
    background-color: #F0F5FF;
}
.champion_history_area .history_box{
    display: flex;
    gap: 20px;
    align-items: center;
    padding-right: 10px;
}
.champion_history_area .history_box.history_box2{
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    padding: 15px;
    background-color: #1D3A7E;
}
.champion_history_area ul{
    display: flex;
    align-items: center;
}
.champion_history_area ul li{
    width: 50%;
}
.champion_history_area ul li .history_img{
    width:250px;
    height: 210px;
}
.champion_history_area ul li .player_thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.champion_history_area ul li .emblem{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F9F9F9;
}
.champion_history_area ul li .emblem img{
    width: 80%;
    height: 80%;
}

.champion_history_area .players_txt{
    padding: 0;
    margin-bottom: 18px;
}
.champion_history_area .players_year{
    display: flex;
    gap: 7px;
    flex-direction: column;
    font-size: 1.6rem;
    font-weight: 500;
    color: #787878;
}
.tournament_info_wrap .tournament_info{
    display: flex;
    gap: 20px;
    align-items: flex-start;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    color: #212121;
    margin-bottom: 10px;
}

.tournament_info_wrap .tournament_info span{
    font-weight: 500;
    color: #787878;
}/* 260417_수정 */
.tournament_info_wrap .tournament_info:last-child{
    margin-bottom: 0;
}
.champion_table.table_flex{
    margin-top: 25px;
}
.table_area.champion_area{
  overflow-x: auto;
}

.sticky_table {
  max-width: 1100px; 
  border-collapse: separate;
  border-spacing: 0;
}/* 260417_수정 */
.sticky_table td{
    background-color: #fff;
}
.sticky_table th:nth-child(1),
.sticky_table td:nth-child(1) {
  position: sticky;
  left: 0;
  z-index: 3;
}
.sticky_table th:nth-child(2),
.sticky_table td:nth-child(2) {
  position: sticky;
  left: 80px; 
  z-index: 3;
}
.round_wrap .round_btn_wrap ul{
    display: flex;
    gap: 13px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.round_wrap .round_btn_wrap ul li{
    width: 100%;
    max-width: 265px;
    text-align: center;
    font-size: 2rem;
    line-height: 2.5;
    font-weight: 700;
    color: #212121;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.round_wrap .round_btn_wrap ul li a:hover{
    border-radius: 5px;
    color: #fff;
    background-color: #212121;
}
.round_box{
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.round_box .round_image{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1100px;
    max-height: 300px;
    border-radius: 10px;
    overflow: hidden;
}
.round_box .round_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.round_box .round_txt{
    word-break: break-all;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    color: #212121;
}
.players_table{
  table-layout: fixed;
  width: max-content;
}

swiper-container::part(pagination) {
  bottom: 0;
}
swiper-container::part(bullet-active) {
  color: #000;
}
swiper-container {
  --swiper-pagination-color: #212121;    
  --swiper-pagination-bullet-inactive-color: #999; 
}
swiper-slide{
    padding-bottom: 30px;
}





/*-------------------------------------------------------------------
    ## footer
-------------------------------------------------------------------*/
#footer {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    background-color: #212121;
    margin-top: 100px;
}

#footer span {
    color: #CCCCCC;
    font-size: 1.6rem;
}

/*-------------------------------------------------------------------
    ## //footer
-------------------------------------------------------------------*/


@media only screen and (max-width: 1024px) {
    #header .set_inner .gnb {
        display: none;
    }

    #header .set_inner .menu_btn {
        display: block;
        width: 16px;
        height: 14px;
        background: url(//bimg.mk.co.kr/2026/mk_open/images/menu.svg) center no-repeat;
    }

    .top_players_wrap {
        padding: 40px 0 25px 30px;
    }

    .key_players_wrap .key_players_list {
        grid-template-columns: repeat(3, 1fr);
    }
    .champion_history_area ul{
        flex-direction: column;
    }
    .champion_history_area ul li{
        width: 100%;
    }
    #header .header_wrap.active::after{
        opacity: 0;
    }/* 260223_추가 */
    
}

@media only screen and (max-width: 768px) {

    .sec_ttl {
        font-size: 1.8rem;
    }

    #container .content .section .main_bg {
        height: 450px;
    }

    #container .content .section .main_ttl_wrap {
        padding: 0 15px;
    }

    #container .content .section .main_ttl_wrap .ttl_main {
        font-size: 2.6rem;
    }

    #container .content .section .main_ttl_wrap .ttl_sub {
        font-size: 1.6rem;
    }

    .top_players_wrap {
        border-radius: 10px;
        padding: 20px 0 15px 20px;
    }

    .top_players_wrap .top_players_list .players_wrap li .player_thumb {
        width: 120px;
        height: 120px;
    }

    .top_players_wrap .top_players_list .players_wrap li .player_thumb.player_view:after {
        width: 30px;
        height: 30px;
    }


    .info_banner_wrap .info_banner_box {
        gap: 10px;
        flex-direction: column;
    }

    .info_banner_wrap .info_banner_box .info_box {
        width: 100%;
        border-radius: 10px;
    }

    .spectator_info_wrap .spectator_info_list {
        gap: 10px;
        flex-direction: column;
    }

    .spectator_info_wrap .spectator_info_list .spectator_area {
        width: 100%;
    }


    .quick_fixed .btn_quick_top {
        width: 50px;
        height: 50px;
    }

    .game_btn_wrap ul li a {
        padding: 12px 0;
    }

    .game_btn_wrap ul li span {
        font-size: 1.8rem;
    }

    .game_btn_wrap ul .game_btn .ic {
        width: 16px;
        height: 16px;
        top: 1px;
        left: -3px;
    }

    .sub_bg_wrap {
        height: 280px;
        background: url(//bimg.mk.co.kr/2026/mk_open/images/sub_bg_mo.jpg) center no-repeat;
        background-size: cover;
    }

    .sub_bg_wrap .sub_ttl {
        font-size: 2.4rem;
    }

    .game_info_wrap .info_txt .txt1 {
        width: 15%;
        font-size: 1.6rem;
    }

    .game_info_wrap .info_txt .txt2 {
        width: 85%;
        font-size: 1.6rem;
    }

    .sec_page {
        margin-top: 30px;
    }

    .participation_info_wrap .participation_info {
        gap: 25px;
    }

    .participation_info_wrap .participation_info .participation_box .par_ttl {
        font-size: 1.8rem;
    }

    .participation_info_wrap .participation_info .participation_box>div {
        font-size: 1.6rem;
    }

    .grid_list_area {
        flex-direction: column;
    }

    .grid_list_area .grid_list {
        width: 100%;
    }

    .key_players_wrap .key_players_list {
        grid-template-columns: repseat(2, 1fr);
    }

    .detail_wrap .detail_info {
        padding: 50px 15px 30px;
    }

    .detail_wrap .detail_info ul {
        flex-direction: column;
    }

    .detail_wrap .detail_info ul li {
        width: 100%;
    }

    .detail_wrap .detail_info .players_pro .pro_img {
        height: 225px;
    }

    .sponsor_slide .sponsor_img {
        width: 170px;
        height: 75px;
    }

    .table_flex {
        display: block;
    }

    .table_flex .table_area .table_ttl {
        font-size: 1.8rem;
    }

    .grid_table .grid_head {
        font-size: 1.6rem;
        padding: 10px 0;
    }
    .grid_table td {
        padding: 20px 10px;
    }
    .grid_table.ticket_table td{
        padding: 15px 0;
        height: auto;
    }
    .sec_location ul{
        flex-direction: column;
        gap: 20px;
    }
    .map_area iframe{
        width: 100%;
    }
    .sec_location ul li .loc_name .loc_txt{
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
    .sec_location ul li .loc_notice p{
        font-size: 1.4rem;
    }
    .sec_location ul li .loc_name .loc_txt .btn_copy{
        font-size: 1.4rem;
    }
    .sub_bg_wrap.bg_wrap2{
        background: url(//bimg.mk.co.kr/2026/mk_open/images/sub_bg2_mo.jpg) no-repeat center;
        background-size: cover;
    }
    .btn_page{
        margin-top: 30px;
    }
    .btn_wrap{
        height: 80px;
        margin-top: 100px;
    }
    .btn_wrap .btn_txt{
        font-size: 2.2rem;
    }
    .btn_wrap .ic_arrow{
        width: 10px;
        height: 20px;
    }
    .history_ttl{
        font-size: 1.6rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
    }
    .detail_wrap .detail_info.info_b{
    padding: 25px 15px 30px;
}

    .sub_bg_wrap.bg_wrap3{
        background: url(//bimg.mk.co.kr/2026/mk_open/images/sub_bg3_mo.jpg) no-repeat center;
        background-size: cover;
    }
.card_wrap .card_area{
    grid-template-columns: 1fr;

}
.champion_history_area ul li .history_img{
    width: 130px;
    height: 130px;
}
.champion_history_area .history_box.history_box2{
    font-size: 1.6rem;
    line-height: 1.3;
    padding-left: 20px;
}
.champion_history_area ul li .emblem img{
    width: 104px;
    height: 104px;
}
.close_btn.detail_close{
    right: 10px;
    top: 15px;
}

.key_players_wrap .key_players_list {
    grid-template-columns: repeat(2, 1fr);
}

    .ticket_notice{
    font-size: 1.4rem;
}

    .ticket_table thead {
    display: none;
}

  .ticket_table,
  .ticket_table tbody,
  .ticket_table tr,
  .ticket_table td {
    display: block;
    width: 100%;
    border: none;
  }

  .ticket_table tr {
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    margin-bottom: 15px;
    background: #fff;
  }

  .ticket_table td {
    border: none;
    padding: 8px 0;
  }

  .ticket_table td::before {
  content: attr(data-label);
  display: block;
  font-weight: bold;
  color: #888;
}


.cell.ticket{
    width: 150px;
}
.cell.ticket .ticket_txt{
    top: 42%;
    right: 4%;
    font-size: 1.3rem;
}
.grid_table.ticket_table .cell.t_txt{
    color: #787878;
}


}

@media only screen and (max-width: 480px) {
    .all_menu_wrap{
        height: 60px;
    }
    #header .set_inner .header_area{
        height: 60px;
    }
    #container .content .section{
        margin-bottom: 20px;
    }
    .spectator_info_wrap .spectator_info_list .spectator_area a{
        height: 130px;
        padding: 41px 15px;
    }
    .top_players_wrap .top_players_list .players_wrap li .player_thumb {
        width: 90px;
        height: 90px;
    }

    .top_players_wrap .top_players_list .players_wrap li .player_name {
        font-size: 1.6rem;
    }

    .top_players_wrap .top_players_list .players_wrap li a {
        gap: 10px;
    }

    .info_banner_wrap .info_banner_box .info_box .info_ttl {
        font-size: 1.8rem;
    }

    .info_banner_wrap .info_banner_box .info_box .info_sub_ttl {
        font-size: 1.6rem;
    }

    .info_banner_wrap .info_banner_box .info_box a {
        padding: 20px;
        height: 120px;
    }

    .info_banner_wrap .info_banner_box .info_left .item_box {
        width: 39px;
        height: 38px;
        right: 20px;
    }

    .info_banner_wrap .info_banner_box .info_right .item_box {
        width: 45px;
        height: 38px;
        right: 20px;
    }

    .spectator_info_wrap .spectator_info_list .spectator_area .item_box {
        max-width: 180px;
        padding: 15px 15px 15px;
    }

    .spectator_info_wrap .spectator_info_list .spectator_area .item_box p {
        font-size: 1.6rem;
    }
    
   .game_info_wrap li{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .game_btn_wrap ul li span {
        font-size: 1.6rem;
    }

    .game_info_wrap .info_txt .txt1 {
        width: 20%;
        line-height: 1.5;
    }

    .game_info_wrap .info_txt .txt2 {
        width: 80%;
    }

    .quick_fixed {
        right: 25px;
        bottom: 25px;
    }
    .par_ttl{
        font-size: 1.8rem;
    }
    .sponsor_slide{
        gap: 15px;
    }

    .key_players_wrap .key_players_list {
        grid-template-columns: repeat(1, 1fr);
    }
    .card_wrap .card_area .card_box .card_ttl{
        font-size: 2rem;
        padding: 8%;
    }
    .card_wrap .card_area .card_box .card_ttl span{
        font-size: 1.4rem;
    }
  
    .round_wrap .round_btn_wrap ul li{
        font-size: 1.6rem;
    }
    


    #footer {
        margin-top: 50px;
        width: 100%;
        padding: 20px 0;
        text-align: center;
        background-color: #212121;
    }

    #footer span {
        color: #CCCCCC;
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 360px) {


    .game_btn_wrap ul .game_btn .ic {
        top: 2px;
    }
}