@charset "utf-8";
#contents .this a.video {
    display: block;
    float: right;
   /*  font-size: 10.5px; */
    background: url(https://www.daedeok.go.kr/images/dpt_2016/btn_player01.png) no-repeat 8px 5px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px #b7b7b7;
    color: #666;
    padding: 5px 10px 4px 32px;
    margin: 0 5px 0 0;
    cursor: pointer;
    border: 1px solid #ddd;
    position:relative;
	line-height:normal;
}
#poplayer_result {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.5);
}
.video_box {
	
    left: 0px;
    top: 0px;
    position: fixed;
    width: 100%;
    height: 100%;    
    z-index: 10001;
}
#errLnagVido {
    left: 0px;
    top: 0px;
    position: fixed;
    width: 100%;
    height: 100%;    
    z-index: 10001;
}
.video_wrap {
    width: 535px;
    height: auto;
    background: #fff;
    border-radius: 8px;
    margin: 140px auto;
    overflow: hidden;
    padding: 40px;
    border: 1px solid #dcdcdc;
}
#video {
	overflow: hidden;
	margin-bottom: 15px;
}
.video_wrap h3 {
	font-size: 22px;
	font-weight: bold;
	background: #fff;
	text-align: left;
	color: #0a509b;
	margin-bottom: 10px;
}
.video_wrap h3 span.close a {
	width: 24px;
	height: 24px;
	overflow: hidden;
	float: right;
	background: url(https://www.daedeok.go.kr/images/dpt_2016/close01.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
}
#mov {
	border: #c8c8c8 1px solid;
	border-radius: 6px;
	width: auto;
	height: 100%;
	max-width: 535px;
	min-height: 401px;
	box-sizing: border-box;
	text-indent: -999px;
}
#playbtn {
	margin: 15px 0;
}
#playbtn li {
	float: left;	
}
#playbtn li a {
	width: 70px;
	height: 50px;	
	margin-right: 5px;
	border: 1px solid #c8c8c8;
	box-sizing: border-box;
	border-radius: 6px;
	display: inline-block;
	text-indent: -999px;
}
#playbtn li a#before {
	background: url(https://www.daedeok.go.kr/images/dpt_2016/btn_player.png) no-repeat 24px -43px;
}
#playbtn li a#play {
	background: url(https://www.daedeok.go.kr/images/dpt_2016/btn_player.png) no-repeat -50px -43px;
}
#playbtn li a#pause {
	background: url(https://www.daedeok.go.kr/images/dpt_2016/btn_player.png) no-repeat -50px -93px;	
	display: none;
}
#playbtn li a#stop {
	background: url(https://www.daedeok.go.kr/images/dpt_2016/btn_player.png) no-repeat -124px -43px;
}
#playbtn li a#next {
	background: url(https://www.daedeok.go.kr/images/dpt_2016/btn_player.png) no-repeat -198px -43px;
}
#playbtn li a#regist_mov {
	width: 112px;
	text-indent: 0;
	border: none;
	background: #535f66;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 14px 0 0 0;
}
#playbtn li a#regist_report {
	width: 118px;
	text-indent: 0;
	margin-right: 0;
	border: none;
	background: #8d8d8d;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 14px 0 0 0;
}
#info {
	clear: both;
	margin-top: 10px;
	padding: 15px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
#info h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #000;
	margin-bottom: 10px;
}
#info p {text-align: justify;}
.btn {text-align: center;}
.btn a {
    border-radius: 6px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px 10px 20px;
    line-height: 18px;
}
a.dep_gray {	
	background: #535f66;
}
a.gray {	
	background: #8d8d8d;
}
a:hover.gray {	
	background: #535f66;
}
fieldset {
	width: auto;
	margin: 0;
	padding: 0;
}
button, input, select, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: baseline;
*vertical-align:middle;
}
input, textarea, select, button {
	font-size: 15px;
	font-family: "돋움";
	vertical-align: baseline;
	vertical-align: middle;
}
textarea {
	overflow: auto;
	border: 1px solid #CCCCCC;
	vertical-align: top;
	-webkit-appearance: none;
	border-radius: 0;
	resize: none;
	padding: 4px;
}
textarea[name="report"] {
	width: 100%;
	padding: 6px;
	margin: 0;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}

.imgLang {
    display: none;
    right:0;
    top: 30px;
   width:auto;
    height:auto;
    position: absolute;
    z-index: 10001;
}
textarea[name="errDc"] {
	width: 98%;
	margin-bottom: 20px;
}
@media (max-width: 1000px) {
.imgLang {
    left: 630px;
}
}
@media all and (min-width:1px) and (max-width:767px) {
.imgLang {
    left: 0;
    top:30px;
    text-align: right;
}
}