.header {
	padding-bottom: 2px;
	border-bottom: 1px solid #004f9a;
	background-color: white;
}

.header-logo {
	padding: 0px;
	/*background-color: #409aef;*/
}
a.logo-link {
	display: block; 
	text-align: right; 
}
.language-bar {
	margin: 0 5px;
	text-align: right; 
	display: none;
}

.language-bar a {
	color: lightgray;
	text-decoration: none;
	font-family: KP CheonRiMaChe, WKLGothic, PRK P Gothic, Gulim, Dotum;
}
.language-bar a:hover {
	text-decoration: none;
}
.language-bar a.active {
	color: #fff; 
	font-weight: bold;
	cursor: default; 
}

.language-bar span {
	color: #FFFFFF;
	padding: 0 7px;
}

.navbar { 
	margin-bottom: 0; 
}

.header-logo .navbar-toggle {
	padding: 0px;
	margin: 38px 0px 0px 0px;
	background-color: white;
	border-radius: 0px;
}

.header-logo .navbar-brand {
	height: initial;
	padding: 8px 15px;
}

.navbar .header-links.navbar-collapse {
    border-bottom: 2px solid #004f9a;
    position: absolute;
    top: 49px;
    width: 100%;
}

.header .navbar .navbar {
	margin-bottom: 0;
	border: none;
}

.header-links .link {
	display: inline-block;
	margin-left: 1px;
	padding: 2px 10px;
	font-size: 12px;
	line-height: 17px;
	/*color: white;*/
	color: #09539C;
	text-decoration: none;
	font-weight: bold;
	/*background-color: #004f9a;*/
}
.header-links .link.active {
	color: #1b6ab5;
	background-color: white; 
	font-weight: 500;
	cursor: default; 
}
.header-links .right-links {
    float: right;
    display: inline-block;
}

@media (max-width: 991px) {
	.header-logo {
		margin-bottom: 0;
	}
}	

@media (max-width :767px) {
	.language-bar {
		margin: 5px;
		text-align: center;
	}
	.language-bar a {
	    font-size: 13px;
	}
	.language-bar span {
	    padding: 0px;
	}
	.header-logo {
		margin-bottom: 0;
		padding-left: 0;
	}
	a.logo-link {
		text-align: center; 
	}
	.navbar .header-links.navbar-collapse {
	    position: static;
	    width: 100%;
	    border: none; 
	}
}


.main-container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
}
.main-container .content {
	position: relative;
	display:inline-block;
}
.main-container video {
	border-radius: 10px;
}
.main-container img {
	display: none;
}
.main-container img.active {
	display: block;
}
.main-container img, .main-container video {
	width: auto;
	max-width: 100%;
	height: auto;
	/*box-shadow: 0 0 10px rgba(0,0,0,0.6);
	border-radius: 3px;*/
}
.special .main-container img {
	/*border: 2px solid #ae0101;
	box-shadow: 0 0 0px #ae0101;*/
}
.title {
	text-align: center;
	padding:25px 35px 10px 35px;
	color: #d7d7d7;
}
.special .title {color:#DD0000;}
.title {font-size: 18px;}
.title .sub {font-size: 0.95em;}
.carousel-indicators .button {cursor:pointer;color:#d7d7d7;}
.special .carousel-indicators .button {color:#DD0000;}
.control-button .button {position: absolute;}
.control-button .button i {color: #fafafa;}
.special .control-button .button i {color: #DD0000;}
div.button.gallery-control {font-size: 20px;cursor: pointer;border: 1px solid #fafafa;border-radius: 50%;}
div.button.gallery-control:hover {border-color:#fafafa !important;}
.control-button .button-close {
	right: 10px;
	top: 5px;
	font-size:23px;
}
.button-newsview {
	color: #d7d7d7;
	font-size: 0.8em;
	cursor: pointer;
	margin-left: 15px;
}
.control-button .button-next {
	right: 15px;
	margin: auto;
	bottom:0;
	padding: 7px 0px 0px 3px;
	top: 0;
	width: 35px;
	height:35px;
}
.control-button .gallery-control:hover {color:#333;border-color:#333;}
.control-button .button-previous {
	left: 15px;
	margin: auto;
	bottom:0;
	padding-top: 7px;
	top: 0;
	width: 35px;
	height:35px;
}
/***************** CAROUSEL *********************/
.carousel-indicators {
	position: inherit;
	padding: 15px 70px 15px 70px;
	width: 100%;
	margin-left: 0; 
	margin-bottom: 0; 
	left: 0;
	bottom: 0;
}
.carousel-indicators li {
	border-color: #d7d7d7;
	margin:-2px !important;
	width:10px !important;
	height:10px !important;
}
.carousel-indicators span {font-size: 18px;color:#d7d7d7;}
.special .carousel-indicators span {color:#DD0000;}
.carousel-indicators span.button-next {padding-left: 40px; padding-right: 20px}
.carousel-indicators span.button-previous {padding-right: 40px; padding-left: 20px;}
.carousel-indicators .active {background-color: #d7d7d7;}
.carousel-caption {
	height: 30px; 
	color: #333;
	position: inherit;
	right: 0;
	left: 0; 
	padding: 0; 
	bottom: 0;
	text-shadow: none;
}
.carousel-caption span {
	display: none; 
}
.gallery a, .video a {
	text-decoration: none;
}
body {overflow:hidden;}
body {background-color:#2C2B2B;}
body.special {background-color:#FDD0CF;}
.spacebar {
	height: 15px;
}
.gallery-control.hidden {display:none;}
/***************** VIDEO *********************/
.item img {width: 320px; text-align: center;margin:auto; }
@media screen and (max-width: 700px) {
	.header-links {padding: 0px;}
	.header-links .container {padding: 1px;}
	.header-links .container .text-right a{width: 100%;border-bottom:1px dotted #A4A2D9; background-color:#6FB7FB;} 
	.header-links .container .text-right a.active{background-color:#409AEF;color:#fff;}
	.title .main {font-size: 0px;display:none;}
	.title .sub {font-size: 0px;}
	.title {padding: 0;}
	.carousel-indicators {padding: 10px 10px 5px 10px !important;}
	.spacebar {height: 5px;}
}