﻿
/* ==========================================================================
    01 - Navmenu
========================================================================== */  

@media only screen and (min-width:768px) {
/* home section */	
header {
	padding: 1em 0;
}
/* nav-menu*/	
.topopaque{
	padding: 0.5em 0;
}
.nav-collapse {
	position: relative;
	width: 30%;
	float: right;
}
.nav-collapse.closed {
	max-height: none;
}
.nav-list {
	background-color: transparent;
}
.nav-list li {
	display: table-cell;
	float: none;
	width: 80px;
	text-align: right;
}
.nav-toggle {
	display: none;
}
.opaque .nav-list li a {
	color: #fff;
	border-bottom: none;
}
.opaque .nav-list li a:active {
	background-color: transparent !important;
}
.opaque .nav-list li a:hover, .opaque .nav-list li.current a {
	color: #f8d128;
}

/* logo text*/
.toptxt{
    width: 1000px;
    text-align: center;
    margin-top: 5em;
}
.toptxt .txt{
	text-align: left;
	line-height: 30px;
	font-size: 14px;
}
.toptxt .maintxt,
.toptxt .maintxt2{
	color: #ffd21b;
}
.toptxt .white{
	color: #fff;
}
.slogan{
	padding-bottom: 1em;
}
#promo .contentpos{
	width: 400px;
	top: 170px;
    left: calc(100% - 280px);
    position: relative;
}
.scline{
	position: absolute;
    top: 520px;
    left: calc(50% - 188px);
	-webkit-animation: scline 1.5s infinite;
    -moz-animation: scline 1.5s infinite;
    -ms-animation: scline 1.5s infinite;
    -o-animation: scline 1.5s infinite;
    animation: scline 1.5s infinite;
}
@keyframes scline {
  0% {
    opacity: 0;
    top: 520px;
    left: calc(50% - 188px);
  }
  10% {
	opacity: 1;
  }
  90% {
	opacity: 1;
  }
  100% {
	opacity: 0;
    top: 420px;
    left: calc(50% - 197px);
  }
}
@-webkit-keyframes scline {
  0% {
    opacity: 0;
    top: 520px;
    left: calc(50% - 188px);
  }
  10% {
	opacity: 1;
  }
  90% {
	opacity: 1;
  }
  100% {
	opacity: 0;
    top: 420px;
    left: calc(50% - 197px);
  }
}
@-moz-keyframes scline {
  0% {
    opacity: 0;
    top: 520px;
    left: calc(50% - 188px);
  }
  10% {
	opacity: 1;
  }
  90% {
	opacity: 1;
  }
  100% {
	opacity: 0;
    top: 420px;
    left: calc(50% - 197px);
  }
}
@-o-keyframes scline {
  0% {
    opacity: 0;
    top: 520px;
    left: calc(50% - 188px);
  }
  10% {
	opacity: 1;
  }
  90% {
	opacity: 1;
  }
  100% {
	opacity: 0;
    top: 420px;
    left: calc(50% - 197px);
  }
}
#accordion{
	display: block!important;
}
a.accordion-section-title.active-pc {
	text-decoration: none;
	color: #c0ab80;
	padding-bottom: 8px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
a.accordion-section-title.active-pc span.question-1{
	background-position: 0px -30px;
}

}

/* ==========================================================================
    02 - Smartphones (portrait)
========================================================================== */  

@media only screen and (max-width : 320px) {
.fittext1{
	line-height: 40px;
}
/* #home section*/	
#home {
	padding-top: 80px;
	background: #ddd  url(../images/banner-mobile.jpg?v2) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#home .row {
	padding: 5px;
	padding-top: 12vh;
}
#home .flex-direction-nav {
	display: none;
}
#timeline-horizontal {
	padding-top: .9em;
	width: 100%;
	background-color: transparent;
}
#timeline-horizontal ul {
	font-size: .9em;
}
	
/* slogan section */	
#slogan .columns {
	width: 100%;
	text-align: center;
	float: left;
	margin-bottom: 1.6em;
}
	
/* function section */	
#function .row > .content > .columns {
	width: 100%;
}
#function .row > .content > .columns.pull-left, #function .row > .content > .columns.pull-right {
	padding: 0;
	float: left;
}

