body {
	font-family: 'Muli';
	color: #222;
	overflow: auto;
}

a {
	color: #c49f51;
}

a:hover {
	color: #a38037;
	text-decoration: none;
}

a.underline {
	border-bottom: 1px solid #222;
}

a:hover.underline {
	border-bottom: none;
}

img {
	max-width: 100%;
	height: auto;
}

.pt__80 {
	padding-top: 80px;
}

.pb__80 {
	padding-bottom: 80px;
}

.bg-grey {
	background-color: #f4f4f4;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	background-color: #c49f51;
	border: 1px solid #c49f51;
	font-size: 14px;
}

.btn-primary:hover {
	background-color: #a38037;
	border: 1px solid #a38037;
}

.btn.focus, 
.btn:focus,
.form-control:focus {
	box-shadow: none;
}

.form-control:focus {
	border: 1px solid #ced4da;
}

.form-control::-webkit-input-placeholder { 
  color: #c7c7c7;
}
.form-control::-moz-placeholder { 
  color: #c7c7c7;
}
.form-control::-ms-input-placeholder { 
  color: #c7c7c7;
}
.form-control::-moz-placeholder { 
  color: #c7c7c7;
}

.form-control {
	font-size: 14px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
	z-index: 100;
	padding: 10px 0;
}

.header .container {
	position: relative;
	width: 100%;
}

.header .navbar {
	padding: 0;
}

.header a {
	color: #222;
}

.header .logo {
	width: 80px;
}

.header .tray-menu {
	font-size: 14px;
	padding-top: 4px;
}

.header .tray-menu .divider {
	margin-left: 10px;
	margin-right: 10px;
	color: #E8EAEB;
}

.header .navbar,
.header .navbar .dropdown-item {
	font-size: 14px;
}

.header .dropdown-item:hover {
	background: transparent;
}

.header .navbar a:hover {
	color: #999;
}

.header .mobile-menu {
	display: none;
}

.header #mobile-navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    z-index: 10;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
    -webkit-transition: -webkit-transform 250ms cubic-bezier(.77, 0, .175, 1);
    transition: -webkit-transform 250ms cubic-bezier(.77, 0, .175, 1);
    transition: transform 250ms cubic-bezier(.77, 0, .175, 1);
    transition: transform 250ms cubic-bezier(.77, 0, .175, 1), -webkit-transform 250ms cubic-bezier(.77, 0, .175, 1)
}

.header #mobile-navigation-toggler {
    right: 20px;
    top: 20px;
    color: #fff;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    background: 0 0;
    border: none;
    outline: 0;
    -webkit-appearance: none
}

.header #mobile-navigation-toggler.active+#mobile-navigation {
    -webkit-transform: none;
    transform: none
}

.header .icon-bar {
    display: block;
    width: 25px;
    height: 1px;
    background: #222;
    -webkit-transition: all 250ms cubic-bezier(.77, 0, .175, 1);
    transition: all 250ms cubic-bezier(.77, 0, .175, 1)
}

.header #mobile-navigation-toggler .mobile-only.active .icon-bar {
    background: #fff!important;
}

.header #mobile-navigation-toggler.active .icon-bar:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg)
}

.header #mobile-navigation-toggler.active .icon-bar:nth-child(2) {
    opacity: 0
}

.header #mobile-navigation-toggler.active .icon-bar:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg)
}

.header #mobile-navigation-toggler.active .icon-bar:nth-child(1),
.header #mobile-navigation-toggler.active .icon-bar:nth-child(3) {
	background: #fff;
}

.header .mobile-nav-wrapper .intro {
	margin: 15px 0 30px 0;
	color: #ccc;
	font-size: 14px;
}

.header .mobile-nav-wrapper ul {
	text-align: center;
	height: 80vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	list-style: none;
	position: relative;
	padding: 0;
}

.header .mobile-nav-wrapper ul li {
	margin-bottom: 8px;
}

.header .mobile-nav-wrapper ul li a {
	color: #fff;
}

