﻿@font-face {
	font-family: "WKGOTHIC";
	src: url('/assets/nnrfonts/KPCHOLIM2.TTC') format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Gulim";
	src: url('/assets/nnrfonts/malgun.ttf') format("truetype");
	font-weight: normal;
	font-style: normal;
}

section,
td,
div,
span,
tr,
label,
h1,
h2,
h3,
h4,
h5,
h6,
a {
	font-family: Arial, "WKGOTHIC", "Gulim", "Dotum" !important;
	text-decoration: none !important;
	font-size: 12px !important;
}

html {
	scroll-behavior: smooth;
}

header {
	background-image: url("/img/bg-1.jpg");
	background-size: cover;
	background-position: center center;
	height: 230px;
	margin-bottom: -36px;
	position: relative;
}

.space1 {
	position: absolute;
	bottom: 0;
	background-color: rgba(200, 200, 200, 0.45);
	height: 35px;
	width: 100%;
}

.fixedMenu {
	position: fixed;
	top: 0;
	margin: 0;
	padding: 0;
	background-color: #002247;

	width: 100%;
	z-index: 1000;
	color: white;
	font-size: 12px !important;
}

.fixedMenu ul {

	padding: 0;
	float: right;
	margin-top: auto;
	margin-bottom: auto;
}

.fixedMenu ul li {
	float: left;
	cursor: pointer;
	list-style-type: none;
	list-style-type: none;
}

.fixedMenu ul li.active,
.fixedMenu ul li:hover {
	background-color: #9f0030;
}

.fixedMenu ul li a {
	color: white;
	text-decoration: none;
	display: inline-block;
	padding: 6px 5px;
}

.shome img {
	margin-top: 4px;
}

.langSub,
.pageSub,
.sideSub {
	display: none;
	float: right;
	margin-right: 17px;
	position: relative;
}

.langSub span,
.pageSub span,
.sideSub span {
	line-height: 2;
	font-size: 15px !important;
	cursor: pointer;
}

.langSub .content {
	display: none;
	opacity: 1 !important;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 80px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	right: 0px;
}

.langSub .content a {
	color: black;
	padding: 12px 10px;
	text-decoration: none;
	display: block;
}

.langSub .content a:hover {
	background-color: #ccc;
	border-bottom: #3598dc solid 5px;
}

.langSub:hover .content {
	display: block;
}

.pageSub .content {
	display: none;
	opacity: 1 !important;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 100px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	right: 0px;
}

.pageSub .content a {
	color: black;
	padding: 12px 10px;
	text-decoration: none;
	display: block;
}

.pageSub .content a:hover {
	background-color: #ccc;
	border-bottom: #3598dc solid 5px;
}

.pageSub:hover .content {
	display: block;
}

.sideSub .content {
	display: none;
	opacity: 1 !important;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 100px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	right: 0px;
}

.sideSub .content a {
	color: black;
	padding: 12px 10px;
	text-decoration: none;
	display: block;
}

.sideSub .content a:hover {
	background-color: #ccc;
	border-bottom: #3598dc solid 5px;
}

.sideSub:hover .content {
	display: block;
}

.logo {
	float: left;
}