/* zozo.tab clean style content */	
.z-tabs.clean.mobile > .z-container > .z-content > .z-content-inner > .content > .columns {
	width: 100%;
}
.z-tabs.clean.mobile > .z-container > .z-content > .z-content-inner > .content > .columns.pull-left, .z-tabs.clean.mobile > .z-container > .z-content > .z-content-inner > .content > .columns.pull-right {
	padding: 0;
	float: left;
}
/* procedure section*/	
#procedure .step .columns {
	width: 100%;
}
#procedure .step .columns.pull-left, #procedure .step .columns.pull-right {
	padding: 0;
}
#procedure .step .columns.pull-right {
	float: left;
}
/* footer section */	
footer {
	letter-spacing: 0;
}
.bgcolor-01, .bgcolor-02 {
	background-color: #fff;
}
}

/* ==========================================================================
    03 - iphone 6s (portrait)
========================================================================== */  

@media (min-width: 321px) and (max-width: 414px) {
/* #home section*/		
#home {
	padding-top: 80px;
	background: #ddd  url(../images/banner-mobile.jpg?v2) no-repeat center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#home .row {
	padding: 5px;
	padding-top: 12vh;
}
#home .flex-direction-nav {
	display: none;
}
#timeline-horizontal {
	padding-top: .9em;
	width: 100%;
	background-color: transparent;
}
#timeline-horizontal ul {
	font-size: .9em;
}
/* slogan section */	
#slogan .columns {
	width: 100%;
	text-align: center;
	float: left;
	margin-bottom: 1.6em;
}
#slogan .columns .card-icon {
	width: 45%;
	padding-bottom: 45%;
}
	
/* function section */	
#function .row > .content > .columns {
	width: 100%;
}
#function .row > .content > .columns.pull-left, #function .row > .content > .columns.pull-right {
	padding: 0;
	float: left;
}
	
/* zozo.tab clean style content */	
.z-tabs.clean.mobile > .z-container > .z-content > .z-content-inner > .content > .columns {
	width: 100%;
}
.z-tabs.clean.mobile > .z-container > .z-content > .z-content-inner > .content > .columns.pull-left, .z-tabs.clean.mobile > .z-container > .z-content > .z-content-inner > .content > .columns.pull-right {
	padding: 0;
	float: left;
}	
		
/* procedure section*/	
#procedure .step .columns {
	width: 100%;
}
#procedure .step .columns.pull-left, #procedure .step .columns.pull-right {
	padding: 0;
}
#procedure .step .columns.pull-right {
	float: left;
}
}

/* ==========================================================================
    04 - iPads
========================================================================== */  

@media (min-width: 415px) and (max-width: 579px) {
/* home section*/
#home {
	padding-top: 80px;
}
#home .row {
	padding: 5px;
	padding-top: 12vh;
}
#home .flex-direction-nav {
	display: none;
}
#timeline-horizontal {
	width: 95%;
}
#timeline-horizontal ul {
	font-size: .95em;
}
/*slogan section */	
#slogan .columns .card-icon {
	width: 70%;
	padding-bottom: 70%;
}
	
/* function section */		
#function .row > .content > .columns {
	width: 100%;
}
#function .row > .content > .columns.pull-left, #function .row > .content > .columns.pull-right {
	padding: 0;
	float: left;
}
/* zozo.tab clean style content */	
.z-tabs.clean.horizontal > .z-container > .z-content > .z-content-inner > .content > .columns {
	width: 100%;
}
.z-tabs.clean.horizontal > .z-container > .z-content > .z-content-inner > .content > .columns.pull-left, .z-tabs.clean.horizontal > .z-container > .z-content > .z-content-inner > .content > .columns.pull-right {
	padding: 0;
	float: left;
}
/* procedure section*/	
#procedure .step .columns {
	width: 100%;
}
#procedure .step .columns.pull-left, #procedure .step .columns.pull-right {
	padding: 0;
}
#procedure .step .columns.pull-right {
	float: left;
}
}

/* ==========================================================================
    05 - iPads
========================================================================== */  

@media (min-width: 580px) and (max-width: 767px) {
/* procedure section*/	
#procedure .step .columns {
	width: 100%;
}
#procedure .step .columns.pull-left, #procedure .step .columns.pull-right {
	padding: 0;
}
#procedure .step .columns.pull-right {
	float: left;
}

/* problem section */
#problem .content .columns.pull-left, #problem .content .columns.pull-right{
	float: left;
}
}

@media (min-width: 768px) and (max-width: 1000px) {
/* function section*/
	
}

