@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);*/
* {-webkit-text-size-adjust:none;}
* { margin:0;padding:0; }
a { text-decoration: none;color:#666; }
a:visited{ text-decoration: none;color:#666; }
a:hover{ color:#666; }
img{ border:0px;vertical-align:bottom; }

body, html{
	font-family:'Apple SD Gothic Neo','Noto Sans CJK KR', 'Malgun Gothic', 'dotum', 'gulim',sans-serif;
}
body{
	margin:0px;
	padding:0px;
}

/* Table */
table{
	border:0px;
	border-spacing:0px;
	border-collapse:collapse;
}
td, th{
	padding:0px;
	word-break:break-all;
}

/* Etc */
.title_font_family{
	font-family:'Montserrat','Apple SD Gothic Neo',sans-serif;
}

#wrap{
	width:100%;
	font-family:'Apple SD Gothic Neo','Noto Sans CJK KR', 'Malgun Gothic',sans-serif;
	letter-spacing: -1px;
}

/* 본문 */
#wrap > #body{
	width:100%;
	background-color:#ffffff;
}
#wrap > #body > #body_content{
	width:100%;
	margin:auto;
}

/* 탭메뉴 */
#wrap > #body > #body_content > #tab_menu_wrap{
	width:100%;
	background-color:#fff;
	padding-top:30px;
}
#wrap > #body > #body_content > #tab_menu_wrap > #tab_menu{
	width:1000px;
	margin:auto;
	overflow:hidden;
	display:flex;
}
#wrap > #body > #body_content > #tab_menu_wrap > #tab_menu > i{
	float:left;
	display:block;
	width:calc(50% - 5px);
	height:50px;
	line-height:50px;
	font-style:normal;
	text-align:center;
	box-sizing:border-box;
	border-radius:10px;
	background-color:#fff;
	margin:0 30px;
}
#wrap > #body > #body_content > #tab_menu_wrap > #tab_menu > i.on{
	background-color:#3EB136;
}

#wrap > #body > #body_content > #tab_menu_wrap > #tab_menu > i > a{
	display:block;
	width:100%;
	height:100%;
}
#wrap > #body > #body_content > #tab_menu_wrap > #tab_menu > i > a,
#wrap > #body > #body_content > #tab_menu_wrap > #tab_menu > i > a:visited,
#wrap > #body > #body_content > #tab_menu_wrap > #tab_menu > i > a:hover{
	color:#000;
}
#wrap > #body > #body_content > #tab_menu_wrap > #tab_menu > i.on > a,
#wrap > #body > #body_content > #tab_menu_wrap > #tab_menu > i.on > a:visited,
#wrap > #body > #body_content > #tab_menu_wrap > #tab_menu > i.on > a:hover{
	color:#fff;
}

/* 경기일정 */
#wrap > #body > #body_content > #product_wrap{
	width:100%;
	background-color:#fff;
	padding:30px 0px;
}
#wrap > #body > #body_content > #product_wrap > #product{
	width:1000px;
	margin:auto;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content{
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_calendar{
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_calendar .date_item_box{
	line-height:20px;
	color:#444;
	font-size:17px;
	text-align:center;
	border:0px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	cursor:pointer;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_calendar .date_item_box.sun{
	color:#ec4d51;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_calendar .date_item_box.sat{
	color:#639dff;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_calendar .slick-prev::before,
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_calendar .slick-next::before{
	color:#022358;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_calendar .clicked{
	color:#000 !important;
	border:0px;
	border-radius:5px;
	background-color:#FFD940;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_area{
	border-top:1px solid #ddd;
	margin-top:30px;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_area ul{
	margin-top:15px;
	overflow:hidden;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_area ul > li{
	float:left;
	list-style:none;
	font-size:15px;
	padding:7px 15px;
	cursor:pointer;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_area ul > li.on{
	color:#000;
	font-weight:bold;
	border-radius:5px;
	background-color:#FFD940;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_table{
	border-top:1px solid #ddd;
	margin-top:15px;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_table ul{
	position:relative;
	width:100%;
	color:#444;
	font-size:15px;
	font-weight:bold;
	border-bottom:1px solid #ddd;
	box-sizing:border-box;
	overflow:hidden;
	cursor:pointer;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_table ul > li{
	float:left;
	list-style:none;
	padding-top:15px;
	padding-bottom:15px;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_table ul > li.time{
	width:120px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_table ul > li.time > span{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:30px;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_table ul > li.name{
	width:680px;
	text-align:left;
	display:flex;
	flex-direction:column;
	justify-content:center;

}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_table ul > li.name > div:nth-child(1){
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_table ul > li.name > div:nth-child(1) .coupon{
	display:inline-block;
	color:#fff;
	font-size:9px;
	border-radius:3px;
	background-color:#0091fe;
	padding:5px;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_table ul > li.name > div:nth-child(1) > span.mobile.conform{
	display:none;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_table ul > li.name > div:nth-child(2){
	color:#999;
	font-size:14px;
	text-align:left;
	margin-top:4px;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_table ul > li.name > div:nth-child(2) > span.sex.male{
	color: blue;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_table ul > li.name > div:nth-child(2) > span.sex.female{
	color: red;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_table ul > li.name > div:nth-child(2) > span.sex.unisex{
	color: green;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_table ul > li.name > div:nth-child(2) > span{
	position:relative;
	display:inline-block;
	padding-right:20px;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_table ul > li.name > div:nth-child(2) > span::before{
	position:absolute;
	top:3px;
	right:10px;
	width:1px;
	height:10px;
	background-color:#ddd;
	content:"";
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_table ul > li.name > div:nth-child(2) > span:last-child::before{
	display:none;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_table ul > li.name > div:nth-child(2) > span.pc.conform{
	color:#fff;
	font-size:10px;
	border-radius:2px;
	background-color:red;
	padding:3px 5px;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_table ul > li.apply{
	width:200px;
	text-align:center;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_table ul > li.apply > .button{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:0px;
	display:inline-block;
	width:100px;
	height:50px;
	line-height:35px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	border-radius:9px;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_table ul > li.apply.on > .button{
	background-color:#00cd00;
	display:flex;
	align-items:center;
	justify-content:center;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_table ul > li.apply.off > .button{
	background-color:#bfbfbf;
	display:flex;
	align-items:center;
	justify-content:center;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content > #goods_table ul > li.none{
	width:100%;
	height:65px;
	line-height:65px;
	font-size:16px;
	text-align:center;
}

/* 게시판 */
#wrap > #body > #body_content > #board_wrap{
	width:100%;
	background-color:#f3f3f5;
}
#wrap > #body > #body_content > #board_wrap > #board{
	width:1000px;
	margin:auto;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul{
	width:1000px;
	padding:60px 0px;
	overflow:hidden;
	margin:auto;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul a,
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul a:visited{
	color:#444;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul a:hover{
	color:green;
	font-weight:bold;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul > li{
	list-style:none;
	float:left;
	width:300px;
	height:255px;
	box-sizing:border-box;
	/*border:1px solid #dddddd;*/
	border-radius:22px;
	background-color:#fff;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul > li:nth-child(1){
	padding:30px 30px;
	width:360px;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul > li:nth-child(2){
	padding-bottom:20px;
	margin:0 20px;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul > li > div > ul{
	overflow:hidden;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul > li > div > ul > li{
	list-style:none;
	float:left;
}

}