.mobile {
	width: 1000px;
	display: block;
	padding-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

.rightPart {
	margin-top: -29px;
}

ul.menubar {
	margin-top: 30px;
	list-style: none;
	text-align: center;
	font-size: 14px;
}

ul.menubar li {
	display: inline-block;
	padding-bottom: 20px;
	padding-left: 27px;
	background-image: url("/img/gnav-separator.png") !important;
	background-repeat: no-repeat;
	background-position: left -9px;
}

ul.menubar li a:hover {
	color: #D62057;
}

ul.menubar li:last-child:after {
	content: "";
}

ul.menubar li a {
	color: black;
	font-weight: bold;
}

.searchbox {
	margin-top: 20px;
}

.searchbox input {
	width: 30%;
	margin-right: -8%;
	background-image: url(/assets/img/search.png);
	background-position: 98%;
	background-repeat: no-repeat;
	padding: 7px 10px;
	font-size: 13px;
	border: 1px solid #3598dc;
	z-index: 10;
	opacity: 0.8;
	line-height: initial;
	font-size: 12px !important;
	font-family: Arial, "WKGOTHIC", "Gulim", "Dotum" !important;
}

/*
.bggrey{
	position: absolute;
	background-color: #ebebeb;
	height: 50px;
	width: 100%;
	opacity: 0.7
}*/

section h5 {
	/* padding: 10px!important; */
	display: block;
	margin-right: 2px solid white;
}

section.section2 {
	margin-top: 5px;
	background-color: #f5c9d6 !important;
	padding: 20px;
	color: #656563;
	font-size: 12px !important;
}

section.proxy {
	margin-top: 5px;
	background-color: #dddddd;
	padding: 10px 10px 0px 10px;
}

.subsites,
.flphsites {
	display: flex !important;
	justify-content: space-between;
	flex-wrap: wrap;
}

.subhompage img {
	margin-right: 7px;
	cursor: pointer;
	transition: all 0.4s;
	width: 220px;
	margin-bottom: 7px;
}

.subhompage img:hover {
	transform: scale(1.4);
}

.flphhompage img {
	margin-right: 7px;
	cursor: pointer;
	outline: none;
	transition: all 0.4s;
	width: 220px;
}

.flphhompage img:hover {
	transform: scale(1.4);
}

.navmenu {
	background-color: #536a80;
}

.navmenu ul {
	margin: 0 !important;
	text-align: center;
	color: white;
	padding: 10px;
}

.navmenu a {
	color: white !important;
	font-size: 13px;
}

.contact {
	background-color: #838383;
	padding: 10px;
	padding-top: 25px;
	color: white;
}

.news_contents {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	padding: 8px;
	text-align: justify;
	border-bottom: 1px dashed #ccc;
}

.recent_contents {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	padding: 8px;

}

ul.recent_list {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style-type: none;
	width: 100%;
}

ul.recent_list li {
	background-image: url("/img/001.gif");
	background-repeat: no-repeat;
	background-position: 1px 6px;
	padding-left: 8px;
	border-bottom: 1px dotted grey;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

ul.recent_list li:hover {
	color: #9d4e5f;
	cursor: pointer;
}

span.datec {
	color: #9d6e4e !important;
}


.table>tbody>tr>td {
	border-top: none !important;
}

.subsites,
.flphsites {
	display: inline-block;
	margin-bottom: 6px;
}

.subPrev,
.subNext,
.flphPrev,
.flphNext {
	cursor: pointer;
	height: 30px;
	width: 20px;
	margin-left: -12px;
}

#toTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: 4px solid #494e53;
	outline: none;
	background-color: transparent;
	color: white;
	cursor: pointer;
	border-radius: 50%;
	font-size: 20px;
	padding: 5px 5px;
	color: #494e53;

	animation: mymove 0.5s ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes mymove {
	from {
		bottom: 20px;
	}

	to {
		bottom: 30px;
	}
}

@media screen and (min-width: 631px) and (max-width: 900px) {
	.mobile {
		width: 100%;
	}
}

@media screen and (min-width: 0px) and (max-width: 642px) {
	header ul {
		display: none;
	}

	.searchbox input {
		width: 200px;
		margin-top: 10px;
	}

	header {
		height: 200px;
	}

	.fixedMenu ul {
		display: none;
	}

	.langSub,
	.pageSub,
	.sideSub {
		display: block;
	}

	.login_but {
		display: none;
	}

	.space1 {
		background-color: white;
	}

	.mobile {
		padding-top: 30px;
		text-align: center;
		display: inline-block;
		width: 100%;
	}

	.logo {
		display: block;
		float: none;
		margin: 0 auto;
	}

	.mobile h3 {
		display: none !important;
	}

	.navmenu {
		display: none;
	}
}

.login_but {
	display: block;
}

.music {
	text-indent: 25px;
}

.music p {
	background-image: url('/img/arrow08.gif');
	background-position: 5px 6px;
	border-bottom: none;
	background-repeat: no-repeat;
}



.m_modal {
	display: none;
	position: fixed;
	/* Stay in place */
	z-index: 1000;
	/* Sit on top */
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.9);
	/* Black w/ opacity */
}

/* Modal Content (Image) */
.m_modal-content {
	margin: auto !important;
	display: block !important;
	width: 80% !important;
	max-width: 700px !important;
	top: 50%;
	text-align: center;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#m_caption {
	margin: auto;
	display: block;
	width: 80%;
	top: 50%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

/* Add Animation - Zoom in the Modal */
.m_modal-content,
#m_caption {
	animation-name: m_zoom;
	animation-duration: 0.6s;
}

@keyframes m_zoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}

/* The Close Button */
.m_close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.m_close:hover,
.m_close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
	.m_modal-content {
		width: 100%;
	}
}

