@charset "UTF-8";

@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");
@import url("animate.min.css");

header {
	-moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, .4);
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, .4);
	z-index: 1;
}

/* Related Scrolling Animation */
.animated {
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
}

.invisible {
	transition: opacity 0s ease-in-out;
	opacity: 0;
}
 
.visible {
	transition: opacity .5s ease-in-out;
	opacity: 1;
}

.owl-carousel .animated {
	-webkit-animation-duration: 2.0s;
  animation-duration: 2.0s;
}


/* Top Site Main-Banner */
#mainbanner {
	width: 100%;
	height: 720px;
	margin: 0;
	padding: 0;
	position: relative;
	background: url(../images/home/mainbanner_img_main_object@1.5x.png) 50% 100% no-repeat, url(../images/home/mainbanner_img_main@1.5x.jpg) 50% 0 repeat-x;
	background-size: auto 160px, auto 720px;
}

#mainbanner:before {
	content: "";
	width: calc(50% - 540px);
	height: 160px;
	background: url(../images/home/mainbanner_img_main_object-left@1.5x.png) 0 0 repeat-x;
	background-size: auto 160px;
	position: absolute;
  left: 0;
	bottom: 0;
}

#mainbanner:after {
	content: "";
	width: calc(50% - 540px);
	height: 160px;
	background: url(../images/home/mainbanner_img_main_object-right@1.5x.png) 0 0 repeat-x;
	background-size: auto 160px;
	position: absolute;
	right: 0;
	bottom: 0;
}

#mainbanner h2 {
	width: 1080px;
	height: 0;
	margin: 0 auto;
	padding-top: 301px;
	padding-bottom: 0;
	display: block;
	overflow: hidden;
	position: relative;
	top: 18%;
	background: url(../images/home/mainbanner_img_main_catch@2x.png) 50% 0 no-repeat;
	background-size: auto 301px;
	z-index: 1;
}


/* Contents */
/* Products navigation */
#intro {
	margin: 0;
	padding: 30px 0 70px;
	background: -webkit-linear-gradient(top, #003d68 0%, #0a5082 100%) #0a5082;
	background: -moz-linear-gradient(top, #003d68 0%, #0a5082 100%) #0a5082;
	background: -ms-linear-gradient(top, #003d68 0%, #0a5082 100%) #0a5082;
	background: linear-gradient(to bottom, #003d68 0%, #0a5082 100%) #0a5082;
	overflow: hidden;
}

#intro .wrapper {
	display: -webkit-box;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-flex-direction: row; 
	-ms-flex-direction: row; 
	flex-direction: row;
	-webkit-flex-wrap: nowrap; 
	-ms-flex-wrap: nowrap; 
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between; 
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#intro .txt, #intro .fig {
	width: 50%;
	position: relative;
}

#intro .txt h3 {
	font-size: 30px;
	color: #fff;
	text-align: center;
	width: 536px;
	height: 0;
	margin: 0 0 1.8em;
	padding-top: 29px;
	padding-bottom: 0;
	background: url(../images/home/intro_head-title@2x.png) 0 0 no-repeat;
	background-size: auto 29px;
	display: block;
	overflow: hidden;
}

#intro .txt p {
	color: #fff;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

#intro .txt p span {
	height: 1.4em;
	display: block;
}

#intro .txt a {
	color: rgba(255, 255, 255, .8);
	font-size: 16px;
	text-decoration: none;
	margin: 40px 0 0;
	padding: .6em 1.5em .5em;
	position: relative;
	right: 3px;
	display: inline-block;
	float: right;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid rgba(255, 255, 255, .5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#intro .txt a:hover {
	color: #00649c;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(255, 255, 255, 1);
}

#intro .txt a i {
	margin-left: 7px;
}

#intro .fig {
	width: 500px;
	height: 500px;
	position: relative;
	overflow: hidden;
}

#intro .fig .item {
	position: relative;
}

#intro .fig .item:before {
	content: "";
	width: 100%;
	height: 100%;
	border: 10px solid rgba(255, 255, 255, .2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

#intro .fig .item img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}


/* Information Area */
#info-area {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 40px;
}

#information {
	width: 100%;
	max-width: 1080px;
	margin: 0;
	padding: 0;
}

#information h3 {
	font-size: 18px;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	width: 100%;
	margin: 0;
	padding: 0 0 5px 40px;
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

#information h3:before {
	content: "";
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: url(../images/home/icon_info@2x.png) 50% 5px no-repeat #003d68;
	background-size: 20px 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-border-radius: 3px 3px 0 3px;
	-moz-border-radius: 3px 3px 0 3px;
	-ms-border-radius: 3px 3px 0 3px;
	-o-border-radius: 3px 3px 0 3px;
	border-radius: 3px 3px 0 3px;
}

#information h3:after {
	content: "";
	width: calc(100% - 30px);
	height: 1px;
	margin: 0;
	padding: 0;
	background-color: #c8cacc;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}

#information dl {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 14px;
}

#information dt {
	//width: 100%;
	font-size: 13px;
	margin: 0;
	padding: .8em 1em .5em 1.7em;
	background: url(../images/home/icon_list@2x.png) 10px 14px no-repeat;
	background-size: 7px 7px;
}

#information dd {
	margin: 0;
	padding: 0 1em .5em 1.7em;
	border-bottom: 1px dotted #c6c9cc;
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}

#information dl a {
	color: #303133;
	display: block;
	height: 100%;
}

#information dl a:hover {
	color: #038ca4;
}

#information dd h4 {
	margin: 0 0 .3em;
	padding: 0;
	display: inline-block;
}

#information dd p {
	overflow: hidden;
	margin: 0;
	padding: 0;
	line-height: 1.3;
}

#information .new {
	font: 600 8px "Open Sans", "Lucida Grande", Arial, sans-serif;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
	margin-left: 10px;
	padding: 0 .3em 0 .5em;
	position: relative;
	display: inline-block;
	top: -2px;
	background-color: #f46400;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
