.main-header {
	z-index: 999;
	position: fixed;
	width: 100%;
    background-color: #fff;
    opacity: 1;
}
.home .main-header.down {
    opacity: 0;
}
.home .main-header.down:hover {
    opacity: 1;
} 

.fp-viewing-food-system .main-header {
	background-color: transparent !important;
}
.fp-viewing-environmentally-friendly .main-header,
.fp-viewing-change-the-industry .main-header,
.fp-viewing-our-mission .main-header {
	/* background-color: transparent !important; */
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%) !important;
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%) !important;
	background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
}


.fp-viewing-environmentally-friendly .main-header a,
.fp-viewing-change-the-industry .main-header a,
.fp-viewing-our-mission .main-header a,

.fp-viewing-environmentally-friendly .search-button,
.fp-viewing-change-the-industry .search-button,
.fp-viewing-our-mission .search-button {
	color: #fff !important;
}
.fp-viewing-environmentally-friendly .main-header .social-dot,
.fp-viewing-change-the-industry .main-header .social-dot,
.fp-viewing-our-mission .main-header .social-dot {
	background-color: rgba(255,255,255,.2);
}

.fp-viewing-environmentally-friendly .hamburger-inner, 
.fp-viewing-environmentally-friendly .hamburger-inner::before, 
.fp-viewing-environmentally-friendly .hamburger-inner::after,

.fp-viewing-change-the-industry .hamburger-inner, 
.fp-viewing-change-the-industry .hamburger-inner::before, 
.fp-viewing-change-the-industry .hamburger-inner::after,

.fp-viewing-our-mission .hamburger-inner, 
.fp-viewing-our-mission .hamburger-inner::before, 
.fp-viewing-our-mission .hamburger-inner::after {
	background-color: #fff !important;
}


.menu_open .main-header {
	background-color: transparent !important;
}
.logo {
	/* max-height: 85px;
	width: 280px; */
	height: 85px;
	width: 100%;
}
.duo_logo {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}


.fp-viewing-environmentally-friendly .duo_logo,
.fp-viewing-change-the-industry .duo_logo,
.fp-viewing-our-mission .duo_logo {
	opacity: 1;
}
.fp-viewing-environmentally-friendly .color_logo,
.fp-viewing-change-the-industry .color_logo,
.fp-viewing-our-mission .color_logo {
	opacity: 0;
}
.hatsetats .logo,
/* 
.fp-viewing-environmentally-friendly .logo,
.fp-viewing-change-the-industry .logo,
.fp-viewing-our-mission .logo,  */
.fp-viewing-aqua-spark .logo {
	width: 200px;
	height: 60px
}
.logo-dark {
	display: block;
}
.logo-light {
	display: none;
}
.logo-dark,
.navbar-collapse,
.search-button,
.header_tag,
.main-header a,
#main-menu li a,
.main-header .social-dot,
.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after  {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.menu_open .logo-dark,
.menu_open .navbar-collapse,
.menu_open .search-button,
.menu_open .header_tag {
	opacity: 0;
    pointer-events: none;
}
.menu_open .logo-light {
	display: block;
}
.menu_open .main-header {
	background-color: transparent;
}
.header_tag {
    position: relative;
	width: 100%;
    background-color: var(--primary);
    padding: 5px 0;
	transform: translateY(0%);
}
.header_tag p, .header_tag a {
    color: #fff;
    font-weight: 300;
    font-size: 13px;    
}
.header_tag a {
    text-decoration: underline;
}
.header_tag p {
    margin: 0;
}
.close_header_tag {
    position: absolute;
    right: 15px;
    top: 6px;
    color: rgba(255,255,255,.8);
}
.close_header_tag:hover {
    cursor: pointer;
    color: rgba(255,255,255,1); 
}
.hatsetats .header_tag  {
	opacity: 0;
	transform: translateY(-100%);
}
.main-menu {
	float: right;
	margin-top: 0;
}
.navbar-collapse {
	float: left;
}
.menuheader {
    padding: 15px 0;
}
#main-menu {
	display: inline-block;
	float: right;
	padding-top: 0;
	margin-right: 0;
}
#main-menu li {
	display: inline-block;
	padding: 0;
}
#main-menu li.active a {
	border-bottom: 2px solid var(--primary);
	color: var(--primary);
}
#main-menu li a {
	font-size: 16px;
	font-weight: 400;
	padding: 16px 0;
	margin: 0 15px;
	display: block;
	color: var(--primary-dark);
	text-decoration: none;
}
#main-menu li a:hover {
	color: var(--primary);
}

