  .header {
	
}

.header .head-top {
	
}
.header .logo-wrap {
	width: 16.6%;
	float: left;
}
.header .head-rbar {
	position: relative;
	width: 83.4%;
	height: 110px;
	background-color: #1E64C8;
	color: #fff;
	float: left;
}
.header .logo-wrap img {
	/* max-width: 114px; */
	width: 155px;
	height: 85px;
	margin-top: 20px;
}


.header .daretothink {
	position: absolute;
	font-family: PannoTextLight;
	top: 50%;
	left: 35px;
	font-size: 24px;
	line-height: 0;
}
.header .top-link {
	position: absolute;
	top: 20px;
	right: 20px;
}

.header .head-rbar .unisearch {
	position: absolute;
	right: 18px;
	bottom: 20px;
}
.header .top-btns {
	display: none;
}
.header .top-link a {
	display: inline-block;
	vertical-align: middle;
	font-family: PannoTextLight;
	font-weight: light;
	margin-left: 10px;
}


.header .head-rbar .unisearch .searchwrap {
	width: 222px;
}
.header .head-rbar .unisearch .searchwrap input {
	padding: 0;
	text-align: center;
	border: 1px #ccc solid;
	float: left;
}
.header .head-rbar .unisearch .searchwrap input[type=text] {
	border-right: 0;
	width: 167px;
	font-size: 15px;
	height: 26px;
}
.header .head-rbar .unisearch .searchwrap input[type=text]:focus,
.header .head-rbar .unisearch .searchwrap input[type=text]:active {
	outline: none;
}

.header .head-rbar .unisearch .searchwrap input[type=submit] {
	border-left: 0;
	width: 53px;
	font-family: "PannoTextMedium";
	font-size: 17px;
	font-weight: 400;
	height: 28px;
	background-color: #e9f0fa;
	color: #1E64C8;
	padding: 0;
}
.header .head-rbar .unisearch .searchwrap input[type=submit]:hover {
	background-color: #1e64c8;
	color: #fff;
}

.searchbar {
	display: none;
}


.menuwrap .li-sub,
.menuwrap .li-sub2 {
	font-family: PannoTextLight, SeoulNamsanNormal;
}

.menuitem-main.prepare,
.menuwrap .li-sub.prepare,
.menuwrap .li-sub2.prepare {
	opacity: .7;
}

.li-main img {
	margin-left: 4px;
	width: 14px;
	height: 14px;
	
}