@media only screen and (min-width: 1001px) {
/* slogan section */
#slogan {
	/*
	padding-top: 3%;
	padding-bottom: 3%;
	*/
}
}
@media (min-width: 0) and (max-width: 767px) {
/* function section*/
	.mbshow{
	display: inline;
}
	.pcshow{
		display: none;
	}
	.sectiontitle{
		text-align: center;
	}
	.listcontent{
		/*background: rgba(0,0,0,.5);*/
		padding: 10px 5px;
	}
	/*
	.listcontent li:before{
		content: none;
	}*/
	.scline{
		display: none;
	}
	.nav-logo{
		position: relative;
		float: unset;
		height: unset;
		bottom: unset;
	}
	#main-header .logo_image{
   	 	background-image: url(../images/logo-mobile.png?v2);
	    background-size: 29% 59%;
	    background-repeat: no-repeat;
	    position: absolute;
	    left: 40%;
	}
	#slogan .slogan_image img{
		margin: 0 auto;
	}

}
@media (min-width: 768px) and (max-width: 2500px) {
/* function section*/
.mbshow{
	display: none;
}
.pcshow{
	display:inline;
}
}
@media only screen and (max-width: 320px) {
/* function section*/
#home{
	width: 100%;
    height: 38%;
    min-height: 280px !important;
}
#home .row {
     padding-top: unset; 
}
.toptxt .caption{
	width: 74%;
    margin: auto;
    background-image: url(../images/frame.png);
    background-size: 115% 130%;
    background-position: center;
    height: 122px;
    position: relative;
}
.toptxt .txt_box {
    width: 95%;
    background-color: #14805E;
    position: absolute;
    height: 110px;
    top: 5%;
    left: 2.5%;
}
.caption h1 {
    font-size: 30px!important;
    color: #fff;
    display: block;
    letter-spacing: unset;
    padding-bottom: unset;
    color: #ffd21b;
}
.toptxt .white {
    color: #fff;
}
.toptxt .maintxt {
    padding-top: unset; 
}
.toptxt .more-content{
	width: 45%;
	text-align: center;
}
#about .about_container h2{
	font-size: 26px;
}
.listcontent p{
	font-size: 13px!important;
}
}
@media only screen and (max-width: 436px) {
/* function section*/
#home{
	width: 100%;
    height: 38%;
    min-height: 280px !important;
}
#home .row {
     padding-top: unset; 
}
.toptxt .caption{
	width: 74%;
    margin: auto;
    background-image: url(../images/frame.png);
    background-size: 115% 130%;
    background-position: center;
    height: 122px;
    position: relative;
}
.toptxt .txt_box {
    width: 95%;
    background-color: #14805E;
    position: absolute;
    height: 110px;
    top: 5%;
    left: 2.5%;
}
.caption h1 {
    font-size: 37px;
    color: #fff;
    display: block;
    letter-spacing: unset;
    padding-bottom: unset;
    color: #ffd21b;
}
.toptxt .white {
    color: #fff;
}
.toptxt .maintxt {
    padding-top: unset; 
}
.toptxt .more-content{
	width: 45%;
	text-align: center;
}
}
@media (min-width: 320px) and (max-width: 600px) {
/* function section*/
#home{
	width: 100%;
    height: 100%;
    min-height: unset;
    background-image: url(../images/banner-mobile.jpg?v2);
	background-repeat: no-repeat;
	max-height: 455px;
}
#home .row {
     padding-top: 5vh; 
}
.toptxt .caption{
	width: 67%;
    margin: auto;
    background-image: url(../images/frame.png);
    background-size: 115% 130%;
    background-position: center;
    height: 154px;
    position: relative;
}
.toptxt .txt_box {
    width: 95%;
    background-color: #14805E;
    position: absolute;
    height: 139px;
    top: 5%;
    left: 2.5%;
}
.caption h1 {
    font-size: 35px;
    color: #fff;
    display: block;
    letter-spacing: unset;
    padding-bottom: unset;
    color: #ffd21b;
}
.toptxt .white {
    color: #fff;
}
.toptxt .maintxt {
    padding-top: 0.5em;
}
.toptxt .more-content{
	width: 45%;
	text-align: center;
}
#slogan{
	background-image: url(../images/banner-mobile2.jpg);
	background-repeat: no-repeat;
	height: 100%;
	padding-top: unset;
}
#slogan .row{
	padding: unset;
}
#slogan .sectiontitle{
	margin-bottom: unset;
}
#slogan .sectiontitle span{
	font-size: 26px;
	letter-spacing: unset;
}
#slogan .slogan_container{
	width: unset;
}
#slogan .columns{
	width: 100%;
	margin-bottom: unset;
}
#slogan .slogan_image{
	display: unset;
}
#slogan .slogan_image img{
	width: 18%;
}
#slogan .columns h2{
	line-height: 32px;
	font-size: 24px;
}
#slogan .columns span{
	font-size: 15px;
}
#about{
	background-image: url(../images/banner-mobile3.jpg?v2);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% 100%;
	height: 100%;
}
#about .row{
	height: 100%;
	padding-top: 5em;
}
#about .about_container{
	float: unset;
	margin-top: unset;
	width: 100%;
	margin: auto;
}
.listcontent p{
	font-size: 15px;
}
}
@media (min-width: 600px) and (max-width: 767px) {
	#home{
	width: 100%;
    height: 100%;
    min-height: unset!important;
    background-image: url(../images/banner-mobile.jpg?v2);
	background-repeat: no-repeat;
	max-height: 455px;
}
#home .row {
     height: 100%;
}
.toptxt .caption{
	width: 67%;
    margin: auto;
    background-image: url(../images/frame.png);
    background-size: 115% 130%;
    background-position: center;
    height: 154px;
    position: relative;
}
.toptxt .txt_box {
    width: 95%;
    background-color: #14805E;
    position: absolute;
    height: 139px;
    top: 5%;
    left: 2.5%;
}
.caption h1 {
    font-size: 45px;
    color: #fff;
    display: block;
    letter-spacing: unset;
    padding-bottom: unset;
    color: #ffd21b;
}
.toptxt .white {
    color: #fff;
}
.toptxt .maintxt {
    padding-top: 0.5em;
}
.toptxt .more-content{
	width: 45%;
	text-align: center;
}
#slogan{
	height: 69%;
	min-height: 560px!important;
}
.sectiontitle span{
	font-size: 25px;
}
#slogan .slogan_container{
	width: unset;
}
#slogan .columns{
	width: 50%;
}
#slogan .slogan_container{
	width: unset;
}
#slogan .slogan_image img{
	width: 30%;
}
#slogan .columns h2{
	font-size: 40px;
}
#slogan .columns span{
	font-size: 16px;
}
#about{
	background-image: url(../images/banner-mobile3.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% 100%;
	height: 100%;
}
#about .row{
	height: 100%;
	padding-top: 5em;
}
#about .about_container{
	float: unset;
	margin-top: unset;
	width: 100%;
	margin: auto;
}
}

