.mygame {
	width: 100%;
	display: flex;
	padding: 115px 20px 0;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	background:#fff url('../images/yellow_bg.png') repeat-x left top;
	box-sizing: border-box;
}

.regisBtn {
	position: fixed;
	left: calc(50% - -291px);
	top: 15px;
	z-index: 101;
	transform: translateX(-50%);
}




@media screen and (max-width: 800px) {
	.regisBtn {
    position: fixed;
    right: 5px;
    left: calc(64%);
    top: 15px;
    width: 250px;
		text-align:right;
	}
}

.search_form {
	position: fixed;
	top: 56px;
	width: 100%;
	margin: 0 -20px;
	max-width: 800px;
	padding: 25px 20px;
	background: var(--yellow);
	z-index: 1;
	box-sizing: border-box;
}
.search_form .box {
	background: var(--white);
	border-radius: 7px;
	overflow: hidden;
	padding: 0 20px;
	box-sizing: border-box;
}
.search_form input {
	flex: 1;
	height: 40px;
	color: var(--sub_text_02);
	font-size: 14px;
	max-width: calc(100% - 19px);
}
.search_form button.searchIcon {
	text-indent: -99999px;
	background:url('../images/searchIcon.svg') no-repeat left top;
	width:19px;
	height:19px;
}

.gameList {
	width: 100%;
	border-radius: 10px;
	border: 1px solid var(--underline, #F5F7FA);
	background: #FFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
	display: flex;
	padding: 30px;
	flex-direction: column;
	align-items: flex-start;
	gap: 25px;
	box-sizing: border-box;
}
.text_pos {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.gameList .text_pos h4  {
	width: 100%;
	font-size: 16px;
	gap: 5px;
}
.gameList .text_pos h4 p {
	flex: 1;
}
.gameList .text_pos h4 .date {
	color: #9c9c9c;
    font-size: 13px;
	font-weight: 400;
}
.gameList .comment {
	width: 100%;
	justify-content: end;
	gap: 15px;
	margin: -10px 0;
}
.gameList .comment span.commentCnt {
	background:url('../images/message.svg') no-repeat left 1px;
	padding-left:20px;
	font-size: 14px;
}
.gameList .comment span.likeCnt {
	background:url('../images/heart.svg') no-repeat left 1px;
	padding-left:20px;
	font-size: 14px;
}
.gameList .comment span.likeCnt.on {
	background:url('../images/heart_on.svg') no-repeat left 1px;
	font-size: 14px;
}

.gameList .text_pos .w100 {
	width: 100%;
}
.gameList .text_pos .w100 .comment {
	flex: 1;
	width: auto;
	margin: 0;
}
.gameList .text_pos p.ground  {
	font-size: 14px;
}

.gameList .text_pos p.join {
	font-size: 14px;
}

.cmt_list {
	position: fixed;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 100%;
	max-width: 800px;
	background: var(--white);
	border-radius: 10px 10px 0px 0px;
	box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.05);
	z-index: 100000;
}
.cmt_list .scroll {
	width: 100%;
	padding: 0 20px 20px;
	overflow-y: auto;
	max-height: calc(100vh - 242px);
	box-sizing: border-box;
}
.cmt_list .top {
	font-size: 12px;
	color: var(--subtext_02);
	margin-bottom: 4px;
}
.cmt_list .top .date {
	color: var(--subtext_01);
}
.cmt_list .content {
	color: var(--subtext_02);
	font-size: 14px;
	font-weight: 500;
	margin: 10px 0;
}
.cmt_list h2 {
	text-align: center;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	padding: 20px 0;
	border-bottom: 0.5px solid var(--stroke);
	margin-bottom: 30px;
}
.cmt_list .commentList {
	padding: 10px 0;
	border-top: 1px solid #e5e5e5;
}
.cmt_list .commentList:first-child {
	border-top: 0;
	padding-top: 0;
}
.cmt_list .commentList .reply_btn button {
	background: #e5e5e5;
	padding: 5px;
	border-radius: 5px;
	font-size: 12px;
}
.cmt_list .commentList .modify_content {
	flex-wrap: wrap;
	gap: 10px;
	margin: 10px 0;
}
.cmt_list .commentList .modify_content textarea {
	flex: 1;
}
.cmt_list .commentList .modify_content button {
	background: var(--yellow);
	padding: 0 10px;
	border-radius: 5px;
}
.cmt_list textarea {
	display: block;
	width: 100%;
	height: 42px;
	resize: none;
	border-radius: 5px;
	background: var(--underline);
	padding: 12px 14px;
	border: 0;
	font-size: 14px;
	box-sizing: border-box;
}
.cmt_list .reply_write {
	gap: 10px;
	margin-bottom: 10px;
}
.cmt_list .reply_write textarea {
	flex: 1;
}
.cmt_list .reply_write button {
	background-color: var(--yellow)!important;
	padding: 0 10px!important;
}
.cmt_list .btn_area {
	gap: 10px;
}
.cmt_list .btn_area textarea {
	flex: 1;
}
.cmt_list .btn_area button {
	width: auto;
	padding: 0 10px;
	border-radius: 5px;
}
.cmt_list .more {
	position: relative;
}
.cmt_list .more button {
	display: block;
	width: 15px;
	height: 15px;
	background: url("../images/more-vertical.png")no-repeat 50% 50% / 100%;
	margin: 0 auto;
}
.cmt_list .more:hover ul {
	display: block;
}
.cmt_list .more ul {
	display: none;
	position: absolute;
	right: 0;
	width: 65px;
	border-radius: 3px;
	background: var(--white);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
	padding: 5px 20px;
	box-sizing: border-box;
}
.cmt_list .more ul li a {
	display: block;
	color: #363D47;
	font-size: 14px;
	text-align: center;
	margin: 10px 0;
}

.gameList .text_pos p.join span.cnt {
color: var(--text, #090909);
font-family: Pretendard;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.gameList .btn_pos {
	display: flex;
	align-items: center;
	gap: 15px;
	align-self: stretch;
}


#game_regist h3 {
	font-size: 18px;
	margin-bottom: 25px;
}
#game_regist .box {
	gap: 15px;
	margin-bottom: 40px;
}
#game_regist .box input {
	display: none;
}
#game_regist .box input + label {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
	box-sizing: border-box;
}



