@charset "utf-8";
@font-face {
    font-family: 'Paperlogy';
    src: url('../fonts/Paperlogy-7Bold.ttf') format('truetype');
}
.right_sports_wrap {
    float: left;
    width: 100%;
    margin: 20px 0 25px 0;
    border-radius: 10px;
    /* padding: 10px; */
    background: #333333;
	padding-top:1.5%;
	padding-bottom:1.5%;
}
.right_sports_wrap ul{float:left; width:100%; overflow:hidden; overflow-x:auto; display:flex;justify-content: center;}
.right_sports_wrap ul::-webkit-scrollbar {height: 3px;  /* 스크롤바의 너비 */}
.right_sports_wrap ul::-webkit-scrollbar-thumb {width: 30%; /* 스크롤바의 길이 */ background: rgba(255,255,255, 0.1); /* 스크롤바의 색상 */border-radius: 5px;}
.right_sports_wrap ul::-webkit-scrollbar-track {background: rgba(255,255,255, 0.1);  /*스크롤바 뒷 배경 색상*/}

.right_sports_wrap li{float:left; margin:0 10px 0 0;}
.right_sports_wrap li:last-child{margin:0;}
.right_sports_wrap li a{display:block; width:80px; height:80px; line-height:117px; text-align:center; border-radius:10px; border:1px solid #454545; position:relative; transition:all 0.3s;}
.rs_img{display:inline-block; width:43px;  transition:all 0.3s;}
.rs_odd{position:absolute; right:0; top:0; display:inline-block; padding:0px 5px; height:20px; line-height:20px; font-size:11px;color:#fff;}

.right_sports_wrap li.active a{border:1px solid #4195e4;}
.right_sports_wrap li.active a .rs_img{filter:grayscale(0%);}
.right_sports_wrap li.active a .rs_odd{background:#4195e4;}

.right_sports_wrap li:hover a{border:1px solid #4195e4;}
.right_sports_wrap li:hover a .rs_img{filter:grayscale(0%);}
.right_sports_wrap li:hover a .rs_odd{background:#4195e4;}

.right_sports_list_box{float:left; width:100%; margin:10px 0 0 0;}
.sports_wrap{float:left; width:100%;}
.sports_list{float:left; width:100%; margin:10px 0 0 0;  border-radius:10px; overflow:hidden; background:#2c2c2c; box-shadow:2px 2px 10px rgba(0,0,0,0.3); height:70px; display:flex; justify-content: space-between;}
.sports_list_l{display:flex; width:calc(100% - 82px);}
.sports_list_l_1{display:flex; align-items: center; width:35%; padding:0 0 0 10px	;	width:40%; margin:0 auto;
}
.sports_list_l_2{display:flex; align-items: center; width:65%;}
.sports_list_l div{cursor:default; font-family: 'nexon'; font-weight:700; transition:all 0.5s}
.sports_list_r{display:flex; width:196px;}
.sports_list_r a{display:block; width:100%; height:100%; flex-direction: column; justify-content: center; align-items: center; font-size:15px; color:#ffffff;}
.sports_list_r a img{display:inline-block; width:24px; margin:0 0 5px 0; filter:brightness(50%);}

.sports_video1.active a:hover{background:#00b939;}

.sports_list{position:relative; border-radius:10px; overflow:hidden;}

.sports_list .sports_list_l {position: relative; overflow:hidden; border-radius:10px 0 0 10px;width:100%;}
.sports_list:before,
.sports_list:after {position: absolute; z-index:1; content: ""; right: 0; bottom: 0; background:#4195e4; transition: all 0.3s ease;}
.sports_list:before{height: 0%; width: 2px;}
.sports_list:after {width: 0%; height: 2px;}
/* .sports_list:hover{background: transparent;} */
.sports_list:hover:before {height: 100%;}
.sports_list:hover:after {width: 100%;}
.sports_list .sports_list_l:before,
.sports_list .sports_list_l:after {position: absolute; content: ""; left: 0; top: 0; background: #4195e4; transition: all 0.3s ease;}
.sports_list .sports_list_l:before {width: 2px; height: 0%;}
.sports_list .sports_list_l:after {height: 2px; width: 0%;}
.sports_list:hover .sports_list_l:before {height: 100%;}
.sports_list:hover .sports_list_l:after {width: 100%;}

@media screen and (max-width:1640px) {
.sports_list_l_1{width:100%;}


}
@media screen and (max-width:1440px) {
	.sports_list{height:auto;}   
	.sports_list_l{padding:5px 0;}
}
@media screen and (max-width:1024px) {
	.team1_team{width:100%;}
	.team2_team{width:100%;}
	.team1_logo{display:none;}
	.team2_logo{display:none;}
	
	.right_sports_wrap li a{width:60px; height:60px; line-height:60px;}
	/* .rs_img{width:32px;} */
	
	.right_fix_zone{flex-wrap:wrap;}
	.right_board_box{width:100%;}
	.right_top_banner{width:100%; margin:20px 0 0 0;}
}

@media screen and (max-width:768px) {
	.sports_buttons{
		padding-left:0!important;
		margin-left:-8px!important;
	}
	.team img{
		max-width:84px!important;
	}
	.match-card-header {
		display: block!important;
		padding-bottom: 0%!important;
	}
	.sports_list{height:auto;padding:5%;}
	.multi1,.multi2,.multi3{width:20px; height:20px; font-size:10px;}
	.sports_list_l{width:calc(100% - 60px);}
	.sports_list_l div{
		text-align: center;
        width: 100%;
	}
	.sports_list_l{flex-direction: column; justify-content: space-around; position:relative;}
	.sports_list_l_1{
		width:40%; margin:0 auto;
	}

}


/* 모바일 쳇 팝업 */
#chat2{position:fixed; top:0; left:0; z-index:999999; width:100%; display:none;}
.pop_chat_wrap2{float:left; width:100%; position:fixed; bottom:-100%; transition:all 0.5s;}
.pop_chat_wrap2.active{bottom:16vw;}
.pop_chat2{width:100%; min-height:247px; margin:0 auto; background:#333333;}
a{text-decoration: none!important;}
.right_sports_wrap li{list-style: none!important;}
.right_sports_wrap li a {
    display: block;
    width: 72px;
    height: 72px;
    line-height: 111px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #454545;
    position: relative;
    transition: all 0.3s;
}

.hidden {
    display: none !important;
}
  .match-grid {
      display: grid;
      gap: 8px;
      padding: 1px;
      grid-template-columns: repeat(4, 1fr);
    }
	.vs-icon-blue{
		display:none;
		width: 41px;
    position: relative;
	}

    /* Responsive Grid for medium and small screens */
    @media (max-width: 1036px) {
		.right_sports_wrap ul{
			padding-left:2%;
			justify-content: flex-start!important;
		}
	}
		@media (max-width: 992px) {
			.match-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 600px) {
      /* .match-grid {
        grid-template-columns: 1fr;
      } */
    }

    /* Individual Match Card Styling */
	.match-card {
		border-radius: 10px;
		overflow: hidden;
		background-color: #fff;
		color: #fff;
		font-family: Arial, sans-serif;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
		text-align: center;
		}
	.match-card:hover{
		box-shadow: inset 0 0 0 3px #197DFF;
		border:none!important;
	}
	.match-card:hover .vs-icon-blue{
		display:block!important
	}
	.match-card:hover .vs-icon{
		display:none!important;
	}



    /* Header Section */
    .match-card-header {
      padding: 10px;
      background-color: #333;
      color: #ccc;
	  border: 1px solid rgba(84, 84, 84, 1)
    }

    .match-card-header .sports-icon img {
      width: 26px;
      height: 26px;
	  margin-right: 7px;
    }

    .match-card-header .match-time {
      font-size: 1rem;
	  position:relative;
	  right:2%;
    }
	.match-card:hover .match-card-header {
		background: rgb(0 64 147 / 80%); /* 0.8 is the opacity level */
		box-shadow: inset 3px 0 0 #197DFF, inset -3px 0 0 #197DFF, inset 0 3px 0 #197DFF;
		border:none!important;
	  }
	  
	  .match-card:hover .match-card-body {
		box-shadow: inset 3px 0 0 #197DFF, inset -3px 0 0 #197DFF;
	  }



    /* Button Container */
    .button-container {
      display: flex;
      justify-content: space-around;
      margin: 10px 0;
      padding: 0 10px;
    }

    .button-container a {
      width: 46.2%;
      padding: 8px;
      font-size: 0.9rem;
      font-weight: bold;
      color: #fff;
	  background: linear-gradient(to bottom, #4c4c4c 0%,#2c2c2c 47%,#2c2c2c 48%,#000000 55%,#000000 58%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	  
	  text-decoration: none;

      text-align: center;
      border-radius: 5px;
      transition: background-color 0.3s;
	  border:1px solid #197dff;
    }

	.match-card:hover .button-container a{
		background: linear-gradient(to bottom, #5ea4ff 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}

    .button-container a:hover {
      background-color: #ff3b3b;
    }

	    /* Main Grid Container */
		.match-grid {
			display: grid;
			gap: 8px;
			padding: 1px;
			grid-template-columns: repeat(3, 1fr);
		  }
	  
		  /* Responsive Grid for medium and small screens */
		  @media (max-width: 992px) {
			.match-grid {
			  grid-template-columns: repeat(2, 1fr);
			}
		  }
	  
		  @media (max-width: 600px) {
			/* .match-grid {
			  grid-template-columns: 2fr;
			} */
		  }
	  
		  /* Individual Match Card Styling */
		  .match-card {
			border-radius: 10px;
			overflow: hidden;
			background-color: #fff;
			color: #000;
			font-family: Arial, sans-serif;
			box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
			text-align: center;
		  }
	  
		  /* Header Section */
		  .match-card-header {
			display: flex;
			justify-content: space-between!important;
			padding: 10px;
			background-color: #333;
			color: #ccc;
		  }
	  
		
		  /* Body Section */
		  .match-card-body {
			padding-top: 8px;
			display: flex;
			align-items: center;
			justify-content: space-around;
			background-color: #fff;
		  }
	  
		  /* .match-card-body .team {
			display: flex;
			flex-direction: column;
			align-items: center;
		  } */
/* 	  
		  .match-card-body img {
			max-width: 60px;
			border-radius: 8px;
			margin-bottom: 8px;
		  } */
	  
		  .match-card-body .vs-icon {
			width: 40px;
		  }
	  
		  .match-card-body .team-name, .match-card-body .team-score {
				font-family: "Paperlogy", sans-serif; /* Add a fallback font like sans-serif */
				font-size: 15px;
				font-weight: 500;
				line-height: 22px;
				text-align: center;
				text-underline-position: from-font;
				text-decoration-skip-ink: none;
			  
		  }
	  

		
		.button-content {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			padding: 8px;
			font-size: 0.9rem;
			font-weight: bold;
			color: #fff;
			background-color: #ff6b6b;
			border-radius: 5px;
			transition: background-color 0.3s;
			text-align: center;
			background-color: #000000;

		}
		
		.button:hover .button-content {
			background-color: #ff3b3b;
		}
		
		.video-icon {
			width: 40px;
			height: 40px;
			margin-bottom: 5px; /* Space between icon and title */
		}
		
		.channel-title {
			font-size: 1rem;
			font-weight: bold;
		}
		.match-card-body > .team > p{
			display:none!important;
		}
		.match-card-header {
			display: flex;
			align-items: center; /* Aligns items vertically in the center */
		  }
		  
		  .sports-icon > span {
			/* Keeps the sports icon on the left */
			font-family: "Paperlogy", sans-serif; /* Fallback to sans-serif if Paperlogy is unavailable */
			font-size: 17px;
			font-weight: 700;
			line-height: 22px;
			text-align: left;
			text-underline-position: from-font;
			text-decoration-skip-ink: none;
			color:#fff!important;
		  }
		  
		  .match-time {
			margin-left: auto; /* Pushes match-time to the right */
			color:#838383!important;
			font-family: "Paperlogy", sans-serif; /* Add a fallback font like sans-serif */
			font-size: 15px;
			font-weight: 500;
			line-height: 22px;
			text-align: center;
			text-underline-position: from-font;
			text-decoration-skip-ink: none;
		  
		  }
		  .match-card-header {
			display: flex;
			align-items: center; /* Centers items in the header vertically */
		  }
		  
		  .sports-icon {
			display: flex;
			align-items: center; /* Centers the img and span vertically */
		  }
		  
		  .sports-icon img {
			margin-right: 7px; /* Adds a bit of space between the icon and the text */
		  }
		  
		  .match-time {
			margin-left: auto; /* Pushes match-time to the right end */
		  }
		  .team-score{
			display:none;
		  }
		  .button-container {
			display: flex;
			gap: 1px; /* Space between buttons */
		  }
		  
		  .link-button {
			display: flex;
			align-items: center;
			justify-content: center;
			gap: 5px; /* Space between SVG and span */
			padding: 8px 12px; /* Adds padding for a centered button look */
			background-color: #333; /* Example background color */
			border-radius: 4px; /* Optional: rounded corners */
			text-decoration: none;
			color: white;
		  }
		  
		  .link-button svg {
			flex-shrink: 0;
		  }
		  .sports_buttons li a:hover{
			background:rgba(25, 125, 255, 0.3);
		  }
/* Active state while clicking */
.sports_buttons{
	margin:0!important;
}
.sports_buttons li a:focus {
	background:rgba(25, 125, 255, 0.3);
	transform: scale(0.98); /* Optional: add a slight scale effect */
  }
  .custom-content-page{
	width:100%;
  }
  .sports-icon {
	display: flex;
	align-items: center;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
  }
  
  .sports-icon span {
	margin-left: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	max-width: 100%; /* Ensures it doesn't exceed available space */
  }
  
  .sports-icon img {
	max-width: 24px; /* Adjust the size of the image as needed */
	margin-right: 8px;
  }
  
  /* For .match-time */
  .match-time {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	max-width: 100%; /* Ensures it doesn't exceed available space */
  }
    
  .team-name {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 101px; /* Prevents the team names from overflowing each other */
  }
  
  @media (max-width: 480px) {
	.sports-icon span {
	  max-width: calc(100% - 32px); /* Adjusts for space taken by the image and padding */
	}
	.match-time {
	  max-width: calc(100% - 20px); /* Adjust space on smaller screens */
	}
	
  }
  