@media (min-width: 0) and (max-width: 767px) {
/* function section*/
	.mbshow{
	display: inline;
}
	.pcshow{
		display: none;
	}
	.sectiontitle{
		text-align: center;
	}
	.listcontent{
		padding: 10px 5px;
		width: unset;
	}
	.bottom-line{
		margin-top: unset;
	}
	/*
	.listcontent li:before{
		content: none;
	}*/
	#competition{
		background: #ddd  url(../images/info-2m.jpg?v2) no-repeat center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#competition .competition-text{
		width: unset;
		margin: 70px 0px;
		line-height: 25px;
		font-size: 12px;
	}
	#competition .competition-title span{
	    line-height: 40px;
	    letter-spacing: 0;
	    font-size: 30px;
	}
	#promo{
		background: #ddd  url(../images/info-3m.jpg?v2) no-repeat center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#promo .promo-text{
		width: unset;
		margin: 70px 0px;
		line-height: 25px;
		font-size: 12px;
	}
	#promo .promo-title span{
	    line-height: 40px;
	    letter-spacing: 0;
	    font-size: 30px;
	}
	#contact{
	    min-height: 950px;
	    padding-bottom: 40%;
	}
	#contact-content{
	    flex-direction: column;
	}
	#contact-content .left .content{
		position: unset;
		width: 85%;
	    margin: auto;
	}
	#contact-content .right{
	    padding: 20px 20px;
	    margin-top: 25px;
	}
	#contact-content .contact-row .input{
		width: 100%;
		flex: unset;
	}
	#contact-content .feedback-box .feedback-submit{
		position: unset;
		padding: 10px;
	}
	#contact-content .feedback-box textarea{
		width: 100%;
	}
}