@media (min-width: 768px) {
	.to-eng {
		display: none;
	}
	.head-menu {

	}
	.head-menu .menuwrap {
		margin-left: 16.66%;
		margin-top: 10px;
	}


	.ul-menu-main {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.ul-menu-main .li-main {
		position: relative;
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
		color: #1E64C8;
	}

	.menuitem-main {
		position: relative;
		font-size: 20px;
		font-family: PannoTextMedium;
		cursor: default;
		display: inline-block;
		vertical-align: top;
		z-index: 1;
	}
	.menuitem-main span:hover {
		border-bottom: 2px #1E64C8 solid;
	}
	a.menuitem-main {
		cursor: pointer;
	}
	a.menuitem-main:visit {
		color: inherit;
	}
	.menuitem-main i {
		display: inline-block;
		vertical-align: top;
		width: 13px;
		height: 7px;
		background: url(/html/widgets/theme/ghent/header/img/btn-menu-down-blue.png) no-repeat;
		margin: 4px 0 0 3px;
	}


	.ul-menu-main .subwrap {
		position: absolute;
		left: 0;
		top: 17px;
		min-width: 120px;
		background-color: #fff;
		border: 1px #ccc solid;
		color: #202020;
		box-shadow: 2px 2px 20px rgba(0,0,0,.1);
		display: none;
		z-index: 900;
	}
	.li-main:last-child .subwrap {
		left: unset;
		right: 0;
	}


	.ul-menu-sub {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.ul-menu-sub .li-sub {
		border-top: 1px #ccc solid;
		white-space: nowrap;
	}
	.ul-menu-sub .li-sub:first-child {
		border-top: 0;
	}
	.ul-menu-sub li a {
		display: block;
		padding: 8px 15px;
		font-size: 16px;
		font-weight: 400;
	}
	.ul-menu-sub li a:hover {
		background-color: #e9f0fa;
	}
	
	.ul-menu-sub2 {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.li-sub2 {
		font-size: 13px;
		padding-left: 20px;
		white-space: nowrap;
	}
	

}





@media (max-width: 1099px) {
	.menuitem-main {
		font-size: 16px;
	}
}


@media (max-width: 1023px) {
	.menuitem-main {
		font-size: 14px;
	}
	.ul-menu-main .li-main {
		margin-right: 10px;
	}
}


@media (max-width: 767px) {
	
	.header .logo-wrap {
		width: 110px;
		margin-top: 25px;
	}
	.header .head-rbar {
		width: calc(100% - 110px);
	}

	
	.header .head-rbar .unisearch {
		display: none;
	}
	
	.header .top-link {
		display: none;
	}
	.header .top-btns {
		position: absolute;
		top: 20px;
		right: 20px;
		font-size: 11px;
		display: block;
	}
	.top-btns .btn-toggle-search,
	.top-btns .btn-m-menu {
		display: inline-block;
		vertical-align: bottom;
		width: 32px;
		text-align: center;
		cursor: pointer;
		margin-left: 4px;
	}
	.top-btns .btn-m-menu .ico-menu {
		margin: 0 auto;
		width: 20px;
	}
	.top-btns .btn-m-menu .ico-menu .ico-menu-bar {
		height: 2px;
		background-color: #fff;
		margin-bottom: 3px;
	}
	.top-btns .btn-toggle-search img {
		width: 16px;
		height: auto;
	}
	
	
	.searchbar {
		display: none;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.searchbar .searchwrap {
		
	}
	
	.searchbar .searchwrap input {
		padding: 0;
		text-align: center;
		border: 1px #d7d7d7 solid;
		float: left;
	}
	.searchbar .searchwrap input[type=text] {
		border-right: 0;
		width: calc(100% - 55px);
		font-size: 15px;
		height: 26px;
	}
	.searchbar .searchwrap input[type=text]:focus,
	.searchbar .searchwrap input[type=text]:active {
		outline: none;
	}

	.searchbar .searchwrap input[type=submit] {
		border-left: 0;
		width: 53px;
		font-family: "PannoTextMedium";
		font-size: 17px;
		font-weight: 400;
		height: 28px;
		background-color: #e9f0fa;
		color: #1E64C8;
		padding: 0;
	}
	.searchbar .searchwrap input[type=submit]:hover {
		background-color: #1e64c8;
		color: #fff;
	}

	.header .logo-wrap img {
		margin-top: 10px;
		width: 100px;
	}
	.head-menu {
		margin-top: -3px;
		background-color: #1E64C8;
		color: #fff;
		display: none;
	}
	
	.to-eng {
		padding: 15px;
	}
	
	.menuwrap ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.menuwrap .li-main {
		border-top: 1px #fff solid;
		font-family: "PannoTextMedium", "SeoulNamsanNormal";
	}
	.menuwrap .li-main:first-child {
		border-top: 0;
	}
	.menuitem-main {
		position: relative;
		font-size: 17px;
		padding: 4px 15px;
		cursor: pointer;
	}
	.menuitem-main i {
		position: absolute;
		top: 9px;
		right: 15px;
		width: 13px;
		height: 7px;
		background: url(/html/widgets/theme/ghent/header/img/btn-menu-down-white.png) no-repeat;
	}
	
	
	
	.menuwrap .subwrap {
		display: none;
	}
	
	.ul-menu-sub .li-sub {
		font-family: "PannoTextMedium", "SeoulNamsanNormal";
		font-size: 12px;
		border-top: 1px #d7d7d7 solid;
		line-height: 100%;
	}
	.ul-menu-sub .li-sub2 {
		font-family: "PannoTextMedium", "SeoulNamsanNormal";
		font-size: 12px;
		line-height: 100%;
		padding-left: 20px;
	}
	
	.ul-menu-sub li a {
		display: block;
		padding: 9px 30px;
	}
	.ul-menu-sub li a:hover {
		background-color: #e9f0fa;
		color: #1E64C8;
	}
	
	
}


@media (max-width: 400px) {
	.header .daretothink {
		top: 70%;
	}
}