.main-logo {
	position: relative;
	float: left;
	/* max-height: 60px; */
	margin-top: 0;
}

.search-button.blob::before, .search-button.blob::after, .search-button .blob-content::before, .search-button .blob-content::after {
	background: #efefef;
}
.search-button {
	box-shadow: none;
	outline: none;
	border-radius: 3px;
	border: none;
	width: 30px !important;
	height: 30px !important;
	color: var(--primary-dark);
	transform: scale(1);
	margin-top: 15px !important;
	padding: 0;
	text-align: center;
	line-height: 40px;
	position: relative !important;
	margin-left: 10px !important;
	margin-right: 10px !important;
}
.search-button span {
	font-size: 18px;
	z-index: 1;
	position: relative;
}
.search-button:hover {
	transform: scale(1);
	color: #fff;
}
.social-stream {
	list-style: none;
	padding: 0;
}
.social-stream .social-btn {
	margin: 0 10px 0 0;
	display: inline-block;
}
.social-stream .social-btn a {
	display: inline-block;
	position: relative;
	width: 45px;
	height: 45px;
	padding: 15px 5px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	border: 2px solid #fff;
	line-height: 45px;
}
.social-btn img {
	position: absolute;
	top: 7px;
	left: 7px;
	height: 27px;
}
.social-btn img.linkedin {
	top: 9px;
	left: 12px;
	height: 22px;
}
.social-btn img.facebook {
	top: 5px;
	left: 4px;
	height: 32px;
}
/* Wave animation */
.wave-block {
	position: absolute;
	bottom: 0;
	z-index: 1100;
	height: 220px;
	width: 100%;
	opacity: 0;
	transition: opacity .5s ease-in-out 500ms;
}
.menu_open .wave-block {
	opacity: 1;
	z-index: -1;
	pointer-events: none;
}
.wave-block svg {
	position: relative;
	height: 100%;
	width: 100%;
}
.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
	.wave-block {
		height: 90px;
	}
	.waves {

	}

}
/* Mobile menu */
.menu-line {
	height: 100%;
	width: 2px;
	background-color: #0C86A1;
	position: absolute;
	right: 30px;
}
.full_menu, 
.full_search {
    border-radius: 0;
    position: fixed;
	box-sizing: border-box;
    width: 100%;
    height: 100%;
    z-index: 1001;
    padding: 30px;
    top: 0;
    opacity: 0;
    pointer-events: none;
}

.full_menu.active, 
.full_search.active {
    padding: 0px;
    opacity: 1;
    pointer-events: all;
}

.full_menu .inner,
.full_search .inner {
    /* background-color: var(--primary); */
    width: 100%;
    height: 100%;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; */
}
.full_menu h3,
.full_menu p, 
.full_menu a {
	color: #fff;
}
.full_menu p, 
.full_menu a {
	font-weight: 200;
	font-size: 18px;
	line-height: 28px;
}
.mobile-menu {
	padding: 0 30px;
}

#mobile-menu li {
	width: 100%;
	display: block;
	list-style: none;
	line-height: 30px;
	padding-right: 0;
	padding-left: 0;
	left: -20px;
	position: relative;
	opacity: 0;
	transition: all .3s ease-in-out 0s;
}

#mobile-menu li.in {
	left: 0;
	opacity: 1;
}

#mobile-menu li a {
	text-decoration: none;
	display: block;
	color: #fff;
	text-align: left;
	font-size: 24px;
	color: #fff;
	line-height: 42px;
	padding: 5px 0;
	margin-left: 0;
	transition: all 0.3s;
	font-weight: 300;
}
 
#mobile-menu li a:before {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	background-image: url('../../images/east_white_24dp.svg');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	left: -30px;
  	top: 16px;
	opacity: 0;
}
#mobile-menu li a:hover:before {
	opacity: 1;
	left: -20px;
}
#mobile-menu:hover>li a {
    opacity: .5;
}