.activities h5,
.recently h5 {
	padding: 2px 25px;
	font-size: 12px !important;
	display: inline-block;
	margin-bottom: -10px;
	transition: all 0.6s;
}


.activities h5:hover,
.recently h5:hover {
	background-color: #F1EAEA;
	cursor: pointer;
}

.v_modal {
	display: none;
	position: fixed;
	/* Stay in place */
	z-index: 1000;
	/* Sit on top */
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgba(0, 0, 0, 0.7);
}

/* Modal Content (Image) */
.v_modal-content {
	margin: auto !important;
	display: block !important;
	width: 80% !important;
	max-width: 700px !important;
	top: 50%;
	text-align: center;
}

.v_modal-content video {
	border: 5px solid black;
}

.shadow {
	background: url("/img/shadow2.png") no-repeat;
	background-size: 100%;
	width: 35%;
	height: 60px;
	bottom: -60px;
	margin: 0 auto;
	padding-top: 20px;
	color: white;
	text-align: center;
}

/* Add Animation - Zoom in the Modal */
.shadow {
	animation-name: m_zoom;
	animation-duration: 1s;
}

.v_modal-content {
	animation-name: m_zoom;
	animation-duration: 0.6s;
}

@keyframes m_zoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}

@media (min-width: 992px) {
	.col-md-5 {
		border-left: 1px dashed black;
		height: 45px;
	}
}

.recent_contents .sound {
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	color: #555555;
}

@media (max-width: 767px) {
	.activities .news_contents img {
		display: none;
	}

	.remarks {
		margin-bottom: 18px;
	}

	.remarks:after {
		position: absolute;
		content: '';
		text-align: center;
		bottom: -10px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		width: 95%;
		height: 1px;
		background-color: white;
	}
}


@media (max-width: 993px) {
	.news_contents img {
		float: none !important;
		width: 100% !important;
	}
}

/*///////////////////////*/