.hero-banner {
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/*.hero-banner .hcontainer {
	display: table;
	margin: 0 auto
}

.hero-banner .hcontainer-inner {
	display: table-cell;
	padding-left: 15px;
	padding-right: 15px;
}*/

.hero-banner .box {
	max-width: 460px;
	background-color: rgb(255,255,255,0.5);
	margin: 0 auto;
	padding: 20px 30px;
	border-radius: 6px;
	box-shadow: 0 0 8px rgba(0,0,0,.15);
}

.hero-banner .sign-in {
	margin-left: auto;
	margin-right: 40px;
	margin-top: 100px;
	max-width: 380px;
	background-color: rgb(255,255,255,0.85);
	padding: 30px 30px;
	border-radius: 6px;
	box-shadow: 0 0 8px rgba(0,0,0,.15);
}

.box.login .form-control {
	display: inline-block;
	vertical-align:top;
	width: auto;
	height: auto;
	border-radius: 0;
	padding: 9px 10px 9px 10px
	height: 36px;
	border-right: 0;
}

.box.login button {
	display: inline-block;
	vertical-align:top;
	height: auto;
	border-radius: 0;
}

.footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	text-align: center;
	padding: 10px 0;
	font-size: 12px;
}

.footer-fw {
	width: 100%;
	background-color: #fff;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
}

.no-hero.main {
	margin-top: 47px;
}

.banner {
	width: 100%;
	height: 550px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.page-box {
	background-color: #fff;
	padding: 80px;
	margin: 0 auto;
	border-radius: 6px;
}

.certificate {
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 20px;
}

.certificate.expose {
	padding-top: 0;
}

.certificate h1 {
  font-size: 50px;
}

.certificate .special-box {
  background-color: #f4f4f4;
  padding: 40px;
  margin: 40px 0;
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 100000;
	overflow: hidden;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 100;
	display: none;
}

.cnt223 a {
	text-decoration: none;
}

.chop {
	max-width: 740px;
	margin: 0 auto;
}

.popup {
	width: 100%;
	margin: 0 auto;
	display: none;
	position: fixed;
	z-index: 101;
	padding-left: 15px;
	padding-right: 15px;
}

.cnt223 {
	max-width: 480px;
	min-height: 150px;
	margin: 100px auto;
	background: #f3f3f3;
	position: relative;
	z-index: 103;
	padding: 50px 30px;
	border-radius: 5px;
	box-shadow: 0 2px 5px #000;
}

.cnt223 p {
	clear: both;
	color: #555555;
	/* text-align: justify; */
	font-size: 20px;
	font-family: sans-serif;
}

.cnt223 .bordered {
	border: 1px solid #c7c7c7;
	padding: 20px;
	margin: 20px 0;
}

.cnt223 p a {
	color: #d91900;
	font-weight: bold;
}

.cnt223 .x {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 35px;
	width: 34px;
}

.cnt223 .x:hover {
	cursor: pointer;
}

.cnt223 .x.btn-close {
	position: relative;
	top: auto;
	right: auto;
	float: none;
	opacity: 1;
}

.green {
  	color: #06b517;
}

.red {
	color: #ff0000;
}

.korea-text {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	font-size: 24px;
}

.forgot-password {
	float: right;
}

.enquiry textarea.form-control {
	height: 120px!important;
	min-height: 120px!important;
}

@media all and (min-width: 992px) {
	.header #mobile-navigation-toggler {
		display: none;
	}
}

@media all and (max-width: 991px) {
	.page-box {
		padding: 50px 40px;
	}

	.certificate h1 {
		font-size: 40px;
	}

	.header .mobile-menu {
		display: block;
	}

}

@media all and (max-width: 768px) {
	.hero-banner .sign-in {
		margin-right: 0;
	}

	.certificate h1 {
		font-size: 30px;
	}

	.header .tray-menu {
		display: none;
	}

	.header .mobile-menu {
		display: block;
	}
}

@media all and (max-width: 568px) {
	.hero-banner .box {
		padding: 25px 20px;
	}

	.lead {
		font-size: 18px;
	}

	.hero-banner .sign-in {
		max-width: 600px;
		margin-top: 70px;
		padding: 25px 20px;
	}

	.page-box {
		padding: 40px 20px
	}

	.korea-text {
		font-size: 16px;
	}

	.pt__80 {
		padding-top: 40px;
	}

	.pb__80 {
		padding-bottom: 40px;
	}

	.banner {
		height: 400px;
	}

	.container.pic-only {
		padding-left: 0;
		padding-right: 0;
	}

	.hero-banner .box {
		margin-top: 100px;
	}
}

@media all and (max-width: 380px) {
	.box.login .form-control {
		display: block;
		border-right: 1px solid #ced4da;
		width: 100%;
	}

	.box.login button {
		display: block;
		width: 100%;
	}
}