.tournament {
	width: 100%;
	min-height: calc(100vh - 100px);
	padding: 30px 20px;
	background: #F5F5F5;
	box-sizing: border-box;
}
.tournament .btn_area {
	margin-bottom: 24px;
}
.tournament .white_bg {
	padding: 15px 10px;
	background: var(--white);
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}
.tournament .game_form {
	gap: 15px;
}
.tournament .game_form > div {
	width: calc(33.333% - 10px);
	padding: 15px 10px;
	box-sizing: border-box;
}
.tournament .team {
	gap: 14px;
}
.tournament .teamUser span {
    display: inline-block;
	width: 100%;
    padding: 5px 10px;
    gap: 5px;
    color: var(--sub_text_02);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
    box-sizing: border-box;
}
.tournament .teamBlue span {
    border-radius: 7px;
    border-left: 10px solid #1D51D9;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}
.tournament .teamRed span {
    border-radius: 7px;
    border-left: 10px solid #EA4335;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}
.tournament .game_form_grid2 {
	margin-top: 27px;
	gap: 15px;
}
.tournament .game_form_grid2 .item {
	width: calc(50% - 8px);
	padding: 20px 15px;
	gap: 21px;
	box-sizing: border-box;
}
.tournament .game_form_grid2 .item h4 {
	font-size: 16px;
}
.tournament .game_form_grid2 .item .team {
	border-radius: 10px;
	background-color: #eee;
	padding: 15px;
	box-sizing: border-box;
}


.coalition .tabs {
	width: 100%;
	gap: 10px;
	box-sizing: border-box;
}
.coalition .tabs button {
	flex: 1;
    max-width: 150px;
	height: 40px;
	border: 2px solid var(--yellow);
	background: #fff;
	border-radius: 5px;
}
.coalition .tabs button.active {
	background: var(--yellow);
}
.coalition .gameListBox {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 20px;
	box-sizing: border-box;
}
.coalition .gameList {
	width: calc(50% - 10px);
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	gap: 15px;
	padding: 20px;
}
.coalition .gameList .thumb {
	position: relative;
	width: 75px;
	height: 75px;
	border: 1px solid #f5f5f5;
	overflow: hidden;
	box-sizing: border-box;
}
.coalition .gameList .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.coalition .gameList .text_pos {
	flex: 1;
}
.coalition .gameList .text_pos h4 .fv_btn {
	width: 20px;
	height: 20px;
	background: url("../images/ico_star.svg")no-repeat 50% 50% / 100%;
}
.coalition .gameList .text_pos h4 .fv_btn.on {
	background: url("../images/ico_star_on.svg")no-repeat 50% 50% / 100%;
}
.gameList .text_pos h4 p span {
	display: block;
	width: 100%;
	font-weight: 400;
	font-size: 14px;
}
.gameList .text_pos h4 .icon {
	gap: 10px;
}
.gameList .text_pos h4 .icon .vip img {
	width: 21px;
}
.coalition .gameList .btn_pos {
	width: 100%;
}
@media screen and (max-width: 800px) {
	.coalition .gameList {
		width: 100%;
	}
}
