@charset "utf-8";
/* CSS Document */

/*------------------
Main Site warp
 ---------------------*/
.main-site-warp {
	height: 100%;
	width: 100%;
	position: relative;
}
.main-site-warp.push-side {
	overflow: hidden;
}
.main-site-warp.push-side .site-menu-warp {
	left: 0;
}
.main-site-warp.push-side .nav-switch {
	opacity: 0;
	visibility: hidden;
}
body.push-side {
	overflow: hidden;
}
body.push-side .nicescroll-rails.nicescroll-rails-hr {
	-webkit-transform: translateX(614px);
	transform: translateX(614px);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.site-menu-warp {
	width: 534px;
	height: 100%;
	background: #ffffff;
	overflow-y: auto;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	position: fixed;
	top: 0;
	left: -540px;
	z-index: 9999;
}
.close-menu {
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 0 0;
	cursor: pointer;
	position: absolute;
	top: 72px;
	left: 88px;
}
.close-menu .close-top {
	width: 100%;
    height: 7px;
    float: left;
    background: #000000;
	transform: rotate(45deg) translate(10px, 10px);
    transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}
.close-menu .close-middle {
	width: 100%;
    height: 7px;
    float: left;
    opacity: 0;
    background: #000000;
}
.close-menu .close-bottom {
	width: 100%;
    height: 7px;
    float: left;
    background: #000000;
	transform: rotate(-45deg) translate(0, 0);
    transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}
.site-menu {
	width: 100%;
	float: left;
	padding: 160px 0 0 100px;
}
.site-menu li a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #000000;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.site-menu li a:hover:after, .site-menu li a.active:after {
	width: 100%;
}
.menu-social {
	width: 100%;
	float: left;
	padding: 50px 0 0 100px;
}
.menu-social a {
	width: auto;
    float: left;
	margin: 0 12.6px 0 0;
}
/* Header section */
.nav-switch {
	width: 42px;
	float: left;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 1;
	cursor: pointer;
	margin: 0 0 0;
	position: absolute;
	top: 72px;
	left: 88px;
	z-index: 999;
}
.nav-switch .nav-menu {
	width: 42px;
	float: left;
	background: #c48f3a;
	border-radius: 50%;
	padding: 15px 12px 15px;
	margin: 0 0 0;
}
.nav-switch .nav-top {
	width: 100%;
    height: 2px;
    float: left;
	object-fit: contain;
    background: #ffffff;
    transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}
.nav-switch .nav-middle {
	width: 100%;
    height: 2px;
    float: left;
	object-fit: contain;
    background: #ffffff;
    transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
	margin: 3px 0 3px;
}
.nav-switch .nav-bottom {
	width: 100%;
    height: 2px;
    float: left;
	object-fit: contain;
    background: #ffffff;
    transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}
.header-social {
	float: right;
}
.header-social a {
	display: inline-block;
	color: #242424;
	font-size: 18px;
	margin-right: 30px;
	padding: 5px;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.nav-switch {
	width: 42px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.close-menu {
	width: 30px;
	margin: 0 0 0;
	top: 20px;
	left: 5%;
}
.site-menu-warp {
	width: 320px;
	text-align: center;
}
.menu-social {
	width:100%;
	padding: 50px 5% 0;
}
.menu-social a {
	width: auto;
	float: none;
	display: inline-block;
	margin: 0 6px 0;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
.nav-switch {
	width: 42px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.close-menu {
	width: 30px;
	margin: 0 0 0;
	top: 20px;
	left: 5%;
}
.site-menu-warp {
	width: 320px;
	text-align: center;
}
.menu-social {
	width:100%;
	padding: 50px 5% 0;
}
.menu-social a {
	width: auto;
	float: none;
	display: inline-block;
	margin: 0 6px 0;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
.nav-switch {
	width: 42px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.close-menu {
	width: 30px;
	margin: 0 0 0;
	top: 20px;
	left: 5%;
}
.site-menu-warp {
	width: 320px;
	text-align: center;
}
.menu-social {
	width:100%;
	padding: 50px 5% 0;
}
.menu-social a {
	width: auto;
	float: none;
	display: inline-block;
	margin: 0 6px 0;
}
}


@media screen and (min-width:768px) and (max-width:900px) {
.nav-switch {
	width: 38px;
	top: 62px;
	left: 3%;
}
.nav-switch .nav-menu {
	width: 38px;
	padding: 13px 12px;
}
.close-menu {
	top: 62px;
	left: 8%;
}
.site-menu {
	padding: 160px 0 0 8%;
}
.menu-social {
	padding: 50px 0 0 8%;
}
.site-menu-warp {
	width: 334px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.nav-switch {
	width: 40px;
	top: 67px;
	left: 3%;
}
.nav-switch .nav-menu {
	width: 40px;
	padding: 14px 12px;
}
.close-menu {
	top: 67px;
	left: 8%;
}
.site-menu {
	padding: 160px 0 0 8%;
}
.menu-social {
	padding: 50px 0 0 8%;
}
.site-menu-warp {
	width: 394px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.nav-switch { 
	left: 3%;
}
.close-menu {
	left: 8%;
}
.site-menu {
	padding: 160px 0 0 8%;
}
.menu-social {
	padding: 50px 0 0 8%;
}
.site-menu-warp {
	width: 454px;
}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.nav-switch { 
	left: 3%;
}
.close-menu {
	left: 8%;
}
.site-menu {
	padding: 160px 0 0 8%;
}
.menu-social {
	padding: 50px 0 0 8%;
}
.site-menu-warp {
	width: 514px;
}
}

@media screen and (min-width:1341px) and (max-width:1900px) {
.nav-switch { 
	left: 3%;
}
.close-menu {
	left: 8%;
}
.site-menu {
	padding: 160px 0 0 8%;
}
.menu-social {
	padding: 50px 0 0 8%;
}
.site-menu-warp {
	width: 514px;
}
}