/*common*/
@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');
*{margin:0;padding:0;font-size:15px;box-sizing:border-box;word-break:keep-all;font-weight:normal}
strong{font-weight:bold;}
body{font-family: "Noto Sans KR", sans-serif;}
.clearfix:after{display:block;content:"";clear:both}

.benesttv_wrap{
	width:100%;
	margin-top:40px;
}
.benesttv_item{
	padding-top:20px;
	padding-bottom:20px;
}
.benesttv_item:nth-child(even){
	background-color:#F6F6F6;
}
.benesttv_item > div{
	width:90%;
	margin:0 auto;
	border:1px solid #ddd;
}

.benesttv_wrap > .benesttv_item > div > .benesttv_movie{
	width:100%;
	position:relative;
	padding-bottom:56.25%;
}
.benesttv_wrap > .benesttv_item > div > .benesttv_movie > iframe{
	position:absolute;
	width:100%;
	height:100%;
}
.benesttv_wrap > .benesttv_item > div > .benesttv_content{
	padding:20px;
	background-color:white;
}
.benesttv_wrap > .benesttv_item > div > .benesttv_content > .benesttv_status_new{
	display:inline-block;
	padding:5px 10px;
	border-radius:5px;
	margin-bottom:10px;
	color:white;
	background-color:#F15F5F;
	font-size:12px;
}
.benesttv_wrap > .benesttv_item > div > .benesttv_content > .benesttv_status_hot{
	display:inline-block;
	padding:5px 10px;
	border-radius:5px;
	margin-bottom:10px;
	color:white;
	background-color:#4374D9;
	font-size:12px;
}
.benesttv_wrap > .benesttv_item > div > .benesttv_content > .benesttv_brand{
	font-size:15px;
	color:#8C8C8C;
	margin-bottom:5px;
}
.benesttv_wrap > .benesttv_item > div > .benesttv_content > .benesttv_title{
	font-weight:bold;
	font-size:18px;
	margin-bottom:15px;
	line-height:25px;
}
.benesttv_wrap > .benesttv_item > div > .benesttv_content > .benesttv_text{
	font-size:15px;
	line-height:25px;
}
.benesttv_wrap > .benesttv_item > div > .benesttv_content > .benesttv_youtube{
	width:100%;
	height:40px;
	background:url('https://benestgolf.com/resources/reve/img/web/bg_btn.png') center top no-repeat;
	background-size:100% 100%;
	color:white;
	margin-top:20px;
	font-size:15px;
	line-height:40px;
	text-align:center;
	border-radius:10px;
}
