@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR|Open+Sans');
/* 2019.04.02 ¿µ»ó¸ðÀ½.¼Ò¿¬.À±Á¤¼öÁ¤ */
.nanumsquare { font-family: 'NanumSquare', sans-serif !important; }

.sub_content .tabset {
	width: 860px;
	margin: 0 auto 50px;
	overflow: hidden;
	font-family: 'Noto Sans KR', 'Open Sans', 'sans-serif';
}

.provideo h2 {
	margin: 30px auto;
	text-align: center;
}
.movetxt {
	display: block;
	margin: 0 auto;
}
.hash {
	width: 710px;
	margin: 0 auto;
	overflow: hidden;
}
.hash li {
	float: left;
	margin: 15px 3px 30px;
}
.hash li a {
	display: block;
	padding: 5px 10px;
	font-size: 16.5px;
	color: #484848;
	background: #eee;
	border-radius: 30px;
	cursor:pointer;
	transition: all 0.3s;
}
.hash a:before {content: '#';}
.hash a:hover {color: #fff; background: #1ebecd;}
.movetxt {text-align: center;}

/*video list common*/
.tablist {
	width: 100%;
	margin: 0 auto;
}
.tablist li {
	position: relative;
	float: left;
	width: 400px;
	height: 300px;
	margin: 20px 30px 0 0;
	box-sizing: border-box;
	background: url(/img/video_before_off.png) no-repeat center;
	cursor: pointer;
}
.tablist li:nth-child(2) {
	margin: 20px 0 0 30px;
}
.tablist li img {
	position: absolute;
	width: 0;
	left: 0;
	top: 0;
}
.tablist li .txt {
	position: absolute;
	left: 0;
	bottom: 39px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
/*youtube playBtn*/
.fa-youtube {
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
	transform: translateY(-40%);
	text-align: center;
	background: url(/img/youtube_btn_off.png) no-repeat center;
	transition: all 0.2s;
	text-indent: -99999px;
}
.tablist li:hover .fa-youtube {
	background: url(/img/youtube_btn_on.png) no-repeat center;
}
/*ifram size*/
.video_content iframe {
	clear: both;
	width: 860px;
	height: 484px;
	margin: 10px auto 30px;
	border: 1px solid #343434;
	box-sizing: border-box;
}

.momvideo li.on {background-image: url(/img/video_before_on.png)}
.momvideo li:nth-child(2) {background-image: url(/img/video_after_off.png)}
.momvideo li:nth-child(2).on {background-image: url(/img/video_after_on.png)}

.othervideo li {background-image: url(/img/video_mari_off.png)}
.othervideo li:nth-child(2) {background-image: url(/img/video_lmg_off.png)}
.othervideo li.on {	background-image: url(/img/video_mari_on.png)}
.othervideo li:nth-child(2).on {background-image: url(/img/video_lmg_on.png)}

.tablist li.on .fa-youtube {background: url(/img/youtube_btn_on.png) no-repeat center;}


/*video list*/
.video_list_wrap {
	width: 100%;
	padding: 70px 0 20px;
	background: #eee;
	font-family: 'Noto Sans KR', 'Open Sans', 'sans-serif';
}
.video_list_conts {
	width: 860px;
	margin: 0 auto;
	overflow: hidden;
}
.video_list_conts h2 {
	margin-bottom: 30px;
	font-size: 35px;
	font-weight: lighter;
	color: #343434;
	text-align: center;
}
.video_list_conts h2 .bold {font-weight: 800;}
.video_list_conts i {font-style: normal; font-weight: bold;}
.video_list_conts .italic {font-style: italic; font-weight: lighter;}

.video_list_conts h2 ul {
	width: 602px;
	margin: 30px auto 10px;
	overflow: hidden;
}
.video_list_conts h2 ul li {
	float: left;
	margin: 0 3px;
	font-weight: 400;
	font-size: 18px;
	color: #5d5d5d;
}
.video_list_conts h2 ul li:before {content: '#'}
.video_list {
	float: left;
	width: 100%;
	margin: 10px auto;
	padding: 0;
}
.list_bottom_box{
	float: left;
	width: 100%;
	margin: 10px auto;
	padding: 0;
	overflow-x: scroll;
	overflow-y: hidden;
}
.list_bottom{
	float: left;
	width: 300%; /* ¿µ»ó 1°³ Ãß°¡ ½Ã 25% + ÇØ¼­ ÀÔ·Â */
	height: 180px;
	margin: 10px auto;
	padding: 0;
}
.list_bottom li {
	float: left;
	width: 8.33%; /* 100 ³ª´©±â (¿µ»ó ÃÑ °³¼ö) % */
	height: 180px;
/*	background-color: #ddd;*/
	box-sizing: border-box;
	overflow: hidden;
	transition: all 0.4s;
	cursor: pointer;
}

.list_bottom li img {
	float: left;
	width: 95%;
	height: auto;
	margin: 5px;
}
.list_bottom .title {
	display: block;
	margin: 25px 5px 0;
}
.title b {
	display: block;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.7;
	color: #333;
}
.title span {
	display: block;
	font-size: 14px;
}
.list_bottom li:hover,
.list_bottom li.on {
	background-color: #9a66ca;
	color: #fff;
}
.list_bottom li:hover .title b,
.list_bottom li.on .title b {
	color: #fff;
}
.videoWrap {
	float: left;
	width: 860px;
	height: 484px;
	overflow: hidden;
	margin: 0 auto;
}
.video_list_wrap .morebtn {
	display: block;
	width: 135px;
	height: 35px;
	margin: 30px auto;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #eee;
	background: #333;
	border: 1px solid #333;
	transition: all 0.3s;
}
.morebtn:hover {
	color: #333;
	background: #eee;
}
img {
	overflow: hidden;
}