@charset "utf-8";
#layout_content .help{
	position:absolute;
	top:2px;
	left:100px;
	line-height:34px;
	text-decoration:none;
	font-size:14px;
	font-style:italic;
	color:#fff;
	font-weight:600;
	z-index: 1;
}
.movie_help > .title {
	font-size: 24px;
	line-height: 56px;
	text-align: left;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
}
.movie_help .tabArea {
	width: 100%;
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-flow: row;
}
.movie_help .tabArea > li:hover > a, .movie_help .tabArea > li.on > a {
	background: #000;
	border: 2px solid #000;
	border-bottom: 0;
	color: #fff;
}
.movie_help .tabArea > li:first-child > a {
	/*border: 1px solid #ccc;
	border-bottom: 0;*/
}
.movie_help .tabArea > li > a {
	display: block;
	text-align: center;
	height: 50px;
	position: relative;
	background: #fff;
	box-sizing: border-box;
	border: 0;
	border-top: 2px solid #000;
	border-right: 1px solid #ccc;
	text-decoration: none;
	font: 400 16px/50px 'NotoSansCJKkr', Verdana;
	color: #949494;
	box-sizing: border-box;
}
.movie_help > .content > div:not(:first-child){
	display:none;
}
.movie_help > .content .txt {
    line-height: 3;
}
.movie_help > .content .txt {
    display: block;
    margin: 0 0 0 10px;
    word-wrap: break-word;
    word-break: keep-all;
    width: 100%;
    font-size: 18px;
}
.movie_help > .content .txt > .title {
    font-weight: bold;
    margin-top: 10px;
    display: block;
    line-height: 3;
}
.movie_help > .content .txt > div {
    font-size: 14px;
	line-height: 1.5;
}
.movie_help > .content .txt > div > table{
	margin-bottom:15px;
}
.movie_help > .content .txt > div > label{
	margin:0px 5px 10px 5px;
	font-weight:bold;
	display:inline-block;
}
.movie_help > .content .txt > div > table tr > td
, .movie_help > .content .txt > div > table tr > th{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
	line-height:1.5;
	padding: 10px 10px;
}
.movie_help > .content .txt > div > table tr > td:not(:last-child)
, .movie_help > .content .txt > div > table tr > th:not(:last-child){
	border-right:1px solid #ccc;
}
.movie_help > .content .txt > div > table tr > th{
	background-color:#e5e5e5;
}

.movie_help > .content #speed_test{
	width:100%;
	height:550px;
	display:none;
}
.movie_help > .content #speed_des{
	display:none;
	margin:20px 0 10px 0;
}
.movie_help > .content .btn_black{
	width:auto;
	font-size: 18px;
    border: 1px solid #333;
    color: #fff;
    display: inline-block;
    line-height: 24px;
    height: 24px;
    background: #000;
    text-decoration: none;
    padding: 5px 10px;
    margin: 10px 0 0 0;
    border-radius: 6px;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.45);
}
.movie_help > .content .player_help{
	background:url(/images/player_help.png) no-repeat;
	background-size:contain;
	width:100%;
	height: 500px;
}