body{
	align-items: flex-end;
}

body > header {
   /*  z-index: 990000;
    position: relative;
    position: absolute;
    width: 100%;
	top: 0; */
}

body > header > div {
    z-index: 1;
    display: flex;
    position: relative;
    height: 70px;
    background: #1a1b1f;
    box-shadow: 0px 0px 5px 0px #00000073;
    align-items: stretch;
    justify-content: space-between;
}

body > header > div > div {
    display: flex;
    min-width: 123px;
    align-items: center;
}

body > header > div > div > div.kr-logo {
    display: flex;
    min-width: 194px;
    padding: 0px 15px;
    align-items: center;
    cursor: pointer;
}

body > header > div > div > div.kr-logo > img {
    max-width: 191px;
    max-height: 70px;
}

body > header > div > div > div.kr-logo {
    display: flex;
    min-width: 194px;
    padding: 0px 15px;
    align-items: center;
    cursor: pointer;
}

body > form{
	margin-right: 10%;
	margin-top: 5%;
	    display: flex;
    /* width: 800px; */
    height: 466px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 10px 50px 0px #00000014;
    align-items: stretch;
}

.kr-menu > ul {
    display: flex;
}

.kr-menu > ul > li {
    padding: 10px 10px 8px 10px;
    color: #3f4858;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
}

.kr-menu > ul > li > a{
	color: #fff;
	text-decoration: none;
}

.banner, .section-four{
	background: #18191b;
}

.banner > div{
	display: flex;
    align-items: stretch;
    justify-content: space-between;
	width: 100%;
}

.banner > div > div{
	display: flex;
    align-items: center;
}

.banner > div > div > div.banner-logo{
	display: flex;
    min-width: 194px;
    padding: 0px 15px;
    align-items: center;
    cursor: pointer;
}

.banner > div > div > div.banner-txt > h2{
	color: #fff;
	font-size: 35px;
	margin-bottom: 0;
}

.banner > div > div > div.banner-txt > h1{
	color: #c3af59;
	font-size: 40px;
	text-align: center;
	margin-top: 0;
}

.section-two{
	background: #fff;
	height: auto;
}

.section-two > div > div{
	background: transparent;
	height: auto;
	width: 50%;
}

.section-three{
	background: #f7f7f7;
	height: auto;
}

.section-three > div > div{
	background: transparent;
	height: auto;
	width: 33%;
}

.section-two > div{
	width: 70%;
	margin: 0 auto;
}

.btn-site{
	float: left;
    margin: 0 5px;
	background: #c9b66a;
}

.section-four{
	height: auto;
	padding: 30px 30px;
}

.section-four .section-content{
	min-height: 250px;
	margin: 0 25px;
	color: #fff;
}

.section-four .section-content > ul > li > a{
	color: #afafaf;
	text-decoration: none;
	font-size: 14px;
}

.section-four > div > div{
	background: transparent;
	height: auto;
	width: 25%;
}

.single-img{
	margin: 10px auto 0;
    padding: 20px 20px 0;
    background: #c9b66a;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}