.ntArticle p {
	cursor: pointer;
	background-image: url("/img/001.gif");
	background-repeat: no-repeat;
	background-position: 1px 6px;
	padding-left: 8px;
	border-bottom: 1px dashed grey;
	margin-bottom: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ntArticle p:hover {
	color: #9d4e5f;
	cursor: pointer;
}

.notice {
	margin: 5px 0px;
	background-color: #cadce1;
}

.ntContainer {
	padding: 50px 0px;
	margin: 0 auto;
	width: 1200px;
	display: table;
}

.ntArticle {
	width: 400px;
	height: 250px;
	background-color: #e6eaeb;
	padding: 20px;
	float: left;
	overflow: auto;
}

.ntBlock {
	width: 247px;
	height: 250px;
	float: left;
	margin-left: 19px;
	border: 7px #e6eaeb solid;
}

.ntBlock:nth-child(2),
.ntBlock:nth-child(3) {
	border: none;
}

.ntBlock:last-child {
	background-image: url(/assets/img/honey.png)
}

.ntBlock a img {
	width: 233px;
	height: 236px;
}

.rasoneco {
	width: 240px;
	height: 110px;
	background-image: url("/images_k/home/economy-adver-0.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
	border: 7px #e6eaeb solid;
	display: block;
}

.h_report {
	margin: 0 auto;
}

.h_report img {
	border: 7px white solid;
}

.h_report p {
	background-image: none;
	width: 160px;
	margin: 0 auto;
	margin-top: 22px;
	padding: 0 0;
}

.ntBlock div {
	width: 115px;
	height: 130px;
	background-color: red;
	margin-top: 10px;
	background-color: white;
	border: 1px solid grey;
	float: left;
}

.ntBlock div:nth-child(3) {
	margin-left: 10px;
}

.ntBlock div:nth-child(2) table {
	width: 100%;
	height: 100%;
	text-align: center;
}

.ntBlock div:nth-child(3) table {
	width: 100%;
	height: 100%;
	text-align: center;
}

@media (min-width: 1217px) {
	.ntContainer {
		width: 1200px;
	}
}

@media (max-width: 1216px) {
	.ntContainer {
		width: 800px;
	}

	.ntBlock:nth-child(2) {
		margin-left: 49px;
		margin-top: 0px;
	}

	.ntBlock:nth-child(3) {
		margin-top: 10px;
		margin-left: 103px;
	}

	.ntBlock:last-child {
		margin-left: 100px;
		margin-top: 10px;
	}

	.ntContainer {
		padding: 20px;
	}

}

@media (max-width: 963px) {
	.ntContainer {
		width: 550px;
	}

	.ntBlock:last-child {
		margin-left: 0px;
		margin-top: 10px;
	}

	.ntBlock:nth-child(2) {
		margin-left: 0px;
		margin-top: 0px;
	}

	.ntBlock:nth-child(3) {
		margin-left: 0px;
		margin-top: 10px;
	}

	.ntContainer {
		padding: 20px;
	}

	.ntArticle {
		width: 247px;
	}

}

@media screen and (min-width:0px) and (max-width: 643px) {
	.ntContainer {
		width: 300px;
	}

	.ntBlock:last-child {
		margin-left: 0px;
		margin-top: 10px;
	}

	.ntBlock:nth-child(2) {
		margin-left: 0px;
		margin-top: 0px;
	}

	.ntBlock:nth-child(3) {
		margin-left: 0px;
		margin-top: 10px;
	}

	.ntContainer {
		padding: 20px;
	}

	.ntArticle {
		width: 247px;
	}

}

/*///////////////////////*/

/*///////////////////////*/
.multisec {
	background-color: white;
}

.multies {
	padding: 25px 20px 10px 20px;
	display: table;
	margin: 0 auto;
	width: 1200px;
}

.p_block {
	width: 250px;
	height: 210px;
	float: left;
	margin-left: 50px;
	display: table;
}

.p_block .title {
	border-bottom: 3px solid #50d8af;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

.p_block .title a {
	color: black;
	font-weight: bold;
}

.p_block .contents {
	width: 250px;
	height: 140px;
	margin-bottom: 5px;
}

.p_block .contents a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	border: 1px solid #130e0e;
	background-repeat: no-repeat !important;
	margin: 0 0;
}

.p_block p:last-child {
	text-align: center;
}

.p_block .contents p {
	background-image: url('/img/arrow08.gif');
	background-position: 5px 6px;
	border-bottom: none;
	background-repeat: no-repeat;
	padding-left: 25px;
	text-align: left;
	margin-top: 15px;
}

.p_block a {
	color: black;
}

@media (min-width: 0px) {
	.multies {
		width: 250px;
	}

	.p_block {
		margin-left: 0px;
	}
}

@media (min-width: 560px) {
	.multies {
		width: 560px;
	}

	.p_block {
		margin-left: 10px;
	}
}


@media (min-width: 800px) {
	.multies {
		width: 800px;
	}

	.p_block {
		margin-left: 100px;
	}
}

@media (min-width: 1201px) {
	.multies {
		width: 1200px;
	}

	.p_block {
		margin-left: 50px;
	}

	.p_block:first-child {
		margin-left: 0px;
	}
}

.multisec {
	border-bottom: solid 1px #dedada !important;
}

/*///////////////////////*/

/*///////////////////////*/

@media screen and (min-width: 890px) and (max-width: 1021px) {
	.mobile {
		width: 800px;
	}
}

@media screen and (min-width: 643px) and (max-width: 820px) {
	.mobile {
		width: 600px;
	}

	.mobile h3 {
		display: none;
	}

	header {
		height: 210px;
	}
}

.bold_blck {
	cursor: pointer;
	font-size: 12px !important;
	font-weight: bold;
	color: black;
}

.act_theme {
	line-height: 120%;
	margin-left: 20px;
}

.act_theme:hover {
	color: #9d4e5f;
}

.sound .viewArticle:hover {
	color: #9d4e5f !important;
}

/*///////////////////////////////*/
.news_modal {
	position: fixed;
	background-color: rgb(121, 2, 2);
	z-index: 99999;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding-top: 70px;
	display: none;
	overflow-y: auto;
}

.news_content {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.news_content table {
	width: 100%;
	vertical-align: center;
}

.news_content .news_nav {
	margin-top: 15px;
	font-weight: 500;
	color: white;

}

@media (min-width: 768px) {
	.news_content {
		width: 600px;
		height: 200px;
	}
}

@media (min-width: 992px) {
	.news_content {
		width: 900px;
		height: 500px;
	}
}

.mobile h3 {
	font-size: 11px !important;
	text-align: center;
	opacity: 0.7;
}

#video_img_css {
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.vid_length {
	position: absolute;
	color: white;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}


@media (max-width: 600px) {
	.multies .p_block:first-child {
		display: none;
	}
}

footer ul.menubar li {
	padding: 0 0;
}

footer ul.menubar li:after {
	content: "|";
	padding-left: 8px;
}

.books_block .contents {
	height: auto !important;
}

.music_block .contents {
	height: auto !important;
}