section,td,div,tr,label,span,h1,h2,h3,h4,h5,h6,a{
    font-size: 12px!important;
}

header{
	background-image: url("/images/first/header-bg.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	margin-top: -20px;
	padding: 20px 0;
}
body.modal-open{
	overflow-y: hidden!important;
	padding-right: 17px!important;
}
header{
	min-height: 115px;
}	
header .container{
	position: relative;
	padding-top: 10px;
}

.firstMark{
	position: absolute;
	left: -200px;
	z-index:99;
	top:-7px;
	width: max-content;
	width: -moz-max-content;
}
.firstMark span{
	margin: 2px 20px!important;
	text-align: right;
	color: white;
	display: block;
}
.firstMark span:last-child{
	font-family: Arial, "WKGOTHIC", "WKCHONGBONG", "Gulim", "Dotum" !important;
}
.firstMark div{
	/* display: ruby;
	display: -webkit-box; */
	display: flex;
	margin-bottom: 0px;	
}
.firstMark div img{
	margin:0 15px;
	height: 45px;
}


.rightMenu{
	position: absolute;
	right: 0;
	display: flex;
}

.langSub span.dropbtn {
	cursor: pointer;
}
.langSub span.dropbtn i {
	margin:0 4px;
	color: white;
}
.langSub span.dropbtn i.fa-angle-down {
	color:white;
	margin:0 24px 0 4px;
}

.drop {
	position: relative;
	padding-bottom: 10px;
}
.drop .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: 1000;
	right: 20px;
	top:25px;
	width: max-content;
	width: -moz-max-content;
}

.drop .content a {
	color: black;
	padding: 12px 10px;
	text-decoration: none;
	display: block;
	font-size: 12px!important;
	font-family: Arial, "WKGOTHIC", "WKCHONGBONG", "Gulim", "Dotum" !important;
}

.drop .content a:hover {
	background-color: #ccc;
	border-bottom: #3598dc solid 5px;
}

.drop:hover .content {
	display: block;
}

.sideSub {
	display: none;
	cursor: pointer;
	padding: 0 10px 10px;
}
.sideSub .content {
	right: 0;
}
.pageSub {
	display: none;
	cursor: pointer;
	padding: 0 10px 10px;
}
.pageSub .content {
	right: 0;
}


ul.menubar {
	margin-top: 30px;
	margin-bottom: 2px;
	list-style: none;
	text-align: center;
	font-size: 14px;
}

ul.menubar li {
	display: inline-block;
	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:first-child {
	background-image:none!important;
}

ul.menubar li a {
	color: black;
	font-weight: bold;
}
ul.menubar li a.page-active {
	color: #a75c5c;
}

.searchbox{
	float:right;
	margin-bottom: 0;
}
.searchbox input {
    width: 250px;
    background-image: url(/assets/img/search.png);
    background-position: 98%;
	background-repeat: no-repeat;
	border-radius: 10px!important;
    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", "WKCHONGBONG", "Gulim", "Dotum" !important;
}
.searchbox input:focus {
	outline:0;
}
.site-comma {
	text-align: center;
	margin: 40px 0 0 0;
	background: linear-gradient(to right,transparent,rgba(255,255,255,0.7),transparent);
	padding: 3px 0;
}
.site-comma span {
	border-right:1px solid black;
	padding: 0 5px;
	font-size: 10px!important;
	line-height: 16px;
}
.site-comma span:nth-child(1) {
	border-left:1px solid black;
	
}

footer {
	background-color: #35393c;
    padding: 10px;
    color: #898989;
}

footer div{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
footer div span{
	margin: 7px;
	display: flex;
}
footer div span i{
	font-size: 20px!important;
	margin: 0 10px;
}
footer div span i.icon-call-end{
	transform: rotateX(180deg);
	height: 15px;
}
footer .socicons i:hover {
	color: #fa8a8c;
	cursor: pointer;
}
footer .socicons i {
	color: #898989;
}

#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%!important;
	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 (max-width: 1600px) {
	.firstMark{
		left: -10%;
	}
}
@media (max-width: 1400px) {
	.firstMark{
		left: -5%;
	}
}
@media (max-width: 1350px) {
	ul.menubar {
		margin-top: 70px;
	}
	.firstMark{
		left:1%;
	}
}
@media (max-width: 840px) {
	ul.menubar {
		margin-top: 110px;
	}
	.firstMark{
		top:30px;
		left: 50%;
		transform: translateX(-50%);
	}
	.rightMenu {
		top: -5px;
	}
}
@media (max-width: 767px) { 
	header .pageSub {
		display: block;
	}
	header .pageSub a.page-active{
		color: red;
	}
	header ul.menubar{
		display: none;
	}
	header .searchbox {
		margin-top: 130px;
		float: initial;
	}
	header .site-comma{
		margin-top: 10px;
	}
}



