@charset "utf-8";

.widget-index .at-main,
.widget-index .at-side { padding-bottom:0px; }
.widget-index .div-title-underbar { margin-bottom:15px; }
.widget-index .div-title-underbar span { padding-bottom:4px; }
.widget-index .div-title-underbar span b { font-weight:500; }
.widget-index .widget-img img { display:block; max-width:100%; /* 배너 이미지 */ }
.widget-box { margin-bottom:8px; }
.widget-normal-box {
	border: 1px solid #e7e7e7;
	margin-bottom: 8px;
	padding :10px 15px;
}
.widget-banner-box { margin-bottom:5px; }
.new-box { padding:5px 20px; }	
.widget-login { padding:15px; border: 1px solid #e7e7e7; }
.div-title-head {
	width: 100%;
	height: auto;
	position: relative;
	padding: 12px 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #f0f6fe;
	border: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;

}
.widget-rank-box {
	padding-top: 4px;
	margin-bottom: 30px;
	border-left : 1px solid #535353;
	border-right : 1px solid #535353;
}	

.tab-container {
	display: flex;
	text-align: center;
	flex-direction: row;
	align-items: center;
	margin-top: 1px;
	margin-bottom: 15px;
}

.tab-button {
	width: 20%;
	height: 30px;
	font-size: 12px;
	border: none;
	font-family: 'GmarketSansMedium';
	background-color: #ffbf44;
	cursor: pointer;
	display : inline-block;
	transition: background-color 0.3s ease;
}

.tab-button.active {
	background-color: #1983df;
}

.tab-content {
	display: none;
	width: 100%;
}

.tab-content.active {
	display: block;
}	
.latest_board {
	width: 100%;
	height: 190px;
	position: relative;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
.latest_board .notice_latest {
	width: 450px;
}
.latest_board .latest_item {
	border: 1px solid #e7e7e7;
	height: auto;
	position: relative;
}
.latest_board .latest_box {
	height: 47px;

}
.latest_board .latest_tit {
	width: 100%;
	height: 47px;
	position: relative;
	padding: 0px 20px;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #f0f6fe;
	border-bottom: 1px solid #e7e7e7;
}
.latest_board .latest_tit > h3 {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: -0.5px;
	margin-top: 0;
	margin-bottom: 0;
}
.latest_board .latest_tit .latest_more {
	width: auto;
	height: auto;
	position: relative;
	left: 10px;
}
.latest_board .latest_tit .latest_more > a {
	display: block;
	width: auto;
	height: auto;
	font-weight: 400;
	color: #2196F3;
	background-color: #f0f6fe;
	padding: 0px 10px;
	border-radius: 5rem;
	border: 1px solid #2196F3;
}

.latest_board .latest_cont { display: none; padding:13px 20px; }
.latest_board .latest_cont.active { display:block; }

.latest_board .tab_latest {
	width: -webkit-calc((100% - 20px) - 450px);
	width: -moz-calc((100% - 20px) - 450px);
	width: calc((100% - 20px) - 450px);
}

.latest_tab {  
	display: flex;
	text-align: center;
	flex-direction: row;
	align-items: center;
	border-bottom: 1px solid #e7e7e7;
}

.tab_item {
	width: 25%;
	height: 47px;
	font-size: 14px;
	border: none;
	font-weight: 600;
	background-color: #f0f6fe;
	cursor: pointer;
	display: inline-block;
	transition: background-color 0.3s ease;
}
.tab_item.active { color: #04213c; border-top: 1px solid #1983df; background-color: #fff;}
#gameview { width:100%; height:938px; }
#scoreboard {
	width: 100%;
} 
.nav-wrapper {
	display: grid;
	max-width: 100%;
	border: 1px solid #535353;
}

.nav-wrapper.col-2 {
	grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
}

.nav-wrapper.col-3 {
	grid-template-columns: repeat(auto-fill, minmax(33.3333%, 1fr));
}

.nav-wrapper.col-4 {
	grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
}

.nav-wrapper.col-5 {
	grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
}

.nav-wrapper.col-6 {
	grid-template-columns: repeat(auto-fill, minmax(16.666%, 1fr));
}

.nav-wrapper.col-7 {
	grid-template-columns: repeat(auto-fill, minmax(14%, 1fr));
}

.nav-wrapper > div {
	position: relative;
}

.nav-wrapper > div:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 50%;
	background-color: #535353;
	transform: translateY(-50%);
}

.nav-wrapper > div:hover:after {
	background-color: transparent;
}

.nav-wrapper > div.show:after,
.nav-wrapper > div:last-child:after {
	background-color: transparent;
}

.nav-wrapper > div > a {
	position: relative;
	background-color: transparent;
	display: block;
	color: var(--sub-text01);
	text-align: center;
	padding: 0 0.375rem;
	font-weight: 500;
	line-height: 50px;
	letter-spacing: -1px;
}

.nav-wrapper > div.show {
	background-color: #013369;
}

.nav-wrapper > div.show > a {
	color: #fff;
}

.nav-wrapper > div > a:hover {
	background-color: #0f4986;
	color: #fff;
}

.nav-wrapper > div .go-select {
	width: 90%;
	margin: 0.65rem auto 0;
}

.nav-wrapper > div .select-selected {
	background-color: transparent;
	border: none;
	font-weight: 600;
}

.nav-wrapper > div.show .select-selected {
	color: #fff;
}

.nav-wrapper > div.show > a:hover {
	color: #fff;
}

.nav-wrapper .dropdown-list {
	position: absolute;
	display: none;
	width: 100%;
	top: 100%;
	left: 0;
	background-color: #fff;
	z-index: 10;
	box-shadow: 3px 3px 10px -2px rgb(0 0 0 / 20%);
	-webkit-box-shadow: 3px 3px 10px -2px rgb(0 0 0 / 20%);
	-moz-box-shadow: 3px 3px 10px -2px rgba(0, 0, 0, 0.2);
}

.nav-wrapper .dropdown-list li {
	padding: 0.375rem 1rem;
	cursor: pointer;
	border-bottom: 1px solid var(--border-color);
}

.nav-wrapper .dropdown-list li:hover {
	background-color: var(--point-color);
	color: #fff;
}


.talk-bubble-bubble {
	display: inline-block;
	position: absolute;
	width: 82px;
	background-color:#13911b;
	border-radius: 8px;
	top:8px;
	left:0%;
	transform:translate(-50%, 0);
	white-space:nowrap;
	animation: bounce 1s;
	animation-iteration-count: infinite;
}
.talk-bubble-bubble .talktext-bubble {padding:3px 5px; text-align:center;}
.talk-bubble-bubble .talktext-bubble p {font-size: 10px; margin:0px; color: #fff;}

@keyframes bounce {
	0% {top:5px; -webkit-animation-timing-function:ease-in;}
	3% {top:7px; -webkit-animation-timing-function:ease-out;}
	50% {top:10px; -webkit-animation-timing-function:ease-in;}
	80% {top:7px; -webkit-animation-timing-function:ease-out;}
	100% {top:5px; -webkit-animation-timing-function:ease-in;}
}   