#mobile-menu>li a:hover {
    opacity: 1;
    margin-left: 15px;
}

/* Hamburger icon animation */

header.main-nav {
	background-color: #fff;
	height: 75px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99;
}

.hamburger {
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0 0 0 15px;
    overflow: visible;
    width: 30px;
    height: 22px;
    float: right;
    position: relative;
    margin-top: 20px;
}
.cross, .cross_menu {
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	position: absolute;
	width: 30px;
	height: 22px;
	right: 30px;
	top: 25px;
}
.cross .hamburger-inner, .cross .hamburger-inner::before, .cross .hamburger-inner::after {
	background-color: #fff;
}
.hamburger:hover {
	opacity: 0.7;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 30px;
	height: 2px;
	background-color: var(--primary-dark);
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.menu_open .hamburger-inner,
.menu_open .hamburger-inner::before,
.menu_open .hamburger-inner::after {
	background-color: #fff;
}
.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}

.hamburger--slider .hamburger-inner {
	top: 2px;
}
.hamburger--slider .hamburger-inner::before {
	top: 10px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
	top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.search_box {
	display: block;
	position: relative;
}
.search_title {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 24px;
}
.header_search {
	border: none;
	background-color: transparent;
	outline: none;
	box-shadow: none;
	border-bottom: 2px solid rgba(255,255,255,.8);
	padding: 0 0 12px 0 !important;
	font-size: 32px;
	color: rgba(255,255,255,.8);
	font-weight: 300;
}
.search_button {
	right: 0;
	position: absolute;
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 38px;
	padding: 0;
	margin: 0;
	bottom: 18px;	
}
svg.gooeyness,
svg.burger {
    height: 80px;
    position: absolute;
    width: 80px;
}
.plates {
    width: 80px;
    height: 80px;
    float: right;
    position: relative;
    margin-top: -10px;
	transform: scale(.8);
	right: 0;
}
.plate {
    height: 80px;
    width: 80px;
}
.burger {
    filter: url(#gooeyness);
}
.x {
    transform: scale(0);
    transition: transform 400ms;
}
.x .line {
	stroke: #fff;
}
.line {
    fill: none;
    stroke: var(--primary-dark);
    stroke-width: 5px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform-origin: 50%;
    transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms;
}
.x .line {
    stroke-width: 4px;
}
.active .x {
    transform: scale(1);
    transition: transform 400ms 350ms;
  }
/* 제 7 판 */
.plate7 .line {
    transition: stroke-dasharray 400ms 100ms, stroke-dashoffset 400ms 100ms, transform 400ms 100ms;
}
.plate7 .line1 {
    stroke-dasharray: 21 102;
}
.plate7 .line2 {
    stroke-dasharray: 21 92;
}
.plate7 .line3 {
    stroke-dasharray: 21 97;
}
.plate7 .line4 {
    stroke-dasharray: 21 97;
}
.plate7 .line5 {
    stroke-dasharray: 21 92;
}
.plate7 .line6 {
stroke-dasharray: 21 102;
}
.plate7 .x {
    transition: transform 400ms 50ms;
}

.active.plate7 .line {
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms, transform 400ms;
}
.active.plate7 .line1 {
    stroke-dasharray: 2 102;
    stroke-dashoffset: -102px;
}
.active.plate7 .line2 {
    stroke-dasharray: 2 92;
    stroke-dashoffset: -92px;
}
.active.plate7 .line3 {
    stroke-dasharray: 2 97;
    stroke-dashoffset: -97px;
    transition-delay: 20ms;
}
.active.plate7 .line4 {
    stroke-dasharray: 2 97;
    stroke-dashoffset: -97px;
    transition-delay: 20ms;
}
.active.plate7 .line5 {
    stroke-dasharray: 2 92;
    stroke-dashoffset: -90px;
    transition-delay: 40ms;
}
.active.plate7 .line6 {
    stroke-dasharray: 2 102;
    stroke-dashoffset: -100px;
    transition-delay: 40ms;
}
.active.plate7 .x {
    transition: transform 400ms 50ms;
}