@charset "UTF-8";
/* CSS Document */

body{font:normal 11pt "NanumBarunGothic",'나눔고딕웹',NanumGothicWeb, '돋움',Dotum,sans-serif; color:#333; background-color:#4b515d;}
a {text-decoration:none; color:#333;}
.button { cursor: pointer; }

.popup_box { 
	width:860px; 
	height: 553px;
	background:#4b515d; 
	background:-ms-linear-gradient(top, #4b515d 30%, #252830 100%); /* IE10+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b515d', endColorstr='#252830', gradientType=0); /* IE6~9 */
	background:-moz-linear-gradient(top, #4b515d 30%, #252830 100%);/* 파이어폭스 */
	background:-o-linear-gradient(top, #4b515d 30%, #252830 100%);/* 오페라 */
	background:-webkit-linear-gradient(top, #4b515d 30%, #252830 100%);/* 크롬, 사파리 */
	background:-webkit-gradient(linear,left top,left bottom, color-stop(30%, #4b515d),color-stop(100%, #252830));/* 크롬,사파리(구번전) */
	background:linear-gradient(top, #4b515d 30%, #252830 100%); /* W3C */
	padding:20px 20px;
}
.popup_logo {
	margin-bottom:20px;
}
.ji_logo { 
	height:49px; 
	background:#fff; 
	width:170px; 
	float: left;
}
.times_logo {
	float: right;
}
.popup_video {
	width:553px;
	border:2px solid #000;
	float: left;
}
.popup_video_header {
	padding:10px;
	color:#fff;
	font-weight:bold;
	border-bottom:2px solid #000;
	background:#4b515d; 
	background:-ms-linear-gradient(top, #313038 30%, #3c3d42 100%); /* IE10+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#313038', endColorstr='#3c3d42', gradientType=0); /* IE6~9 */
	background:-moz-linear-gradient(top, #313038 30%, #3c3d42 100%);/* 파이어폭스 */
	background:-o-linear-gradient(top, #313038 30%, #3c3d42 100%);/* 오페라 */
	background:-webkit-linear-gradient(top, #313038 30%, #3c3d42 100%);/* 크롬, 사파리 */
	background:-webkit-gradient(linear,left top,left bottom, color-stop(30%, #313038),color-stop(100%,#3c3d42));/* 크롬,사파리(구번전) */
	background:linear-gradient(top, #313038 30%, #3c3d42 100%); /* W3C */
}
.popup_video_header span{
	color:#00ffee;
}
.popup_video_section {
	height:433px;
}
.popup_video_section video,.popup_video_section embed {
	width:553px;
	height:433px;
	background:#000;
	margin-bottom:0px;	
}
.popup_text {
	width:294px;
	border:1px solid #000;
	float: right;
	height::383px;
}

.popup_audio {
	width:274px;
	height: 40px;
	float: left;
	padding-left: 7px;
}

.popup_audio audio {
	width: 294px;
	height: 50px;
}

/* 탭메뉴 css */
ul { 
	padding: 0;
}
div.container {
	margin: auto; 
	width: 90%; 
	margin-bottom: 10px;
}
ul.tabNavigation {
	list-style: none; 
	margin: 0; 
	padding: 0; 
	width:100%;
}
ul.tabNavigation li {
	display: inline; 
	font-weight:bold;
}
ul.tabNavigation li a {
	padding: 10px 0px;
	background:#6d6d6d; 
	background:-ms-linear-gradient(top, #7d7d7d 30%, #6d6d6d 100%); /* IE10+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7d7d', endColorstr='#6d6d6d', gradientType=0); /* IE6~9 */
	background:-moz-linear-gradient(top, #7d7d7d 30%, #6d6d6d 100%);/* 파이어폭스 */
	background:-o-linear-gradient(top, #7d7d7d 30%, #6d6d6d 100%);/* 오페라 */
	background:-webkit-linear-gradient(top, #7d7d7d 30%, #6d6d6d 100%);/* 크롬, 사파리 */
	background:-webkit-gradient(linear,left top,left bottom, color-stop(30%, #7d7d7d),color-stop(100%,#6d6d6d));/* 크롬,사파리(구번전) */
	background:linear-gradient(top, #7d7d7d 30%, #6d6d6d 100%); /* W3C */
	color:#ffffff;
	border:1px solid #000;
	border-bottom:0px;
	text-decoration: none;
	display:block;
	width:145px;float: left;
	text-align:center;
}
ul.tabNavigation li a.selected,	ul.tabNavigation li a:hover {
	background:-ms-linear-gradient(top, #313038 30%, #3c3d42 100%); /* IE10+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#313038', endColorstr='#3c3d42', gradientType=0); /* IE6~9 */
	background:-moz-linear-gradient(top, #313038 30%, #3c3d42 100%);/* 파이어폭스 */
	background:-o-linear-gradient(top, #313038 30%, #3c3d42 100%);/* 오페라 */
	background:-webkit-linear-gradient(top, #313038 30%, #3c3d42 100%);/* 크롬, 사파리 */
	background:-webkit-gradient(linear,left top,left bottom, color-stop(30%, #313038),color-stop(100%,#3c3d42));/* 크롬,사파리(구번전) */
	background:linear-gradient(top, #313038 30%, #3c3d42 100%); /* W3C */
	color:#00ffee;
	width:145px;
	border:1px solid #000;
	border-bottom:0px;
}		
ul.tabNavigation li a:focus {
	outline: 0;
}
div.tabs div {
	padding: 0px; 
	border-top: 2px solid #000;
}		
div.tabs div h2 {	
	margin-top: 0;
}
#news_story,#news_translate { 
	padding:5px; 
	color:#fff;
	font-size:11pt;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	background:#484e5a;
	height:373px;
	overflow-y: auto;
	scrollbar-highlight-color:#6c6c76; /* IE */
	scrollbar-3dlight-color:#6c6c76; /* IE */
	scrollbar-face-color:#34343e; /* IE */
	scrollbar-shadow-color:#34343e; /* IE */
	scrollbar-arrow-color:#34343e; /* IE */
}
/* Let's get this party started */
::-webkit-scrollbar,::-webkit-scrollbar-button {
    width: 16px;
    background:#6c6c76;
}
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #34343e; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #6c6c76; 
}