.hw-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 9999;
}

.hw-layer-wrap {
	box-sizing: border-box;
	width: 90%;
	height: auto;
	max-width: 800px;
	/**max-height: 350px;**/
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(0,0,0,0.9);
	border-radius: 20px;
	border: 2px solid #463217;
	position: relative;
	top: 20%;
	z-index: 10000;
}
.hw-layer-wrap2 {
	box-sizing: border-box;
	width: 90%;
	height: auto;
	max-width: 720px;
	/**max-height: 350px;**/
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(0,0,0,0.9);
	border-radius: 20px;
	border: 2px solid #463217;
	position: relative;
	top: 8%;
	z-index: 10000;
}

.hwLayer-close {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 30px;
	height: 30px;
	border-radius: 36px;
	border-radius: 20px;
	border: 2px solid #463217;
	cursor: pointer;
}

.hwLayer-close:hover {
	opacity: 0.8;
}

.sys_info_container{
	display: block;
	font-size: 16px;
	color: #F60;
	text-align: center;
	padding-bottom: 38px;
}

/***YouYube***/
.popup_container{
	display: block;
	position: relative;
}
.video-container {
	position: relative;
	height: auto;
	overflow: hidden;
	display: block;
	margin-top: 36px;
	margin-bottom: 30px;
	padding-bottom: 56%;
}

.video-container iframe, .video-container object, .video-container embed {
position: absolute; 
top: 0;left: 0;
width: 100%;
height: 100%;}

/***padding-bottom: 56.25%為影片高度與寬度的比例16:9計算得來，9除以16=0.5625換算高度比0.5625=56.25%
padding-top: 30px:用於修正的高度，可用25px或30px ****/
.mov_play{
	display: block;
}
.mov_close{
	display: none;
}
/***技能展示***/
.mov_win_title_1{
	display: block;
	height: auto;
	width: 100%;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1em;
}
.video-container2 {
	position: relative;
	height: auto;
	overflow: hidden;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 56%;
}
.video-container2 iframe, .video-container2 object, .video-container2 embed {
position: absolute; 
top: 0;left: 0;
width: 100%;
height: 100%;}
.mov_title{
	display: block;
	height: auto;
	width: 100%;
	max-width: 1000px;
	line-height: 1em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1%;
	margin-bottom: 2%;
	background-image: url(../img/mov_title_bg.png);
	background-repeat: repeat-x;
	background-position: center;
}
.mov_info{
	display: block;
	height: auto;
	width: 92%;
	line-height: 1.2em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	font-size: 18px;
}
.mov_info ul li{
	display: block;
	color: #FFF;
	margin-bottom: 0.6em;
	list-style-position: outside;
	list-style-type: none;
	height: auto;
	width: 100%;
	position: relative;
	clear: both;
}
.mov_info ul li .skill_nu{
	display: block;
	float: left;
	height: auto;
	width: 10%;
	font-weight: bold;
}
.mov_info ul li .skill_note{
	display: block;
	float: right;
	height: auto;
	width: 90%;
	color: #ffeab3;
}

/*Mobile*/

@media only screen and (min-width: 480px) and (max-width: 768px) {
.hw-layer-wrap {
	width: 95%;
	height: auto;
	max-width: 800px;
	max-height: 450px;
	top: 20%;
}
.hw-layer-wrap2 {
	width: 95%;
	height: auto;
	top: 10%;
}
.mov_win_title_1{
	display: block;
	height: auto;
	width: 100%;
	margin-top: 5px;
	line-height: 1em;
}
.mov_info{
	display: block;
	height: auto;
	width: 92%;
	line-height: 1.2em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	font-size: 14px;
}
}

/***/

@media only screen and (max-width: 480px){
.hw-layer-wrap {
	width: 95%;
	height: auto;
	top: 20%;
}
.hw-layer-wrap2 {
	width: 95%;
	height: auto;
	top: 15%;
}
.mov_win_title_1{
	display: block;
	height: auto;
	width: 100%;
	margin-top: 10px;
	line-height: 1em;
}
.mov_info{
	display: block;
	height: auto;
	width: 92%;
	line-height: 1.2em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	font-size: 12px;
}
}


.site_info{
	width: 95%;
	min-height: 100px;
	color: #FFF;
	text-align: center;
	padding-top: 50px;
	height: auto;
	padding-bottom: 30px;
}
.site_info_txt_1{
    font-size: 20px;
}
