/* 타이틀 이미지 */
.tit-border-top{display: block; margin-bottom: 10px; }
.tit-border-bottom{display: block; margin-top: 10px; margin-bottom: 20px;}


/* 팀로고 */
.team-logo{max-width: 130px; width: auto; height: 30px; display: inline-block; vertical-align: middle; margin-right: 10px;}


/* 리그소개 */
.league-info::after{content: ''; display: block; clear: both;}
.league-info table{width: calc(100% - 349px); margin-left: 10px;}
.league-info table th, .league-info table td{padding: 11px 0;}

.intro-section .tableA tr td{text-align: left; padding-left: 20px;}

/* .select-intro{padding: 4px 10px; margin: 2px 0 0 0;} */

/* 팀소개 */
.tab-btn::after{content: ''; display: block; clear: both;}
.tab-btn li{width: 16.5%; padding: 12px 0; border-bottom: 1px solid #1c3856; border-right: 1px solid #fff; border-radius: 6px 6px 0 0; float: left; text-align: center; background: #ebebeb; color: #454545; cursor: pointer; transition:all 0.3s ease;font-weight: 400; letter-spacing: -0.04em;}
.tab-btn li:hover{background: #ddd;}
.tab-btn li.active{background: #1c3856; color: #fff;}

.tab-box{display: none;}

.team-intro{margin:20px 0 20px 0; padding: 20px 30px; border: 1px solid #ddd; box-sizing: border-box;}
.team-intro::after{content: ''; display: block; clear: both;}
.team-intro .info_logo{float: left; width: 200px; position: relative;}
.team-intro img{width: 100%; position: absolute;}
.team-intro .info_text{float: left; width: calc(100% - 220px);}
.team-intro .info_text h2{font-size: 20px; font-weight: bold; margin-bottom: 10px;}
.team-intro .info_text h2 a{font-size: 12px; display: inline-block; background: #ebebeb; padding: 4px 10px; margin:0 2px; border-radius: 4px; vertical-align: bottom;}
.team-intro .info_text p{word-break: keep-all;}

.player-info{ border-top: 1px solid #1c3856; padding: 20px 0 20px 20px;}
.player-info::after{content: ''; display: block; clear: both;}
.player-info li{float: left; width:17%; margin-right: 3%; margin-bottom: 20px; text-align: center; position: relative;}
.player-info li img{max-width: 100%; height: 210px; border: 1px solid #ddd; margin-bottom: 10px;}


/* 일정/결과 */
.table-team-plan{position: relative;}
.table-team-plan img{padding: 0 30px;}
.table-team-plan .team-logo-left img{ padding: 0 20px 0 70px;}
.table-team-plan .team-logo-right img{ padding: 0 70px 0 20px;}
.table-team-plan td{padding: 10px 0 5px 0; font-size: 16px;}
.table-team-plan .vs{position: relative;}
.table-team-plan .vs span{color: #fff; width: 64px; height: 64px; line-height: 62px; font-size: 20px; font-weight: bold;border-radius: 50%; background: #114b86; position: absolute; left: 50%; transform: translate(-50%, -50%)}
.table-team-plan .score{font-size: 22px; font-weight: bold;}

.plan-detail-result-section .table-team-plan .score{font-size: 40px;}

.live-btn{position: absolute; bottom: -36%; left: 50%; transform: translateX(-50%); padding: 10px 87px; border-radius: 30px; border: 3px solid #e4e4e4; color:#fff; font-weight: bold; background: linear-gradient(45deg, #db194a, #0f59a4); cursor: pointer;}
.live-btn i{font-size: 10px; margin-right: 10px;}

.round-name{font-size: 16px; font-weight: bold;}

.ready{font-weight: bold; color: #555555;}
.proceeding{font-weight: bold; color: #d01846;}
.finish{font-weight: bold; color: #222;}
.tie{font-weight: bold; color: #aaa;}

.score{font-weight: bold;}

.record-btn{ position:absolute; right:0px; display: inline-block; background: #0068b7; padding: 4px 20px; border-radius: 3px; color: #fff !important; margin-top: -40px;}
.youtube-btn{ position:absolute; right:0px; display: inline-block; background: #e21a4c; padding: 4px 20px; border-radius: 3px; color: #fff !important; margin-top: -40px;}

/* 일정/결과 _ 선수기록(단식) */
.plan-singles-section .tit-border-bottom{margin-bottom: 10px;}

.singles-info{border-bottom: 1px solid #ddd;}
.singles-info .player-photo img{border: 1px solid #ddd; box-sizing: border-box; margin-bottom: 10px;}
.singles-info td .name-k, .singles-info td .name-e{margin: 2px 10px; color: #1c3856;}
.singles-info td .name-k{font-size: 20px; margin-bottom: 0;}
.singles-info td .name-e{font-size: 14px; margin-top: 0; margin-bottom: 30px; position: relative;}
.singles-info .tLeft .name-e::after{content: ''; display: block; width: 160px; border-bottom: 1px solid #ddd; position: absolute; left: -10px; bottom: -14px;}
.singles-info .tRight .name-e::after{content: ''; display: block; width: 160px; border-bottom: 1px solid #ddd; position: absolute; right: -10px; bottom: -14px;}

.flag{display: inline-block; width: 30px; border: 1px solid #ddd; vertical-align: middle;}

.singles-info td p{margin: 6px 0;}
.singles-info td p span{display: inline-block; vertical-align: middle; width: 70px; padding: 2px 0; text-align: center;  background: #ededed; border-radius: 4px; margin: 0 10px;}
.singles-info .vs span{display: inline-block; width: 64px; height: 64px; line-height: 64px; background: #114b86; border-radius: 50%; color: #fff; font-size: 20px; font-weight: bold; }


.record-table .result-win{background-color: #fffdfe ;}
.record-table tbody tr .win{background: #fff3f6; color: #c91743; font-weight: bold;}

.record-table .result-lose{background-color: #feffff;}
.record-table tbody tr .lose{background: #f4faff; color: #707070; font-weight: bold;}

.record-table tfoot tr .foot-win{background: #fad6df;}
.record-table tfoot tr .foot-lose{background: #e1e7f0;}


/* 일정/결과 _ 선수기록(복식) */
.plan-doubles-section .tit-border-bottom{margin-bottom: 10px;}

.doubles-info{border-bottom: 1px solid #ddd; border-collapse: separate; border-spacing: 3px;}
.doubles-info td{ box-sizing: border-box;}
.doubles-info .player-photo{position: relative;}
.doubles-info .player-photo img{border: 1px solid #ddd; box-sizing: border-box; width: 100%; display: block; margin-bottom: 10px;}
.doubles-info .player-photo .name{background: rgba(0,0,0,0.7); color: #fff; padding: 6px 0; position: absolute; left: 0; right: 0; bottom: 10px;}
.doubles-info .vs span{display: inline-block; width: 64px; height: 64px; line-height: 64px; background: #114b86; border-radius: 50%; color: #fff; font-size: 20px; font-weight: bold; }

/* 순위 리스트 색상 */
.rank-table tbody tr td:nth-of-type(1){font-size: 20px; font-weight: bold; font-style: italic;}
/* .rank-table tbody tr:nth-of-type(1) td:nth-of-type(1){color: #ff2e62;}
.rank-table tbody tr:nth-of-type(2) td:nth-of-type(1){color: #276eb6;}
.rank-table tbody tr td:nth-of-type(1){color: #656464; font-weight: bold;} */

.rank-table .name{font-weight: bold;}

/* 팀순위 _ 상대전적 */
.table-team-select tbody tr td img{ width: auto; max-width: 250px; height:120px; padding: 0px; /*width: 100%; padding: 0 40px;*/ }
.table-team-select .vs{background: url(/web/images/vs_select_bg.png) no-repeat center center; background-size: 100%; position: relative;}
.table-team-select .vs select{ width: 158px; background: none; margin: 0; border: 0; text-align-last: center; -webkit-appearance:none; -moz-appearance:none; appearance:none; color: #fff; font-size: 14px;}
.table-team-select .vs select::-ms-expand{display:none;display:hidden;}

.table-team-select .vs select:first-of-type{position: absolute; left: 0;transform: translateY(-50%);}
.table-team-select .vs select:last-of-type{position: absolute; right: 0;transform: translateY(-50%);}
.table-team-select .vs select option{background: #f7f7f7; color: #666;}


/* 선수순위 */
.ascending-btn-wrap button{width: 65px; height: 30px; margin: 0px 0px 0px 3px; vertical-align: middle; border: 1px solid #bbb; border-radius: 6px; cursor: pointer; background: #efefef; transition: all 0.3s ease;}
.ascending-btn-wrap button:hover{background: #dfdfdf;}
.ascending-btn-wrap button i{color: #666666;}
.ascending-btn-wrap button.active{background: #0058b3; color: #fff;}
.ascending-btn-wrap button.active i{color: #fff;}

.top-player{border:1px solid #ddd; box-sizing: border-box; margin: 30px 0px 8px 0px; padding: 10px 10px 10px 10px }
.top-player::after{content: ''; display: block; clear: both;}
.top-player .player-top{float: left; height: 194px;}
.top-player .player-top::after{content: ''; display: block; clear: both;}

.top-player .player-top1 .rank{position: relative; float: left; width: 50px; height: 80px; margin: -20px 10px 0 0; background: #e21a4c; background: -webkit-linear-gradient(bottom, #e21a4c, #af143a); background: -moz-linear-gradient(bottom, #e21a4c, #af143a); background: linear-gradient(to bottom, #e21a4c, #af143a); color: #FFFFFF; font-size: 24px; font-weight: 700; line-height: 80px; text-align: center;}
.top-player .player-top1 .rank:after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 0; border-bottom: 10px solid #FFFFFF; border-left: 25px solid transparent; border-right: 25px solid transparent;}

.top-player .player-top2 .rank, .top-player .player-top3 .rank{position: relative; float: left; width: 30px; height: 60px; margin: -50px 10px 0 0; padding-bottom: 10px; background: #114b86; background: -webkit-linear-gradient(bottom, #114B86, #08233E); background: -moz-linear-gradient(bottom, #114B86, #08233E); background: linear-gradient(to bottom, #114B86, #08233E); color: #FFFFFF; font-size: 18px; font-weight: 700; line-height: 70px; text-align: center;}

.top-player .player-top2 .rank::after, .top-player .player-top3 .rank::after{
     content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 0; border-bottom: 5px solid #FAFAFA; border-left: 15px solid transparent; border-right: 15px solid transparent;}

.top-player .player-top1 > img {float: left; max-width: 150px; max-height: 194px;}
.top-player .player-top2 > img,
.top-player .player-top3 > img {float: left; max-width: 130px; max-height: 164px;}
.top-player .player-top .top-player-info{float: left; padding-left: 10px; box-sizing: border-box;}
.top-player .player-top .top-player-info .name{margin: 6px 0; font-size: 16px;}
.top-player .player-top .top-player-info p span{display: inline-block; margin-right: 10px; width: 30px; }
.top-player .player-top .top-player-info .team-logo { max-width: 90px; height: 50px; }

.top-player .player-top1 .top-player-info .team-logo{ max-width: 110px; height: 60px; margin-top: 5px;}
.top-player .player-top1 .top-player-info .name{margin: 10px 0; font-size: 20px; font-weight: bold; color: #000;}
.top-player .player-top1{width: 36%; }
.top-player .player-top2{width: 32%; padding-top: 30px; box-sizing: border-box;}
.top-player .player-top3{width: 32%; padding-top: 30px; box-sizing: border-box;}

.top-player .player-top2 p, .top-player .player-top3 p{color: #555555;}

/* 선수순위 _ 경기결과 */
.player-result-section .tableC tr th, .tableC tr td{ padding:6px 0;}
.player-result .team-logo{height: auto; display: table-cell;}
.player-result .team-logo-left img{padding: 0 0 0 20px; box-sizing: border-box;}
.player-result .team-logo-right img{padding: 0 20px 0 0; box-sizing: border-box;}

/* 출력할 데이터가 없음 */
.no_data {width:100%;height:200px;line-height:200px;text-align:center;margin-bottom:100px;border-top:1px solid #dedede;border-bottom:1px solid #dedede;}
.no_data_txt { font-size: 14px !important; font-weight: normal !important; font-style: normal !important;  }

/*버튼 */
.btn_prev, .btn_next {cursor: pointer; position: absolute; top:0; width: auto; padding: 0px 12px; color:#4f4f4f; font-weight: bold; font-size: 1.8em; border-radius: 0 3px 3px 0; border: none; user-select: none; background-color: rgba(0,0,0,0.0); z-index:1; }
.btn_prev{ left: 15%; }
.btn_next { right:15%; }
.btn_prev:hover, .btn_next:hover { color:#4f4f4f; }